:root{--green:#123e34;--green2:#0a2923;--mint:#dcebe5;--ink:#20272b;--muted:#65706f;--line:#dce2df;--paper:#fff;--soft:#f4f7f5;--silver:#d9dde0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.08;margin-top:0}.container{width:min(1280px,calc(100% - 40px));margin-inline:auto}.site-header{position:absolute;z-index:10;left:0;right:0;top:0;color:white;border-bottom:1px solid #ffffff30}.header-row{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff70;border-radius:50%;font:24px Georgia}.brand b,.brand small{display:block}.brand b{font:24px Georgia}.brand small{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:#d8dedb}.site-header nav{display:flex;align-items:center;gap:20px}.site-header nav a{text-decoration:none;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.menu{display:none;background:transparent;border:1px solid #ffffff80;border-radius:30px;color:white;padding:9px 16px}.hero{min-height:540px;position:relative;display:flex;align-items:flex-end;background:var(--green2);color:white}.hero>img,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{background:linear-gradient(90deg,#08251fe8 0%,#123e34b5 48%,#102e2535),linear-gradient(0deg,#08251f88,transparent)}.hero-copy{position:relative;padding-top:170px;padding-bottom:85px}.hero h1{font-size:clamp(46px,7vw,82px);max-width:950px;margin:.18em 0}.hero p:not(.eyebrow){max-width:760px;font-size:19px;color:#e1eae6}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:11px;color:#a8cabc}.section{padding:86px 0}.section:nth-child(odd){background:var(--soft)}.section h2{font-size:clamp(35px,5vw,54px);max-width:850px}.lead{font-size:18px;color:var(--muted);max-width:820px;margin-bottom:38px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card{overflow:hidden;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px #14372b0d}.card>img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body,.card:not(:has(.card-body)){padding:25px}.card h3{font-size:27px;margin-bottom:10px}.card p{color:var(--muted)}.card a,.button{color:var(--green);font-weight:700;text-underline-offset:5px}.button{display:inline-block;background:var(--green);color:white;text-decoration:none;border-radius:30px;padding:13px 24px}.spec{border:1px solid var(--line);border-radius:16px;overflow:hidden}.spec p{margin:0;display:grid;grid-template-columns:1fr 2fr;padding:18px 22px;border-top:1px solid var(--line)}.spec p:first-child{border-top:0}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}.facts p{margin:0;padding:22px;background:white}.facts b{display:block;text-transform:uppercase;font-size:11px;letter-spacing:.15em;color:var(--green);margin-bottom:8px}.faq{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:white}.faq details{border-top:1px solid var(--line);padding:20px 24px}.faq details:first-child{border-top:0}.faq summary{cursor:pointer;font:24px Georgia}.faq p,.legal-copy{max-width:850px;color:var(--muted)}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:50px}.ajax-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ajax-form label{font-size:13px;font-weight:650}.ajax-form input,.ajax-form textarea{display:block;width:100%;margin-top:7px;border:1px solid #bbc7c1;border-radius:10px;padding:13px;font:inherit}.ajax-form .wide{grid-column:1/-1}.ajax-form button{justify-self:start;border:0;border-radius:30px;background:var(--green);color:white;padding:13px 24px;font-weight:700;cursor:pointer}.form-status{margin:0;color:var(--green);font-size:14px}.form-status.error{color:#a12020}.honeypot{position:absolute!important;left:-9999px!important}.compact{display:flex;flex-wrap:wrap}.compact label{flex:1}.compact button{align-self:end}.compact .form-status{flex-basis:100%}footer{background:var(--green2);color:#e7eeeb;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:55px}.footer-grid h2{font-size:38px}.footer-grid h3{font-size:22px}.footer-grid p,footer address,footer li{color:#b7c6c0;font-style:normal}.footer-grid ul{list-style:none;padding:0}.footer-grid a{color:inherit}.footer-bottom{margin-top:55px;padding:25px 0;border-top:1px solid #ffffff22;display:flex;justify-content:space-between;gap:25px;font-size:12px;color:#9fb0a9}.footer-bottom nav{display:flex;flex-wrap:wrap;gap:14px}.footer-bottom a{color:inherit}@media(max-width:900px){.menu{display:block}.site-header nav{display:none;position:absolute;top:86px;left:20px;right:20px;padding:18px;background:#0a2923;border-radius:0 0 16px 16px;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.cards{grid-template-columns:repeat(2,1fr)}.facts{grid-template-columns:repeat(2,1fr)}.contact-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media(max-width:600px){.container{width:min(100% - 28px,1280px)}.brand small{display:none}.hero{min-height:490px}.hero-copy{padding-bottom:60px}.section{padding:62px 0}.cards{grid-template-columns:1fr}.spec p{grid-template-columns:1fr}.facts{grid-template-columns:1fr}.ajax-form{grid-template-columns:1fr}.ajax-form .wide{grid-column:auto}}
