:root {
  --ink: oklch(26% .045 198);
  --muted: oklch(39% .03 198);
  --paper: oklch(90% .018 96);
  --paper-deep: oklch(80% .03 194);
  --surface-soft: oklch(92% .012 96);
  --accent-soft: oklch(70% .04 194);
  --line: oklch(60% .035 194);
  --accent: oklch(40% .065 195);
  --accent-dark: oklch(25% .045 198);
  --white: oklch(98% .012 96);
  --header: oklch(19% .045 198);
  --radius: 4px;
  --shell: min(1180px, calc(100vw - 40px));
  --header-height: 72px;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 22px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.lightbox-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(76px, 10vw, 140px); }
.skip-link {
  position: fixed;
  left: 12px;
  top: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease, min-height .24s var(--ease-out);
}
.site-header.is-scrolled {
  background: var(--header);
  border-bottom-color: rgb(255 255 255 / .12);
  box-shadow: 0 8px 24px rgb(0 0 0 / .12);
}
.scroll-progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--accent-soft);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms var(--ease-out);
}
.brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(255 255 255 / .18), 0 8px 24px rgb(0 0 0 / .16);
  transition: transform 260ms var(--ease-out), box-shadow 260ms ease;
}
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a {
  position: relative;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease;
}
.primary-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 220ms var(--ease-out);
}
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: var(--accent-soft); }
.social-links { display: flex; align-items: center; gap: 6px; }
.social-links a {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: currentColor;
  border-radius: 50%;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms var(--ease-out);
}
.social-links svg { width: 20px; height: 20px; fill: currentColor; }
.social-links a:focus-visible, .social-links a:hover { color: var(--accent-soft); background: rgb(255 255 255 / .08); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -2; }
.hero-media img {
  display: block;
  object-fit: cover;
  object-position: 50% 49%;
  transform: translate3d(0, 0, 0) scale(1.06);
  will-change: transform;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(0 0 0 / .28) 0%, rgb(0 0 0 / .10) 66%, rgb(0 0 0 / .08) 100%);
}
.hero-content { padding-top: calc(var(--header-height) + 36px); padding-bottom: clamp(54px, 11vh, 112px); }
.motion-ready .hero .kicker,
.motion-ready .hero h1,
.motion-ready .hero-copy,
.motion-ready .hero-actions {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  filter: blur(8px);
}
.motion-ready .hero-media img { opacity: .72; transform: translate3d(0, 0, 0) scale(1.14); }
.motion-ready.is-loaded .hero-media img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.06);
  transition: opacity 900ms ease, transform 1400ms var(--ease-out);
}
.motion-ready.is-loaded .hero .kicker,
.motion-ready.is-loaded .hero h1,
.motion-ready.is-loaded .hero-copy,
.motion-ready.is-loaded .hero-actions {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition: opacity 620ms var(--ease-out), transform 760ms var(--ease-out), filter 760ms var(--ease-out);
}
.motion-ready.is-loaded .hero h1 { transition-delay: 80ms; }
.motion-ready.is-loaded .hero-copy { transition-delay: 160ms; }
.motion-ready.is-loaded .hero-actions { transition-delay: 240ms; }
.kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgb(0 0 0 / .28);
}
.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
  text-shadow: 0 2px 12px rgb(0 0 0 / .28);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 50px;
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms var(--ease-out), background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(255 255 255 / .14);
  clip-path: inset(100% 0 0 0);
  transition: clip-path 240ms var(--ease-out);
}
.button:active { transform: scale(.96); }
.button-primary { background: var(--accent); color: var(--white); }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-dark); color: var(--white); }
.button-ghost { border-color: rgb(255 255 255 / .72); background: rgb(20 28 27 / .22); color: var(--white); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgb(20 28 27 / .55); }

.quick-facts { border-bottom: 1px solid var(--line); background: var(--paper-deep); }
.quick-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-facts p {
  margin: 0;
  padding: 27px 28px;
  display: grid;
  gap: 2px;
  text-align: center;
  transition: background-color 220ms ease, transform 220ms var(--ease-out);
}
.quick-facts p + p { border-left: 1px solid var(--line); }
.quick-facts strong { color: var(--accent-dark); font-size: 18px; }
.quick-facts span { color: var(--muted); font-size: 13px; }

h2, h3, p { text-wrap: pretty; }
h2 {
  margin: 0;
  font-size: clamp(37px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
h3 { margin: 0; font-size: 24px; line-height: 1.12; letter-spacing: -.025em; }
.section .kicker { color: var(--accent-dark); }
.about { display: grid; grid-template-columns: 1.02fr .78fr; align-items: center; gap: clamp(48px, 9vw, 120px); }
.about-copy > p { max-width: 66ch; margin: 22px 0 0; color: var(--muted); }
.text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--accent-dark);
  font-weight: 750;
  text-decoration-color: transparent;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
  transition: background-size 240ms var(--ease-out), color 160ms ease;
}
.ratio-frame {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius);
  transform: translate3d(0, 0, 0);
}
.ratio-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms var(--ease-out), filter 360ms ease;
}
.about-media { margin: 0; }
.about-media img { object-position: 50% 53%; }
.about-media { box-shadow: 0 22px 54px rgb(22 56 58 / .16); transition: transform 480ms var(--ease-out), box-shadow 480ms ease; }

section[id] { scroll-margin-top: calc(var(--header-height) + 22px); }

.menu-section { border-block: 1px solid var(--line); background: var(--paper-deep); }
.section-heading { max-width: 720px; margin-bottom: 50px; }
.section-heading > p:not(.kicker) { max-width: 55ch; margin: 18px 0 0; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.menu-card {
  position: relative;
  border-top: 3px solid var(--accent);
}
.menu-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: -3px;
  width: 100%;
  height: 3px;
  background: var(--accent-dark);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 420ms var(--ease-out);
}
.menu-image { border-radius: 0; }
.menu-image { transition: transform 420ms var(--ease-out), box-shadow 420ms ease; }
.menu-card-body { padding: 25px 4px 0; }
.menu-card h3 { color: var(--accent-dark); }
.menu-card-body > p { min-height: 52px; margin: 12px 0 20px; color: var(--muted); font-size: 15px; }
.menu-card ul { margin: 0; padding: 0; list-style: none; }
.menu-card li {
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
  transition: color 160ms ease, transform 220ms var(--ease-out), border-color 220ms ease;
}

.good-to-know { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 110px); align-items: start; background: var(--paper); border-block: 1px solid var(--line); }
.know-intro p { margin: 17px 0 0; color: var(--muted); }
.know-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
.know-grid div {
  position: relative;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 7px;
  transition: transform 240ms var(--ease-out), border-color 200ms ease;
}
.know-grid div::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 54px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 280ms var(--ease-out);
}
.know-grid strong { font-size: 18px; }
.know-grid span { color: var(--muted); font-size: 15px; }

.gallery-section { background: var(--accent-soft); border-block: 1px solid var(--line); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-button {
  position: relative;
  aspect-ratio: 3 / 4;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: var(--accent-soft);
  cursor: zoom-in;
  box-shadow: 0 14px 36px rgb(20 54 55 / .08);
  transform: translate3d(0, 0, 0);
  transition: transform 320ms var(--ease-out), box-shadow 320ms ease, clip-path 780ms var(--ease-out), opacity 620ms var(--ease-out);
}
.gallery-button::after {
  content: "+";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgb(18 53 54 / .88);
  box-shadow: 0 10px 28px rgb(0 0 0 / .2);
  font-size: 26px;
  line-height: 1;
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(.92);
  transition: opacity 200ms ease, transform 260ms var(--ease-out);
}
.gallery-button img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 700ms var(--ease-out), filter 300ms ease; }
.gallery-button:nth-child(1) img { object-position: 50% 50%; }
.gallery-button:nth-child(2) img { object-position: 50% 48%; }
.gallery-button:nth-child(3) img { object-position: 50% 52%; }
.gallery-button:nth-child(4) img { object-position: 50% 51%; }
.gallery-button:nth-child(5) img { object-position: 53% 50%; }
.gallery-button:nth-child(6) img { object-position: 50% 45%; }

.reviews-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 42px; }
.reviews-section { background: var(--surface-soft); }
.rating-line { display: flex; align-items: center; gap: 14px; color: var(--accent-dark); }
.rating-line strong { font-size: 40px; line-height: 1; }
.rating-line span, .stars { letter-spacing: .08em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; align-items: stretch; }
.review {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  transition: background-color 240ms ease, transform 280ms var(--ease-out), box-shadow 280ms ease;
}
.review + .review { padding-left: clamp(16px, 2.4vw, 32px); border-left: 1px solid var(--line); }
.review-featured { min-height: 290px; padding-right: clamp(24px, 4vw, 56px); border-top: 3px solid var(--accent); }
.review p { max-width: 28ch; margin: 22px 0 30px; font-size: clamp(21px, 2.2vw, 28px); line-height: 1.32; letter-spacing: -.02em; }
.stars { color: var(--accent); font-size: 15px; transition: letter-spacing 280ms var(--ease-out), transform 280ms var(--ease-out); }
.review-meta { display: flex; flex-direction: column; justify-content: space-between; gap: 14px; align-items: flex-start; margin-top: auto; font-size: 14px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--line);
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease;
}
.review-meta a {
  color: var(--accent-dark);
  font-weight: 750;
  white-space: nowrap;
  text-decoration-color: var(--line);
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.visit-section { background: var(--paper-deep); border-top: 1px solid var(--line); }
.visit-heading { max-width: 720px; margin-bottom: 48px; }
.visit-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(34px, 7vw, 86px); align-items: start; }
.visit-info { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.visit-info > div {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  transition: transform 240ms var(--ease-out), border-color 200ms ease;
}
.visit-info h3 { font-size: 17px; }
.visit-info p { margin: 10px 0 0; color: var(--muted); }
.visit-info span { color: var(--muted); font-size: 14px; }
.visit-info a { color: var(--accent-dark); font-weight: 700; }
.hours { grid-column: 1 / -1; }
.hours dl { margin: 12px 0 0; }
.hours dl div { display: grid; grid-template-columns: 1fr auto; padding: 7px 0; }
.hours dt, .hours dd { margin: 0; }
.hours dd { color: var(--muted); }
.cash-note { grid-column: 1 / -1; padding: 16px; border: 1px solid var(--accent); background: var(--accent-soft); font-size: 15px; transition: transform 220ms var(--ease-out), box-shadow 220ms ease; }
.map-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--accent-soft);
  box-shadow: 0 18px 50px rgb(18 53 54 / .13);
  transition: transform 420ms var(--ease-out), box-shadow 420ms ease;
}
.map-wrap iframe { width: 100%; height: 100%; display: block; }

.site-footer { padding-block: 54px; background: var(--header); color: var(--white); border-top: 1px solid rgb(255 255 255 / .16); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 46px; align-items: start; }
.footer-grid > div { display: flex; flex-direction: column; gap: 7px; font-size: 14px; }
.footer-grid span { color: var(--accent-soft); }
.footer-grid a { width: fit-content; transition: color 160ms ease, transform 180ms var(--ease-out); }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--accent-soft); }
.site-footer :focus-visible { outline-color: var(--white); }
.footer-brand { flex-direction: row !important; align-items: center; gap: 15px !important; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; transition: transform 420ms var(--ease-out); }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 18px; }
.footer-social .social-links { margin-left: -12px; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 80px;
  place-items: center;
  padding: 68px 18px 28px;
  background: rgb(9 13 12 / .96);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}
.lightbox.is-open { opacity: 1; visibility: visible; transition: opacity 260ms ease; }
.lightbox figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  transform: scale(.96);
  filter: blur(5px);
  transition: opacity 280ms var(--ease-out), transform 360ms var(--ease-out), filter 320ms var(--ease-out);
  touch-action: pan-y;
}
.lightbox.is-open figure { opacity: 1; transform: scale(1); filter: blur(0); }
.lightbox img { max-width: 100%; max-height: calc(100svh - 100px); width: auto; height: auto; object-fit: contain; user-select: none; -webkit-user-drag: none; }
.lightbox button {
  color: var(--white);
  border: 1px solid rgb(255 255 255 / .42);
  background: rgb(255 255 255 / .08);
  border-radius: var(--radius);
  cursor: pointer;
  transition: transform 150ms var(--ease-out), background-color 160ms ease, border-color 160ms ease;
}
.lightbox button:active { transform: scale(.95); }
.lightbox-close { position: absolute; right: 18px; top: 16px; min-height: 42px; padding: 8px 14px; }
.lightbox-nav { min-width: 72px; min-height: 48px; padding: 8px; }
.lightbox-count {
  position: absolute;
  left: 20px;
  top: 23px;
  color: rgb(255 255 255 / .68);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 44px, 0) scale(.985);
  filter: blur(5px);
  transition: opacity 720ms var(--ease-out), transform 820ms var(--ease-out), filter 760ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.is-visible { filter: blur(0); }
.gallery-button.reveal {
  clip-path: inset(0 0 18% 0 round var(--radius));
  transition: opacity 620ms var(--ease-out), transform 320ms var(--ease-out), filter 620ms var(--ease-out), clip-path 780ms var(--ease-out), box-shadow 320ms ease;
}
.gallery-button.reveal.is-visible { clip-path: inset(0 0 0 0 round var(--radius)); }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

@media (hover: hover) and (pointer: fine) {
  .brand:hover { transform: translateY(-2px); }
  .brand:hover img { transform: rotate(-7deg) scale(1.08); box-shadow: 0 0 0 1px rgb(255 255 255 / .24), 0 12px 32px rgb(0 0 0 / .22); }
  .primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left center; }
  .social-links a:hover { transform: translateY(-3px) rotate(-4deg); }
  .button:hover::before, .button:focus-visible::before { clip-path: inset(0 0 0 0); }
  .button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgb(0 0 0 / .18); }
  .quick-facts p:hover { background: rgb(255 255 255 / .2); transform: translateY(-3px); }
  .text-link:hover { background-size: 0 1px; background-position-x: 100%; }
  .about-media:hover { transform: translateY(-10px) rotate(-1deg); box-shadow: 0 34px 72px rgb(22 56 58 / .22); }
  .about-media:hover img { transform: scale(1.055) rotate(.4deg); }
  .menu-card:hover::before { transform: scaleX(1); }
  .menu-card:hover .menu-image { transform: translateY(-9px); box-shadow: 0 24px 50px rgb(20 54 55 / .18); }
  .menu-card:hover .menu-image img { transform: scale(1.075) rotate(.45deg); }
  .menu-card li:hover { color: var(--accent-dark); transform: translateX(7px); border-color: var(--accent); }
  .know-grid div:hover { transform: translateX(8px); border-color: var(--accent); }
  .know-grid div:hover::before { transform: scaleX(1); }
  .gallery-button:hover, .gallery-button:focus-visible { transform: translateY(-10px) rotate(.35deg); box-shadow: 0 28px 60px rgb(20 54 55 / .24); }
  .gallery-button:hover img, .gallery-button:focus-visible img { transform: scale(1.08); filter: saturate(1.08) contrast(1.03); }
  .gallery-button:hover::after, .gallery-button:focus-visible::after { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  .review:hover { transform: translateY(-8px); background: rgb(255 255 255 / .2); box-shadow: 0 22px 40px rgb(25 64 65 / .07); }
  .review:hover .stars { letter-spacing: .18em; transform: translateX(3px); }
  .review:hover .review-avatar { transform: rotate(-6deg) scale(1.1); box-shadow: 0 0 0 3px var(--accent-soft); }
  .review-meta a:hover { color: var(--accent); text-decoration-color: currentColor; }
  .visit-info > div:hover { transform: translateX(7px); border-color: var(--accent); }
  .cash-note:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgb(18 53 54 / .12); }
  .map-wrap:hover { transform: translateY(-8px) rotate(.35deg); box-shadow: 0 30px 70px rgb(18 53 54 / .2); }
  .footer-grid a:hover { transform: translateX(4px); }
  .footer-brand:hover img { transform: rotate(8deg) scale(1.06); }
  .lightbox button:hover { background: rgb(255 255 255 / .16); border-color: rgb(255 255 255 / .75); transform: translateY(-2px); }
}

@media (max-width: 980px) {
  .primary-nav { gap: 20px; }
  .primary-nav > a:nth-child(3) { display: none; }
  .about { grid-template-columns: 1fr 1fr; gap: 44px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .review-featured { grid-column: 1 / -1; }
  .review-featured + .review { padding-left: 0; border-left: 0; }
  .good-to-know { grid-template-columns: 1fr; }
  .visit-layout { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-social { grid-column: 2; }
}

@media (max-width: 719px) {
  :root { --shell: calc(100vw - 30px); --header-height: 66px; }
  body { font-size: 16px; }
  .section { padding-block: 78px; }
  .site-header { padding: 8px 15px; }
  .site-header.menu-open { background: var(--header); border-bottom-color: rgb(255 255 255 / .12); }
  .brand img { width: 42px; height: 42px; }
  .brand span { font-size: 14px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: var(--white);
    border-radius: 50%;
    transition: transform 150ms var(--ease-out), background-color 160ms ease;
  }
  .menu-toggle:active { transform: scale(.92); }
  .menu-toggle span { display: block; width: 23px; height: 2px; background: currentColor; transform-origin: center; transition: transform 220ms var(--ease-drawer), opacity 140ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 18px 15px 22px;
    background: var(--header);
    border-top: 1px solid rgb(255 255 255 / .12);
    box-shadow: 0 22px 40px rgb(0 0 0 / .2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -14px, 0) scale(.985);
    transform-origin: top right;
    transition: opacity 180ms ease, transform 260ms var(--ease-drawer), visibility 0s linear 260ms;
  }
  .primary-nav[data-open="true"] { opacity: 1; visibility: visible; pointer-events: auto; transform: translate3d(0, 0, 0) scale(1); transition: opacity 180ms ease, transform 300ms var(--ease-drawer); }
  .primary-nav > a, .primary-nav > a:nth-child(3) {
    display: block;
    padding: 13px 4px;
    font-size: 17px;
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    transition: opacity 160ms ease, transform 240ms var(--ease-out), color 160ms ease;
  }
  .primary-nav[data-open="true"] > a { opacity: 1; transform: translate3d(0, 0, 0); }
  .primary-nav[data-open="true"] > a:nth-child(1) { transition-delay: 30ms; }
  .primary-nav[data-open="true"] > a:nth-child(2) { transition-delay: 65ms; }
  .primary-nav[data-open="true"] > a:nth-child(3) { transition-delay: 100ms; }
  .primary-nav[data-open="true"] > a:nth-child(4) { transition-delay: 135ms; }
  .primary-nav .social-links { margin-top: 7px; }
  .hero-media img { object-position: 100% 50%; }
  .hero::after { background: linear-gradient(0deg, rgb(0 0 0 / .28) 0%, rgb(0 0 0 / .10) 60%, rgb(0 0 0 / .08) 100%); }
  .hero-content { padding-top: calc(var(--header-height) + 34px); padding-bottom: 56px; }
  .hero h1 { max-width: 12ch; font-size: clamp(43px, 13.5vw, 62px); line-height: 1.01; }
  .hero-copy { max-width: 33ch; margin-top: 20px; font-size: 17px; }
  .hero-actions { margin-top: 26px; }
  .button { min-width: 130px; }
  .quick-facts-grid { grid-template-columns: 1fr; }
  .quick-facts p { padding: 18px 14px; text-align: left; grid-template-columns: 110px 1fr; align-items: baseline; }
  .quick-facts p + p { border-left: 0; border-top: 1px solid var(--line); }
  h2 { font-size: clamp(38px, 12vw, 52px); }
  .about { grid-template-columns: 1fr; gap: 44px; }
  .about-media { order: -1; }
  .section-heading { margin-bottom: 36px; }
  .menu-grid { grid-template-columns: 1fr; gap: 56px; }
  .menu-card-body > p { min-height: 0; }
  .know-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; gap: 15px; }
  .gallery-button::after { opacity: 1; transform: translate3d(0, 0, 0) scale(.88); }
  .reviews-heading { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review { min-height: 0; }
  .review + .review { padding-left: 0; border-left: 0; }
  .review-featured { grid-column: auto; min-height: 0; padding-right: 0; }
  .review p { max-width: none; font-size: 20px; }
  .review-meta { align-items: start; flex-direction: column; gap: 8px; }
  .visit-layout { grid-template-columns: 1fr; }
  .visit-info { grid-template-columns: 1fr; }
  .hours, .cash-note { grid-column: auto; }
  .map-wrap { aspect-ratio: 4 / 5; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-social { grid-column: auto; }
  .lightbox { grid-template-columns: 1fr; padding: 64px 12px 82px; }
  .lightbox-nav { position: absolute; bottom: 18px; }
  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
  .lightbox-count { left: 16px; }
  .reveal { transform: translate3d(0, 30px, 0) scale(.99); filter: blur(3px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-media img, .motion-ready .hero-media img, .motion-ready.is-loaded .hero-media img { transform: none !important; }
  .motion-ready .hero .kicker, .motion-ready .hero h1, .motion-ready .hero-copy, .motion-ready .hero-actions { opacity: 1; transform: none; filter: none; }
  .reveal { opacity: 1; transform: none; filter: none; clip-path: none !important; }
}
