:root {
  --ink: #0c0f26;
  --ink-deep: #060712;
  --orange: #ec3d08;
  --orange-dark: #d83707;
  --gold: #ffb936;
  --paper: #ffffff;
  --cream: #fff8eb;
  --muted: #797c7f;
  --line: rgba(12, 15, 38, 0.14);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --shell: min(1280px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.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; top: 12px; left: 12px; z-index: 999; padding: 10px 18px; background: var(--gold); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: relative; z-index: 20; color: #fff; background: var(--ink-deep); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.topbar__right { display: flex; align-items: center; gap: 12px; }
.topbar a:hover { color: var(--gold); }

.site-header { position: absolute; top: 36px; inset-inline: 0; z-index: 100; border-bottom: 1px solid rgba(255, 255, 255, .14); color: #fff; transition: background .3s, transform .3s, box-shadow .3s; }
.site-header.is-fixed { position: fixed; top: 0; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 28px rgba(0,0,0,.08); backdrop-filter: blur(15px); animation: header-in .35s ease both; }
.nav { min-height: 80px; display: grid; grid-template-columns: 246px 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand img { width: 82px; height: 82px; object-fit: contain; }
.brand__name { display: none; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 1.7vw, 28px); font-family: var(--display); font-size: 18px; letter-spacing: .035em; text-transform: uppercase; }
.nav-links a { position: relative; padding-block: 26px; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--orange); transition: right .3s ease; }
.nav-links a:hover::after, .nav-links a.is-active::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.nav-mobile-brand, .nav-mobile-socials { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 28px; color: #fff; border: 1px solid var(--orange); background: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; transition: transform .25s ease, color .25s, background .25s, box-shadow .25s; }
.button span { font-size: 20px; transition: transform .25s; }
.button:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.button:hover span { transform: translate(3px, -3px); }
.button--small { min-height: 50px; padding-inline: 22px; font-size: 13px; }
.button--dark { border-color: var(--ink); background: var(--ink); }
.button--dark:hover { color: #fff; border-color: var(--orange); background: var(--orange); }

.nav-order-wrap { position: relative; z-index: 105; justify-self: end; }
.nav-order-wrap .nav-order { position: relative; z-index: 2; }
.nav-order__label { font-size: inherit !important; transform: none !important; }
.nav-order__chevron { width: 8px; height: 8px; display: inline-block; flex: 0 0 8px; margin: -4px 1px 0 2px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; font-size: 0 !important; transform: rotate(45deg) !important; transform-origin: center; transition: transform .25s ease, margin .25s ease !important; }
.nav-order-wrap.is-open .nav-order__chevron { margin-top: 4px; transform: rotate(225deg) !important; }
.nav-order-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 326px; padding: 9px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(12,15,38,.1); box-shadow: 0 24px 60px rgba(6,7,18,.2); opacity: 0; visibility: hidden; transform: translateY(-9px) scale(.98); transform-origin: top right; transition: opacity .2s ease, visibility .2s ease, transform .2s ease; backdrop-filter: blur(16px); }
.nav-order-menu::before { content: ""; position: absolute; top: -7px; right: 28px; width: 13px; height: 13px; background: #fff; border-top: 1px solid rgba(12,15,38,.1); border-left: 1px solid rgba(12,15,38,.1); transform: rotate(45deg); }
.nav-order-wrap.is-open .nav-order-menu { opacity: 1; visibility: visible; transform: none; }
.nav-order-menu a { position: relative; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; min-height: 64px; padding: 8px 13px; border-bottom: 1px solid var(--line); overflow: hidden; transition: color .22s ease, background .22s ease; }
.nav-order-menu a:last-child { border-bottom: 0; }
.nav-order-menu a::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(255,185,54,.18), rgba(236,61,8,.07)); transform: translateX(-102%); transition: transform .28s ease; }
.nav-order-menu a:hover::before, .nav-order-menu a:focus-visible::before { transform: none; }
.nav-order-menu a:hover, .nav-order-menu a:focus-visible { color: var(--orange-dark); outline: none; }
.nav-order-menu small { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-dark); background: var(--cream); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.nav-order-menu__label { font-family: var(--body); font-size: 13px; font-weight: 750; line-height: 1.25; text-transform: none; letter-spacing: .01em; }
.nav-order-menu b { color: var(--orange); font-size: 17px; transition: transform .22s ease; }
.nav-order-menu a:hover b, .nav-order-menu a:focus-visible b { transform: translate(3px, -3px); }

.hero { position: relative; min-height: clamp(660px, calc(100svh - 36px), 820px); color: #fff; background: var(--ink-deep); overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 74% 48%, rgba(236,61,8,.18), transparent 27%), linear-gradient(90deg, rgba(6,7,18,.98) 0%, rgba(6,7,18,.94) 50%, rgba(6,7,18,.76) 100%), url('./assets-v4/hero.jpg') center/cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent, #000); }
.hero__noise { position: absolute; inset: 0; z-index: -1; opacity: .045; background: url('./assets-v4/texture.png') center/400px; mix-blend-mode: screen; }
.hero__grid { min-height: clamp(660px, calc(100svh - 36px), 820px); padding-top: 108px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 20px; }
.hero__copy { position: relative; z-index: 4; padding: 34px 0 58px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 2px; background: currentColor; }
.eyebrow--gold { color: var(--gold); }
.hero__eyebrow { color: var(--gold); opacity: 0; animation: slide-up .7s .2s forwards; }
.hero__eyebrow em { color: var(--orange); font-style: normal; }
h1, h2, h3, p { text-wrap: balance; }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(76px, 7.2vw, 110px); font-weight: 400; line-height: .84; letter-spacing: -.018em; text-transform: uppercase; }
.hero h1 span { display: block; opacity: 0; transform: translateY(60px); animation: slide-up .8s cubic-bezier(.2,.8,.2,1) forwards; }
.hero h1 span:nth-child(1) { animation-delay: .28s; }
.hero h1 span:nth-child(2) { animation-delay: .38s; }
.hero h1 span:nth-child(3) { animation-delay: .48s; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__intro { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.75); font-size: 16px; opacity: 0; animation: slide-up .7s .6s forwards; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 24px; opacity: 0; animation: slide-up .7s .72s forwards; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.text-link .play { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: border-color .2s, background .2s; }
.text-link:hover .play { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.text-link--dark { color: var(--ink); }
.hero__visual { position: relative; min-height: 500px; display: grid; place-items: center; opacity: 0; transform: scale(.88) rotate(4deg); animation: dish-in 1.1s .35s cubic-bezier(.2,.8,.2,1) forwards; }
.hero__sun { position: absolute; width: 420px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); box-shadow: 0 0 100px rgba(255,185,54,.18); }
.hero__dish { position: relative; z-index: 2; width: 470px; height: 470px; border: 8px solid var(--gold); border-radius: 50%; object-fit: cover; filter: drop-shadow(0 28px 32px rgba(0,0,0,.48)); animation: float 6s ease-in-out infinite; }
.orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit--one { width: 500px; height: 500px; }
.orbit--two { width: 580px; height: 580px; border-style: dashed; animation: spin 32s linear infinite; }
.hero__badge { position: absolute; z-index: 4; top: 24px; right: 4px; width: 116px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.25); }
.hero__badge::after { content: "âœ¦"; position: absolute; font-size: 22px; }
.hero__badge span { position: absolute; inset: 8px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-align: center; border-radius: inherit; animation: spin 18s linear infinite; }
.hero__badge span::before { content: attr(data-text); }
.spice { position: absolute; z-index: 3; width: 18px; height: 54px; background: var(--orange); border-radius: 70% 20% 70% 20%; transform: rotate(35deg); }
.spice--one { left: 4%; bottom: 22%; animation: float 5s .5s ease-in-out infinite; }
.spice--two { right: 4%; bottom: 14%; width: 12px; height: 38px; background: var(--gold); animation: float 4.4s 1s ease-in-out infinite reverse; }
.hero__scroll { position: absolute; left: max(32px, calc((100vw - 1280px)/2)); bottom: 18px; display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll span { width: 48px; height: 1px; background: rgba(255,255,255,.5); overflow: hidden; }
.hero__scroll span::after { content: ""; display: block; width: 20px; height: 1px; background: var(--gold); animation: scan 2s ease-in-out infinite; }

.marquee { color: var(--ink); background: var(--gold); overflow: hidden; clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); }
.marquee__track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 14px 0 12px; font-family: var(--display); font-size: 29px; letter-spacing: .04em; text-transform: uppercase; animation: marquee 28s linear infinite; }
.marquee__track i { color: var(--orange); font-style: normal; }

.section { padding: 96px 0; }
.story { position: relative; background: var(--cream); overflow: hidden; }
.story::after { content: "SPICE"; position: absolute; right: -20px; bottom: -96px; color: rgba(12,15,38,.035); font-family: var(--display); font-size: 300px; line-height: 1; pointer-events: none; }
.story__grid { display: grid; grid-template-columns: 1fr .93fr; align-items: center; gap: clamp(70px, 8vw, 130px); }
.story__visual { position: relative; min-height: 520px; padding: 32px 38px 76px 0; isolation: isolate; }
.story__visual::before { content: ""; position: absolute; z-index: -2; inset: 7px 0 38px 48px; background: var(--gold); }
.story__visual::after { content: ""; position: absolute; z-index: -1; inset: 62px 16px 18px 24px; border: 2px solid var(--ink); }
.story__image-wrap { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.58 / 1; overflow: hidden; border: 9px solid #fff; background: #fff; box-shadow: 0 22px 48px rgba(12,15,38,.18); transform: rotate(-.75deg); }
.story__image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(12,15,38,.12); pointer-events: none; }
.story__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.05); transition: transform 1.4s cubic-bezier(.2,.8,.2,1); }
.story__visual.is-visible .story__image-wrap img { transform: scale(1.01); }
.story__stamp { position: absolute; z-index: 3; right: 0; bottom: 0; width: 142px; height: 142px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; border: 7px solid var(--cream); border-radius: 50%; background: var(--orange); box-shadow: 0 14px 30px rgba(12,15,38,.18); text-align: center; transform: rotate(5deg); }
.story__stamp::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.5); border-radius: inherit; }
.story__stamp strong { font-family: var(--display); font-size: 52px; line-height: .9; font-weight: 400; }
.story__stamp span { max-width: 88px; font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .09em; text-transform: uppercase; }
.story__caption { position: absolute; z-index: 2; left: 18px; bottom: 22px; margin: 0; padding: 11px 94px 11px 17px; color: #fff; background: var(--ink); font-family: var(--display); font-size: 18px; line-height: 1; letter-spacing: .055em; text-transform: uppercase; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 5.2vw, 82px); font-weight: 400; line-height: .92; letter-spacing: -.015em; text-transform: uppercase; }
.story__copy h2 { font-size: clamp(50px, 4vw, 68px); }
.story__copy > p:not(.eyebrow) { max-width: 650px; color: #53565e; }
.story__copy .button { margin-top: 14px; }
.story__stats { margin-top: 34px; padding-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid var(--line); }
.story__stats div { display: flex; flex-direction: column; }
.story__stats strong { font-family: var(--display); font-size: 45px; font-weight: 400; line-height: 1; }
.story__stats strong::after { content: "+"; color: var(--orange); }
.story__stats strong.stat-word::after,
.story__stats strong[data-counter="1"]::after { display: none; }
.story__stats span { margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 600; text-transform: uppercase; }

.section--dark { color: #fff; background: var(--ink); }
.specials { position: relative; overflow: hidden; }
.specials::before { content: ""; position: absolute; inset: 0; opacity: .055; background: url('./assets-v4/texture.png') center/480px; }
.specials .shell { position: relative; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.section-heading > p { width: 38%; margin: 0 0 6px; color: rgba(255,255,255,.62); }
.section-heading--light > p { color: var(--muted); }
.dish-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.dish-card { position: relative; }
.dish-card--offset { margin-top: 24px; }
.dish-card a { height: 100%; display: flex; flex-direction: column; padding: 10px 10px 22px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); overflow: hidden; transition: border-color .3s, background .3s, transform .3s; }
.dish-card a:hover { border-color: var(--gold); background: rgba(255,255,255,.07); transform: translateY(-10px); }
.dish-card__image { aspect-ratio: 1; overflow: hidden; background: #fff; }
.dish-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.dish-card a:hover img { transform: scale(1.08) rotate(2deg); }
.dish-card__meta { display: flex; align-items: center; justify-content: space-between; margin: 16px 4px 2px; }
.dish-card__meta span { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.dish-card__meta strong { color: var(--gold); }
.dish-card h3 { margin: 6px 4px 3px; font-family: var(--display); font-size: 32px; font-weight: 400; line-height: .95; letter-spacing: .02em; text-transform: uppercase; }
.dish-card p { margin: 0 4px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }
.dish-card__arrow { position: absolute; right: 25px; top: 25px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: var(--gold); font-size: 20px; opacity: 0; transform: translate(-8px, 8px); transition: opacity .3s, transform .3s; }
.dish-card a:hover .dish-card__arrow { opacity: 1; transform: none; }
.section-action { margin-top: 38px; text-align: center; }

.catering { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; background: var(--gold); overflow: hidden; }
.catering__image { position: relative; min-height: 610px; display: grid; place-items: center; background: var(--orange); overflow: hidden; }
.catering__image::before { content: ""; position: absolute; width: 510px; aspect-ratio: 1; border: 2px dashed rgba(255,255,255,.5); border-radius: 50%; animation: spin 40s linear infinite; }
.catering__image::after { content: "FRESH â€¢ BOLD â€¢ AUTHENTIC"; position: absolute; inset: auto 0 28px; color: rgba(255,255,255,.88); font-family: var(--display); font-size: 29px; letter-spacing: .12em; text-align: center; }
.catering__image img { position: relative; z-index: 2; width: min(500px, 84%); aspect-ratio: 1; border: 8px solid var(--gold); border-radius: 50%; object-fit: cover; filter: drop-shadow(0 30px 35px rgba(54,8,0,.4)); }
.catering__copy { padding: clamp(56px, 7vw, 100px); align-self: center; }
.catering__copy .eyebrow { color: var(--ink); }
.catering__copy h2 { font-size: clamp(64px, 6vw, 92px); }
.catering__copy > p:not(.eyebrow) { max-width: 590px; font-weight: 500; }
.catering__actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.catering__call { display: flex; flex-direction: column; font-family: var(--display); font-size: 27px; line-height: 1; }
.catering__call span { margin-bottom: 7px; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.journal { background: #fff; }
.section-heading--light { color: var(--ink); }
.journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card__image { aspect-ratio: 1.35; overflow: hidden; background: #eee; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s; }
.post-card a:hover img { transform: scale(1.07); filter: saturate(1.15); }
.post-card__meta { margin: 22px 0 10px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.post-card__meta span { color: var(--ink); padding-inline: 4px; }
.post-card h3 { margin: 0; font-family: var(--display); font-size: 31px; font-weight: 400; line-height: 1.12; letter-spacing: .015em; text-transform: uppercase; }
.post-card__link { display: inline-block; margin-top: 20px; padding-bottom: 2px; border-bottom: 1px solid var(--orange); color: var(--orange); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.visit { position: relative; padding: 92px 0; color: #fff; background: var(--ink-deep); overflow: hidden; }
.visit::before { content: ""; position: absolute; inset: 0; opacity: .16; background: linear-gradient(90deg, var(--ink-deep), rgba(6,7,18,.84)), url('./assets-v4/hero.jpg') center/cover; }
.visit__inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 90px; }
.visit__lead h2 em { color: var(--gold); font-style: normal; }
.visit__lead .button { margin-top: 34px; }
.visit__details { padding: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; background: var(--orange); }
.visit__details span { display: block; margin-bottom: 18px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.visit__details p { margin: 0 0 16px; font-size: 14px; }
.visit__details a { font-weight: 700; }
.visit__details small { color: rgba(255,255,255,.7); }

.footer { color: #fff; background: linear-gradient(135deg, #0c0f26 0%, #211027 48%, #5a1b17 100%); }
.footer__top { min-height: 210px; display: grid; grid-template-columns: .8fr 1.1fr 1fr auto; align-items: center; gap: clamp(35px, 5vw, 72px); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__brand { display: inline-flex; align-items: center; width: max-content; padding: 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 3px; background: rgba(255,255,255,.96); }
.footer__brand img { width: 94px; height: 94px; object-fit: contain; }
.footer__brand span { display: none; }
.footer__top p { color: rgba(255,255,255,.58); }
.footer__links { display: grid; grid-template-columns: repeat(2, max-content); gap: 8px 30px; }
.footer__links a { position: relative; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; transition: color .2s, transform .2s; }
.footer__links a::before { content: ""; position: absolute; left: -13px; top: 50%; width: 0; height: 1px; background: var(--gold); transition: width .2s; }
.footer__links a:hover { color: var(--gold); transform: translateX(6px); }
.footer__links a:hover::before { width: 8px; }
.footer__socials { display: flex; gap: 10px; }
.footer__socials a { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 12px; font-weight: 700; transition: background .2s, border .2s; }
.footer__socials a:hover { color: var(--ink); border-color: var(--gold); background: var(--gold); }
.social-icon { width: 18px; height: 18px; display: block; }
.footer__bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.5); font-size: 12px; }
.footer__bottom a { color: #fff; }

.reveal { opacity: 0; transform: translateY(50px); transition: opacity .8s var(--delay, 0s), transform .8s var(--delay, 0s); }
.reveal--left { transform: translateX(-60px); }
.reveal.is-visible { opacity: 1; transform: none; }

.order-dock {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 98;
  display: grid;
  grid-template-columns: repeat(2, auto);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 3px;
  box-shadow: 0 18px 48px rgba(6,7,18,.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity .28s ease, visibility .28s ease, transform .38s cubic-bezier(.22,.8,.25,1);
}
.order-dock.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.order-dock__button { min-width: 154px; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 20px; font-family: var(--display); font-size: 18px; letter-spacing: .055em; text-transform: uppercase; transition: color .22s ease, background .22s ease; }
.order-dock__button b { font-family: var(--body); font-size: 17px; transition: transform .22s ease; }
.order-dock__button--order { color: #fff; background: var(--orange); }
.order-dock__button--pickup { color: var(--ink); background: var(--gold); }
.order-dock__button:hover, .order-dock__button:focus-visible { color: var(--ink); background: #fff; outline: none; }
.order-dock__button:hover b, .order-dock__button:focus-visible b { transform: translate(3px, -2px); }
.nav-open .order-dock { opacity: 0; visibility: hidden; pointer-events: none; }

@keyframes slide-up { to { opacity: 1; transform: none; } }
@keyframes dish-in { to { opacity: 1; transform: none; } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scan { 0% { transform: translateX(-20px); } 50%, 100% { transform: translateX(50px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: none; } }

@media (max-width: 1180px) {
  :root { --shell: min(calc(100% - 48px), 1080px); }
  .nav { grid-template-columns: 210px 1fr auto; gap: 16px; }
  .nav-links { gap: 13px; font-size: 16px; }
  .hero { min-height: 780px; }
  .hero__grid { min-height: 780px; }
  .hero__visual { min-height: 540px; }
  .hero__sun { width: 420px; }
  .hero__dish { width: 490px; height: 490px; }
  .orbit--one { width: 510px; height: 510px; }
  .orbit--two { width: 590px; height: 590px; }
  .story__grid { gap: 70px; }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
  .dish-card--offset { margin-top: 0; }
  .catering__copy { padding: 80px 60px; }
  .visit__inner { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  :root { --shell: min(calc(100% - 40px), 760px); }
  body::after { content: ""; position: fixed; inset: 0; z-index: 99; background: rgba(6,7,18,.62); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s ease; }
  body.nav-open::after { opacity: 1; visibility: visible; pointer-events: auto; }
  body.nav-open .site-header,
  body.nav-open .site-header.is-fixed { animation: none; transform: none; border-color: transparent; background: transparent; box-shadow: none; backdrop-filter: none; }
  .topbar { display: none; }
  .site-header { position: absolute; top: 0; }
  .nav { min-height: 84px; grid-template-columns: 1fr auto; }
  .brand img { width: 72px; height: 72px; }
  .nav-toggle { position: relative; z-index: 102; width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; }
  .nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .3s, opacity .3s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.nav-open .nav-toggle { position: fixed; top: 20px; left: min(312px, calc(100vw - 48px)); color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.05); outline: none; }
  body.nav-open .nav-toggle:focus-visible { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,185,54,.22); }
  .nav-links { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 101; width: min(360px, 100vw); height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 112px 28px 40px; color: #fff; background: var(--ink-deep); border-right: 1px solid rgba(255,255,255,.1); box-shadow: 24px 0 70px rgba(0,0,0,.28); overflow-y: auto; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(-102%); transition: opacity .3s ease, visibility .3s ease, transform .38s cubic-bezier(.22,.8,.25,1); }
  .nav-links.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .nav-links > a:not(.nav-mobile-brand) { width: 100%; padding: 8px 0; font-size: clamp(29px, 8vw, 38px); line-height: 1.08; opacity: 0; transform: translateX(-18px); transition: color .22s ease, opacity .3s ease, transform .3s ease; }
  .nav-links.is-open > a:not(.nav-mobile-brand) { opacity: 1; transform: none; }
  .nav-links > a.is-active { color: var(--gold); }
  .nav-links.is-open > a:nth-of-type(2) { transition-delay: .08s; }
  .nav-links.is-open > a:nth-of-type(3) { transition-delay: .12s; }
  .nav-links.is-open > a:nth-of-type(4) { transition-delay: .16s; }
  .nav-links.is-open > a:nth-of-type(5) { transition-delay: .2s; }
  .nav-links.is-open > a:nth-of-type(6) { transition-delay: .24s; }
  .nav-links a::after { display: none; }
  .nav-links > .nav-mobile-brand { position: absolute; top: 18px; left: 28px; width: 70px; height: 70px; display: grid; place-items: center; padding: 0; }
  .nav-links > .nav-mobile-brand img { width: 66px; height: 66px; object-fit: contain; }
  .nav-mobile-socials { width: 100%; display: flex; gap: 10px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); opacity: 0; transform: translateY(10px); transition: opacity .3s .28s ease, transform .3s .28s ease; }
  .nav-links.is-open .nav-mobile-socials { opacity: 1; transform: none; }
  .nav-mobile-socials a { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: rgba(255,255,255,.8); font-family: var(--body); font-size: 11px; font-weight: 700; transition: color .2s ease, border-color .2s ease, background .2s ease; }
  .nav-mobile-socials .social-icon { width: 16px; height: 16px; }
  .nav-mobile-socials a:hover, .nav-mobile-socials a:focus-visible { color: var(--ink); border-color: var(--gold); background: var(--gold); outline: none; }
  .nav-order-wrap { display: none; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 110px; }
  .hero__copy { padding: 65px 0 0; }
  .hero h1 { font-size: clamp(72px, 14vw, 116px); }
  .hero__intro { max-width: 620px; }
  .hero__visual { min-height: 600px; margin-top: -40px; }
  .hero__sun { width: min(520px, 76vw); }
  .hero__dish { width: min(580px, 82vw); height: min(580px, 82vw); }
  .orbit--one { width: min(600px, 84vw); height: auto; aspect-ratio: 1; }
  .orbit--two { width: min(680px, 92vw); height: auto; aspect-ratio: 1; }
  .hero__badge { right: 2%; }
  .hero__scroll { display: none; }
  .section { padding: 100px 0; }
  .story__grid { grid-template-columns: 1fr; }
  .story__visual { width: 96%; }
  .story__stamp { right: -4%; }
  .story__copy h2 { font-size: clamp(58px, 9vw, 76px); }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .section-heading > p { width: 75%; }
  .catering { grid-template-columns: 1fr; }
  .catering__image { min-height: 600px; }
  .catering__copy { padding: 100px max(24px, calc((100vw - 760px)/2)); }
  .journal__grid { grid-template-columns: repeat(2, 1fr); }
  .post-card:last-child { grid-column: 1 / -1; width: calc(50% - 15px); }
  .footer__top { grid-template-columns: 1fr 1fr; padding: 34px 0; }
  .footer__links { align-self: start; }
  .footer__socials { align-self: start; justify-self: end; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  .nav { grid-template-columns: 1fr auto; }
  .brand img { width: 64px; height: 64px; }
  .hero { min-height: 860px; }
  .hero__grid { min-height: 860px; }
  .hero__copy { padding-top: 55px; }
  .hero h1 { font-size: clamp(64px, 20vw, 92px); line-height: .86; }
  .hero__intro { margin-top: 24px; font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .button { min-height: 54px; padding-inline: 22px; font-size: 13px; }
  body.has-order-dock { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .order-dock { right: 0; bottom: 0; left: 0; grid-template-columns: 1fr 1fr; border: 0; border-top: 1px solid rgba(255,255,255,.26); border-radius: 0; }
  .order-dock__button { min-width: 0; min-height: calc(62px + env(safe-area-inset-bottom)); padding: 0 18px env(safe-area-inset-bottom); font-size: 17px; }
  .has-order-dock .language-switcher { bottom: calc(74px + env(safe-area-inset-bottom)); }
  .hero__visual { min-height: 390px; margin-top: -20px; }
  .hero__badge { top: 5px; width: 105px; }
  .marquee__track { font-size: 27px; }
  .section { padding: 80px 0; }
  h2 { font-size: clamp(56px, 18vw, 76px); }
  .story__visual { width: calc(100% - 6px); min-height: 390px; padding: 22px 24px 66px 0; }
  .story__visual::before { inset: 4px 0 38px 26px; }
  .story__visual::after { inset: 46px 10px 18px 14px; }
  .story__image-wrap { aspect-ratio: 1.45 / 1; border-width: 7px; }
  .story__caption { left: 7px; bottom: 20px; padding: 9px 72px 9px 12px; font-size: 15px; }
  .story__stamp { width: 110px; height: 110px; right: -2px; bottom: 6px; border-width: 6px; }
  .story__stamp strong { font-size: 45px; }
  .story__stamp span { font-size: 9px; }
  .story__stamp strong { font-size: 48px; }
  .story__stats { grid-template-columns: 1fr 1fr; }
  .story__stats div:last-child { grid-column: 1 / -1; }
  .section-heading { margin-bottom: 42px; }
  .section-heading > p { width: 100%; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-card h3 { font-size: 34px; }
  .catering__image { min-height: 430px; }
  .catering__image::before { width: 88vw; }
  .catering__image::after { bottom: 22px; font-size: 22px; }
  .catering__copy { padding-block: 78px; }
  .catering__copy h2 { font-size: clamp(62px, 20vw, 85px); }
  .catering__actions { align-items: flex-start; flex-direction: column; }
  .journal__grid { grid-template-columns: 1fr; gap: 54px; }
  .post-card:last-child { grid-column: auto; width: auto; }
  .visit { padding: 90px 0; }
  .visit__inner { gap: 55px; }
  .visit__details { grid-template-columns: 1fr; padding: 30px; }
  .footer__top { grid-template-columns: 1fr; gap: 8px; padding: 45px 0; }
  .footer__links { grid-template-columns: repeat(2, 1fr); width: 100%; margin-top: 24px; padding-block: 22px; border-block: 1px solid rgba(255,255,255,.12); }
  .footer__socials { grid-column: auto; justify-self: start; margin-top: 20px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  .order-dock, .order-dock__button, .order-dock__button b { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__eyebrow, .hero h1 span, .hero__intro, .hero__actions, .hero__visual { opacity: 1; transform: none; animation: none !important; }
}

/* V4 brand and character corrections */
.hero__badge::after { content: "\2726" !important; }
.catering__image::after { content: "FRESH \2022 BOLD \2022 AUTHENTIC" !important; }
.dish-card__image img { object-position: center; }
.menu-item-title-link { display:inline !important; width:auto !important; margin:0 !important; padding:0 !important; color:inherit !important; border:0 !important; font:inherit !important; line-height:inherit !important; letter-spacing:inherit !important; text-transform:inherit !important; text-decoration:none !important; }
.menu-item-title-link:hover { color:var(--orange, #e85b22) !important; }
.menu-item-title-link:focus-visible { border-radius:2px !important; outline:3px solid var(--gold, #ffb936); outline-offset:4px; }
[data-item-href] { cursor:pointer; }
