@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Fraunces:wght@600;700&display=swap";:root{--bg: #f5f2e9;--surface: #fffdf8;--surface-alt: #eef4ee;--surface-strong: #1f5a3b;--text: #1d2a20;--text-soft: #4f6157;--line: rgba(29, 42, 32, .12);--primary: #1f5a3b;--primary-strong: #143927;--accent: #d7b46a;--accent-soft: #efe1bc;--danger: #a43838;--radius-sm: 14px;--radius-md: 24px;--radius-lg: 36px;--shadow-sm: 0 10px 30px rgba(20, 57, 39, .08);--shadow-md: 0 24px 60px rgba(20, 57, 39, .12);--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(215,180,106,.18),transparent 25%),linear-gradient(180deg,#f8f5ed,#f4f1e8);line-height:1.6}h1,h2,h3,h4{margin:0;font-family:Fraunces,serif;line-height:1.1;color:var(--primary-strong)}p,ul,ol{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}main{overflow:clip}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:9999;padding:.75rem 1rem;border-radius:999px;background:var(--primary);color:#fff}.skip-link:focus{top:1rem}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.section{padding:5rem 0}.section-alt{background:linear-gradient(180deg,#fffdf8cc,#eef4eee6)}.section-heading{display:grid;gap:.85rem;margin-bottom:2rem;max-width:760px}.section-heading.is-center{text-align:center;margin-left:auto;margin-right:auto}.section-eyebrow,.eyebrow{display:inline-flex;width:fit-content;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:999px;background:#1f5a3b14;color:var(--primary);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.section-heading.is-center .section-eyebrow{margin-inline:auto}.section-heading h2,.hero-copy h1,.page-hero-copy h1{font-size:clamp(2rem,3vw,4rem)}.section-description,.hero-copy p,.page-hero-copy p,.lede{font-size:1.05rem;color:var(--text-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:48px;padding:.85rem 1.35rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,box-shadow .24s ease}.btn:hover,.btn:focus-visible{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:#2c220d;box-shadow:0 10px 30px #d7b46a4d}.btn-primary:hover,.btn-primary:focus-visible{background:#e4c786}.btn-outline{border-color:var(--line);background:#ffffffb3;color:var(--primary-strong)}.btn-outline:hover,.btn-outline:focus-visible{border-color:var(--primary);background:#fff}.btn-sm{min-height:42px;padding:.65rem 1rem}.site-header{position:sticky;top:0;z-index:50;background:#f8f5edc7;backdrop-filter:blur(18px);border-bottom:1px solid transparent}.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 8px 24px #1439270f}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:78px}.brand{display:flex;align-items:center;gap:.85rem}.brand-logo{width:56px;height:56px;flex:0 0 auto}.brand strong,.footer-grid h2{display:block;font-size:1rem;font-family:Inter,sans-serif}.brand small{color:var(--text-soft)}.desktop-nav,.header-actions{display:flex;align-items:center;gap:1.2rem}.desktop-nav a,.mobile-nav a{color:var(--text-soft);font-weight:600}.desktop-nav a:hover,.desktop-nav a:focus-visible,.mobile-nav a:hover,.mobile-nav a:focus-visible,.footer-list a:hover,.footer-list a:focus-visible{color:var(--primary)}.menu-button{display:none;border:1px solid var(--line);border-radius:999px;background:#fff;padding:.7rem 1rem;font:inherit;font-weight:700}.mobile-menu{display:none;border-top:1px solid var(--line);background:#fffdf8fa}.mobile-menu[data-open]{display:block}.mobile-nav{display:grid;gap:1rem;padding:1rem 0 1.5rem}.hero{padding:3rem 0 5rem}.hero-grid,.page-hero-grid,.split-grid,.contact-grid,.about-grid,.cta-grid{display:grid;gap:2rem;align-items:center}.hero-grid{grid-template-columns:1.15fr .85fr}.page-hero-grid,.split-grid,.contact-grid,.about-grid,.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-card,.surface-card,.stat-card,.info-card,.gallery-card,.faq-item,.article-card,.contact-form-card,.proof-card,.timeline-card,.trust-card,.product-card,.testimonial-card{background:#fffdf8db;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.hero-card{padding:1.5rem}.hero-copy{display:grid;gap:1.1rem}.hero-actions,.inline-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-points,.trust-strip,.icon-list,.product-benefits,.service-list,.footer-list,.stats-grid,.article-meta,.chip-row,.step-list,.faq-list,.logo-strip{list-style:none;padding:0}.hero-points{display:grid;gap:.8rem}.hero-points li,.icon-list li,.step-list li,.service-list li{position:relative;padding-left:1.35rem;color:var(--text-soft)}.hero-points li:before,.icon-list li:before,.step-list li:before,.service-list li:before{content:"";position:absolute;left:0;top:.7em;width:.45rem;height:.45rem;border-radius:999px;background:var(--accent)}.hero-visual{position:relative}.hero-image-stack{position:relative;min-height:540px}.hero-image-main,.hero-image-float,.hero-badge-card,.page-hero-image,.proof-card img,.gallery-card img,.product-media img{border-radius:var(--radius-lg)}.hero-image-main{width:100%;height:540px;object-fit:cover;box-shadow:var(--shadow-md)}.hero-image-float{position:absolute;left:-1.5rem;bottom:-2rem;width:42%;border:6px solid rgba(255,253,248,.9);box-shadow:var(--shadow-md)}.hero-badge-card{position:absolute;right:-1rem;top:1.5rem;width:min(280px,70%);padding:1.25rem;background:#1f5a3beb;color:#eff7ef}.hero-badge-card strong,.trust-card h3,.product-card h3,.info-card h3,.faq-item summary,.article-card h3,.timeline-card h3,.proof-card h3,.testimonial-card h3{font-family:Inter,sans-serif}.trust-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.trust-card,.stat-card,.info-card,.product-card,.article-card,.testimonial-card,.timeline-card{padding:1.35rem}.trust-card p,.stat-card p,.info-card p,.product-card p,.proof-card p,.article-card p,.testimonial-card p,.timeline-card p,.contact-note,.footer-grid p,.footer-list,.faq-item p{color:var(--text-soft)}.grid-3,.grid-2,.product-grid,.proof-grid,.article-grid,.testimonials-grid,.stats-grid,.timeline-grid,.gallery-grid{display:grid;gap:1.5rem}.grid-3,.product-grid,.proof-grid,.article-grid,.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2,.timeline-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.application-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{display:grid;gap:1rem}.product-media img,.gallery-card img,.proof-card img{width:100%;height:260px;object-fit:cover}.chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.chip{display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:999px;background:#1f5a3b14;color:var(--primary);font-size:.85rem;font-weight:700}.proof-card,.gallery-card{overflow:hidden}.application-guide-card{overflow:hidden;background:#fffdf8e6;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.application-guide-card:hover,.application-guide-card:focus-within{transform:translateY(-4px);border-color:#1f5a3b3d;box-shadow:var(--shadow-md)}.application-guide-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.application-guide-button:focus-visible{outline:3px solid rgba(31,90,59,.22);outline-offset:-3px}.application-guide-media{display:block;aspect-ratio:4 / 4.8;overflow:hidden;background:#edf5ed}.application-guide-media img{width:100%;height:100%;object-fit:cover;object-position:center top;background:#f8f5ed;transform:scale(1.08);transform-origin:center top;transition:transform .24s ease}.application-guide-card:hover .application-guide-media img,.application-guide-card:focus-within .application-guide-media img{transform:scale(1.12)}.application-guide-caption{display:grid;gap:.45rem;padding:1rem}.application-guide-caption span{color:var(--primary);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.application-guide-caption h3{font-family:Inter,sans-serif;font-size:1.05rem}.application-guide-caption p{color:var(--text-soft);font-size:.9rem;line-height:1.45}.application-guide-caption small{color:var(--primary);font-size:.82rem;font-weight:800}.application-guide-modal[hidden]{display:none}.application-guide-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1.5rem}.application-guide-modal-backdrop{position:absolute;inset:0;background:#0d1c13c7;backdrop-filter:blur(10px)}.application-guide-modal-panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.78fr) minmax(280px,.34fr);gap:1.25rem;width:min(1120px,100%);max-height:calc(100vh - 3rem);padding:1rem;overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);background:#fffdf8f5;box-shadow:0 32px 90px #00000047}.application-guide-modal-panel img{width:100%;max-height:calc(100vh - 5rem);object-fit:contain;border-radius:calc(var(--radius-lg) - 14px);background:#eef4ee}.application-guide-modal-caption{align-self:start;display:grid;gap:.75rem;padding:3.5rem .5rem .5rem}.application-guide-modal-caption h3{font-family:Inter,sans-serif;font-size:clamp(1.4rem,3vw,2rem)}.application-guide-modal-caption p{color:var(--text-soft)}.application-guide-modal-close{position:absolute;top:1rem;right:1rem;z-index:2;min-height:42px;padding:.6rem .9rem;border:1px solid var(--line);border-radius:999px;background:var(--primary);color:#fff;font:inherit;font-weight:800;cursor:pointer}.is-guide-modal-open{overflow:hidden}.proof-card-body,.gallery-card-body{padding:1.25rem}.testimonial-card{display:grid;gap:1rem}.testimonial-quote{font-size:1.02rem}.page-hero{padding:2.5rem 0 4rem}.page-hero-copy,.about-card,.contact-card,.cta-card{display:grid;gap:1rem}.page-hero-image{width:100%;height:440px;object-fit:cover;box-shadow:var(--shadow-md)}.terragen-hero{position:relative;padding:4rem 0 5rem;background:radial-gradient(circle at 78% 16%,rgba(215,180,106,.24),transparent 28%),linear-gradient(135deg,#1f5a3b14,#fffdf840)}.terragen-hero:before{content:"";position:absolute;inset:auto 0 0;height:1px;background:var(--line)}.terragen-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:3rem;align-items:center}.terragen-hero-copy{display:grid;gap:1.2rem}.terragen-hero-copy h1{max-width:900px;font-size:clamp(2.35rem,5vw,5rem);letter-spacing:-.04em}.terragen-hero-copy>p:not(.eyebrow){max-width:680px;color:var(--text-soft);font-size:1.12rem}.terragen-hero-actions,.terragen-trust-row{display:flex;flex-wrap:wrap;gap:.85rem}.terragen-trust-row span{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .85rem;border:1px solid rgba(31,90,59,.14);border-radius:999px;background:#fffdf8b8;color:var(--primary-strong);font-size:.9rem;font-weight:700}.terragen-trust-row span:before{content:"";width:.45rem;height:.45rem;border-radius:999px;background:var(--accent)}.terragen-hero-visual{position:relative}.terragen-product-card{display:grid;gap:1.25rem;padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffdf8eb;box-shadow:var(--shadow-md)}.terragen-product-card img{width:100%;height:420px;object-fit:cover;border-radius:calc(var(--radius-lg) - 10px)}.terragen-product-card div{display:grid;gap:.65rem}.terragen-product-card h2,.terragen-process-card h2,.terragen-final-cta h2{font-size:clamp(1.8rem,3vw,3rem)}.terragen-product-card p,.terragen-mini-card span,.terragen-signal-card p,.terragen-process-card p{color:var(--text-soft)}.terragen-mini-card{position:absolute;right:-1rem;bottom:2rem;display:grid;gap:.35rem;width:min(300px,76%);padding:1rem;border-radius:var(--radius-md);background:#1f5a3bf0;color:#fff;box-shadow:var(--shadow-md)}.terragen-mini-card span{color:#ffffffc7}.terragen-section-tight{padding-top:4rem}.terragen-signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.terragen-signal-card{display:grid;gap:.75rem;min-height:250px;padding:1.35rem;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(180deg,#fffdf8f5,#eef4eec7);box-shadow:var(--shadow-sm)}.terragen-signal-card span{width:fit-content;padding:.35rem .7rem;border-radius:999px;background:#d7b46a38;color:#7a5a15;font-size:.82rem;font-weight:800}.terragen-signal-card h3{font-family:Inter,sans-serif;font-size:1.35rem}.terragen-process-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.8fr) auto;gap:2rem;align-items:center;padding:clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius-lg);background:linear-gradient(135deg,#1f5a3bf2,#143927f5);box-shadow:var(--shadow-md);color:#eff7ef}.terragen-process-card h2,.terragen-process-card .eyebrow{color:#fff}.terragen-process-card .eyebrow{background:#ffffff1f}.terragen-process-card p{margin-top:1rem;color:#eff7efc7}.terragen-process-list{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.terragen-process-list li{display:flex;gap:.75rem;align-items:center;padding:.85rem;border-radius:18px;background:#ffffff1a}.terragen-process-list span{display:inline-flex;width:2rem;height:2rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:#2c220d;font-weight:800}.terragen-final-cta{padding-top:0}.contact-form-card,.contact-card,.about-card,.cta-card{padding:1.5rem}.contact-form,.about-card,.contact-card,.cta-card{display:grid;gap:1rem}.form-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form label,.checkbox-row span{font-size:.94rem;color:var(--text-soft)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:.45rem;padding:.85rem 1rem;border-radius:16px;border:1px solid var(--line);background:#fff;font:inherit}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.menu-button:focus,.btn:focus,a:focus{outline:3px solid rgba(31,90,59,.18);outline-offset:2px}.checkbox-row{display:flex;gap:.75rem;align-items:flex-start}.checkbox-row input{width:1rem;height:1rem;margin-top:.2rem}.form-status{min-height:1.5rem}.site-footer{padding:4rem 0 1.5rem;background:#163926;color:#e8f0e9}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr .7fr;gap:2rem}.footer-grid h3,.footer-grid h2,.footer-eyebrow,.footer-list a,.footer-bottom p{color:inherit}.footer-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;opacity:.76}.footer-logo{width:72px;height:72px;margin-bottom:1rem}.footer-list{display:grid;gap:.75rem;margin-top:1rem}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.sticky-whatsapp{position:fixed;right:1rem;bottom:1rem;z-index:45;display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.15rem;border-radius:999px;background:#1fa855;color:#fff;box-shadow:0 20px 40px #1fa85559;font-weight:800}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}@media(max-width:1080px){.trust-strip,.grid-3,.application-guide-grid,.product-grid,.proof-grid,.article-grid,.testimonials-grid,.stats-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid,.page-hero-grid,.terragen-hero-grid,.terragen-process-card,.split-grid,.contact-grid,.about-grid,.cta-grid{grid-template-columns:1fr}.terragen-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.terragen-process-card .btn{width:fit-content}.application-guide-modal-panel{grid-template-columns:1fr}.application-guide-modal-caption{padding-top:.25rem}}@media(max-width:760px){.section{padding:4rem 0}.desktop-nav,.desktop-only{display:none}.menu-button{display:inline-flex}.trust-strip,.grid-3,.grid-2,.product-grid,.proof-grid,.article-grid,.testimonials-grid,.stats-grid,.timeline-grid,.gallery-grid,.application-guide-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.hero-image-stack{min-height:auto}.hero-image-main,.page-hero-image,.terragen-product-card img{height:340px}.terragen-hero{padding:3rem 0 4rem}.terragen-hero-copy h1{font-size:clamp(2.2rem,12vw,3.4rem)}.terragen-hero-actions,.terragen-trust-row{flex-direction:column}.terragen-mini-card{position:static;width:100%;margin-top:1rem}.terragen-signal-grid{grid-template-columns:1fr}.terragen-signal-card{min-height:auto}.terragen-process-card .btn{width:100%}.application-guide-media{aspect-ratio:4 / 4.5}.application-guide-modal{padding:.75rem}.application-guide-modal-panel{max-height:calc(100vh - 1.5rem);padding:.75rem;border-radius:var(--radius-md)}.application-guide-modal-panel img{max-height:72vh;border-radius:18px}.application-guide-modal-close{top:.75rem;right:.75rem}.hero-image-float{position:static;width:60%;margin-top:1rem}.hero-badge-card{position:static;width:100%;margin-top:1rem}.hero-actions,.inline-actions{flex-direction:column}}
