:root {
  --ed-ink: #082a43;
  --ed-deep: #061c2d;
  --ed-paper: #f8f3e9;
  --ed-paper-bright: #fffdf8;
  --ed-sea: #d7e5e5;
  --ed-blue: #7899aa;
  --ed-rust: #a94e31;
  --ed-line: rgba(8, 42, 67, .17);
  --ed-shadow: 0 24px 60px rgba(6, 28, 45, .16);
}

html { background: var(--ed-paper); }
body {
  background:
    radial-gradient(circle at 18% 5%, rgba(120, 153, 170, .12), transparent 26%),
    var(--ed-paper);
  color: var(--ed-ink);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(rgba(8, 42, 67, .22) .55px, transparent .55px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 243, 233, .91);
  border-bottom: 1px solid var(--ed-line);
  box-shadow: 0 8px 30px rgba(6, 28, 45, .06);
}
.nav-shell { min-height: 82px; }
.brand-mark { background: var(--ed-paper-bright); box-shadow: 0 10px 24px rgba(6, 28, 45, .13); }
.brand strong { color: var(--ed-ink); letter-spacing: -.03em; }
.brand span span { color: #45677a; }
.nav-links a {
  border-radius: 0;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ed-rust);
  background: none;
}

.btn {
  border-radius: 2px;
  font-size: 12.5px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: none;
}
.btn:active { transform: translateY(1px) scale(.985); }
.btn-primary { background: var(--ed-rust); border-color: var(--ed-rust); color: #fff; }
.btn-primary:hover { background: #a94e31; border-color: #a94e31; }
.btn-light { background: var(--ed-paper-bright); border-color: rgba(255,255,255,.56); color: var(--ed-ink); }
.btn-light:hover { background: var(--ed-sea); color: var(--ed-ink); }

.hero {
  position: relative;
  min-height: clamp(620px, calc(100svh - 82px), 780px);
  padding: 0;
  background: var(--ed-deep);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 60%;
  background: var(--ed-deep);
  -webkit-mask-image: linear-gradient(#000, #000), url("/assets/decor/hero-navy-brush.webp");
  -webkit-mask-position: left top, calc(100% + 24px) top;
  -webkit-mask-size: calc(100% - 240px) 100%, 380px 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(#000, #000), url("/assets/decor/hero-navy-brush.webp");
  mask-position: left top, calc(100% + 24px) top;
  mask-size: calc(100% - 240px) 100%, 380px 100%;
  mask-repeat: no-repeat;
}
.hero-media { inset: 0 0 0 42%; }
.hero-media::after {
  background: linear-gradient(0deg, rgba(6, 28, 45, .42), transparent 52%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 62%;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: 72px 90px 92px max(44px, calc((100vw - 1180px) / 2));
  background: transparent;
}
.hero-content::before {
  content: none;
}
.hero-content::after {
  content: "";
  position: absolute;
  left: max(28px, calc((100vw - 1180px) / 2));
  bottom: 15%;
  width: 150px;
  height: 9px;
  background: var(--ed-rust);
  clip-path: polygon(0 36%, 11% 10%, 35% 28%, 61% 0, 100% 38%, 82% 74%, 38% 62%, 9% 100%);
  opacity: .92;
}
.hero-content > .container,
.hero-content > div { position: relative; z-index: 2; width: 100%; }
.hero-content:not(:has(.hero-inner)) {
  width: 62%;
  max-width: none;
  margin: 0;
  flex: 0 0 62%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 86px 90px 104px max(44px, calc((100vw - 1180px) / 2));
}
.hero-content:not(:has(.hero-inner)) h1 { margin-top: 18px; }
.hero-content:not(:has(.hero-inner)) .lead { margin-top: 22px; }
.menu-notice { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.hero-content:not(:has(.hero-inner)) .menu-notice { margin-top: 18px; max-width: 520px; }
.hero-content:not(:has(.hero-inner)) .hero-ctas { margin-top: 26px; }
.hero-inner { max-width: 780px; border-left: 0; padding-left: 0; }
.hero .eyebrow { color: #f2b18a; letter-spacing: .18em; }
.hero h1 {
  color: #fffaf2;
  max-width: 11.5ch;
  font-size: clamp(58px, 6.1vw, 92px);
  line-height: .94;
  letter-spacing: -.04em;
  text-shadow: none;
}
.hero-mark { color: #efad83; }
.hero .lead { color: rgba(255, 250, 242, .78); max-width: 49ch; }
.hero-ctas { gap: 10px; }
.stats-row {
  z-index: 4;
  width: min(980px, calc(100% - 48px));
  margin: -86px 24px 28px auto;
  background: rgba(248, 243, 233, .94);
  border: 1px solid var(--ed-line);
  box-shadow: var(--ed-shadow);
  backdrop-filter: none;
}
.stat { background: transparent; border-color: var(--ed-line); }
.stat strong { color: var(--ed-ink); font-size: 26px; }
.stat span { color: #45677a; font-size: 12px; }

.section { padding: clamp(88px, 10vw, 144px) 0; }
.eyebrow { color: var(--ed-rust); font-size: 12px; letter-spacing: .16em; }
.section-head h2,
.story-copy h2 { color: var(--ed-ink); letter-spacing: -.055em; }

#story {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding-top: clamp(230px, 25vw, 350px);
  background: var(--ed-paper-bright);
  overflow: visible;
}
#story::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: calc(-16px - 2vw);
  left: auto;
  top: auto;
  width: min(34vw, 460px);
  aspect-ratio: 1 / 1;
  background: url("/assets/decor/watercolor-corner.webp") left top / contain no-repeat;
  opacity: .64;
  transform: scaleX(-1);
}
#story::after {
  content: "";
  position: absolute;
  right: clamp(20px, 7vw, 110px);
  top: 72px;
  width: min(25vw, 300px);
  aspect-ratio: 280 / 290;
  background: url("/assets/decor/primosten-gajeta-paper-v2.webp") center / cover no-repeat;
  transform: rotate(2deg);
  filter: drop-shadow(0 18px 28px rgba(6, 28, 45, .16));
}
.story-word { top: 114px; left: 34%; color: rgba(8, 42, 67, .045); }
.story-grid { position: relative; z-index: 2; gap: clamp(42px, 7vw, 92px); align-items: center; }
.collage-grid { gap: 12px; transform: rotate(-1deg); }
.collage-grid .frame {
  border: 8px solid var(--ed-paper-bright);
  border-radius: 0;
  box-shadow: 0 0 0 1px var(--ed-line), var(--ed-shadow);
}
.collage-grid .b { transform: translateY(-24px) rotate(2deg); }
.collage-grid .d { transform: translateY(22px) rotate(1deg); }
.story-copy {
  position: relative;
  padding: 48px 42px 52px;
  background: rgba(248, 243, 233, .9);
  box-shadow: var(--ed-shadow);
  clip-path: polygon(1% 3%, 9% 1%, 18% 3%, 28% 1%, 39% 2%, 51% 0, 64% 2%, 75% 1%, 87% 3%, 99% 1%, 98% 98%, 87% 97%, 74% 99%, 63% 97%, 50% 100%, 38% 97%, 25% 99%, 13% 97%, 1% 99%);
}
.story-copy::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 28px;
  width: 92px;
  height: 6px;
  background: var(--ed-rust);
  clip-path: polygon(0 40%, 18% 0, 44% 26%, 70% 8%, 100% 43%, 78% 84%, 45% 63%, 16% 100%);
}

.signature-section {
  position: relative;
  background: var(--ed-sea);
  border-bottom: 36px solid var(--ed-sea);
  overflow: visible;
}
.signature-section .eyebrow { color: #934027; }
.signature-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  height: 92px;
  background: var(--ed-sea);
  clip-path: polygon(0 48%, 4% 38%, 9% 50%, 15% 32%, 22% 46%, 29% 28%, 37% 45%, 44% 33%, 52% 49%, 61% 29%, 69% 44%, 77% 31%, 85% 47%, 92% 35%, 100% 43%, 100% 100%, 0 100%);
}
.signature-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -80px;
  left: 0;
  height: 80px;
  background: var(--ed-sea);
}
.dish-grid { gap: 18px; }
.dish-card {
  border: 9px solid var(--ed-paper-bright);
  border-radius: 0;
  background: var(--ed-paper-bright);
  box-shadow: 0 0 0 1px var(--ed-line), 0 20px 44px rgba(6, 28, 45, .13);
}
.dish-card:nth-child(2) { transform: translateY(38px) rotate(1deg); }
.dish-card:nth-child(3) { transform: rotate(-1.2deg); }
.dish-card .body { padding: 24px 17px 18px; }
.tag { border-radius: 0; background: var(--ed-rust); color: #fff; font-size: 12px; }

#menu-preview {
  position: relative;
  z-index: 1;
  margin-top: 0;
  background: var(--ed-deep);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 4 C4 4 6 1.5 10 1.5 S16 4.5 20 4.5 S26 1 30 1 S36 4 40 4 S46 1.5 50 1.5 S56 4.5 60 4.5 S66 1 70 1 S76 4 80 4 S86 1.5 90 1.5 S96 4 100 4 V100 H0 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='white' d='M0 4 C4 4 6 1.5 10 1.5 S16 4.5 20 4.5 S26 1 30 1 S36 4 40 4 S46 1.5 50 1.5 S56 4.5 60 4.5 S66 1 70 1 S76 4 80 4 S86 1.5 90 1.5 S96 4 100 4 V100 H0 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.dark-section h2,
.dark-section .section-head h2 { color: #fffaf2; }
.dark-section .lead { color: rgba(255, 250, 242, .76); }
#gallery { position: relative; background: var(--ed-paper); }
#gallery::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -8px;
  width: 470px;
  height: 350px;
  background: url("/assets/decor/olive-branch.webp") center / contain no-repeat;
  opacity: .22;
  transform: scaleX(-1) rotate(-8deg);
}
#gallery .gallery-logo-watermark {
  position: absolute;
  z-index: 1;
  top: 330px;
  right: auto;
  left: clamp(64px, 9vw, 168px);
  width: clamp(132px, 11vw, 184px);
  height: auto;
  aspect-ratio: 900 / 855;
  opacity: .18;
  transform: rotate(-7deg);
  pointer-events: none;
}
#gallery > .container { position: relative; z-index: 2; }
.gallery-columns { grid-template-columns: 1.3fr .75fr .75fr; align-items: end; gap: 14px; }
.gallery-button {
  border-radius: 0;
  border: 8px solid var(--ed-paper-bright);
  box-shadow: 0 0 0 1px var(--ed-line), var(--ed-shadow);
}
.gallery-button:nth-child(1) { transform: rotate(-1.2deg); }
.gallery-button:nth-child(2) { transform: translateY(-32px) rotate(2deg); }
.gallery-button:nth-child(3) { transform: translateY(20px) rotate(-1deg); }

#reviews { position: relative; background: var(--ed-paper-bright); }
.review-card {
  border: 0;
  border-radius: 0;
  background: var(--ed-paper);
  box-shadow: var(--ed-shadow);
  clip-path: polygon(1% 3%, 12% 1%, 24% 3%, 38% 1%, 52% 2%, 66% 0, 79% 3%, 99% 1%, 98% 98%, 84% 97%, 70% 99%, 54% 97%, 37% 100%, 20% 97%, 1% 99%);
}
.review-card:nth-child(2) { transform: translateY(26px) rotate(1deg); }
.review-card blockquote { font-size: 27px; line-height: 1.12; }

.dark-section#reserve {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 110px) 0;
  background: var(--ed-deep);
}
.dark-section#reserve .bg-photo { opacity: .82; filter: saturate(.72) contrast(1.08); }
.dark-section#reserve::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 28, 45, .72), rgba(6, 28, 45, .26));
  pointer-events: none;
}
.dark-section#reserve .reserve-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}
.reserve-details h2 { color: #fffaf2; max-width: 13ch; }
.reserve-details .lead { max-width: 42ch; }
.contact-stack {
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 3px;
  background: rgba(255, 255, 255, .1);
}
.contact-row {
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 13px;
  padding: 15px 16px;
}
.contact-row .ico {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(213, 166, 90, .14);
  color: #e5b96f;
  font-size: 16px;
}
.contact-row .ico-text { font-size: 12px; letter-spacing: -.04em; }
.contact-row small {
  display: block;
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-row strong { display: block; margin-top: 3px; }
.booking-card {
  padding: clamp(36px, 4vw, 50px);
  background: var(--ed-paper-bright);
  color: var(--ed-ink);
  border-radius: 4px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
}
.booking-card h3 {
  max-width: 16ch;
  color: var(--ed-ink);
  font-family: var(--font-display);
  font-size: clamp(36px, 3.8vw, 52px);
  line-height: .98;
  letter-spacing: -.045em;
}
.booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.booking-actions .btn { min-height: 48px; padding-inline: 22px; border-radius: 999px; }
.dark-section#reserve .booking-actions .btn-primary { background: #00658f; border-color: #00658f; }
.dark-section#reserve .booking-actions .btn-primary:hover { background: #004f70; border-color: #004f70; }
.booking-note {
  max-width: 54ch;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--ed-line);
  color: #526b7a;
}
#visit {
  position: relative;
  overflow: hidden;
  background: var(--ed-paper-bright);
}
#visit::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -35px;
  width: min(34vw, 430px);
  aspect-ratio: 330 / 290;
  background: url("/assets/decor/croatia-watercolor-paper.png") center / cover no-repeat;
  opacity: .72;
  transform: rotate(-4deg);
}
.visit-grid { position: relative; z-index: 1; }
.map-card {
  border: 10px solid var(--ed-paper-bright);
  border-radius: 0;
  box-shadow: 0 0 0 1px var(--ed-line), var(--ed-shadow);
  transform: rotate(1.2deg);
}
.map-card img.map-pin-photo {
  width: 54px;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transform: translate(-50%, -100%);
  filter: drop-shadow(0 10px 8px rgba(6, 28, 45, .34));
}

.menu-layout { align-items: start; gap: clamp(34px, 7vw, 92px); }
.menu-layout > *,
.menu-sections,
.menu-section,
.reservation-strip { min-width: 0; max-width: 100%; }
.menu-aside { position: sticky; top: 112px; }
.aside-card { border-radius: 0; border: 8px solid var(--ed-paper-bright); box-shadow: var(--ed-shadow); }
.menu-section {
  margin-bottom: 38px;
  padding: 42px 44px 36px;
  border: 0;
  background: var(--ed-paper-bright);
  box-shadow: var(--ed-shadow);
  clip-path: polygon(0 2%, 9% 0, 18% 2%, 29% 1%, 40% 3%, 52% 0, 64% 2%, 76% 1%, 88% 3%, 100% 1%, 99% 98%, 87% 100%, 74% 98%, 61% 100%, 48% 97%, 36% 100%, 23% 98%, 11% 100%, 1% 98%);
}
.menu-section:nth-of-type(even) { transform: rotate(.35deg); }
.menu-section .section-head { display: grid; grid-template-columns: 1fr 150px; gap: 22px; align-items: end; }
.menu-section .section-head h2,
.menu-section .section-head p { grid-column: 1; }
.menu-image { grid-column: 2; grid-row: 1 / span 3; width: 150px; height: 150px; object-fit: cover; border-radius: 0; transform: rotate(2deg); box-shadow: 0 0 0 7px var(--ed-paper), var(--ed-shadow); }
.menu-item { border-bottom: 1px dashed rgba(8, 42, 67, .24); }
.menu-notice {
  border: 1px solid var(--ed-line);
  border-radius: 0;
  background:
    linear-gradient(178deg, transparent 0 82%, rgba(200, 104, 67, .16) 82% 88%, transparent 88%),
    var(--ed-paper-bright);
  color: var(--ed-ink);
}
.filter-btn { border-radius: 0; }
.filter-btn.active,
.filter-btn[aria-pressed="true"] { background: var(--ed-ink); border-color: var(--ed-ink); color: #fff; }

.gallery-shell { position: relative; background: var(--ed-paper); }
.gallery-shell::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 30px;
  width: 500px;
  height: 380px;
  background: url("/assets/decor/olive-branch.webp") center / contain no-repeat;
  opacity: .2;
  transform: scaleX(-1) rotate(-8deg);
}
.gallery-shell > .container { position: relative; z-index: 1; }
.gallery-grid { gap: 16px; }
.photo-card,
.photo-card.wide,
.photo-card.tall {
  border: 9px solid var(--ed-paper-bright);
  border-radius: 0;
  box-shadow: 0 0 0 1px var(--ed-line), var(--ed-shadow);
}
.photo-card:nth-child(3n + 1) { transform: rotate(-.8deg); }
.photo-card:nth-child(3n + 2) { transform: translateY(18px) rotate(.8deg); }
.photo-card:nth-child(3n) { transform: rotate(.45deg); }
.gallery-grid { margin-bottom: 38px; }
[data-gallery-load-more] {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.menu-section,
.photo-card { scroll-margin-top: 150px; }
main section[id] { scroll-margin-top: 96px; }
.photo-card span {
  font-family: var(--font-display);
  font-size: 19px;
  background: linear-gradient(transparent, rgba(6, 28, 45, .88));
  color: #fff;
}
.footer {
  margin-top: 0;
  padding: 42px 0 22px;
  background: var(--ed-deep);
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.45;
}
.footer > .container { display: block; }
.footer a,
.footer span { color: inherit; }
.footer .brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.footer .brand strong { color: #fff; }
.footer .brand > span:last-child > span { color: rgba(213, 166, 90, .92); }
.footer .brand-mark {
  background: radial-gradient(circle at 36% 28%, #fffdf8 0%, #efe8dc 62%, #d8c9b2 100%);
  box-shadow: inset 0 0 0 1px rgba(213, 166, 90, .34), 0 14px 28px rgba(0, 0, 0, .28);
}
.footer-grid {
  width: min(var(--narrow), 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr .7fr 1fr;
  gap: 38px;
}
.footer h3 {
  margin-bottom: 10px;
  color: rgba(213, 166, 90, .92);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer p { margin-top: 8px; font-size: 13px; line-height: 1.45; }
.footer ul { display: grid; margin: 0; padding: 0; list-style: none; gap: 2px; }
.footer li { line-height: 1.35; }
.footer li a,
.footer-credit a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}
.footer-bottom {
  width: min(var(--narrow), 100%);
  margin: 26px auto 0;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.4;
}
.footer-credit a {
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(213, 166, 90, .65);
  text-underline-offset: 3px;
}
.footer-credit a:hover { color: #fff; }

@media (max-width: 1040px) {
  .hero-media { inset: 0; }
  .hero::before { width: 75%; }
  .hero-content { width: 78%; }
  .hero-content:not(:has(.hero-inner)) { width: 78%; flex-basis: 78%; }
  .hero h1 { max-width: 9.5ch; font-size: clamp(50px, 6vw, 64px); }
  .hero .lead { max-width: 42ch; }
  .stats-row { margin: -56px auto 24px; }
  #story::before { width: 48vw; opacity: .58; }
  #story::after { width: 250px; opacity: .82; }
  .menu-aside { position: static; }
  .menu-section .section-head { grid-template-columns: 1fr 126px; }
  .menu-image { width: 126px; height: 126px; }
}

@media (min-width: 701px) and (max-width: 1040px) {
  .dish-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dish-card:nth-child(n) { transform: none; }
}

@media (max-width: 700px) {
  .nav-shell { min-height: 64px; gap: 8px; }
  .site-header .brand-mark,
  .site-header .brand > img { width: 38px; height: 38px; }
  .site-header .brand-mark img { width: 32px; height: 32px; }
  .site-header .brand { gap: 8px; min-width: 0; }
  .site-header .brand { min-height: 44px; }
  .site-header .brand strong { font-size: 17px; white-space: nowrap; }
  .site-header .brand > span:last-child > span { display: none; }
  .site-header .nav-actions { gap: 6px; flex: 0 0 auto; }
  .hero { min-height: clamp(560px, 82svh, 660px); }
  .hero:not(:has(.hero-inner)) { min-height: clamp(480px, 70svh, 580px); }
  .hero-media { opacity: .72; }
  .hero-content {
    width: 100%;
    min-height: inherit;
    padding: 64px 20px 126px;
    background: linear-gradient(90deg, rgba(6,28,45,.96), rgba(6,28,45,.72));
  }
  .hero::before { display: none; }
  .hero-content::before { display: none; }
  .hero-content:not(:has(.hero-inner)) {
    width: 100%;
    flex-basis: 100%;
    padding: 58px 20px 82px;
  }
  .hero h1 { max-width: 10ch; font-size: clamp(44px, 12vw, 60px); line-height: .96; }
  .hero:not(:has(.hero-inner)) h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
    font-size: clamp(40px, 11.5vw, 54px);
  }
  .hero .lead { font-size: 16px; line-height: 1.55; }
  .hero-content:not(:has(.hero-inner)) .lead { margin-top: 16px; }
  .hero-content:not(:has(.hero-inner)) .hero-ctas { margin-top: 20px; }
  .hero-content::after { bottom: 13%; left: 24px; }
  .stats-row { width: calc(100% - 34px); margin: -96px auto 22px; grid-template-columns: 1fr; }
  .stat { padding: 13px 18px; }
  .stat strong { font-size: 21px; }
  #story { padding-top: 218px; }
  #story::before { right: -95px; bottom: calc(-12px - 2vw); width: 330px; }
  #story::after { right: -34px; top: 70px; width: 180px; }
  .story-word { display: none; }
  .story-copy { padding: 42px 26px; }
  #gallery .gallery-logo-watermark { top: 178px; right: auto; left: 18px; width: 112px; opacity: .12; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer { padding: 34px 0 20px; }
  .footer-bottom { margin-top: 20px; }
  .collage-grid .b,
  .collage-grid .d { transform: none; }
  .dish-card:nth-child(n),
  .gallery-button:nth-child(n),
  .review-card:nth-child(n),
  .photo-card:nth-child(n) { transform: none; }
  .signature-section { padding-bottom: 112px; }
  .gallery-columns { grid-template-columns: 1fr; gap: 22px; }
  .gallery-button { width: 100%; }
  .filter-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-row .filter-btn { flex: 0 0 auto; scroll-snap-align: start; }
  .menu-aside { display: none; }
  #gallery::before,
  .gallery-shell::before { opacity: .3; }
  #visit::before { width: 310px; opacity: .42; }
  .dark-section#reserve .reserve-grid { grid-template-columns: 1fr; gap: 28px; }
  .reservation-strip { grid-template-columns: 1fr; }
  .contact-row { grid-template-columns: 34px minmax(0, 1fr); }
  .booking-card { padding: 34px 26px; }
  .booking-actions { display: grid; }
  .booking-actions .btn { width: 100%; }
  .menu-section { padding: 34px 24px 30px; }
  .menu-section:nth-of-type(n) { transform: none; }
  .menu-section .section-head { display: block; }
  .menu-image { width: 100%; height: 190px; margin-top: 24px; transform: rotate(1deg); }
}

@media (min-width: 520px) and (max-width: 700px) {
  .dish-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dish-card:last-child { grid-column: 1 / -1; }
  .gallery-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-columns .gallery-button:first-child { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid .photo-card,
  .gallery-grid .photo-card.wide,
  .gallery-grid .photo-card.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 245px;
  }
  .gallery-grid .photo-card.wide { grid-column: 1 / -1; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: clamp(40px, 12vw, 48px); }
  .hero-ctas { display: grid; width: 100%; }
  .hero-ctas .btn { width: 100%; }
  .stats-row { width: calc(100% - 24px); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-inner.is-visible > * {
    animation: hero-item-in .72s cubic-bezier(.16, 1, .3, 1) both;
  }
  .hero-inner.is-visible > :nth-child(2) { animation-delay: .07s; }
  .hero-inner.is-visible > :nth-child(3) { animation-delay: .13s; }
  .hero-inner.is-visible > :nth-child(4) { animation-delay: .18s; }
  .hero-inner.is-visible > :nth-child(5) { animation-delay: .24s; }
  .stats-row { animation: stats-in .8s .3s cubic-bezier(.16, 1, .3, 1) both; }
}

@keyframes hero-item-in {
  from { opacity: 0; transform: translate3d(0, 22px, 0); }
  to { opacity: 1; transform: none; }
}
@keyframes stats-in {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; }
  .dish-card:nth-child(n),
  .gallery-button:nth-child(n),
  .review-card:nth-child(n),
  .photo-card:nth-child(n) { transform: none; }
}
