:root{--ink: #10251f;--muted: #4f625b;--line: #dfe7e2;--surface: #f7f7f2;--surface-strong: #eef3ec;--white: #ffffff;--green: #1d5b42;--green-dark: #123d2d;--gold: #d29b2f;--sky: #dcebf0;--shadow-soft: 0 10px 28px rgba(13, 37, 31, .09);--shadow-hover: 0 20px 48px rgba(13, 37, 31, .16);--max: 1220px;--text-max: 800px;--radius: 8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--surface);line-height:1.55}img{display:block;max-width:100%;height:auto}a{color:inherit}h1,h2,h3{margin:0;line-height:1.06;letter-spacing:0}h1{max-width:12ch;font-size:clamp(2.35rem,5.2vw,4.75rem)}h2{font-size:clamp(1.65rem,3vw,2.85rem)}h3{font-size:1.12rem;line-height:1.18}p{margin:0}.site-header{position:sticky;top:0;z-index:20;padding:0 clamp(1rem,4vw,3rem);background:#f7f7f2f0;border-bottom:1px solid rgba(16,37,31,.12);backdrop-filter:blur(18px);transition:box-shadow .22s ease,background-color .22s ease}.site-header-inner{display:grid;grid-template-columns:auto 1fr auto auto;gap:.9rem;align-items:center;width:min(100%,var(--max));margin:0 auto;padding:.58rem 0}.site-header.is-scrolled{background:#f7f7f2f7;box-shadow:0 10px 32px #0d251f1a}.brand img{width:118px}.desktop-nav{display:none;justify-content:center;gap:1rem;color:var(--muted);font-size:.92rem}.desktop-nav a,.site-footer a{text-decoration:none;transition:color .18s ease}.desktop-nav a:hover,.site-footer a:hover{color:var(--gold)}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--green);border-radius:var(--radius);padding:.66rem .98rem;background:var(--green);color:var(--white);box-shadow:0 8px 18px #1d5b4224;font-weight:750;line-height:1.1;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.button:hover{background:var(--green-dark);box-shadow:0 12px 24px #1d5b4233;transform:translateY(-2px)}.button.secondary{border-color:var(--white);background:var(--white);color:var(--green-dark)}.button.secondary:hover{border-color:var(--surface-strong);background:var(--surface-strong)}.button.ghost{background:transparent;color:var(--green-dark);box-shadow:none}.button.ghost:hover{border-color:#1d5b4261;background:#1d5b4212}.header-cta{display:none}.mobile-menu{justify-self:end}.mobile-menu summary{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:block;width:20px;height:2px;margin:2px 0;background:var(--ink)}.mobile-menu nav{position:absolute;right:1rem;left:1rem;top:calc(100% + .5rem);display:grid;gap:.25rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-hover)}.mobile-menu:not([open]) nav{display:none}.mobile-menu nav a{padding:.75rem;text-decoration:none}.hero{min-height:clamp(520px,62vh,600px);display:grid;align-items:center;width:100%;padding:clamp(4.4rem,7vw,5.6rem) clamp(1rem,4vw,3rem) clamp(2.1rem,4vw,2.75rem);color:var(--white);background:linear-gradient(90deg,#05201bb8,#05201b6b),var(--hero-image);background-position:center;background-size:cover}.hero-home h1{max-width:18ch;font-size:clamp(2.65rem,4.9vw,4.25rem);line-height:1.02}.hero-content{width:min(100%,var(--max));max-width:860px;margin:0 auto}.hero-home .hero-content{max-width:var(--max);margin-left:auto;margin-right:auto;text-align:left}.hero p{max-width:620px;margin-top:1rem;font-size:clamp(1.05rem,2vw,1.3rem)}.eyebrow{margin-bottom:.55rem;color:var(--gold);font-size:.72rem;font-weight:850;letter-spacing:.105em;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.section{width:100%;padding:clamp(2.7rem,5vw,4.5rem) clamp(1rem,4vw,3rem)}.section.alt{background:var(--white)}.hero+.section,.page-hero+.section{padding-top:clamp(3rem,5vw,4rem)}.section>.section-header,.section>.grid,.section>.two-col,.section>.panel-grid,.section>.pdf-list{width:min(100%,var(--max));margin-right:auto;margin-left:auto}.section-header{max-width:var(--max);margin-bottom:1.35rem}.section-header p{max-width:var(--text-max);margin-top:.7rem;color:var(--muted);font-size:1.05rem}.grid{display:grid;gap:.85rem}.two-col{display:grid;gap:clamp(1.25rem,3vw,2rem);align-items:center}.feature-card,.panel-card,.step-card,.note-card{border:1px solid var(--line);border-radius:var(--radius);padding:1.15rem;background:var(--white);box-shadow:0 1px #0d251f08;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.panel-card{display:flex;flex-direction:column}.panel-card-image{width:100%;aspect-ratio:5 / 4;object-fit:contain;margin-bottom:1rem;border:1px solid rgba(16,37,31,.08);border-radius:var(--radius);background:#fff}.mini-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:.9rem 0 0}.mini-specs div{padding:.7rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.mini-specs dt{color:var(--muted);font-size:.78rem}.mini-specs dd{margin:.15rem 0 0;color:var(--green);font-weight:850}.panel-product-visual{display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(.9rem,2vw,1.15rem);background:var(--white);box-shadow:var(--shadow-soft)}.panel-product-visual img{width:100%;max-height:560px;object-fit:contain}.feature-card p,.panel-card p,.step-card p,.note-card p,.content-block p,.form-note{color:var(--muted)}.content-block p+p,.section-header p+p{margin-top:.8rem}.image-panel{overflow:hidden;border:1px solid rgba(16,37,31,.1);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.image-panel img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.check-list{display:grid;gap:.42rem;margin:.85rem 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:1.35rem}.check-list li:before{position:absolute;top:.62em;left:0;width:.42rem;height:.42rem;border-radius:999px;background:var(--gold);content:""}.page-hero{min-height:clamp(430px,52vh,520px);display:grid;align-content:center;width:100%;padding:clamp(4.2rem,7vw,5.4rem) clamp(1rem,4vw,3rem) clamp(2.5rem,4vw,3rem);background:linear-gradient(90deg,#05201bb8,#05201b6b),var(--hero-image);background-position:center;background-size:cover;color:var(--white)}.page-hero-content{width:min(100%,var(--max));margin-right:auto;margin-left:auto;text-align:left}.page-hero-content>p:not(.eyebrow){max-width:720px;margin-top:.75rem;font-size:1.12rem}.page-hero h1{max-width:760px;font-size:clamp(2.2rem,4vw,3.75rem);line-height:1.04}.page-hero-large{min-height:clamp(470px,58vh,570px)}.page-hero-compact{min-height:clamp(390px,46vh,480px)}.page-hero-compact h1{max-width:700px;font-size:clamp(2rem,3.55vw,3.25rem)}.panel-grid{display:grid;gap:.95rem}.pdf-list{display:grid;gap:.65rem}.pdf-list a{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pdf-list span:last-child{color:var(--green);font-weight:800}.spec-list{display:grid;gap:.65rem;margin:1rem 0 0}.spec-list div{display:grid;gap:.25rem;padding-bottom:.7rem;border-bottom:1px solid var(--line)}.spec-list dt{color:var(--muted);font-size:.85rem}.spec-list dd{margin:0;font-weight:800}.quote-band{color:var(--white);background:linear-gradient(135deg,#d29b2f24,#1d5b422e),var(--green-dark)}.quote-band .section-header{max-width:820px;padding:clamp(1.4rem,3vw,2rem);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:#ffffff0f;box-shadow:0 20px 60px #0000002e}.quote-band .section-header p{color:#fffc}.contact-form{display:grid;gap:.9rem;padding:clamp(1.15rem,3vw,1.55rem);border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-soft)}.field{display:grid;gap:.35rem}.field label{font-weight:750}.field input,.field select,.field textarea{width:100%;min-height:44px;border:1px solid var(--line);border-radius:var(--radius);padding:.75rem;color:var(--ink);font:inherit}.field textarea{min-height:140px;resize:vertical}.site-footer{padding:2.3rem clamp(1rem,4vw,3rem) 1.25rem;background:var(--ink);color:var(--white)}.footer-grid{display:grid;width:min(100%,var(--max));gap:1.35rem;margin:0 auto}.site-footer h2{margin-bottom:.55rem;font-size:1rem}.site-footer p,.fineprint{color:#ffffffb8}.site-footer a{display:block;margin:.3rem 0;color:#ffffffdb}.fineprint{width:min(100%,var(--max));margin:1.4rem auto 0;font-size:.9rem}.step-card{position:relative}.step-card .eyebrow{margin-bottom:.45rem;color:var(--green);font-size:1.55rem;line-height:1;letter-spacing:0}.reveal{opacity:0;transform:translateY(16px);transition:opacity .64s cubic-bezier(.2,.8,.2,1),transform .64s cubic-bezier(.2,.8,.2,1);transition-delay:var(--reveal-delay, 0ms)}.reveal-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{--reveal-delay: 90ms}.reveal-delay-2{--reveal-delay: .18s}.reveal-delay-3{--reveal-delay: .27s}@media(hover:hover)and (pointer:fine){.feature-card:hover,.panel-card:hover,.step-card:hover,.note-card:hover,.pdf-list a:hover{border-color:#1d5b4252;background:#fbfcf8;box-shadow:var(--shadow-hover);transform:translateY(-3px)}}@media(min-width:760px){.desktop-nav,.header-cta{display:flex}.mobile-menu{display:none}.brand img{width:132px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.three .step-card:not(:last-child):after{position:absolute;top:2.05rem;right:-.65rem;width:1.3rem;height:1px;background:#1d5b423d;content:""}.two-col{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr)}.contact-form{align-self:start}.panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form{grid-template-columns:repeat(2,1fr)}.field.full,.form-note,.contact-form .button{grid-column:1 / -1}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr}}@media(min-width:1120px){.panel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:759px){h1{font-size:clamp(2rem,10vw,2.8rem);line-height:1.06}.site-header{padding-block:0}.site-header-inner{padding-block:.55rem}.brand img{width:112px}.section{padding-block:2.15rem}.hero+.section,.page-hero+.section{padding-top:2.45rem}.hero{min-height:500px;align-items:center;padding-top:5rem}.hero-home h1,.page-hero h1,.page-hero-compact h1{max-width:14ch;font-size:clamp(1.95rem,9.4vw,2.55rem);line-height:1.06}.page-hero,.page-hero-large,.page-hero-compact{min-height:360px;padding-top:4.35rem;padding-bottom:1.85rem}.page-hero p{font-size:1.02rem}.section-header{margin-bottom:1rem}.feature-card,.panel-card,.step-card,.note-card{padding:1rem}.footer-grid{gap:1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
