/* The Road Cafe — palette sampled from the supplied interior references */
:root {
  --red: #ef7c21;
  --red-dark: #c85d15;
  --amber: #f4edcf;
  --ink: #0f1312;
  --ink-soft: #2f302f;
  --espresso: #3a251b;
  --cream: #f4edcf;
  --paper: #fbf6e8;
  --concrete: #c9c2b3;
  --muted: #756c5e;
  --line: rgba(16, 16, 15, .16);
  --radius: 28px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --display: "Syne", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; overflow-x: clip; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
::selection { background: var(--red); color: white; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 3000; padding: 12px 18px; background: white; color: var(--ink); border-radius: 8px; }
.skip-link:focus-visible { top: 16px; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.progress { position: fixed; inset: 0 0 auto; height: 3px; background: transparent; z-index: 2500; }
.progress span { display: block; width: 100%; height: 100%; background: var(--amber); transform: scaleX(0); transform-origin: left; }
.cursor-glow { position: fixed; left: 0; top: 0; width: 440px; height: 440px; border-radius: 50%; background: rgba(245, 168, 0, .06); filter: blur(30px); pointer-events: none; z-index: 1; will-change: transform; }

.site-header { position: absolute; z-index: 1000; top: 0; left: 0; right: 0; height: 92px; padding: 0 clamp(24px, 4.5vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .04em; width: max-content; }
.brand b { color: var(--amber); }
.brand-logo-wrap { width: 58px; height: 58px; flex: 0 0 auto; display: block; overflow: hidden; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px rgba(244,237,207,.45), 0 8px 24px rgba(0,0,0,.18); }
.brand-logo { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.23); }
.footer-brand .brand-logo-wrap { width: 54px; height: 54px; }
.desktop-nav { display: flex; gap: 34px; align-items: center; font-size: 13px; }
.desktop-nav a { opacity: .72; transition: opacity .2s ease, color .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { opacity: 1; color: var(--amber); }
.nav-cta { justify-self: end; display: inline-flex; min-height: 46px; align-items: center; gap: 28px; padding: 0 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 100px; font-size: 13px; transition: .25s ease; }
.nav-cta:hover { background: white; color: var(--ink); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 100svh; background: radial-gradient(circle at 76% 38%, #353634 0, #1d211f 32%, var(--ink) 68%); color: white; position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 5vw, 90px); padding: 140px clamp(24px, 5.5vw, 88px) 94px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; right: -14vw; top: -20vw; border: 1px solid rgba(244,237,207,.11); border-radius: 50%; box-shadow: 0 0 0 80px rgba(244,237,207,.018), 0 0 0 160px rgba(244,237,207,.012); }
.hero-noise { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
.hero-motion-layer { position: absolute; inset: 92px 0 0; overflow: hidden; pointer-events: none; }
.motion-ring { position: absolute; display: block; border: 1px dashed rgba(244,237,207,.16); border-radius: 50%; animation: ringSpin 26s linear infinite; }
.motion-ring::after { content: ""; position: absolute; width: 9px; height: 9px; top: 12%; left: 18%; border-radius: 50%; background: var(--amber); box-shadow: 0 0 18px var(--amber); }
.ring-one { width: 340px; height: 340px; left: -170px; top: 18%; }
.ring-two { width: 520px; height: 520px; right: -250px; bottom: -230px; animation-direction: reverse; animation-duration: 34s; }
.floating-bean { position: absolute; width: 28px; height: 18px; border-radius: 50%; background: linear-gradient(135deg, #8a4b2a, #3b1c10); box-shadow: 0 8px 18px rgba(0,0,0,.28); opacity: .5; animation: beanDrift 8s var(--ease) infinite; }
.floating-bean::after { content: ""; position: absolute; left: 13px; top: 2px; width: 2px; height: 14px; border-radius: 50%; background: rgba(225,156,93,.55); transform: rotate(12deg); }
.bean-one { left: 46%; top: 14%; transform: rotate(28deg); }
.bean-two { left: 5%; bottom: 17%; transform: rotate(-38deg) scale(.75); animation-delay: -2.7s; }
.bean-three { right: 2%; top: 43%; transform: rotate(68deg) scale(1.15); animation-delay: -5.3s; }
.hero-copy, .hero-visual { position: relative; z-index: 2; min-width: 0; }
.eyebrow { font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy .eyebrow { color: var(--amber); margin: 0 0 28px; }
.hero-title { font-family: var(--display); font-size: clamp(52px, 6.4vw, 106px); font-weight: 800; letter-spacing: -.06em; line-height: .88; margin: 0; }
.hero-title .line { display: block; }
.hero-title em, .display-copy em, .statement h2 em, .location h2 em, .final-cta h2 em, .menu-hero h1 em { font-family: Georgia, serif; font-weight: 400; color: var(--red); letter-spacing: -.06em; }
.hero-title .line:last-child { white-space: nowrap; }
.hero-intro { max-width: 560px; color: rgba(255,255,255,.65); font-size: clamp(16px, 1.25vw, 20px); margin: 32px 0 0; line-height: 1.6; }
.hero-menu-notes { display: flex; align-items: center; gap: 12px; margin-top: 24px; color: rgba(255,255,255,.72); font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-menu-notes i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--amber); }
.hero-actions, .final-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid transparent; border-radius: 100px; font-size: 14px; font-weight: 600; cursor: pointer; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #ff9138; }
.button-ghost { color: white; border-color: rgba(255,255,255,.3); }
.button-ghost:hover { background: white; color: var(--ink); }
.button-light { color: var(--ink); background: var(--cream); }
.icon { display: block; width: 1em; height: 1em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.nav-cta .icon, .button .icon { width: 16px; height: 16px; }

.hero-visual { justify-self: end; width: min(100%, 560px); perspective: 1200px; perspective-origin: 50% 46%; }
.visual-card { --rx: 0deg; --ry: 0deg; --mx: 50%; --my: 45%; --px: 0px; --py: 0px; position: relative; min-height: min(66vh, 680px); background: linear-gradient(145deg, #f4edcf 0%, #e79a49 52%, #823c1c 100%); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.42); isolation: isolate; transform-style: preserve-3d; will-change: transform; animation: cardIdle3D 8s ease-in-out infinite; }
.visual-card.is-tilting { animation: none; transform: rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0); transition: transform .16s ease-out, box-shadow .25s ease; box-shadow: 0 52px 110px rgba(0,0,0,.52); }
.visual-card::before { content: ""; position: absolute; z-index: 1; width: 34%; height: 150%; left: -55%; top: -25%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent); transform: rotate(18deg); animation: lightSweep 7s ease-in-out infinite; }
.visual-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(37,20,12,.08), transparent 32%, rgba(31,13,7,.32)); box-shadow: inset 0 0 80px rgba(86,35,13,.15); pointer-events: none; }
.visual-topline { position: absolute; z-index: 8; top: 22px; left: 24px; right: 24px; display: flex; justify-content: space-between; font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .14em; color: rgba(43,22,12,.68); }
.coffee-scene { position: absolute; inset: 0; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 42%, #4b4b47 0 18%, #292d2b 48%, #101413 100%); transform-style: preserve-3d; }
.coffee-scene::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border: 1px dashed rgba(244,237,207,.25); border-radius: 50%; box-shadow: 0 0 0 42px rgba(239,124,33,.06), 0 0 0 84px rgba(244,237,207,.035); animation: ringSpin 28s linear infinite; }
.coffee-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.12), transparent 28%, transparent 65%, rgba(0,0,0,.42)); pointer-events: none; }
.hero-logo-3d { position: relative; z-index: 3; width: min(76%, 430px); aspect-ratio: 1; transform-style: preserve-3d; transform: translate3d(var(--px),var(--py),58px) rotateX(-4deg) rotateY(7deg); transition: transform .18s ease-out; filter: drop-shadow(0 34px 30px rgba(0,0,0,.5)); will-change: transform; }
.hero-logo-3d::before { content: ""; position: absolute; inset: 1.5%; border-radius: 50%; background: linear-gradient(135deg, #ff9b42, #b84c10 55%, #63250d); transform: translate3d(15px,18px,-34px); box-shadow: 0 0 0 2px rgba(244,237,207,.25), 0 22px 45px rgba(0,0,0,.45); }
.hero-logo-3d::after { content: ""; position: absolute; inset: -3%; border: 1px solid rgba(244,237,207,.48); border-radius: 50%; transform: translateZ(-8px); box-shadow: 0 0 34px rgba(239,124,33,.22); }
.hero-logo-face { position: absolute; inset: 0; overflow: hidden; border-radius: 50%; background: var(--ink); transform: translateZ(20px); box-shadow: inset 0 0 0 2px rgba(244,237,207,.65), inset -18px -16px 30px rgba(0,0,0,.34), inset 12px 8px 22px rgba(255,255,255,.08); }
.hero-logo-face img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.23); }
.visual-card:not(.is-tilting) .hero-logo-3d { animation: logoFloat3D 9s ease-in-out infinite alternate; }
.depth-glint { position: absolute; z-index: 5; inset: -20%; pointer-events: none; background: radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,.28), transparent 13%); mix-blend-mode: soft-light; opacity: .65; transition: opacity .25s ease; }
.visual-card:not(.is-tilting) .depth-glint { opacity: .28; animation: glintWander 8s ease-in-out infinite; }
.visual-caption { position: absolute; z-index: 5; left: 26px; right: 26px; bottom: 24px; display: flex; justify-content: space-between; align-items: end; }
.visual-caption span { font-family: Georgia, serif; font-style: italic; color: rgba(255,255,255,.7); }
.visual-caption strong { font-family: var(--display); font-size: 13px; line-height: 1.05; text-align: right; }
.hero-footer { position: absolute; z-index: 4; bottom: 25px; left: clamp(24px, 5.5vw, 88px); right: clamp(24px, 5.5vw, 88px); display: flex; align-items: center; gap: 18px; font-family: var(--display); font-size: 8px; letter-spacing: .14em; color: rgba(255,255,255,.42); }
.scroll-line { width: 60px; height: 1px; background: rgba(255,255,255,.3); position: relative; overflow: hidden; }
.scroll-line::after { content: ""; position: absolute; width: 50%; height: 100%; background: white; animation: scroll 2s ease-in-out infinite; }

.marquee { overflow: hidden; background: var(--red); color: white; border-block: 1px solid rgba(16,16,15,.15); }
.marquee-track { width: max-content; display: flex; align-items: center; animation: marquee 24s linear infinite; will-change: transform; }
.marquee-group { width: max-content; min-width: 100vw; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-around; gap: 34px; padding: 17px 34px; }
.marquee span { font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .09em; }
.marquee i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--amber); }
.section-shell { padding: clamp(90px, 11vw, 170px) clamp(24px, 5.5vw, 88px); position: relative; }
.section-index { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 14px; font-family: var(--display); font-size: 9px; letter-spacing: .15em; color: var(--muted); margin-bottom: clamp(52px, 7vw, 100px); }
.story { background: var(--cream); overflow: hidden; }
.story::before { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; top: 8%; border: 1px dashed rgba(239,124,33,.2); border-radius: 50%; box-shadow: inset 0 0 0 70px rgba(239,124,33,.018), inset 0 0 0 140px rgba(239,124,33,.014); animation: ringSpin 42s linear infinite reverse; }
.story > * { position: relative; z-index: 1; }
.story-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; }
.display-copy { font-family: var(--display); font-size: clamp(42px, 6.5vw, 105px); line-height: .88; letter-spacing: -.06em; margin: 0; }
.story-aside { max-width: 400px; justify-self: end; }
.story-aside p { color: var(--muted); font-size: 18px; }
.story-aside .small-copy { font-size: 14px; }
.tiny-rule { width: 50px; height: 2px; background: var(--red); margin: 30px 0; }
.bento-grid { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: auto auto; gap: 16px; margin-top: 90px; }
.bento { min-height: 450px; padding: 26px; border-radius: var(--radius); position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: transform .45s var(--ease); }
.bento::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; bottom: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(244,237,207,.22), transparent 68%); pointer-events: none; animation: cardGlow 7s ease-in-out infinite; }
.bento:nth-child(2)::after { animation-delay: -2.3s; }.bento:nth-child(3)::after { animation-delay: -4.6s; }
.bento:hover { transform: translateY(-7px); }
.bento-number { position: relative; z-index: 2; font-family: var(--display); font-size: 10px; letter-spacing: .15em; }
.bento p { margin: 0 0 8px; font-family: var(--display); font-size: 9px; letter-spacing: .18em; opacity: .65; }
.bento h3 { margin: 0; font-family: var(--display); font-size: clamp(28px, 3vw, 48px); line-height: .95; letter-spacing: -.04em; }
.bento-red { grid-row: span 2; background: var(--red); color: white; min-height: 916px; }
.bento-cream { background: var(--paper); border: 1px solid var(--line); }
.bento-dark { background: var(--ink); color: white; }
.steam-cup { position: absolute; top: 15%; left: 50%; width: 68%; height: 55%; transform: translateX(-50%); display: grid; place-items: center; }
.cup { width: 50%; height: 37%; border-radius: 14px 14px 60px 60px; background: var(--cream); position: relative; box-shadow: inset 0 -18px 0 rgba(0,0,0,.08); }
.cup::before { content: ""; position: absolute; left: 8%; right: 8%; top: 7%; height: 16%; background: var(--espresso); border-radius: 50%; }
.cup i { position: absolute; right: -28%; top: 18%; width: 34%; height: 46%; border: 12px solid var(--cream); border-left: 0; border-radius: 0 50% 50% 0; }
.steam { position: absolute; top: 2%; width: 3px; height: 90px; border-radius: 50%; background: rgba(255,255,255,.5); filter: blur(2px); animation: steam 3s ease-in-out infinite; }
.steam.s1 { left: 38%; }.steam.s2 { left: 50%; animation-delay: -.8s; }.steam.s3 { left: 62%; animation-delay: -1.6s; }
.route-map { position: absolute; inset: 20px 0 auto; top: 15%; height: 55%; }
.route-map svg { width: 100%; height: 100%; overflow: visible; }
.route-map path { fill: none; stroke: var(--red); stroke-width: 3; stroke-dasharray: 8 8; animation: dash 10s linear infinite; }
.route-map circle { fill: var(--amber); stroke: var(--ink); stroke-width: 3; }
.map-label { position: absolute; font-family: var(--display); font-size: 8px; letter-spacing: .12em; }
.map-label.one { left: 38%; top: 25%; }.map-label.two { right: 8%; top: 42%; }
.time-display { position: absolute; right: 28px; top: 28px; text-align: right; }
.time-display span { display: block; font-family: var(--display); color: var(--amber); font-size: clamp(46px, 6vw, 82px); line-height: 1; letter-spacing: -.06em; }
.time-display small { font-family: var(--display); font-size: 8px; letter-spacing: .15em; opacity: .5; }

.statement { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: white; padding: clamp(100px, 12vw, 180px) clamp(24px, 5.5vw, 88px); gap: 9vw; }
.statement-sticky { align-self: start; position: sticky; top: 100px; }
.statement h2 { font-family: var(--display); font-size: clamp(48px, 6.2vw, 94px); letter-spacing: -.06em; line-height: .88; margin: 28px 0 0; }
.statement-steps { padding-top: 14vh; }
.step { padding: 56px 0; border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 60px 1fr; }
.step > span { font-family: var(--display); font-size: 10px; color: var(--amber); }
.step h3 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(24px, 2.6vw, 40px); letter-spacing: -.04em; }
.step p { grid-column: 2; margin: 0; max-width: 450px; color: rgba(255,255,255,.55); }
.menu-preview { background: var(--paper); }
.menu-heading { display: flex; justify-content: space-between; align-items: end; }
.round-link { width: 130px; height: 130px; flex: 0 0 auto; background: var(--red); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 12px; font-family: var(--display); font-size: 10px; transition: transform .4s var(--ease), background .2s ease; }
.round-link:hover { transform: rotate(8deg) scale(1.06); background: var(--ink); }
.round-link .icon { width: 18px; height: 18px; }
.ticker-list { margin-top: 80px; border-top: 1px solid var(--ink); }
.ticker-row { min-height: 112px; display: grid; grid-template-columns: 60px 1fr 1fr 30px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .35s var(--ease), color .2s ease, background .2s ease; }
.ticker-row:hover { padding-inline: 18px; background: var(--red); color: white; }
.ticker-row .icon { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.ticker-row:hover .icon { transform: translate(5px,-5px) rotate(8deg); }
.ticker-row > span { font-family: var(--display); font-size: 9px; }
.ticker-row strong { font-family: var(--display); font-size: clamp(22px, 3vw, 43px); letter-spacing: -.04em; }
.ticker-row em { font-family: Georgia, serif; color: var(--muted); }
.ticker-row:hover em { color: rgba(255,255,255,.7); }
.location { background: var(--paper); padding-top: 0; }
.location-card { min-height: 680px; border-radius: var(--radius); background: var(--red); color: white; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; }
.location-copy { padding: clamp(40px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.location h2 { font-family: var(--display); font-size: clamp(55px, 7.5vw, 112px); line-height: .84; letter-spacing: -.07em; margin: 24px 0; }
.location h2 em { color: var(--amber); }
.location-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.68); margin-bottom: 30px; }
.location-road { position: relative; min-height: 620px; background: #d9d6ce; overflow: hidden; }
.location-road::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(16,16,15,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(16,16,15,.08) 1px, transparent 1px); background-size: 48px 48px; }
.map-road { position: absolute; width: 50%; height: 130%; top: -15%; left: 30%; background: var(--ink); transform: rotate(18deg); box-shadow: 0 0 0 16px #aaa79f, 0 0 0 18px var(--ink); }
.map-road::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; border-left: 3px dashed var(--cream); }
.map-road i { position: absolute; width: 12px; height: 60px; background: var(--amber); border-radius: 10px; left: 20%; top: 25%; box-shadow: 0 0 22px var(--amber); animation: mapDrive 4s linear infinite; }
.map-road i:nth-child(2) { left: 72%; top: 55%; background: var(--red); box-shadow: 0 0 22px var(--red); animation-delay: -1.6s; }
.map-road i:nth-child(3) { left: 20%; top: 82%; animation-delay: -3s; }
.map-pin { position: absolute; z-index: 3; left: 17%; top: 25%; width: 140px; height: 140px; border-radius: 50%; display: grid; place-items: center; background: var(--amber); color: var(--ink); border: 10px solid rgba(255,255,255,.65); box-shadow: 0 16px 50px rgba(0,0,0,.22); font-family: var(--display); font-weight: 800; text-align: center; line-height: 1; animation: float 3s ease-in-out infinite; }
.vertigo-label { position: absolute; right: 5%; bottom: 6%; font-family: var(--display); font-size: 10px; letter-spacing: .15em; color: var(--ink); transform: rotate(-90deg); transform-origin: right bottom; }
.final-cta { min-height: 84vh; background: var(--ink); color: white; padding: clamp(100px, 12vw, 180px) clamp(24px, 5.5vw, 88px); display: grid; grid-template-columns: 1fr .65fr; align-items: center; overflow: hidden; position: relative; }
.final-copy { position: relative; z-index: 3; }
.final-copy > p { font-family: var(--display); color: var(--amber); font-size: 10px; letter-spacing: .18em; }
.final-cta h2 { font-family: var(--display); font-size: clamp(58px, 9.4vw, 150px); letter-spacing: -.075em; line-height: .79; margin: 28px 0; }
.final-sun { position: absolute; right: -10vw; width: 55vw; height: 55vw; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; display: grid; place-items: center; }
.final-sun::before, .final-sun::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.final-sun::after { inset: 25%; }
.final-sun span { display: block; width: 42%; height: 42%; border-radius: 50%; background: var(--red); box-shadow: 0 0 100px rgba(239,124,33,.35); }
footer { min-height: 150px; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.14); padding: 34px clamp(24px, 5.5vw, 88px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; font-size: 12px; }
footer > p { text-align: center; color: rgba(255,255,255,.4); font-family: var(--display); font-size: 9px; letter-spacing: .15em; }
footer > div { justify-self: end; display: flex; gap: 22px; color: rgba(255,255,255,.55); }

/* Menu page */
body[data-page="menu"] { background: var(--cream); }
.menu-header { position: absolute; }
.menu-hero { --coffee-y: 112%; --stream-scale: 1; min-height: 92svh; background: var(--red); color: white; padding: 150px clamp(24px, 5.5vw, 88px) 70px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; position: relative; overflow: hidden; isolation: isolate; }
.menu-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent, black); }
.menu-coffee-fill { position: absolute; z-index: 1; inset: -14% -5%; background: #3a2419; transform: translate3d(0,var(--coffee-y),0); will-change: transform; pointer-events: none; }
.menu-coffee-fill::before, .menu-coffee-fill::after { content: ""; position: absolute; left: -8%; width: 116%; height: 72px; border-radius: 45%; pointer-events: none; }
.menu-coffee-fill::before { top: -32px; background: radial-gradient(ellipse at 50% 100%, #3a2419 0 63%, transparent 65%) 0 0 / 150px 64px repeat-x; animation: coffeeWaveFront 3.4s linear infinite; }
.menu-coffee-fill::after { top: -42px; background: radial-gradient(ellipse at 50% 100%, rgba(139,87,55,.72) 0 55%, transparent 58%) 0 0 / 190px 70px repeat-x; opacity: .65; animation: coffeeWaveBack 5s linear infinite reverse; }
.menu-hero-copy { position: relative; z-index: 3; }
.menu-hero h1 { font-family: var(--display); font-size: clamp(74px, 11vw, 172px); letter-spacing: -.08em; line-height: .77; margin: 22px 0 38px; }
.menu-hero h1 em { color: var(--amber); }
.menu-hero-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.72); font-size: 19px; }
.menu-hero-art { z-index: 3; justify-self: center; width: min(38vw, 500px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; position: relative; display: grid; place-items: center; }
.menu-hero-art::before, .menu-hero-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; inset: 10%; }
.menu-hero-art::after { inset: 22%; }
.big-cup { width: 64%; height: 60%; position: relative; display: grid; place-items: end center; z-index: 6; transform-origin: 72% 72%; will-change: transform; }
.menu-hero.is-pouring .big-cup { animation: cupPour 1.05s cubic-bezier(.55,.02,.2,1) both; }
.menu-hero.stream-on .big-cup { animation: cupPourHold 1.15s ease-in-out infinite alternate both; }
.menu-hero.is-returning .big-cup { animation: cupReturn 1.1s cubic-bezier(.2,.8,.2,1) both; }
.big-cup .cup-body { width: 66%; height: 46%; background: var(--cream); border-radius: 16px 16px 70px 70px; position: relative; box-shadow: inset 0 -22px 0 rgba(16,16,15,.12), 0 30px 60px rgba(90,15,5,.25); }
.big-cup .cup-body::before { content: ""; position: absolute; left: 7%; right: 7%; top: 5%; height: 18%; border-radius: 50%; background: var(--espresso); }
.big-cup .cup-body i { position: absolute; right: -27%; top: 18%; width: 34%; height: 46%; border: 13px solid var(--cream); border-left: 0; border-radius: 0 50% 50% 0; }
.big-cup .steam { top: 3%; height: 110px; }
.menu-hero.is-pouring .big-cup .steam { animation-play-state: paused; opacity: 0; transition: opacity .2s ease; }
.coffee-pour-stream { position: absolute; z-index: 5; left: 31%; top: 84%; width: 58px; height: min(31vh, 230px); overflow: visible; opacity: 0; transform: scaleY(0); transform-origin: 10px 0; filter: drop-shadow(0 6px 7px rgba(24,10,6,.3)); will-change: transform, opacity; pointer-events: none; }
.coffee-pour-stream path { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.coffee-pour-stream .pour-shadow { stroke: rgba(25,11,7,.34); stroke-width: 17px; }
.coffee-pour-stream .pour-body { stroke: #3a2419; stroke-width: 12px; stroke-dasharray: 22 7; animation: liquidFlow .38s linear infinite; }
.coffee-pour-stream .pour-glint { stroke: rgba(193,130,83,.62); stroke-width: 2.5px; stroke-dasharray: 13 16; animation: liquidFlow .48s linear infinite reverse; }
.coffee-pour-stream .pour-drop { fill: #3a2419; transform-origin: center; animation: pourDrop .58s ease-in-out infinite; }
.menu-hero.stream-on .coffee-pour-stream { opacity: 1; animation: pourWander .52s ease-in-out infinite alternate; }
.menu-hero.stream-on .menu-coffee-fill::before { animation-duration: 1.35s; }
.menu-hero.stream-on .menu-coffee-fill::after { animation-duration: 2s; opacity: .82; }
.orbit-text { position: absolute; bottom: 6%; font-family: var(--display); font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.65); }
.menu-note { position: absolute; z-index: 3; bottom: 24px; left: clamp(24px, 5.5vw, 88px); right: clamp(24px, 5.5vw, 88px); display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.2); padding-top: 16px; font-size: 11px; }
.menu-note span { font-family: var(--display); letter-spacing: .14em; color: var(--amber); }
.menu-note p { margin: 0; color: rgba(255,255,255,.55); }
.menu-browser { background: var(--cream); }
.menu-tools { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 50px; padding-bottom: 40px; border-bottom: 1px solid var(--ink); }
.menu-search label { display: block; font-family: var(--display); font-size: 10px; letter-spacing: .14em; margin-bottom: 12px; }
.menu-search > div { display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.menu-search svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.menu-search input { border: 0; outline: 0; background: transparent; min-height: 52px; width: 100%; padding: 0 12px; font-size: 17px; color: var(--ink); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.chip { min-height: 48px; border-radius: 100px; padding: 0 18px; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: .2s ease; }
.chip:hover, .chip.active { background: var(--ink); color: white; border-color: var(--ink); }
.menu-count { display: flex; justify-content: space-between; padding: 20px 0 60px; font-family: var(--display); font-size: 9px; letter-spacing: .14em; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.menu-item { min-height: 380px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 24px; position: relative; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; overflow: hidden; transition: transform .4s var(--ease), background .25s ease, color .25s ease; }
.menu-item[hidden] { display: none; }
.menu-item:hover { transform: translateY(-6px); background: var(--ink); color: white; }
.item-index { font-family: var(--display); font-size: 9px; letter-spacing: .14em; }
.item-icon { grid-column: 1 / -1; justify-self: center; align-self: center; width: 160px; height: 160px; position: relative; transition: transform .5s var(--ease); }
.menu-item:hover .item-icon { transform: rotate(-5deg) scale(1.08); }
.item-icon::before { content: ""; position: absolute; width: 76px; height: 62px; left: 40px; top: 60px; border-radius: 9px 9px 28px 28px; background: var(--red); box-shadow: inset 0 -10px 0 rgba(0,0,0,.13); }
.item-icon::after { content: ""; position: absolute; left: 48px; top: 65px; width: 60px; height: 14px; background: var(--espresso); border-radius: 50%; }
.item-icon i { position: absolute; width: 30px; height: 34px; border: 8px solid var(--red); border-left: 0; border-radius: 0 50% 50% 0; left: 112px; top: 70px; }
.item-icon.iced::before { width: 64px; height: 110px; left: 48px; top: 28px; border-radius: 8px 8px 20px 20px; background: linear-gradient(180deg, var(--cream) 0 38%, #b87945 39%); }
.item-icon.iced::after { width: 74px; height: 8px; left: 43px; top: 25px; background: var(--ink); border-radius: 6px; }
.item-icon.iced i { width: 5px; height: 60px; border: 0; background: var(--red); left: 91px; top: 2px; transform: rotate(6deg); }
.item-icon.green::before { background: linear-gradient(180deg, var(--cream) 0 35%, #7e8f53 36%); }
.item-icon.pastry::before { width: 120px; height: 75px; left: 20px; top: 55px; border-radius: 60% 60% 20% 20%; background: var(--amber); clip-path: polygon(0 65%, 15% 28%, 35% 8%, 50% 25%, 65% 8%, 85% 28%, 100% 65%, 80% 95%, 20% 95%); }
.item-icon.pastry::after { display: none; }
.item-icon.pastry i { display: none; }
.item-icon.cookie::before { width: 100px; height: 100px; left: 30px; top: 30px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, var(--espresso) 0 5px, transparent 6px), radial-gradient(circle at 70% 42%, var(--espresso) 0 6px, transparent 7px), radial-gradient(circle at 43% 72%, var(--espresso) 0 5px, transparent 6px), var(--amber); clip-path: none; }
.item-icon.sandwich::before { width: 120px; height: 80px; left: 20px; top: 45px; clip-path: polygon(50% 0,100% 100%,0 100%); border-radius: 0; background: linear-gradient(160deg, var(--amber) 0 52%, #668040 53% 61%, var(--cream) 62% 70%, var(--amber) 71%); }
.item-icon.sandwich::after, .item-icon.sandwich i { display: none; }
.item-copy p { margin: 0 0 7px; color: var(--red); font-family: var(--display); font-size: 8px; letter-spacing: .14em; }
.item-copy h2 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(25px, 3vw, 38px); line-height: 1; letter-spacing: -.045em; }
.item-copy span { color: var(--muted); font-size: 14px; }
.menu-item:hover .item-copy span { color: rgba(255,255,255,.6); }
.menu-item > strong { align-self: end; color: var(--muted); font-size: 24px; }
.empty-state { padding: 100px 20px; text-align: center; }
.empty-state h2 { font-family: var(--display); font-size: 50px; margin: 0; }
.empty-state .button { margin-top: 20px; }
.menu-callout { padding-top: 0; background: var(--cream); }
.callout-card { min-height: 520px; border-radius: var(--radius); background: var(--ink); color: white; padding: clamp(35px, 6vw, 80px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background-image: radial-gradient(circle at 80% 20%, rgba(239,124,33,.55), transparent 32%); }
.callout-card > span { font-family: var(--display); color: var(--amber); font-size: 9px; letter-spacing: .14em; }
.callout-card h2 { font-family: var(--display); font-size: clamp(50px, 8vw, 120px); line-height: .82; letter-spacing: -.07em; margin: 30px 0; }
.callout-card p { max-width: 540px; color: rgba(255,255,255,.55); }
.callout-card .button { margin-top: 20px; }

/* Motion */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(30px); }
.js .reveal.in-view { opacity: 1; transform: none; transition: opacity .8s var(--ease) var(--delay, 0ms), transform .8s var(--ease) var(--delay, 0ms); }
@keyframes drive { from { transform: translateY(-120px) scale(.3); opacity: 0; } 30% { opacity: .8; } to { transform: translateY(500px) scale(1.7); opacity: 0; } }
@keyframes pulse { 50% { opacity: .4; transform: scaleY(.7); } }
@keyframes pin { 50% { box-shadow: 0 0 0 14px rgba(233,39,18,0); } }
@keyframes scroll { 0% { transform: translateX(-120%); } 100% { transform: translateX(250%); } }
@keyframes marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@keyframes steam { 0%,100% { opacity: 0; transform: translateY(18px) scaleX(.7); } 40% { opacity: .7; } 80% { opacity: 0; transform: translateY(-35px) scaleX(1.4); } }
@keyframes cardIdle3D { 0%,100% { transform: rotateX(0deg) rotateY(-1deg) translateY(0); } 50% { transform: rotateX(-1.5deg) rotateY(1.5deg) translateY(-6px); } }
@keyframes logoFloat3D { from { transform: translate3d(-8px,5px,55px) rotateX(-6deg) rotateY(-8deg) rotateZ(-1deg); } to { transform: translate3d(9px,-11px,76px) rotateX(4deg) rotateY(9deg) rotateZ(1.5deg); } }
@keyframes glintWander { 0%,100% { transform: translate3d(-9%,-5%,40px); } 50% { transform: translate3d(9%,6%,40px); } }
@keyframes coffeeWaveFront { to { transform: translate3d(-150px,0,0); } }
@keyframes coffeeWaveBack { to { transform: translate3d(-190px,7px,0); } }
@keyframes cupPour { 0% { transform: translate3d(0,0,0) rotate(0); } 28% { transform: translate3d(-1%,1%,0) rotate(-8deg); } 68% { transform: translate3d(-8%,9%,0) rotate(-64deg); } 84% { transform: translate3d(-6.5%,7.5%,0) rotate(-54deg); } 100% { transform: translate3d(-7%,8%,0) rotate(-57deg); } }
@keyframes cupPourHold { 0% { transform: translate3d(-7%,8%,0) rotate(-57deg); } 45% { transform: translate3d(-7.5%,8.4%,0) rotate(-59deg); } 100% { transform: translate3d(-6.7%,7.7%,0) rotate(-56deg); } }
@keyframes cupReturn { 0% { transform: translate3d(-7%,8%,0) rotate(-57deg); } 58% { transform: translate3d(1%,-1%,0) rotate(7deg); } 78% { transform: translate3d(-.4%,.4%,0) rotate(-3deg); } 100% { transform: translate3d(0,0,0) rotate(0); } }
@keyframes liquidFlow { to { stroke-dashoffset: -29; } }
@keyframes pourWander { 0% { transform: translate3d(-2px,0,0) skewX(-1deg) scaleY(var(--stream-scale)); } 100% { transform: translate3d(3px,0,0) skewX(1.5deg) scaleY(var(--stream-scale)); } }
@keyframes pourDrop { 0%,100% { opacity: .45; transform: translateY(-5px) scale(.72); } 55% { opacity: 1; transform: translateY(4px) scale(1.18); } }
@keyframes lightSweep { 0%,20% { translate: 0 0; opacity: 0; } 42% { opacity: .75; } 65%,100% { translate: 580px 0; opacity: 0; } }
@keyframes ringSpin { to { rotate: 360deg; } }
@keyframes beanDrift { 0%,100% { translate: 0 0; } 35% { translate: 14px -22px; } 70% { translate: -9px 12px; } }
@keyframes cardGlow { 0%,100% { scale: .82; opacity: .45; } 50% { scale: 1.22; opacity: 1; } }
@keyframes dash { to { stroke-dashoffset: -160; } }
@keyframes mapDrive { from { transform: translateY(-180px); opacity: 0; } 20% { opacity: 1; } to { transform: translateY(750px); opacity: 0; } }
@keyframes float { 50% { transform: translateY(-12px); } }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; z-index: 3; }
  .menu-toggle span { width: 17px; height: 1px; background: currentColor; transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: flex; position: fixed; inset: 0; background: var(--ink); padding: 120px 32px 50px; flex-direction: column; gap: 16px; z-index: 2; opacity: 0; visibility: hidden; transition: .3s ease; }
  .mobile-nav a { font-family: var(--display); font-size: 42px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.15); padding: 18px 0; }
  .nav-open .mobile-nav { opacity: 1; visibility: visible; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 130px; }
  .hero-visual { width: min(100%, 620px); justify-self: center; }
  .visual-card { min-height: 620px; }
  .hero-footer { display: none; }
  .story-grid, .statement { grid-template-columns: minmax(0, 1fr); }
  .story-aside { justify-self: start; margin-top: 40px; }
  .statement-sticky { position: relative; top: auto; }
  .statement-steps { padding-top: 40px; }
  .location-card { grid-template-columns: 1fr; }
  .location-road { min-height: 520px; }
  .final-cta { grid-template-columns: 1fr; }
  .menu-hero { grid-template-columns: 1fr; padding-bottom: 120px; }
  .menu-hero-art { position: absolute; width: 54vw; right: -10vw; opacity: .45; }
  .menu-hero-copy { max-width: 70%; }
  .menu-tools { grid-template-columns: 1fr; }
  .chips { justify-content: flex-start; }
}

@media (max-width: 720px) {
  :root { --radius: 20px; }
  .cursor-glow { display: none; }
  .site-header { padding-inline: 18px; }
  .brand { gap: 9px; font-size: 11px; }
  .brand-logo-wrap { width: 50px; height: 50px; }
  .hero { padding: 112px 20px 60px; min-height: auto; }
  .hero-title { font-size: clamp(48px, 16.5vw, 72px); }
  .hero-title .line:last-child { white-space: normal; }
  .hero-intro { font-size: 16px; margin-top: 24px; }
  .hero-menu-notes { flex-wrap: wrap; row-gap: 8px; margin-top: 20px; }
  .hero-actions { margin-top: 28px; }
  .button { width: 100%; }
  .visual-card { min-height: 530px; }
  .hero-logo-3d { width: 82%; }
  .marquee-group { padding-block: 14px; }
  .section-shell { padding: 88px 20px; }
  .story-grid { gap: 20px; }
  .display-copy { font-size: clamp(42px, 13vw, 64px); }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: auto; margin-top: 58px; }
  .bento, .bento-red { min-height: 460px; grid-row: auto; }
  .bento-red { min-height: 580px; }
  .statement { padding: 100px 20px; gap: 40px; }
  .statement h2 { font-size: 13vw; }
  .step { grid-template-columns: 40px 1fr; padding: 40px 0; }
  .menu-heading { align-items: center; }
  .round-link { width: 92px; height: 92px; }
  .ticker-list { margin-top: 55px; }
  .ticker-row { grid-template-columns: 34px 1fr 20px; min-height: 94px; }
  .ticker-row em { display: none; }
  .ticker-row strong { font-size: 22px; }
  .location { padding-top: 0; }
  .location-card { min-height: 0; }
  .location-copy { padding: 50px 24px; }
  .location h2 { font-size: 16vw; }
  .location-road { min-height: 440px; }
  .map-pin { width: 108px; height: 108px; left: 10%; font-size: 12px; }
  .final-cta { min-height: 75vh; padding: 100px 20px; }
  .final-cta h2 { font-size: 18vw; }
  .final-sun { width: 90vw; height: 90vw; right: -40vw; }
  footer { grid-template-columns: 1fr; text-align: left; padding: 45px 20px; }
  footer > p { text-align: left; }
  footer > div { justify-self: start; flex-wrap: wrap; }
  .menu-hero { min-height: 760px; padding: 125px 20px 120px; align-items: start; }
  .menu-hero-copy { max-width: 100%; }
  .menu-hero h1 { font-size: 21vw; }
  .menu-hero-art { width: 75vw; right: -32vw; top: 32%; }
  .menu-note { left: 20px; right: 20px; flex-direction: column; gap: 6px; }
  .menu-tools { gap: 30px; }
  .chips { flex-wrap: nowrap; overflow-x: auto; margin-inline: -20px; padding-inline: 20px; scrollbar-width: none; }
  .chip { flex: 0 0 auto; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-item { min-height: 350px; }
  .callout-card { min-height: 580px; padding: 36px 24px; }
  .callout-card h2 { font-size: 15vw; }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 16px; }
  .brand { font-size: 10px; }
  .brand-logo-wrap { width: 46px; height: 46px; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-nav { padding: 104px 20px 40px; }
  .mobile-nav a { font-size: clamp(30px, 10vw, 38px); }
  .hero { padding: 104px 16px 52px; }
  .hero-copy .eyebrow { margin-bottom: 22px; font-size: 9px; line-height: 1.6; }
  .hero-title { font-size: clamp(38px, 12.5vw, 52px); line-height: .92; }
  .hero-intro { font-size: 15px; line-height: 1.55; }
  .hero-menu-notes { gap: 8px; font-size: 8px; letter-spacing: .09em; }
  .button { min-height: 52px; padding-inline: 18px; }
  .section-shell { padding-inline: 16px; }
  .story-grid > *, .story-aside { min-width: 0; }
  .display-copy { font-size: clamp(34px, 10.5vw, 44px); }
  .menu-heading { align-items: flex-end; gap: 14px; }
  .round-link { width: 82px; height: 82px; }
  .ticker-row { grid-template-columns: 28px minmax(0, 1fr) 18px; gap: 10px; }
  .ticker-row strong { min-width: 0; font-size: 19px; }
  .location-copy { padding-inline: 20px; }
  .statement, .final-cta { padding-inline: 16px; }
  footer { padding-inline: 16px; }
}

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