:root{--ink:#10271f;--muted:#587067;--green:#1d6b49;--green-dark:#0f4932;--lime:#b8df55;--cream:#f5f2e9;--white:#fff;--line:#dfe7e2;--shadow:0 18px 55px rgba(16,39,31,.12);--page:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.55}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(var(--page),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:15px;top:15px;z-index:99;background:#fff;padding:10px}.eyebrow{display:inline-flex;gap:9px;align-items:center;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--lime)}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;border:1px solid transparent;font-weight:800;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 25px rgba(29,107,73,.22)}.btn-dark{background:var(--ink);color:#fff}.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}.section{padding:92px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}.section-head h2,.split h2,.quote h2{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.035em;margin:8px 0 0}.section-head p{max-width:520px;color:var(--muted);margin:0}.rte{color:var(--muted)}.rte img{border-radius:14px}.empty-state{padding:80px 20px;text-align:center}.pagination{display:flex;justify-content:center;gap:12px;margin-top:38px}.pagination a,.pagination span{padding:9px 13px;border:1px solid var(--line);border-radius:8px}.field{display:grid;gap:7px;font-size:13px;font-weight:800}.field input,.field select,.field textarea{width:100%;border:1px solid #cedbd5;border-radius:9px;padding:12px 13px;color:var(--ink);background:#fff}.field textarea{min-height:120px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field-full{grid-column:1/-1}.form-status{padding:12px;border-radius:9px;margin-bottom:15px}.form-status.success{background:#e4f2df;color:#175d3f}.form-status.error{background:#fff0ee;color:#8a241a}
.topbar{background:var(--ink);color:#fff;font-size:13px}.topbar-inner{display:flex;justify-content:center;gap:28px;padding:10px 0;flex-wrap:wrap}.topbar span:before{content:"✓";color:var(--lime);font-weight:800;margin-right:7px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.site-nav{min-height:76px;display:flex;align-items:center;gap:32px}.brand{font-weight:900;font-size:25px;letter-spacing:.05em;color:var(--green-dark)}.brand img{max-height:46px;width:auto}.brand-sub{display:block;font-size:9px;letter-spacing:.2em;color:var(--muted);line-height:1}.navlinks{display:flex;gap:28px;margin-left:auto;font-size:14px;font-weight:650}.navlinks a:hover{color:var(--green)}.mobile-menu{display:none;margin-left:auto}.mobile-menu summary{cursor:pointer;font-weight:800}.mobile-panel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--line);padding:20px}.mobile-panel a{display:block;padding:11px 0;border-bottom:1px solid var(--line)}
.hero{min-height:680px;color:#fff;display:flex;align-items:center;background-position:center;background-size:cover}.hero-overlay{width:100%;min-height:680px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(9,33,24,.93) 0%,rgba(9,33,24,.76) 48%,rgba(9,33,24,.18) 100%)}.hero-copy{max-width:760px;padding:95px 0}.hero h1{font-size:clamp(43px,6vw,73px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 24px}.hero-copy>p{font-size:19px;max-width:630px;color:#dbe8e2;margin:0 0 32px}.actions{display:flex;gap:14px;flex-wrap:wrap}.micro{margin-top:22px;font-size:13px;color:#c8d7d1;display:flex;gap:22px;flex-wrap:wrap}.metrics{margin-top:-48px;position:relative;z-index:2}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.metric{padding:29px 24px;border-right:1px solid var(--line)}.metric:last-child{border:0}.metric strong{display:block;color:var(--green);font-size:29px;line-height:1.1}.metric span{font-size:13px;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}.card{border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff;transition:.2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-media{display:block;aspect-ratio:1/1;background:var(--cream);overflow:hidden;padding:14px}.card-media img{width:100%;height:100%;object-fit:contain}.card-placeholder{display:grid;place-items:center;height:100%;color:var(--muted)}.card-body{padding:22px}.card h3{margin:0 0 7px;font-size:21px}.card p{margin:0;color:var(--muted);font-size:14px}.card-link{display:inline-block;margin-top:17px;color:var(--green);font-weight:850;font-size:14px}
.proof{background:var(--cream)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.factory{border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.factory img{width:100%;min-height:490px;object-fit:cover}.checks{display:grid;gap:18px;margin:32px 0}.check{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start}.check i{font-style:normal;width:44px;height:44px;border-radius:12px;background:#e2edd7;color:var(--green);display:grid;place-items:center;font-weight:950}.check strong{display:block;font-size:17px}.check span{color:var(--muted);font-size:14px}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}.step{counter-increment:step;padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}.step:before{content:"0" counter(step);display:block;color:var(--green);font-weight:950;font-size:13px;margin-bottom:28px}.step h3{margin:0 0 8px}.step p{margin:0;color:var(--muted);font-size:14px}
.quote{background:var(--green-dark);color:#fff}.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.quote p{color:#cbdcd5;max-width:480px}.quote ul{padding:0;margin:30px 0;list-style:none;display:grid;gap:12px}.quote li:before{content:"✓";color:var(--lime);font-weight:900;margin-right:10px}.quote-form{background:#fff;color:var(--ink);padding:32px;border-radius:19px;box-shadow:var(--shadow)}.privacy{font-size:12px!important;color:#6f837b!important;margin:12px 0 18px!important}.whatsapp{display:inline-flex;align-items:center;gap:9px;color:var(--lime);font-weight:900}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery{display:grid;gap:14px}.product-gallery img{width:100%;border-radius:16px;background:var(--cream)}.product-info{position:sticky;top:110px}.product-info h1{font-size:clamp(36px,5vw,56px);line-height:1.08;margin:8px 0 15px}.product-kicker{color:var(--green);font-weight:850;text-transform:uppercase;letter-spacing:.11em;font-size:12px}.product-price{font-size:24px;font-weight:900;margin:15px 0}.specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:26px 0}.spec{background:#fff;padding:14px}.spec span{display:block;color:var(--muted);font-size:12px}.product-cta{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.trust-note{background:var(--cream);padding:16px;border-radius:12px;font-size:13px;color:var(--muted)}.collection-header{background:var(--cream);padding:65px 0}.collection-header h1{font-size:clamp(38px,5vw,58px);margin:0 0 12px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.page-title{font-size:clamp(38px,5vw,58px);line-height:1.1;margin:0 0 30px}.search-form{display:flex;gap:10px;max-width:680px;margin-bottom:35px}.search-form input{flex:1;border:1px solid var(--line);border-radius:9px;padding:12px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.site-footer{background:#0b2119;color:#b9cac3;padding:48px 0}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:42px}.site-footer h2,.site-footer h3{color:#fff;margin-top:0}.site-footer a{color:#fff}.footer-menu{display:grid;gap:8px}.social-links{display:flex;gap:10px;margin-top:22px}.social-links a{width:38px;height:38px;border:1px solid rgba(255,255,255,.24);border-radius:50%;display:grid;place-items:center;transition:.2s ease}.social-links a:hover{background:var(--green);border-color:var(--green);transform:translateY(-2px)}.social-links svg{width:19px;height:19px;fill:currentColor}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:22px;font-size:13px;display:flex;justify-content:space-between;gap:15px}
.resource-hero{padding:82px 0;background:var(--green-dark);color:#fff}.resource-hero h1{max-width:850px;font-size:clamp(42px,6vw,68px);line-height:1.05;letter-spacing:-.04em;margin:15px 0}.resource-hero p{max-width:720px;color:#cbdcd5;font-size:18px}.resource-grid,.timeline-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.resource-grid article,.timeline-grid article{border:1px solid var(--line);border-radius:16px;padding:28px;background:#fff}.resource-grid article>span{display:block;color:var(--green);font-weight:950;margin-bottom:28px}.resource-grid h2,.timeline-grid h2{font-size:22px;margin:0 0 8px}.resource-grid p,.timeline-grid p{color:var(--muted);margin:0}.timeline-grid strong{display:block;font-size:28px;color:var(--green);margin-bottom:18px}.planning-note{margin-top:30px;background:var(--cream);border-radius:16px;padding:30px}.planning-note h2{margin-top:0}.planning-note li{margin:8px 0;color:var(--muted)}.faq-list{max-width:900px}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{cursor:pointer;font-size:19px;font-weight:850;list-style:none}.faq-list summary:after{content:"+";float:right;color:var(--green);font-size:25px}.faq-list details[open] summary:after{content:"–"}.faq-list p{color:var(--muted);max-width:790px}.resource-cta{padding:54px 0;background:var(--cream)}.resource-cta>.page-width{display:flex;align-items:center;justify-content:space-between;gap:28px}.resource-cta h2{font-size:clamp(28px,4vw,42px);max-width:720px;margin:8px 0}.resource-cta p{color:var(--muted);max-width:700px}
.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:16px}.about-facts article{padding:25px;border-radius:15px;background:var(--cream)}.about-facts strong{display:block;color:var(--green);font-size:28px}.about-facts span{display:block;color:var(--muted);font-size:13px;margin-top:5px}
@media(max-width:860px){.navlinks,.desktop-cta{display:none}.mobile-menu{display:block}.hero,.hero-overlay{min-height:650px}.hero-copy{padding:75px 0}.hero h1{font-size:45px}.metric-grid{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.cards,.product-grid{grid-template-columns:1fr}.split,.quote-grid,.product-layout{grid-template-columns:1fr;gap:38px}.process{grid-template-columns:1fr 1fr}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.resource-grid,.timeline-grid{grid-template-columns:1fr}.resource-cta>.page-width{display:block}.resource-cta .btn{margin-top:18px}}
@media(max-width:560px){.page-width{width:min(100% - 28px,var(--page))}.topbar-inner{gap:8px 14px;font-size:11px}.topbar span:nth-child(3){display:none}.site-nav{min-height:65px}.hero,.hero-overlay{min-height:610px}.hero-copy{padding:66px 0}.hero h1{font-size:39px}.hero-copy>p{font-size:16px}.actions .btn{width:100%}.micro{gap:7px;display:grid}.metrics{margin-top:-25px}.metric{padding:21px 17px}.metric strong{font-size:23px}.section{padding:68px 0}.section-head{display:block}.section-head p{margin-top:14px}.factory img{min-height:330px}.process,.form-grid,.footer-grid,.about-facts{grid-template-columns:1fr}.field-full,.footer-grid>div:first-child{grid-column:auto}.quote-form{padding:22px}.specs{grid-template-columns:1fr}.footer-bottom{display:grid}.cart-table thead{display:none}.cart-table tr,.cart-table td{display:block}.search-form{display:grid}}
