:root {
  --surface: #f7f7f7;
  --surface-raised: #ffffff;
  --surface-muted: #eeeae8;
  --ink: #2c1c18;
  --ink-soft: #6f5e59;
  --accent: #7b3f2e;
  --accent-strong: #55281f;
  --honey: #7b3f2e;
  --honey-bright: #d8a494;
  --line: #ddcfca;
  --white: #ffffff;
  --radius: 12px;
  --header-height: 72px;
  --shadow: 0 16px 34px rgba(83, 40, 31, 0.13);
  --z-header: 20;
  --z-actions: 30;
  --z-lightbox: 50;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.lightbox-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid #55281f; outline-offset: 4px; }

.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;
  z-index: 100;
  left: 16px;
  top: 12px;
  transform: translateY(-180%);
  padding: 10px 16px;
  background: var(--accent-strong);
  color: var(--white);
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: var(--z-header);
  inset: 0 0 auto 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(20px, 4vw, 64px);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 240ms cubic-bezier(0.23, 1, 0.32, 1), border-color 240ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 240ms cubic-bezier(0.23, 1, 0.32, 1), backdrop-filter 240ms ease;
}
.site-header.is-scrolled {
  background: rgba(247, 247, 247, 0.93);
  border-bottom-color: rgba(44, 28, 24, 0.12);
  box-shadow: 0 10px 28px rgba(83, 40, 31, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.035em;
  font-weight: 750;
}
.wordmark span { font-size: 1.18rem; }
.wordmark small { font-size: 0.82rem; font-weight: 650; color: var(--accent); letter-spacing: 0.02em; }

.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-nav > a, .footer-nav a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 650;
}
.site-nav > a { position: relative; }
.site-nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--accent);
  transition: right 220ms ease;
}
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }

.social-links { display: flex; align-items: center; gap: 8px; }
.social-links a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent-strong);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.social-links a:hover { background: var(--accent); color: var(--white); transform: translateY(-2px); }
.social-links svg { width: 20px; height: 20px; display: block; }

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.hero > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 46%;
}
.hero-scrim {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 44%, rgba(0, 0, 0, 0.30) 100%);
}
.hero-content {
  width: min(760px, calc(100% - 40px));
  margin: 0 clamp(20px, 7vw, 108px) clamp(48px, 8vh, 82px);
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}
.hero-location {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 760;
  text-wrap: balance;
}
.hero-copy {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.45;
  font-weight: 560;
}
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.button {
  min-height: 50px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--accent); color: var(--white); border-color: var(--accent); text-shadow: none; }
.button-primary:hover { background: var(--accent-strong); border-color: var(--accent-strong); }
.button-ghost { background: rgba(255, 255, 255, 0.17); color: var(--white); border-color: rgba(255, 255, 255, 0.74); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255, 255, 255, 0.28); }
.button-outline { color: var(--accent-strong); border-color: var(--accent-strong); background: transparent; }
.button-outline:hover { background: var(--accent-strong); color: var(--white); }

.section { padding: clamp(72px, 9vw, 132px) 0; }
.section-shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.section-note {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.section-note-light { color: #f0dcd5; }
.section h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 730;
  text-wrap: balance;
}
.section-heading { display: grid; gap: 18px; max-width: 850px; margin-bottom: 48px; }
.section-heading p { max-width: 620px; margin: 0; color: var(--ink-soft); font-size: 1.05rem; text-wrap: pretty; }
.compact-heading { margin-bottom: 42px; }

.quick-strip { background: var(--accent-strong); color: var(--white); }
.quick-strip-inner { width: min(1240px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-item {
  min-width: 0;
  min-height: 104px;
  padding: 22px clamp(18px, 3vw, 38px);
  display: flex;
  align-items: center;
  gap: 15px;
  color: inherit;
  text-decoration: none;
}
.quick-item + .quick-item { border-left: 1px solid rgba(255, 255, 255, 0.22); }
.quick-item svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: var(--honey-bright); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quick-item span { display: block; color: #f4dcd4; font-size: 0.78rem; }
.quick-item strong { display: block; margin-top: 3px; font-size: 0.94rem; line-height: 1.35; }
a.quick-item { transition: background 180ms ease; }
a.quick-item:hover { background: rgba(255, 255, 255, 0.07); }

.story { background: var(--surface); }
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  grid-template-areas: "copy collage" "facts facts";
  column-gap: clamp(48px, 7vw, 96px);
  row-gap: clamp(60px, 7vw, 92px);
  align-items: center;
}
.story-copy { grid-area: copy; }
.story-copy > p:not(.section-note) { max-width: 680px; margin: 30px 0 0; color: var(--ink-soft); font-size: 1.04rem; text-wrap: pretty; }
.story-collage {
  grid-area: collage;
  min-height: 630px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
}
.story-image { min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: var(--radius); }
.story-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.story-image-main { grid-row: 1 / -1; box-shadow: var(--shadow); }
.story-image-main img { object-position: center center; }
.story-image-sunroom img { object-position: center 54%; }
.story-image-dining img { object-position: center; }
.story-facts { grid-area: facts; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.story-facts div { padding: 22px 0 0; border-top: 1px solid var(--line); }
.story-facts dt { font-size: 0.76rem; font-weight: 780; color: var(--accent); text-transform: uppercase; letter-spacing: 0.12em; }
.story-facts dd { margin: 8px 0 0; font-size: 0.94rem; line-height: 1.45; }

.ratio-portrait { aspect-ratio: 3 / 4; overflow: hidden; }
.ratio-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; }

.menu-section { background: var(--surface-muted); }
.menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 26px); }
.menu-card { min-width: 0; background: var(--surface-raised); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 24px rgba(112, 63, 46, 0.09); }
.menu-image img { object-position: center; }
.menu-content { padding: clamp(22px, 3vw, 34px); }
.menu-content h3 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.1; letter-spacing: -0.035em; text-wrap: balance; }
.menu-content > p { min-height: 52px; margin: 8px 0 22px; color: var(--ink-soft); }
.menu-items { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.menu-items li { display: flex; justify-content: space-between; gap: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 0.94rem; }
.menu-items strong { color: var(--accent-strong); white-space: nowrap; }
.menu-note { margin: 26px 0 0; color: var(--ink-soft); font-size: 0.86rem; }

.feature-break {
  position: relative;
  min-height: min(74svh, 760px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: var(--accent-strong);
}
.feature-break > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.feature-scrim { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.46)); }
.feature-copy { width: min(1240px, calc(100% - 40px)); margin: 0 auto clamp(46px, 8vw, 100px); color: var(--white); text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28); }
.feature-copy p { margin: 0 0 16px; font-weight: 720; }
.feature-copy h2 { max-width: 900px; margin: 0; font-size: clamp(2.7rem, 6vw, 5.7rem); line-height: 0.98; letter-spacing: -0.04em; text-wrap: balance; }
.feature-copy a { display: inline-flex; gap: 12px; align-items: center; margin-top: 28px; color: var(--white); font-weight: 750; }
.feature-copy a span { color: var(--honey-bright); font-size: 1.2rem; }

.gallery-section { background: var(--surface); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.gallery-item {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: var(--surface-muted);
  cursor: zoom-in;
  box-shadow: 0 10px 22px rgba(112, 63, 46, 0.08);
  isolation: isolate;
}
.gallery-item img { object-position: center; transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1); }
.gallery-item::after { content: ""; position: absolute; z-index: 1; inset: 58% 0 0; background: linear-gradient(transparent, rgba(8, 18, 12, 0.7)); pointer-events: none; }
.gallery-item span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; color: var(--white); font-size: 0.92rem; font-weight: 720; text-align: left; text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); }

.reviews-section { background: var(--accent-strong); color: var(--white); }
.reviews-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: end; }
.rating-summary { min-width: 190px; display: grid; text-decoration: none; justify-items: start; }
.rating-summary strong { font-size: 3.2rem; line-height: 1; letter-spacing: -0.04em; }
.rating-summary span, .review-author span { color: #f0b7a7; letter-spacing: 0.08em; }
.rating-summary small { margin-top: 6px; color: #efd9d2; }
.reviews-grid { margin-top: 54px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); grid-template-rows: repeat(2, auto); border-top: 1px solid rgba(255, 255, 255, 0.25); }
.review { min-width: 0; padding: 30px 0; }
.review-featured { grid-row: 1 / 3; padding: 44px clamp(38px, 6vw, 82px) 24px 0; }
.review + .review { padding-left: clamp(30px, 4vw, 52px); border-left: 1px solid rgba(255, 255, 255, 0.25); }
.review:last-child { border-top: 1px solid rgba(255, 255, 255, 0.25); }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-author img { width: 56px; height: 56px; display: block; object-fit: cover; border-radius: 50%; background: #f3e9e6; }
.review-author h3 { margin: 0; font-size: 1rem; }
.review-author span { font-size: 0.76rem; }
.review blockquote { margin: 24px 0 20px; font-size: 1rem; line-height: 1.62; }
.review-featured blockquote { max-width: 650px; margin-top: 34px; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.42; letter-spacing: -0.02em; }
.review a { color: #fae8e2; font-size: 0.88rem; font-weight: 700; }

.visit-section { background: var(--surface); }
.visit-grid { display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr); gap: clamp(44px, 7vw, 96px); align-items: stretch; }
.visit-details { align-self: center; }
.visit-details address { margin: 30px 0 10px; font-style: normal; color: var(--ink-soft); }
.contact-link { display: inline-block; margin-top: 8px; color: var(--accent-strong); font-size: 1.15rem; font-weight: 750; }
.hours { margin: 32px 0 0; display: grid; gap: 10px; }
.hours div { display: flex; justify-content: space-between; gap: 20px; max-width: 440px; }
.hours dt { font-weight: 650; }
.hours dd { margin: 0; color: var(--ink-soft); text-align: right; }
.map-wrap { min-height: 570px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--surface-muted); display: flex; flex-direction: column; }
.map-stage { position: relative; flex: 1; min-height: 390px; }
.map-wrap .map-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; display: block; border: 0; background: var(--surface-muted); }
.map-preview img { display: block; width: 100%; height: 250px; object-fit: cover; object-position: 66% 46%; }
.map-preview-copy { padding: 24px 26px 12px; }
.map-preview-copy h3 { margin: 0 0 8px; font-size: 1.5rem; }
.map-preview-copy p { margin: 0; color: var(--ink-soft); }
.map-controls { padding: 20px 26px 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.map-controls .button[hidden] { display: none; }
.map-controls .button:disabled { cursor: wait; opacity: .8; }
.map-controls > a { color: var(--accent-strong); font-weight: 700; }
.map-controls p { flex-basis: 100%; margin: 0; font-size: .85rem; color: var(--ink-soft); }

.site-footer { padding: 58px 0; background: #efe8e5; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 64px; align-items: end; }
.footer-wordmark { margin-bottom: 18px; }
.footer-grid p { margin: 0 0 8px; color: var(--ink-soft); }
.footer-grid > div:first-child > a:last-child { font-weight: 700; }
.footer-nav { display: grid; gap: 12px; }

.lightbox {
  position: fixed;
  z-index: var(--z-lightbox);
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
}
.lightbox[aria-hidden="false"] { display: grid; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(33, 18, 14, 0.88); }
.lightbox-panel { position: relative; z-index: 1; width: min(1120px, 100%); height: min(90svh, 900px); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; }
.lightbox figure { min-width: 0; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; justify-items: center; gap: 12px; }
.lightbox figure img { width: auto; height: 100%; max-width: 100%; min-height: 0; object-fit: contain; display: block; border-radius: 10px; }
.lightbox figcaption { color: var(--white); font-size: 0.9rem; text-align: center; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255, 255, 255, 0.55); color: var(--white); background: rgba(255, 255, 255, 0.10); border-radius: 999px; cursor: pointer; }
.lightbox-close { position: absolute; z-index: 2; top: 0; right: 0; padding: 10px 16px; }
.lightbox-nav { min-width: 92px; padding: 11px 14px; }
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(255, 255, 255, 0.22); }

.mobile-actions { display: none; }
.mobile-actions svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 980px) {
  :root { --header-height: 66px; }
  .site-header { padding-inline: 18px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--surface-raised);
    cursor: pointer;
  }
  .menu-toggle > span:not(.sr-only) { width: 18px; height: 1.5px; display: block; background: var(--ink); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4.25px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: none;
    padding: 22px 20px 28px;
    background: rgba(247, 247, 247, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(83, 40, 31, 0.12);
  }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav > a { display: block; padding: 12px 2px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav > a::after { display: none; }
  .nav-social { margin-top: 18px; }
  .story-grid { grid-template-columns: minmax(0, 0.82fr) minmax(400px, 1.18fr); column-gap: 38px; row-gap: 54px; }
  .story-collage { min-height: 500px; }
  .story-facts { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-featured { grid-row: auto; }
  .review, .review + .review { padding: 30px 0; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .review:last-child { border-top: 0; border-bottom: 0; }
  .visit-grid { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 480px; }
}

@media (max-width: 699px) {
  body { padding-bottom: 78px; }
  .hero > img { object-position: 66% 46%; }
  .hero-content { width: calc(100% - 36px); margin: 0 18px 38px; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero-copy { max-width: 350px; margin-top: 17px; font-size: 1rem; }
  .hero-actions { margin-top: 22px; }
  .button { min-height: 48px; padding: 11px 19px; }
  .section { padding: 74px 0; }
  .section-shell { width: min(100% - 32px, 1240px); }
  .section h2 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .section-heading { margin-bottom: 32px; }
  .quick-strip-inner { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .quick-item { min-height: 92px; padding: 18px 16px; align-items: flex-start; gap: 11px; }
  .quick-hours { grid-column: 1 / -1; min-height: 78px; }
  .quick-item + .quick-item { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .quick-item:last-child { border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .quick-item svg { width: 21px; height: 21px; }
  .quick-item strong { font-size: 0.84rem; }
  .story-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "collage" "facts"; gap: 38px; }
  .story-copy > p:not(.section-note) { margin-top: 24px; }
  .story-collage { min-height: 0; grid-template-columns: repeat(2, 1fr); grid-template-rows: auto auto; gap: 10px; }
  .story-image-main { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 16 / 11; }
  .story-image-sunroom, .story-image-dining { aspect-ratio: 1 / 1; }
  .story-facts { grid-template-columns: 1fr; gap: 14px; }
  .story-facts div { padding-top: 14px; }
  .menu-grid { grid-template-columns: 1fr; gap: 22px; }
  .menu-content > p { min-height: 0; }
  .feature-break { min-height: 68svh; }
  .feature-copy { width: calc(100% - 32px); margin-bottom: 52px; }
  .feature-copy h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .reviews-heading { grid-template-columns: 1fr; gap: 30px; }
  .reviews-grid { margin-top: 36px; }
  .review blockquote { font-size: 1rem; }
  .hours div { display: grid; gap: 2px; }
  .hours dd { text-align: left; }
  .visit-actions .button { flex: 1 1 145px; }
  .map-wrap, .map-wrap iframe { min-height: 410px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .footer-nav { display: flex; gap: 24px; }
  .mobile-actions {
    position: fixed;
    z-index: var(--z-actions);
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 58px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    border-radius: 12px;
    background: var(--surface-raised);
    box-shadow: 0 8px 15px rgba(83, 40, 31, 0.2);
    transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1), opacity 180ms ease;
  }
  .mobile-actions.is-hidden { transform: translateY(calc(100% + 24px)); opacity: 0; pointer-events: none; }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--accent-strong); font-size: 0.9rem; font-weight: 780; text-decoration: none; }
  .mobile-actions a + a { background: var(--accent); color: var(--white); }
  .lightbox { padding: 12px; }
  .lightbox-panel { height: 90svh; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; }
  .lightbox figure { grid-column: 1 / -1; grid-row: 1; padding-top: 48px; }
  .lightbox-prev { grid-column: 1; grid-row: 2; }
  .lightbox-next { grid-column: 2; grid-row: 2; }
  .lightbox-close { top: 0; right: 0; }
}

@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; }
}
