*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Delivery checker banner ───────────────────────────────────────────────── */
.delivery-banner {
  background: #0f1f0f;
  border-bottom: 2px solid #3a5a3a;
  padding: 10px 24px 10px 24px;
  display: none;
  position: relative;
  z-index: 100;
  overflow: hidden;
  font-family: 'Nunito', sans-serif;
  font-size: 0.85rem;
}
.delivery-banner.visible {
  display: block;
  animation: bannerSlideDown 0.35s ease forwards;
}
.delivery-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}
.delivery-top-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@keyframes bannerSlideDown {
  from { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; }
  to   { max-height: 400px; opacity: 1; padding-top: 10px; padding-bottom: 10px; }
}
.delivery-form {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}
.delivery-question {
  color: #d4f04a;
  font-weight: 700;
  white-space: nowrap;
}
.delivery-input {
  background: #1e3a1e;
  border: 2px solid #6a9a6a;
  border-radius: 6px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1rem;
  font-family: 'Nunito', sans-serif;
  width: 165px;
  flex-shrink: 0;
  letter-spacing: 0.08em;
  outline: none;
}
.delivery-input::placeholder { color: #9ABF9A; }
.delivery-input:focus { border-color: #d4f04a; outline: 2px solid #d4f04a; outline-offset: 1px; }
.delivery-btn {
  background: #d4f04a;
  color: #0f1f0f;
  border: none;
  border-radius: 6px;
  padding: 5px 14px;
  font-size: 0.83rem;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
.delivery-btn:hover { background: #bfdc38; }
.delivery-pickup {
  color: #9ABF9A;
  font-size: 0.8rem;
  white-space: nowrap;
}
.delivery-pickup a { color: #d4f04a; text-decoration: underline; }
.delivery-result {
  color: #d0e8d0;
  font-size: 0.82rem;
  margin: 0;
}
.delivery-result.success { color: #d4f04a; }
.delivery-result.error   { color: #ffb3c6; }
.delivery-result a { color: #ffb3c6; }
.delivery-close {
  flex-shrink: 0;
  background: none;
  border: none;
  color: #8aaa8a;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
}
.delivery-close:hover { color: #d4f04a; }
    :root { --lime:#C8E64A; --orange:#FF6B35; --yellow:#FFD23F; --pink:#FF8FAB; --teal:#2EC4B6; --dark:#1A1A2E; --off-white:#FFFBF0; }
    html { scroll-behavior: smooth; }
    body { background:var(--off-white); color:var(--dark); font-family:'Nunito',sans-serif; font-weight:400; overflow-x:hidden; }
    .hero { min-height:100vh; background:var(--dark); display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; padding:80px 24px 60px; position:relative; }
    .dots-bg { position:absolute; inset:0; background-image:radial-gradient(circle,rgba(200,230,74,0.12) 1px,transparent 1px); background-size:38px 38px; }
    .blob { position:absolute; border-radius:50%; filter:blur(70px); opacity:0.22; pointer-events:none; }
    .blob-1 { width:480px; height:480px; background:var(--orange); top:-140px; left:-80px; animation:drift 8s ease-in-out infinite alternate; }
    .blob-2 { width:380px; height:380px; background:var(--teal); bottom:-80px; right:-60px; animation:drift 11s ease-in-out infinite alternate-reverse; }
    .blob-3 { width:260px; height:260px; background:var(--yellow); top:38%; left:58%; animation:drift 13s ease-in-out infinite alternate; }
    @keyframes drift { from{transform:translate(0,0) scale(1);} to{transform:translate(28px,24px) scale(1.06);} }
    .hero-nav { position:absolute; top:28px; left:0; right:0; display:flex; justify-content:space-between; align-items:center; padding:0 40px; }
    .logo { font-family:'Fraunces',serif; font-weight:900; font-size:22px; color:var(--lime); letter-spacing:-0.02em; }
    .nav-badge { background:var(--orange); color:white; font-size:11px; font-weight:800; letter-spacing:0.1em; text-transform:uppercase; padding:6px 14px; border-radius:100px; animation:pulseB 2s ease infinite; }
    @keyframes pulseB { 0%,100%{transform:scale(1);} 50%{transform:scale(1.06);} }
    .hero-content { position:relative; z-index:2; text-align:center; max-width:780px; }
    .hero-eyebrow { display:inline-flex; align-items:center; gap:8px; background:rgba(200,230,74,0.1); border:1px solid rgba(200,230,74,0.3); color:var(--lime); font-size:12px; font-weight:800; letter-spacing:0.18em; text-transform:uppercase; padding:7px 18px; border-radius:100px; margin-bottom:28px; opacity:0; animation:popIn 0.6s cubic-bezier(0.34,1.56,0.64,1) 0.2s forwards; }
    .hero-title { font-family:'Fraunces',serif; font-weight:900; font-size:clamp(72px,13vw,160px); line-height:0.88; color:var(--lime); margin-bottom:10px; opacity:0; animation:popIn 0.75s cubic-bezier(0.34,1.56,0.64,1) 0.35s forwards; letter-spacing:-0.02em; }
    .hero-subtitle { font-family:'Fraunces',serif; font-weight:700; font-size:clamp(22px,3.5vw,42px); color:#E8E8E8; font-style:italic; margin-bottom:28px; opacity:0; animation:popIn 0.7s ease 0.48s forwards; letter-spacing:0.01em; }
    .hero-sub { font-size:clamp(16px,2.4vw,21px); color:#C8C8C8; line-height:1.55; margin-bottom:44px; font-weight:600; opacity:0; animation:popIn 0.6s ease 0.55s forwards; }
    .hero-sub span { color:var(--yellow); font-weight:800; }
    .hero-tags { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:50px; opacity:0; animation:popIn 0.6s ease 0.7s forwards; }
    .htag { padding:9px 20px; border-radius:100px; font-size:13px; font-weight:800; }
    .ht1{background:var(--orange);color:white;} .ht2{background:var(--teal);color:white;} .ht3{background:var(--yellow);color:var(--dark);} .ht4{background:var(--pink);color:white;}
    .hero-form-wrap { opacity:0; animation:popIn 0.6s ease 0.85s forwards; width:100%; max-width:500px; margin:0 auto; }
    .email-row { display:flex; background:white; border-radius:100px; padding:6px 6px 6px 22px; box-shadow:0 0 0 3px rgba(200,230,74,0.28),0 20px 55px rgba(0,0,0,0.28); }
    .email-row input { flex:1; border:none; background:transparent; font-family:'Nunito',sans-serif; font-size:15px; color:var(--dark); outline:none; }
    .email-row input::placeholder{color:#767676;}
    .email-row button { background:var(--orange); color:white; border:none; padding:13px 24px; border-radius:100px; font-family:'Nunito',sans-serif; font-size:13px; font-weight:800; cursor:pointer; white-space:nowrap; transition:background 0.2s,transform 0.15s; }
    .email-row button:hover{background:var(--lime);color:var(--dark);transform:scale(1.04);}
    .form-note{color:#A0A0A0;font-size:12px;margin-top:12px;}
    .success-msg{display:none;font-family:'Fraunces',serif;font-style:italic;font-size:22px;color:var(--lime);padding:20px 0;}
    .scroll-cue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;opacity:0;animation:fadeIn 0.5s ease 1.4s forwards;}
    .scroll-cue span{font-size:10px;color:#9A9A9A;letter-spacing:0.2em;text-transform:uppercase;font-weight:700;}
    .sc-arrow{width:18px;height:18px;border-right:2px solid #6C6C6C;border-bottom:2px solid #6C6C6C;transform:rotate(45deg);animation:bounce 1.6s ease infinite;}
    @keyframes bounce{0%,100%{transform:rotate(45deg) translate(0,0);}50%{transform:rotate(45deg) translate(4px,4px);}}
    .problem-section{background:var(--lime);padding:80px 24px;position:relative;overflow:hidden;}
    .problem-section::after{content:'🪷';position:absolute;font-size:220px;right:-10px;top:-30px;opacity:0.07;transform:rotate(12deg);pointer-events:none;}
    .problem-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
    .sec-label{font-size:11px;font-weight:800;letter-spacing:0.25em;text-transform:uppercase;color:var(--orange);margin-bottom:14px;}
    .sec-title{font-family:'Fraunces',serif;font-weight:900;font-size:clamp(32px,4.5vw,54px);line-height:1.05;margin-bottom:20px;}
    .problem-text .sec-label{color:#2A2A3A;}
    .problem-text .sec-title{color:var(--dark);}
    .problem-text p{font-size:16px;line-height:1.75;color:#2A2A3A;font-weight:600;}
    .vs-card{background:var(--dark);border-radius:24px;padding:32px;}
    .vs-row{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.07);}
    .vs-row:last-child{border-bottom:none;}
    .vs-icon{font-size:26px;flex-shrink:0;margin-top:1px;}
    .vs-title{font-weight:800;font-size:15px;color:white;margin-bottom:4px;}
    .vs-sub{font-size:13px;color:#A8A8B8;line-height:1.45;}
    .journey-section{background:#1f1d35;padding:80px 24px;overflow:hidden;}
    .journey-inner{max-width:1080px;margin:0 auto;}
    .journey-inner .sec-label{color:var(--teal);}
    .journey-inner .sec-title{color:white;}
    .journey-sub{font-size:16px;color:#ADADB8;margin-bottom:56px;max-width:520px;line-height:1.65;font-weight:600;}
    .journey-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative;}
    .journey-steps::before{content:'';position:absolute;top:70px;left:8%;width:84%;height:2px;background:linear-gradient(90deg,var(--teal),var(--lime),var(--yellow),var(--pink),var(--orange));z-index:0;border-radius:2px;}
    .jstep{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;opacity:0;transform:translateY(28px);transition:opacity 0.5s ease,transform 0.5s ease;}
    .jstep.visible{opacity:1;transform:translateY(0);}
    .jstep-circle{width:140px;height:140px;border-radius:50%;border:4px solid;margin-bottom:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;background:#0f1a14;}
    .jstep:nth-child(1) .jstep-circle{border-color:var(--teal);background:#0a1f1a;}
    .jstep:nth-child(2) .jstep-circle{border-color:var(--lime);background:#0f1a0a;}
    .jstep:nth-child(3) .jstep-circle{border-color:var(--yellow);background:#1a1500;}
    .jstep:nth-child(4) .jstep-circle{border-color:var(--pink);background:#1a0a12;}
    .jstep:nth-child(5) .jstep-circle{border-color:var(--orange);background:#1a0f00;}
    .jstep-emoji{font-size:52px;line-height:1;}
    .jstep-badge{font-size:10px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:10px;display:inline-block;}
    .jstep:nth-child(1) .jstep-badge{background:var(--teal);color:white;}
    .jstep:nth-child(2) .jstep-badge{background:var(--lime);color:var(--dark);}
    .jstep:nth-child(3) .jstep-badge{background:var(--yellow);color:var(--dark);}
    .jstep:nth-child(4) .jstep-badge{background:var(--pink);color:white;}
    .jstep:nth-child(5) .jstep-badge{background:var(--orange);color:white;}
    .jstep-title{font-family:'Fraunces',serif;font-weight:700;font-size:16px;color:white;margin-bottom:8px;}
    .jstep-desc{font-size:12px;color:#A8A8B5;line-height:1.55;font-weight:600;}
    .perks-section{background:var(--off-white);padding:80px 24px;}
    .perks-inner{max-width:1080px;margin:0 auto;}
    .perks-inner .sec-label{text-align:center;}
    .perks-inner .sec-title{text-align:center;margin-bottom:52px;}
    .perks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
    .perk-card{background:white;border-radius:22px;padding:34px 26px;border:2.5px solid transparent;transition:transform 0.2s,box-shadow 0.2s;}
    .perk-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,0.08);}
    .perk-card:nth-child(1){border-color:var(--teal);}
    .perk-card:nth-child(2){border-color:var(--orange);}
    .perk-card:nth-child(3){border-color:var(--lime);}
    .perk-card:nth-child(4){border-color:var(--yellow);}
    .perk-card:nth-child(5){border-color:var(--pink);}
    .perk-card:nth-child(6){border-color:var(--teal);}
    .perk-emoji{font-size:38px;margin-bottom:14px;display:block;}
    .perk-title{font-family:'Fraunces',serif;font-weight:700;font-size:19px;margin-bottom:8px;}
    .perk-desc{font-size:14px;color:#666;line-height:1.65;font-weight:600;}
    .cta-section{background:var(--orange);padding:80px 24px;text-align:center;position:relative;overflow:hidden;}
    .cta-section::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,0.07) 2px,transparent 2px);background-size:28px 28px;pointer-events:none;}
    .cta-inner{position:relative;z-index:1;max-width:600px;margin:0 auto;}
    .cta-emoji{font-size:64px;display:block;margin-bottom:18px;animation:wiggle 2.2s ease infinite;}
    @keyframes wiggle{0%,100%{transform:rotate(-6deg);}50%{transform:rotate(6deg);}}
    .cta-title{font-family:'Fraunces',serif;font-weight:900;font-size:clamp(38px,6.5vw,72px);color:white;line-height:0.95;margin-bottom:16px;}
    .cta-sub{font-size:17px;color:#FFFFFF;margin-bottom:40px;line-height:1.6;font-weight:600;}
    .cta-sub strong{color:white;}
    .cta-form{display:flex;background:white;border-radius:100px;padding:6px 6px 6px 22px;max-width:460px;margin:0 auto 12px;box-shadow:0 12px 40px rgba(0,0,0,0.18);}
    .cta-form input{flex:1;border:none;background:transparent;font-family:'Nunito',sans-serif;font-size:15px;color:var(--dark);outline:none;}
    .cta-form button{background:var(--dark);color:white;border:none;padding:13px 24px;border-radius:100px;font-family:'Nunito',sans-serif;font-size:13px;font-weight:800;cursor:pointer;transition:background 0.2s,transform 0.15s;}
    .cta-form button:hover{background:var(--lime);color:var(--dark);transform:scale(1.04);}
    .cta-note{color:#FFFFFF;font-size:12px;}
    .cta-success{display:none;font-family:'Fraunces',serif;font-style:italic;font-size:26px;color:white;padding:20px;}
    footer{background:var(--dark);padding:36px 24px;text-align:center;}
    .footer-logo{font-family:'Fraunces',serif;font-weight:900;font-size:28px;color:var(--lime);margin-bottom:10px;}
    .footer-sub{font-size:13px;color:#A0A0A0;font-weight:600;}