:root{--green:#006b45;--deep:#003d2b;--lime:#009c62;--yellow:#ffef00;--ink:#101613;--cream:#f4f2e9;--white:#fff;--line:#dce2dd;--display:'Barlow Condensed',sans-serif;--body:'Inter',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--body);background:#fff}a{text-decoration:none;color:inherit}button{font:inherit}.announcement{height:34px;background:var(--yellow);display:flex;gap:18px;align-items:center;justify-content:center;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.header{height:86px;padding:0 5vw;display:flex;align-items:center;gap:40px;background:rgba(0,61,43,.96);color:#fff;position:absolute;top:34px;width:100%;z-index:10;border-bottom:1px solid rgba(255,255,255,.13)}.brand{display:flex;align-items:center;gap:11px}.brand img{width:57px;height:57px;object-fit:contain}.brand span{display:flex;flex-direction:column;line-height:.85}.brand b{font-family:var(--display);font-size:27px;letter-spacing:.06em}.brand small{font-size:8px;letter-spacing:.22em;margin-top:8px}.nav{display:flex;gap:30px;margin-left:auto}.nav a{font-size:13px;font-weight:600;opacity:.82}.nav a:hover{opacity:1;color:var(--yellow)}.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:16px;background:var(--yellow);color:var(--ink);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;border:0}.button:hover{background:#fff;transform:translateY(-2px)}.button-small{min-height:43px;padding:0 17px}.header-cta{background:#fff}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.hero{height:min(890px,calc(100vh - 34px));min-height:700px;position:relative;color:#fff;overflow:hidden}.hero video{width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,35,24,.92) 0%,rgba(0,42,29,.62) 48%,rgba(0,0,0,.05) 100%),linear-gradient(0deg,rgba(0,30,20,.65),transparent 45%)}.hero-content{position:absolute;left:8vw;top:51%;transform:translateY(-45%);max-width:750px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;display:flex;align-items:center;gap:12px}.eyebrow span{width:30px;height:2px;background:var(--yellow)}.eyebrow.green{color:var(--green)}.eyebrow.yellow{color:var(--yellow)}h1,h2,h3,p{margin-top:0}.hero h1,.section h2,.membership h2,.club h2,.final-cta h2{font-family:var(--display);text-transform:uppercase;line-height:.84;letter-spacing:-.035em}.hero h1{font-size:clamp(76px,10vw,150px);margin:24px 0}.hero h1 em{font-style:normal;color:var(--yellow)}.hero-copy{max-width:590px;font-size:17px;line-height:1.7;color:rgba(255,255,255,.8)}.hero-actions{display:flex;gap:12px;margin-top:34px}.button-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.hero-stats{position:absolute;bottom:0;right:5vw;display:flex;background:rgba(0,61,43,.92);backdrop-filter:blur(8px)}.hero-stats div{width:175px;padding:25px;border-left:1px solid rgba(255,255,255,.15)}.hero-stats strong{display:block;font-family:var(--display);font-size:36px;color:var(--yellow)}.hero-stats span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.7}.section{padding:110px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:50px}.section h2,.membership h2,.club h2{font-size:clamp(58px,7vw,96px);margin:16px 0 0}.text-link{font-size:13px;font-weight:800;text-transform:uppercase;border-bottom:2px solid var(--green);padding-bottom:7px;color:var(--green)}.category-pills{display:flex;gap:8px;margin-bottom:28px}.category-pills button{border:1px solid var(--line);background:white;border-radius:30px;padding:10px 18px;font-size:12px;font-weight:700;cursor:pointer}.category-pills button.active,.category-pills button:hover{background:var(--green);color:white;border-color:var(--green)}.product-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:18px}.product-card{min-width:0}.product-card.hidden{display:none}.product-media{height:400px;background:var(--cream);position:relative;overflow:hidden}.product-card.featured .product-media{height:470px}.product-media img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover img{transform:scale(1.035)}.tag{position:absolute;z-index:1;top:14px;left:14px;background:var(--yellow);padding:7px 10px;font-size:9px;font-weight:800;text-transform:uppercase}.tag.dark{background:var(--deep);color:white}.product-info{display:flex;justify-content:space-between;align-items:center;padding:18px 2px}.product-info small{font-size:10px;color:#778079;text-transform:uppercase;letter-spacing:.08em}.product-info h3{font-family:var(--display);font-size:25px;text-transform:uppercase;margin:4px 0}.product-buy{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:white;cursor:pointer}.product-buy:hover{background:var(--green);color:white}.shop-note{text-align:center;margin:35px 0 0;color:#69716c;font-size:12px}.shop-note i{color:var(--green);margin-right:5px}.membership{background:var(--deep);color:#fff;padding:110px 7vw;display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw}.membership-intro>p:not(.eyebrow){color:rgba(255,255,255,.66);line-height:1.7;max-width:450px}.membership-feature{display:flex;gap:18px;margin:35px 0}.membership-feature>i{font-size:35px;color:var(--yellow)}.membership-feature div{display:flex;flex-direction:column}.membership-feature span{font-size:12px;line-height:1.5;color:rgba(255,255,255,.55);margin-top:5px}.button-yellow{background:var(--yellow)}.plans{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-content:center}.plan{position:relative;background:#fff;color:var(--ink);padding:28px;min-height:250px;border-top:4px solid transparent}.plan.popular{border-color:var(--yellow)}.popular-label{position:absolute;right:15px;top:15px;background:var(--yellow);padding:6px 8px;font-size:8px;font-weight:900;text-transform:uppercase}.plan-top p{font-family:var(--display);font-size:25px;text-transform:uppercase;margin:10px 0 4px}.plan-top strong{font-family:var(--display);font-size:35px}.plan-top small{font-size:13px}.plan-metal{display:block;width:34px;height:5px;border-radius:5px}.bronze{background:#956044}.silver{background:#a9b0ae}.gold{background:#e4bb00}.diamond{background:linear-gradient(90deg,#8ad5d3,#d8f8f4)}.plan ul{list-style:none;padding:0;margin:22px 0 0;border-top:1px solid var(--line)}.plan li{padding-top:10px;font-size:12px}.plan li i{color:var(--green);margin-right:8px}.disclaimer{grid-column:1/-1;font-size:10px;color:rgba(255,255,255,.45);margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.steps article{position:relative;padding:45px;border-right:1px solid var(--line)}.steps article:last-child{border:0}.steps article>span{position:absolute;right:25px;top:20px;font-family:var(--display);font-size:45px;color:#e1e5e2}.steps i{font-size:38px;color:var(--green)}.steps h3{font-family:var(--display);font-size:26px;text-transform:uppercase;margin:55px 0 12px}.steps p{font-size:13px;line-height:1.6;color:#717974}.club{display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:#fff;min-height:670px}.club-image{min-height:600px;background:#fff}.club-image img{width:100%;height:100%;object-fit:contain}.club-copy{padding:8vw;display:flex;flex-direction:column;justify-content:center}.club-copy>p:not(.eyebrow){color:rgba(255,255,255,.72);line-height:1.8}.club-causes{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.club-causes span{border:1px solid rgba(255,255,255,.3);padding:10px 13px;font-size:11px}.club-causes i{color:var(--yellow);margin-right:6px}.partners{padding-top:70px;padding-bottom:70px}.partner-row{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;align-items:center;margin-top:35px}.partner-row img{max-width:130px;max-height:65px;object-fit:contain;margin:auto;filter:grayscale(1);opacity:.65}.final-cta{background:var(--ink);color:white;padding:75px 7vw;display:flex;align-items:center;gap:35px}.final-cta>img{width:120px}.final-cta div{margin-right:auto}.final-cta p{font-size:10px;letter-spacing:.18em;color:var(--yellow)}.final-cta h2{font-size:60px;margin:0}footer{background:#071e16;color:white;padding:55px 7vw 25px;display:grid;grid-template-columns:1fr auto auto;gap:60px;align-items:center}.footer-links,.socials{display:flex;gap:25px;font-size:12px}.socials a{font-size:20px}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;color:rgba(255,255,255,.45);font-size:10px}.whatsapp-float{position:fixed;right:22px;bottom:22px;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:24px;z-index:15;box-shadow:0 10px 30px rgba(0,0,0,.25)}
@media(max-width:980px){.nav{display:none;position:absolute;top:86px;left:0;width:100%;background:var(--deep);padding:25px;flex-direction:column}.nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-cta{display:none}.hero-stats{right:0}.hero-stats div{width:140px}.product-grid{grid-template-columns:1fr 1fr}.product-card.featured .product-media,.product-media{height:430px}.membership{grid-template-columns:1fr}.club-copy{padding:8vw 6vw}}
@media(max-width:650px){.announcement{justify-content:flex-start;overflow:hidden;white-space:nowrap;padding-left:14px}.header{height:72px;padding:0 18px;top:34px}.brand img{width:45px;height:45px}.brand b{font-size:22px}.nav{top:72px}.hero{height:800px}.hero-content{left:22px;right:22px;top:44%}.hero h1{font-size:70px}.hero-copy{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.hero-stats{left:0;right:0}.hero-stats div{width:33.333%;padding:16px 12px}.hero-stats strong{font-size:27px}.hero-stats span{font-size:8px}.section,.membership{padding:75px 20px}.section-heading{align-items:flex-start;gap:25px;flex-direction:column}.section h2,.membership h2,.club h2{font-size:57px}.category-pills{overflow:auto}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card.featured .product-media,.product-media{height:260px}.product-info h3{font-size:19px}.product-buy{display:none}.plans{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid var(--line);padding:35px}.club{grid-template-columns:1fr}.club-image{min-height:430px}.club-copy{padding:75px 20px}.partner-row{grid-template-columns:repeat(2,1fr)}.final-cta{padding:55px 20px;flex-wrap:wrap}.final-cta>img{width:80px}.final-cta h2{font-size:47px}.final-cta .button{width:100%}footer{grid-template-columns:1fr;gap:30px}.copyright{grid-column:1}.footer-brand{display:none}}
