:root {
    color-scheme:dark;
    --black:#0b0d0e;
    --panel:#16191b;
    --ink:#f7f7f5;
    --muted:#a4a8ac;
    --orange:#ff7900;
    --line:rgba(255,255,255,.11);
    font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-synthesis:none
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth;
    scroll-padding-top:115px
}
body {
    margin:0;
    background:var(--black);
    color:var(--ink);
    -webkit-font-smoothing:antialiased
}
body:before {
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:10;
    opacity:.12;
    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
    mix-blend-mode:soft-light
}
a {
    color:inherit;
    text-decoration:none
}
button {
    font:inherit
}
a,button {
    -webkit-tap-highlight-color:transparent
}
button,a {
    touch-action:manipulation
}
a:focus-visible,button:focus-visible {
    outline:3px solid var(--orange);
    outline-offset:6px
}
button:disabled {
    cursor:default
}
img {
    max-width:100%;
    height:auto
}
h1,h2,p {
    margin:0
}
h1,h2 {
    letter-spacing:-.067em;
    line-height:1.04;
    font-weight:750
}
h1 {
    font-size:clamp(62px,6.6vw,98px)
}
h2 {
    font-size:clamp(42px,5vw,74px)
}
p {
    color:var(--muted);
    font-size:18px;
    line-height:1.7
}
.orange {
    color:var(--orange)
}
.header {
    height:99px;
    position:sticky;
    top:0;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:0 max(5vw,calc((100vw - 1360px)/2));
    background:rgba(11,13,14,.87);
    backdrop-filter:blur(22px);
    border-bottom:1px solid var(--line)
}
.brand {
    display:inline-flex;
    flex-shrink:0
}
.brand img {
    width:190px
}
.header nav {
    display:flex;
    gap:30px;
    color:#c3c4c5;
    font-size:13px
}
.header nav a:hover,.footer-bottom a:hover {
    color:var(--orange)
}
.button {
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:19px 24px;
    border-radius:14px;
    background:var(--orange);
    color:#171008;
    font-size:14px;
    font-weight:750;
    transition:background .2s,transform .2s
}
.button:hover {
    background:#ff9638;
    transform:translateY(-2px)
}
.button span {
    font-size:21px
}
.button-small {
    padding:13px 17px;
    border-radius:11px;
    font-size:12px;
    gap:20px
}
.text-link {
    font-size:14px;
    font-weight:650;
    display:inline-flex;
    align-items:center;
    gap:20px;
    padding:12px 0
}
.text-link:hover {
    color:var(--orange)
}
.skip-link {
    position:fixed;
    top:0;
    left:25px;
    transform:translateY(-150%);
    background:var(--orange);
    color:#000;
    padding:15px;
    z-index:40
}
.skip-link:focus {
    transform:translateY(0)
}
.experience {
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:20px;
    max-width:1360px;
    margin:0 auto;
    padding:0 40px;
    position:relative
}
.hero {
    grid-column:1;
    grid-row:1;
    min-height:calc(100svh - 99px);
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    padding:70px 0 38px
}
.eyebrow {
    display:flex;
    align-items:center;
    gap:12px;
    font-size:10px;
    font-weight:750;
    letter-spacing:.17em;
    line-height:1.6
}
.status-dot {
    display:inline-block;
    width:6px;
    height:6px;
    background:var(--orange);
    border-radius:50%;
    box-shadow:0 0 0 5px #ff790017;
    flex-shrink:0
}
.hero h1 {
    margin-top:30px
}
.lead {
    margin-top:27px;
    font-size:18px;
    line-height:1.7
}
.hero-actions {
    display:flex;
    align-items:center;
    gap:28px;
    margin-top:35px
}
.scroll-cue {
    margin-top:72px;
    display:flex;
    gap:12px;
    align-items:center;
    color:var(--muted);
    font-size:9px;
    font-weight:650;
    letter-spacing:.15em
}
.scroll-symbol {
    display:grid;
    place-items:center;
    width:24px;
    height:35px;
    border:1px solid #46484a;
    border-radius:14px;
    color:var(--ink);
    font-size:17px
}
.device-stage {
    grid-column:2;
    grid-row:1/span 4;
    position:sticky;
    top:100px;
    align-self:start;
    height:calc(100svh - 110px);
    min-height:650px;
    max-height:820px;
    display:flex;
    flex-direction:column;
    justify-content:center
}
.scene {
    position:relative;
    height:620px;
    max-height:calc(100% - 65px);
    width:100%;
    perspective:1100px;
    isolation:isolate;
    display:grid;
    place-items:center
}
.scene:before {
    content:"";
    position:absolute;
    width:100%;
    aspect-ratio:1;
    max-height:100%;
    border-radius:50%;
    background:radial-gradient(ellipse,#ff790025,transparent 65%);
    z-index:-2
}
.orbit {
    position:absolute;
    width:97%;
    aspect-ratio:1;
    border:1px solid #ff790036;
    border-radius:50%;
    transform:rotateX(20deg) rotateZ(-20deg);
    z-index:-1
}
.orbit-two {
    width:77%;
    border:1px dashed #ff790027;
    transform:rotateX(20deg) rotateZ(25deg)
}
.scene-word {
    position:absolute;
    left:-4%;
    top:35%;
    width:110%;
    font-size:clamp(55px,7.2vw,110px);
    letter-spacing:-.06em;
    font-weight:850;
    color:#ff79000b;
    -webkit-text-stroke:1px #ff790029;
    transform:rotate(-13deg);
    z-index:-1
}
.scene-plus {
    position:absolute;
    color:var(--orange);
    font-size:28px;
    font-weight:250
}
.plus-one {
    top:10%;
    right:9%
}
.plus-two {
    bottom:14%;
    left:5%;
    font-size:19px
}
.phone {
    position:relative;
    flex-shrink:0;
    width:278px;
    height:556px;
    border:7px solid #2b2e31;
    border-radius:45px;
    background:#fff;
    color:#191b1d;
    box-shadow:0 0 0 2px #606266,0 0 0 5px #0b0d0e,25px 40px 75px #0009;
    overflow:hidden;
    transform:rotate(-8deg);
    will-change:transform
}


.app-screen {
    position:absolute;
    top:0;
    bottom:0;
    inset-inline:0;
    padding:6px 17px 0;
    background:#fff;
    opacity:0;
    transition:opacity .45s,transform .45s;
    transform:translateY(12px)
}
.screen-browse {
    opacity:1;
    transform:none
}
.app-top {
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:9px;
    color:#76777d;
    min-height:28px
}
.app-top b {
    display:block;
    color:#181a1c;
    font-size:12px;
    margin-top:2px
}
.avatar {
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#f0f0f2;
    color:#17191b;
    font-size:9px;
    font-weight:700
}
.app-greeting {
    font-size:28px;
    line-height:1.06;
    font-weight:800;
    letter-spacing:-1.2px;
    margin:13px 0
}
.app-greeting>span {
    color:#ff7900
}
.app-search {
    height:34px;
    display:flex;
    align-items:center;
    gap:9px;
    border:1px solid #e8e8ea;
    background:#f5f5f7;
    color:#777b80;
    border-radius:12px;
    padding:0 10px;
    font-size:9px
}
.app-search>span {
    font-size:22px;
    color:#17191b
}
.categories {
    display:flex;
    justify-content:space-between;
    padding-top:9px
}
.categories>div {
    display:flex;
    flex-direction:column;
    align-items:center;
    width:30%;
    padding:0 0 6px;
    border-radius:12px;
    font-size:9px;
    color:#62646a
}
.categories .selected {
    background:#fff0e2;
    color:#d96200
}
.categories img {
    width:42px;
    height:42px;
    object-fit:contain
}
.app-banner {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:10px;
    border-radius:14px;
    background:#ffebd6;
    overflow:hidden;
    height:80px;
    padding-left:12px
}
.app-banner div {
    font-size:13px;
    line-height:1.35;
    letter-spacing:-.3px;
    white-space:nowrap
}
.app-banner img {
    width:104px;
    transform:rotate(-12deg);
    margin-right:-9px
}
.app-section-title {
    font-size:11px;
    font-weight:750;
    display:flex;
    justify-content:space-between;
    margin:12px 0 5px
}
.app-section-title span {
    color:#f70
}
.food-row {
    display:flex;
    align-items:center;
    gap:6px;
    height:41px;
    border-bottom:1px solid #f0f0f3;
    font-size:9px
}
.food-row img {
    width:40px;
    height:40px
}
.food-row b {
    font-size:9px
}
.food-row small {
    display:block;
    font-size:8px;
    color:#888;
    line-height:1.5;
    margin-top:3px
}
.food-row>span {
    margin-left:auto
}
.app-tabbar {
    display:flex;
    justify-content:space-between;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:7px 22px 3px;
    background:#fff;
    border-top:1px solid #ededf0
}
.app-tabbar span {
    font-size:20px;
    text-align:center;
    color:#96969b
}
.app-tabbar small {
    display:block;
    font-size:7px
}
.app-tabbar .active {
    color:#f70
}

.floating-card {
    position:absolute;
    z-index:4;
    display:flex;
    align-items:center;
    gap:12px;
    border:1px solid #ffffff24;
    background:linear-gradient(140deg,#2b2d30ed,#17191bf5);
    backdrop-filter:blur(18px);
    padding:15px 17px;
    border-radius:17px;
    box-shadow:0 15px 40px #0006;
    transform:translateY(var(--float-y,0px))
}
.floating-card b {
    font-size:12px;
    display:block;
    letter-spacing:-.2px
}
.floating-card small {
    font-size:10px;
    display:block;
    color:#a5a6ab;
    margin-top:5px
}
.floating-top {
    top:18%;
    left:0;
    transform:rotate(-5deg) translateY(var(--float-y,0px))
}
.floating-bottom {
    bottom:13%;
    right:0;
    transform:rotate(5deg) translateY(var(--float-y,0px))
}
.card-icon {
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border:1px solid #ffffff1f;
    border-radius:11px;
    font-size:22px;
    color:#ff9636
}
.orange-icon {
    background:var(--orange);
    color:#15100b;
    border:0
}
.mini-spark {
    color:var(--orange);
    margin-left:3px
}
.stage-caption {
    display:flex;
    justify-content:space-between;
    font-size:8px;
    letter-spacing:.14em;
    color:#777d81;
    padding:12px 28px
}
.story-controls {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 20px;
    border-top:1px solid var(--line);
    gap:8px
}
.chapter-link {
    font-size:10px;
    color:#878b90;
    display:flex;
    gap:6px;
    padding:7px 0
}
.chapter-link span {
    font-size:9px
}
.chapter-link[aria-current="step"] {
    color:var(--ink)
}
.chapter-link[aria-current="step"] span {
    color:var(--orange)
}


.step {
    grid-column:1;
    min-height:92svh;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding:110px 30px 100px 0;
    scroll-margin-top:0
}
.step-number {
    font-size:19px;
    color:var(--orange);
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:28px;
    font-weight:600
}
.step-number span {
    font-size:9px;
    letter-spacing:.17em;
    color:var(--muted)
}
.step h2 {
    font-size:clamp(43px,4.6vw,66px)
}
.step p {
    margin-top:28px;
    max-width:395px;
    font-size:17px
}
.detail-line {
    border-top:1px solid var(--line);
    display:flex;
    align-items:center;
    gap:15px;
    margin:35px 0 19px;
    padding-top:25px;
    width:90%
}
.detail-line>span {
    width:39px;
    height:39px;
    background:#ff790012;
    color:var(--orange);
    border:1px solid #ff79002f;
    border-radius:13px;
    display:grid;
    place-items:center;
    font-size:21px
}
.detail-line b {
    font-size:13px
}
.detail-line small {
    display:block;
    font-size:12px;
    color:var(--muted);
    margin-top:6px
}
.order-item {
    display:flex;
    align-items:center;
    flex-direction:column;
    border-radius:19px;
    background:#fff0e2;
    padding:8px 0 15px;
    margin-bottom:14px
}
.order-item img {
    width:90px;
    height:90px
}
.order-item b {
    font-size:12px
}
.order-item small {
    font-size:9px;
    color:#8c684b;
    margin-top:5px
}
.checkout-row {
    display:flex;
    align-items:center;
    gap:10px;
    padding:13px 0;
    border-bottom:1px solid #eee
}
.checkout-row>span {
    color:#ff7900;
    font-size:20px
}
.checkout-row>span:last-child {
    margin-left:auto;
    font-size:12px
}
.checkout-row b {
    display:block;
    font-size:10px
}
.checkout-row small {
    display:block;
    font-size:9px;
    color:#898b8f;
    margin-top:4px
}
.delivery-note {
    display:flex;
    align-items:center;
    gap:7px;
    font-size:9px;
    margin:15px 0;
    color:#626467
}
.delivery-note span {
    color:#368044
}
.app-pay-button {
    display:flex;
    justify-content:space-between;
    background:#ff7900;
    color:#201306;
    border-radius:12px;
    padding:15px 12px;
    font-size:11px;
    font-weight:750
}
.map-preview {
    height:220px;
    border-radius:18px;
    background:#efeee8;
    position:relative;
    overflow:hidden
}
.map-preview svg {
    width:100%;
    height:100%
}
.map-streets {
    stroke:#fff;
    stroke-width:14;
    stroke-linejoin:round
}
.map-route-base {
    stroke:#ff790036;
    stroke-width:7;
    stroke-linejoin:round
}
.map-route {
    stroke:#ff7900;
    stroke-width:5;
    stroke-linejoin:round;
    stroke-linecap:round;
    stroke-dasharray:360;
    stroke-dashoffset:var(--route-offset,100)
}
.map-label {
    position:absolute;
    font-size:8px;
    background:#fff;
    border-radius:5px;
    padding:5px 7px;
    box-shadow:0 3px 10px #0001
}
.start-label {
    top:21%;
    left:8%
}
.end-label {
    bottom:7%;
    right:6%
}
.tracking-card {
    display:flex;
    align-items:center;
    gap:9px;
    margin:17px 0
}
.tracking-icon {
    display:grid;
    place-items:center;
    background:#fff0e2;
    color:#ff7900;
    width:34px;
    height:34px;
    border-radius:11px;
    font-size:20px
}
.tracking-card b {
    display:block;
    font-size:10px
}
.tracking-card small {
    display:block;
    font-size:9px;
    color:#84868c;
    margin-top:4px
}
.tracking-steps {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:4px 8px
}
.tracking-steps span {
    font-size:15px;
    color:#50a064;
    text-align:center
}
.tracking-steps small {
    display:block;
    color:#8b8d91;
    font-size:8px;
    margin-top:5px
}
.tracking-steps i {
    height:1px;
    width:30px;
    background:#d7dad7
}
.tracking-steps .active {
    color:#ff7900
}
[data-screen="pay"] .screen-browse,[data-screen="track"] .screen-browse {
    opacity:0;
    transform:translateY(-12px)
}
[data-screen="pay"] .screen-pay,[data-screen="track"] .screen-track {
    opacity:1;
    transform:none
}
.community {
    border-top:1px solid var(--line);
    max-width:1280px;
    margin:50px auto 0;
    padding:105px 30px 115px
}
.community h2 {
    margin-top:22px;
    font-size:clamp(43px,5vw,68px)
}
.reviews {
    display:grid;
    grid-template-columns:1.25fr .85fr 1fr;
    margin-top:55px;
    gap:20px
}
.reviews figure {
    margin:0;
    padding:29px;
    background:linear-gradient(130deg,#20232666,#111315);
    border:1px solid var(--line);
    border-radius:22px;
    display:flex;
    flex-direction:column;
    min-height:260px
}
.stars {
    color:var(--orange);
    letter-spacing:4px;
    font-size:12px
}
.reviews blockquote {
    font-size:18px;
    line-height:1.5;
    letter-spacing:-.3px;
    margin:22px 0 30px
}
.reviews figcaption {
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:auto
}
.review-avatar {
    width:36px;
    height:36px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#ff790011;
    border:1px solid #ff790032;
    color:#ff9636;
    font-size:12px
}
.reviews figcaption b {
    display:block;
    font-size:11px
}
.reviews figcaption small {
    display:block;
    color:#90959a;
    font-size:10px;
    margin-top:5px
}
.download {
    background:var(--orange);
    color:#17100a;
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:20px;
    padding:80px max(6vw,calc((100vw - 1220px)/2));
    isolation:isolate
}
.download h2 {
    font-size:clamp(50px,6.5vw,92px);
    margin-top:22px
}
.download h2 span {
    color:#fff5e9
}
.download p {
    color:#47280e;
    font-size:16px;
    margin-top:24px
}
.availability {
    display:flex;
    align-items:center;
    gap:10px;
    font-size:13px;
    font-weight:750;
    margin-top:28px
}
.availability .status-dot {
    background:#23170d;
    box-shadow:0 0 0 4px #0000000c
}
.download .download-note {
    font-size:12px;
    max-width:345px;
    margin-top:10px;
    line-height:1.6
}
.button-dark {
    background:#141719;
    color:#fff;
    margin-top:26px
}
.button-dark:hover {
    background:#303437
}
.download-art {
    position:relative;
    display:grid;
    place-items:center
}
.download-art:before {
    content:"";
    position:absolute;
    width:95%;
    aspect-ratio:1;
    border:1px solid #2e190b33;
    border-radius:50%;
    z-index:-1
}
.download-art>img:first-child {
    position:absolute;
    top:3%;
    right:0;
    width:240px;
    transform:rotate(15deg);
    filter:drop-shadow(0 15px 18px #63300033)
}
.download-art>img:last-child {
    position:absolute;
    bottom:0;
    left:5%;
    width:160px;
    transform:rotate(-20deg);
    filter:drop-shadow(0 15px 18px #63300033)
}
.food-sticker {
    background:#f5f0e7;
    color:#191b1d;
    font-size:48px;
    font-weight:900;
    letter-spacing:-3px;
    line-height:.96;
    padding:38px 35px;
    border-radius:25px;
    transform:rotate(-11deg);
    border:1px solid #fff8;
    box-shadow:12px 18px 0 #aa4f0326;
    z-index:1
}
footer {
    max-width:1280px;
    margin:auto;
    padding:72px 30px 30px
}
.footer-top {
    display:flex;
    justify-content:space-between;
    gap:30px;
    align-items:flex-start;
    padding-bottom:65px
}
.footer-top .eyebrow {
    color:#7f868c;
    font-size:9px
}
.footer-email {
    font-size:26px;
    letter-spacing:-1px;
    display:block;
    margin-top:16px
}
.footer-email span {
    color:var(--orange)
}
.footer-phone {
    display:block;
    font-size:13px;
    color:var(--muted);
    margin-top:12px
}
.footer-bottom {
    border-top:1px solid var(--line);
    padding-top:25px;
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    color:#8b9196;
    font-size:10px
}
.footer-bottom nav {
    display:flex;
    gap:22px
}
.motion-off .phone {
    transform:rotate(0deg)!important
}
.motion-off .floating-card {
    --float-y:0px!important
}
.motion-off * {
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important
}
@media(min-width:1600px) {
    .hero h1 {
        font-size:99px
    }
    .hero {
        min-height:790px
    }
    .device-stage {
        height:780px
    }
}
@media(max-width:1100px) {
    .header {
        padding:0 30px;
        gap:15px
    }
    .header nav {
        gap:18px;
        font-size:12px
    }
    .brand img {
        width:165px
    }
    .experience {
        padding:0 30px;
        gap:0
    }
    .hero h1 {
        font-size:clamp(57px,7vw,77px)
    }
    .hero-actions {
        gap:20px;
        flex-wrap:wrap
    }
    .hero .button {
        padding:16px 17px;
        gap:15px;
        font-size:12px
    }
    .hero .text-link {
        font-size:12px
    }
    .floating-top {
        left:-5%;
        top:14%
    }
    .floating-bottom {
        right:-1%;
        bottom:15%
    }
    .floating-card {
        padding:12px;
        gap:8px
    }
    .floating-card b {
        font-size:10px
    }
    .floating-card small {
        font-size:9px
    }
    .card-icon {
        width:29px;
        height:29px
    }
    .phone {
        width:264px;
        height:542px
    }
    .app-screen {
        padding-inline:15px
    }
    .scene {
        height:590px
    }
    .device-stage {
        min-height:620px
    }
    .story-controls {
        padding:12px 3px
    }
    .stage-caption {
        padding-inline:5px
    }
    .step {
        padding-right:25px
    }
    .step h2 {
        font-size:clamp(40px,4.8vw,60px)
    }
    .reviews {
        gap:12px
    }
    .reviews figure {
        padding:22px
    }
    .reviews blockquote {
        font-size:16px
    }
    .footer-email {
        font-size:23px
    }
}
@media(max-width:760px) {
    html {
        scroll-padding-top:90px
    }
    .header {
        height:77px;
        padding:0 22px
    }
    .brand img {
        width:155px
    }
    .header nav {
        display:none
    }
    .button-small {
        font-size:10px;
        padding:10px 12px;
        gap:12px
    }
    .button-small span {
        font-size:17px
    }
    .experience {
        display:flex;
        flex-direction:column;
        padding:0 24px;
        overflow:clip;
        overflow-clip-margin:24px
    }
    .hero {
        min-height:auto;
        padding:64px 0 20px;
        order:0
    }
    .hero h1 {
        font-size:clamp(58px,11.5vw,87px);
        margin-top:25px
    }
    .hero .eyebrow {
        font-size:8px
    }
    .lead {
        font-size:16px;
        margin-top:22px
    }
    .hero-actions {
        margin-top:26px;
        gap:24px
    }
    .hero .button {
        padding:16px 19px;
        font-size:12px
    }
    .scroll-cue {
        margin-top:32px;
        font-size:8px
    }
    .device-stage {
        order:1;
        position:relative;
        top:auto;
        width:100%;
        height:650px;
        min-height:0;
        max-height:none;
        align-self:auto;
        margin-bottom:10px
    }
    .scene {
        height:560px;
        max-height:none
    }
    .phone {
        width:264px;
        height:542px;
        transform:rotate(-6deg)
    }
    .floating-top {
        left:0;
        top:15%
    }
    .floating-bottom {
        right:0;
        bottom:11%
    }
    .scene-word {
        font-size:75px
    }
    .orbit-one {
        width:95%
    }
    .orbit-two {
        width:75%
    }
    .stage-caption {
        padding:15px 0
    }
    .story-controls {
        padding:10px 0
    }
    .chapter-link {
        font-size:11px
    }

.step {
        order:2;
        min-height:0;
        padding:65px 0;
        border-top:1px solid var(--line);
        width:100%
    }
    .step h2 {
        font-size:clamp(42px,8.7vw,62px)
    }
    .step p {
        font-size:16px;
        max-width:450px
    }
    .step-number {
        margin-bottom:23px
    }
    .detail-line {
        margin-top:26px
    }
    .community {
        padding:70px 24px;
        margin-top:0
    }
    .community .eyebrow {
        font-size:8px
    }
    .community h2 {
        font-size:46px
    }
    .reviews {
        grid-template-columns:1fr;
        margin-top:35px;
        gap:14px
    }
    .reviews figure {
        min-height:0;
        padding:26px
    }
    .reviews blockquote {
        font-size:18px
    }
    .reviews figcaption {
        margin-top:0
    }
    .download {
        padding:60px 24px 45px;
        grid-template-columns:1fr
    }
    .download .eyebrow {
        font-size:8px
    }
    .download h2 {
        font-size:clamp(50px,10.5vw,76px)
    }
    .download-art {
        height:290px;
        width:min(100%,370px);
        justify-self:center
    }
    .download-art>img:first-child {
        width:175px;
        top:0;
        right:0
    }
    .download-art>img:last-child {
        width:120px;
        bottom:0;
        left:0
    }
    .food-sticker {
        font-size:37px;
        padding:28px;
        border-radius:20px
    }
    .download-art:before {
        width:80%
    }
    footer {
        padding:50px 24px 25px
    }
    .footer-top {
        flex-direction:column;
        gap:38px;
        padding-bottom:35px
    }
    .footer-email {
        font-size:26px
    }
    .footer-bottom {
        flex-wrap:wrap;
        gap:22px;
        line-height:1.6
    }
    .footer-bottom>span {
        width:100%
    }
    .footer-bottom nav {
        gap:20px
    }
    .footer-bottom>a {
        margin-left:auto
    }
}
@media(max-width:380px) {
    .header {
        padding-inline:16px
    }
    .brand img {
        width:133px
    }
    .header .button {
        font-size:9px;
        gap:7px
    }
    .experience {
        padding-inline:20px
    }
    .hero h1 {
        font-size:54px
    }
    .floating-card {
        padding:10px
    }
    .floating-card b {
        font-size:9px
    }
    .floating-card small {
        font-size:8px
    }
    .floating-top {
        left:-7px
    }
    .floating-bottom {
        right:-7px
    }
    .chapter-link {
        font-size:10px
    }

}
@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto
    }
    *,*:before,*:after {
        animation:none!important;
        transition:none!important
    }
    .phone {
        transform:none!important
    }
    .floating-card {
        --float-y:0px!important
    }
}
/* Preview buttons also let touch users explore every app screen. */
.story-controls[hidden] {
    display:none
}
.chapter-link {
    font-family:inherit;
    border:0;
    background:none;
    cursor:pointer
}
.chapter-link[aria-pressed="true"] {
    color:var(--ink)
}
.chapter-link[aria-pressed="true"] span {
    color:var(--orange)
}
@media(min-width:761px) and (max-height:780px) {
    .device-stage {
        height:calc(100svh - 110px);
        min-height:0
    }
    .scene {
        flex:1;
        min-height:0;
        max-height:none;
        height:auto
    }
    .phone {
        scale:.82
    }
    .floating-top {
        top:16%
    }
    .floating-bottom {
        bottom:12%
    }
    .hero {
        padding-top:45px
    }
    .scroll-cue {
        margin-top:42px
    }
}
@media(min-width:761px) and (max-height:620px) {
    .phone {
        scale:.64
    }
    .floating-card {
        scale:.9
    }
    .stage-caption {
        padding-block:5px
    }
    .story-controls {
        padding-block:5px
    }
}
/* Edge-to-edge app captures: inner frame preserves the 390 × 780 aspect ratio. */
.phone {
    width: 278px;
    height: 542px;
    background: #101416;
}


.app-screen.app-capture {
    padding: 0;
    background: #101416;
    transform: translateX(24px) scale(.985);
    transition: opacity .5s ease, transform .7s cubic-bezier(.2,.7,.2,1);
    overflow: hidden;
}
.app-capture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(var(--capture-scale, 1));
    transform-origin: center;
}
.device-stage[data-direction="back"] .app-capture { transform: translateX(-24px) scale(.985); }
[data-screen="browse"] .app-capture.screen-browse,
[data-screen="pay"] .app-capture.screen-pay,
[data-screen="track"] .app-capture.screen-track {
    opacity: 1;
    transform: none;
}
[data-screen="pay"] .app-capture.screen-browse,
[data-screen="track"] .app-capture.screen-browse { opacity: 0; }
.stage-caption { letter-spacing: .09em; gap: 12px; }
.motion-off .app-capture img { transform: none; }
@media (max-width: 1100px) {
    .phone { width: 264px; height: 514px; }
}
@media (max-width: 760px) {
    .device-stage { height: 680px; }
    .scene { height: 595px; }
    .stage-caption { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
    .app-capture img { transform: none; }
}
/* Rotated decorative rings must not introduce horizontal page scrolling. */
body { overflow-x: clip; }
html { overflow-x: clip; }
.experience { overflow: clip; overflow-clip-margin: 0; }
