:root{--leaf:#75ae2d;--canopy:#186800;--bark:#7d4900;--root:#562c14;--white:#fff;--deep:#13261b;--deep-2:#1d3527;--on-deep:#d5ded7;--on-deep-dim:#9aa89f;--ink:#1a1512;--ink-2:#4a423a;--ink-3:#6d645a;--line:#e4dfd6;--surface:#f8f6f1;--surface-2:#efebe2;--maxw:1120px;--pad:clamp(1.25rem, 4vw, 2.5rem);--radius-sm:10px;--radius:16px;--radius-lg:24px;--shadow-sm:0 1px 2px #1a15120a, 0 3px 10px -2px #1a15120d;--shadow-md:0 2px 4px #1a15120a, 0 14px 32px -10px #1a151224;--shadow-lg:0 32px 64px -28px #00000080;--ease:cubic-bezier(.2, .7, .3, 1);--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display:"Source Serif 4", Georgia, "Times New Roman", serif;color-scheme:light}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:var(--font);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.65}img,svg,video{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.015em;margin:0 0 .5em;font-weight:600;line-height:1.15}h1{letter-spacing:-.025em;font-size:clamp(2.3rem,5.4vw,3.9rem);line-height:1.06}h2{letter-spacing:-.02em;font-size:clamp(1.65rem,3.4vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.38rem)}h4{font-family:var(--font)}p{margin:0 0 1.1em}p:last-child{margin-bottom:0}a{color:var(--canopy);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--bark)}:focus-visible{outline:3px solid var(--canopy);outline-offset:2px;border-radius:3px}.skip{background:var(--deep);color:var(--white);z-index:100;padding:.75rem 1.1rem;position:absolute;top:0;left:-9999px}.skip:focus{color:var(--white);top:.5rem;left:.5rem}.wrap{width:100%;max-width:var(--maxw);padding-inline:var(--pad);margin-inline:auto}.section{padding-block:clamp(3.25rem,7.5vw,6.5rem)}.section--tint{background:var(--surface)}.section--deep{background:var(--deep);color:var(--on-deep)}.section--deep h2,.section--deep h3,.section--deep h4{color:var(--white)}.section--deep p{color:var(--on-deep)}.section--deep a{color:var(--white)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);align-items:center;gap:.5rem;margin:0 0 .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--leaf);border-radius:2px;width:22px;height:3px}.section--deep .eyebrow{color:var(--on-deep-dim)}.lede{color:var(--ink-2);max-width:62ch;font-size:clamp(1.05rem,1.7vw,1.2rem)}.section--deep .lede{color:var(--on-deep)}.measure{max-width:68ch}.grid{gap:1.25rem;display:grid}@media (width>=640px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.grid--3{grid-template-columns:repeat(3,1fr)}}@media (width>=760px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.grid--4{grid-template-columns:repeat(4,1fr)}}.btn{border:2px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.8rem 1.35rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--canopy);color:var(--white)}.btn--primary:hover{background:var(--deep);color:var(--white)}.btn--ghost{border-color:var(--line);color:var(--ink);background:var(--white)}.btn--ghost:hover{border-color:var(--ink);color:var(--ink)}.section--deep .btn--primary{background:var(--white);color:var(--deep)}.section--deep .btn--primary:hover{background:var(--leaf);color:var(--deep)}.section--deep .btn--ghost{color:var(--white);background:0 0;border-color:#46584c}.section--deep .btn--ghost:hover{border-color:var(--white);color:var(--white)}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);height:100%;box-shadow:var(--shadow-sm);transition:box-shadow .28s var(--ease), transform .28s var(--ease), border-color .28s var(--ease);padding:1.6rem;position:relative;overflow:hidden}.card__bar{height:4px;position:absolute;inset:0 0 auto}.card h3{margin-top:.6rem}.card p{color:var(--ink-2);font-size:.95rem}.accent-leaf{background:var(--leaf)}.accent-canopy{background:var(--canopy)}.accent-bark{background:var(--bark)}.accent-root{background:var(--root)}.accent-pending{background:repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 14px)}.icon-badge{background:var(--surface-2);width:44px;height:44px;color:var(--canopy);border-radius:11px;place-items:center;display:grid}.icon-badge svg{width:22px;height:22px}.tick-list{margin:1rem 0 0;padding:0;list-style:none}.tick-list li{color:var(--ink-2);margin-bottom:.4rem;padding-left:1.5rem;font-size:.925rem;position:relative}.tick-list li:before{content:"";background:var(--leaf);border-radius:2px;width:8px;height:8px;position:absolute;top:.55em;left:0}.section--deep .tick-list li{color:var(--on-deep)}.stages{gap:1.25rem;margin:2.5rem 0 0;padding:0;list-style:none;display:grid}@media (width>=760px){.stages{grid-template-columns:repeat(2,1fr)}}@media (width>=1040px){.stages{grid-template-columns:repeat(5,1fr)}}.stage{border-top:3px solid var(--line);padding-top:1rem;position:relative}.stage__n{font-family:var(--font-display);color:var(--leaf);margin-bottom:.4rem;font-size:2rem;font-weight:700;line-height:1}.stage h3{margin-bottom:.3rem;font-size:1.05rem}.stage p{color:var(--ink-2);font-size:.9rem}.section--deep .stage{border-top-color:#33473a}.section--deep .stage p{color:var(--on-deep)}.phases{gap:1.25rem;margin-top:2.5rem;display:grid}@media (width>=900px){.phases{grid-template-columns:repeat(3,1fr)}}.phase{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:1.5rem}.phase--current{border-color:var(--canopy);box-shadow:var(--shadow-sm)}.phase__label{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-block}.phase--current .phase__label{color:var(--canopy)}.phase h3{font-size:1.1rem}.phase p{color:var(--ink-2);font-size:.925rem}.notice{border:1px dashed var(--line);background:var(--surface);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.5rem)}.notice h3{margin-bottom:.4rem}.notice p{color:var(--ink-2);max-width:60ch}.disclaimer{border-left:3px solid var(--leaf);color:var(--ink-2);background:#75ae2d1a;border-radius:0 8px 8px 0;margin-top:2rem;padding:.9rem 1.1rem;font-size:.9rem}.section--deep .disclaimer{color:var(--on-deep);background:#75ae2d29}.rows{border-top:1px solid var(--line)}.row{border-bottom:1px solid var(--line);gap:.15rem 1.5rem;padding:1rem 0;display:grid}@media (width>=700px){.row{grid-template-columns:200px 1fr}}.row dt{color:var(--ink-3);margin:0;font-size:.9rem;font-weight:600}.row dd{margin:0}.site-header{z-index:50;backdrop-filter:saturate(1.4)blur(8px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.brand{color:var(--ink);align-items:center;gap:.65rem;text-decoration:none;display:flex}.brand__logo{flex:none;width:auto;height:50px}@media (width<=520px){.brand__logo{height:40px}}.brand__chip{background:var(--white);border-radius:12px;padding:.7rem .9rem;display:inline-block}.brand__chip img{width:auto;height:54px}.nav{align-items:center;gap:.35rem;display:flex}.nav a:not(.btn){color:var(--ink-2);border-radius:8px;padding:.5rem .7rem;font-size:.925rem;font-weight:500;text-decoration:none}.nav a:not(.btn):hover{background:var(--surface-2);color:var(--ink)}.nav a:not(.btn)[aria-current=page]{color:var(--ink);background:var(--surface-2);font-weight:650}.nav .btn{border-width:0;margin-left:.5rem;padding:.5rem 1.1rem;font-size:.9rem;font-weight:600}@media (width<=900px){.nav{display:none}}.menu{position:relative}.menu summary{cursor:pointer;border:1px solid var(--line);width:44px;height:44px;color:var(--ink);border-radius:10px;place-items:center;list-style:none;display:grid}.menu summary::-webkit-details-marker{display:none}.menu__bar{transform-origin:12px 12px;transition:transform .18s,opacity .12s}.menu[open] .menu__bar--top{transform:translateY(6px)rotate(45deg)}.menu[open] .menu__bar--mid{opacity:0}.menu[open] .menu__bar--bot{transform:translateY(-6px)rotate(-45deg)}.menu[open] .menu__panel{display:flex}.menu__panel{background:var(--white);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:.15rem;min-width:210px;padding:.5rem;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 40px #0000001a}.menu__panel a{color:var(--ink);border-radius:8px;padding:.6rem .75rem;font-size:.95rem;text-decoration:none}.menu__panel a:hover{background:var(--surface-2)}@media (width>=901px){.menu{display:none}}.hero{background:radial-gradient(120% 100% at 8% -10%, var(--deep-2) 0%, #13261b00 62%), var(--deep);color:var(--white);position:relative;overflow:hidden}.hero__inner{z-index:1;padding-block:clamp(3.75rem,10vw,7rem);position:relative}.hero h1{color:var(--white);max-width:21ch}.hero .lede{color:var(--on-deep);max-width:54ch}.hero__rule{gap:6px;margin-bottom:1.5rem;display:flex}.hero__rule span{border-radius:3px;width:54px;height:6px}.hero__rule span:first-child{background:#75ae2d}.hero__rule span:nth-child(2){background:#a7d16e}.hero__rule span:nth-child(3){background:#c08a3e}.hero__motif{pointer-events:none;width:46%;display:none;position:absolute;inset:0 -4% 0 auto}@media (width>=900px){.hero__motif{display:block}}.hero__motif svg{width:100%;height:100%}.hero--photo{grid-template-columns:1fr;display:grid}.hero--photo .hero__media{aspect-ratio:4/3;position:relative;overflow:hidden}.hero--photo .hero__media img{object-fit:cover;object-position:50% 40%;width:100%;height:100%}@media (width>=901px){.hero--photo{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);min-height:32rem}.hero--photo .hero__media{aspect-ratio:auto;border-radius:var(--radius-lg);height:100%;box-shadow:var(--shadow-lg);grid-area:1/2}.hero--photo .hero__inner{max-width:none;padding-inline:max(var(--pad), calc((100vw - var(--maxw)) / 2 + var(--pad))) 3rem;flex-direction:column;grid-area:1/1;justify-content:center;margin:0;display:flex}.hero--photo{padding-block:clamp(1.5rem,3vw,2.75rem);padding-inline-end:clamp(1.5rem,3vw,2.75rem)}}.pagehead{background:var(--surface);border-bottom:1px solid var(--line)}.pagehead__inner{padding-block:clamp(2.5rem,6vw,4rem)}.pagehead h1{max-width:20ch}.statement{font-family:var(--font-display);letter-spacing:-.015em;max-width:30ch;margin:0;font-size:clamp(1.35rem,2.6vw,1.85rem);line-height:1.35}.statement--wide{max-width:42ch}.site-footer{background:var(--deep);color:var(--on-deep);padding-block:3rem 2rem}.site-footer a{color:#e8efe9}.site-footer a:hover{color:var(--white)}.site-footer h4{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem}.site-footer__grid{gap:2rem;display:grid}@media (width>=760px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr}}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.4rem;font-size:.925rem}.site-footer__bar{color:var(--on-deep-dim);border-top:1px solid #2b3f33;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.825rem;display:flex}.avatar{width:84px;height:84px;color:var(--white);background:var(--ink-3);letter-spacing:.02em;border-radius:50%;place-items:center;font-size:1.5rem;font-weight:800;display:grid}.card--pending{background:var(--surface);border-style:dashed}.avatar--pending{background:var(--white);color:var(--ink-3);border:2px dashed var(--line)}.pending__name{color:var(--ink-3);margin:0 0 .6rem;font-size:.95rem;font-style:italic}.tag--pending{border:1px dashed var(--line);color:var(--ink-2);background:0 0}.pending__note{color:var(--ink-2);margin-top:.9rem;font-size:.9rem}.tag{letter-spacing:.08em;text-transform:uppercase;background:var(--surface-2);color:var(--ink-2);border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.tag--role{background:var(--surface-2);color:var(--bark)}.split{align-items:start;gap:2.5rem;display:grid}@media (width>=900px){.split{grid-template-columns:1.15fr 1fr;gap:3.5rem}}.card--link{color:inherit;flex-direction:column;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.card--link:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-4px)}.card--link:focus-visible{border-color:var(--ink)}.card__more{color:var(--canopy);margin-top:auto;padding-top:.9rem;font-size:.875rem;font-weight:650}.card--link:hover .card__more{color:var(--ink)}.cta-band{background:var(--surface);border-top:1px solid var(--line)}.cta-band__inner{align-items:center;gap:1.5rem 3rem;padding-block:clamp(2.5rem,6vw,4rem);display:grid}.cta-band h2{margin:0 0 .5rem}.cta-band p{max-width:46ch;color:var(--ink-2);margin:0}.cta-band .btn-row{margin-top:0}@media (width>=780px){.cta-band__inner{grid-template-columns:1fr auto}}.prose{color:var(--ink-2)}.prose h2{color:var(--ink);margin-top:2rem;font-size:clamp(1.35rem,2.4vw,1.75rem)}.prose ul{padding-left:1.15rem}.prose li{margin-bottom:.4rem}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.card,.stage,.phase{animation:linear both rise view();animation-range:entry entry 42%}}}@media print{.card,.stage,.phase{opacity:1!important;animation:none!important;transform:none!important}}
