:root{--background:#000;--foreground:#f5f4ef;--accent:#4943c5;--mut:#9a9a96;--card:#121214;--line:rgba(255,255,255,.12);color-scheme:dark}
:root.light{--background:#f6f6f4;--foreground:#16150f;--mut:#6b6a63;--card:#fff;--line:rgba(22,21,15,.1);color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--background);color:var(--foreground);font-family:'Archivo','Helvetica Neue',sans-serif;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #9691ff;outline-offset:5px}::selection{background:var(--accent);color:#fff}
.nav{position:sticky;top:0;z-index:40;max-width:1240px;margin:auto;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;border:1px solid transparent;border-radius:999px;transition:max-width .35s,padding .35s,top .35s,background .35s}.nav.floating{max-width:680px;top:16px;padding:10px 12px 10px 22px;background:color-mix(in srgb,var(--card) 92%,transparent);border-color:var(--line);backdrop-filter:blur(12px);box-shadow:0 16px 38px #0003}.brand{font-family:'Koulen',sans-serif;font-size:30px;font-weight:400;letter-spacing:.025em;line-height:1}.brand img{width:34px;height:34px}.nav nav{display:flex;align-items:center;gap:20px}.nav-how{font-size:14px;font-weight:600}.theme{display:grid;place-items:center;padding:9px;background:transparent;border:0;border-radius:50%}.theme:hover{background:var(--line)}.nav-cta{position:relative;background:var(--foreground);color:var(--background);font-size:14px;font-weight:700;padding:13px 20px;border-radius:999px}.nav-qr{display:none;position:absolute;top:calc(100% + 14px);right:0;padding:9px;border-radius:16px;background:#fff}.nav-qr img{width:88px;height:88px}.floating .nav-cta:hover .nav-qr{display:block}
.opening{position:relative;isolation:isolate;min-height:820px;padding:180px 28px 210px;display:grid;align-items:center;max-width:1600px;margin:auto;overflow:visible}.hero{position:relative;z-index:2;text-align:center;width:100%;max-width:860px;margin:auto}.hero-label{display:flex;justify-content:center;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.12em;margin-bottom:28px}.hero-label img{width:30px;height:30px}h1,h2,.step-title{font-family:'Archivo Black',sans-serif;font-weight:400}h1{font-size:clamp(48px,5.7vw,88px);line-height:1.03;letter-spacing:-.055em;margin:0 auto}h1 span{color:#8b85ff}.light h1 span{color:var(--accent)}.hero-copy{font-size:18px;line-height:1.6;color:var(--mut);margin:26px auto 0}.actions{display:flex;justify-content:center;gap:14px;margin-top:28px}.button{display:inline-flex;justify-content:center;align-items:center;gap:18px;padding:17px 26px;border-radius:999px;font-size:16px;font-weight:700;transition:transform .2s,border-color .2s;border:1.5px solid transparent}.primary{background:var(--accent);color:#fff}.button:hover{transform:translateY(-2px)}.hero-scroll{display:inline-flex;align-items:center;gap:12px;margin-top:26px;font-size:13px;color:var(--mut)}.food-scatter{position:absolute;inset:0;z-index:0;pointer-events:none}.food{position:absolute;width:clamp(120px,15vw,220px);height:auto;transform:rotate(var(--rotation,0deg));filter:drop-shadow(0 18px 20px #0003)}.food img{display:block;width:100%;height:auto;animation:breathe var(--duration,6s) ease-in-out infinite;animation-delay:var(--delay,0s);transform-origin:center;will-change:transform}.food-0{left:6%;top:40px;width:clamp(120px,12vw,180px);--rotation:-14deg;--duration:6.4s}.food-1{right:5%;top:45px;--rotation:12deg;--duration:7s;--delay:-2s}.food-2{left:3%;top:40%;--rotation:-12deg;--duration:6.8s;--delay:-4s}.food-3{right:3%;top:42%;width:clamp(120px,13vw,190px);--rotation:17deg;--duration:7.4s;--delay:-1s}.food-4{left:23%;bottom:32px;width:clamp(130px,13vw,190px);--rotation:12deg;--duration:7.2s;--delay:-3s}.food-5{right:22%;bottom:32px;width:clamp(120px,12vw,175px);--rotation:-12deg;--duration:6.6s;--delay:-5s}@keyframes breathe{0%,100%{transform:translateY(5px) scale(.975)}50%{transform:translateY(-7px) scale(1.035)}}
.section{max-width:1240px;margin:auto;padding:100px 32px}.eyebrow{display:block;font-size:12px;letter-spacing:.15em;font-weight:700;color:#aaa4ff;margin-bottom:22px}.light .eyebrow{color:var(--accent)}h2{font-size:clamp(34px,4.2vw,62px);line-height:1.06;letter-spacing:-.05em;margin:0}.product-intro{display:grid;grid-template-columns:1fr 1.12fr;gap:70px;align-items:center;border-top:1px solid var(--line)}.intro-copy h2{font-size:clamp(44px,5.5vw,80px)}.intro-copy h2 span{color:var(--mut)}.intro-copy p{font-size:18px;line-height:1.7;color:var(--mut);max-width:350px;margin:28px 0}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:16px;font-weight:600}.product-visual{background:var(--card);border:1px solid var(--line);border-radius:36px;padding:32px 22px 26px;min-width:0}.visual-label{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.13em;font-weight:700;margin-left:10px}.product-visual>img{width:100%;height:auto;margin:32px auto 20px;display:block}.visual-caption{display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;color:var(--mut)}.how{border-top:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:48px}.section-heading p{font-size:17px;line-height:1.6;color:var(--mut);margin:0}.steps{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.step{border:1px solid var(--line);background:var(--card);border-radius:26px;padding:28px;min-width:0;transition:border-color .25s}.step.is-open{border-color:#6f68da}.step-toggle{width:100%;display:flex;align-items:center;gap:16px;text-align:left;background:transparent;border:0}.step-num{font-family:'Archivo Black',sans-serif;font-size:14px;color:#aaa4ff;border:1px solid var(--line);border-radius:50%;width:42px;height:42px;display:grid;place-items:center;flex-shrink:0}.light .step-num{color:var(--accent)}.step-title{font-size:21px;line-height:1.2;letter-spacing:-.03em}.step-toggle svg{margin-left:auto;flex-shrink:0;transition:transform .3s}.is-open .step-toggle svg{transform:rotate(180deg)}.step-description{font-size:16px;line-height:1.65;color:var(--mut);margin:20px 0 0;max-width:390px}.step-panel{max-width:330px;margin:26px auto 0;animation:rise .4s ease}.step-panel img{display:block;width:100%;height:auto;border-radius:20px}.get{padding-top:10px;padding-bottom:80px}.get-card{display:flex;align-items:center;justify-content:space-between;gap:44px;background:#4943c5;border-radius:36px;padding:64px;color:#fff}.get-brand{display:flex;align-items:center;gap:12px;margin-bottom:44px}.get-icon{width:42px;height:42px}.get-card h2{font-size:clamp(36px,4.5vw,66px);letter-spacing:-.055em}.get-card h2 span{color:#c5c2ff}.get-card p{font-size:17px;margin:24px 0 28px;color:#e1dfff}.get-card a{display:inline-block}.store-badge{height:52px;width:auto}.download-qr{flex-shrink:0;text-align:center}.download-qr>div{background:white;border-radius:26px;padding:20px;transform:rotate(5deg)}.download-qr img{width:164px;height:164px}.download-qr>span{display:block;font-size:12px;font-weight:700;letter-spacing:.09em;margin-top:26px}footer{border-top:1px solid var(--line)}footer>div{max-width:1240px;margin:auto;padding:34px 32px;display:flex;align-items:center;gap:24px}footer nav{margin-left:auto;display:flex;gap:20px;font-size:14px}footer button{background:none;border:0}.copyright{color:var(--mut);font-size:14px}
.cookie-banner{position:fixed;bottom:16px;right:16px;z-index:45;width:min(420px,calc(100% - 32px));border:1px solid var(--line);background:var(--card);border-radius:20px;padding:18px 20px;box-shadow:0 24px 60px #0004;animation:rise .4s ease}.cookie-brand{display:flex;align-items:center;gap:9px}.cookie-brand img{width:26px;height:26px}.cookie-brand .brand{font-size:14px}.cookie-brand .cookie-icon{width:30px;height:30px;margin-left:auto}.cookie-banner p{font-size:14px;line-height:1.55;color:var(--mut);margin:10px 0 0}.cookie-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.cookie-actions button{border:1.5px solid var(--line);border-radius:999px;padding:10px 12px;background:transparent;font-size:13px;font-weight:600;flex:1;white-space:nowrap}.cookie-actions .accept{background:var(--accent);border-color:var(--accent);color:#fff}.preferences{max-width:520px!important;background:var(--card);color:var(--foreground);border-radius:24px;padding:28px;gap:16px}.dialog-title{font-family:'Archivo Black';font-size:20px}.preference-row{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}.preference-row p{color:var(--mut);margin-top:4px;line-height:1.5}.preference-row>span{color:#9892ff;white-space:nowrap;font-size:13px}@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

@media(max-width:1100px){.food-2,.food-3{top:49%;width:135px}.food-2{left:4%}.food-3{right:4%}.opening{padding-top:185px;padding-bottom:205px}.hero{max-width:680px}h1{font-size:64px}.product-intro{gap:36px}.get-card{padding:42px}.step-title{font-size:19px}}
@media(max-width:760px){.nav{padding:20px 24px}.nav nav{gap:8px}.nav-how{display:none}.nav.floating{width:calc(100% - 24px)}.brand{font-size:27px}.opening{min-height:0;padding:170px 20px 175px}.hero-label{font-size:10px;letter-spacing:.06em;gap:8px;margin-bottom:24px}.hero-label img{width:24px;height:24px}h1{font-size:clamp(36px,7.1vw,54px);letter-spacing:-.055em}.hero-copy{font-size:16px;margin-top:22px}.button{font-size:14px;padding:16px 20px;gap:12px}.hero-scroll{font-size:12px}.food{width:100px!important;max-width:24vw}.food-0{left:6%;top:32px;width:85px!important;--rotation:-12deg}.food-1{right:5%;top:28px;--rotation:10deg}.food-2{left:38%;top:30px;right:auto;bottom:auto;--rotation:-8deg}.food-3{right:5%;bottom:34px;top:auto;--rotation:10deg}.food-4{left:5%;bottom:34px;top:auto;--rotation:8deg}.food-5{right:38%;bottom:28px;top:auto;--rotation:-8deg}.section{padding:60px 24px}.product-intro{grid-template-columns:1fr;gap:36px}.intro-copy h2{font-size:52px}.intro-copy p{font-size:16px;max-width:430px}.product-visual{border-radius:26px;padding:26px 16px}.section-heading{display:block;margin-bottom:32px}.section-heading p{margin-top:20px;font-size:16px}h2{font-size:36px}.steps{grid-template-columns:1fr;gap:14px}.step{padding:24px;border-radius:22px}.step-title{font-size:19px}.step-description{font-size:16px}.step-panel{max-width:290px}.get{padding-top:0}.get-card{padding:36px 26px;border-radius:26px;display:block}.get-brand{margin-bottom:32px}.get-card h2{font-size:clamp(32px,7.6vw,52px)}.get-card p{font-size:16px}.download-qr{display:none}footer>div{flex-wrap:wrap;padding:30px 24px}footer nav{margin-left:0;width:100%;flex-wrap:wrap;gap:18px}.cookie-banner{padding:16px}.nav-qr{display:none!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.food img{will-change:auto}}

@font-face{font-family:'Fredoka One';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/FredokaOne-Regular.ttf') format('truetype')}
.hero h1,.brand{font-family:'Fredoka One',sans-serif;font-weight:400;letter-spacing:-.025em}
.brand{letter-spacing:0}

.nav.floating{padding:8px 10px 8px 19px}
.nav.floating .brand img{width:32px;height:32px}
.nav.floating .nav-cta{padding:11px 19px}
.nav.floating .theme{padding:8px}

.opening .hero{top:-80px}
@media(max-width:760px){.opening .hero{top:-32px}}

.food-4,.food-5{bottom:62px}
@media(max-width:760px){.food-4{bottom:46px}.food-5{bottom:40px}}

.phone-reveal{max-width:1060px;margin:0 auto;padding:24px 28px 88px;overflow:clip;overflow-clip-margin:160px}
.phone-reveal>img{display:block;width:min(680px,92%);height:auto;margin:0 auto;opacity:0;transform:translate3d(-190px,150px,0);will-change:transform,opacity}
@media(max-width:760px){.phone-reveal{padding:12px 20px 60px;overflow-clip-margin:100px}.phone-reveal>img{width:100%}}
@media(prefers-reduced-motion:reduce){.phone-reveal>img{opacity:1!important;transform:none!important;will-change:auto}}

.nav{transition:max-width 1.1s cubic-bezier(.22,1,.36,1),padding 1.1s cubic-bezier(.22,1,.36,1),top 1.1s cubic-bezier(.22,1,.36,1),background 1.1s ease,border-color 1.1s ease,box-shadow 1.1s ease}
.nav .nav-cta,.nav .theme{transition:padding 1.1s cubic-bezier(.22,1,.36,1),background .3s ease,color .3s ease}
@media(prefers-reduced-motion:reduce){.nav,.nav .nav-cta,.nav .theme{transition:none}}


.phone-reveal>img{-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 80%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 80%,transparent 100%)}

.opening .hero{max-width:1160px}
.hero h1{font-size:clamp(64px,6.3vw,96px);line-height:1.08;letter-spacing:-.035em;-webkit-text-stroke:.55px currentColor}
.hero h1 .headline-first{white-space:nowrap;color:var(--foreground)}
@media(max-width:1100px){.hero h1{font-size:clamp(48px,6.3vw,69px)}}
@media(max-width:760px){.hero h1{font-size:clamp(24px,6.65vw,50px);letter-spacing:-.04em;-webkit-text-stroke:.3px currentColor}}

.food-1{width:clamp(108px,13.5vw,198px);right:3%}
@media(max-width:760px){.food-1{width:90px!important;right:3%}}

.walkthrough{border-top:0;padding-top:72px;padding-bottom:100px}
.walkthrough-layout{display:grid!important;grid-template-columns:1fr 1fr;gap:70px!important;align-items:center}
.walkthrough-copy{min-width:0}.walkthrough h2{font-family:'Fredoka One',sans-serif;font-size:clamp(34px,3.6vw,52px);letter-spacing:-.025em;line-height:1.12;margin-bottom:36px}
.walkthrough-list{display:flex!important;flex-direction:column;width:100%!important;height:auto!important;padding:0!important;gap:0!important;background:none;align-items:stretch!important}
.walkthrough-choice{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%;height:auto!important;flex:none!important;gap:18px!important;border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;padding:22px 0!important;text-align:left;white-space:normal!important;background:transparent!important;box-shadow:none!important;color:var(--mut)!important}
.walkthrough-choice:after{display:none!important}.walkthrough-choice.is-active{color:var(--foreground)!important}.walkthrough-number{font-size:14px;font-weight:700;line-height:28px;min-width:26px;color:var(--mut)}.walkthrough-choice.is-active .walkthrough-number{color:#948dff}.light .walkthrough-choice.is-active .walkthrough-number{color:var(--accent)}
.walkthrough-label{flex:1;min-width:0}.walkthrough-title{display:block;font-size:21px;font-weight:600;line-height:1.35;letter-spacing:-.025em}.walkthrough-description{display:none;font-size:16px;line-height:1.6;font-weight:400;color:var(--mut);padding-top:10px;max-width:340px}.walkthrough-choice.is-active .walkthrough-description{display:block;animation:rise .35s ease}.walkthrough-arrow{font-size:22px;opacity:0;transition:opacity .3s}.walkthrough-choice.is-active .walkthrough-arrow{opacity:1}
.walkthrough-stage{min-width:0;background:radial-gradient(ellipse at 50% 48%,#4943c51a,transparent 70%)}.walkthrough-screen{margin:0;animation:phoneStepIn .55s cubic-bezier(.22,1,.36,1)}.walkthrough-screen[hidden]{display:none!important}.walkthrough-screen img{display:block;width:100%;height:auto;max-width:520px;margin:auto}.walkthrough-caption{display:flex;justify-content:space-between;gap:20px;max-width:400px;margin:26px auto 0;font-size:13px;color:var(--mut)}.walkthrough-caption>span:first-child{letter-spacing:.1em;font-weight:700}
@keyframes phoneStepIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(max-width:900px){.walkthrough-layout{gap:30px!important}.walkthrough-title{font-size:19px}}
@media(max-width:760px){.walkthrough{padding-top:32px;padding-bottom:64px}.walkthrough-layout{grid-template-columns:1fr;gap:30px!important}.walkthrough h2{font-size:36px;margin-bottom:24px}.walkthrough-choice{padding:18px 0!important}.walkthrough-stage{max-width:460px;width:100%;margin:auto}.walkthrough-screen img{max-width:380px}.walkthrough-caption{padding:0 12px}.walkthrough-description{max-width:none}}
@media(prefers-reduced-motion:reduce){.walkthrough-screen,.walkthrough-choice.is-active .walkthrough-description{animation:none}}

/* Native static runtime adapters. */
img{vertical-align:middle}.get-icon{display:block}.nav .bar-icon{display:none}.nav.floating .bar-icon{display:block}.nav.floating .brand>span{display:none}
.walkthrough-choice{cursor:pointer;font-family:inherit}.walkthrough-screen{display:block}.walkthrough-stage sc-if{display:contents}.walkthrough-list sc-for{display:contents}

/* Logo uses a luminance mask: only the lettering is painted. */
.eaterr-lettermark{display:block;width:64px;height:64px;flex-shrink:0;background:currentColor;mask-image:url("eaterr-lettermark.png");mask-mode:luminance;mask-size:contain;mask-position:center;mask-repeat:no-repeat}
.nav .brand{display:flex;align-items:center}
.nav .brand>.eaterr-lettermark,.nav.floating .brand>.eaterr-lettermark{display:block}
.get-brand .eaterr-lettermark{width:112px;height:112px;color:#fff}
@media(max-width:760px){.nav .eaterr-lettermark{width:52px;height:52px}.get-brand .eaterr-lettermark{width:96px;height:96px}}

/* Compact floating navigation with the stacked logo. */
.nav.floating{padding:8px 10px 8px 19px}
.nav.floating .eaterr-lettermark{width:32px;height:32px}

/* Match the floating header to the full-size desktop header. */
.nav.floating{height:70px;min-height:70px;padding:2px 18px}
.nav.floating .eaterr-lettermark{width:50px;height:50px}
.nav.floating .nav-cta{padding:13px 20px;line-height:normal}
.nav.floating .theme{padding:9px}
@media(max-width:760px){.nav.floating{height:70px;min-height:70px;padding:8px 18px}.nav.floating .eaterr-lettermark{width:50px;height:50px}}

/* Translucent black floating bar with background blur in dark mode. */
:root:not(.light) .nav.floating{background:rgba(0,0,0,.82);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}

/* Header morph follows scroll distance directly in both directions. */
.nav,.nav.floating{--p:var(--nav-progress,0);height:calc(114px - 44px * var(--p));min-height:0;max-width:calc(1240px - 560px * var(--p));width:100%;padding:calc(24px - 22px * var(--p)) calc(32px - 14px * var(--p));top:calc(16px * var(--p));transition:none;backdrop-filter:blur(calc(20px * var(--p)));-webkit-backdrop-filter:blur(calc(20px * var(--p)));border-color:rgba(255,255,255,calc(.12 * var(--p)));box-shadow:0 16px 38px rgba(0,0,0,calc(.2 * var(--p)))}
:root:not(.light) .nav,:root:not(.light) .nav.floating{background:rgba(0,0,0,calc(.82 * var(--p)));backdrop-filter:blur(calc(20px * var(--p)));-webkit-backdrop-filter:blur(calc(20px * var(--p)))}
:root.light .nav,:root.light .nav.floating{background:rgba(255,255,255,calc(.82 * var(--p)));border-color:rgba(22,21,15,calc(.1 * var(--p)))}
.nav .eaterr-lettermark,.nav.floating .eaterr-lettermark{width:calc(64px - 14px * var(--p));height:calc(64px - 14px * var(--p));transition:none}
@media(max-width:760px){.nav,.nav.floating{height:calc(94px - 24px * var(--p));width:calc(100% - 24px * var(--p));padding:calc(20px - 12px * var(--p)) calc(24px - 6px * var(--p))}.nav .eaterr-lettermark,.nav.floating .eaterr-lettermark{width:calc(52px - 2px * var(--p));height:calc(52px - 2px * var(--p))}}

/* No timed movement can run after scrolling stops. */
.nav,.nav.floating,.nav .eaterr-lettermark,.nav .nav-cta,.nav .theme{transition:none!important;animation:none!important}

/* Food images spread from the headline before their idle breathing starts. */
.opening:not(.foods-ready) .food{opacity:0}
.opening:not(.foods-settled) .food img{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.opening:not(.foods-ready) .food{opacity:1}}

/* Larger phone headline with natural wrapping. */
@media(max-width:760px){.hero h1{font-size:clamp(36px,10.5vw,56px);line-height:1.1;letter-spacing:-.035em}.hero h1 .headline-first{white-space:normal}}

/* The browser canvas and page content use the same selected theme. */
html,body{background-color:var(--background)}
@media(max-width:760px){
 body{padding-top:env(safe-area-inset-top,0px)}
 .nav,.nav.floating{top:calc(env(safe-area-inset-top,0px) + 16px * var(--p))}
}

/* Keep the mobile blur on its own layer; release it while the theme repaints. */
@media(max-width:760px){
 .nav,.nav.floating,:root.light .nav,:root.light .nav.floating,:root:not(.light) .nav,:root:not(.light) .nav.floating{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;isolation:auto}
 .nav::before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;pointer-events:none;background:rgba(0,0,0,calc(.82 * var(--p)))}
 :root.light .nav::before{background:rgba(255,255,255,calc(.82 * var(--p)))}
 .nav:not(.floating){position:relative}
 .nav:not(.floating)::before{content:none}
}

@media(max-width:760px){.nav.floating::before{backdrop-filter:blur(calc(20px * var(--p)));-webkit-backdrop-filter:blur(calc(20px * var(--p)))}.nav.refresh-theme-layer::before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}

/* Release Safari’s sticky sampling layer during a theme change, preserving its screen position. */
@media(max-width:760px){.nav.floating.refresh-theme-layer{position:relative;transform:translateY(var(--theme-repaint-offset,0px))}.nav.refresh-theme-layer::before{content:none}}


/* Centered download invitation with a diffuse violet wash. */
.section.get{max-width:none;padding:48px 0 72px;overflow:hidden}
.get-card{position:relative;isolation:isolate;overflow:hidden;display:flex;justify-content:center;text-align:center;min-height:660px;padding:80px 28px 96px;border-radius:0;background:var(--background);color:var(--foreground)}
.get-card::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 48% 52% at 50% 68%,rgba(111,94,234,.23),rgba(111,94,234,.07) 52%,transparent 85%)}
.get-card::after{content:none}
:root.light .get-card::before{background:radial-gradient(ellipse 48% 52% at 50% 68%,rgba(153,135,255,.25),rgba(153,135,255,.08) 52%,transparent 85%)}
.get-copy{position:relative;max-width:740px;width:100%}
.get-brand{justify-content:center;margin:0 0 30px}
.get-brand .eaterr-lettermark{width:88px;height:88px;color:var(--foreground)}
.get-card h2{font-family:'Fredoka One',sans-serif;font-weight:400;font-size:clamp(48px,5.7vw,80px);line-height:1.06;letter-spacing:-.035em}
.get-card h2 span{color:#9790ff}:root.light .get-card h2 span{color:var(--accent)}
.get-card .get-store{display:none;border-radius:12px;margin-top:36px}
.get-store:focus-visible{outline:3px solid #9790ff;outline-offset:6px}
.get-card .store-badge{height:58px}
.get-scan{margin:40px auto 0;width:160px;height:160px;padding:12px;background:#fff;border-radius:20px;transition:transform .3s cubic-bezier(.2,.8,.2,1);transform-origin:center;outline-offset:8px}
.get-scan img{display:block;width:100%;height:100%}
.get-scan:focus-visible{outline:3px solid #9790ff;transform:scale(1.22)}
@media(hover:hover){.get-scan:hover{transform:scale(1.22)}}
@media(max-width:760px){.section.get{padding:20px 0 40px}.get-card{min-height:530px;padding:72px 24px}.get-brand .eaterr-lettermark{width:76px;height:76px}.get-card h2{font-size:clamp(46px,12vw,64px)}.get-scan{display:none}.get-card .get-store{display:inline-block}.get-card .store-badge{height:54px}.get-card::before,:root.light .get-card::before{background:radial-gradient(ellipse 80% 50% at 50% 65%,rgba(133,111,244,.2),transparent 85%)}}
@media(prefers-reduced-motion:reduce){.get-scan{transition:none}}

/* Spacious closing section with flat, oversized shapes. */
.section.get{padding:56px 0 0}
.get-card{min-height:820px;padding:104px 28px 120px}
.get-copy{max-width:1080px}
.get-card h2{font-size:clamp(64px,8.5vw,120px)}
.get-brand{margin-bottom:36px}
.get-card::before,:root.light .get-card::before{inset:auto;left:-140px;bottom:-270px;width:620px;height:600px;border-radius:44% 56% 36% 64%;background:#4943c5;transform:rotate(-24deg)}
.get-card::after{content:"";position:absolute;z-index:-1;pointer-events:none;right:-180px;top:30px;width:480px;height:650px;border-radius:55% 45% 60% 40%;background:#aaa3f0;transform:rotate(28deg)}
.get-scan{margin-top:48px;width:184px;height:184px;padding:14px}
@media(max-width:1100px){.get-card::before,:root.light .get-card::before{left:-340px}.get-card::after{right:-340px}}
@media(max-width:760px){.section.get{padding:20px 0 0}.get-card{min-height:680px;padding:100px 24px 130px}.get-card h2{font-size:clamp(52px,14vw,76px)}.get-card::before,:root.light .get-card::before{left:-260px;bottom:-280px;width:460px;height:440px}.get-card::after{right:-280px;top:20px;width:370px;height:400px}.get-card .get-store{margin-top:44px}}

/* Smaller corner shapes leave the headline and download clear. */
.get-card h2{font-size:clamp(64px,6.3vw,96px);line-height:1.08}
.get-card::before,:root.light .get-card::before{left:-330px;bottom:-250px;width:560px;height:560px;border-radius:48% 52% 26% 74%;background:#4943c5;transform:rotate(-32deg);box-shadow:48px -30px 0 #776be0,88px -52px 0 #c2baf5}
.get-card::after{right:-235px;top:100px;width:390px;height:430px;border-radius:28% 72% 32% 68% / 62% 36% 64% 38%;background:#aaa3f0;transform:rotate(-22deg);box-shadow:-32px 30px 0 #7061d5,-60px 58px 0 #4943c5}
@media(max-width:1100px){.get-card h2{font-size:clamp(48px,6.3vw,69px)}.get-card::before,:root.light .get-card::before{left:-380px}.get-card::after{right:-280px}}
@media(max-width:760px){.get-card h2{font-size:clamp(36px,10.5vw,56px);line-height:1.1}.get-card::before,:root.light .get-card::before{left:-280px;bottom:-280px;width:400px;height:400px;box-shadow:26px -18px 0 #776be0,48px -32px 0 #c2baf5}.get-card::after{right:-240px;top:45px;width:280px;height:300px;box-shadow:-16px 18px 0 #7061d5,-30px 34px 0 #4943c5}}

/* FAQ: editorial heading beside accessible native disclosure rows. */
.faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;padding-top:110px;padding-bottom:110px;align-items:start}
.faq-label{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--mut);margin-bottom:24px}
.faq-intro h2{font-family:'Fredoka One',sans-serif;font-weight:400;font-size:clamp(44px,4.8vw,68px);line-height:1.08;letter-spacing:-.035em}
.faq-intro h2 span{color:#9790ff}:root.light .faq-intro h2 span{color:var(--accent)}
.faq-intro>p{font-size:16px;line-height:1.6;color:var(--mut);margin:24px 0 0}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);padding:0 22px;transition:background .2s}
.faq-list details[open]{background:var(--card);border-radius:18px;margin:12px 0}
.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px 0;font-size:18px;font-weight:600;line-height:1.4}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'+';flex:none;font-size:26px;line-height:1;font-weight:400;color:#9790ff}
.faq-list details[open] summary::after{content:'−'}
.faq-list summary:focus-visible{outline:2px solid #9790ff;outline-offset:5px;border-radius:5px}
.faq-list p{margin:0;padding:0 34px 28px 0;font-size:16px;line-height:1.75;color:var(--mut)}
@media(max-width:900px){.faq{gap:40px;grid-template-columns:1fr 1.3fr}}
@media(max-width:760px){.faq{grid-template-columns:1fr;gap:32px;padding:70px 24px}.faq-intro h2{font-size:48px}.faq-label{margin-bottom:18px}.faq-intro>p{margin-top:18px}.faq-list details{padding:0 16px}.faq-list summary{font-size:16px;padding:23px 0;gap:18px}.faq-list p{font-size:15px;padding-right:0}}

/* Product showcase: centered phone with four compact selectors underneath. */
.walkthrough-layout{grid-template-columns:1fr!important;gap:32px!important;text-align:center}
.walkthrough-copy{display:contents}
.walkthrough h2{grid-row:1;margin:0;font-size:clamp(40px,4.5vw,62px)}
.walkthrough h2 span{color:var(--mut)}
.walkthrough-stage{grid-row:2;width:100%;max-width:600px;margin:auto;background:var(--card);border-radius:40px;padding:20px 30px 0;overflow:hidden}
.walkthrough-screen img{max-width:390px}
.walkthrough-list{grid-row:3;display:grid!important;grid-template-columns:repeat(4,1fr);gap:12px!important;max-width:1040px;margin:0 auto}
.walkthrough-choice{display:block!important;padding:20px!important;border:1px solid var(--line)!important;border-radius:20px!important;text-align:left;background:transparent!important}
.walkthrough-choice.is-active{background:var(--card)!important;border-color:#8277e5!important}
.walkthrough-number{display:block;margin-bottom:10px;font-size:12px}
.walkthrough-title{font-size:17px}
.walkthrough-description,.walkthrough-choice.is-active .walkthrough-description{display:block;font-size:13px;line-height:1.5;padding-top:8px;animation:none}
/* FAQ: compact centered stack, separate from the product showcase. */
.faq{display:block;max-width:900px;padding-top:90px;padding-bottom:90px}
.faq-intro{text-align:center;margin-bottom:36px}
.faq-label{margin-bottom:14px;letter-spacing:.12em}
.faq-intro h2{font-size:clamp(36px,3.5vw,48px)}
.faq-list{border:0;display:grid;gap:10px}
.faq-list details,.faq-list details[open]{margin:0;border:1px solid var(--line);border-radius:18px;padding:0 24px;background:var(--card)}
.faq-list summary{padding:22px 0;font-size:17px}
.faq-list p{font-size:15px;line-height:1.6;padding:0 36px 22px 0}
@media(max-width:760px){.walkthrough-stage{max-width:420px;border-radius:28px;padding:12px 16px 0}.walkthrough-screen img{max-width:320px}.walkthrough-list{grid-template-columns:repeat(2,1fr);gap:10px!important}.walkthrough-choice{padding:16px!important}.walkthrough-title{font-size:15px}.walkthrough-description{font-size:12px}.faq{padding:64px 24px}.faq-intro h2{font-size:38px}.faq-list details,.faq-list details[open]{padding:0 18px}.faq-list summary{font-size:16px}.faq-list p{padding-right:0}}

/* Finish the existing layouts without changing their structure. */
.walkthrough-choice{border-color:transparent!important;background:color-mix(in srgb,var(--foreground) 3%,var(--background))!important}
.walkthrough-choice.is-active{border-color:transparent!important;background:var(--card)!important;box-shadow:0 6px 24px rgba(0,0,0,.06)!important}
.walkthrough-choice:focus-visible{outline:2px solid #8277e5;outline-offset:3px}
.faq-list summary::after,.faq-list details[open] summary::after{content:'';width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin:0 4px 5px 0;color:var(--mut)}
.faq-list details[open] summary::after{transform:rotate(225deg);margin-top:5px;margin-bottom:0}
.faq{padding-bottom:32px}
.faq + .section.get{padding-top:12px}
.faq + .get .get-card{padding-top:52px}
@media(max-width:760px){.faq{padding-bottom:24px}.faq + .section.get{padding-top:8px}.faq + .get .get-card{padding-top:40px}}

/* Uniform cards; selection is indicated by a purple step marker. */
.walkthrough-choice,.walkthrough-choice.is-active{background:var(--card)!important;box-shadow:0 6px 24px rgba(0,0,0,.06)!important;border-color:transparent!important;color:var(--foreground)!important}
.walkthrough-title{font-family:'Archivo Black',sans-serif;font-weight:400;letter-spacing:-.025em}
.walkthrough-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:color-mix(in srgb,var(--foreground) 6%,var(--card));color:var(--mut);font-weight:800}
.walkthrough-choice.is-active .walkthrough-number,.light .walkthrough-choice.is-active .walkthrough-number{background:var(--accent);color:#fff}
.faq-list details,.faq-list details[open]{border-radius:26px}
.faq{padding-bottom:48px}
.faq + .section.get{padding-top:20px}
.faq + .get .get-card{padding-top:64px}
@media(max-width:760px){.faq-list details,.faq-list details[open]{border-radius:24px}.faq{padding-bottom:36px}.faq + .section.get{padding-top:16px}.faq + .get .get-card{padding-top:52px}}

/* Fixed text widths; selection only transforms the cards visually. */
.walkthrough-list,.walkthrough-list:has(.is-active){grid-template-columns:repeat(4,minmax(0,1fr));gap:18px!important;align-items:stretch}
.walkthrough-choice{min-width:0;position:relative;--step-shift:0px;transform:translateX(var(--step-shift));transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s;box-shadow:0 3px 12px rgba(0,0,0,.04)!important;transform-origin:center}
.walkthrough-choice:has(~ .walkthrough-choice.is-active){--step-shift:-5px}
.walkthrough-choice.is-active ~ .walkthrough-choice{--step-shift:5px}
.walkthrough-choice.is-active{transform:translateY(-3px) scale(1.025);z-index:1;box-shadow:0 8px 16px rgba(0,0,0,.11)!important}
:root:not(.light) .walkthrough-choice.is-active{background:#1d1d20!important;box-shadow:0 10px 20px rgba(0,0,0,.4)!important}
.walkthrough-title{font-family:'Archivo','Helvetica Neue',sans-serif;font-weight:700;letter-spacing:-.025em}
.walkthrough-choice .walkthrough-number,.walkthrough-choice.is-active .walkthrough-number,.light .walkthrough-choice.is-active .walkthrough-number{background:color-mix(in srgb,var(--foreground) 6%,var(--card));color:var(--mut)}
@media(max-width:760px){
 .walkthrough-list,.walkthrough-list:has(.is-active){grid-template-columns:repeat(2,minmax(0,1fr));gap:14px!important}
 .walkthrough-choice:has(~ .walkthrough-choice.is-active),.walkthrough-choice.is-active ~ .walkthrough-choice{--step-shift:0px}
 .walkthrough-list:has([data-step="01"].is-active) [data-step="02"],.walkthrough-list:has([data-step="03"].is-active) [data-step="04"]{--step-shift:4px}
 .walkthrough-list:has([data-step="02"].is-active) [data-step="01"],.walkthrough-list:has([data-step="04"].is-active) [data-step="03"]{--step-shift:-4px}
}
@media(prefers-reduced-motion:reduce){.walkthrough-list,.walkthrough-choice{transition:none}}

/* Dark panels retain their shape through outlines, not filled surfaces. */
:root:not(.light) .walkthrough-stage{background:transparent;box-shadow:inset 0 0 0 1px rgba(255,255,255,.17)}
:root:not(.light) .walkthrough-choice,:root:not(.light) .walkthrough-choice.is-active{background:transparent!important;border:1px solid rgba(255,255,255,.17)!important;box-shadow:none!important}
:root:not(.light) .walkthrough-choice.is-active{border-color:rgba(255,255,255,.4)!important}
:root:not(.light) .faq-list details,:root:not(.light) .faq-list details[open]{background:transparent;border-color:rgba(255,255,255,.17)}
