:root {
  --paper: #f5f5f2;
  --paper-deep: #dfe7d8;
  --ink: #1e211f;
  --muted: #515650;
  --accent: #cf4f36;
  --accent-dark: #a93724;
  --matcha: #71865a;
  --line: rgba(30, 33, 31, 0.16);
  --white: #fffdf9;
  --radius: 14px;
  --header-height: 72px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: rgba(207, 79, 54, 0.24); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 56px);
  color: var(--white);
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background-color 240ms ease, color 240ms ease, border-color 240ms ease;
}
.site-header.is-solid { color: var(--ink); background: var(--paper); border-bottom-color: var(--line); }
body.is-locked .site-header { color: var(--white); background: var(--ink); border-bottom-color: rgba(255,255,255,0.18); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.brand img { width: 44px; height: 44px; display: block; object-fit: cover; }

.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); white-space: nowrap; }
.desktop-nav > a:not(.social-link) {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 650;
  transition: opacity 180ms ease;
}
.desktop-nav > a:not(.social-link):hover { opacity: 0.72; }
.desktop-nav > a[aria-current="true"] { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2px; text-underline-offset: 7px; }

.social-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
}
.social-link svg, .mobile-instagram svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.social-link .social-dot, .mobile-instagram .social-dot { fill: currentColor; stroke: none; }

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
  cursor: pointer;
}
.menu-toggle > span:not(.sr-only) {
  position: absolute;
  left: 9px;
  width: 28px;
  height: 2px;
  background: currentColor;
  transition: transform 220ms ease, top 220ms ease;
}
.menu-toggle > span:nth-child(2) { top: 18px; }
.menu-toggle > span:nth-child(3) { top: 27px; }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  padding: calc(var(--header-height) + 36px) 22px 30px;
  background: var(--ink);
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu-inner { height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 9px 0; text-decoration: none; font-size: clamp(2.4rem, 12vw, 4.5rem); font-weight: 760; line-height: 1.02; letter-spacing: -0.04em; }
.mobile-instagram { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #2b2b29;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; z-index: -3; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: radial-gradient(ellipse 50% 28% at 52% 15%, rgba(5,12,26,0.32), rgba(5,12,26,0.12) 58%, transparent 100%), linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.10) 52%, rgba(0,0,0,0.28) 100%); }
.hero-content { position: absolute; top: auto; bottom: clamp(58px, 7.5vh, 76px); left: clamp(88px, 7vw, 120px); right: clamp(40px, 7vw, 140px); display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: end; gap: clamp(28px, 3vw, 48px); color: var(--white); text-shadow: 0 2px 18px rgba(0,0,0,0.34); }
.hero-heading, .hero-support { min-width: 0; }
.hero-eyebrow { margin: 0 0 12px; font-size: 0.8rem; font-weight: 750; letter-spacing: 0.15em; text-transform: uppercase; }
.hero h1 { max-width: 10.5em; margin: 0; font-size: clamp(3.1rem, 4.6vw, 4.15rem); line-height: 0.95; letter-spacing: -0.04em; font-weight: 780; text-wrap: balance; }
.hero-support { padding-bottom: 3px; }
.hero-support > p { max-width: 30ch; margin: 0; font-size: clamp(1rem, 1.35vw, 1.12rem); line-height: 1.45; font-weight: 540; text-wrap: pretty; }
.hero-actions { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; text-shadow: none; }
.hero-actions .button { min-height: 48px; padding-inline: 20px; font-size: 0.87rem; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,0.18); }
.hero-facts a { min-width: 0; padding: 22px clamp(18px, 4vw, 56px); border-right: 1px solid rgba(255,255,255,0.2); text-decoration: none; transition: background-color 180ms ease; }
.hero-facts a:last-child { border-right: 0; }
.hero-facts a:hover { background: rgba(255,255,255,0.1); }
.hero-facts span, .hero-facts strong { display: block; }
.hero-facts span { margin-bottom: 3px; color: rgba(255,255,255,0.74); font-size: 0.75rem; }
.hero-facts strong { overflow: hidden; font-size: 0.98rem; text-overflow: ellipsis; white-space: nowrap; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 740;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.button:active { transform: translateY(0) scale(0.98); }
.button-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.button-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.button-ghost { color: var(--white); background: rgba(12,12,12,0.22); border-color: rgba(255,255,255,0.78); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(12,12,12,0.38); }

.section-shell { width: var(--shell); margin-inline: auto; }
.intro { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr); align-items: center; gap: clamp(52px, 8vw, 118px); padding-block: clamp(60px, 6.5vw, 96px); }
.intro-copy { min-width: 0; padding-right: 8px; }
.intro-copy h2, .section-heading h2, .feature-copy h2, .reviews-heading h2, .visit-copy h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -0.035em; font-weight: 760; overflow-wrap: break-word; text-wrap: balance; }
.intro-copy p { max-width: 64ch; margin: 30px 0 0; font-size: 1.06rem; color: var(--muted); }
.intro-services { margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.intro-services li { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 680; }

.media-3x4 { aspect-ratio: 3 / 4; overflow: hidden; }
.media-3x4 img { width: 100%; height: 100%; display: block; object-fit: cover; }
.portrait-media { border-radius: var(--radius); background: var(--paper-deep); }
.portrait-media img { object-position: 54% 50%; }
.intro-visual { position: relative; width: min(100%, 590px); margin-left: auto; padding: 0 0 70px 76px; }
.intro-secondary { position: absolute; left: 0; bottom: 0; width: 48%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border: 10px solid var(--paper); background: var(--paper-deep); }
.intro-secondary img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 46%; }

.menu-section { padding-block: clamp(90px, 10vw, 150px); background: var(--white); }
.section-heading { max-width: 680px; }
.section-heading p { max-width: 54ch; margin: 20px 0 0; font-size: 1.02rem; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 42px); margin-top: 58px; }
.menu-column { min-width: 0; }
.menu-image { border-radius: var(--radius); background: var(--paper-deep); }
.menu-image img { object-position: 50% 52%; transition: transform 520ms cubic-bezier(.16,1,.3,1); }
.menu-column h3 { margin: 24px 0 6px; font-size: 1.62rem; letter-spacing: -0.03em; text-wrap: balance; }
.menu-intro { min-height: 48px; margin: 0 0 20px; color: var(--muted); font-size: 0.94rem; }
.menu-column dl { margin: 0; }
.menu-column dl > div { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.menu-column dt { font-weight: 610; }
.menu-column dd { margin: 0; color: var(--muted); font-variant-numeric: tabular-nums; }
.text-button, .text-link { display: inline-flex; align-items: center; gap: 8px; width: max-content; padding: 0 0 5px; color: var(--ink); background: none; border: 0; border-bottom: 2px solid var(--accent); text-decoration: none; font-weight: 740; cursor: pointer; }
.text-button:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(207,79,54,0.34); outline-offset: 5px; }

.feature-band { width: min(1400px, 100%); height: clamp(680px, 50vw, 760px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr); background: var(--ink); color: var(--white); }
.feature-image { min-height: 0; height: 100%; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 58%; }
.feature-copy { min-height: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 56px); }
.feature-copy h2 { font-size: clamp(3.4rem, 6vw, 5.8rem); }
.feature-copy p { margin: 30px 0 38px; color: rgba(255,255,255,0.76); font-size: 1.34rem; line-height: 1.5; }
.feature-copy .text-link { color: var(--white); font-size: 1.2rem; }

.gallery-section { padding-block: clamp(90px, 12vw, 160px); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 54px; }
.gallery-item { width: 100%; padding: 0; border: 0; border-radius: var(--radius); background: var(--paper-deep); cursor: zoom-in; }
.gallery-item { position: relative; }
.gallery-item:nth-child(2), .gallery-item:nth-child(5) { margin-top: 38px; }
.gallery-item img { transition: transform 480ms cubic-bezier(.16,1,.3,1); }
.gallery-item:nth-child(1) img { object-position: 50% 49%; }
.gallery-item:nth-child(2) img { object-position: 50% 52%; }
.gallery-item:nth-child(3) img { object-position: 50% 50%; }
.gallery-item:nth-child(4) img { object-position: 50% 42%; }
.gallery-item:nth-child(5) img { object-position: 52% 60%; }
.gallery-item:nth-child(6) img { object-position: 50% 45%; }
.gallery-item:focus-visible { outline: 4px solid var(--accent); outline-offset: 4px; }
.gallery-caption { position: absolute; inset: auto 12px 12px; padding: 9px 12px; color: var(--white); background: rgba(20,20,18,0.72); border-radius: 9px; font-size: 0.78rem; font-weight: 720; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transform: translateY(4px); opacity: 0; transition: opacity 180ms ease, transform 180ms ease; }
.gallery-item:hover .gallery-caption, .gallery-item:focus-visible .gallery-caption { opacity: 1; transform: none; }

.reviews-section { padding-block: clamp(64px, 7vw, 98px); background: var(--paper-deep); }
.reviews-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; }
.reviews-heading p { margin: 14px 0 0; color: var(--muted); }
.reviews-heading > span { color: var(--accent); letter-spacing: 0.12em; font-size: 1.15rem; }
.reviews-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); grid-template-rows: auto auto; margin-top: 44px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review { display: flex; flex-direction: column; min-height: 220px; padding: 26px 0 26px clamp(28px, 4vw, 56px); border-bottom: 1px solid var(--line); }
.review:last-child { border-bottom: 0; }
.review-featured { grid-row: 1 / span 2; min-height: 440px; padding: 34px clamp(34px, 5vw, 74px) 34px 0; border-right: 1px solid var(--line); border-bottom: 0; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-author img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; background: var(--white); }
.review-author h3 { margin: 0; font-size: 1rem; }
.review-author span { display: block; margin-top: 2px; color: var(--accent); font-size: 0.72rem; letter-spacing: 0.09em; }
.review blockquote { margin: 26px 0; font-size: clamp(1.08rem, 1.7vw, 1.34rem); line-height: 1.42; letter-spacing: -0.02em; }
.review-featured blockquote { margin: 36px 0; font-size: clamp(1.65rem, 3.5vw, 3rem); line-height: 1.18; letter-spacing: -0.035em; text-wrap: pretty; }
.review a { margin-top: auto; width: max-content; text-decoration-thickness: 1px; text-underline-offset: 5px; font-size: 0.9rem; font-weight: 700; }

.visit-section { display: grid; grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr); min-height: 720px; background: var(--white); }
.visit-copy { display: grid; place-items: center; padding: 70px 32px; }
.visit-copy-inner { width: min(480px, 100%); }
.visit-copy address { margin-top: 28px; color: var(--muted); font-style: normal; font-size: 1.04rem; }
.visit-phone { display: inline-block; margin-top: 14px; font-size: 1.18rem; font-weight: 730; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hours { margin: 34px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hours > div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; }
.hours span { color: var(--muted); }
.hours strong { text-align: right; font-variant-numeric: tabular-nums; }
.map-wrap { min-height: 620px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 620px; display: block; border: 0; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding: 54px clamp(22px, 5vw, 72px); background: var(--ink); color: var(--white); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 72px; height: 72px; object-fit: cover; }
.footer-brand p { margin: 0; color: rgba(255,255,255,0.68); }
.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.footer-links > a:not(.social-link) { text-decoration: none; font-weight: 680; }
.footer-address { grid-column: 1 / -1; margin: 16px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.62); font-size: 0.88rem; }
.mobile-actions { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 18px; opacity: 0; visibility: hidden; transition: opacity 180ms ease, visibility 180ms ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(15,15,14,0.98); }
.lightbox-dialog { position: relative; z-index: 1; width: min(1120px, 100%); height: min(88svh, 900px); display: grid; grid-template-columns: 90px minmax(0,1fr) 90px; align-items: center; }
.lightbox-dialog figure { min-width: 0; max-height: 84svh; margin: 0; display: grid; justify-items: center; gap: 12px; }
.lightbox-dialog figure img { max-width: 100%; max-height: 78svh; width: auto; height: auto; display: block; object-fit: contain; background: #222; }
.lightbox-dialog figcaption { color: rgba(255,255,255,0.74); font-size: 0.9rem; text-align: center; }
.lightbox-close, .lightbox-nav { color: var(--white); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.28); border-radius: var(--radius); cursor: pointer; }
.lightbox-close { position: absolute; top: 0; right: 0; min-height: 44px; padding: 0 16px; }
.lightbox-nav { min-height: 48px; padding: 0 10px; font-size: 0.82rem; }
.lightbox-nav:disabled { display: none; }
.lightbox :focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { min-height: 0; padding-top: clamp(420px, 58svh, 600px); background: var(--ink); }
  .hero-image, .hero-overlay { bottom: auto; height: clamp(420px, 58svh, 600px); }
  .hero-image { object-position: 50% 52%; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.04) 68%, rgba(0,0,0,0.24) 100%); }
  .hero-content { position: relative; inset: auto; width: var(--shell); margin-inline: auto; display: block; padding-block: 40px 48px; color: var(--white); background: var(--ink); text-shadow: none; }
  .hero h1 { max-width: 12ch; font-size: clamp(3rem, 7vw, 4.2rem); }
  .hero-support { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; margin-top: 24px; padding-bottom: 0; }
  .hero-support > p { max-width: 46ch; }
  .hero-actions { margin-top: 0; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .desktop-nav { display: none; }
  .menu-toggle, .mobile-menu { display: block; }
  .intro { grid-template-columns: 1fr; gap: 44px; }
  .intro-copy { max-width: 680px; }
  .intro-visual { width: min(590px, 100%); margin-left: auto; }
  .menu-grid { grid-template-columns: 1fr; gap: 68px; }
  .menu-column { display: grid; grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr); column-gap: 32px; align-items: start; }
  .menu-column .menu-image { grid-row: 1 / span 4; }
  .menu-column h3 { margin-top: 4px; }
  .menu-intro { min-height: 0; }
  .feature-band { height: auto; grid-template-columns: 1fr; }
  .feature-image { min-height: 0; height: clamp(300px, 45svh, 400px); }
  .feature-copy { min-height: 0; height: auto; padding: clamp(32px, 6vw, 48px); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review, .review:first-child, .review:last-child, .review-featured { grid-row: auto; min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .review:last-child { border-bottom: 0; }
  .review-featured blockquote { margin: 34px 0; font-size: clamp(1.45rem, 5vw, 2.2rem); }
  .visit-section { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 560px; }
}

@media (max-width: 640px) {
  :root { --header-height: 68px; --shell: calc(100% - 32px); }
  .site-header { padding-inline: 14px; }
  .brand { gap: 9px; font-size: 0.92rem; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: clamp(360px, 54svh, 520px); }
  .hero-image, .hero-overlay { height: clamp(360px, 54svh, 520px); }
  .hero-image { object-position: 68% 52%; }
  .hero-content { width: calc(100% - 32px); padding-block: 30px 40px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.3rem, 9.5vw, 2.75rem); letter-spacing: -0.035em; overflow-wrap: break-word; }
  .hero-support { display: block; margin-top: 20px; }
  .hero-support > p { font-size: 1.02rem; max-width: 34ch; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .hero-facts a { padding: 14px 9px; text-align: center; }
  .hero-facts span { display: none; }
  .hero-facts strong { font-size: 0.75rem; }
  .button { padding-inline: 18px; }
  .intro { padding-block: 60px; }
  .intro-copy h2, .section-heading h2, .feature-copy h2, .reviews-heading h2, .visit-copy h2 { font-size: clamp(2.3rem, 11.5vw, 3.45rem); }
  .intro-copy p { margin-top: 22px; font-size: 1rem; }
  .intro-visual { padding: 0 0 48px 42px; }
  .intro-secondary { width: 52%; border-width: 7px; }
  .menu-section { padding-block: 82px; }
  .menu-grid { gap: 58px; margin-top: 42px; }
  .menu-column { display: block; }
  .menu-column h3 { margin-top: 20px; }
  .feature-image { min-height: 280px; height: 45svh; }
  .feature-copy { min-height: 0; padding: 32px 20px 38px; }
  .gallery-section { padding-block: 88px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; }
  .gallery-item:nth-child(2), .gallery-item:nth-child(5) { margin-top: 14px; }
  .gallery-caption { opacity: 1; transform: none; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .reviews-grid { margin-top: 38px; }
  .review blockquote { font-size: 1.22rem; }
  .visit-copy { padding: 80px 18px; }
  .hours > div { flex-direction: column; gap: 2px; }
  .hours strong { text-align: left; }
  .map-wrap, .map-wrap iframe { min-height: 520px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; padding: 46px 20px calc(100px + env(safe-area-inset-bottom)); }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .lightbox-dialog { height: 92svh; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; gap: 14px; padding-top: 56px; }
  .lightbox-dialog figure { grid-column: 1 / -1; }
  .lightbox-prev, .lightbox-next { width: 100%; }
  .lightbox-close { top: 0; }
  .mobile-actions { position: fixed; z-index: 35; inset: auto 12px calc(10px + env(safe-area-inset-bottom)); display: none; grid-template-columns: 0.72fr 1.28fr; gap: 8px; padding: 7px; background: var(--ink); border-radius: 14px; box-shadow: 0 6px 8px rgba(20,20,18,0.18); }
  .mobile-actions.is-visible { display: grid; }
  .mobile-actions a { min-height: 48px; display: grid; place-items: center; color: var(--white); border-radius: 9px; text-decoration: none; font-size: 0.88rem; font-weight: 760; }
  .mobile-actions a:last-child { background: var(--accent); }
  body.is-locked .mobile-actions, body.is-modal-open .mobile-actions { display: none; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .site-header { background: rgba(28, 28, 26, 0.96); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .button-ghost { background: rgba(20,20,18,0.78); backdrop-filter: none; }
}
