:root {
  color-scheme: light;
  --paper: #f6f5f3;
  --paper-soft: #ffffff;
  --ink: #211b1a;
  --muted: #6e615e;
  --line: rgba(33, 27, 26, 0.18);
  --accent: #9b2955;
  --accent-dark: #711638;
  --white: #fffdfb;
  --radius-sm: 10px;
  --radius-md: 16px;
  --shell: min(1240px, calc(100% - 40px));
  --shadow: 0 18px 50px rgba(42, 24, 26, 0.12);
  --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);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.locked { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid #e95d96; outline-offset: 4px; }
.icon { display: inline-block; width: 1.1em; height: 1.1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.16em; }
.link-icon { width: 1.05em; height: 1.05em; transition: transform 180ms var(--ease-out); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 144px) 0; }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
h1, h2, h3 { margin: 0; line-height: 0.98; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.8rem, 9vw, 6rem); }
h2 { max-width: 13ch; font-size: clamp(2.7rem, 6vw, 5.75rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 28px; color: var(--accent-dark); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.text-link:hover .link-icon { transform: translateX(4px); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transition: background 180ms ease, color 180ms ease, transform 160ms var(--ease-out); }
.button > .icon { width: 1.2em; height: 1.2em; stroke-width: 1.8; }
.button:hover { transform: translateY(-2px); }
.button:active, .nav-visit:active, .gallery-item:active, .social-links a:active, .mobile-actions a:active { transform: scale(.97); transition-duration: 130ms; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--paper); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 90; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 clamp(20px, 3vw, 48px); border-bottom: 1px solid transparent; color: var(--white); transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.site-header.is-solid { background: rgba(247, 238, 232, 0.96); border-color: var(--line); color: var(--ink); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 800; letter-spacing: -0.02em; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a { position: relative; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-visit)::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-visit { padding: 11px 18px; border: 1px solid currentColor; border-radius: 999px; }
.mobile-socials { display: none; }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; padding: 0; border: 0; background: none; color: currentColor; }
.menu-toggle .icon { position: absolute; inset: 0; width: 25px; height: 25px; margin: auto; transition: opacity 180ms var(--ease-out), transform 220ms var(--ease-out); }
.menu-toggle .close-icon { opacity: 0; transform: rotate(-90deg) scale(.76); }
.menu-toggle[aria-expanded="true"] .menu-icon { opacity: 0; transform: rotate(90deg) scale(.76); }
.menu-toggle[aria-expanded="true"] .close-icon { opacity: 1; transform: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #272322; color: var(--white); }
.hero-picture { position: absolute; inset: 0; display: block; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture .hero-media { position: static; display: block; }
.hero-media { object-fit: cover; object-position: center 43%; animation: hero-breathe 15s var(--ease-in-out) infinite alternate; }
.hero-shade { background: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.12) 45%, rgba(0,0,0,0.30) 100%); }
.hero-light { position: absolute; z-index: 1; left: -22%; bottom: -45%; width: 75vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.32) 0%, rgba(255,255,255,.08) 38%, transparent 68%); mix-blend-mode: screen; pointer-events: none; animation: hero-light-drift 9s var(--ease-in-out) infinite alternate; }
.hero-orbit { position: absolute; z-index: 2; top: 15%; right: clamp(18px,5vw,74px); width: clamp(112px,13vw,176px); aspect-ratio: 1; color: var(--white); pointer-events: none; filter: drop-shadow(0 4px 18px rgba(0,0,0,.18)); }
.hero-orbit-ring { width: 100%; height: 100%; overflow: visible; animation: orbit-spin 18s linear infinite; }
.hero-orbit-cup { position: absolute; inset: 33% 33%; width: 34%; height: 34%; color: rgba(255,255,255,.78); stroke-width: 1.2; animation: orbit-cup 3.6s var(--ease-in-out) infinite alternate; }
.hero-orbit text { fill: currentColor; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.hero-orbit circle { fill: #efb3bd; stroke: rgba(255,255,255,.8); stroke-width: 1px; animation: orbit-core 2.8s var(--ease-in-out) infinite alternate; transform-origin: center; }
.hero-content { position: relative; z-index: 3; width: min(1000px, calc(100% - 40px)); margin: 0 auto clamp(56px, 9vh, 110px); }
.hero-kicker { color: var(--white); }
.hero-kicker { animation: hero-enter 620ms var(--ease-out) 40ms both; }
.hero h1 { max-width: 9ch; animation: hero-headline-in 700ms var(--ease-out) 100ms both; }
.hero-copy { max-width: 39ch; margin-top: 24px; font-size: clamp(1rem, 2vw, 1.25rem); animation: hero-enter 620ms var(--ease-out) 170ms both; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 32px; animation: hero-enter 620ms var(--ease-out) 240ms both; }
.hero-cta-mobile, .cta-icon-mobile, .cta-icon-arrow { display: none; }
.light-link { color: var(--white); }
.hero-note { position: absolute; z-index: 3; right: 32px; bottom: 28px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; writing-mode: vertical-rl; }
@keyframes hero-breathe { from { transform: scale(1.01); } to { transform: scale(1.075); } }
@keyframes hero-light-drift { from { transform: translate3d(-4%,2%,0) scale(.92); opacity: .6; } to { transform: translate3d(28%,-18%,0) scale(1.12); opacity: 1; } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-core { to { transform: scale(1.45); opacity: .72; } }
@keyframes orbit-cup { from { transform: translateY(2px) rotate(-4deg); opacity: .62; } to { transform: translateY(-3px) rotate(4deg); opacity: 1; } }
@keyframes hero-enter { from { opacity: 0; transform: translate3d(0,18px,0); } to { opacity: 1; transform: none; } }
@keyframes hero-headline-in { from { opacity: .01; transform: translate3d(0,24px,0); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: none; clip-path: inset(0); } }

.trust-strip { position: relative; z-index: 3; overflow: hidden; background: #efb3bd; color: var(--ink); }
.trust-strip-inner { position: relative; z-index: 1; min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-pulse { position: absolute; left: -12%; top: 50%; width: 32vw; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.32); filter: blur(30px); pointer-events: none; animation: trust-drift 8s var(--ease-in-out) infinite alternate; }
.trust-strip-inner > p, .trust-strip-inner > a { font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.trust-strip-inner > p { position: relative; padding-left: 22px; }
.trust-strip-inner > p::before { content: ""; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-dark); transform: translateY(-50%); }
.trust-strip-inner > a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; border: 1px solid currentColor; border-radius: 999px; }
.trust-strip-inner > a > .icon:first-child { width: 1.15em; height: 1.15em; stroke-width: 1.8; }
.trust-rating { display: flex; align-items: center; gap: 13px; }
.trust-rating strong { font-size: 2.6rem; line-height: 1; letter-spacing: -.04em; }
.trust-rating > span { font-size: .7rem; line-height: 1.35; }
@keyframes trust-drift { from { transform: translate3d(-10%,-50%,0) scale(.7); opacity: .5; } to { transform: translate3d(290%,-50%,0) scale(1.25); opacity: .9; } }

.about { background: var(--paper-soft); }
.about-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.62fr); gap: clamp(56px, 9vw, 140px); align-items: center; }
.about-copy { padding-left: clamp(0px, 4vw, 64px); }
.about-copy h2 { max-width: 8ch; }
.about-copy > p:not(.eyebrow) { max-width: 53ch; margin-top: 32px; color: var(--muted); font-size: 1.05rem; }
.about-collage { position: relative; min-height: 700px; padding: 0 18% 120px 0; }
.portrait-media { position: relative; z-index: 1; margin: 0; }
.portrait-media img, .ratio-media { aspect-ratio: 3 / 4; }
.portrait-media img { display: block; width: 100%; height: auto; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.portrait-media figcaption { margin-top: 12px; color: var(--muted); font-size: 0.77rem; }
.about-detail, .about-storefront { position: absolute; z-index: 2; margin: 0; overflow: hidden; border-radius: 10px; box-shadow: 0 8px 24px rgba(42,24,26,.18); }
.about-detail { right: 0; top: 14%; width: 34%; aspect-ratio: 1 / 1; }
.about-storefront { right: 2%; bottom: 0; width: 42%; aspect-ratio: 4 / 5; }
.about-detail img, .about-storefront img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-detail { animation: collage-float-a 5.8s var(--ease-in-out) infinite alternate; }
.about-storefront { animation: collage-float-b 7.2s var(--ease-in-out) infinite alternate; }
.collage-badge { position: absolute; z-index: 4; left: -42px; bottom: 54px; display: grid; place-items: center; width: 116px; aspect-ratio: 1; border-radius: 50%; background: var(--accent-dark); color: var(--white); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; animation: badge-float 4.5s var(--ease-in-out) infinite alternate; }
@keyframes collage-float-a { from { transform: translate3d(0,-8px,0) rotate(-1.5deg); } to { transform: translate3d(0,14px,0) rotate(2deg); } }
@keyframes collage-float-b { from { transform: translate3d(0,10px,0) rotate(1deg); } to { transform: translate3d(0,-12px,0) rotate(-1.5deg); } }
@keyframes badge-float { from { transform: translate3d(0,7px,0) rotate(-5deg); } to { transform: translate3d(0,-9px,0) rotate(4deg); } }

.menu { position: relative; }
.section-lead { margin-bottom: 18px; color: var(--accent-dark); font-size: 1rem; font-weight: 700; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(240px, 360px); gap: 40px; align-items: end; margin-bottom: clamp(42px, 7vw, 78px); }
.section-heading > p { color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 38px); }
.menu-card:nth-child(2) { margin-top: 64px; }
.ratio-media { overflow: hidden; border-radius: var(--radius-sm); background: #e4d9d2; }
.ratio-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.menu-card:hover .ratio-media img { transform: scale(1.03); }
.menu-card h3 { display: flex; align-items: center; gap: 9px; margin-top: 20px; }
.menu-card-icon { width: 1.15em; height: 1.15em; color: var(--accent); stroke-width: 1.8; }
.menu-card > p:last-child { max-width: 31ch; margin-top: 10px; color: var(--muted); font-size: 0.9rem; }
.menu-spectrum { display: block; margin-top: 70px; overflow: hidden; border-block: 1px solid var(--line); }
.menu-spectrum::-webkit-scrollbar { display: none; }
.spectrum-track { display: flex; width: max-content; will-change: transform; animation: spectrum-scroll 24s linear infinite; }
.spectrum-group { display: flex; flex-shrink: 0; }
.menu-spectrum span { flex: 0 0 auto; padding: 24px clamp(26px, 3.8vw, 58px); border-right: 1px solid var(--line); color: var(--accent-dark); font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 800; letter-spacing: -.025em; }
@keyframes spectrum-scroll { to { transform: translate3d(-50%,0,0); } }

.experience { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.experience-aura { position: absolute; right: -18vw; top: -24vw; width: 62vw; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(239,179,189,.26) 0%, rgba(155,41,85,.10) 42%, transparent 70%); filter: blur(14px); pointer-events: none; animation: aura-roam 11s var(--ease-in-out) infinite alternate; }
.experience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px,.78fr) 1.22fr; gap: clamp(56px,10vw,150px); align-items: start; }
.experience-intro { position: sticky; top: 110px; }
.experience-intro .section-lead { color: #efb3bd; }
.experience-intro h2 { max-width: 8ch; }
.experience-intro > p:last-child { max-width: 38ch; margin-top: 28px; color: #cfc5c1; }
.experience-list { border-top: 1px solid rgba(255,255,255,.22); }
.experience-row { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; padding: clamp(30px,5vw,56px) 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.experience-row h3 { display: flex; align-items: flex-start; gap: 12px; max-width: 15ch; font-size: clamp(1.5rem,3vw,2.25rem); }
.experience-icon { width: 1.05em; height: 1.05em; flex: 0 0 auto; margin-top: .06em; color: #efb3bd; stroke-width: 1.7; }
.experience-row p { max-width: 34ch; color: #cfc5c1; }
@keyframes aura-roam { from { transform: translate3d(-8%,4%,0) scale(.85); opacity: .55; } to { transform: translate3d(-42%,34%,0) scale(1.18); opacity: 1; } }

.feature { padding-top: clamp(32px, 4vw, 64px); }
.feature-wrap { position: relative; min-height: 580px; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius-md); background: #292523; color: var(--white); }
.feature-wrap > .feature-picture { position: absolute; inset: 0; display: block; }
.feature-wrap > .feature-picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: feature-breathe 13s var(--ease-in-out) infinite alternate; }
.feature-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(15deg, rgba(0,0,0,.52), rgba(0,0,0,.05) 65%); }
.feature-panel { position: relative; z-index: 1; max-width: 590px; padding: clamp(28px, 5vw, 72px); }
.feature-label { margin-bottom: 18px; font-weight: 700; }
.feature-panel h2 { max-width: 8ch; font-size: clamp(3rem, 7vw, 5.8rem); }
.feature-panel > p:last-child { max-width: 35ch; margin-top: 20px; }
.feature-steam span { position: absolute; z-index: 2; right: 18%; top: 20%; width: 5px; height: 110px; border-radius: 999px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.58), transparent); filter: blur(1.5px); opacity: 0; animation: steam-rise 4.2s var(--ease-in-out) infinite; }
.feature-steam span:nth-child(2) { right: 24%; animation-delay: 1.35s; animation-duration: 4.8s; }
.feature-steam span:nth-child(3) { right: 30%; animation-delay: 2.5s; animation-duration: 5.2s; }
@keyframes feature-breathe { from { transform: scale(1.015); } to { transform: scale(1.095); } }
@keyframes steam-rise { 0% { transform: translate3d(0,35px,0) rotate(-7deg) scaleY(.65); opacity: 0; } 28% { opacity: .7; } 100% { transform: translate3d(18px,-55px,0) rotate(9deg) scaleY(1.15); opacity: 0; } }

.gallery { position: relative; overflow: hidden; background: var(--paper-soft); }
.gallery > .section-shell { position: relative; z-index: 1; }
.gallery-loop-word { position: absolute; z-index: 0; left: -8vw; top: 8%; width: max-content; color: transparent; font-size: clamp(7rem,16vw,15rem); font-weight: 900; letter-spacing: -.04em; line-height: 1; opacity: 0; white-space: nowrap; pointer-events: none; animation: word-drift 16s var(--ease-in-out) infinite alternate; }
@keyframes word-drift { from { transform: translate3d(-4%,0,0); } to { transform: translate3d(8%,0,0); } }
.gallery-lead { margin-bottom: 14px; color: var(--accent); }
.gallery .section-heading { grid-template-columns: 1fr minmax(260px, 350px); gap: 40px; margin-bottom: clamp(34px, 5vw, 58px); }
.gallery .section-heading h2 { max-width: 16ch; font-size: clamp(2.35rem, 3.8vw, 3.7rem); letter-spacing: -.045em; }
.gallery .section-heading > p { max-width: 30ch; align-self: center; font-size: .88rem; line-height: 1.5; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3.2vw, 48px) clamp(16px, 2.2vw, 32px); align-items: start; }
.gallery-item { position: relative; display: flex; flex-direction: column; align-items: stretch; gap: 11px; min-width: 0; padding: 0; overflow: visible; border: 0; background: transparent; color: var(--ink); cursor: zoom-in; text-align: left; }
.gallery-media { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius-sm); background: #e4d9d2; }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.gallery-open { position: absolute; right: 10px; bottom: 10px; display: grid; place-items: center; width: 30px; height: 30px; background: rgba(255,253,251,.94); color: var(--ink); transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease-out); }
.gallery-open .icon { width: 15px; height: 15px; stroke-width: 1.8; }
.gallery-caption { display: block; min-height: 2.7em; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:hover .gallery-open, .gallery-item:focus-visible .gallery-open { background: var(--accent); color: var(--white); transform: translate(2px,-2px); }

.reviews { position: relative; overflow: hidden; background: var(--accent-dark); color: var(--white); }
.reviews > .section-shell { position: relative; z-index: 1; }
.review-spark { position: absolute; z-index: 0; right: -4%; top: -16%; color: rgba(255,255,255,.08); font-size: clamp(16rem,34vw,36rem); line-height: 1; pointer-events: none; animation: spark-drift 12s var(--ease-in-out) infinite alternate; }
.reviews .eyebrow { color: #f6b7cc; }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: 54px; }
.rating-lockup { display: grid; grid-template-columns: auto auto; gap: 0 14px; align-items: center; }
.rating-lockup strong { grid-row: span 2; font-size: 3.6rem; line-height: .9; letter-spacing: -.04em; }
.rating-lockup span:last-child { color: #e7cad5; font-size: .76rem; }
.stars { color: #f4bb53; font-size: .86rem; letter-spacing: .08em; }
.icon-stars { display: inline-flex; align-items: center; gap: 2px; letter-spacing: 0; }
.icon-stars .icon { width: .92em; height: .92em; stroke-width: 1.65; fill: currentColor; }
.review-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px; }
.review-stack { display: grid; gap: 20px; }
.review-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 280px; padding: clamp(24px, 3.5vw, 44px); border: 1px solid rgba(255,255,255,.20); border-radius: var(--radius-md); background: rgba(255,255,255,.06); }
.review-featured { min-height: 580px; background: var(--paper); color: var(--ink); }
.review-person { display: flex; gap: 14px; align-items: center; }
.review-person img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: var(--white); }
.review-person h3 { font-size: .9rem; letter-spacing: -.01em; line-height: 1.3; }
.review-featured blockquote { max-width: 18ch; font-size: clamp(1.9rem, 4vw, 3.2rem); line-height: 1.12; letter-spacing: -.04em; }
blockquote { display: -webkit-box; margin: 28px 0; overflow: hidden; font-size: 1.08rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.review-card > a { width: fit-content; color: inherit; font-size: .73rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.review-mentions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; }
.review-mentions p { margin-right: 8px; color: #e5c8d2; font-size: .78rem; font-weight: 700; }
.review-mentions span { padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.12); color: var(--white); font-size: .76rem; font-weight: 700; }
@keyframes spark-drift { from { transform: translate3d(0,-2%,0) rotate(-12deg) scale(.88); } to { transform: translate3d(-18%,16%,0) rotate(18deg) scale(1.08); } }

.visit { position: relative; overflow: hidden; background: #e3dedb; }
.visit > .section-shell { position: relative; z-index: 1; }
.location-orbit { position: absolute; z-index: 0; right: -36px; top: 80px; width: 156px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(113,22,56,.28); border-radius: 50%; color: var(--accent-dark); animation: location-turn 15s linear infinite; }
.location-orbit::before, .location-orbit::after { content: ""; position: absolute; background: rgba(113,22,56,.28); }
.location-orbit::before { width: 130%; height: 1px; }
.location-orbit::after { width: 1px; height: 130%; }
.location-orbit span { position: relative; z-index: 1; display: grid; place-items: center; width: 70px; aspect-ratio: 1; border-radius: 50%; background: var(--accent-dark); color: var(--white); font-size: .8rem; font-weight: 800; letter-spacing: .08em; }
@keyframes location-turn { to { transform: rotate(360deg); } }
.visit-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: stretch; }
.visit-details { padding: 20px 0; }
.visit-details h2 { max-width: 8ch; }
.location-stamp { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-bottom: 24px; padding: 9px 13px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: .75rem; font-weight: 700; }
.location-stamp .icon { width: 1.15em; height: 1.15em; stroke-width: 1.8; }
.today-hours { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding: 18px 0; border-block: 1px solid rgba(33,27,26,.24); }
.today-hours span { display: inline-flex; align-items: center; gap: 7px; color: var(--accent-dark); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.today-hours span .icon { width: 1.2em; height: 1.2em; stroke-width: 1.8; }
.today-hours strong { font-size: .9rem; }
.visit-block { padding: 30px 0; border-bottom: 1px solid rgba(33,27,26,.22); }
.visit-block h3 { display: flex; align-items: center; gap: 7px; margin-bottom: 12px; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.visit-block h3 .icon { width: 1.2em; height: 1.2em; color: var(--accent-dark); stroke-width: 1.8; }
.visit-block address { font-style: normal; }
.hours { margin: 0; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 5px 0; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; text-align: right; }
.hours-note { margin-top: 10px; color: var(--muted); font-size: .75rem; }
.contact-row { display: grid; grid-template-columns: .65fr 1fr; gap: 30px; border-bottom: 0; }
.contact-row a { font-size: 1.15rem; font-weight: 700; }
.contact-row p { color: var(--muted); }
.visit-facilities { display: flex; flex-wrap: wrap; gap: 8px; }
.visit-facilities span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid rgba(33,27,26,.28); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.visit-facilities .icon { width: 1.15em; height: 1.15em; color: var(--accent-dark); stroke-width: 1.8; }
.map-wrap { min-height: 720px; overflow: hidden; border-radius: var(--radius-md); background: #b6aaa3; box-shadow: var(--shadow); }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 720px; border: 0; }

.site-footer { padding: 70px 0 24px; background: #1e1918; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: clamp(32px, 6vw, 84px); padding-bottom: 64px; }
.footer-brand img { width: 88px; height: 88px; border-radius: 50%; }
.footer-brand p { max-width: 22ch; margin-top: 18px; color: #cfc3be; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column h2 { margin-bottom: 8px; color: #a99e99; font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-column p, .footer-column a { color: #e5dbd6; font-size: .86rem; text-decoration: none; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; transition: background 180ms ease, color 180ms ease; }
.social-links a:hover { background: var(--white); color: var(--ink); }
.social-links svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links a:last-child svg { fill: currentColor; stroke: none; }
.footer-base { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #a99e99; font-size: .72rem; }
.footer-base a { text-decoration: none; }
.mobile-actions { display: none; }
.mobile-socials .icon { width: 20px; height: 20px; stroke-width: 1.8; }

.lightbox { position: fixed; inset: 0; z-index: 150; display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; padding: 28px; background: rgba(20,17,16,.96); color: var(--white); opacity: 0; visibility: hidden; transition: opacity 180ms var(--ease-out), visibility 0s linear 180ms; }
.lightbox.is-open { opacity: 1; visibility: visible; transition: opacity 260ms var(--ease-out), visibility 0s linear 0s; }
.lightbox figure { height: calc(100vh - 56px); display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0; }
.lightbox figure img { max-width: 100%; max-height: calc(100% - 38px); object-fit: contain; filter: blur(2px); transform: scale(.965); transition: filter 260ms ease, transform 340ms var(--ease-out); }
.lightbox.is-open figure img { filter: blur(0); transform: scale(1); }
.lightbox figcaption { margin-top: 12px; color: #d8cfcb; font-size: .8rem; }
.lightbox button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(0,0,0,.2); color: var(--white); cursor: pointer; }
.lightbox button .icon { width: 22px; height: 22px; stroke-width: 1.8; vertical-align: middle; }
.lightbox-close { position: absolute; z-index: 2; top: 20px; right: 20px; font-size: 1.7rem; line-height: 1; }
.lightbox-nav { justify-self: center; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: rise-in 640ms cubic-bezier(.16,1,.3,1) both; }
@keyframes rise-in { from { opacity: .01; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .trust-strip-inner { flex-wrap: wrap; justify-content: flex-start; padding-block: 24px; }
  .trust-rating { margin-right: auto; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 96px 32px 40px; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity 180ms var(--ease-out), visibility 180ms var(--ease-out), transform 220ms var(--ease-drawer); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-size: clamp(1.6rem, 7vw, 3rem); letter-spacing: -.035em; text-transform: none; }
  .nav-visit { margin-top: 10px; padding: 12px 20px; font-size: 1rem !important; letter-spacing: 0 !important; text-transform: uppercase !important; }
  .about-grid, .visit-grid, .experience-grid { grid-template-columns: 1fr; }
  .about-copy { padding: 0; }
  .about-collage { width: min(92%, 560px); min-height: 760px; margin-left: auto; }
  .experience-intro { position: static; }
  .experience-intro h2 { max-width: 10ch; }
  .review-layout { grid-template-columns: 1fr; }
  .review-featured { min-height: 450px; }
  .map-wrap, .map-wrap iframe { min-height: 520px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 82px 0; }
  .site-header { height: 64px; padding-inline: 16px; }
  .brand { gap: 8px; }
  .brand span { font-family: Georgia, 'Times New Roman', serif; font-size: .93rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
  .brand img { width: 44px; height: 44px; border: 2px solid currentColor; box-shadow: 0 2px 10px rgba(30,24,23,.16); }
  .mobile-socials { display: flex; align-items: center; gap: 9px; margin-left: auto; margin-right: 6px; }
  .mobile-socials a { display: grid; place-items: center; width: 32px; height: 32px; text-decoration: none; transition: transform 160ms var(--ease-out), opacity 160ms ease; }
  .mobile-socials a:active { transform: scale(.92); }
  .mobile-socials a:hover { transform: translateY(-2px); }
  .hero-picture .hero-media { object-position: center 48%; }
  .hero-content { width: calc(100% - 28px); margin-bottom: 64px; }
  .hero h1 { max-width: none; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.6rem, 10vw, 4.1rem); font-weight: 400; letter-spacing: 0; line-height: .96; text-transform: uppercase; }
  .hero-copy { max-width: 34ch; margin-top: 24px; font-size: 1rem; line-height: 1.45; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: row; gap: 12px; margin-top: 30px; }
  .hero-actions .button, .hero-actions .text-link { flex: 1 1 0; min-height: 58px; margin-top: 0; padding: 0 14px; border: 1px solid rgba(255,255,255,.78); border-radius: 0; font-size: .9rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
  .hero-actions .button { justify-content: space-between; }
  .hero-actions .text-link { justify-content: space-between; }
  .hero-actions .cta-icon-coffee, .hero-actions .cta-icon-desktop, .hero-cta-desktop { display: none; }
  .hero-cta-mobile { display: inline; }
  .hero-actions .cta-icon-arrow, .hero-actions .cta-icon-mobile { display: inline-block; width: 1.25em; height: 1.25em; stroke-width: 1.7; }
  .hero-actions .button > .icon { width: 1.25em; height: 1.25em; }
  .hero-note { display: none; }
  .hero-orbit { top: 12%; right: 14px; width: 146px; }
  .trust-strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .trust-rating { grid-column: 1 / -1; margin: 0 0 4px; }
  .trust-strip-inner > p { padding-left: 16px; font-size: .66rem; }
  .trust-strip-inner > a { justify-content: center; }
  .about-collage { width: 100%; min-height: 600px; padding-right: 16%; padding-bottom: 90px; }
  .about-detail { width: 31%; }
  .about-storefront { width: 40%; }
  .collage-badge { left: -6px; bottom: 36px; width: 92px; }
  .section-heading, .reviews-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading { gap: 22px; margin-bottom: 38px; }
  .menu-grid { grid-template-columns: 1fr; gap: 42px; }
  .menu-card:nth-child(2) { margin-top: 0; }
  .menu-card { width: 92%; }
  .menu-card:nth-child(even) { margin-left: auto; }
  .menu-spectrum { width: calc(100% + 14px); margin-top: 54px; }
  .experience-grid { gap: 52px; }
  .experience-row { grid-template-columns: 1fr; gap: 14px; }
  .feature-wrap { width: calc(100% - 14px); min-height: 560px; margin-left: 14px; border-radius: 16px 0 0 16px; }
  .feature-wrap > .feature-picture img { object-position: 58% center; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 1; margin-top: 0; }
  .gallery-open { right: 8px; bottom: 8px; width: 26px; height: 26px; }
  .gallery-open .icon { width: 14px; height: 14px; }
  .gallery-caption { font-size: .68rem; }
  .rating-lockup { width: fit-content; }
  .review-featured { min-height: 420px; }
  .review-featured blockquote { font-size: 1.8rem; }
  .visit-grid { gap: 30px; }
  .contact-row { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 430px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-column:first-of-type { grid-column: 1 / -1; }
  .site-footer { padding-bottom: 98px; }
  .mobile-actions { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: repeat(3,1fr); padding: 6px; border-radius: 14px; background: var(--ink); color: var(--white); box-shadow: 0 6px 18px rgba(25,18,18,.24); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 18px)); transition: opacity 220ms ease, transform 320ms cubic-bezier(.16,1,.3,1); }
  .mobile-actions.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 6px; border-right: 1px solid rgba(255,255,255,.18); font-size: .69rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
  .mobile-actions .icon { width: 1.2em; height: 1.2em; stroke-width: 1.8; }
  .mobile-actions a:last-child { border-right: 0; }
  .lightbox { grid-template-columns: 52px minmax(0, 1fr) 52px; padding: 16px 4px; }
  .lightbox figure { height: calc(100svh - 32px); }
  .lightbox button { width: 42px; height: 42px; }
  .lightbox-close { top: 12px; right: 12px; }
}

@media (min-width: 901px) {
  /* Desktop hero follows the supplied storefront-led composition while keeping the full nav visible. */
  .hero-picture .hero-media { object-position: center 35%; }
  .hero-content {
    width: min(calc(100% - 80px), 1460px);
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    grid-template-rows: auto auto;
    align-items: end;
    column-gap: clamp(32px, 6vw, 96px);
    margin: 0 auto clamp(54px, 7vh, 86px);
  }
  .hero-kicker {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    margin: 0 0 18px;
    font-size: .72rem;
    letter-spacing: .2em;
  }
  .hero h1 {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.8rem, 5.2vw, 5.2rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .88;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .hero-copy {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    max-width: 30ch;
    margin: 0 0 14px;
    font-size: clamp(1rem, 1.55vw, 1.35rem);
    line-height: 1.45;
    text-align: right;
  }
  .hero-actions {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    width: min(100%, 420px);
    gap: 14px;
    margin: 0;
    align-items: stretch;
  }
  .hero-actions .button,
  .hero-actions .text-link {
    flex: 1 1 0;
    min-height: 60px;
    margin-top: 0;
    padding: 0 20px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 0;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
  }
  .hero-actions .button { justify-content: space-between; }
  .hero-actions .text-link { justify-content: space-between; color: var(--white); }
  .hero-actions .cta-icon-coffee,
  .hero-actions .cta-icon-desktop,
  .hero-cta-mobile { display: none; }
  .hero-cta-desktop,
  .hero-actions .cta-icon-arrow,
  .hero-actions .cta-icon-mobile { display: inline-block; }
  .hero-actions .cta-icon-arrow,
  .hero-actions .cta-icon-mobile { width: 1.2em; height: 1.2em; stroke-width: 1.7; }
  .hero-orbit {
    top: 10%;
    right: clamp(24px, 5vw, 84px);
    width: clamp(164px, 16vw, 236px);
  }
  .hero-note { display: none; }
}

@media (hover: none) {
  .button:hover:not(:active) { transform: none; }
  .text-link:hover:not(:active) .link-icon { transform: none; }
  .menu-card:hover .ratio-media img { transform: none; }
  .gallery-item:hover:not(:active) img { transform: none; }
   .social-links a:hover:not(:active) { background: transparent; color: inherit; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal.is-visible { animation: none; }
  .hero-kicker, .hero h1, .hero-copy, .hero-actions { animation: none !important; clip-path: none !important; }
  .hero-media, .hero-light, .hero-orbit-ring, .hero-orbit-cup, .hero-orbit circle,
  .trust-pulse, .about-detail, .about-storefront, .collage-badge,
  .spectrum-track, .experience-aura, .feature-picture img,
  .feature-steam span, .gallery-loop-word, .review-spark,
  .location-orbit { animation: none !important; transform: none !important; }
  .spectrum-group[aria-hidden="true"] { display: none; }
  .hero-light, .experience-aura, .feature-steam, .review-spark { opacity: .18; }
}
