:root{
  --cream:#f8e7ca;
  --cream-2:#fff7e8;
  --paper:#f4d9b2;
  --ink:#21120d;
  --brown:#3a1710;
  --ox:#63170f;
  --red:#a72b16;
  --orange:#e85f1d;
  --mustard:#f1b928;
  --green:#355f3d;
  --white:#fffdf8;
  --shadow:0 25px 80px rgba(53,20,10,.2);
  --serif:'Fraunces', Georgia, serif;
  --sans:'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius:32px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink)}
body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--cream-2);overflow-x:hidden}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
::selection{background:var(--mustard);color:var(--ink)}

.scroll-progress{position:fixed;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--mustard),var(--orange));z-index:9999;transform-origin:left}

/* loader */
.loader{position:fixed;inset:0;z-index:10000;background:var(--ox);display:grid;place-items:center;color:var(--cream);transition:opacity .75s ease,visibility .75s ease}
.loader.hide{opacity:0;visibility:hidden;pointer-events:none}
.loader-mark{position:relative;width:170px;height:170px;display:grid;place-items:center;border-radius:50%;z-index:2}
.loader-mark img{width:118px;height:118px;object-fit:cover;border-radius:28px;box-shadow:0 18px 50px rgba(0,0,0,.22);animation:loaderPulse 1.8s ease-in-out infinite}
.loader-glow{position:absolute;inset:24px;border-radius:50%;background:var(--orange);filter:blur(45px);opacity:.35;z-index:-1}
.loader-orbit{position:absolute;width:220px;height:220px;border:1px solid rgba(248,231,202,.35);border-radius:50%;animation:spin 4s linear infinite}
.loader-orbit:before{content:'';position:absolute;width:10px;height:10px;border-radius:50%;background:var(--mustard);top:20px;left:28px;box-shadow:0 0 20px var(--mustard)}
.orbit-two{width:280px;height:280px;animation-direction:reverse;animation-duration:6s;opacity:.5}
.orbit-two:before{top:auto;bottom:30px;left:auto;right:24px;background:var(--orange)}
.loader-copy{position:absolute;bottom:10vh;text-align:center;display:grid;gap:5px;width:min(320px,75vw)}
.loader-copy small{font-size:10px;letter-spacing:.24em;font-weight:800;opacity:.7}
.loader-copy strong{font-family:var(--serif);font-size:22px}
.loader-line{height:2px;background:rgba(255,255,255,.15);overflow:hidden;margin-top:14px}
.loader-line i{display:block;width:45%;height:100%;background:var(--mustard);animation:loaderLine 1.4s ease-in-out infinite}
@keyframes loaderPulse{50%{transform:scale(1.04) rotate(-1deg)}}
@keyframes loaderLine{0%{transform:translateX(-110%)}100%{transform:translateX(240%)}}
@keyframes spin{to{transform:rotate(360deg)}}

/* cursor */
.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:9998;border-radius:50%;opacity:0;transition:opacity .2s ease}
.cursor-dot{width:7px;height:7px;background:var(--orange)}
.cursor-ring{width:34px;height:34px;border:1px solid rgba(33,18,13,.4);margin:-13.5px 0 0 -13.5px;transition:width .2s ease,height .2s ease,margin .2s ease,border-color .2s ease,background .2s ease}
body.cursor-ready .cursor-dot,body.cursor-ready .cursor-ring{opacity:1}
body.cursor-hover .cursor-ring{width:52px;height:52px;margin:-22.5px 0 0 -22.5px;background:rgba(241,185,40,.16);border-color:var(--orange)}

/* header */
.site-header{position:fixed;top:16px;left:20px;right:20px;z-index:500;height:74px;border-radius:22px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:rgba(74,22,14,.55);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(16px) saturate(1.2);color:var(--white);transition:.35s ease}
.site-header.scrolled{top:8px;background:rgba(48,16,11,.9);box-shadow:0 16px 40px rgba(39,12,7,.22)}
.header-brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.header-brand img{width:48px;height:48px;border-radius:15px;object-fit:cover}
.header-brand div{display:grid;line-height:1}
.header-brand strong{font-family:var(--serif);font-size:17px}
.header-brand span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;margin-top:5px;opacity:.72}
.site-nav{display:flex;align-items:center;gap:6px}
.site-nav>a,.nav-cart{border:0;background:transparent;color:inherit;padding:12px 14px;border-radius:999px;font-size:13px;font-weight:700;transition:.2s ease}
.site-nav>a:hover{background:rgba(255,255,255,.1)}
.nav-cart{background:var(--cream);color:var(--ink);display:flex;gap:10px;align-items:center;padding-left:18px}
.nav-cart b{display:grid;place-items:center;width:24px;height:24px;background:var(--red);color:white;border-radius:50%;font-size:11px}
.nav-toggle{display:none;border:0;background:transparent;width:42px;height:42px;position:relative}
.nav-toggle span{position:absolute;width:21px;height:2px;background:white;left:10px;transition:.3s ease}
.nav-toggle span:first-child{top:16px}.nav-toggle span:last-child{top:24px}
.nav-toggle.active span:first-child{transform:rotate(45deg);top:20px}.nav-toggle.active span:last-child{transform:rotate(-45deg);top:20px}

/* utility */
.section-pad{padding:120px clamp(24px,6vw,92px)}
.section-kicker{display:inline-block;font-size:11px;letter-spacing:.23em;font-weight:800;text-transform:uppercase;color:var(--red)}
.section-kicker.light{color:var(--mustard)}
.eyebrow{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.2em;font-weight:800;color:var(--cream)}
.eyebrow span{width:30px;height:1px;background:var(--mustard)}
.btn{min-height:54px;padding:0 22px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-weight:800;font-size:13px;letter-spacing:.01em;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-cream{background:var(--cream);color:var(--ink);box-shadow:0 14px 35px rgba(28,10,7,.18)}
.btn-outline{border-color:rgba(255,255,255,.45);color:white;background:rgba(255,255,255,.04)}
.btn-outline:hover{background:white;color:var(--ink)}
.btn-dark{background:var(--ink);color:white}
.btn-yellow{background:var(--mustard);color:var(--ink)}
.btn-red{background:var(--red);color:white}
.btn-soft{background:var(--paper);color:var(--ink)}
.btn-whatsapp{background:#175f46;color:white}
.btn.wide{width:100%}

/* hero */
.hero{min-height:100svh;position:relative;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);align-items:center;background:radial-gradient(circle at 73% 40%,#9f3a1d 0,#6d1a10 31%,#4b130e 62%,#36100d 100%);color:white;padding:126px clamp(24px,6vw,92px) 70px;overflow:hidden}
.hero-grain{position:absolute;inset:0;opacity:.16;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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}
.hero-bg-word{position:absolute;bottom:-7vw;left:-3vw;font-family:var(--serif);font-weight:800;font-size:31vw;line-height:.75;color:rgba(255,237,211,.035);letter-spacing:-.07em;user-select:none}
.hero-sun{position:absolute;width:52vw;height:52vw;border:1px solid rgba(255,225,183,.14);border-radius:50%;right:-11vw;top:10vh;box-shadow:0 0 0 80px rgba(255,226,186,.025),0 0 0 160px rgba(255,226,186,.018)}
.hero-pepper{position:absolute;font-size:34px;color:var(--mustard);opacity:.8}.pepper-a{left:42%;top:23%}.pepper-b{right:5%;bottom:17%;font-size:20px}
.hero-copy{position:relative;z-index:3;max-width:760px}
.hero h1{font-family:var(--serif);font-weight:800;font-size:clamp(74px,8.7vw,154px);line-height:.72;letter-spacing:-.065em;margin:30px 0 38px}
.hero h1 span{display:block}.hero h1 .script-line{font-size:.47em;line-height:1.12;margin-left:.06em;color:var(--mustard);font-style:italic;letter-spacing:-.045em}
.hero-lead{max-width:620px;font-size:clamp(16px,1.4vw,21px);line-height:1.6;color:rgba(255,244,229,.79);margin:0 0 30px}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
.hero-micro{display:flex;gap:22px;flex-wrap:wrap;margin-top:35px;font-size:11px;font-weight:700;color:rgba(255,244,229,.7)}
.hero-micro span{display:flex;align-items:center;gap:7px}.hero-micro i{width:6px;height:6px;border-radius:50%;background:var(--mustard)}
.hero-stage{position:relative;height:min(690px,74vh);z-index:2;perspective:1200px}
.dish{position:absolute;margin:0;overflow:hidden;box-shadow:0 36px 80px rgba(26,7,4,.35);transition:transform .2s ease-out;will-change:transform}
.dish img{width:100%;height:100%;object-fit:cover}
.dish-main{width:64%;height:70%;right:7%;top:10%;border-radius:47% 47% 45% 44% / 44% 44% 52% 53%;border:9px solid rgba(255,240,212,.95);transform:rotate(4deg)}
.dish-main:after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,transparent 60%,rgba(38,8,4,.28))}
.dish-main figcaption{position:absolute;left:24px;bottom:20px;z-index:2;padding:10px 14px;border-radius:999px;background:rgba(39,15,8,.75);backdrop-filter:blur(10px);font-size:11px;font-weight:800;letter-spacing:.06em}
.dish-left{width:32%;height:30%;left:2%;bottom:8%;border-radius:42px 42px 70px 30px;border:7px solid var(--cream);transform:rotate(-8deg)}
.dish-right{width:27%;height:28%;right:-1%;top:0;border-radius:50%;border:7px solid var(--mustard);transform:rotate(10deg)}
.hero-stamp{position:absolute;left:8%;top:9%;width:152px;height:152px;border:1px solid rgba(255,255,255,.52);border-radius:50%;display:grid;place-items:center;text-align:center;transform:rotate(-9deg);background:rgba(92,19,12,.4);backdrop-filter:blur(8px);z-index:4}
.hero-stamp:before,.hero-stamp:after{content:'';position:absolute;inset:8px;border:1px dashed rgba(255,255,255,.32);border-radius:50%}.hero-stamp:after{inset:16px}
.hero-stamp span{font-size:8px;font-weight:800;letter-spacing:.14em;position:absolute;top:36px}.hero-stamp strong{font-family:var(--serif);font-size:20px;line-height:.9;color:var(--mustard)}.hero-stamp i{position:absolute;bottom:28px;color:var(--cream)}
.hero-logo-chip{position:absolute;width:82px;height:82px;right:4%;bottom:10%;border-radius:24px;overflow:hidden;border:4px solid var(--cream);box-shadow:0 18px 45px rgba(0,0,0,.2);transform:rotate(8deg)}
.hero-logo-chip img{width:100%;height:100%;object-fit:cover}
.scroll-cue{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);display:grid;place-items:center;gap:5px;font-size:8px;letter-spacing:.24em;font-weight:800;color:rgba(255,255,255,.6);z-index:5}.scroll-cue i{font-style:normal;font-size:24px;color:var(--mustard);animation:bob 1.8s ease-in-out infinite}@keyframes bob{50%{transform:translateY(6px)}}

/* kinetic */
.kinetic-strip{background:var(--mustard);color:var(--ink);overflow:hidden;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);transform:rotate(-1deg);margin:-10px -10px 0;position:relative;z-index:6}
.kinetic-track{width:max-content;display:flex;align-items:center;gap:28px;padding:17px 0;animation:ticker 25s linear infinite;font-family:var(--serif);font-size:24px;font-weight:800}.kinetic-track i{font-style:normal;color:var(--red)}@keyframes ticker{to{transform:translateX(-50%)}}

/* manifesto */
.manifesto{display:grid;grid-template-columns:100px 1fr minmax(220px,340px);gap:45px;align-items:end;background:var(--cream-2)}
.manifesto-index{font-family:var(--serif);font-size:80px;line-height:1;color:var(--red);opacity:.22}
.manifesto-copy h2{font-family:var(--serif);font-size:clamp(45px,5.8vw,88px);line-height:.98;letter-spacing:-.055em;margin:15px 0 0;font-weight:600}.manifesto-copy h2 em{color:var(--red)}.manifesto-copy h2 strong{font-weight:800}
.manifesto-note{border-left:1px solid rgba(33,18,13,.2);padding-left:28px}.manifesto-note p{font-size:15px;line-height:1.7;color:#5b4339;margin-top:0}.manifesto-note a{font-weight:800;font-size:12px;border-bottom:1px solid var(--ink);padding-bottom:5px}.manifesto-note a span{margin-left:8px}

/* menu */
.menu-lab{background:var(--paper);border-radius:52px 52px 0 0;overflow:hidden;position:relative}
.menu-lab:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(99,23,15,.12);left:-250px;top:360px;box-shadow:0 0 0 70px rgba(99,23,15,.025),0 0 0 140px rgba(99,23,15,.018)}
.menu-lab-head{display:grid;grid-template-columns:1.1fr .6fr;gap:50px;align-items:end;padding-bottom:50px}
.menu-title h2,.promos-heading h2,.how-head h2{font-family:var(--serif);font-size:clamp(62px,7.5vw,112px);line-height:.78;letter-spacing:-.065em;margin:18px 0 0}.menu-title h2 em,.promos-heading h2 em,.how-head h2 em{color:var(--red);font-weight:700}
.menu-intro{font-size:16px;line-height:1.7;color:#644a3f;max-width:460px;margin:0 0 5px}
.category-rail{display:flex;gap:8px;overflow:auto;padding:0 clamp(24px,6vw,92px) 30px;scrollbar-width:none}.category-rail::-webkit-scrollbar{display:none}
.category-btn{min-width:max-content;border:1px solid rgba(33,18,13,.18);background:rgba(255,255,255,.32);border-radius:999px;padding:13px 20px;font-weight:800;font-size:12px;color:var(--ink);transition:.2s ease}.category-btn:hover,.category-btn.active{background:var(--ink);color:white;border-color:var(--ink)}
.menu-shell{padding-top:20px;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:52px;align-items:start}
.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.menu-card{position:relative;min-height:300px;border-radius:28px;background:rgba(255,250,239,.62);border:1px solid rgba(82,38,23,.12);padding:28px;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;isolation:isolate}
.menu-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(83,37,23,.13);background:#fff7e8}
.menu-card.featured{grid-row:span 1;background:var(--ox);color:white;border-color:transparent}
.menu-card.featured:after{content:'✦';position:absolute;font-size:170px;right:-35px;bottom:-55px;color:rgba(241,185,40,.08);z-index:-1}
.menu-card.has-image{min-height:390px;padding-top:210px}.menu-card.has-image .menu-card-image{position:absolute;inset:0 0 auto;height:190px;overflow:hidden}.menu-card.has-image .menu-card-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.25))}.menu-card.has-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.menu-card.has-image:hover img{transform:scale(1.05)}
.menu-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.menu-type{font-size:9px;letter-spacing:.2em;font-weight:800;color:var(--red)}.featured .menu-type{color:var(--mustard)}
.menu-price{font-family:var(--serif);font-size:28px;font-weight:800;white-space:nowrap}.menu-card h3{font-family:var(--serif);font-size:34px;line-height:1;margin:32px 0 12px;letter-spacing:-.035em}.menu-card p{font-size:13px;line-height:1.6;color:#6f5247;margin:0 0 22px}.featured p{color:rgba(255,255,255,.7)}
.menu-card-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:end;gap:15px}.menu-unit{font-size:10px;opacity:.6;font-weight:700}.add-item{border:0;background:var(--ink);color:white;border-radius:999px;padding:11px 15px;font-size:11px;font-weight:800;transition:.2s ease}.add-item:hover{background:var(--red);transform:scale(1.03)}.featured .add-item{background:var(--mustard);color:var(--ink)}
.menu-cart-preview{position:relative}.cart-preview-sticky{position:sticky;top:105px;background:var(--cream-2);border:1px solid rgba(33,18,13,.13);border-radius:28px;padding:28px;box-shadow:0 18px 50px rgba(85,43,26,.09)}.cart-preview-sticky h3{font-family:var(--serif);font-size:35px;line-height:1;margin:12px 0 23px}.mini-cart-lines{display:grid;gap:9px}.mini-line{display:grid;grid-template-columns:1fr auto;gap:10px;font-size:12px;padding:10px 0;border-bottom:1px solid rgba(33,18,13,.08)}.mini-line span{color:#6a5148}.mini-line b{font-size:12px}.mini-empty{text-align:center;padding:18px 0 10px;color:#6e564c}.empty-orbit{width:52px;height:52px;border:1px dashed rgba(33,18,13,.25);border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;font-size:25px}.mini-empty p{font-size:12px;line-height:1.6;margin:0}.mini-total{display:flex;justify-content:space-between;align-items:end;border-top:1px solid rgba(33,18,13,.14);margin-top:17px;padding:18px 0}.mini-total span{font-size:11px;font-weight:700}.mini-total strong{font-family:var(--serif);font-size:30px}.cart-preview-sticky .btn b{display:grid;place-items:center;border-radius:50%;width:23px;height:23px;background:var(--mustard);color:var(--ink);font-size:10px}

/* daily */
.daily-section{min-height:720px;display:grid;grid-template-columns:1.08fr .92fr;background:var(--green);color:white;overflow:hidden;position:relative}
.daily-art{min-height:720px;position:relative;overflow:hidden}.daily-art img{width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.03)}.daily-art:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,44,27,.02) 55%,var(--green) 100%)}.daily-sun{position:absolute;width:440px;height:440px;border:1px solid rgba(255,243,216,.26);border-radius:50%;left:-120px;top:-120px;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018)}
.daily-copy{padding:100px clamp(28px,6vw,90px) 100px 70px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2}.live-pill{display:inline-flex;align-items:center;gap:8px;margin-top:28px;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 12px;font-size:9px;letter-spacing:.15em;font-weight:800}.live-pill i{width:7px;height:7px;border-radius:50%;background:var(--mustard);box-shadow:0 0 0 5px rgba(241,185,40,.12);animation:live 1.6s ease-in-out infinite}@keyframes live{50%{box-shadow:0 0 0 9px rgba(241,185,40,.02)}}
.daily-copy h2{font-family:var(--serif);font-size:clamp(60px,7vw,106px);line-height:.82;letter-spacing:-.06em;margin:28px 0 26px}.daily-copy p{max-width:540px;color:rgba(255,255,255,.73);font-size:17px;line-height:1.7;margin:0 0 16px}.daily-price{font-family:var(--serif);font-size:42px;color:var(--mustard);font-weight:800;margin-bottom:24px}.daily-copy small{max-width:470px;margin-top:15px;color:rgba(255,255,255,.5);font-size:10px;line-height:1.5}

/* promos */
.promos{background:var(--cream-2);overflow:hidden}.promos-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:55px}.promos-heading h2{font-size:clamp(58px,6.5vw,96px)}.promo-controls{display:flex;gap:8px}.circle-btn{width:52px;height:52px;border-radius:50%;border:1px solid rgba(33,18,13,.18);background:transparent;font-size:20px;transition:.2s ease}.circle-btn:hover{background:var(--ink);color:white}.promo-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(340px,40vw);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:none}.promo-track::-webkit-scrollbar{display:none}.promo-card{scroll-snap-align:start;border-radius:34px;overflow:hidden;background:var(--ink);position:relative;min-height:480px;color:white;isolation:isolate}.promo-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s ease}.promo-card:hover img{transform:scale(1.035)}.promo-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(27,9,4,.9) 100%);z-index:1}.promo-card-content{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}.promo-card h3{font-family:var(--serif);font-size:30px;line-height:1;margin:0 0 7px}.promo-card p{font-size:10px;opacity:.68;margin:0}.promo-card strong{font-family:var(--serif);font-size:44px;color:var(--mustard)}.promo-ask{position:absolute;right:18px;top:18px;z-index:3;border:0;border-radius:999px;background:rgba(255,253,248,.92);color:var(--ink);padding:10px 13px;font-size:10px;font-weight:800}.promos-disclaimer{font-size:10px;color:#80685d;margin:15px 0 0}

/* story */
.story{display:grid;grid-template-columns:.92fr 1.08fr;min-height:930px;background:var(--ox);color:white;overflow:hidden}.story-copy{display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-family:var(--serif);font-size:clamp(60px,6.4vw,100px);line-height:.87;letter-spacing:-.055em;margin:25px 0 35px}.story-copy h2 em{color:var(--mustard)}.story-copy>p{max-width:600px;font-size:16px;line-height:1.8;color:rgba(255,255,255,.68);margin:0 0 18px}.story-quote{font-family:var(--serif);font-size:31px;line-height:1.1;margin-top:35px;padding-left:20px;border-left:3px solid var(--mustard);color:rgba(255,255,255,.78)}.story-quote strong{color:var(--mustard)}
.archive-wall{position:relative;min-height:930px;background:#50140e;overflow:hidden}.archive-item{position:absolute;width:48%;border:9px solid var(--cream);box-shadow:0 25px 70px rgba(25,6,3,.35);background:var(--cream);transition:transform .35s ease;overflow:hidden}.archive-item img{width:100%;height:100%;object-fit:cover}.archive-item span{position:absolute;bottom:8px;left:8px;background:var(--cream);color:var(--ink);font-size:9px;font-weight:800;letter-spacing:.14em;padding:7px 9px}.archive-item:nth-child(1){left:9%;top:8%;height:31%;transform:rotate(-7deg)}.archive-item:nth-child(2){right:3%;top:22%;height:31%;transform:rotate(6deg)}.archive-item:nth-child(3){left:3%;top:48%;height:31%;transform:rotate(4deg)}.archive-item:nth-child(4){right:9%;bottom:4%;height:30%;transform:rotate(-5deg)}.archive-item:nth-child(5){left:31%;top:34%;width:38%;height:28%;transform:rotate(-1deg);z-index:3}.archive-item:hover{z-index:5;transform:rotate(0) scale(1.04)}

/* how order */
.how-order{background:var(--mustard);position:relative;overflow:hidden}.how-order:after{content:'ORDENA';position:absolute;right:-3vw;bottom:-7vw;font-family:var(--serif);font-size:22vw;font-weight:800;line-height:.8;color:rgba(99,23,15,.055);letter-spacing:-.07em}.how-head{position:relative;z-index:2}.how-head .section-kicker{color:var(--ox)}.how-head h2{font-size:clamp(65px,7vw,108px)}.how-head h2 em{color:var(--ox)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:65px;position:relative;z-index:2}.step{min-height:260px;border-top:2px solid var(--ink);padding:22px 16px 0 0}.step span{font-family:var(--serif);font-size:18px;color:var(--red)}.step h3{font-family:var(--serif);font-size:45px;margin:45px 0 12px}.step p{max-width:320px;font-size:14px;line-height:1.7;margin:0;color:#4f321e}

/* contact */
.contact{position:relative;background:var(--cream-2);display:grid;grid-template-columns:1.12fr .88fr;gap:20px;padding:120px clamp(24px,6vw,92px);overflow:hidden}.contact-bg-word{position:absolute;left:-2vw;bottom:-6vw;font-family:var(--serif);font-size:25vw;line-height:.8;font-weight:800;color:rgba(167,43,22,.045);letter-spacing:-.08em;pointer-events:none}.contact-card{position:relative;z-index:2;border-radius:38px;background:var(--ink);color:white;padding:50px;min-height:530px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.contact-card:after{content:'';position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.1);border-radius:50%;right:-90px;top:-90px;box-shadow:0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.015)}.contact-card>img{width:86px;height:86px;border-radius:24px;margin-bottom:28px;object-fit:cover}.contact-card h2{font-family:var(--serif);font-size:clamp(52px,5.6vw,86px);line-height:.87;letter-spacing:-.055em;margin:20px 0 25px}.contact-card h2 em{color:var(--mustard)}.contact-card>p{max-width:590px;color:rgba(255,255,255,.68);font-size:15px;line-height:1.7}.contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.contact-info{position:relative;z-index:2;border-radius:38px;border:1px solid rgba(33,18,13,.14);padding:18px 38px;background:rgba(255,255,255,.35);display:grid;align-content:center}.contact-info>div{padding:26px 0;border-bottom:1px solid rgba(33,18,13,.12)}.contact-info small{display:block;font-size:9px;letter-spacing:.2em;font-weight:800;color:var(--red);margin-bottom:8px}.contact-info strong{font-family:var(--serif);font-size:27px}.contact-info p{font-size:12px;color:#755d52;line-height:1.5;margin:7px 0 0}.install-app{margin-top:28px;border:0;background:var(--mustard);color:var(--ink);border-radius:999px;padding:14px 17px;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:800}.install-app span{font-size:20px}

/* footer */
.footer{background:var(--ink);color:rgba(255,255,255,.8);padding:55px clamp(24px,6vw,92px) 35px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:35px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:55px;height:55px;border-radius:16px}.footer-brand div{display:grid}.footer-brand strong{font-family:var(--serif);font-size:20px;color:white}.footer-brand span{font-size:10px;opacity:.55;margin-top:4px}.footer-top>a:last-child{font-weight:800;color:var(--mustard)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:25px;font-size:9px;letter-spacing:.08em;color:rgba(255,255,255,.42)}

/* floating cart */
.floating-cart{position:fixed;right:20px;bottom:20px;z-index:400;border:0;background:var(--ink);color:white;border-radius:19px;padding:13px 16px;display:grid;grid-template-columns:auto auto auto;align-items:center;gap:12px;box-shadow:0 20px 60px rgba(30,10,5,.28);font-weight:800;transform:translateY(100px);opacity:0;transition:.35s ease}.floating-cart.show{transform:none;opacity:1}.floating-cart span{font-size:11px}.floating-cart b{display:grid;place-items:center;width:25px;height:25px;background:var(--mustard);color:var(--ink);border-radius:50%;font-size:10px}.floating-cart strong{font-family:var(--serif);font-size:19px}

/* drawer */
.drawer-backdrop{position:fixed;inset:0;background:rgba(22,8,4,.48);backdrop-filter:blur(6px);z-index:800;opacity:0;visibility:hidden;transition:.3s ease}.drawer-backdrop.show{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(510px,100vw);z-index:810;background:var(--cream-2);padding:28px;display:flex;flex-direction:column;transform:translateX(105%);transition:transform .42s cubic-bezier(.75,0,.2,1);box-shadow:-30px 0 80px rgba(31,11,6,.18);overflow-y:auto}.cart-drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.drawer-head h2{font-family:var(--serif);font-size:39px;line-height:1;margin:8px 0 0}.drawer-close,.option-close{width:42px;height:42px;border-radius:50%;border:1px solid rgba(33,18,13,.15);background:transparent;font-size:27px;line-height:1}.fulfillment-toggle{display:grid;grid-template-columns:1fr 1fr;background:var(--paper);border-radius:999px;padding:4px;margin:25px 0 15px}.fulfillment-toggle button{border:0;background:transparent;border-radius:999px;padding:11px;font-size:11px;font-weight:800}.fulfillment-toggle button.active{background:var(--ink);color:white}.delivery-fields label,.drawer-foot label,.option-label{display:grid;gap:7px;font-size:10px;font-weight:800;letter-spacing:.04em}.delivery-fields input,.drawer-foot textarea,.option-label select{width:100%;border:1px solid rgba(33,18,13,.15);background:white;border-radius:15px;padding:13px 14px;outline:none;color:var(--ink)}.delivery-fields input:focus,.drawer-foot textarea:focus,.option-label select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(232,95,29,.1)}.cart-list{display:grid;gap:10px;margin-top:20px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:15px;padding:16px;border-radius:18px;background:white;border:1px solid rgba(33,18,13,.08)}.cart-item h4{font-family:var(--serif);font-size:20px;margin:0 0 4px}.cart-item small{font-size:10px;color:#7b6256}.cart-item>strong{font-family:var(--serif);font-size:20px}.cart-controls{display:flex;align-items:center;gap:7px;margin-top:11px}.cart-controls button{width:27px;height:27px;border-radius:50%;border:1px solid rgba(33,18,13,.14);background:transparent;font-weight:800}.cart-controls .remove-item{width:auto;border-radius:999px;padding:0 9px;font-size:9px;color:var(--red)}.cart-empty{text-align:center;padding:65px 15px;color:#70584e}.cart-empty>span{font-size:42px;color:var(--orange)}.cart-empty h3{font-family:var(--serif);font-size:28px;color:var(--ink);margin:15px 0 5px}.cart-empty p{font-size:12px}.cart-empty a{font-weight:800;font-size:11px;color:var(--red)}.drawer-foot{margin-top:auto;padding-top:22px}.drawer-foot textarea{resize:vertical}.drawer-total{display:flex;justify-content:space-between;align-items:end;margin:20px 0 13px}.drawer-total span{font-size:11px;font-weight:700}.drawer-total strong{font-family:var(--serif);font-size:34px}.drawer-foot>small{display:block;text-align:center;font-size:9px;color:#866e62;line-height:1.5;margin-top:10px}

/* option modal */
.option-modal{position:fixed;inset:0;z-index:900;background:rgba(22,8,4,.55);backdrop-filter:blur(8px);display:grid;place-items:center;padding:20px;opacity:0;visibility:hidden;transition:.25s ease}.option-modal.show{opacity:1;visibility:visible}.option-panel{width:min(500px,100%);background:var(--cream-2);border-radius:30px;padding:32px;position:relative;transform:translateY(20px) scale(.98);transition:.3s ease}.option-modal.show .option-panel{transform:none}.option-close{position:absolute;right:22px;top:22px}.option-panel h2{font-family:var(--serif);font-size:44px;line-height:1;margin:13px 55px 8px 0}.option-panel>p{font-size:13px;line-height:1.6;color:#755d51;margin:0 0 22px}.qty-line,.modal-price{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(33,18,13,.12);padding:18px 0;font-size:11px;font-weight:800}.qty-control{display:flex;align-items:center;gap:12px}.qty-control button{width:34px;height:34px;border-radius:50%;border:1px solid rgba(33,18,13,.15);background:transparent;font-size:18px}.qty-control b{min-width:15px;text-align:center}.modal-price strong{font-family:var(--serif);font-size:28px}
.toast{position:fixed;left:50%;bottom:30px;z-index:1200;transform:translate(-50%,90px);opacity:0;background:var(--ink);color:white;border-radius:999px;padding:12px 18px;font-size:11px;font-weight:800;box-shadow:0 16px 45px rgba(20,7,3,.25);transition:.35s ease}.toast.show{transform:translate(-50%,0);opacity:1}

/* reveals */
.reveal-up,.reveal-left,.reveal-right{opacity:0;transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1)}.reveal-up{transform:translateY(38px)}.reveal-left{transform:translateX(-42px)}.reveal-right{transform:translateX(42px)}.reveal-up.visible,.reveal-left.visible,.reveal-right.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}

/* responsive */
@media (max-width:1120px){
  .hero{grid-template-columns:1fr .9fr}.hero h1{font-size:clamp(70px,9.6vw,120px)}
  .menu-shell{grid-template-columns:1fr 290px;gap:30px}.menu-grid{grid-template-columns:1fr 1fr}.cart-preview-sticky{padding:22px}
  .story{grid-template-columns:1fr 1fr}.contact{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .section-pad{padding:90px 28px}
  .site-header{left:12px;right:12px;top:10px;height:66px}.header-brand img{width:43px;height:43px}.site-nav{position:absolute;left:0;right:0;top:76px;display:grid;gap:3px;padding:12px;border-radius:22px;background:rgba(50,15,10,.96);border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 50px rgba(20,5,3,.25);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s ease}.site-nav.open{opacity:1;visibility:visible;transform:none}.site-nav>a,.nav-cart{width:100%;justify-content:space-between;text-align:left;padding:14px}.nav-toggle{display:block}
  .hero{grid-template-columns:1fr;min-height:auto;padding:125px 28px 55px}.hero-copy{max-width:720px}.hero-stage{height:590px;margin-top:15px}.hero-bg-word{font-size:49vw;bottom:3vw}.hero-sun{width:75vw;height:75vw}.scroll-cue{display:none}
  .manifesto{grid-template-columns:70px 1fr;gap:25px}.manifesto-note{grid-column:2}
  .menu-lab-head{grid-template-columns:1fr;gap:25px}.category-rail{padding-left:28px;padding-right:28px}.menu-shell{grid-template-columns:1fr}.menu-cart-preview{display:none}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .daily-section{grid-template-columns:1fr}.daily-art{min-height:520px;height:65vw}.daily-copy{padding:75px 28px 85px}.daily-art:after{background:linear-gradient(180deg,transparent 55%,var(--green) 100%)}
  .promo-track{grid-auto-columns:minmax(320px,70vw)}
  .story{grid-template-columns:1fr}.archive-wall{min-height:760px}.story-copy{min-height:650px}.archive-item{width:44%}
  .contact{grid-template-columns:1fr;padding:90px 28px}.contact-card{padding:40px 30px}.contact-info{padding:15px 28px}
  .footer-bottom{flex-direction:column}
}
@media (max-width:620px){
  .cursor-dot,.cursor-ring{display:none}
  .site-header{left:8px;right:8px;top:7px;height:62px;padding:0 12px}.header-brand img{width:40px;height:40px;border-radius:12px}.header-brand strong{font-size:15px}.header-brand span{font-size:8px}
  .hero{padding:112px 18px 45px}.eyebrow{font-size:9px}.hero h1{font-size:clamp(64px,20vw,92px);margin:25px 0}.hero h1 .script-line{font-size:.48em}.hero-lead{font-size:15px;line-height:1.65}.hero-ctas{display:grid}.hero-ctas .btn{width:100%}.hero-micro{gap:10px 14px;font-size:9px}.hero-stage{height:455px;margin-top:20px}.dish-main{width:72%;height:68%;right:2%;top:10%;border-width:6px}.dish-left{width:39%;height:29%;left:1%;bottom:4%;border-width:5px}.dish-right{width:34%;height:28%;right:-3%;border-width:5px}.hero-stamp{width:112px;height:112px;left:1%;top:7%}.hero-stamp span{top:27px;font-size:6px}.hero-stamp strong{font-size:15px}.hero-stamp i{bottom:20px}.hero-logo-chip{width:64px;height:64px;bottom:6%;right:2%}.dish-main figcaption{font-size:8px;left:13px;bottom:13px;padding:7px 9px}.hero-bg-word{bottom:10vw}.kinetic-track{font-size:18px;gap:20px;padding:13px 0}
  .section-pad{padding:78px 18px}.manifesto{grid-template-columns:1fr;gap:12px}.manifesto-index{font-size:52px}.manifesto-note{grid-column:auto;border-left:0;border-top:1px solid rgba(33,18,13,.15);padding:20px 0 0}.manifesto-copy h2{font-size:45px}
  .menu-lab{border-radius:34px 34px 0 0}.menu-lab-head{padding-bottom:38px}.menu-title h2,.promos-heading h2,.how-head h2{font-size:58px}.menu-intro{font-size:14px}.category-rail{padding-left:18px;padding-right:18px}.category-btn{padding:11px 16px}.menu-shell{padding-top:8px}.menu-grid{grid-template-columns:1fr;gap:10px}.menu-card{min-height:245px;padding:22px;border-radius:23px}.menu-card.has-image{min-height:360px;padding-top:200px}.menu-card h3{font-size:31px;margin-top:26px}.menu-card p{font-size:12px}.menu-price{font-size:24px}
  .daily-art{min-height:390px;height:105vw}.daily-copy{padding:65px 18px 75px}.daily-copy h2{font-size:62px}.daily-copy p{font-size:14px}.daily-copy .btn{width:100%}
  .promos{padding-right:0}.promos-heading{padding-right:18px;align-items:start}.promo-controls{display:none}.promo-track{grid-auto-columns:86vw;padding-right:18px}.promo-card{min-height:430px}.promos-disclaimer{padding-right:18px}
  .story-copy{min-height:auto}.story-copy h2{font-size:60px}.story-copy>p{font-size:14px}.archive-wall{min-height:630px}.archive-item{border-width:6px}.archive-item:nth-child(1){left:4%;width:53%;height:29%}.archive-item:nth-child(2){right:-7%;width:54%;height:28%}.archive-item:nth-child(3){left:-3%;width:52%;height:29%}.archive-item:nth-child(4){right:3%;width:52%;height:28%}.archive-item:nth-child(5){left:26%;width:48%;height:27%}
  .steps{grid-template-columns:1fr;gap:35px;margin-top:45px}.step{min-height:auto;padding-bottom:10px}.step h3{margin:20px 0 8px;font-size:39px}
  .contact{padding:75px 18px}.contact-card{padding:32px 23px;border-radius:28px;min-height:560px}.contact-card>img{width:72px;height:72px}.contact-card h2{font-size:55px}.contact-actions{display:grid}.contact-actions .btn{width:100%}.contact-info{border-radius:28px;padding:10px 23px}.contact-info strong{font-size:23px}
  .footer{padding:45px 18px 105px}.footer-top{align-items:flex-start;flex-direction:column;gap:25px}.footer-bottom{font-size:8px}
  .floating-cart{left:10px;right:10px;bottom:10px;width:auto;grid-template-columns:1fr auto auto;border-radius:18px;padding:14px 16px}.floating-cart.show{transform:none}.cart-drawer{padding:22px 18px 110px}.drawer-head h2{font-size:34px}.option-panel{padding:28px 22px}.option-panel h2{font-size:38px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  .reveal-up,.reveal-left,.reveal-right{opacity:1;transform:none}
  .kinetic-track{animation:none}
}

/* V3 production additions */
:where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--mustard);outline-offset:3px}
.category-btn{display:flex;align-items:center;gap:10px}.category-btn b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(33,18,13,.08);font-size:9px}.category-btn.active b,.category-btn:hover b{background:rgba(255,255,255,.14)}
.menu-toolbar{padding-top:0!important;padding-bottom:8px!important;display:flex;align-items:center;justify-content:space-between;gap:18px}
.menu-search{width:min(640px,100%);min-height:58px;border-radius:999px;background:rgba(255,250,239,.72);border:1px solid rgba(33,18,13,.14);display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 17px 0 20px;box-shadow:0 12px 34px rgba(72,34,20,.06);transition:.25s ease}
.menu-search:focus-within{background:#fff9ee;border-color:rgba(167,43,22,.45);box-shadow:0 0 0 5px rgba(167,43,22,.07),0 16px 38px rgba(72,34,20,.08)}
.menu-search>span{font-family:var(--serif);font-size:28px;color:var(--red);line-height:1;transform:rotate(-14deg)}.menu-search input{width:100%;border:0;background:transparent;outline:0;padding:17px 12px;color:var(--ink);font-size:14px}.menu-search input::placeholder{color:#9a7c6d}.menu-search button{border:0;background:var(--ink);color:white;width:30px;height:30px;border-radius:50%;font-size:18px;line-height:1}
.menu-result-meta{display:flex;align-items:baseline;gap:8px;min-width:max-content}.menu-result-meta strong{font-family:var(--serif);font-size:34px;color:var(--red)}.menu-result-meta span{max-width:90px;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#80665a;line-height:1.3}
.search-category{display:inline-flex;align-self:flex-start;margin-top:auto;margin-bottom:14px;padding:6px 9px;border-radius:999px;background:rgba(33,18,13,.07);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.featured .search-category{background:rgba(255,255,255,.12)}
.menu-no-results{grid-column:1/-1;min-height:320px;border:1px dashed rgba(33,18,13,.2);border-radius:28px;display:grid;place-items:center;text-align:center;padding:42px;background:rgba(255,250,239,.35)}.menu-no-results span{font-size:42px;color:var(--red)}.menu-no-results h3{font-family:var(--serif);font-size:34px;margin:4px 0 6px}.menu-no-results p{max-width:470px;font-size:13px;line-height:1.7;color:#70574b;margin:0}

.spotlights{position:relative;overflow:hidden;background:linear-gradient(145deg,#2b120d 0%,#45140e 55%,#62190f 100%);color:white}.spotlights:before{content:'ANTOJO';position:absolute;right:-4vw;top:-2vw;font-family:var(--serif);font-size:20vw;line-height:.8;font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none}.spotlight-head{position:relative;z-index:2;display:grid;grid-template-columns:1fr minmax(260px,440px);column-gap:45px;align-items:end;margin-bottom:50px}.spotlight-head .section-kicker{grid-column:1/-1;color:var(--mustard)}.spotlight-head h2{font-family:var(--serif);font-size:clamp(62px,7vw,106px);line-height:.8;letter-spacing:-.065em;margin:18px 0 0}.spotlight-head h2 em{color:var(--mustard)}.spotlight-head p{font-size:15px;line-height:1.75;color:rgba(255,255,255,.62);margin:0 0 7px}
.spotlight-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.spotlight-card{min-height:310px;border-radius:28px;padding:25px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);backdrop-filter:blur(10px);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .3s ease,background .3s ease,border-color .3s ease}.spotlight-card:after{content:'✦';position:absolute;right:-15px;top:-25px;font-size:120px;color:rgba(241,185,40,.045);transition:.35s ease}.spotlight-card:nth-child(3n+2){background:rgba(241,185,40,.09)}.spotlight-card:nth-child(3n){background:rgba(232,95,29,.09)}.spotlight-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.09);border-color:rgba(241,185,40,.35)}.spotlight-card:hover:after{transform:rotate(18deg) scale(1.1)}.spotlight-index{font-family:var(--serif);font-size:15px;color:var(--mustard);opacity:.8}.spotlight-copy{margin-top:42px;position:relative;z-index:2}.spotlight-copy>span{font-size:8px;letter-spacing:.2em;font-weight:800;color:rgba(255,255,255,.5)}.spotlight-copy h3{font-family:var(--serif);font-size:38px;line-height:.93;letter-spacing:-.04em;margin:10px 0 11px}.spotlight-copy p{font-size:12px;line-height:1.6;color:rgba(255,255,255,.56);margin:0;max-width:300px}.spotlight-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:end;gap:14px;padding-top:24px}.spotlight-foot strong{font-family:var(--serif);font-size:31px;color:var(--mustard)}.spotlight-add{border:0;border-radius:999px;background:var(--cream);color:var(--ink);padding:11px 15px;font-size:10px;font-weight:800}

.faq{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;background:var(--cream-2);position:relative}.faq-head{position:sticky;top:120px;align-self:start}.faq-head h2{font-family:var(--serif);font-size:clamp(58px,6vw,92px);line-height:.83;letter-spacing:-.06em;margin:18px 0 25px}.faq-head h2 em{color:var(--red)}.faq-head p{font-size:14px;line-height:1.7;color:#6e5549;max-width:420px}.faq-list{display:grid;align-content:start}.faq-item{border-top:1px solid rgba(33,18,13,.16)}.faq-item:last-child{border-bottom:1px solid rgba(33,18,13,.16)}.faq-question{width:100%;border:0;background:transparent;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;color:var(--ink);text-align:left}.faq-question span{font-family:var(--serif);font-size:clamp(23px,2.3vw,34px);line-height:1.08;letter-spacing:-.03em}.faq-question b{flex:0 0 auto;width:38px;height:38px;border-radius:50%;border:1px solid rgba(33,18,13,.16);display:grid;place-items:center;font-size:19px;font-weight:400;transition:.3s ease}.faq-item.open .faq-question b{transform:rotate(45deg);background:var(--red);color:white;border-color:var(--red)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-answer>p{overflow:hidden;margin:0;max-width:650px;color:#6d5448;font-size:14px;line-height:1.75}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding:0 58px 28px 0}
.contact-inline-link{display:inline-block;margin-top:9px;font-size:10px;font-weight:800;color:var(--red);border-bottom:1px solid currentColor;padding-bottom:2px}
.option-label+ .option-label{margin-top:12px}

@media (max-width:1120px){.spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq{gap:45px}}
@media (max-width:900px){.menu-toolbar{padding-left:28px!important;padding-right:28px!important;align-items:stretch}.spotlight-head{grid-template-columns:1fr;gap:20px}.spotlight-head .section-kicker{grid-column:auto}.faq{grid-template-columns:1fr;gap:35px}.faq-head{position:static}.spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.menu-toolbar{padding-left:18px!important;padding-right:18px!important;display:grid;gap:10px}.menu-result-meta{justify-content:flex-end}.menu-search{min-height:54px}.spotlights{padding-left:18px;padding-right:18px}.spotlight-head{margin-bottom:32px}.spotlight-head h2{font-size:58px}.spotlight-grid{grid-template-columns:1fr}.spotlight-card{min-height:260px}.spotlight-copy{margin-top:28px}.faq{padding-left:18px;padding-right:18px}.faq-head h2{font-size:57px}.faq-question{padding:22px 0}.faq-question span{font-size:26px}.faq-item.open .faq-answer>p{padding-right:15px}.category-btn{padding:10px 14px}}
@media (prefers-reduced-motion:reduce){.spotlight-card,.faq-answer,.faq-question b,.menu-search{transition:none!important}}
