:root{
  --brown-950:#2c1004;--brown-900:#3d1606;--brown-800:#57230b;--brown-700:#713110;--gold:#c99345;
  --cream:#fffaf0;--cream-2:#f8f0e2;--green:#23751d;--green-2:#318d28;--koko:#6d28d9;
  --ink:#241b16;--muted:#6f6259;--line:#eadbc6;--white:#fff;--shadow:0 12px 30px rgba(62,31,12,.08);
  --radius:18px;--max:1180px
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;padding-bottom:70px}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none} button,input{font:inherit} button{cursor:pointer} svg{display:block;fill:currentColor}.container{width:min(calc(100% - 24px),var(--max));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-100px;background:#fff;padding:9px 13px;z-index:9999;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}

/* Compact mobile-first top area */
.trustbar{background:linear-gradient(90deg,var(--brown-950),var(--brown-700));color:#fff;font-size:10.5px}.trustbar__inner{display:flex;align-items:center;gap:15px;overflow:auto;scrollbar-width:none;min-height:30px;white-space:nowrap;padding-block:5px}.trustbar__inner::-webkit-scrollbar{display:none}.trustbar__item{display:flex;align-items:center;gap:5px;opacity:.98;flex:0 0 auto}.trustbar__item svg{width:14px;height:14px}.trustbar__phone{font-weight:850}.trustbar__koko b,.koko-mark,.footer-koko{display:grid;place-items:center;background:var(--koko);color:#fff;border-radius:5px;font-weight:950}.trustbar__koko b{width:17px;height:17px;font-size:10px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(231,215,194,.9);backdrop-filter:saturate(140%) blur(8px)}.header__inner{height:58px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:6px}.brand{justify-self:center}.brand img{width:46px;height:46px;object-fit:contain}.menu-toggle{width:36px;height:36px;border:0;background:transparent;padding:8px;display:grid;align-content:center;gap:4px}.menu-toggle span{height:2px;background:var(--brown-900);border-radius:2px;transition:.2s}.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.main-nav{position:fixed;inset:88px 0 auto 0;background:#fff;padding:10px 20px 18px;border-bottom:1px solid var(--line);box-shadow:0 16px 28px rgba(58,25,8,.08);display:none}.main-nav.open{display:grid}.main-nav a{padding:11px 4px;border-bottom:1px solid #f1e8dc;font-weight:760;font-size:14px}.main-nav a.active{color:var(--brown-700)}.header__actions{justify-self:end;display:flex;align-items:center;gap:6px}.header-wa,.cart-btn{height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.header-wa{width:36px;background:var(--green);color:#fff}.header-wa svg{width:18px;height:18px}.header-wa span{display:none}.cart-btn{border:1px solid var(--line);background:#fff;color:var(--brown-900);width:36px;position:relative}.cart-btn svg{width:19px;height:19px}.cart-count{position:absolute;right:-4px;top:-5px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#f0a819;color:#fff;font-size:9px;font-weight:900;display:grid;place-items:center}

/* Hero image keeps its natural aspect ratio: no stretched almonds */
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 20%,#fff 0,#fff7e7 36%,#fbf1df 100%)}.hero__grid{display:grid;padding-block:28px 18px;gap:15px}.hero__content{position:relative;z-index:2}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:10.5px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.eyebrow:before,.section-kicker:before{content:"";width:19px;height:2px;background:currentColor;border-radius:999px}.hero h1{font-size:clamp(34px,10.5vw,64px);line-height:1;margin:10px 0 12px;letter-spacing:-.045em;color:var(--brown-950);max-width:690px}.hero h1 em{font-style:normal;color:var(--green)}.hero__content>p{font-size:15px;color:var(--muted);max-width:600px;margin:0 0 16px}.hero__actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr);gap:8px}.btn{min-height:48px;border-radius:12px;padding:9px 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:850;border:1px solid transparent;text-align:center;transition:transform .15s,box-shadow .15s,background .15s}.btn:active{transform:translateY(1px)}.btn--whatsapp{background:linear-gradient(135deg,var(--green),var(--green-2));color:#fff;box-shadow:0 10px 22px rgba(35,117,29,.18)}.btn--whatsapp svg{width:22px;height:22px;flex:0 0 auto}.btn--whatsapp span{display:grid;line-height:1.12;text-align:left;font-size:13px}.btn--whatsapp small{font-weight:650;font-size:9.5px;opacity:.92;margin-bottom:2px}.btn--secondary{background:#fff;color:var(--brown-900);border-color:var(--line);font-size:12px}.btn--light{background:#fff;color:var(--brown-950);white-space:nowrap}
.payment-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:14px}.payment-card{display:flex;align-items:center;gap:6px;padding:8px 6px;border:1px solid var(--line);border-radius:11px;background:rgba(255,255,255,.9);min-width:0}.payment-card>span:last-child{display:grid;min-width:0}.payment-card b{font-size:9.5px;line-height:1.15}.payment-card small{font-size:8px;color:var(--muted);line-height:1.2;margin-top:2px}.payment-icon{width:25px;height:25px;border-radius:7px;display:grid;place-items:center;background:#f7ece0;color:var(--brown-700);flex:0 0 auto}.payment-icon svg{width:14px;height:14px}.payment-icon--cod{background:#eaf6e7;color:var(--green)}.koko-mark{width:25px;height:25px;font-size:14px;flex:0 0 auto}.payment-card--koko{border-color:#e5d7fa}
.hero__visual{position:relative;min-height:190px;margin-top:0}.hero__image-wrap{position:absolute;inset:0 0 0 auto;width:min(92%,430px);border-radius:24px;overflow:hidden;background:#f5ead7;box-shadow:0 16px 35px rgba(80,43,17,.12)}.hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center 37%;filter:saturate(1.03) contrast(1.02)}.hero__badge{position:absolute;left:2px;bottom:12px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;padding:8px 11px;display:grid;color:var(--brown-900)}.hero__badge b{font-size:13px}.hero__badge span{font-size:9px;color:var(--muted)}

.delivery-strip{background:linear-gradient(90deg,var(--brown-950),var(--brown-700));color:#fff}.delivery-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-block:12px}.delivery-strip article{display:flex;align-items:center;justify-content:center;gap:5px;min-width:0;padding:0 5px;border-right:1px solid rgba(255,255,255,.22)}.delivery-strip article:last-child{border-right:0}.delivery-strip svg{width:18px;height:18px;flex:0 0 auto;color:#e7bf83}.delivery-strip span{display:grid;min-width:0}.delivery-strip small{font-size:8.8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#f1ded0}.delivery-strip strong{font-size:11.5px;white-space:nowrap}

.section{padding:48px 0}.products-section{background:linear-gradient(180deg,#fff 0,#fffaf2 100%)}.section-heading{margin-bottom:18px}.section-heading h2{font-size:29px;line-height:1.08;letter-spacing:-.025em;margin:5px 0 0;color:var(--brown-950)}.section-heading p{margin:7px 0 0;color:var(--muted);font-size:14px}.section-heading--center{text-align:center}.leaf-mark{color:var(--gold);font-size:10px}

/* Payment options are visible directly above products */
.product-payment-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0 0 18px}.pay-chip{min-width:0;border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 7px;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 5px 14px rgba(76,42,22,.035)}.pay-chip__icon{width:27px;height:27px;border-radius:8px;display:grid;place-items:center;background:#f6eadc;color:var(--brown-700);flex:0 0 auto}.pay-chip__icon svg{width:15px;height:15px}.pay-chip--cod .pay-chip__icon{background:#e9f7e6;color:var(--green)}.pay-chip__k{width:27px;height:27px;border-radius:8px;display:grid;place-items:center;background:var(--koko);color:#fff;font-weight:950;flex:0 0 auto}.pay-chip>span:last-child{display:grid;line-height:1.12;min-width:0}.pay-chip small{font-size:7.8px;color:var(--muted)}.pay-chip b{font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pay-chip--koko{border-color:#e4d6f8}

/* Modern product cards. Mobile deliberately remains two cards per row: 14 products = 7 rows. */
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(145deg,#ead8be,#f5eadc 60%,#d9c09d) border-box;border:1px solid transparent;border-radius:18px;overflow:hidden;box-shadow:0 9px 24px rgba(76,42,22,.07);transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(76,42,22,.11)}.product-card__image{position:relative;display:grid;place-items:center;aspect-ratio:1.25/1;background:radial-gradient(circle at 50% 45%,#fff 0,#fffdf8 55%,#f8efe3 100%);overflow:hidden}.product-card__image:after{content:"";position:absolute;inset:auto 10% 7px;height:10px;border-radius:50%;background:rgba(78,44,20,.08);filter:blur(7px)}.product-card__image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:9px;transition:transform .22s ease}.product-card:hover .product-card__image img{transform:scale(1.045)}.product-badge{position:absolute;z-index:3;left:8px;top:8px;background:var(--brown-900);color:#fff;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:850;letter-spacing:.02em}.product-card__body{display:flex;flex:1;flex-direction:column;padding:10px}.product-card__sizes{font-size:9px;font-weight:800;color:var(--green);letter-spacing:.015em;margin-bottom:3px}.product-card h3{margin:0;font-size:16px;line-height:1.18;letter-spacing:-.015em;color:var(--brown-950)}.product-card p{margin:6px 0 10px;font-size:13px;line-height:1.42;color:var(--muted);min-height:55px}.product-card__bottom{margin-top:auto}.price-label{display:flex;align-items:baseline;gap:5px;margin-bottom:8px}.price-label small{font-size:9px;color:var(--muted);font-weight:700}.price-label strong{font-size:16px;color:var(--brown-800);line-height:1;font-weight:950}.details-btn{min-height:38px;width:100%;border-radius:10px;background:linear-gradient(135deg,var(--brown-900),var(--brown-700));color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:900;box-shadow:0 7px 15px rgba(81,34,10,.12)}.details-btn span{font-size:15px;line-height:1;transition:transform .18s}.details-btn:hover span{transform:translateX(2px)}

.koko-banner{padding-top:0}.koko-banner__inner{background:linear-gradient(120deg,#2b0b3f,#6128a8 52%,#7c3aed);color:#fff;border-radius:20px;padding:20px;display:grid;gap:12px;align-items:center;box-shadow:0 18px 40px rgba(93,36,145,.18)}.koko-banner__mark{width:52px;height:52px;display:grid;place-items:center;background:#fff;color:var(--koko);border-radius:13px;font-size:29px;font-weight:950}.koko-banner h2{font-size:27px;margin:3px 0 4px}.koko-banner p{margin:0;color:#efe6ff;font-size:14px}.koko-banner .section-kicker{color:#f0d7ff}.benefit-grid{display:grid;gap:10px}.benefit-grid article{display:flex;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff}.benefit-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#fbf1e5;color:var(--brown-700);font-size:20px;font-weight:900;flex:0 0 auto}.benefit-grid h3{font-size:14px;margin:0 0 2px}.benefit-grid p{font-size:12px;color:var(--muted);margin:0}.section--soft{background:#fffaf2}.price-cta{display:grid;gap:16px;align-items:center}.price-cta h2{font-size:28px;margin:5px 0 8px}.price-cta p{margin:0;color:var(--muted);max-width:660px;font-size:14px}

.footer{background:linear-gradient(120deg,var(--brown-950),#512109);color:#fff;padding:38px 0 90px}.footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:26px 16px}.footer__brand{grid-column:1/-1;display:flex;align-items:center;gap:13px;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:18px}.footer__brand img{width:64px;height:64px}.footer__brand p{margin:0;color:#ecdccf;font-size:13px;max-width:220px}.footer h3{font-size:13px;margin:0 0 10px;color:#f7eadb}.footer a,.footer span{display:block;font-size:12px;color:#e7d7c8;margin:7px 0}.footer a:hover{color:#fff}.footer-phone{font-weight:900!important;font-size:15px!important;color:#fff!important}.footer-koko{display:inline-grid!important;width:18px;height:18px;margin:0 5px 0 0!important;vertical-align:middle}.footer__bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:24px;padding-top:16px;display:flex;flex-direction:column;gap:4px}.footer__bottom span{margin:0;color:#cdb7a8;font-size:10px}
.mobile-actions{position:fixed;z-index:60;left:0;right:0;bottom:0;padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:rgba(255,255,255,.97);border-top:1px solid var(--line);display:grid;grid-template-columns:78px 1fr;gap:7px;box-shadow:0 -10px 26px rgba(43,20,8,.08)}.mobile-actions a{min-height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px}.mobile-actions__call{background:#fff7ec;color:var(--brown-800);border:1px solid var(--line);gap:5px}.mobile-actions__call svg{width:17px}.mobile-actions__wa{background:var(--green);color:#fff}

@media (max-width:359px){.container{width:min(calc(100% - 18px),var(--max))}.hero__actions{grid-template-columns:1fr}.payment-cards{grid-template-columns:1fr}.payment-card{padding:8px 10px}.payment-card b{font-size:11px}.payment-card small{font-size:9px}.product-grid{gap:7px}.product-card__body{padding:8px}.product-card p{font-size:12px}.price-label strong{font-size:14px}.details-btn{font-size:10px}.product-payment-bar{grid-template-columns:1fr}.pay-chip{justify-content:flex-start;padding-inline:12px}.pay-chip b{font-size:11px}.pay-chip small{font-size:9px}}

@media (min-width:540px){
  .container{width:min(calc(100% - 36px),var(--max))}.hero__grid{padding-block:36px 24px}.hero__visual{min-height:260px}.hero__image-wrap{width:min(84%,560px)}.payment-card b{font-size:12px}.payment-card small{font-size:10px}.payment-icon,.koko-mark{width:30px;height:30px}.payment-icon svg{width:17px;height:17px}.product-grid{gap:15px}.product-card__body{padding:14px}.product-card h3{font-size:18px}.product-card p{font-size:14px;min-height:49px}.product-card__sizes{font-size:10px}.price-label strong{font-size:19px}.details-btn{font-size:12.5px;min-height:42px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.product-payment-bar{gap:10px}.pay-chip b{font-size:11px}.pay-chip small{font-size:9px}
}

@media (min-width:760px){.product-grid{grid-template-columns:repeat(3,1fr)}}

@media (min-width:800px){
  body{padding-bottom:0}.mobile-actions{display:none}.footer{padding-bottom:32px}.container{width:min(calc(100% - 48px),var(--max))}.trustbar{font-size:13px}.trustbar__inner{justify-content:space-between;min-height:38px;padding-block:7px}.trustbar__item svg{width:17px;height:17px}.trustbar__koko b{width:20px;height:20px;font-size:12px}.header__inner{height:82px;grid-template-columns:auto 1fr auto;gap:24px}.brand{justify-self:start}.brand img{width:68px;height:68px}.menu-toggle{display:none}.header-wa{width:auto;padding:0 14px;gap:7px}.header-wa span{display:inline;font-weight:850;font-size:12px}.main-nav{position:static;display:flex!important;align-items:center;justify-content:center;gap:23px;background:transparent;padding:0;border:0;box-shadow:none}.main-nav a{padding:9px 0;border:0;font-size:13px;position:relative}.main-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:0;background:var(--brown-700);transition:.2s}.main-nav a:hover:after,.main-nav a.active:after{right:0}
  .hero__grid{grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);align-items:center;gap:38px;padding-block:50px;min-height:530px}.hero__visual{height:450px;min-height:0}.hero__image-wrap{position:absolute;inset:0;width:100%;border-radius:34px}.hero__visual img{object-fit:cover;object-position:center 34%}.hero__badge{left:-18px;bottom:30px;padding:10px 14px}.hero__badge b{font-size:16px}.hero__badge span{font-size:10px}.hero__content>p{font-size:17px}.hero__actions{display:flex;align-items:center}.btn--whatsapp{min-width:220px}.btn--secondary{min-width:160px;font-size:13px}.payment-cards{margin-top:20px;gap:9px}.payment-card{padding:10px 11px}.payment-card b{font-size:12px}.payment-card small{font-size:9.5px}
  .delivery-strip__grid{padding-block:17px}.delivery-strip svg{width:27px;height:27px}.delivery-strip small{font-size:12px}.delivery-strip strong{font-size:16px}.section{padding:68px 0}.section-heading h2{font-size:36px}.section-heading p{font-size:15px}.product-payment-bar{max-width:720px;margin-bottom:24px}.pay-chip{padding:10px 12px}.pay-chip__icon,.pay-chip__k{width:32px;height:32px}.pay-chip b{font-size:12px}.pay-chip small{font-size:9px}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px}.product-card__image{aspect-ratio:1.28/1}.product-card p{min-height:60px}.koko-banner__inner{grid-template-columns:auto 1fr auto;padding:27px 32px}.koko-banner h2{font-size:32px}.benefit-grid{grid-template-columns:repeat(4,1fr)}.benefit-grid article{padding:17px 14px}.price-cta{grid-template-columns:1fr auto}.price-cta .btn{min-width:245px}.footer__grid{grid-template-columns:1.5fr repeat(3,1fr);gap:34px}.footer__brand{grid-column:auto;display:block;border:0;padding:0}.footer__brand p{margin-top:12px}.footer__bottom{flex-direction:row;justify-content:space-between}
}
@media (min-width:1100px){.hero__grid{gap:56px}.hero__visual{height:470px}.product-card h3{font-size:19px}.product-card p{font-size:14px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.product-card--soldout .product-card__image img{filter:grayscale(.2);opacity:.76}.product-card--soldout .price-label strong{font-size:13px;color:#8b4a35}

.shop-flash-wrap{position:fixed;z-index:90;top:96px;left:50%;width:min(calc(100% - 22px),520px);transform:translateX(-50%);display:grid;gap:6px;pointer-events:none}.shop-flash{padding:10px 12px;border-radius:11px;background:#fff;color:var(--brown-900);border:1px solid var(--line);box-shadow:0 12px 30px rgba(47,21,6,.14);font-size:10px;font-weight:850}.shop-flash--success{border-color:#c5dfc1;background:#f7fff5;color:#256d20}.shop-flash--error{border-color:#ecc6c3;background:#fff7f6;color:#9b2a23}@media(min-width:800px){.cart-btn{width:42px;height:42px}.shop-flash-wrap{top:120px}.header__actions{gap:8px}}
