:root{
  --cream:#EDE8DC;--df-hero1:#0A3D28;--df-hero2:#0A2E22;--green:#0A7056;--ink:#2D2D2B;
  --grey:#7C7C78;--amber:#BA7517;--ced:#E4DDD0;
  --gl:rgba(10,112,86,0.08);--al:rgba(186,117,23,0.1);--earth:#7A4830;--ink2:#1A1713;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:#EAE4D6;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.6;max-width:430px;margin:0 auto;overflow-x:hidden;padding-bottom:64px}
body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:998}

/* ── LOGO ── */
.logo{display:inline-flex;align-items:flex-end;gap:0;text-decoration:none;line-height:1}
.logo-sprout{width:32px;height:42px;flex-shrink:0;margin-right:0px;display:block}
.logo-wm{font-family:'DM Sans',sans-serif;font-size:22px;font-weight:400;color:var(--ink);letter-spacing:-0.2px;line-height:1;white-space:nowrap;padding-bottom:3px}
.logo-wm .L{font-weight:400;font-size:32px;line-height:0.85;vertical-align:bottom;letter-spacing:-1px}
.logo-wm .dot{color:var(--green);font-size:22px}
.logo-nat{font-family:'DM Sans',sans-serif;font-size:13px;letter-spacing:5px;color:var(--grey);text-transform:uppercase;font-weight:300;white-space:nowrap;padding-bottom:4px;margin-left:6px}

/* ── TOP NAV ── */
.top-nav{display:flex;align-items:center;justify-content:space-between;padding:15px 20px 15px 0;border-bottom:1px solid rgba(45,45,43,0.07);background:var(--cream);position:sticky;top:0;z-index:100}
.top-nav a img { border: none; outline: none; }
.nav-ham{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;align-items:flex-end;padding:4px}
.nav-ham span{display:block;height:1.5px;background:var(--ink);border-radius:2px}
.nav-ham span:nth-child(1){width:20px}
.nav-ham span:nth-child(2){width:14px}

/* ── BOTTOM NAV ── */
.bnav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;background:#1A1208;border-top:1px solid rgba(186,117,23,0.2);display:flex;z-index:200;padding-bottom:env(safe-area-inset-bottom)}
.bni{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 4px 8px;background:none;border:none;cursor:pointer;font-family:'DM Sans',sans-serif;color:rgba(241,239,232,0.35);font-size:9px;letter-spacing:0.2px;transition:color .15s;text-decoration:none}
.bni.active{color:#BA7517}
.bni svg{width:20px;height:20px}

/* ── HERO ── */
.hero{position:relative;background:linear-gradient(170deg,#0A3D28 0%,#0A2E22 100%);display:flex;flex-direction:column;margin:0;width:100%}
.hero-img{width:100%;height:auto;object-fit:contain;display:block;margin:0;padding:0}
.hero-badge{position:absolute;top:8px;right:16px;background:#BA7517;color:#FFF0D4;font-size:9px;font-weight:500;letter-spacing:1.8px;text-transform:uppercase;padding:5px 12px;border-radius:20px}
.hero-body{padding:24px 22px 32px;display:flex;flex-direction:column;justify-content:space-between;gap:24px}
.hero-eye{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:#5DCAA5;font-weight:500;margin-bottom:10px}
.hero-title{font-family:'Playfair Display',Georgia,serif;font-size:40px;line-height:1.08;font-weight:700;letter-spacing:-1.2px;color:#F1EFE8;margin-bottom:12px}
.hero-title em{font-style:italic;color:#BA7517}
.hero-sub{font-size:13.5px;color:rgba(241,239,232,0.65);line-height:1.65;margin-bottom:0;max-width:300px}
.hero-trust{display:flex;gap:0;padding-top:18px;border-top:1px solid rgba(45,45,43,0.08)}
.trust-item{flex:1;display:flex;flex-direction:column;gap:2px}
.trust-item:not(:last-child){border-right:1px solid rgba(45,45,43,0.08);padding-right:10px;margin-right:10px}
.trust-val{font-family:'Playfair Display',serif;font-size:16px;font-weight:600;color:var(--ink)}
.trust-label{font-size:10px;color:var(--grey);line-height:1.3}
.hero .trust-val{color:#F1EFE8}
.hero .trust-label{color:rgba(241,239,232,0.55)}
.hero .hero-trust{border-top:1px solid rgba(241,239,232,0.15)}
.hero .trust-item:not(:last-child){border-right:1px solid rgba(241,239,232,0.15)}

/* ── CTA BUTTON ── */
.cta-wa{width:100%;background:#BA7517;color:#fff;border:none;padding:17px 22px;border-radius:4px;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between;letter-spacing:.2px;text-decoration:none}
.cta-wa-sub{font-size:11px;opacity:1;font-weight:500;color:rgba(255,240,212,0.9)}


/* ── SECTIONS ── */
.sdiv{height:1px;background:linear-gradient(to right,transparent,rgba(122,72,48,0.15),transparent);margin:0 22px}
.sec{padding:36px 22px}
.sec-lbl{font-size:10px;letter-spacing:2.8px;text-transform:uppercase;color:var(--amber);font-weight:500;margin-bottom:12px}
.sec-ttl{font-family:'Playfair Display',serif;font-size:26px;line-height:1.18;font-weight:700;color:#1A1208;margin-bottom:12px;letter-spacing:-.5px}
.sec-bod{font-size:13.5px;color:#5C4A30;line-height:1.7}

/* ── TIMELINE ── */
.timeline{display:flex;flex-direction:column;margin-top:24px}
.tl-item{display:flex;gap:16px;padding-bottom:28px}
.tl-item:last-child{padding-bottom:0}
.tl-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}
.tl-icon{width:34px;height:34px;border-radius:50%;background:rgba(186,117,23,0.15);border:1.5px solid rgba(186,117,23,0.5);display:flex;align-items:center;justify-content:center;color:#BA7517;flex-shrink:0}
.tl-icon.done{background:#BA7517;border-color:#BA7517}
.tl-line{width:1px;flex:1;background:rgba(186,117,23,0.25);margin-top:5px;min-height:28px}
.tl-item:last-child .tl-line{display:none}
.tl-body{padding-top:4px;flex:1}
.tl-tag{display:inline-block;font-size:9px;letter-spacing:1.2px;text-transform:uppercase;color:#BA7517;border:1px solid rgba(186,117,23,0.5);background:rgba(186,117,23,0.12);border-radius:20px;padding:3px 10px;margin-bottom:6px;font-weight:600}
.tl-title{font-weight:600;font-size:15px;color:#F1EFE8;margin-bottom:4px}
.tl-desc{font-size:12.5px;color:rgba(241,239,232,0.6);line-height:1.65;margin-bottom:8px}
.tl-pill{display:inline-flex;font-size:10px;color:#8B5A0A;background:rgba(186,117,23,0.12);border:1px solid rgba(186,117,23,0.3);padding:3px 9px;border-radius:20px;font-weight:500}

/* ── WHY PRE-BOOK ── */
.reasons{display:flex;flex-direction:column;gap:16px;margin-top:20px}
.reason{display:flex;gap:14px;align-items:flex-start}
.reason-icon{width:36px;height:36px;border-radius:8px;background:rgba(186,117,23,0.15);border:1px solid rgba(186,117,23,0.3);display:flex;align-items:center;justify-content:center;color:#BA7517;flex-shrink:0;margin-top:2px}
.reason-title{font-weight:600;font-size:14px;color:#F1EFE8;margin-bottom:3px}
.reason-desc{font-size:12.5px;color:rgba(241,239,232,0.6);line-height:1.6}

/* ── PRODUCT CARD ── */
.prod-sec{background:#1A1208;padding:32px 22px}
.prod-card{background:#F5EFE4;border-radius:0;overflow:hidden;border:1px solid rgba(186,117,23,0.2)}
.prod-img-wrap{background:var(--ced);padding:0;text-align:center;overflow:hidden}
.prod-img-wrap img{display:block;width:100%;height:auto;object-fit:contain}
.prod-badges{display:flex;gap:6px;justify-content:center;margin-top:10px;flex-wrap:wrap}
.badge{font-size:9.5px;letter-spacing:.6px;padding:4px 10px;border-radius:20px;font-weight:500}
.bg{background:#0A7056;color:#F1EFE8;border:1px solid #0A7056}
.ba{background:#BA7517;color:#fff;border:1px solid #BA7517}
.prod-info{padding:18px 20px 20px}
.prod-name{font-family:'Playfair Display',serif;font-size:21px;font-weight:600;color:var(--ink);margin-bottom:3px}
.prod-origin{font-size:12px;color:var(--grey);margin-bottom:14px}
.prod-det{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.det-item{background:#EDE5D8;border-radius:5px;padding:9px 11px;border:1px solid rgba(122,72,48,0.08)}
.det-k{font-size:9.5px;letter-spacing:.8px;text-transform:uppercase;color:var(--grey);margin-bottom:3px}
.det-v{font-size:13px;font-weight:500;color:var(--ink)}
.price-row{display:flex;align-items:baseline;gap:8px;padding-top:12px;border-top:1px solid rgba(45,45,43,0.07);margin-bottom:4px}
.tok-price{font-family:'Playfair Display',serif;font-size:32px;font-weight:700;color:#1A1208}
.tok-lbl{font-size:11px;color:#7C7C78;font-weight:400}
.price-info{font-size:12px;color:#2D2D2B;margin-bottom:6px}
.ref-note{font-size:12px;color:#2D2D2B;display:flex;align-items:center;gap:5px;margin-top:6px;font-weight:400}

/* ── FAQ ── */
.faq-sec{background:linear-gradient(160deg,#0A3D28 0%,#083020 100%);padding:36px 22px}
.faq-item{border-bottom:1px solid rgba(241,239,232,0.1)}
.faq-q{width:100%;background:none;border:none;text-align:left;padding:15px 0;font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:500;color:#F1EFE8;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px}
.faq-ico{width:20px;height:20px;border-radius:50%;background:rgba(186,117,23,0.15);border:1px solid rgba(186,117,23,0.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:#BA7517;transition:transform .2s}
.faq-ans{font-size:12.5px;color:rgba(241,239,232,0.6);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}
.faq-item.open .faq-ans{max-height:200px;padding-bottom:14px}
.faq-item.open .faq-ico{transform:rotate(45deg)}

/* ── SOURCING STRIP ── */
.src-strip{padding:36px 22px;text-align:center;background:#EDE8DC;border-top:1px solid rgba(45,45,43,0.1);border-bottom:1px solid rgba(45,45,43,0.1)}
.src-line{font-family:'Playfair Display',serif;font-size:20px;font-style:italic;color:#1A1208;line-height:1.5;margin-bottom:8px;font-weight:600}
.src-sub{font-size:11px;color:var(--grey);letter-spacing:.5px}

/* ── FINAL CTA ── */
.final-cta{background:linear-gradient(160deg,#0A3D28 0%,#071E14 100%);padding:40px 22px;text-align:center}
.final-cta .sec-lbl{color:rgba(241,239,232,0.35)}
.final-cta .sec-ttl{color:var(--cream);margin-bottom:8px}
.final-cta .sec-bod{color:rgba(241,239,232,0.5);font-size:13px;margin-bottom:28px}
.final-cta .cta-wa{max-width:360px;margin:0 auto;display:flex}
.final-cta .ref-note{color:rgba(241,239,232,0.35);justify-content:center;margin-top:12px;margin-bottom:0;font-size:11px}

/* ── FOOTER ── */
footer{background:var(--ink2);padding:28px 22px 16px;color:rgba(241,239,232,0.35);font-size:11.5px;text-align:center;line-height:2;border-top:1px solid rgba(255,255,255,0.05)}
footer a{color:rgba(241,239,232,0.35);text-decoration:none}
footer a:hover{color:rgba(241,239,232,0.6)}
.ft-links{display:flex;justify-content:center;gap:16px;margin-bottom:12px;flex-wrap:wrap;font-size:11px}
.ft-contact{margin-bottom:10px;font-size:12px;color:rgba(241,239,232,0.5)}
.ft-contact a{color:rgba(241,239,232,0.5)}

/* ── LEGAL PAGES ── */
.leg-hero{padding:36px 22px 24px;border-bottom:1px solid rgba(45,45,43,0.07)}
.leg-bd{padding:24px 22px 40px}
.leg-h{font-family:'Playfair Display',serif;font-size:15px;font-weight:600;color:var(--ink);margin-bottom:7px;margin-top:22px}
.leg-h:first-child{margin-top:0}
.leg-p{font-size:13px;color:var(--grey);line-height:1.85;margin-bottom:8px}
.leg-ul{margin:8px 0 12px 18px}
.leg-ul li{font-size:13px;color:var(--grey);line-height:1.8}

/* ── ABOUT PAGE ── */
.abt-hero{background:linear-gradient(160deg,#E4DDD0 0%,#D9CFC0 100%);padding:44px 22px 32px}
.abt-pull{font-family:'Playfair Display',serif;font-size:19px;font-style:italic;line-height:1.5;color:#1A1208;border-left:3px solid #BA7517;padding-left:16px;margin:22px 0}

/* ── BOOKING PAGE ── */
.bk-hero{background:linear-gradient(170deg,#0A3D28 0%,#0A2E22 100%);padding:36px 22px 28px}
.bk-card{margin:22px;background:#F5EFE4;border-radius:8px;border:1px solid rgba(186,117,23,0.2);overflow:hidden}
.bk-card-head{background:#BA7517;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}
.bk-card-head-title{font-family:'Playfair Display',serif;font-size:15px;color:var(--cream);font-style:italic}
.bk-card-head-price{font-size:12px;color:rgba(241,239,232,0.7)}
.bk-form{padding:20px}
.bk-fg{margin-bottom:16px}
.bk-label{display:block;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--grey);margin-bottom:7px;font-weight:500}
.bk-input{width:100%;padding:13px 15px;background:white;border:1px solid rgba(45,45,43,0.13);border-radius:4px;font-family:'DM Sans',sans-serif;font-size:15px;color:var(--ink);outline:none;-webkit-appearance:none}
.bk-input:focus{border-color:var(--green)}
.bk-select{width:100%;padding:13px 15px;background:white;border:1px solid rgba(45,45,43,0.13);border-radius:4px;font-family:'DM Sans',sans-serif;font-size:15px;color:var(--ink);outline:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237C7C78' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.bk-summary{background:#F6F3EC;border-radius:6px;padding:14px 16px;margin-bottom:16px}
.bk-sum-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0}
.bk-sum-row-key{color:var(--grey)}
.bk-sum-row-val{font-weight:500;color:var(--ink)}
.bk-sum-total{border-top:1px solid rgba(45,45,43,0.08);margin-top:8px;padding-top:8px}
.bk-sum-total .bk-sum-row-val{font-family:'Playfair Display',serif;font-size:18px;color:var(--green)}
.bk-note{font-size:11px;color:#5C4A30;line-height:1.6;margin-bottom:16px;padding:10px 12px;background:rgba(186,117,23,0.08);border-radius:4px;border-left:2px solid #BA7517}
.bk-submit{width:100%;background:#BA7517;color:#fff;border:none;padding:16px 20px;border-radius:4px;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-decoration:none}
.bk-submit-sub{font-size:11px;opacity:.65;font-weight:400}
.bk-community{background:rgba(10,112,86,0.06);border:1px solid rgba(10,112,86,0.2);border-radius:6px;padding:16px;margin-bottom:16px}
.bk-community-label{font-weight:600;font-size:14px;color:#1A1208;margin-bottom:6px}
.bk-community-sub{font-size:12px;color:#5C4A30;line-height:1.6;margin-bottom:12px}
.bk-community-check{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#1A1208;cursor:pointer}
