:root{
  --ink:#16302B; --green:#1F5A4E; --sage:#E3EDE7; --paper:#FCFCF9;
  --sun:#F3B25B; --muted:#4E635E; --line:#CFDDD5; --card:#FFFFFF;
  box-sizing:border-box;
  padding-top:env(safe-area-inset-top,0px);
  padding-bottom:env(safe-area-inset-bottom,0px);
}
@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]){
    --ink:#E7F0EC; --green:#7FC4B2; --sage:#1B2B28; --paper:#111A18;
    --sun:#F3B25B; --muted:#A7BCB5; --line:#2C3F3A; --card:#16221F;
  }
}
:root[data-theme="dark"]{
  --ink:#E7F0EC; --green:#7FC4B2; --sage:#1B2B28; --paper:#111A18;
  --sun:#F3B25B; --muted:#A7BCB5; --line:#2C3F3A; --card:#16221F;
}
*,*::before,*::after{box-sizing:inherit}
html{scroll-behavior:smooth;scroll-padding-top:calc(env(safe-area-inset-top,0px) + 72px)}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--paper);color:var(--ink);
  font:400 1.0625rem/1.65 "Atkinson Hyperlegible",system-ui,-apple-system,"Segoe UI",sans-serif}
h1,h2,h3{font-family:"Bricolage Grotesque",system-ui,sans-serif;line-height:1.1;margin:0}
h2{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;margin-bottom:.6rem}
h3{font-size:1.25rem;font-weight:700;margin-bottom:.35rem}
p{margin:0 0 1rem}
a{color:var(--green)}
a:focus-visible,button:focus-visible{outline:3px solid var(--sun);outline-offset:3px;border-radius:4px}
img{max-width:100%}
.wrap{max-width:1080px;margin:0 auto;padding:0 1.25rem}
section{padding:4.5rem 0}
.lead{font-size:1.15rem;color:var(--muted);max-width:60ch}

/* header */
header{position:sticky;top:env(safe-area-inset-top,0px);z-index:10;background:var(--paper);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}
.logo{font-family:"Bricolage Grotesque",sans-serif;font-weight:700;font-size:1.3rem;color:var(--ink);text-decoration:none}
.logo span{color:var(--green)}
.nav ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}
.nav ul a{color:var(--ink);text-decoration:none;font-weight:700;font-size:.95rem}
.nav ul a:hover{color:var(--green)}
.btn{display:inline-block;background:var(--green);color:var(--paper);padding:.8rem 1.4rem;border-radius:999px;
  font-weight:700;text-decoration:none;border:0;cursor:pointer;font-size:1rem;font-family:inherit}
.btn:hover{filter:brightness(1.1)}
.btn.alt{background:transparent;color:var(--ink);box-shadow:inset 0 0 0 2px var(--ink)}
@media (max-width:760px){.nav ul{display:none}}

/* hero - the one bold thing */
.hero{padding:4rem 0 3.5rem;background:var(--sage)}
.words{font-family:"Bricolage Grotesque",sans-serif;font-weight:700;letter-spacing:-.03em;
  font-size:clamp(3rem,11vw,7.5rem);line-height:.92;margin:0 0 2rem;color:var(--green)}
.words span{display:block}
.words span:nth-child(2){padding-left:.6em}
.words span:nth-child(3){padding-left:1.2em;color:var(--ink)}
@media (prefers-reduced-motion:no-preference){
  .words span{opacity:0;transform:translateY(.25em);animation:up .7s ease forwards}
  .words span:nth-child(2){animation-delay:.15s}
  .words span:nth-child(3){animation-delay:.3s}
  @keyframes up{to{opacity:1;transform:none}}
}
.hero-row{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-end;justify-content:space-between}
.hero-row p{font-size:1.2rem;max-width:44ch;margin:0}
.ctas{display:flex;gap:.75rem;flex-wrap:wrap}

/* who we support */
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:2rem}
.item{border-top:4px solid var(--green);padding-top:1rem}
.item p{color:var(--muted);margin:0}

/* how it works (real sequence) */
.steps{background:var(--card);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.steps ol{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;counter-reset:s}
.steps ol>li{counter-increment:s}
.steps ol>li::before{content:counter(s);display:grid;place-items:center;width:2.4rem;height:2.4rem;border-radius:50%;
  background:var(--sun);color:#16302B;font-weight:700;margin-bottom:.75rem}
.steps ol>li p{color:var(--muted);margin:0}

/* about */
.about{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}
.values{list-style:none;padding:0;margin:0}
.values li{padding:.9rem 0;border-bottom:1px solid var(--line)}
.values strong{display:block}
@media (max-width:760px){.about{grid-template-columns:1fr;gap:1.5rem}}

.hero-top{display:grid;grid-template-columns:1.3fr 1fr;gap:2rem;align-items:center}
.hero-top .words{margin-bottom:0}
.illo{width:100%;height:auto;display:block}
@media (max-width:760px){.hero-top{grid-template-columns:1fr}.hero-top .illo{max-width:360px}}
.hero-row{margin-top:2rem}
.ico{width:44px;height:44px;border-radius:12px;background:var(--sage);display:grid;place-items:center;margin-bottom:.75rem}
.ico svg{width:24px;height:24px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.about-illo{margin-bottom:1.5rem;max-width:420px}
/* careers */
.careers{background:var(--green);color:var(--paper)}
.careers .wrap{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}
.careers p{margin:0;max-width:52ch;opacity:.9}
.careers .btn{background:var(--sun);color:#16302B}

/* contact */
.contact{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}
.contact dl{margin:1.5rem 0 0}
.contact dt{font-weight:700;margin-top:1rem}
.contact dd{margin:0}
form{display:grid;gap:1rem;background:var(--card);padding:1.5rem;border-radius:16px;border:1px solid var(--line)}
label{font-weight:700;display:grid;gap:.35rem}
input,textarea,select{font:inherit;padding:.75rem;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);width:100%}
textarea{min-height:120px;resize:vertical}
.note{font-size:.9rem;color:var(--muted);margin:0}
@media (max-width:760px){.contact{grid-template-columns:1fr;gap:2rem}}

footer{padding:2rem 0;border-top:1px solid var(--line);font-size:.9rem;color:var(--muted)}
footer .wrap{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}

/* v3 additions */
.photo{margin:0;border-radius:18px;overflow:hidden;background:
  linear-gradient(135deg,var(--sage),var(--line));aspect-ratio:4/3;display:grid;place-items:center;
  color:var(--muted);font-size:.9rem;text-align:center;padding:1rem;border:2px dashed var(--line)}
.photo img{width:100%;height:100%;object-fit:cover;display:block}
.photo.has-img{padding:0;border:0}
.strip{background:var(--ink);color:var(--paper);padding:1rem 0}
.strip ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 2rem;justify-content:center;font-weight:700}
.strip li::before{content:"";display:inline-block;width:.55rem;height:.55rem;border-radius:50%;background:var(--sun);margin-right:.6rem;vertical-align:middle}
.split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.aud{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
.aud .photo{border-radius:0;border:0;border-bottom:2px dashed var(--line);aspect-ratio:16/9}
.aud .body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.aud ul{margin:0;padding-left:1.1rem;color:var(--muted)}
.aud .btn{align-self:flex-start;margin-top:auto}
@media (max-width:760px){.split{grid-template-columns:1fr}}
.hero-top .photo{aspect-ratio:4/3}
.photo[data-slot="hero"] img{object-position:45% 40%}
.photos{padding:0}
.band{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media (max-width:760px){.band{grid-template-columns:1fr 1fr}.band .photo:last-child{display:none}}

.photo{position:relative}
.photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.photo:has(img){border:0}
