:root {
  --slate: #1b3e68;
  --brick: #b3262e;
  --wood: #c09676;
  --ink: var(--slate);
  --ink-deep: var(--slate);
  --paper: #f3f0eb;
  --paper-cool: #e5eaec;
  --coral: var(--brick);
  --line: rgba(47, 65, 78, .18);
  --muted: #5d6469;
  --display: "Arial Narrow", "Aptos Display", "Helvetica Neue", Arial, sans-serif;
  --body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --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);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.nav-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; }
.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: 12px; top: -80px; z-index: 200; background: var(--paper); color: var(--ink); padding: 12px 18px; text-decoration: none; font-weight: 800; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #ffdf59; outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; min-height: 70px; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; background: var(--coral); color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.32); transition: background-color .25s ease, color .25s ease, border-color .25s ease; }
.site-header.is-scrolled, .site-header.is-open { background: var(--coral); color: var(--paper); border-color: rgba(255,255,255,.32); }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-family: var(--display); font-size: .78rem; font-stretch: condensed; font-weight: 900; line-height: .88; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 50%; }
.menu-toggle { width: 46px; height: 46px; border: 1px solid currentColor; color: currentColor; background: transparent; display: grid; place-items: center; cursor: pointer; }
.menu-toggle svg, .hero-scroll svg, .lightbox svg { fill: none; stroke: currentColor; stroke-width: 2; }
.site-nav { position: fixed; inset: 70px 0 auto; min-height: calc(100svh - 70px); padding: 52px 24px; background: var(--coral); color: var(--paper); display: flex; flex-direction: column; gap: 4px; visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.site-nav a { padding: 10px 0; text-decoration: none; font-family: var(--display); font-size: clamp(2.2rem, 12vw, 4rem); font-weight: 900; letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }
.site-nav .nav-cta { margin-top: 24px; padding: 14px 18px; border: 1px solid var(--ink); font-family: var(--body); font-size: .86rem; letter-spacing: .08em; text-align: center; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; color: var(--paper); overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -2; object-fit: cover; object-position: 50% 54%; }
.hero-overlay { z-index: -1; background: linear-gradient(to top, rgba(0,0,0,.28), rgba(0,0,0,.05) 62%, rgba(0,0,0,.10)); }
.hero-content { padding-top: 118px; padding-bottom: max(76px, 10vh); }
.eyebrow { margin: 0 0 18px; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; margin-right: 10px; display: inline-block; vertical-align: middle; background: var(--coral); }
.eyebrow.light::before { background: currentColor; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-stretch: condensed; font-weight: 900; letter-spacing: -.065em; line-height: .82; text-transform: uppercase; }
.hero h1 { max-width: 740px; font-size: clamp(2.5rem, 7.5vw, 5rem); }
.hero-copy { max-width: 430px; margin: 20px 0 0; font-size: clamp(1rem, 3vw, 1.2rem); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.button { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.button-primary { background: var(--coral); color: #fff8f1; }
.button-ghost { border-color: rgba(255,255,255,.75); color: white; background: rgba(0,0,0,.08); }
.button-light { background: var(--paper); color: var(--ink); }
.hero-scroll { position: absolute; right: 20px; bottom: 24px; display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-size: .62rem; font-weight: 800; letter-spacing: .13em; }

h2 { font-size: clamp(3.2rem, 13vw, 8.3rem); }
.section-heading h2,
.reviews-intro h2 { font-size: clamp(3.1rem, 12vw, 7.6rem); }
.story { background: var(--coral); color: var(--paper); }
.story-grid { display: grid; gap: 54px; }
.story-copy { max-width: 700px; }
.story-copy h2 { margin-bottom: 36px; }
.story-copy .lede { font-size: clamp(1.25rem, 4.2vw, 1.65rem); line-height: 1.35; }
.story-copy p:not(.eyebrow) { max-width: 620px; color: rgba(255,248,241,.88); }
.story .eyebrow::before { background: currentColor; }
.story .text-link { color: var(--paper); border-color: var(--paper); }
.text-link { margin-top: 20px; display: inline-flex; gap: 10px; text-decoration: none; border-bottom: 2px solid var(--coral); font-weight: 800; }
.portrait-frame { position: relative; aspect-ratio: 3 / 4; margin: 0; overflow: hidden; background: var(--paper-cool); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.45); transform-origin: 100% 0%; transition: transform 480ms var(--ease-out); }
.portrait-frame figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 14px; background: var(--paper); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.menu-section { background: var(--paper-cool); }
.section-heading { margin-bottom: 40px; display: grid; gap: 28px; }
.section-heading p:last-child { max-width: 500px; margin: 0; align-self: end; color: #475864; font-size: 1.05rem; }
.menu-grid { display: grid; gap: 32px; }
.menu-stack { display: grid; gap: 32px; }
.menu-item { margin: 0; }
.menu-image { aspect-ratio: 4 / 3; overflow: hidden; background: #d7dde0; }
.menu-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms var(--ease-out); }
.menu-text { position: relative; min-height: 0; padding: 16px 0 0 38px; border-top: 1px solid var(--line); }
.menu-text > span { position: absolute; left: 0; top: 22px; color: var(--coral); font-size: .67rem; font-weight: 900; }
.menu-text h3 { margin: 0; font-family: var(--display); font-size: 2.5rem; line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.menu-text p { margin: 8px 0 0; max-width: 320px; color: var(--muted); }
.menu-note { margin: 24px 0 0; font-size: .78rem; color: var(--muted); }

.marquee-band { overflow: hidden; padding: 18px 0 16px; background: var(--coral); color: #fff8f1; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 20px; animation: marquee 28s linear infinite; font-family: var(--display); font-size: clamp(1.1rem, 4vw, 1.6rem); font-weight: 900; letter-spacing: -.02em; }
.marquee-track i { font-size: .5em; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gallery-tile { position: relative; aspect-ratio: 3 / 4; padding: 0; border: 0; background: #d8d8d4; overflow: hidden; cursor: zoom-in; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms var(--ease-out); }
.gallery-tile span { position: absolute; left: 8px; bottom: 8px; padding: 7px 9px; background: var(--paper); color: var(--ink); font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: 0; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease; }
.gallery-tile:hover span, .gallery-tile:focus-visible span { opacity: 1; transform: translateY(0); }

.reviews-section { background: var(--ink); color: var(--paper); }
.reviews-layout { display: grid; gap: 56px; }
.reviews-intro { align-self: start; }
.reviews-intro h2 { max-width: 680px; }
.rating-lockup { margin: 32px 0; display: flex; align-items: center; gap: 16px; }
.rating-lockup strong { font-family: var(--display); font-size: 4rem; line-height: .8; }
.rating-lockup div { display: grid; color: var(--wood); letter-spacing: .08em; }
.rating-lockup small { color: #b8c2c9; font-size: .72rem; letter-spacing: .02em; }
.review { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.22); }
.review:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.review-top { display: flex; justify-content: space-between; gap: 20px; font-size: .73rem; }
.review-top span { color: var(--wood); letter-spacing: .08em; }
.review-top time { color: #a9b5bd; }
.review p { margin: 20px 0 30px; max-width: 700px; font-size: clamp(1.25rem, 4.3vw, 1.85rem); line-height: 1.35; }
.review-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-author { display: flex; align-items: center; gap: 12px; min-width: 0; }
.review-avatar { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; object-fit: cover; background: #284255; }
.review-author-info { display: grid; gap: 2px; min-width: 0; }
.review-author-info strong { font-size: .76rem; }
.review-author-info span { color: #a9b5bd; font-size: .68rem; }
.review-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 14px; }
.review-links a { color: #c5d0d7; text-decoration: none; font-size: .72rem; }
.review-links a:hover { color: var(--paper); }

.services h2 { margin-bottom: 56px; }
.service-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.service-list li { display: grid; grid-template-columns: 34px 1fr; align-items: baseline; gap: 4px 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.service-list span { grid-row: 1 / span 2; color: var(--coral); font-size: .67rem; font-weight: 900; }
.service-list strong { font-family: var(--display); font-size: 1.7rem; line-height: 1; text-transform: uppercase; }
.service-list p { margin: 0; color: var(--muted); font-size: .86rem; }

.visit-section { display: grid; background: var(--coral); color: #fff9f1; }
.visit-info { padding: 82px max(20px, calc((100vw - 1180px) / 2)); }
.visit-info h2 { margin-bottom: 38px; }
.visit-info address { margin-bottom: 30px; font-style: normal; font-size: 1.05rem; }
.visit-info address strong { display: inline-block; margin-bottom: 3px; }
.hours { max-width: 480px; margin: 0 0 24px; }
.hours div { display: flex; justify-content: space-between; gap: 24px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.hours dt { font-weight: 700; }
.hours dd { margin: 0; white-space: nowrap; }
.parking { max-width: 400px; margin: 0 0 28px; font-size: .78rem; }
.map-wrap { min-height: 460px; background: #d8d6ce; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 460px; filter: saturate(.78) contrast(1.04); }

.site-footer { padding: 62px 0 24px; background: var(--ink-deep); color: #dbe1e4; }
.footer-grid { display: grid; gap: 34px; }
.footer-brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; color: #fff; text-decoration: none; font-family: var(--display); font-size: 1.5rem; font-weight: 900; line-height: .85; letter-spacing: -.04em; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; }
.footer-grid > p { margin: 0; color: #aab6bd; }
.footer-nav { display: flex; flex-direction: column; gap: 6px; }
.footer-nav a { width: fit-content; text-decoration: none; font-weight: 750; }
.social-links { display: flex; gap: 8px; }
.social-links a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #60707a; transition: background-color .2s ease, color .2s ease; }
.social-links a:hover { background: var(--paper); color: var(--ink); }
.social-links svg { width: 20px; height: 20px; fill: currentColor; }
.footer-bottom { margin-top: 50px; padding-top: 18px; border-top: 1px solid #30424f; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; color: #82919a; font-size: .68rem; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(9,18,27,.96); color: white; overflow: hidden; }
.lightbox::backdrop { background: rgba(9,18,27,.96); }
.lightbox[open] { display: grid; grid-template-columns: 52px 1fr 52px; align-items: center; }
.lightbox figure { margin: 0; height: min(78vh, 900px); display: grid; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100% - 38px); width: auto; height: auto; object-fit: contain; }
.lightbox figcaption { height: 38px; padding-top: 10px; color: #c4ccd1; font-size: .75rem; text-align: center; }
.lightbox-close, .lightbox-arrow { border: 1px solid rgba(255,255,255,.38); background: rgba(0,0,0,.2); color: white; display: grid; place-items: center; cursor: pointer; }
.lightbox-close { position: absolute; z-index: 2; right: 16px; top: 16px; width: 48px; height: 48px; }
.lightbox-arrow { width: 44px; height: 54px; justify-self: center; }
.lightbox svg { width: 22px; height: 22px; }

/* Motion and interaction system */
.site-header { transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms var(--ease-out); }
.brand img { transition: transform 220ms var(--ease-out); }
.menu-toggle { transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease; }
.menu-toggle[aria-expanded="true"] { transform: rotate(90deg); background: var(--paper); color: var(--coral); }
.menu-toggle:active, .button:active, .lightbox-close:active, .lightbox-arrow:active, .social-links a:active { transform: scale(.96); }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: 100% 50%; transition: transform 220ms var(--ease-out); }

.hero::after { content: ""; position: absolute; z-index: -1; top: -20%; bottom: -20%; left: -38%; width: 28%; pointer-events: none; background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.03) 25%, rgba(255,238,211,.22) 50%, rgba(255,255,255,.04) 72%, transparent 100%); transform: translate3d(-40vw,0,0) skewX(-12deg); animation: heroLightSweep 11s var(--ease-in-out) infinite; }
.hero-media { will-change: transform; animation: heroCamera 18s var(--ease-in-out) infinite alternate; }
.hero h1 { transform-origin: 100% 60%; animation: heroTitleFloat 6s var(--ease-in-out) infinite; }
.hero-scroll svg { animation: scrollNudge 2s var(--ease-in-out) infinite; }
.hero-seal { position: absolute; z-index: 2; left: clamp(20px, 4vw, 58px); bottom: clamp(104px, 13vh, 154px); width: clamp(96px, 10vw, 132px); aspect-ratio: 1; color: var(--paper); pointer-events: none; will-change: transform; }
.hero-seal-inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; border-radius: 50%; background: rgba(179,38,46,.88); border: 1px solid rgba(255,255,255,.62); box-shadow: 0 8px 24px rgba(0,0,0,.22); animation: sealFloat 5.5s var(--ease-in-out) infinite; }
.hero-seal-inner::after { content: ""; position: absolute; inset: 17%; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.hero-seal svg { position: absolute; inset: 5%; width: 90%; height: 90%; overflow: visible; animation: sealSpin 18s linear infinite; }
.hero-seal text { fill: currentColor; font-family: var(--body); font-size: 7.25px; font-weight: 800; letter-spacing: 1.35px; }
.hero-seal span { position: relative; z-index: 1; font-family: var(--display); font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 900; line-height: 1; }

.story { position: relative; isolation: isolate; overflow: hidden; }
.story::before { content: ""; position: absolute; z-index: -1; width: min(62vw, 760px); aspect-ratio: 1; right: -24vw; top: -28%; border: 1px solid rgba(255,248,241,.22); border-right-color: transparent; border-bottom-color: rgba(255,248,241,.07); border-radius: 50%; box-shadow: 0 0 0 64px rgba(255,248,241,.025), 0 0 0 128px rgba(255,248,241,.018); animation: ambientOrbit 24s linear infinite; }
.portrait-frame::after { content: ""; position: absolute; inset: -30% auto -30% -45%; width: 28%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); transform: translate3d(-180%,0,0) skewX(-14deg); animation: imageSheen 9s var(--ease-in-out) infinite 1.5s; }

.menu-item { transition: transform 260ms var(--ease-out); }
.menu-image { transition: transform 280ms var(--ease-out), box-shadow 280ms ease; }
.menu-image img { will-change: transform; animation: imageBreathe 9s var(--ease-in-out) infinite alternate; }
.menu-item:nth-child(2n) .menu-image img, .menu-stack .menu-item:nth-child(2n) .menu-image img { animation-delay: -3s; animation-direction: alternate-reverse; }
.menu-text h3 { transition: transform 240ms var(--ease-out), color 180ms ease; }

.marquee-track span { animation: marqueeWordPulse 4.2s var(--ease-in-out) infinite; }
.marquee-track span:nth-of-type(even) { animation-delay: -2.1s; }

.gallery-tile::after { content: ""; position: absolute; z-index: 1; inset: -20% auto -20% -55%; width: 24%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent); transform: translate3d(-220%,0,0) skewX(-16deg); animation: tileSheen 8.5s var(--ease-in-out) infinite; }
.gallery-tile:nth-child(2)::after, .gallery-tile:nth-child(5)::after { animation-delay: -3s; }
.gallery-tile:nth-child(3)::after, .gallery-tile:nth-child(6)::after { animation-delay: -6s; }
.gallery-tile img { will-change: transform; animation: galleryDrift 10s var(--ease-in-out) infinite alternate; }
.gallery-tile:nth-child(even) img { animation-delay: -5s; animation-direction: alternate-reverse; }

.reviews-section { position: relative; isolation: isolate; overflow: hidden; }
.reviews-section::before { content: ""; position: absolute; z-index: -1; width: min(58vw, 780px); aspect-ratio: 1; right: -22vw; top: 4%; border: 1px solid rgba(255,255,255,.13); border-left-color: transparent; border-radius: 50%; box-shadow: 0 0 0 72px rgba(255,255,255,.018), 0 0 0 144px rgba(255,255,255,.012); animation: ambientOrbit 28s linear infinite reverse; }
.rating-lockup strong { display: inline-block; transform-origin: 50% 70%; animation: ratingBreath 4.8s var(--ease-in-out) infinite; }
.rating-lockup div > span, .review-top span { display: inline-block; animation: starGlow 3.6s var(--ease-in-out) infinite; }
.review { transition: border-color 180ms ease; }
.review p { transition: transform 240ms var(--ease-out); }
.review-avatar { transition: transform 220ms var(--ease-out), box-shadow 220ms ease; }

.service-list strong, .service-list span { display: inline-block; transition: transform 220ms var(--ease-out), color 180ms ease; }
.visit-info { position: relative; isolation: isolate; overflow: hidden; }
.visit-info::after { content: "59"; position: absolute; z-index: -1; right: -2%; bottom: -10%; color: rgba(255,255,255,.095); font-family: var(--display); font-size: clamp(14rem, 32vw, 31rem); font-weight: 900; line-height: .72; letter-spacing: -.08em; animation: numberFloat 8s var(--ease-in-out) infinite; }
.footer-brand img { animation: logoPendulum 7s var(--ease-in-out) infinite; }
.social-links a { transition: transform 160ms var(--ease-out), background-color 180ms ease, color 180ms ease; }

.lightbox[open] figure { animation: lightboxEnter 280ms var(--ease-out) both; }
.lightbox-close, .lightbox-arrow { transition: transform 160ms var(--ease-out), background-color 180ms ease, border-color 180ms ease; }

@keyframes heroCamera {
  from { transform: scale(1.035) translate3d(0,0,0); }
  to { transform: scale(1.095) translate3d(-1.2%, -.8%, 0); }
}
@keyframes heroLightSweep {
  0%, 22% { transform: translate3d(-45vw,0,0) skewX(-12deg); opacity: 0; }
  38% { opacity: .95; }
  62% { opacity: .5; }
  78%, 100% { transform: translate3d(175vw,0,0) skewX(-12deg); opacity: 0; }
}
@keyframes heroTitleFloat { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-5px,0); } }
@keyframes scrollNudge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
@keyframes sealSpin { to { transform: rotate(360deg); } }
@keyframes sealFloat { 0%, 100% { transform: translate3d(0,0,0) rotate(-2deg); } 50% { transform: translate3d(0,-9px,0) rotate(2deg); } }
@keyframes ambientOrbit { to { transform: rotate(360deg); } }
@keyframes imageSheen { 0%, 34% { transform: translate3d(-220%,0,0) skewX(-14deg); opacity: 0; } 46% { opacity: .9; } 64%, 100% { transform: translate3d(720%,0,0) skewX(-14deg); opacity: 0; } }
@keyframes imageBreathe { from { transform: scale(1.025) translate3d(0,0,0); } to { transform: scale(1.09) translate3d(-1.2%, -.8%, 0); } }
@keyframes marqueeWordPulse { 0%, 100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(-2px); opacity: .72; } }
@keyframes tileSheen { 0%, 48% { transform: translate3d(-240%,0,0) skewX(-16deg); opacity: 0; } 60% { opacity: .9; } 78%, 100% { transform: translate3d(760%,0,0) skewX(-16deg); opacity: 0; } }
@keyframes galleryDrift { from { transform: scale(1.03) translate3d(0,0,0); } to { transform: scale(1.095) translate3d(-1.5%, -1%, 0); } }
@keyframes ratingBreath { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-4px) scale(1.035); } }
@keyframes starGlow { 0%, 100% { opacity: .72; } 50% { opacity: 1; } }
@keyframes numberFloat { 0%, 100% { transform: translate3d(0,0,0) rotate(-2deg); } 50% { transform: translate3d(-8px,-10px,0) rotate(1deg); } }
@keyframes logoPendulum { 0%, 100% { transform: rotate(-3deg); } 50% { transform: rotate(3deg); } }
@keyframes lightboxEnter { from { opacity: 0; transform: scale(.97); filter: blur(3px); } to { opacity: 1; transform: scale(1); filter: blur(0); } }

.reveal { opacity: 1; transform: none; filter: none; clip-path: inset(0 0 0 0); }
.motion-ready .reveal { opacity: 0; transform: translate3d(0, 34px, 0) scale(.985); filter: blur(5px); clip-path: inset(0 0 8% 0); transition: opacity 720ms var(--ease-out), transform 820ms var(--ease-out), filter 680ms ease, clip-path 820ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: blur(0); clip-path: inset(0 0 0 0); }
.keyboard-input .menu-toggle, .keyboard-input .site-nav, .keyboard-input .button, .keyboard-input .lightbox-close, .keyboard-input .lightbox-arrow { transition-duration: 0ms; }
.keyboard-input .button:active, .keyboard-input .menu-toggle:active, .keyboard-input .lightbox-close:active, .keyboard-input .lightbox-arrow:active { transform: none; }

@media (hover: hover) and (pointer: fine) {
  .brand:hover img { transform: rotate(-7deg) scale(1.06); }
  .site-nav a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: 0 50%; }
  .button:hover { transform: translateY(-3px); }
  .portrait-frame:hover img { transform: scale(1.51); }
  .menu-item.is-visible:hover .menu-image { transform: rotate(.35deg); box-shadow: 0 12px 24px rgba(27,62,104,.13); }
  .menu-item.is-visible:hover .menu-text h3 { transform: translateX(5px); color: var(--coral); }
  .gallery-tile:hover::after { animation-duration: 2.4s; }
  .review.is-visible:hover { border-color: rgba(255,255,255,.42); }
  .review.is-visible:hover p { transform: translateX(8px); }
  .review.is-visible:hover .review-avatar { transform: scale(1.08) rotate(-3deg); box-shadow: 0 0 0 3px rgba(255,255,255,.2); }
  .service-list li:hover strong { transform: translateX(8px); }
  .service-list li:hover span { transform: rotate(-8deg) scale(1.12); }
  .social-links a:hover { transform: translateY(-3px) rotate(-3deg); }
  .lightbox-close:hover, .lightbox-arrow:hover { transform: scale(1.06); border-color: rgba(255,255,255,.72); }
}
.button:active { transform: scale(.97); }
.lightbox-close:active, .lightbox-arrow:active, .social-links a:active { transform: scale(.96); }
.keyboard-input .button:active, .keyboard-input .lightbox-close:active, .keyboard-input .lightbox-arrow:active { transform: none; }

@media (min-width: 720px) {
  :root { --shell: min(1180px, calc(100% - 72px)); }
  .section { padding: 128px 0; }
  .menu-section > .shell { width: min(1220px, calc(100% - 72px)); }
  .hero-content { text-align: right; }
  .hero h1, .hero-copy { margin-left: auto; }
  .hero-actions { justify-content: flex-end; }
  .story-grid { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); align-items: end; gap: 8vw; }
  .section-heading { grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 28px; }
  .menu-stack { display: contents; }
  .menu-item-feature { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .gallery-tile:nth-child(2), .gallery-tile:nth-child(5) { transform: translateY(42px); }
  .reviews-layout { grid-template-columns: minmax(300px, .85fr) minmax(400px, 1.15fr); gap: 9vw; }
  .reviews-intro { position: sticky; top: 110px; }
  .service-list li { grid-template-columns: 50px minmax(180px, .7fr) 1fr; align-items: center; }
  .service-list span { grid-row: auto; }
  .service-list strong { font-size: 2.2rem; }
  .service-list p { text-align: right; }
  .visit-section { grid-template-columns: 1fr 1fr; }
  .visit-info { padding-left: max(36px, calc((100vw - 1180px) / 2)); padding-right: clamp(42px, 6vw, 100px); }
  .map-wrap, .map-wrap iframe { min-height: 700px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr .45fr auto; align-items: start; }
}

@media (min-width: 960px) {
  .story-grid { grid-template-columns: minmax(0, 1.08fr) minmax(380px, .82fr); gap: 6vw; }
  .story-copy h2 { font-size: clamp(3.2rem, 12vw, 7.8rem); }
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .menu-item-feature { grid-column: auto; }
  .site-header { padding-inline: 34px; }
  .menu-toggle { display: none; }
  .site-nav { position: static; min-height: auto; padding: 0; background: transparent; color: inherit; flex-direction: row; align-items: center; gap: 26px; visibility: visible; opacity: 1; transform: none; }
  .site-nav a { padding: 8px 0; font-family: var(--body); font-size: .72rem; letter-spacing: .07em; }
  .site-nav .nav-cta { margin: 0 0 0 10px; padding: 10px 14px; border-color: currentColor; }
  .hero-scroll { right: 34px; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .gallery-tile:nth-child(2), .gallery-tile:nth-child(5) { transform: translateY(36px); }
}

@media (max-width: 719px) {
  .hero-seal { width: 88px; left: 16px; top: 92px; bottom: auto; opacity: .94; }
  .hero-seal text { font-size: 7px; letter-spacing: 1.15px; }
  .hero::after { width: 42%; animation-duration: 13s; }
  .story::before { width: 108vw; right: -58vw; top: 8%; }
  .reviews-section::before { width: 110vw; right: -62vw; top: 14%; }
  .menu-image img, .gallery-tile img { animation-duration: 12s; }
  .visit-info::after { right: -10%; bottom: -4%; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 82px 0; }
  .hero-content { padding-bottom: 118px; }
  .hero h1 { font-size: clamp(2.9rem, 12vw, 3.8rem); }
  .hero-copy { font-size: clamp(1.05rem, 3.5vw, 1.3rem); }
  .hero-actions .button { flex: 1 1 140px; }
  .hero-scroll span { display: none; }
  .section-heading h2 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .reviews-intro h2 { max-width: 100%; font-size: clamp(2.7rem, 11.5vw, 3.4rem); letter-spacing: -.04em; text-wrap: balance; overflow-wrap: anywhere; }
  .services h2, .visit-info h2 { font-size: clamp(3.15rem, 15vw, 4.5rem); }
  .gallery-grid { gap: 8px; }
  .review-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .review-links { justify-content: flex-start; }
  .visit-info { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .motion-ready .reveal, .motion-ready .reveal.is-visible { opacity: 1; transform: none; filter: none; clip-path: none; }
  .hero-media, .hero h1, .hero-scroll svg, .hero-seal-inner, .hero-seal svg, .menu-image img, .gallery-tile img, .rating-lockup strong, .footer-brand img { transform: none !important; }
}
