/* ==========================================================================
   HARI SABZI WALA — Homepage (quick-commerce layout: Blinkit/Zepto pattern)
   slot strip · banner (+ promo trio) · category tiles · "see all" product
   rails · recipe baskets · WhatsApp strip · popular searches
   ========================================================================== */
.home{ background:transparent; }
.home-sec{ padding-block:20px 4px; }
.hsec-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; }
.hsec-head h2{ font-size:1.25rem; margin:0; color:var(--green-900); letter-spacing:-.01em; font-family:var(--font-body); font-weight:800; }
.hsec-sub{ font-size:.82rem; color:var(--q-grey); font-weight:600; }
.seeall{ display:inline-flex; align-items:center; gap:2px; color:var(--q-green); font-weight:700; font-size:.9rem; white-space:nowrap; }
.seeall .i{ width:16px; height:16px; transform:rotate(-90deg); }

/* ---- Slot info strip ---- */
.slotbar{ background:var(--q-mint-2); border-bottom:1px solid var(--q-line); }
.slotbar .container{ display:flex; align-items:center; gap:10px; min-height:40px; padding-block:6px; font-size:.82rem; font-weight:600; color:#333; }
.slotbar .i{ width:16px; height:16px; color:var(--q-green); flex-shrink:0; }
.slotbar b{ color:var(--q-ink); }
.slotbar .txt{ flex:1; min-width:0; }
.slotbar a{ margin-left:auto; color:var(--q-green); font-weight:800; white-space:nowrap; }

/* ---- Banners (desktop: hero banner + promo trio · phones: swipe carousel) ---- */
.banners{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:18px; }
.banners::-webkit-scrollbar{ display:none; }
.banner{
  position:relative; overflow:hidden; scroll-snap-align:start;
  border-radius:16px; min-height:300px; color:#fff; display:flex; align-items:center; padding:34px 40px;
  background:linear-gradient(90deg,#0b6b2a 0%,#2f8a3c 45%,#7cc576 100%);
}
/* Banner A — "the experience" creative (Zepto's ₹0 fees card, in green) */
.banner--a{ background:linear-gradient(180deg,#e8f6e4 0%,#d5efd0 100%); color:var(--green-950); flex-direction:column; align-items:stretch; justify-content:center; padding:26px 30px; }
.banner--a .kicker{ text-align:center; font-size:1.35rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:#1b5e20; margin-bottom:16px; }
.banner--a .kicker b{ color:#0c831f; }
.feat2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.feat{ background:rgba(255,255,255,.75); border:1px solid rgba(12,131,31,.15); border-radius:14px; padding:16px 18px; display:flex; align-items:center; gap:14px; }
.feat .ic{ width:54px; height:54px; border-radius:14px; background:#0c831f; color:#fff; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.feat .ic .i{ width:28px; height:28px; }
.feat b{ display:block; font-size:1.35rem; line-height:1; color:#0c831f; letter-spacing:-.02em; }
.feat small{ display:block; font-size:.72rem; font-weight:800; color:#1b5e20; letter-spacing:.06em; text-transform:uppercase; margin-top:3px; }
.checks{ display:flex; justify-content:center; gap:22px; flex-wrap:wrap; margin-top:18px; font-size:.9rem; font-weight:800; color:#1b5e20; }
.checks span{ display:inline-flex; align-items:center; gap:6px; }
.checks .i{ width:20px; height:20px; padding:3px; border-radius:50%; background:#0c831f; color:#fff; }
.banner--a .fine{ text-align:center; font-size:.66rem; color:#4a6b4d; margin-top:8px; }
.banner-copy{ position:relative; z-index:1; max-width:540px; }
.banner h1,.banner h2{ color:#fff; font-size:clamp(1.6rem,3vw,2.3rem); margin:0 0 8px; font-family:var(--font-body); font-weight:800; letter-spacing:-.01em; }
.banner p{ color:rgba(255,255,255,.92); font-size:1.02rem; margin:0 0 18px; }
.banner .btn{ background:#fff; color:var(--q-ink); border-radius:8px; padding:11px 18px; font-size:.9rem; box-shadow:none; }
.banner .btn:hover{ background:#f3f3f3; }
.banner-code{ display:inline-block; margin-left:10px; border:1.5px dashed rgba(255,255,255,.75); padding:8px 12px; border-radius:8px; font-weight:800; font-size:.82rem; letter-spacing:.08em; cursor:pointer; }
.banner-img{ position:absolute; right:0; top:0; bottom:0; width:48%; }
.banner-img img{ width:100%; height:100%; object-fit:cover; -webkit-mask-image:linear-gradient(90deg,transparent,#000 38%); mask-image:linear-gradient(90deg,transparent,#000 38%); }
.banner-art{ position:absolute; right:26px; top:50%; transform:translateY(-50%); width:300px; height:200px; }
.banner-art img{
  position:absolute; object-fit:cover; border-radius:50%; background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.95), 0 14px 30px rgba(0,0,0,.28);
}
.banner-art img:nth-child(1){ width:168px; height:168px; right:70px; top:16px; }
.banner-art img:nth-child(2){ width:108px; height:108px; right:0; top:0; }
.banner-art img:nth-child(3){ width:96px; height:96px; right:210px; top:98px; }
.banner-art img:nth-child(4){ width:84px; height:84px; right:16px; top:118px; }
.banner--b{ background:linear-gradient(90deg,#e65100,#fb8c00 55%,#ffcc80); }
.banner--c{ background:linear-gradient(90deg,#0d3b1a,#00796b 55%,#4db6ac); }
.banner--d{ background:linear-gradient(90deg,#075e54,#128c7e 55%,#25d366); }
.banner--c{ display:none; }        /* phones show it as an extra slide */
.banner--b .banner-copy{ max-width:54%; }
.banner--b .banner-art{ right:12px; width:250px; height:200px; }
.banner--b .banner-art img:nth-child(1){ width:140px; height:140px; right:60px; top:20px; }
.banner--b .banner-art img:nth-child(2){ width:92px; height:92px; right:0; top:0; }
.banner--b .banner-art img:nth-child(3){ width:80px; height:80px; right:176px; top:96px; }
.banner--b .banner-art img:nth-child(4){ width:70px; height:70px; right:10px; top:118px; }
.banner--b h2{ font-size:2rem; text-transform:uppercase; letter-spacing:.02em; }
.banner--b .btn{ background:#1f1f1f; color:#fff; }
.banner--b .banner-code{ border-color:rgba(255,255,255,.9); }
.banner-dots{ display:none; }

.promo3{ display:none; }
.pc{
  position:relative; overflow:hidden; border-radius:12px; min-height:150px; padding:20px 22px;
  display:flex; flex-direction:column; justify-content:center; color:#fff;
}
.pc h3{ color:#fff; font-size:1.25rem; line-height:1.1; margin:0 0 4px; max-width:60%; font-family:var(--font-body); font-weight:800; }
.pc p{ color:rgba(255,255,255,.9); font-size:.8rem; margin:0 0 12px; max-width:60%; }
.pc .btn{ align-self:flex-start; background:#1f1f1f; color:#fff; border-radius:6px; padding:8px 14px; font-size:.78rem; box-shadow:none; }
.pc-img{ position:absolute; right:-10px; top:0; bottom:0; width:46%; }
.pc-img img{ width:100%; height:100%; object-fit:cover; -webkit-mask-image:linear-gradient(90deg,transparent,#000 42%); mask-image:linear-gradient(90deg,transparent,#000 42%); }
.pc--a{ background:#1b7a34; }
.pc--b{ background:#f5b431; }
.pc--b h3,.pc--b p{ color:#1f1f1f; }
.pc--c{ background:#00897b; }

/* ---- Full-bleed tinted band (green theme) ---- */
.band{ background:var(--q-mint-2); }
.band--deep{ background:linear-gradient(180deg,#0f5a24,#1b7a34); color:#fff; }
.band--deep .hsec-head h2,.band--deep .hsec-sub{ color:#fff; }
.band--deep .seeall{ color:#c8f0c8; }

/* ---- Weekly combos / value packs ---- */
.combos{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.combo{ display:flex; flex-direction:column; background:#fff; border:1px solid #d9ecd6; border-radius:14px; overflow:hidden; transition:box-shadow .15s; }
.combo:hover{ box-shadow:0 6px 18px rgba(12,131,31,.12); }
.combo-grid{ display:grid; grid-template-columns:1fr 1fr; gap:3px; padding:8px 8px 0; }
.combo-grid img{ width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:8px; }
.combo-body{ padding:10px 12px 12px; display:flex; flex-direction:column; gap:4px; flex:1; }
.combo h3{ font-size:.98rem; margin:0; color:var(--q-ink); font-family:var(--font-body); font-weight:800; }
.combo-items{ font-size:.72rem; color:#555; line-height:1.45; }
.combo-foot{ margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:8px; padding-top:8px; }
.combo-price b{ font-size:1rem; color:var(--q-ink); }
.combo-price s{ font-size:.74rem; color:#999; margin-left:5px; }
.combo-price small{ display:block; font-size:.66rem; font-weight:800; color:var(--q-green); }
.combo-add{
  height:34px; padding:0 12px; border-radius:8px; border:1.5px solid var(--q-green); background:#fff; color:var(--q-green);
  font-weight:800; font-size:.78rem; display:inline-flex; align-items:center; gap:5px; transition:background .15s, color .15s; white-space:nowrap;
}
.combo-add .i{ width:14px; height:14px; }
.combo-add:hover,.combo-add.is-done{ background:var(--q-green); color:#fff; }

/* ---- Freshness promise strip ---- */
.promise{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.pr{ display:flex; align-items:center; gap:12px; background:#fff; border:1px solid #d9ecd6; border-radius:14px; padding:14px 16px; }
.pr .ic{ width:44px; height:44px; border-radius:12px; background:#e6f7e9; color:var(--q-green); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.pr .ic .i{ width:22px; height:22px; }
.pr b{ display:block; font-size:.9rem; color:var(--q-ink); }
.pr small{ font-size:.76rem; color:#555; }

/* ---- Farm-to-home timeline ---- */
.journey{ display:grid; grid-template-columns:1.1fr 1fr; gap:26px; align-items:center; }
.journey-img{ border-radius:16px; overflow:hidden; aspect-ratio:16/11; }
.journey-img img{ width:100%; height:100%; object-fit:cover; }
.journey h2{ font-size:1.6rem; margin:0 0 6px; color:#fff; font-family:var(--font-body); font-weight:800; }
.journey p{ color:rgba(255,255,255,.82); margin:0 0 16px; font-size:.94rem; }
.steps{ display:flex; flex-direction:column; gap:0; }
.stp{ display:flex; gap:14px; position:relative; padding-bottom:16px; }
.stp:last-child{ padding-bottom:0; }
.stp::before{ content:""; position:absolute; left:17px; top:36px; bottom:-2px; width:2px; background:rgba(255,255,255,.25); }
.stp:last-child::before{ display:none; }
.stp .t{ width:36px; height:36px; border-radius:50%; background:#fff; color:var(--q-green); display:flex; align-items:center; justify-content:center; flex-shrink:0; position:relative; z-index:1; }
.stp .t .i{ width:18px; height:18px; }
.stp b{ display:block; font-size:.92rem; color:#fff; }
.stp b span{ color:#ffd54f; margin-right:6px; }
.stp small{ font-size:.78rem; color:rgba(255,255,255,.75); }

/* ---- Reviews ---- */
.reviews{ display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x proximity; scrollbar-width:none; padding:4px 2px 10px; }
.reviews::-webkit-scrollbar{ display:none; }
.rv{ flex:0 0 300px; scroll-snap-align:start; background:#fff; border:1px solid #d9ecd6; border-radius:14px; padding:16px; display:flex; flex-direction:column; gap:8px; }
.rv-stars{ display:inline-flex; gap:2px; color:#f9a825; }
.rv-stars .i{ width:14px; height:14px; fill:currentColor; stroke:currentColor; }
.rv p{ margin:0; font-size:.9rem; color:var(--q-ink); line-height:1.5; flex:1; }
.rv-by{ display:flex; align-items:center; gap:10px; }
.rv-av{ width:34px; height:34px; border-radius:50%; background:var(--q-green); color:#fff; font-weight:800; font-size:.8rem; display:flex; align-items:center; justify-content:center; }
.rv-by b{ display:block; font-size:.82rem; color:var(--q-ink); }
.rv-by small{ font-size:.7rem; color:#666; font-weight:700; }
.rv-tag{ margin-left:auto; font-size:.62rem; font-weight:800; color:var(--q-green); background:#e6f7e9; padding:3px 7px; border-radius:4px; text-transform:uppercase; letter-spacing:.04em; }

/* ---- Subscription + bulk cards ---- */
.duo{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.duo-card{ position:relative; overflow:hidden; border-radius:16px; padding:24px 26px; min-height:190px; display:flex; flex-direction:column; justify-content:center; color:#fff; }
.duo-card h3{ color:#fff; font-size:1.35rem; margin:0 0 6px; font-family:var(--font-body); font-weight:800; max-width:62%; }
.duo-card p{ color:rgba(255,255,255,.88); font-size:.86rem; margin:0 0 14px; max-width:62%; }
.duo-card .btn{ align-self:flex-start; background:#fff; color:var(--green-900); border-radius:8px; padding:10px 16px; font-size:.84rem; box-shadow:none; }
.duo-card .btn .i{ width:16px; height:16px; fill:#25d366; stroke:none; }
.duo-img{ position:absolute; right:-10px; top:0; bottom:0; width:44%; }
.duo-img img{ width:100%; height:100%; object-fit:cover; -webkit-mask-image:linear-gradient(90deg,transparent,#000 45%); mask-image:linear-gradient(90deg,transparent,#000 45%); }
.duo--sub{ background:linear-gradient(135deg,#0f5a24,#2e9a45); }
.duo--bulk{ background:linear-gradient(135deg,#0d3b1a,#00796b); }

/* ---- Delivery areas ---- */
.areas{ display:flex; flex-wrap:wrap; gap:8px; }
.areas span{ display:inline-flex; align-items:center; gap:6px; padding:7px 12px; border-radius:var(--r-full); background:#fff; border:1px solid #d9ecd6; font-size:.8rem; font-weight:700; color:#2b3a2e; }
.areas .i{ width:14px; height:14px; color:var(--q-green); }
.areas-note{ margin-top:10px; font-size:.8rem; color:#555; }
.areas-note a{ color:var(--q-green); font-weight:800; }

/* ---- Kitchen tips ---- */
.tips{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.tip{ display:flex; gap:14px; align-items:center; background:#fff; border:1px solid #d9ecd6; border-radius:14px; padding:12px; }
.tip img{ width:84px; height:84px; object-fit:cover; border-radius:10px; flex-shrink:0; }
.tip b{ display:block; font-size:.92rem; color:var(--q-ink); margin-bottom:3px; }
.tip small{ font-size:.78rem; color:#555; line-height:1.45; }

/* ---- FAQ ---- */
.faq{ display:grid; grid-template-columns:1fr 1fr; gap:10px 20px; }
.faq details{ background:#fff; border:1px solid #d9ecd6; border-radius:12px; padding:0 16px; }
.faq summary{ list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 0; font-weight:800; font-size:.9rem; color:var(--q-ink); }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; font-size:1.2rem; color:var(--q-green); font-weight:800; }
.faq details[open] summary::after{ content:"–"; }
.faq details p{ margin:0; padding:0 0 14px; font-size:.86rem; color:#555; line-height:1.5; }

/* ---- Support / payment strip ---- */
.support{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.sp{ display:flex; align-items:center; gap:10px; font-size:.82rem; font-weight:700; color:#2b3a2e; background:#fff; border:1px solid #d9ecd6; border-radius:12px; padding:12px 14px; }
.sp .i{ width:20px; height:20px; color:var(--q-green); flex-shrink:0; }
.sp .i--fill{ fill:var(--q-green); stroke:none; }

/* ---- Category tiles ---- */
.tiles{ display:grid; grid-template-columns:repeat(6,1fr); gap:14px; }
.tile{ display:flex; flex-direction:column; align-items:center; gap:8px; text-align:center; }
.tile-img{ width:100%; aspect-ratio:1/1; border-radius:14px; background:#fff; border:1px solid var(--q-line); overflow:hidden; padding:12px; transition:transform .15s, box-shadow .15s; }
.tile-img img{ width:100%; height:100%; object-fit:cover; border-radius:10px; }
.tile:hover .tile-img{ transform:translateY(-3px); box-shadow:0 8px 18px rgba(20,83,45,.12); }
.tile span{ font-size:.8rem; font-weight:700; color:var(--q-ink); line-height:1.2; }

/* ---- Recipe baskets (flat cards) ---- */
.recipes{ display:flex; gap:12px; overflow-x:auto; scrollbar-width:none; padding:4px 2px 12px; scroll-snap-type:x proximity; }
.recipes::-webkit-scrollbar{ display:none; }
.recipe{ flex:0 0 250px; scroll-snap-align:start; display:flex; flex-direction:column; overflow:hidden; background:#fff; border:1px solid var(--q-line); border-radius:10px; transition:box-shadow .15s; }
.recipe:hover{ box-shadow:0 4px 16px rgba(0,0,0,.08); }
.recipe-img{ position:relative; height:130px; overflow:hidden; background:var(--q-mint-2); }
.recipe-img img{ width:100%; height:100%; object-fit:cover; }
.recipe-time{ position:absolute; top:8px; left:8px; background:rgba(255,255,255,.95); color:var(--q-ink); font-size:.58rem; font-weight:800; padding:3px 7px; border-radius:4px; display:inline-flex; align-items:center; gap:3px; letter-spacing:.03em; }
.recipe-time .i{ width:10px; height:10px; }
.recipe-body{ padding:10px 12px 12px; display:flex; flex-direction:column; gap:4px; flex:1; }
.recipe h3{ font-size:.95rem; margin:0; color:var(--q-ink); font-family:var(--font-body); font-weight:800; }
.recipe-hi{ font-size:.74rem; color:var(--q-grey); font-weight:600; }
.recipe-items{ font-size:.72rem; color:#555; line-height:1.45; }
.recipe-foot{ margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:8px; padding-top:8px; }
.recipe-price b{ font-size:.92rem; color:var(--q-ink); }
.recipe-price small{ display:block; font-size:.66rem; color:var(--q-grey); font-weight:700; }
.recipe-add{
  height:32px; padding:0 12px; border-radius:6px; border:1px solid var(--q-green);
  background:var(--q-green-soft); color:var(--q-green); font-weight:800; font-size:.76rem;
  display:inline-flex; align-items:center; gap:5px; transition:background .15s, color .15s;
}
.recipe-add .i{ width:14px; height:14px; }
.recipe-add:hover{ background:#e9f9ec; }
.recipe-add.is-done{ background:var(--q-green); color:#fff; }

/* ---- WhatsApp strip ---- */
.wa-strip{ margin-top:22px; border:1px solid #c8f0d4; background:#f0fff4; border-radius:12px; padding:16px 20px; display:flex; align-items:center; gap:14px; }
.wa-strip > .i{ width:36px; height:36px; fill:#25d366; stroke:none; flex-shrink:0; }
.wa-strip b{ display:block; font-size:1rem; color:var(--q-ink); }
.wa-strip span{ font-size:.84rem; color:#555; }
.wa-strip .btn{ margin-left:auto; background:#25d366; color:#fff; box-shadow:none; border-radius:8px; padding:10px 16px; font-size:.86rem; }
.wa-strip .btn .i{ fill:#fff; stroke:none; width:18px; height:18px; }
.wa-strip .btn:hover{ background:#1ebe5b; }

/* ---- Popular searches ---- */
.pop{ padding-block:22px 30px; border-top:1px solid var(--q-line); margin-top:22px; }
.pop h3{ font-size:1rem; margin:0 0 10px; color:var(--q-ink); font-family:var(--font-body); font-weight:800; }
.pop-row{ display:block; font-size:.82rem; color:#555; margin-bottom:12px; }
.pop-row b{ color:var(--ink-mute); font-weight:800; }
.pop-row a{ white-space:nowrap; }
.pop-row a:last-child::after{ content:""; margin:0; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1024px){
  .combos{ grid-template-columns:repeat(2,1fr); }
  .promise{ grid-template-columns:repeat(2,1fr); }
  .tips{ grid-template-columns:1fr; }
  .support{ grid-template-columns:repeat(2,1fr); }
  .journey{ grid-template-columns:1fr; }
  .journey-img{ aspect-ratio:16/9; }
  .banner{ min-height:250px; padding:24px 26px; }
  .banner--a .kicker{ font-size:1.05rem; }
  .feat b{ font-size:1.1rem; }
  .checks{ gap:12px; font-size:.78rem; }
}
@media (max-width:900px){
  .slotbar{ background:var(--q-mint-2); border-bottom:1px solid var(--q-line); }
  .slotbar .container{ font-size:.78rem; min-height:38px; gap:8px; color:#333; }
  .slotbar .i{ width:16px; height:16px; }
  .slotbar .txt{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .slotbar .extra{ display:none; }
  .banners{ display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; margin:12px -14px 0; padding:0 14px; gap:10px; }
  .banners::-webkit-scrollbar{ display:none; }
  .banner{ flex:0 0 88%; min-height:168px; padding:20px 18px; border-radius:14px; }
  .banner--c{ display:flex; }
  .banner--a{ padding:16px; }
  .banner--a .kicker{ font-size:.92rem; margin-bottom:10px; }
  .feat2{ gap:8px; }
  .feat{ padding:10px; gap:8px; border-radius:10px; }
  .feat .ic{ width:36px; height:36px; border-radius:9px; }
  .feat .ic .i{ width:18px; height:18px; }
  .feat b{ font-size:.95rem; }
  .feat small{ font-size:.54rem; }
  .checks{ gap:8px; margin-top:10px; font-size:.68rem; }
  .checks .i{ width:15px; height:15px; padding:2px; }
  .banner--a .fine{ display:none; }
  .banner--b h2{ font-size:1.3rem; }
  .banner--b .banner-copy{ max-width:62%; }
  .banner h1,.banner h2{ font-size:1.3rem; }
  .banner p{ font-size:.8rem; margin-bottom:12px; }
  .banner .btn{ padding:8px 14px; font-size:.8rem; }
  .banner-code{ padding:6px 10px; font-size:.74rem; margin-left:6px; }
  .banner-img{ width:44%; }
  .banner-copy{ max-width:60%; }
  .banner-art{ right:8px; width:132px; height:150px; }
  .banner-art img{ box-shadow:0 0 0 3px rgba(255,255,255,.95), 0 8px 18px rgba(0,0,0,.25); }
  .banner-art img:nth-child(1){ width:92px; height:92px; right:30px; top:8px; }
  .banner-art img:nth-child(2){ width:58px; height:58px; right:0; top:0; }
  .banner-art img:nth-child(3){ width:54px; height:54px; right:92px; top:70px; }
  .banner-art img:nth-child(4){ width:48px; height:48px; right:6px; top:86px; }

  .banner-dots{ display:flex; justify-content:center; gap:5px; margin-top:10px; }
  .banner-dots i{ width:6px; height:6px; border-radius:3px; background:#b9d8b5; transition:width .2s, background .2s; }
  .banner-dots i.is-on{ width:16px; background:var(--q-green); }
  .promo3{ display:none; }
  .home-sec{ padding-block:16px 2px; }
  .hsec-head{ margin-bottom:10px; }
  .hsec-head h2{ font-size:1.05rem; }
  .hsec-sub{ display:none; }
  .seeall{ font-size:.82rem; }
  .tiles{ grid-template-columns:repeat(6,1fr); gap:12px; }   /* tablets */
  .tile-img{ padding:6px; border-radius:10px; }
  .tile span{ font-size:.7rem; }
  .recipe{ flex-basis:210px; }
  .recipe-img{ height:110px; }
  .wa-strip{ flex-wrap:wrap; padding:14px; gap:10px; }
  .wa-strip .btn{ margin-left:0; width:100%; justify-content:center; }
  .pop{ padding-block:16px 20px; }
  .combos{ display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x proximity; scrollbar-width:none; margin:0 -14px; padding:4px 14px 8px; }
  .combos::-webkit-scrollbar{ display:none; }
  .combo{ flex:0 0 220px; scroll-snap-align:start; }
  .promise{ grid-template-columns:1fr 1fr; gap:8px; }
  .pr{ flex-direction:column; align-items:flex-start; gap:8px; padding:12px; }
  .pr b{ font-size:.82rem; }
  .pr small{ font-size:.72rem; }
  .duo{ grid-template-columns:1fr; gap:10px; }
  .duo-card{ min-height:150px; padding:18px; }
  .duo-card h3{ font-size:1.1rem; max-width:64%; }
  .duo-card p{ font-size:.78rem; max-width:64%; }
  .rv{ flex-basis:260px; }
  .faq{ grid-template-columns:1fr; }
  .support{ grid-template-columns:1fr 1fr; gap:8px; }
  .sp{ font-size:.74rem; padding:10px; gap:8px; }
  .tip img{ width:70px; height:70px; }
  .journey h2{ font-size:1.25rem; }
  .areas span{ font-size:.74rem; padding:6px 10px; }
}
@media (max-width:640px){
  .tiles{ grid-template-columns:repeat(4,1fr); gap:10px; }   /* phones */
  /* keep the sticker art clear of the copy on phones */
  .banner-copy{ max-width:60%; }
  .banner-art{ right:6px; top:auto; bottom:12px; transform:none; width:112px; height:118px; }
  .banner-art img:nth-child(1){ width:78px; height:78px; right:22px; top:22px; }
  .banner-art img:nth-child(2){ width:48px; height:48px; right:0; top:0; }
  .banner-art img:nth-child(3){ width:44px; height:44px; right:76px; top:64px; }
  .banner-art img:nth-child(4){ display:none; }
}
@media (max-width:400px){
  .tiles{ gap:8px; }
  .tile span{ font-size:.66rem; }
  .banner{ min-height:156px; padding:16px 14px; }
  .banner h1,.banner h2{ font-size:1.15rem; }
  .banner-copy{ max-width:64%; }
  .banner-art{ width:92px; height:100px; bottom:10px; right:4px; }
  .banner-art img:nth-child(1){ width:66px; height:66px; right:16px; top:18px; }
  .banner-art img:nth-child(2){ width:40px; height:40px; }
  .banner-art img:nth-child(3){ width:36px; height:36px; right:62px; top:56px; }
}
@media (max-width:340px){
  .tiles{ grid-template-columns:repeat(3,1fr); }
  .promise,.support{ grid-template-columns:1fr; }
  .combo{ flex-basis:200px; }
}
@media (max-width:300px){
  .banners{ margin:10px -8px 0; padding:0 8px; }
  .banner{ flex-basis:92%; min-height:0; padding:14px 12px; }
  .banner-art,.banner-img{ display:none; }
  .banner-copy{ max-width:100%; }
  .banner h1,.banner h2{ font-size:1.05rem; }
  .banner p{ font-size:.74rem; }
  .banner-code{ margin:8px 0 0; display:inline-block; }
  .tiles{ grid-template-columns:repeat(2,1fr); gap:8px; }
  .tile span{ font-size:.7rem; }
  .slotbar{ padding:8px 8px 0; }
  .slotbar .container{ font-size:.7rem; padding:6px 8px; }
  .slotbar .i{ display:none; }
  .recipe{ flex-basis:88%; }
  .hsec-head h2{ font-size:.95rem; }
  .wa-strip{ padding:12px; }
}
@media (min-width:1550px){
  .banner{ min-height:280px; padding:40px 48px; }
  .banner-art{ right:60px; width:360px; height:240px; }
  .banner-art img:nth-child(1){ width:200px; height:200px; right:80px; top:20px; }
  .banner-art img:nth-child(2){ width:124px; height:124px; right:0; top:0; }
  .banner-art img:nth-child(3){ width:110px; height:110px; right:250px; top:120px; }
  .banner-art img:nth-child(4){ width:96px; height:96px; right:20px; top:140px; }
  .tiles{ gap:18px; }
}

/* ---- Banners / strips / combos edited in Admin > Home page ---------------- */
.banner--db{ background:var(--bbg, linear-gradient(90deg,#0b6b2a 0%,#2f8a3c 45%,#7cc576 100%)); }
.banner--db .banner-copy{ max-width:54%; }
.banner--db.banner--side{ display:none; }                          /* desktop shows a + the first hero */
.banner--db.banner--hero ~ .banner--db.banner--hero{ display:none; }
.promo-strip{
  display:flex; align-items:center; gap:12px; margin:12px 0 0; padding:10px 16px; border-radius:14px;
  background:var(--bbg, #fff3e0); color:var(--green-950); font-size:.9rem; text-decoration:none;
  border:1px solid rgba(0,0,0,.05);
}
.promo-strip .i{ width:22px; height:22px; color:var(--orange-600); flex-shrink:0; }
.promo-strip img{ width:36px; height:36px; border-radius:10px; object-fit:cover; flex-shrink:0; }
.promo-strip span{ flex:1; min-width:0; }
.promo-strip em{ font-style:normal; font-weight:800; color:var(--q-green); white-space:nowrap; }
.combo-badge{ display:inline-block; margin-left:6px; padding:2px 8px; border-radius:999px; background:var(--orange-100); color:var(--orange-700); font-size:.62rem; font-weight:800; vertical-align:middle; text-transform:uppercase; letter-spacing:.03em; }
.combo-tag{ font-size:.78rem; color:var(--ink-soft); margin:-2px 0 6px; }
@media (max-width:900px){
  .banner--db.banner--side,.banner--db.banner--hero ~ .banner--db.banner--hero{ display:flex; }
  .banner--db .banner-copy{ max-width:62%; }
  .promo-strip{ margin:10px 0 0; padding:9px 12px; font-size:.82rem; }
}

/* ---- Rates on WhatsApp + Find us (home page bottom) ---------------------- */
.rates-cta{
  display:grid; grid-template-columns:minmax(260px,.9fr) 1.3fr; gap:28px; align-items:center;
  padding:28px 32px; border-radius:24px; background:linear-gradient(135deg,#e6f5e2,#f7fff9 70%); border:1px solid #d3e8cf;
  position:relative; overflow:hidden;
}
.rc-art{ position:relative; min-height:150px; }
.rc-bubble{
  position:absolute; left:0; max-width:86%; padding:10px 14px; border-radius:16px 16px 16px 4px; background:#fff; box-shadow:0 8px 24px rgba(9,60,22,.12);
  font-size:.82rem; color:var(--ink-soft); line-height:1.4;
}
.rc-bubble b{ display:block; color:var(--q-ink); margin-bottom:2px; }
.rc-bubble--a{ top:6px; animation:rcFloat 4s ease-in-out infinite; }
.rc-bubble--b{ top:88px; left:14%; background:#dcf8c6; color:#1f2b21; border-radius:16px 16px 4px 16px; animation:rcFloat 4s ease-in-out 1s infinite; }
.rc-time{ position:absolute; right:6px; top:66px; font-size:.68rem; color:var(--ink-mute); }
@keyframes rcFloat{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-5px); } }
.rc-txt h2{ font-size:1.5rem; margin:0 0 8px; color:var(--green-800); }
.rc-txt p{ margin:0 0 16px; color:var(--ink-soft); font-size:.94rem; }
.rc-form{ display:flex; gap:10px; align-items:center; position:relative; max-width:460px; }
.rc-form .inp{ flex:1; min-width:0; background:#fff; }
.rc-form .btn{ flex-shrink:0; }
.rc-form .btn .i{ width:18px; height:18px; fill:currentColor; stroke:none; }
.rates-cta .fc-done{ color:var(--green-800); }
.rates-cta .fc-done a{ color:var(--q-green); }

.findus{ display:grid; grid-template-columns:1.4fr 1fr; gap:18px; align-items:stretch; }
.fu-map{ border-radius:20px; overflow:hidden; border:1px solid var(--q-line); background:#e8efe6; min-height:300px; }
.fu-map iframe{ width:100%; height:100%; min-height:300px; border:0; display:block; }
.fu-card{ background:#fff; border:1px solid var(--q-line); border-radius:20px; padding:22px 22px 20px; display:flex; flex-direction:column; gap:10px; }
.fu-logo{ width:52px; height:52px; border-radius:14px; }
.fu-card h3{ margin:2px 0 4px; font-size:1.2rem; color:var(--green-800); }
.fu-row{ display:flex; gap:9px; align-items:flex-start; font-size:.88rem; color:var(--ink-soft); }
.fu-row .i{ width:17px; height:17px; flex-shrink:0; color:var(--q-green); margin-top:2px; }
.fu-acts{ display:flex; gap:8px; flex-wrap:wrap; margin-top:auto; padding-top:8px; }
.fu-acts .btn{ padding:10px 16px; font-size:.82rem; }
.fu-acts .btn .i{ width:16px; height:16px; }
.rate-google{ margin-left:auto; }
@media (max-width:900px){
  .rates-cta{ grid-template-columns:1fr; padding:20px 18px; gap:18px; }
  .rc-art{ min-height:140px; }
  .findus{ grid-template-columns:1fr; }
  .fu-map,.fu-map iframe{ min-height:220px; }
}
@media (max-width:640px){
  .rc-txt h2{ font-size:1.22rem; }
  .rc-form{ flex-wrap:wrap; } .rc-form .btn{ width:100%; }
  .fu-acts .btn{ flex:1 1 auto; justify-content:center; }
}

/* ---- 320-360px phones: the experience card's two tiles stack ---------------- */
@media (max-width:380px){
  .feat2{ grid-template-columns:1fr; gap:6px; }
  .feat{ padding:8px 10px; }
  .feat b{ font-size:.92rem; }
  .feat small{ font-size:.56rem; letter-spacing:.04em; }
  .banner--a .kicker{ font-size:.82rem; }
  .checks{ flex-direction:column; align-items:flex-start; gap:4px; margin-top:8px; }
  .banner{ min-height:0; }
}

/* ---- "First order" banner art on phones: the desktop .banner--b sizes were
   beating the generic phone rules, so the tomatoes covered the text ---------- */
@media (max-width:640px){
  .banner--b .banner-copy{ max-width:60%; }
  .banner--b .banner-art{ right:8px; top:50%; transform:translateY(-50%); width:120px; height:140px; }
  .banner--b .banner-art img:nth-child(1){ width:84px; height:84px; right:26px; top:10px; }
  .banner--b .banner-art img:nth-child(2){ width:52px; height:52px; right:0; top:0; }
  .banner--b .banner-art img:nth-child(3){ width:48px; height:48px; right:80px; top:70px; }
  .banner--b .banner-art img:nth-child(4){ width:44px; height:44px; right:4px; top:82px; }
}
@media (max-width:400px){
  .banner--b .banner-copy{ max-width:66%; }
  .banner--b .banner-art{ top:auto; bottom:10px; transform:none; right:6px; width:96px; height:104px; }
  .banner--b .banner-art img:nth-child(1){ width:68px; height:68px; right:18px; top:16px; }
  .banner--b .banner-art img:nth-child(2){ width:42px; height:42px; }
  .banner--b .banner-art img:nth-child(3){ width:38px; height:38px; right:62px; top:58px; }
  .banner--b .banner-art img:nth-child(4){ display:none; }
  .banner--b h2{ font-size:1.15rem; }
}
@media (max-width:340px){
  .banner--b .banner-copy{ max-width:100%; }
  .banner--b .banner-art{ display:none; }
}
