@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--green:#174f35;--green2:#286a47;--lime:#b9cf4a;--cream:#f5f1e8;--ink:#17251e;--muted:#66736c;--line:#dfe5df;--white:#fff;--shadow:0 20px 60px rgba(24,55,39,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.6;background:#fff}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.08;margin:0 0 18px}h1{font-size:clamp(42px,6vw,76px);letter-spacing:-.045em}h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.035em}h3{font-size:26px}p{margin:0 0 18px}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-family:Manrope;font-size:22px;font-weight:800}.brand img{width:38px;height:38px}.nav{display:flex;align-items:center;gap:25px}.nav a{color:#45524b;text-decoration:none;font-weight:600;font-size:14px}.nav a:hover,.nav .active{color:var(--green)}.nav-cta{background:var(--green)!important;color:#fff!important;padding:12px 17px;border-radius:999px}.nav-toggle{display:none;background:none;border:0;font-size:24px}.hero{background:linear-gradient(135deg,#f5f1e8 0%,#eef4e8 100%);overflow:hidden}.hero-grid{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--green2);margin-bottom:13px}.hero h1 span{color:var(--green2)}.lead{font-size:19px;color:var(--muted);max-width:700px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none;border:1px solid transparent;font-weight:700;font-size:14px;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-secondary{background:#fff;color:var(--green);border-color:#cad5cc}.trust-row{display:flex;gap:30px;margin-top:40px}.trust-row div{display:flex;flex-direction:column}.trust-row strong{font:800 20px Manrope}.trust-row span{font-size:12px;color:var(--muted)}.hero-art{height:520px;position:relative}.coconut-orbit{position:absolute;width:390px;height:390px;border-radius:50%;right:20px;top:60px;background:radial-gradient(circle at 40% 35%,#dceab7 0 14%,#9eb76e 15% 30%,#456e4a 31% 70%,#224c35 71%);box-shadow:0 40px 80px rgba(23,79,53,.18)}.coconut-orbit:after{content:"";position:absolute;inset:55px;border:1px solid rgba(255,255,255,.25);border-radius:50%}.product-card{position:absolute;background:#fff;padding:20px;border-radius:18px;box-shadow:var(--shadow);display:flex;gap:14px;align-items:center}.product-card small{display:block;color:var(--muted);font-size:11px}.peat-card{left:0;bottom:80px}.fiber-card{right:0;top:50px}.mini-block{width:56px;height:56px;border-radius:10px;background:#8d6849;color:#fff;display:grid;place-items:center;font:800 13px Manrope}.fiber-lines{width:56px;height:56px;border-radius:10px;background:repeating-linear-gradient(115deg,#a26f42 0 4px,#d0a26d 4px 7px)}.leaf{position:absolute;color:#d4e7a0;font-size:80px;transform:rotate(-30deg)}.leaf-1{right:20px;bottom:70px}.leaf-2{left:120px;top:10px}.section{padding:100px 0}.soft{background:#f7f8f4}.section-dark{background:var(--green);color:#fff}.section-dark .eyebrow{color:#d5e68d}.section-dark .muted{color:#d3ddd6}.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:45px}.section-head>p{color:var(--muted)}.cards{display:grid;gap:20px}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.product-feature,.value-card{border:1px solid var(--line);border-radius:22px;padding:34px;background:#fff}.product-feature{min-height:320px}.product-feature p{color:var(--muted)}.product-feature a,.text-link{color:var(--green2);font-weight:800;text-decoration:none}.product-icon{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;margin-bottom:30px;font:800 20px Manrope}.peat-icon{background:#e8dbc9;color:#765536}.fiber-icon{background:#dfeac9;color:#315c38}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:26px}.feature-list div{border-top:1px solid rgba(255,255,255,.2);padding-top:18px}.feature-list span{font-size:11px;opacity:.6}.feature-list b{display:block;margin:6px 0}.feature-list p{color:#c9d6ce;font-size:14px}.cta-box{background:var(--cream);border-radius:28px;padding:45px 50px;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer{background:#102a1e;color:#cdd8d1;padding:65px 0 25px}.footer .brand{color:#fff}.footer p{font-size:14px;color:#9eafa5}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid b{color:#fff;margin-bottom:8px}.footer-grid a:not(.brand){color:#b8c7bf;text-decoration:none;font-size:14px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:20px;font-size:12px;color:#82958b}.page-hero{padding:105px 0 85px;background:linear-gradient(135deg,#f5f1e8,#eef4e8)}.page-hero .lead{max-width:780px}.info-panel{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.info-panel div{padding:22px;border-bottom:1px solid var(--line)}.info-panel div:last-child{border:0}.info-panel span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:4px}.info-panel b{font-size:15px}.about-split{align-items:center}.value-card b{font:700 20px Manrope}.value-card p{color:var(--muted);font-size:14px;margin-top:8px}.product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.product-detail.reverse{grid-template-columns:1.1fr .9fr}.product-visual{height:450px;border-radius:28px;position:relative;overflow:hidden;background:linear-gradient(145deg,#e5dbc9,#b9956c);display:grid;place-items:center}.big-peat span{font:800 70px Manrope;color:#fff}.product-visual small{position:absolute;bottom:30px;left:30px;color:#fff;letter-spacing:.15em;font-weight:800}.fiber-visual{background:linear-gradient(145deg,#dbe7cc,#76965e)}.fiber-art{width:70%;height:70%;background:repeating-linear-gradient(100deg,transparent 0 8px,#8c623c 9px 13px,#c89b63 14px 18px);transform:rotate(-7deg);opacity:.9}.spec-table{border-top:1px solid var(--line);margin:30px 0}.spec-table div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.spec-table span{color:var(--muted)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid article{border:1px solid var(--line);border-radius:20px;padding:28px}.process-grid span{font:800 13px Manrope;color:var(--green2)}.process-grid p{color:var(--muted);font-size:14px}.check-list{padding:0;margin:25px 0;list-style:none}.check-list li{padding:10px 0;border-bottom:1px solid var(--line)}.check-list li:before{content:"✓";color:var(--green2);font-weight:800;margin-right:10px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-placeholder{height:260px;border-radius:22px;background:linear-gradient(135deg,#dfe9d7,#c4d1bd);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.gallery-placeholder span{font-size:11px;letter-spacing:.15em;color:#46634e;font-weight:800}.gallery-placeholder b{font:700 18px Manrope;margin-top:8px}.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px}.inquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.inquiry-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.inquiry-form label:nth-of-type(7){grid-column:1/-1}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{font:inherit;border:1px solid #ccd6cf;border-radius:12px;padding:13px;background:#fff;outline:none}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-color:var(--green2)}.inquiry-form button{justify-self:start}.form-note{grid-column:1/-1;font-size:12px;color:var(--muted)}.contact-side{display:flex;flex-direction:column;gap:18px}.map-card{min-height:160px;border-radius:22px;background:var(--green);color:#fff;text-decoration:none;padding:25px;display:flex;flex-direction:column;justify-content:flex-end}.map-card span{font-size:11px;letter-spacing:.15em;opacity:.7}.map-card b{margin-top:8px}.footer-brand{margin-bottom:8px}
@media(max-width:900px){.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav.open{display:flex}.nav-toggle{display:block}.hero-grid,.split,.product-detail,.product-detail.reverse,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:70px 0}.hero-art{height:430px}.section-head{grid-template-columns:1fr}.cards.four,.process-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta-box{flex-direction:column;align-items:flex-start}.about-split{gap:40px}}
@media(max-width:600px){.container{width:min(100% - 28px,1160px)}.hero-grid{min-height:auto}.hero-art{height:360px}.coconut-orbit{width:280px;height:280px;right:0;top:45px}.peat-card{left:0;bottom:20px}.fiber-card{right:0;top:15px}.trust-row{gap:16px;flex-wrap:wrap}.section{padding:70px 0}.cards.two,.cards.four,.process-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}.product-visual{height:330px}.inquiry-form{grid-template-columns:1fr}.inquiry-form label:nth-of-type(7),.form-note{grid-column:auto}.page-hero{padding:75px 0 60px}.cta-box{padding:30px}}
