:root{--ink:#1d2922;--deep:#173b2a;--green:#28533b;--cream:#f8f5ec;--paper:#fffdf8;--muted:#5d6a5e;--line:#dce3d7;--gold:#e1b95d;--gold-dark:#5c4111}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"Avenir Next",Avenir,"Segoe UI",sans-serif;font-size:1.05rem;line-height:1.65}
h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.13;letter-spacing:-.025em}h1{font-size:clamp(3.25rem,6vw,5.7rem);font-weight:600}h2{font-size:clamp(2.15rem,4.2vw,3.7rem);font-weight:600}h3{font-size:1.55rem}p{margin-bottom:1rem}a{color:var(--green)}a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}img{max-width:100%}
.container{width:min(1160px,calc(100% - 48px));margin-inline:auto}.skip-link{position:absolute;left:-9999px;top:12px;background:#fff;padding:8px 14px;z-index:30}.skip-link:focus{left:12px}
.site-header{position:relative;z-index:10;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:82px}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--deep);text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:1.38rem;font-weight:700;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:30px;height:30px;background:var(--deep);color:var(--gold);border-radius:10px;font-family:Arial,sans-serif;font-size:1.2rem}.site-header nav{display:flex;align-items:center;gap:30px}.site-header nav a{color:var(--ink);text-decoration:none;font-size:.94rem;font-weight:700}.site-header nav a[aria-current="page"]{color:var(--deep);text-decoration:underline;text-decoration-color:var(--gold);text-decoration-thickness:3px;text-underline-offset:8px}
.eyebrow{margin-bottom:18px;color:var(--green);font-size:.79rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero{position:relative;isolation:isolate;min-height:660px;background:var(--deep);color:#fff;overflow:hidden}.hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(12,42,28,.86) 0%,rgba(13,43,29,.76) 31%,rgba(13,43,29,.15) 74%)}.hero-image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%}.hero-inner{display:flex;align-items:center;min-height:660px;padding-block:60px}.hero-copy{max-width:620px}.hero-copy h1{max-width:580px;margin-bottom:22px}.hero-copy>p:not(.eyebrow):not(.hero-note){max-width:540px;color:#f0f5ec;font-size:1.16rem;line-height:1.68}.hero-eyebrow{color:#f5d889}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:50px;padding:12px 21px;border-radius:10px;text-decoration:none;font-size:.95rem;font-weight:800;line-height:1.3;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-gold{background:var(--gold);color:#23311e}.button-gold:hover{background:#f0c971}.button-outline{border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(255,255,255,.06)}.button-outline:hover{background:rgba(255,255,255,.16)}.hero-note{max-width:550px;margin:22px 0 0;color:#e8eee6;font-size:.85rem}.image-credit{position:absolute;right:18px;bottom:16px;padding:3px 8px;border-radius:5px;background:rgba(9,32,20,.5);color:#fff;font-size:.72rem}
.section{padding:90px 0}.section-heading{max-width:680px;margin-bottom:38px}.section-heading>p:last-child{color:var(--muted);font-size:1.15rem}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card{min-height:310px;padding:32px;border:1px solid var(--line);border-radius:16px;background:var(--paper);box-shadow:0 10px 30px rgba(22,55,38,.04)}.feature-card h3{margin-bottom:16px;color:var(--deep)}.feature-card p{color:var(--muted)}.feature-number{display:inline-block;margin-bottom:50px;color:#8b753b;font-weight:800;font-size:.82rem;letter-spacing:.12em}.pilot-section{background:#e8eee5}.pilot-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.pilot-grid h2{max-width:540px;margin-bottom:0;color:var(--deep)}.pilot-grid>div:last-child{padding-top:34px;color:#354339}.text-link{display:inline-flex;gap:14px;align-items:center;margin-top:12px;color:var(--deep);font-weight:800;text-decoration-thickness:2px;text-underline-offset:5px}.invitation{background:var(--deep);color:#fff}.invitation-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.invitation .eyebrow{color:#edcf82}.invitation h2{max-width:650px}.invitation p:not(.eyebrow){max-width:580px;color:#dce9db}.invitation .button{flex-shrink:0}
.page-intro{padding:86px 0 65px;background:#e8eee5}.page-intro h1{max-width:850px;color:var(--deep)}.page-intro p:not(.eyebrow){max-width:760px;font-size:1.18rem}.content-narrow{max-width:800px}.content-narrow h2{margin:48px 0 18px;color:var(--deep);font-size:2.15rem}.content-narrow h2:first-child{margin-top:0}.content-narrow ul{padding-left:1.35rem}.content-narrow li{padding-left:.35rem;margin:9px 0}.content-narrow a{overflow-wrap:anywhere}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.info-card{padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:16px}.info-card h3{color:var(--deep)}.status-note{padding:23px 26px;background:#f4eacb;border-left:4px solid #a9812c;border-radius:0 10px 10px 0}.status-note p:last-child{margin-bottom:0}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;counter-reset:step;list-style:none;margin:0;padding:0}.steps li{padding:26px;background:var(--paper);border:1px solid var(--line);border-radius:16px;counter-increment:step}.steps li:before{content:counter(step,decimal-leading-zero);display:block;margin-bottom:38px;color:#8b753b;font-weight:800}.steps strong{display:block;margin-bottom:8px;color:var(--deep);font-family:Georgia,serif;font-size:1.35rem}.steps p{margin:0;color:var(--muted)}.contact-card{padding:36px;background:var(--paper);border:1px solid var(--line);border-radius:16px}.contact-card p{margin-bottom:26px}.contact-card p:last-child{margin-bottom:0}.contact-label{display:block;margin-bottom:6px;color:var(--muted);font-size:.83rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.contact-value{font-size:1.25rem;font-weight:700}
.site-footer{padding:48px 0;background:#102c1f;color:#d5e2d4}.site-footer .brand{color:#fff}.site-footer .brand-mark{background:#e1b95d;color:#173b2a}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:24px}.site-footer p{margin:12px 0 0;font-size:.88rem}.footer-links{display:flex;align-items:flex-start;flex-wrap:wrap;gap:22px}.footer-links a{color:#eaf2e8;font-size:.9rem}.copyright{grid-column:1/-1;padding-top:24px;border-top:1px solid rgba(255,255,255,.2)}
@media(max-width:800px){.feature-grid,.steps{grid-template-columns:1fr}.feature-card{min-height:0}.feature-number{margin-bottom:26px}.pilot-grid,.two-col{grid-template-columns:1fr;gap:24px}.pilot-grid>div:last-child{padding-top:0}.invitation-inner{align-items:flex-start;flex-direction:column}.hero{min-height:600px}.hero-inner{min-height:600px}.hero:after{background:linear-gradient(90deg,rgba(12,42,28,.9),rgba(12,42,28,.58))}.hero-image{object-position:65% center}}
@media(max-width:580px){.container{width:min(100% - 32px,1160px)}.header-inner{min-height:0;padding-block:16px;align-items:flex-start;flex-direction:column;gap:14px}.site-header nav{gap:22px;flex-wrap:wrap}.site-header nav a{font-size:.85rem}.hero,.hero-inner{min-height:630px}.hero-inner{padding-block:45px}.hero h1{font-size:clamp(2.75rem,12vw,4rem)}.hero-copy>p:not(.eyebrow):not(.hero-note){font-size:1rem}.hero:after{background:linear-gradient(90deg,rgba(12,42,28,.94),rgba(12,42,28,.68))}.hero-image{object-position:70% center}.image-credit{font-size:.65rem}.section{padding:65px 0}.page-intro{padding:66px 0 48px}.page-intro h1{font-size:clamp(2.55rem,10vw,4rem)}.footer-inner{grid-template-columns:1fr}.copyright{grid-column:1}.actions{gap:10px}.button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}
