:root {
    --ink: #17211c;
    --muted: #68746d;
    --cream: #fbf8f0;
    --orange: #ff6b35;
    --orange-dark: #e65124;
    --green: #165b3c;
    --green-dark: #0f402b;
    --yellow: #ffc94a;
    --line: #e9e5dc;
    --white: #fff;
    --shadow: 0 18px 50px rgba(27, 46, 37, .10);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.announcement {
    min-height: 38px;
    padding: 8px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    color: #fff;
    background: var(--green);
    font-size: 13px;
}
.announcement p { margin: 0; }
.announcement button {
    position: absolute;
    right: 4%;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 22px;
    line-height: 1;
}

.site-header {
    height: 78px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    gap: 34px;
    background: rgba(251, 248, 240, .94);
    border-bottom: 1px solid rgba(23, 33, 28, .08);
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 22px/1 "Manrope", sans-serif; letter-spacing: -1px; }
.brand > span:last-child > span { color: var(--orange); }
.brand-mark {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--orange);
    transform: rotate(-3deg);
}
.brand-mark svg { width: 26px; fill: currentColor; }
.location-pill {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    color: var(--ink);
    text-align: left;
}
.location-pill > span:nth-child(2) { display: flex; flex-direction: column; }
.location-pill small { color: var(--muted); font-size: 10px; }
.location-pill strong { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; color: #4f5c55; font-weight: 600; font-size: 14px; }
.desktop-nav a:hover { color: var(--orange); }
.cart-button {
    min-width: 104px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: var(--orange);
    font-weight: 700;
}
.cart-button:hover { background: var(--orange-dark); }
.cart-button svg { width: 20px; }
.cart-button b { min-width: 21px; height: 21px; padding: 0 5px; display: grid; place-items: center; border-radius: 20px; color: var(--orange); background: #fff; font-size: 11px; }

.hero {
    min-height: 650px;
    padding: 82px 7% 76px;
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: 6%;
    overflow: hidden;
    position: relative;
}
.hero::before {
    content: "";
    width: 390px;
    height: 390px;
    position: absolute;
    left: -260px;
    top: 50px;
    border: 80px solid rgba(255, 201, 74, .12);
    border-radius: 50%;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 23px; height: 2px; background: var(--orange); }
.hero h1 {
    margin: 18px 0;
    font: 800 clamp(52px, 5.6vw, 82px)/.98 "Manrope", sans-serif;
    letter-spacing: -4px;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 580px; margin: 0 0 29px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-search {
    max-width: 610px;
    height: 64px;
    padding: 7px 7px 7px 19px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}
.hero-search:focus-within { outline: 3px solid rgba(255, 107, 53, .14); border-color: var(--orange); }
.hero-search svg { width: 22px; fill: none; stroke: var(--muted); stroke-width: 2; }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); font-size: 15px; }
.hero-search button { height: 50px; padding: 0 23px; border: 0; border-radius: 13px; color: #fff; background: var(--orange); font-weight: 800; }
.hero-search button:hover { background: var(--orange-dark); }
.hero-proof { margin-top: 28px; display: flex; gap: 28px; }
.hero-proof > div { display: flex; align-items: center; gap: 9px; }
.hero-proof > div > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #fff3da; font-size: 18px; }
.hero-proof p { margin: 0; display: flex; flex-direction: column; }
.hero-proof strong { font-size: 12px; }
.hero-proof small { color: var(--muted); font-size: 10px; }

.hero-art { height: 510px; position: relative; }
.hero-art::before {
    content: "";
    width: 480px;
    height: 480px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ffd56c;
}
.sun { position: absolute; border-radius: 50%; background: rgba(255, 107, 53, .15); }
.sun-one { width: 58px; height: 58px; right: 1%; top: 18px; }
.sun-two { width: 24px; height: 24px; left: 2%; bottom: 40px; }
.delivery-scene { width: 100%; height: 100%; position: relative; overflow: hidden; }
.road { width: 94%; height: 74px; position: absolute; left: 3%; bottom: 49px; border-radius: 50%; background: #d7cdb8; transform: perspective(120px) rotateX(40deg); }
.city { position: absolute; bottom: 89px; opacity: .35; }
.city::before, .city::after { content: ""; position: absolute; bottom: 0; background: #f3a82d; }
.city-left { left: 7%; width: 110px; height: 100px; border-bottom: 36px solid #f3a82d; }
.city-left::before { width: 34px; height: 90px; left: 12px; }
.city-left::after { width: 36px; height: 65px; left: 63px; }
.city-right { right: 5%; width: 130px; height: 90px; border-bottom: 45px solid #f3a82d; }
.city-right::before { width: 42px; height: 82px; left: 6px; }
.city-right::after { width: 50px; height: 115px; right: 8px; }
.cloud { width: 80px; height: 18px; position: absolute; border-radius: 20px; background: rgba(255, 255, 255, .75); }
.cloud::before, .cloud::after { content: ""; position: absolute; border-radius: 50%; background: inherit; }
.cloud::before { width: 30px; height: 30px; left: 13px; bottom: 0; }
.cloud::after { width: 42px; height: 42px; right: 7px; bottom: 0; }
.cloud-one { left: 14%; top: 120px; transform: scale(.65); }
.cloud-two { right: 10%; top: 85px; }
.rider { width: 330px; height: 260px; position: absolute; left: 50%; bottom: 77px; transform: translateX(-50%); }
.delivery-box { width: 90px; height: 82px; padding-top: 25px; position: absolute; left: 18px; top: 44px; z-index: 3; border-radius: 12px 12px 5px 5px; color: #fff; background: var(--orange); box-shadow: inset 0 -10px rgba(0,0,0,.08); font: 800 13px "Manrope"; text-align: center; }
.delivery-box span { color: var(--yellow); }
.rider-head { position: absolute; left: 165px; top: 16px; z-index: 5; font-size: 54px; transform: rotate(-12deg); }
.rider-body { width: 86px; height: 110px; position: absolute; left: 128px; top: 65px; z-index: 4; border-radius: 38px 38px 15px 15px; background: var(--green); transform: rotate(-16deg); }
.scooter-body { width: 220px; height: 70px; position: absolute; left: 58px; bottom: 46px; z-index: 4; border-radius: 20px 65px 25px 18px; background: var(--orange); box-shadow: inset 0 -13px rgba(135, 43, 9, .2); }
.scooter-body::after { content: ""; width: 55px; height: 16px; position: absolute; left: 65px; top: -11px; border-radius: 15px; background: var(--green-dark); }
.wheel { width: 58px; height: 58px; position: absolute; bottom: 18px; z-index: 5; border: 10px solid #26332c; border-radius: 50%; background: #d7cdb8; box-shadow: inset 0 0 0 4px #fff; }
.wheel-left { left: 72px; }
.wheel-right { right: 36px; }
.floating-note { position: absolute; z-index: 5; padding: 12px 15px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); font-size: 11px; font-weight: 700; animation: bob 3.2s ease-in-out infinite; }
.note-one { left: -7px; top: 140px; }
.note-one b { margin-left: 6px; font-size: 18px; }
.note-two { right: -6px; bottom: 100px; display: flex; flex-direction: column; animation-delay: -1.4s; }
.note-two b { color: var(--orange); font-size: 16px; }
.note-two small { color: var(--muted); }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.category-section, .popular-section, .how-section { padding: 72px 7%; }
.category-section { padding-top: 55px; padding-bottom: 40px; background: #fff; }
.popular-section { padding-top: 28px; background: #fff; }
.section-heading { margin-bottom: 32px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin: 6px 0 0; font: 800 clamp(30px, 3vw, 43px)/1.12 "Manrope", sans-serif; letter-spacing: -2px; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); line-height: 1.6; }
.section-heading.compact { margin-bottom: 18px; }
.category-list { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.category-chip { padding: 12px 18px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-weight: 700; white-space: nowrap; }
.category-chip:hover, .category-chip.active { border-color: var(--green); color: #fff; background: var(--green); }
.category-chip span { font-size: 18px; }
.item-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.item-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .2s, box-shadow .2s; }
.item-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.item-card[hidden] { display: none; }
.item-visual { height: 176px; display: grid; place-items: center; position: relative; overflow: hidden; }
.item-visual::before, .item-visual::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.22); }
.item-visual::before { width: 170px; height: 170px; right: -60px; top: -80px; }
.item-visual::after { width: 90px; height: 90px; left: -35px; bottom: -30px; }
.item-visual > span { filter: drop-shadow(0 12px 14px rgba(0,0,0,.15)); font-size: 82px; transform: rotate(-5deg); transition: transform .25s; }
.item-card:hover .item-visual > span { transform: rotate(2deg) scale(1.08); }
.item-visual small { padding: 5px 10px; position: absolute; left: 12px; top: 12px; z-index: 2; border-radius: 20px; background: rgba(255,255,255,.88); font-size: 10px; font-weight: 800; }
.item-visual.coral { background: #ffb7a2; }
.item-visual.amber { background: #f5c261; }
.item-visual.blue { background: #a7d8ef; }
.item-visual.green { background: #a7d99b; }
.item-visual.yellow { background: #ffe18a; }
.item-visual.mint { background: #a7e1d0; }
.item-visual.pink { background: #f2b8d0; }
.item-visual.violet { background: #c9b8eb; }
.item-content { padding: 17px; }
.item-meta { display: flex; gap: 7px; color: var(--muted); font-size: 10px; }
.item-meta span:first-child { color: #b27400; font-weight: 800; }
.item-content h3 { margin: 8px 0 2px; font: 800 17px "Manrope"; letter-spacing: -.5px; }
.item-content > p { margin: 0; color: var(--muted); font-size: 12px; }
.item-bottom { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; }
.item-bottom strong { font: 800 16px "Manrope"; }
.add-button { width: 36px; height: 36px; border: 0; border-radius: 11px; color: #fff; background: var(--orange); font-size: 23px; line-height: 1; transition: transform .15s; }
.add-button:hover { transform: scale(1.08); background: var(--orange-dark); }
.add-button.added { animation: addPop .35s ease; }
@keyframes addPop { 50% { transform: scale(1.35) rotate(12deg); } }
.empty-results { padding: 60px 20px; text-align: center; color: var(--muted); }
.empty-results span { font-size: 45px; }
.empty-results h3 { margin-bottom: 4px; color: var(--ink); }
.empty-results p { margin-top: 0; }

.how-section { background: var(--cream); }
.section-heading.centered { display: block; text-align: center; }
.steps { max-width: 1100px; margin: 45px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.steps article { min-height: 235px; padding: 30px; position: relative; border-radius: 24px; background: #fff; text-align: center; }
.step-number { position: absolute; left: 19px; top: 15px; color: rgba(23,33,28,.08); font: 800 43px "Manrope"; }
.step-icon { width: 78px; height: 78px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 25px; background: #fff0d3; font-size: 37px; transform: rotate(-3deg); }
.steps article:nth-child(2) .step-icon { background: #dff1e7; transform: rotate(3deg); }
.steps article:nth-child(3) .step-icon { background: #ffe0d5; }
.steps h3 { margin: 0 0 8px; font: 800 18px "Manrope"; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.steps article:not(:last-child)::after { content: "→"; position: absolute; right: -40px; top: 47%; color: var(--orange); font-size: 24px; }

.cta-section { margin: 70px 7%; padding: 64px 8%; display: flex; align-items: center; justify-content: space-between; overflow: hidden; position: relative; border-radius: 32px; color: #fff; background: var(--green); }
.cta-section::before { content: ""; width: 420px; height: 420px; position: absolute; right: -120px; top: -170px; border: 85px solid rgba(255,255,255,.06); border-radius: 50%; }
.cta-section > div:first-child { position: relative; z-index: 2; }
.kicker.light { color: #f9d675; }
.cta-section h2 { margin: 9px 0 10px; font: 800 clamp(38px, 4vw, 58px)/1.05 "Manrope"; letter-spacing: -2px; }
.cta-section p { color: rgba(255,255,255,.72); }
.cta-section button, .dialog-primary { margin-top: 18px; padding: 14px 21px; border: 0; border-radius: 13px; color: var(--green); background: var(--yellow); font-weight: 800; }
.cta-section button span { margin-left: 12px; }
.cta-bag { margin-right: 9%; position: relative; z-index: 2; font-size: 150px; filter: drop-shadow(0 20px 20px rgba(0,0,0,.18)); transform: rotate(5deg); }

footer { padding: 34px 7%; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 12px; }
.brand-footer { color: var(--ink); }
footer p { margin: 0; }
footer > div { display: flex; gap: 22px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(14, 27, 20, .48); backdrop-filter: blur(3px); }
.cart-drawer { width: min(470px, 100%); height: 100%; padding: 27px; display: flex; flex-direction: column; position: fixed; top: 0; right: 0; z-index: 80; background: #fff; box-shadow: -20px 0 60px rgba(13, 39, 27, .18); transform: translateX(105%); transition: transform .28s ease; overflow-y: auto; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.drawer-header h2 { margin: 3px 0 0; font: 800 27px "Manrope"; }
.drawer-header button, .dialog-close { width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--ink); background: var(--cream); font-size: 25px; }
.cart-items { display: grid; gap: 12px; margin: 20px 0; }
.cart-row { padding: 12px; display: grid; grid-template-columns: 1fr auto; gap: 10px; border: 1px solid var(--line); border-radius: 15px; }
.cart-row h4 { margin: 0 0 3px; font-size: 14px; }
.cart-row p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-row > strong { font-size: 14px; }
.quantity { margin-top: 10px; display: inline-flex; align-items: center; gap: 10px; }
.quantity button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
.quantity span { min-width: 12px; text-align: center; font-size: 12px; font-weight: 800; }
.cart-empty { margin: auto; padding: 50px 0; text-align: center; }
.cart-empty > span { font-size: 54px; }
.cart-empty h3 { margin-bottom: 5px; }
.cart-empty p { margin-top: 0; color: var(--muted); }
.cart-empty button { padding: 11px 17px; border: 0; border-radius: 11px; color: #fff; background: var(--green); font-weight: 700; }
.cart-summary { padding: 17px; border-radius: 16px; background: var(--cream); }
.cart-summary p { margin: 0 0 8px; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; }
.cart-summary p:last-child { margin: 12px 0 0; padding-top: 12px; border-top: 1px dashed #cfc8b8; color: var(--ink); font-size: 16px; }
.checkout-form { margin-top: 25px; }
.checkout-form h3 { margin: 0 0 15px; font: 800 18px "Manrope"; }
.checkout-form label { margin-bottom: 12px; display: block; color: var(--muted); font-size: 11px; font-weight: 700; }
.checkout-form input, .checkout-form textarea, .checkout-form select { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: #fff; font-size: 13px; }
.checkout-form textarea { min-height: 67px; resize: vertical; }
.checkout-form input:focus, .checkout-form textarea:focus, .checkout-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,53,.1); }
.place-order { width: 100%; padding: 15px 18px; display: flex; justify-content: space-between; border: 0; border-radius: 13px; color: #fff; background: var(--orange); font-weight: 800; }
.place-order:disabled { opacity: .6; cursor: wait; }
.form-message { min-height: 18px; margin: 8px 0 0; color: #b53420; font-size: 11px; text-align: center; }
.toast { min-width: 240px; padding: 13px 17px; position: fixed; left: 50%; bottom: 28px; z-index: 100; border-radius: 12px; color: #fff; background: var(--green-dark); box-shadow: var(--shadow); text-align: center; font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.success-dialog { width: min(420px, calc(100% - 30px)); padding: 38px; border: 0; border-radius: 25px; box-shadow: 0 30px 100px rgba(15, 48, 31, .3); text-align: center; }
.success-dialog::backdrop { background: rgba(14, 27, 20, .55); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 15px; top: 15px; }
.success-icon { width: 68px; height: 68px; margin: 8px auto 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 30px; }
.success-dialog h2 { margin: 7px 0 10px; font: 800 28px "Manrope"; }
.success-dialog > p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.status-track { margin: 26px 0 8px; display: flex; gap: 6px; }
.status-track span { height: 5px; flex: 1; border-radius: 4px; background: #e5e9e6; }
.status-track span.active { background: var(--orange); }
.success-dialog > small { color: var(--muted); }
.dialog-primary { display: block; width: 100%; margin-top: 25px; color: #fff; background: var(--green); }

@media (max-width: 1050px) {
    .desktop-nav { display: none; }
    .location-pill { margin-left: auto; }
    .hero { grid-template-columns: 1fr 1fr; gap: 2%; padding-left: 5%; padding-right: 5%; }
    .hero h1 { font-size: 58px; }
    .hero-proof { gap: 12px; flex-wrap: wrap; }
    .hero-art { transform: scale(.88); }
    .item-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
    .announcement { padding-right: 42px; font-size: 11px; text-align: center; }
    .site-header { height: 66px; padding: 0 4%; gap: 10px; }
    .brand { font-size: 18px; }
    .brand-mark { width: 33px; height: 33px; border-radius: 10px; }
    .location-pill { display: none; }
    .cart-button { min-width: auto; margin-left: auto; padding: 9px 11px; }
    .cart-button > span { display: none; }
    .hero { min-height: auto; padding: 62px 6% 35px; display: block; text-align: center; }
    .hero h1 { margin: 15px 0; font-size: clamp(48px, 15vw, 67px); letter-spacing: -3px; }
    .eyebrow { justify-content: center; }
    .hero-copy > p { font-size: 15px; }
    .hero-search { height: 60px; padding-left: 15px; }
    .hero-search button { padding: 0 17px; }
    .hero-proof { justify-content: center; }
    .hero-proof > div { display: none; }
    .hero-proof > div:first-child, .hero-proof > div:nth-child(2) { display: flex; }
    .hero-art { height: 390px; margin-top: 15px; transform: scale(.9); }
    .hero-art::before { width: 380px; height: 380px; }
    .rider { bottom: 35px; }
    .road { bottom: 7px; }
    .city { bottom: 48px; }
    .note-one { left: 1%; top: 105px; }
    .note-two { right: 1%; bottom: 75px; }
    .category-section, .popular-section, .how-section { padding-left: 5%; padding-right: 5%; }
    .category-section { padding-top: 40px; }
    .section-heading { display: block; }
    .section-heading > p { margin-top: 12px; }
    .item-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .item-visual { height: 145px; }
    .item-visual > span { font-size: 65px; }
    .item-content { padding: 13px; }
    .item-content h3 { font-size: 14px; }
    .item-meta { font-size: 9px; }
    .steps { grid-template-columns: 1fr; gap: 18px; }
    .steps article:not(:last-child)::after { display: none; }
    .cta-section { margin: 35px 5%; padding: 45px 28px; }
    .cta-bag { display: none; }
    footer { padding: 28px 5%; flex-direction: column; text-align: center; }
    .cart-drawer { padding: 21px; }
}

@media (max-width: 420px) {
    .hero-art { margin-left: -10%; margin-right: -10%; }
    .hero-search input { font-size: 13px; }
    .hero-search button { padding: 0 14px; font-size: 13px; }
    .item-grid { grid-template-columns: 1fr; }
    .item-visual { height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
