:root{--green-900: #1d3b2a;--green-800: #274d36;--green-700: #2f6241;--green-100: #edf4ee;--green-050: #f6faf7;--sand-100: #f7f3eb;--text-900: #18211b;--text-700: #465148;--white: #ffffff;--border: #d9e4db;--shadow: 0 18px 45px rgba(18, 36, 24, .08);--radius-lg: 24px;--radius-md: 18px;--radius-sm: 12px;--container: 1180px;--header-height: 78px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text-900);background:var(--white)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.site-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{position:sticky;top:0;z-index:40;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(25,45,31,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-height)}.brand{display:flex;align-items:center;gap:.9rem}.brand-logo{width:240px;object-fit:contain;display:block;flex-shrink:0}.brand-title{font-size:1.1rem;font-weight:700;line-height:1.1}.site-nav{display:flex;align-items:center;gap:.35rem}.nav-link{padding:.8rem 1rem;border-radius:999px;font-weight:600;color:var(--text-700);transition:background .2s ease,color .2s ease}.nav-link.active,.nav-link:hover{background:var(--green-100);color:var(--green-900)}.menu-toggle{display:none;border:1px solid var(--border);background:var(--white);border-radius:12px;width:44px;height:44px;font-size:1.2rem;cursor:pointer}.hero{position:relative;width:100%;min-height:var(--hero-height, 78vh);background-image:linear-gradient(90deg,#08120cc7,#08120c85 38%,#08120c47),var(--hero-bg);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:stretch}.hero__overlay{width:100%;min-height:inherit;display:flex;align-items:center}.hero__content{width:100%;max-width:760px;padding-top:110px;padding-bottom:110px;color:var(--white)}.hero__eyebrow{display:inline-block;margin-bottom:16px;padding:8px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff14;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero__title{margin:0 0 20px;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.02;font-weight:800;letter-spacing:-.03em}.hero__subtitle{margin:0 0 30px;max-width:620px;font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.7;color:#ffffffeb}.hero__button{display:inline-block;padding:14px 24px;border-radius:999px;background:var(--white);color:#16311d;text-decoration:none;font-weight:700;transition:transform .2s ease,opacity .2s ease}.hero__button:hover{transform:translateY(-2px);opacity:.95}.content-section{padding:4.5rem 0}.alt-bg{background:var(--sand-100)}.section-intro{max-width:760px;margin-bottom:2rem}.section-intro h2,.content-section h2{margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,2.6rem)}.section-intro p,.content-section p,.info-card p,.highlight-panel p,.contact-list p{color:var(--text-700);line-height:1.75}.card-grid{display:grid;gap:1.25rem}.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.contact-grid{align-items:start}.info-card,.highlight-panel,.form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow)}.info-card h3,.highlight-panel h3,.form-card h2{margin-top:0}.highlight-panel{background:linear-gradient(180deg,#fff,#f3f8f4)}.highlight-panel.tall{min-height:100%}.feature-list{padding-left:1.1rem;color:var(--text-700);line-height:1.9}.feature-list.large{font-size:1.04rem}.cta-banner{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--green-900),var(--green-700));color:var(--white);padding:2rem}.cta-banner h2,.cta-banner p{color:var(--white);margin:0}.cta-banner p{opacity:.9;margin-top:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:.95rem 1.4rem;font-weight:700;cursor:pointer}.btn-primary{background:var(--green-900);color:var(--white);transition:background .2s ease}.btn-primary:hover{background:var(--green-800)}.narrow{max-width:850px}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.45rem;font-weight:600}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:12px;padding:.9rem 1rem;font:inherit;background:var(--white)}.site-footer{background:#102118;color:#ffffffe6;padding-top:3rem}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.site-footer h3{color:var(--white)}.footer-bottom{margin-top:2rem;padding:1rem;text-align:center;border-top:1px solid rgba(255,255,255,.12);color:#ffffffb3}@media (max-width: 900px){.split-grid,.three-up,.two-up,.footer-grid{grid-template-columns:1fr}.site-nav{position:absolute;top:var(--header-height);right:1rem;left:1rem;display:none;flex-direction:column;align-items:stretch;padding:1rem;background:var(--white);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.menu-toggle{display:inline-grid;place-items:center}.cta-banner{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.hero{min-height:68vh}.hero__content{padding-top:90px;padding-bottom:90px}.hero__subtitle{max-width:100%}}@media (max-width: 640px){.content-section{padding:3.25rem 0}.header-inner{min-height:72px}.brand-logo{width:48px;height:48px}.brand-title{font-size:1rem}.hero__title{font-size:clamp(2rem,9vw,3rem)}}
