:root {
  --paper: #a69e75;
  --paper-strong: #1a1814;
  --ink: #000000;
  --muted: #eee8d8;
  --accent: #a69e75;
  --accent-dark: #1a1814;
  --highlight: #d5541c;
  --highlight-dark: #5e1c09;
  --wall-orange: #b64217;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.2);
  --radius: 14px;
  --header-height: 72px;
  --shell: min(1180px, calc(100% - 40px));
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
main section[id] { scroll-margin-top: var(--header-height); }

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 4px;
  background: var(--highlight);
  box-shadow: 0 0 16px rgba(213, 84, 28, 0.55);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 50;
  padding: 10px 16px;
  color: var(--white);
  background: var(--accent-dark);
  border-radius: 8px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  transition: background 240ms var(--ease-out), color 180ms ease, box-shadow 240ms var(--ease-out), backdrop-filter 240ms ease;
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(166, 158, 117, 0.96);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  width: max-content;
  color: inherit;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 240ms var(--ease-out), box-shadow 240ms ease;
}
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a, .footer-links a {
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 220ms var(--ease-out);
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a[aria-current="location"]::after { transform: scaleX(1); transform-origin: left center; }
.desktop-nav a[aria-current="location"] { color: var(--highlight); }
.header-actions { display: flex; justify-self: end; align-items: center; gap: 4px; }
.social-link {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: inherit;
  transition: transform 180ms var(--ease-out), color 180ms ease, background 180ms ease;
}
.social-link svg { width: 21px; height: 21px; fill: currentColor; }
.social-link:hover, .social-link:focus-visible { background: rgba(255,255,255,0.14); }
.site-header.is-scrolled .social-link:hover, .site-header.is-scrolled .social-link:focus-visible { background: var(--paper-strong); }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--white);
}
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image {
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.86) contrast(0.96) brightness(0.9);
  transform: scale(1.075);
  transition: transform 1500ms var(--ease-out), filter 1200ms ease;
  will-change: transform;
}
.hero-scrim {
  background: linear-gradient(90deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.10) 100%);
  opacity: 0.35;
  transition: opacity 900ms ease;
}
.hero-content {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: 0 auto;
  padding: 0 0 clamp(52px, 9vh, 96px);
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow.ink { color: var(--highlight); }
.eyebrow.light { color: rgba(255,255,255,0.78); }
.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.1rem, 7.4vw, 6.9rem);
  line-height: 0.91;
  letter-spacing: -0.07em;
  font-weight: 800;
}
.hero-copy {
  max-width: 470px;
  margin: 22px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-content > * {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 30px, 0);
  transition: opacity 760ms var(--ease-out), transform 900ms var(--ease-out), filter 650ms ease;
}
.hero-content > :nth-child(1) { transition-delay: 100ms; }
.hero-content > :nth-child(2) { transition-delay: 170ms; }
.hero-content > :nth-child(3) { transition-delay: 250ms; }
.hero-content > :nth-child(4) { transition-delay: 330ms; }
body.is-ready .hero-image { filter: saturate(1) contrast(1) brightness(1); transform: scale(1); }
body.is-ready .hero-scrim { opacity: 1; }
body.is-ready .hero-content > * { opacity: 1; filter: none; transform: none; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transform-origin: center;
  transition: transform 160ms var(--ease-out), background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.button:active { transform: scale(0.97); }
.button-primary { color: var(--white); background: var(--accent-dark); }
.button-primary:hover, .button-primary:focus-visible { color: var(--ink); background: var(--highlight); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,0.94); border-color: rgba(255,255,255,0.5); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--white); }

.section { padding: clamp(76px, 11vw, 144px) 0; }
.section-shell { width: var(--shell); margin: 0 auto; }
.about-section { background: var(--wall-orange); }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 9vw, 128px);
}
.about-copy h2, .section-heading h2, .feature-intro h2, .reviews-summary h2, .visit-copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
.menu-section .section-heading h2, .feature-intro h2, .reviews-summary h2 { color: var(--highlight); }
.about-copy p { max-width: 64ch; margin: 28px 0 24px; color: var(--muted); }
.text-link {
  display: inline-flex;
  color: var(--highlight-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.portrait-frame {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper-strong);
  clip-path: inset(0 0 0 0 round var(--radius));
  transition: clip-path 900ms var(--ease-out), transform 260ms var(--ease-out), box-shadow 260ms ease;
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms var(--ease-out), filter 320ms ease;
}
.about-image { margin: 0; }
.about-image img { object-position: center center; }

.menu-section { background: var(--paper-strong); }
.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading p:last-child { max-width: 560px; margin: 22px 0 0; color: var(--muted); }
.section-heading.compact { margin-bottom: 38px; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.menu-story { min-width: 0; transform-origin: center bottom; transition: transform 280ms var(--ease-out); }
.menu-story .portrait-frame { margin-bottom: 22px; }
.menu-story:nth-child(1) img { object-position: 50% 45%; }
.menu-story:nth-child(2) img { object-position: 50% 50%; }
.menu-story:nth-child(3) img { object-position: 50% 48%; }
.menu-story-copy { padding-right: 12px; }
.menu-story h3 { margin: 0; color: var(--highlight); font-size: 1.45rem; letter-spacing: -0.035em; }
.menu-story p { margin: 8px 0 14px; color: var(--muted); }
.menu-story span { color: var(--highlight); font-size: 0.82rem; font-weight: 800; }

.feature-band { padding: 84px 0; color: var(--white); background: var(--accent-dark); }
.feature-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: center; }
.feature-intro h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.feature-intro p { max-width: 40ch; color: rgba(255,255,255,0.72); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; gap: 28px; }
.facts div { min-width: 0; }
.facts dt { color: rgba(255,255,255,0.66); font-size: 0.78rem; font-weight: 700; }
.facts dd { margin: 10px 0 0; font-size: 1.1rem; font-weight: 800; line-height: 1.35; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.gallery-item {
  appearance: none;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  cursor: zoom-in;
  position: relative;
  transform-origin: center;
  transition: transform 220ms var(--ease-out);
}
.gallery-item::after {
  content: "View";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(26, 24, 20, 0.84);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.96);
  transition: opacity 180ms ease, transform 220ms var(--ease-out);
  pointer-events: none;
}
.gallery-item:nth-child(1) img { object-position: 50% 48%; }
.gallery-item:nth-child(2) img { object-position: 50% 46%; }
.gallery-item:nth-child(3) img { object-position: 50% 48%; }
.gallery-item:nth-child(4) img { object-position: 50% 45%; }
.gallery-item:nth-child(5) img { object-position: 52% 46%; }
.gallery-item:nth-child(6) img { object-position: 56% 50%; }

.reviews-section { background: var(--paper-strong); }
.reviews-layout { display: grid; grid-template-columns: 0.55fr 1fr; gap: clamp(48px, 9vw, 110px); }
.reviews-summary { position: sticky; top: 110px; align-self: start; }
.rating { margin: 0 0 14px; font-size: 2rem; font-weight: 800; }
.rating span, .review-top span { color: var(--highlight); letter-spacing: 0.06em; }
.reviews-summary h2 { margin-bottom: 24px; }
.reviews-list { display: grid; gap: 0; }
.review { padding: 0 0 36px; margin: 0 0 36px; border-bottom: 1px solid var(--line); transition: transform 260ms var(--ease-out), border-color 220ms ease; }
.review:last-child { margin-bottom: 0; }
.review-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.review-author { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; }
.review-author strong { font-size: 0.9rem; }
.review-avatar { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 50%; object-fit: cover; background: var(--paper-strong); box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--line); transition: transform 240ms var(--ease-out), box-shadow 240ms ease; }
.review-author:hover strong { color: var(--highlight); }
.review blockquote { margin: 18px 0 15px; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.45; letter-spacing: -0.025em; }
.review a { color: var(--highlight); font-size: 0.82rem; font-weight: 800; text-underline-offset: 4px; }

.visit-section { display: grid; grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr); min-height: 680px; color: var(--white); background: var(--paper); }
.visit-details { display: grid; align-items: center; padding: 84px max(30px, calc((100vw - 1180px) / 2)); padding-right: clamp(40px, 7vw, 100px); }
.visit-copy { max-width: 430px; }
.visit-copy address { margin-top: 30px; font-style: normal; font-size: 1.1rem; line-height: 1.65; }
.hours { display: grid; margin: 30px 0; color: rgba(255,255,255,0.75); }
.hours strong { color: var(--white); font-size: 1.15rem; }
.button-light { color: var(--accent-dark); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--ink); background: var(--highlight); }
.map-wrap { min-height: 520px; background: var(--paper); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 680px; display: block; border: 0; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 36px;
  padding: 60px max(20px, calc((100vw - 1180px) / 2));
  background: var(--paper-strong);
}
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 76px; height: 76px; object-fit: cover; border-radius: 50%; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 1.1rem; }
.footer-brand span, .site-footer p { color: var(--muted); font-size: 0.86rem; }
.footer-links { display: flex; align-items: center; gap: 16px; }
.footer-links .social-link { width: 40px; height: 40px; }
.site-footer p { grid-column: 1 / -1; margin: 0; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  align-items: center;
  padding: 28px;
  color: var(--white);
  background: rgba(38, 33, 29, 0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms var(--ease-out);
}
.lightbox[hidden] { display: none; }
.lightbox[data-open="true"] { opacity: 1; pointer-events: auto; }
.lightbox figure {
  display: grid;
  justify-items: center;
  margin: 0;
  max-height: calc(100svh - 56px);
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 18px, 0) scale(0.95);
  transition: opacity 220ms ease, transform 320ms var(--ease-drawer), filter 220ms ease;
}
.lightbox[data-open="true"] figure { opacity: 1; filter: none; transform: none; }
.lightbox figure img { max-width: 100%; max-height: calc(100svh - 96px); display: block; object-fit: contain; }
.lightbox figcaption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.lightbox button { color: var(--white); background: transparent; border: 0; border-radius: 50%; cursor: pointer; transition: transform 150ms var(--ease-out), color 150ms ease, background 150ms ease; }
.lightbox button:active { transform: scale(0.9); }
.lightbox-close { position: absolute; right: 22px; top: 16px; width: 48px; height: 48px; font-size: 2.1rem; }
.lightbox-nav { width: 58px; height: 58px; font-size: 3rem; }

.reveal {
  --reveal-delay: 0ms;
  --reveal-rotate: 0deg;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 36px, 0) scale(0.985) rotate(var(--reveal-rotate));
  transition: opacity 760ms var(--ease-out), transform 900ms var(--ease-out), filter 650ms ease;
  transition-delay: var(--reveal-delay);
}
.reveal.is-visible { opacity: 1; filter: none; transform: none; }
.reveal:not(.is-visible).portrait-frame, .reveal:not(.is-visible) .portrait-frame { clip-path: inset(0 0 14% 0 round var(--radius)); }
.facts.reveal div { opacity: 0; transform: translate3d(0, 18px, 0); transition: opacity 520ms var(--ease-out), transform 620ms var(--ease-out); }
.facts.reveal.is-visible div { opacity: 1; transform: none; }
.facts.reveal.is-visible div:nth-child(1) { transition-delay: 80ms; }
.facts.reveal.is-visible div:nth-child(2) { transition-delay: 140ms; }
.facts.reveal.is-visible div:nth-child(3) { transition-delay: 200ms; }

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

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 16px; }
  .brand { grid-column: 1; }
  .header-actions { grid-column: 2; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    margin-left: 2px;
    border: 0;
    border-radius: 50%;
    color: inherit;
    background: transparent;
    transition: transform 150ms var(--ease-out), background 150ms ease;
  }
  .menu-toggle:active { transform: scale(0.9); }
  .menu-toggle span { width: 20px; height: 2px; display: block; background: currentColor; transform-origin: center; transition: transform 200ms var(--ease-drawer); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(var(--header-height) - 4px);
    display: grid;
    padding: 18px;
    color: var(--ink);
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -10px, 0) scale(0.97);
    transform-origin: top right;
    transition: opacity 160ms ease, transform 220ms var(--ease-drawer);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu[data-open="true"] { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-menu a { padding: 12px 4px; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--line); }
  .mobile-menu a[aria-current="location"] { color: var(--highlight-dark); }
  .mobile-menu a:last-child { border-bottom: 0; }
  .about-grid, .feature-grid, .reviews-layout, .visit-section { grid-template-columns: 1fr; }
  .about-grid { gap: 42px; }
  .about-image { max-width: 520px; justify-self: end; }
  .feature-grid { gap: 38px; }
  .reviews-summary { position: static; }
  .visit-details { padding: 84px 32px; }
  .map-wrap iframe { min-height: 520px; }
}

@media (max-width: 767px) {
  :root { --header-height: 64px; --shell: calc(100% - 32px); }
  .brand span { font-size: 0.94rem; }
  .brand img { width: 38px; height: 38px; }
  .header-actions .social-link { display: none; }
  .hero { align-items: flex-end; }
  .hero-image { object-position: 59% 48%; }
  .hero-scrim { background: linear-gradient(0deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.14) 54%, rgba(0,0,0,0.10) 100%); }
  .hero-content { padding-bottom: max(42px, env(safe-area-inset-bottom)); }
  .hero h1 { font-size: clamp(3rem, 14.5vw, 5.3rem); line-height: 0.93; }
  .hero-copy { max-width: 330px; margin-top: 18px; font-size: 1rem; }
  .hero-actions { margin-top: 22px; }
  .button { min-height: 48px; }
  .section { padding: 82px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-copy h2, .section-heading h2, .reviews-summary h2, .visit-copy h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .about-copy p { margin-top: 22px; }
  .about-image { justify-self: stretch; max-width: none; }
  .section-heading { margin-bottom: 34px; }
  .menu-grid, .gallery-grid { grid-template-columns: 1fr; gap: 42px; }
  .menu-story .portrait-frame { margin-bottom: 18px; }
  .feature-band { padding: 72px 0; }
  .facts { grid-template-columns: 1fr; gap: 24px; }
  .facts div { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .facts div:last-child { padding-bottom: 0; border-bottom: 0; }
  .gallery-grid { gap: 16px; }
  .gallery-item:hover .portrait-frame { transform: none; }
  .review-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .visit-details { padding: 82px 24px; }
  .map-wrap, .map-wrap iframe { min-height: 460px; }
  .site-footer { grid-template-columns: 1fr; padding: 48px 20px; }
  .footer-links { flex-wrap: wrap; gap: 14px 22px; }
  .site-footer p { grid-column: auto; }
  .lightbox { grid-template-columns: 44px 1fr 44px; padding: 18px 6px; }
  .lightbox-nav { width: 44px; height: 52px; font-size: 2.4rem; }
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover img { transform: rotate(-7deg) scale(1.08); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24); }
  .button:hover { transform: translate3d(0, -3px, 0); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22); }
  .button:hover:active { transform: scale(0.97); box-shadow: none; }
  .social-link:hover { transform: translate3d(0, -2px, 0) rotate(5deg); }
  .menu-story:nth-child(1) { --hover-rotate: -1deg; }
  .menu-story:nth-child(2) { --hover-rotate: 0.7deg; }
  .menu-story:nth-child(3) { --hover-rotate: -0.6deg; }
  .menu-story:hover { transform: translate3d(0, -10px, 0) rotate(var(--hover-rotate)); }
  .menu-story:hover .portrait-frame { box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35); }
  .menu-story:hover .portrait-frame img { transform: scale(1.065); filter: saturate(1.08) contrast(1.03); }
  .gallery-item:nth-child(odd) { --gallery-rotate: -1.2deg; }
  .gallery-item:nth-child(even) { --gallery-rotate: 1deg; }
  .gallery-item:hover, .gallery-item:focus-visible { transform: translate3d(0, -8px, 0) rotate(var(--gallery-rotate)); }
  .gallery-item:hover .portrait-frame, .gallery-item:focus-visible .portrait-frame { box-shadow: 0 26px 58px rgba(0, 0, 0, 0.36); }
  .gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.085); filter: saturate(1.08) contrast(1.04); }
  .gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: none; }
  .gallery-item:active { transform: scale(0.98); }
  .review:hover { transform: translate3d(10px, 0, 0); border-color: rgba(213, 84, 28, 0.72); }
  .review:hover .review-avatar { transform: rotate(5deg) scale(1.12); box-shadow: 0 0 0 2px var(--paper-strong), 0 0 0 4px var(--highlight); }
  .lightbox button:hover { color: var(--highlight); background: rgba(255, 255, 255, 0.08); transform: scale(1.06); }
}

@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; }
  .reveal { opacity: 1; filter: none; transform: none; transition-delay: 0ms !important; }
  .facts.reveal div { opacity: 1; transform: none; transition-delay: 0ms !important; }
  .hero-image, body.is-ready .hero-image { filter: none; transform: none; }
  .hero-scrim, body.is-ready .hero-scrim { opacity: 1; }
  .hero-content > *, body.is-ready .hero-content > * { opacity: 1; filter: none; transform: none; }
  .reveal:not(.is-visible).portrait-frame, .reveal:not(.is-visible) .portrait-frame { clip-path: inset(0 0 0 0 round var(--radius)); }
}
