@font-face { font-family: Inter; src: url("/static/fonts/inter-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url("/static/fonts/inter-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Inter; src: url("/static/fonts/inter-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url("/static/fonts/montserrat-latin-300-normal.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url("/static/fonts/montserrat-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url("/static/fonts/montserrat-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url("/static/fonts/montserrat-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --black: #050505;
  --surface: #101010;
  --raised: #171717;
  --amber: #d38a3a;
  --amber-light: #e6a85c;
  --amber-dark: #a86a28;
  --text: #f5f5f0;
  --muted: #aaa8a2;
  --line: #2a2927;
  --max: 1180px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 16px; background: var(--amber); color: #000; }
.skip-link:focus { top: 10px; }

h1, h2, h3 {
  margin: 0 0 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.12;
}
h1 { font-size: clamp(3.1rem, 7vw, 6.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.035em; }
h3 { font-size: 1.18rem; }
p { margin: 0 0 24px; color: var(--muted); }
.eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--amber-light);
  font: 500 .7rem Montserrat, sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid var(--amber);
  background: var(--amber);
  color: #090909;
  cursor: pointer;
  font: 600 .72rem Montserrat, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: .25s ease;
}
.button:hover { transform: translateY(-2px); border-color: var(--amber-light); background: var(--amber-light); }
.button-small { min-height: 42px; padding: 10px 18px; }
.button-outline { background: transparent; color: var(--amber-light); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: .9rem;
}
.text-link span { color: var(--amber); transition: .2s; }
.text-link:hover span { transform: translateX(4px); }
.section { padding: clamp(80px, 10vw, 145px) 0; }
.surface { background: var(--surface); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header);
  border-bottom: 1px solid transparent;
  transition: .25s;
}
.site-header.scrolled { border-color: var(--line); background: rgba(5, 5, 5, .94); backdrop-filter: blur(15px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand {
  display: block;
  width: clamp(148px, 14vw, 184px);
  height: 42px;
}
.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/brand/sushiro-logo.svg") left center / contain no-repeat;
}
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: .78rem; }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: 20px; order: 3; }
.language-toggle {
  min-width: 42px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  background: rgba(5, 5, 5, .65);
  color: var(--amber-light);
  cursor: pointer;
  font: 500 .68rem Montserrat, sans-serif;
  letter-spacing: .12em;
  transition: border-color .2s, background .2s, color .2s;
}
.language-toggle:hover,
.language-toggle:focus-visible { border-color: var(--amber); background: var(--surface); color: var(--text); outline: none; }
.main-nav > a:not(.button) { color: #d5d3ce; transition: .2s; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--amber-light); }
.nav-toggle {
  position: relative;
  z-index: 102;
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px 9px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}
.nav-toggle span {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 1px;
  margin: 0;
  background: currentColor;
  transform-origin: center;
  transition: top .25s ease, transform .25s ease, opacity .18s ease;
}
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 30px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: rotate(-45deg); }
.nav-toggle:focus-visible { border-color: var(--amber); outline: none; }

.hero { position: relative; display: flex; min-height: 100svh; align-items: center; overflow: hidden; padding-top: var(--header); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.68) 49%, rgba(0,0,0,.18) 100%); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; padding-block: 90px; }
.hero h1 { max-width: 850px; }
.hero h1 em { color: var(--amber-light); font-style: normal; }
.hero-content > p { max-width: 580px; font-size: clamp(1rem, 1.6vw, 1.2rem); color: #cac7c0; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 40px; }
.hero-meta { position: absolute; z-index: 3; bottom: 30px; left: 50%; display: flex; width: min(calc(100% - 40px), var(--max)); justify-content: space-between; transform: translateX(-50%); color: #aaa; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.split > div:last-child { padding-top: 48px; }
.split p { font-size: 1.06rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
.section-note { max-width: 480px; margin: 0; text-align: right;}
.experience-section { border-top: 1px solid var(--line); }
.experience-grid { display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 16px; }
.experience-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  background: var(--surface);
  transition: transform .3s ease, border-color .3s ease;
}
.experience-card:hover { transform: translateY(-4px); border-color: var(--amber-dark); }
.experience-card-featured { background: linear-gradient(145deg, rgba(211,138,58,.16), transparent 58%), var(--surface); }
.experience-index { align-self: flex-end; color: #5f5b54; font: 400 .68rem Montserrat; letter-spacing: .15em; }
.experience-card h3 { margin: 15px 0 18px; font: 400 clamp(2rem, 3.5vw, 3.4rem)/1.05 Montserrat; }
.experience-card-featured h3 { color: var(--amber-light); font-size: clamp(3.2rem, 6vw, 5.8rem); }
.experience-card p { margin-bottom: 0; }
.experience-card .text-link { margin-top: 35px; }
.delivery-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.delivery-platforms span { padding: 8px 11px; border: 1px solid #383532; color: #d1cec7; font: 500 .64rem Montserrat; letter-spacing: .08em; text-transform: uppercase; }

.home-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 16px; }
.home-gallery-item { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--line); background: var(--raised); }
.home-gallery-item:nth-child(n+2) { min-height: 330px; }
.home-gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.home-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.home-gallery-item:hover img { transform: scale(1.035); filter: brightness(.82); }
.home-gallery-item span { position: absolute; z-index: 2; right: 24px; bottom: 20px; left: 24px; font: 400 .85rem Montserrat; letter-spacing: .08em; text-transform: uppercase; }
.rating-band { display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; padding-block: 45px; border-block: 1px solid var(--line); }
.rating-band strong, .rating-summary > strong { color: var(--amber-light); font: 300 clamp(4rem, 8vw, 7rem) Montserrat; }
.rating-band > div:first-child span { display: block; color: var(--muted); text-align: center; }
.stars { color: var(--amber); letter-spacing: .14em; }
.stars span { color: #3a3834; }
.star-half {
  color: #ccc; /* colore della parte vuota */
  background: linear-gradient(90deg, var(--amber) 50%, #3a3834 50%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-band p { margin: 5px 0 0; }
.rating-actions { display: flex; align-items: center; gap: 22px; }
.review-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font: 500 .72rem Montserrat, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.review-link:hover { color: var(--amber-light); }
.external-arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}
.external-arrow::before,
.external-arrow::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.external-arrow::before { top: 1px; right: 0; width: 8px; height: 1px; box-shadow: 0 0 0 .25px currentColor; }
.external-arrow::after { top: 1px; right: 0; width: 1px; height: 8px; box-shadow: 0 0 0 .25px currentColor; }
.external-arrow {
  background: linear-gradient(-45deg, transparent 45%, currentColor 46%, currentColor 54%, transparent 55%) center / 100% 100% no-repeat;
}
.review-cta { padding-top: 0; }
.review-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(35px, 8vw, 110px);
  align-items: center;
  padding: clamp(35px, 6vw, 70px);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(211,138,58,.12), transparent 52%), var(--surface);
}
.review-cta-inner h2 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.25rem); }
.review-cta-inner p { max-width: 650px; margin: 0; }
.review-cta .button { gap: 12px; white-space: nowrap; }
.cta-section { text-align: center; background: linear-gradient(rgba(0,0,0,.64), rgba(0,0,0,.9)), url("../img/galleria/interno.webp") center 42% / cover; }
.cta-section p { max-width: 640px; margin-inline: auto; color: #c9c6bf; font-size: 1.05rem; }
.cta-section .button { margin-top: 16px; }

.page-hero { padding: calc(var(--header) + 100px) 0 95px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 10%, rgba(211,138,58,.13), transparent 30%); }
.page-hero.compact { padding-bottom: 70px; }
.page-hero p { max-width: 680px; font-size: 1.08rem; }
.about-hero { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.4)), url("../img/galleria/interno2.webp") center 55% / cover; }

.form-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: start; }
.form-panel { padding: clamp(24px, 5vw, 55px); border: 1px solid var(--line); background: var(--surface); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field.full, .full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #363431; outline: none; background: #090909; color: var(--text); resize: none;}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--amber); resize: none; }
.field-error { display: block; margin-top: 5px; color: var(--amber-light); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--amber-light); resize: none;}
.flash { margin-bottom: 28px; padding: 15px; border: 1px solid var(--amber); color: var(--text); }
.flash.error { border-color: #73542e; }
.booking-feedback[hidden] { display: none; }
.info-panel { padding-top: 34px; border-top: 1px solid var(--amber); }
.info-panel h2 { font-size: 2rem; }
.info-panel li { margin-bottom: 14px; color: var(--muted); }
.info-panel a { display: inline-block; margin-top: 20px; color: var(--amber-light); }

.rating-summary { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 45px; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.rating-summary h2 { margin: 8px 0; font-size: 1.35rem; }
.rating-summary p { margin: 0; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 50px; }
.review-card { padding: 35px; border: 1px solid var(--line); background: var(--surface); }
.review-top { display: flex; justify-content: space-between; }
.review-top time { color: var(--muted); font-size: .72rem; }
blockquote { margin: 30px 0; color: #dedbd4; font: 300 1.22rem/1.65 Montserrat; }
.review-card > p { margin: 0; color: var(--amber-light); font-size: .85rem; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.values-grid article { padding-top: 25px; border-top: 1px solid var(--line); }
.values-grid span { color: var(--amber); }
.values-grid h2 { margin-top: 35px; font-size: 2rem; }
.people-section { border-top: 1px solid var(--line); }
.people-grid { display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 16px; }
.people-card { margin: 0; }
.people-placeholder {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(211, 138, 58, .13), transparent 52%),
    repeating-linear-gradient(-45deg, transparent 0 18px, rgba(255, 255, 255, .025) 18px 19px),
    var(--surface);
}
.people-card-featured .people-placeholder { min-height: 500px; }
.people-placeholder::before,
.people-placeholder::after {
  content: "";
  position: absolute;
  background: var(--amber-dark);
  opacity: .55;
}
.people-placeholder::before { width: 46px; height: 1px; }
.people-placeholder::after { width: 1px; height: 46px; }
.people-placeholder span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #77736c;
  font: 500 .62rem Montserrat, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.people-card figcaption { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding-top: 22px; }
.people-card figcaption > span { color: var(--amber); font: 500 .65rem Montserrat, sans-serif; }
.people-card strong { display: block; margin-bottom: 7px; font: 400 1.08rem Montserrat, sans-serif; }
.people-card p { margin: 0; font-size: .9rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 180px; gap: 15px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 1px solid var(--line); background: #090909; color: var(--text); cursor: pointer; text-align: left; transition: .3s; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.88)); pointer-events: none; }
.gallery-item:hover { transform: translateY(-4px); border-color: var(--amber); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(.82); }
.gallery-item span { position: absolute; z-index: 2; top: 15px; left: 15px; color: var(--amber); font-size: .65rem; text-shadow: 0 1px 8px #000; }
.gallery-item b { position: absolute; z-index: 2; right: 20px; bottom: 17px; left: 20px; font: 400 .9rem Montserrat; }
.gallery-1, .gallery-4, .gallery-7, .gallery-10 { grid-column: span 7; grid-row: span 2; }
.gallery-2, .gallery-3, .gallery-5, .gallery-6, .gallery-8, .gallery-9 { grid-column: span 5; }
.gallery-empty { grid-column: 1 / -1; text-align: center; }
.lightbox { width: min(960px, 92vw); padding: 15px; border: 1px solid var(--line); background: #090909; color: var(--text); }
.lightbox::backdrop { background: rgba(0,0,0,.9); }
.lightbox-image { display: block; width: 100%; height: min(72vh, 760px); object-fit: contain; background: #050505; }
.lightbox-close { position: absolute; z-index: 2; top: 25px; right: 25px; width: 42px; height: 42px; border: 1px solid var(--amber); background: #080808; color: var(--text); font-size: 1.5rem; }
.lightbox p { margin: 0; padding: 10px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-details h2 { font-size: 3rem; }
.contact-row { padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-row small { display: block; margin-bottom: 6px; color: var(--amber); letter-spacing: .12em; text-transform: uppercase; }
.contact-row p, .contact-row a { margin: 0; }
.contact-row a { display: block; color: var(--text); }
.notice { margin: 18px 0; padding: 12px 15px; border-left: 2px solid var(--amber); color: var(--muted); font-size: .8rem; }
.hours { margin-top: 35px; }
.hours > div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); }
.hours b { color: var(--amber-light); font-weight: 400; }
.map-wrap { height: 600px; filter: none; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

.error-page { display: grid; min-height: 85vh; place-items: center; padding-top: var(--header); text-align: center; }
.error-code { display: block; color: #171717; font: 300 clamp(7rem, 22vw, 18rem) Montserrat; line-height: .7; }
.error-page h1 { font-size: clamp(2.2rem, 5vw, 4.5rem); }
.site-footer { padding: 75px 0 25px; border-top: 1px solid var(--line); background: #080808; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; }
.footer-grid h2 { margin-bottom: 20px; color: var(--amber-light); font: 500 .7rem Montserrat; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { display: block; margin: 0 0 8px; color: var(--muted); font-size: .82rem; }
.footer-grid a:hover { color: var(--amber-light); }
.footer-brand { margin-bottom: 20px !important; }
.footer-grid small { color: #6f6d68; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); color: #8f8f8f; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --header: 70px; }
  .site-header { background: rgba(5, 5, 5, .94); backdrop-filter: blur(15px); }
  .site-header:has(.main-nav.is-open) { border-color: var(--line); }
  .header-actions { margin-left: auto; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: calc(var(--header) + 50px) max(28px, calc((100vw - 620px) / 2)) 42px;
    background:
      linear-gradient(145deg, rgba(211, 138, 58, .1), transparent 34%),
      #070707;
    font-size: 1rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform .45s cubic-bezier(.76, 0, .24, 1), opacity .3s ease, visibility .45s;
  }
  .main-nav::before {
    content: "Navigazione";
    margin-bottom: 28px;
    color: var(--amber);
    font: 500 .68rem Montserrat, sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  html[lang="en"] .main-nav::before { content: "Navigation"; }
  .main-nav > a:not(.button) {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    font: 400 clamp(1.35rem, 6vw, 2rem) Montserrat, sans-serif;
    letter-spacing: -.025em;
  }
  .main-nav > a:not(.button)::after {
    content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background:
      linear-gradient(var(--amber), var(--amber)) top right / 9px 1.5px no-repeat,
      linear-gradient(var(--amber), var(--amber)) top right / 1.5px 9px no-repeat,
      linear-gradient(
        -45deg,
        transparent 45%,
        var(--amber) 46%,
        var(--amber) 54%,
        transparent 55%
      ) center / 100% 100% no-repeat;
    opacity: .8;
  }
  .main-nav > a[aria-current="page"] { color: var(--amber-light); }
  .main-nav .button {
    width: 100%;
    margin-top: 34px;
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .split, .form-layout, .contact-grid { grid-template-columns: 1fr; }
  .people-grid { grid-template-columns: 1fr 1fr; }
  .people-card-featured { grid-column: 1 / -1; }
  .people-card-featured .people-placeholder { min-height: 430px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-card-featured { grid-column: 1 / -1; min-height: 330px; }
  .section-note { max-width: 430px; }
  .split > div:last-child { padding-top: 0; }
  .home-gallery { grid-template-columns: 1fr 1fr; }
  .home-gallery-item:first-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { gap: 40px; }
  .map-wrap { height: 420px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 240px; }
  .gallery-item { grid-column: span 1 !important; grid-row: span 1 !important; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero-meta { display: none; }
  .hero-content { padding-bottom: 50px; }
  .hero h1 { font-size: 3.2rem; }
  .home-gallery, .review-grid, .values-grid, .form-grid, .people-grid { grid-template-columns: 1fr; }
  .people-card-featured { grid-column: auto; }
  .people-placeholder, .people-card-featured .people-placeholder { min-height: 360px; }
  .home-gallery-item:first-child { grid-column: auto; }
  .home-gallery-item, .home-gallery-item:nth-child(n+2) { min-height: 360px; }
  .field.full, .full { grid-column: 1; }
  .section-heading { flex-direction: column; align-items: start; gap: 25px; }
  .section-note { text-align: left; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card-featured { grid-column: auto; }
  .experience-card { min-height: 340px; }
  .rating-band { grid-template-columns: 1fr; text-align: center; }
  .rating-band .button { justify-self: center; }
  .rating-actions { flex-direction: column; }
  .review-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .review-cta-inner p { margin-inline: auto; }
  .review-cta .button { justify-self: center; white-space: normal; }
  .rating-summary { grid-template-columns: 1fr; text-align: center; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .actions { flex-direction: column; align-items: flex-start; }
  .form-panel { padding: 22px; }
  .page-hero { padding-top: calc(var(--header) + 70px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.booking-call-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: start; }
.booking-phone { margin-top: 22px; }
.legal-details { display: flex; flex-wrap: wrap; gap: 8px 20px; padding-top: 24px; border-top: 1px solid var(--line); color: #918c84; font-size: .72rem; }
.legal-details a, .cookie-settings-link { color: var(--muted); }
.cookie-settings-link { padding: 0; border: 0; background: none; font: inherit; cursor: pointer; }
.map-consent { display: grid; height: 100%; place-items: center; align-content: center; gap: 16px; padding: 30px; border: 1px solid var(--line); text-align: center; }
.map-consent h3 { margin: 0; }
.map-consent p { max-width: 560px; }
.map-pin { width: 42px; height: 42px; border: 2px solid var(--amber); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-pin::after { content: ""; display: block; width: 10px; height: 10px; margin: 14px; border-radius: 50%; background: var(--amber); }
.map-consent a { color: var(--amber-light); }
.consent-field label { color: var(--muted); font-size: .82rem; line-height: 1.6; text-transform: none; letter-spacing: 0; }
.consent-field input { width: auto; margin-right: 8px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.policy { max-width: 850px; }
.policy h2 { margin-top: 48px; font-size: 1.8rem; }
.policy h3 { margin-top: 30px; font-size: 1.25rem; }
.policy li { margin-bottom: 9px; color: var(--muted); }
.policy-table-wrap { overflow-x: auto; }
.policy-table { width: 100%; border-collapse: collapse; color: var(--muted); }
.policy-table th, .policy-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { color: var(--text); font-family: Montserrat, sans-serif; font-weight: 500; }
.policy code { color: var(--amber-light); }
@media (max-width: 900px) { .booking-call-layout { grid-template-columns: 1fr; gap: 40px; } }

/* Menu */
.menu-hero { padding-bottom: 78px; }
.menu-hero h1 { max-width: 900px; }
.menu-index {
  position: sticky;
  z-index: 20;
  top: var(--header);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 8, .96);
  backdrop-filter: blur(14px);
}
.menu-index-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-block: 14px;
  scrollbar-width: thin;
  scrollbar-color: var(--amber-dark) transparent;
  overscroll-behavior-inline: contain;
}
.menu-index a {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid #393632;
  color: #d7d3cc;
  font: 500 .66rem Montserrat, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .2s, color .2s, background .2s;
}
.menu-index a:hover,
.menu-index a:focus-visible {
  border-color: var(--amber);
  background: rgba(211, 138, 58, .08);
  color: var(--amber-light);
  outline: none;
}
.menu-content { background: var(--black); }
.menu-section { padding: clamp(68px, 8vw, 110px) 0; border-bottom: 1px solid var(--line); }
.menu-section:nth-child(even) { background: var(--surface); }
.menu-section-header {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 38px;
}
.menu-section-index {
  padding-top: 8px;
  color: var(--amber);
  font: 500 .68rem Montserrat, sans-serif;
  letter-spacing: .14em;
}
.menu-section-header h2 { margin-bottom: 9px; font-size: clamp(2.35rem, 5vw, 4.6rem); }
.menu-section-portion { margin: 0; color: var(--amber-light); font-size: .82rem; letter-spacing: .05em; }
.menu-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.menu-product {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 25px;
  align-items: start;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  background: #0d0d0d;
}
.menu-section:nth-child(even) .menu-product { background: #111; }
.menu-product-main { min-width: 0; }
.menu-product-heading { display: flex; min-width: 0; flex-wrap: wrap; gap: 8px 11px; align-items: center; }
.menu-product-heading h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 1.08rem; }
.menu-product-number {
  display: inline-grid;
  min-width: 29px;
  height: 29px;
  place-items: center;
  padding-inline: 5px;
  border: 1px solid #433a30;
  color: var(--amber-light);
  font: 500 .68rem Montserrat, sans-serif;
}
.ayce-badge {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #9d6231;
  background: rgba(211, 138, 58, .1);
  color: #f0b877;
  font: 600 .58rem Montserrat, sans-serif;
  letter-spacing: .06em;
  line-height: 1.25;
  text-transform: uppercase;
}
.menu-product-quantity { margin: 10px 0 0; color: var(--amber-light); font-size: .74rem; }
.menu-product-description { margin: 12px 0 0; color: #bbb7b0; font-size: .9rem; line-height: 1.6; }
.menu-product-allergens { margin: 15px 0 0; color: #8f8c86; font-size: .74rem; line-height: 1.55; overflow-wrap: anywhere; }
.menu-product-allergens strong { color: #c8c4bc; font-weight: 500; }
.menu-product-price {
  color: var(--amber-light);
  font: 500 1rem Montserrat, sans-serif;
  white-space: nowrap;
}
.menu-empty { padding: 22px; border: 1px solid var(--line); }
.menu-allergens { border-bottom: 1px solid var(--line); }
.allergen-table-wrap { border: 1px solid var(--line); }
.allergen-table { width: 100%; border-collapse: collapse; }
.allergen-table th,
.allergen-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.allergen-table thead th {
  background: #0b0b0b;
  color: var(--amber-light);
  font: 500 .65rem Montserrat, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.allergen-table tbody th { width: 90px; color: var(--amber-light); font: 500 .85rem Montserrat, sans-serif; }
.allergen-table tbody td { color: var(--muted); font-size: .88rem; }
.allergen-table tbody td:nth-child(2) { width: 46%; color: var(--text); }
.allergen-table tr:last-child th,
.allergen-table tr:last-child td { border-bottom: 0; }
.menu-warnings h2 { margin-bottom: 42px; }
.menu-warning-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.menu-warning { display: grid; grid-template-columns: 36px 1fr; gap: 18px; padding: 28px 26px 28px 0; border-bottom: 1px solid var(--line); }
.menu-warning:nth-child(odd) { padding-right: 40px; border-right: 1px solid var(--line); }
.menu-warning:nth-child(even) { padding-left: 40px; }
.menu-warning > span { color: var(--amber); font: 500 .65rem Montserrat, sans-serif; }
.menu-warning p { margin: 0; font-size: .88rem; }
.menu-error-section { min-height: 55vh; }
.menu-error { max-width: 760px; padding: clamp(30px, 6vw, 70px); border: 1px solid var(--line); background: var(--surface); }
.menu-error h2 { font-size: clamp(2rem, 4vw, 3.5rem); }

@media (max-width: 900px) {
  .menu-products { grid-template-columns: 1fr; }
  .menu-warning-list { grid-template-columns: 1fr; }
  .menu-warning,
  .menu-warning:nth-child(odd),
  .menu-warning:nth-child(even) { padding: 24px 0; border-right: 0; }
}

@media (max-width: 620px) {
  .menu-hero { padding-bottom: 55px; }
  .menu-index-scroll { width: 100%; padding-inline: 14px; }
  .menu-section-header { grid-template-columns: 36px 1fr; gap: 10px; }
  .menu-section-index { padding-top: 5px; }
  .menu-product { gap: 14px; padding: 20px 17px; }
  .menu-product-heading {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 7px 10px;
    align-items: start;
  }
  .menu-product-number {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 0;
    line-height: 1;
  }
  .menu-product-heading h3 {
    grid-column: 2;
    min-height: 30px;
    margin: 0;
    font-size: 1rem;
    line-height: 30px;
  }
  .menu-product-heading h3:first-child { grid-column: 1 / -1; }
  .ayce-badge {
    grid-column: 1 / -1;
    justify-self: start;
    margin: 1px 0 0;
  }
  .menu-product-price { padding-top: 3px; font-size: .9rem; }
  .allergen-table-wrap { border: 0; }
  .allergen-table,
  .allergen-table tbody,
  .allergen-table tr,
  .allergen-table th,
  .allergen-table td { display: block; width: 100% !important; }
  .allergen-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .allergen-table tr { margin-bottom: 12px; padding: 16px; border: 1px solid var(--line); background: #0b0b0b; }
  .allergen-table th,
  .allergen-table td { padding: 5px 0; border: 0; }
  .allergen-table th::before,
  .allergen-table td::before {
    content: attr(data-label) ": ";
    color: #87837c;
    font: 500 .58rem Montserrat, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
}
