:root{--green:#39582d;--green-dark:#13260f;--gold:#39582d;--cream:#e8e8ed;--ink:#0b0b0b;--muted:#4c4c52;--white:#fff;--max:1220px;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;line-height:1.35}img{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.08}h1{margin-bottom:2.2rem;font-size:clamp(1.45rem,2.1vw,1.75rem);font-weight:800}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{letter-spacing:0;font-size:clamp(2.15rem,3.4vw,3rem)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:2;width:100%;color:var(--ink);background:var(--white);border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:.45rem 3rem .55rem;display:flex;position:relative}.brand img{width:clamp(240px,28vw,360px)}nav{text-transform:none;letter-spacing:0;align-items:center;gap:clamp(1.5rem,3vw,2.4rem);font-size:1rem;font-weight:800;display:flex}nav a{text-decoration:none}.menu-toggle{display:none}.hero{width:100%;color:var(--ink);background:var(--white)}.hero-inner{grid-template-columns:minmax(320px,.82fr) minmax(420px,1.18fr);align-items:center;gap:clamp(2rem,5vw,4.5rem);width:100%;max-width:1800px;min-height:0;margin:0 auto;padding:clamp(2.5rem,7vw,5.2rem) 3rem clamp(2rem,5vw,3rem);display:grid}.hero-image{aspect-ratio:1.74;object-fit:cover;width:100%}.hero-panel{width:auto;margin:0;padding:0}.hero-logo{width:min(520px,100%);margin-bottom:1.25rem}.button{background:var(--green);min-width:9.6rem;min-height:3.95rem;color:var(--white);font:inherit;cursor:pointer;border:0;border-radius:0;justify-content:center;align-items:center;padding:1rem 1.65rem;font-weight:800;text-decoration:none;display:inline-flex}.stories-section{background:var(--cream);max-width:1800px;margin:0 auto;padding:2rem 3rem clamp(3rem,6vw,4.5rem)}.stories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem .75rem;width:100%;margin:0 auto;display:grid}.story-card{grid-template-columns:1fr;align-content:start;align-items:start;gap:1.65rem;padding-right:clamp(.5rem,2vw,1.5rem);display:grid}.story-video-button{aspect-ratio:1.78;cursor:pointer;background:#d6d6dc;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.story-video-button:before{content:"";z-index:1;background:#0000000f;transition:background .18s;position:absolute;inset:0}.story-video-button:after{content:"";z-index:2;border-top:14px solid #0000;border-bottom:14px solid #0000;border-left:22px solid var(--white);filter:drop-shadow(0 1px 4px #00000038);width:0;height:0;transition:scale .18s,filter .18s;position:absolute;top:50%;left:50%;translate:-40% -50%;scale:1}.story-video-button:hover:before,.story-video-button:focus-visible:before{background:#00000038}.story-video-button:hover:after,.story-video-button:focus-visible:after{filter:drop-shadow(0 2px 8px #00000057);scale:1.22}.story-video-button:focus-visible{outline:3px solid var(--green);outline-offset:4px}.story-video-button img{transition:scale .22s}.story-video-button:hover img,.story-video-button:focus-visible img{scale:1.035}.story-video-button img,.story-hero-image{object-fit:cover;width:100%;height:100%}.story-card-content{max-width:none}.story-excerpt{color:var(--ink);font-size:1.02rem;font-style:italic;font-weight:800}.text-link{background:var(--green);color:var(--white);margin-top:.1rem;padding:1.05rem 1.75rem;font-weight:800;text-decoration:none;display:inline-block}.section-inner{width:min(100% - 2rem, var(--max));margin:0 auto}.contact-section{background:var(--white);color:var(--ink);padding:clamp(4.75rem,7vw,7.25rem) 0 clamp(7rem,11vw,11rem)}.contact-inner{width:min(100% - 3rem,650px)}.contact-intro{text-align:center;margin:0 auto clamp(2.6rem,4vw,3.75rem)}.contact-intro h2{color:var(--green);margin-bottom:1.6rem;font-size:clamp(2rem,3vw,2.25rem);font-weight:800}.contact-intro p{font-size:clamp(.9rem,1.2vw,1rem)}.contact-form{gap:1.1rem;display:grid}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}fieldset{border:0;min-width:0;margin:0;padding:0}legend{margin-bottom:.55rem;font-size:.9rem;font-weight:400}.name-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}label{gap:.3rem;font-size:.88rem;font-weight:400;display:grid}.required{color:var(--muted);font-size:.78rem}input,textarea{background:var(--white);width:100%;color:var(--ink);font:inherit;border:1px solid #a9a9a9;border-radius:0;padding:.55rem .65rem}input{min-height:2.15rem}textarea{resize:vertical;min-height:5.15rem}.checkbox-label{align-items:center;gap:.75rem;width:fit-content;font-size:.85rem;display:flex}.checkbox-label input{appearance:none;width:.85rem;height:.85rem;min-height:0;margin:0}.checkbox-label input:checked{background:var(--green);box-shadow:inset 0 0 0 3px var(--white)}.contact-form .button{width:fit-content;min-width:6.1rem;min-height:2.9rem;margin-top:.1rem;padding:.75rem 1.45rem;font-size:1rem}.contact-form .button:disabled{cursor:wait;opacity:.7}.form-status{min-height:1.25rem;margin:0;font-size:.92rem;font-weight:700}.form-status[data-state=success]{color:var(--green)}.form-status[data-state=error]{color:#9b1c1c}.about-section{background:var(--green-dark);color:var(--white);padding:clamp(3.5rem,6vw,4.75rem) 0 clamp(7rem,12vw,10.5rem)}.about-inner{text-align:center;flex-direction:column;align-items:center;width:min(100% - 3rem,800px);display:flex}.about-inner img{width:min(220px,34vw);margin-bottom:clamp(2.75rem,4.5vw,3.75rem)}.about-inner h2{color:var(--white);margin-bottom:1.8rem;font-size:clamp(2rem,3.2vw,2.35rem)}.about-inner p{text-align:left;max-width:800px;margin:0;font-size:clamp(.82rem,1.2vw,.95rem);line-height:1.35}.about-inner a{color:inherit;text-underline-offset:.16em;text-decoration-thickness:1px}.site-footer{color:var(--white);text-align:left;background:#000;justify-content:space-between;align-items:center;gap:1rem;padding:1.6rem 2rem;display:flex}.site-footer p,.site-footer a{margin:0;font-size:.95rem}.site-footer a{text-underline-offset:.18em;text-decoration-thickness:1px}.privacy-page{background:var(--white);padding:clamp(4rem,8vw,7rem) 0}.privacy-inner{width:min(100% - 3rem,760px);margin:0 auto}.privacy-inner h1{color:var(--green-dark);margin-bottom:.6rem;font-size:clamp(2.35rem,5vw,4rem)}.privacy-inner h2{color:var(--green-dark);margin:2.2rem 0 .75rem;font-size:clamp(1.35rem,2.5vw,1.8rem)}.privacy-inner p{max-width:62ch;color:var(--ink);font-size:1rem;line-height:1.55}.privacy-updated{color:var(--muted);font-weight:700}.how-page{background:var(--white);min-height:100vh;padding:clamp(3rem,6vw,4.25rem) 0 clamp(5rem,8vw,7rem)}.how-inner{width:min(100% - 3rem,905px);margin:0 auto}.how-copy{max-width:595px;margin:0 auto 1.35rem}.how-copy h1{color:var(--ink);margin-bottom:2rem;font-size:clamp(2.35rem,4vw,2.85rem)}.how-copy p{font-size:clamp(1.05rem,1.45vw,1.2rem);line-height:1.35}.how-video,.how-video-button{aspect-ratio:16/9;width:100%}.how-video{background:#d6d6dc;margin-top:1.4rem}.how-video iframe,.how-video-button img{border:0;width:100%;height:100%}.how-video-button{cursor:pointer;border:0;padding:0;display:block;position:relative;overflow:hidden}.how-video-button:before{content:"";background:#00000014;transition:background .18s;position:absolute;inset:0}.how-video-button:after{content:"";border-top:16px solid #0000;border-bottom:16px solid #0000;border-left:25px solid var(--white);filter:drop-shadow(0 1px 4px #0000003d);width:0;height:0;transition:scale .18s,filter .18s;position:absolute;top:50%;left:50%;translate:-40% -50%;scale:1}.how-video-button:hover:before,.how-video-button:focus-visible:before{background:#00000038}.how-video-button:hover:after,.how-video-button:focus-visible:after{filter:drop-shadow(0 2px 8px #00000057);scale:1.16}.how-video-button img{object-fit:cover;transition:scale .22s}.how-video-button:hover img,.how-video-button:focus-visible img{scale:1.025}.how-cta{margin-top:1.8rem}.video-dialog{background:0 0;border:0;width:min(92vw,980px);padding:0;overflow:visible}.video-dialog::backdrop{background:#000000d1}.video-dialog-frame{aspect-ratio:16/9;background:#000;position:relative;box-shadow:0 1.5rem 4rem #00000073}.video-dialog iframe{border:0;width:100%;height:100%}.video-dialog-close{z-index:1;background:var(--white);width:2.5rem;height:2.5rem;color:var(--ink);font:inherit;cursor:pointer;border:0;border-radius:0;font-size:1.6rem;line-height:1;position:absolute;top:-3rem;right:0}.story-page{background:var(--white);min-height:100vh;padding:clamp(3rem,6vw,5rem) 0 clamp(5rem,8vw,7rem)}.story-article{width:min(100% - 3rem,860px);margin:0 auto}.story-hero-image{aspect-ratio:16/9;margin-bottom:2rem}.story-body{max-width:720px}.story-back{color:var(--green);margin-bottom:2rem;font-size:.95rem;font-weight:800;text-decoration:none;display:inline-block}.story-body h1{color:var(--ink);margin-bottom:clamp(1.9rem,4vw,2.9rem);font-size:clamp(2rem,3.5vw,3.05rem)}.story-meta{color:var(--ink);flex-wrap:wrap;gap:.5rem 1.2rem;margin-bottom:1.4rem;font-size:.95rem;font-weight:700;display:flex}.story-content{gap:clamp(1.4rem,3vw,2.25rem);display:grid}.story-html-block>:last-child{margin-bottom:0}.story-content h3,.story-content h4{margin-bottom:1rem;font-size:clamp(1.05rem,1.55vw,1.25rem);line-height:1.35}.story-content p,.story-content li{font-size:clamp(.9rem,1.1vw,.98rem);line-height:1.45}.story-content p{margin-bottom:1rem}.story-content ul{margin:0 0 1rem;padding-left:1.35rem}.story-content a{color:var(--green);text-underline-offset:.16em;text-decoration-thickness:1px}.article-image{width:min(100%,420px);margin:0}.article-image img{width:100%;height:auto}.article-image figcaption{color:var(--ink);margin-top:.75rem;font-size:.88rem;line-height:1.35}.article-image-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem;width:min(100%,560px);display:grid}.article-image--row{width:100%}.article-image--row img{aspect-ratio:1;object-fit:cover}.not-found-page{background:var(--white);min-height:70vh;padding:clamp(4rem,8vw,7rem) 0}.not-found-inner{width:min(100% - 3rem,650px);margin:0 auto}.eyebrow{color:var(--green);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem;font-size:.9rem;font-weight:800}.not-found-inner h1{color:var(--green-dark);margin-bottom:1rem;font-size:clamp(2.35rem,6vw,4rem)}.not-found-inner p:not(.eyebrow){max-width:34rem;color:var(--muted);margin-bottom:1.7rem;font-size:1.05rem}.note{color:var(--muted);margin-top:2rem;font-style:italic}@media (width<=760px){.site-header{flex-wrap:wrap;align-items:center;padding:.75rem 1rem}.brand img{width:min(220px,55vw)}.menu-toggle{width:40px;height:40px;color:var(--ink);cursor:pointer;background:0 0;border:0;margin-left:auto;padding:0;display:inline-flex;position:relative}.menu-toggle span{transform-origin:50%;background:currentColor;width:26px;height:2px;transition:top .18s,rotate .18s,opacity .14s;display:block;position:absolute;left:7px}.menu-toggle span:first-child{top:13px}.menu-toggle span:nth-child(2){top:19px}.menu-toggle span:nth-child(3){top:25px}.site-header[data-menu-open] .menu-toggle span:first-child{top:19px;rotate:45deg}.site-header[data-menu-open] .menu-toggle span:nth-child(2){opacity:0}.site-header[data-menu-open] .menu-toggle span:nth-child(3){top:19px;rotate:-45deg}nav{flex-direction:column;flex-basis:100%;align-items:flex-start;gap:.8rem;width:100%;padding:1rem 0 .25rem;font-size:.95rem;display:none}.site-header[data-menu-open] nav{display:flex}.hero-inner{grid-template-columns:1fr;gap:1.4rem;padding:0 1rem 2.75rem}.hero-image{aspect-ratio:16/9;order:-1;width:calc(100% + 2rem);max-width:none;margin:0 -1rem .35rem}.hero-panel{padding:0}.stories-section{padding:1rem 1rem 3rem}.stories-grid,.name-grid{grid-template-columns:1fr}.story-card{padding-right:0}.story-video-button{aspect-ratio:1.55}.contact-section{padding:3.5rem 0 5.5rem}.contact-intro{margin-bottom:2.4rem}.contact-intro h2{font-size:clamp(1.9rem,8vw,2.35rem)}label,legend{font-size:.95rem}.contact-form .button{min-width:6.5rem;min-height:3.1rem;font-size:1rem}.about-section{padding:3.5rem 0 6rem}.about-inner img{width:min(210px,70vw);margin-bottom:2.35rem}.about-inner p{font-size:.9rem}.story-page{padding:2.75rem 0 4.5rem}.story-article{width:min(100% - 2rem,900px)}.article-image-row{grid-template-columns:1fr;width:min(100%,420px)}.how-page{padding:2.75rem 0 4rem}.how-inner{width:min(100% - 2rem,905px)}.how-copy h1{font-size:2.2rem}.how-copy p{font-size:1rem}.site-footer{flex-direction:column;align-items:flex-start;padding:1.5rem 1rem}h3{font-size:clamp(2rem,9vw,2.75rem)}}
