﻿:root{
  --navy:#11283b;
  --navy-2:#18374d;
  --ink:#162636;
  --muted:#60707d;
  --paper:#eef3f4;
  --panel:#ffffff;
  --line:#cfdde4;
  --orange:#b85830;
  --gold:#e1aa45;
  --green:#35776a;
  --white:#ffffff;
  --soft:#f8fbfc;
  --soft-accent:#fff3ec;
  --soft-blue:#eef7f7;
  --border-hover:#b7cbd4;
  --lead:#455968;
  --nav-link:#deebf0;
  --side-link:#d9e6eb;
  --dark-panel-text:#d9e8ee;
  --hero-panel-start:#102739;
  --hero-panel-mid:#173c52;
  --hero-panel-end:#0f2332;
  --home-lead:#dbe8ee;
  --logo-bg-1:#d9edf2;
  --logo-bg-2:#f3d38d;
  --font-body:"Segoe UI",Arial,sans-serif;
  --font-heading:"Segoe UI",Arial,sans-serif;
  --font-ui:"Segoe UI",Arial,sans-serif;
  --body-size:16px;
  --line-height:1.5;
  --nav-size:14px;
  --button-size:16px;
  --kicker-size:12px;
  --lead-size:17px;
  --h1-min:35px;
  --h1-fluid:3.4vw;
  --h1-max:49px;
  --h2-min:22px;
  --h2-fluid:2vw;
  --h2-max:30px;
  --h3-size:18px;
  --hero-h1-min:30px;
  --hero-h1-fluid:3.2vw;
  --hero-h1-max:44px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-body);
  font-size:var(--body-size);
  color:var(--ink);
  background:var(--paper);
  line-height:var(--line-height);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.skip-link{
  position:absolute;
  left:12px;
  top:-80px;
  z-index:40;
  padding:10px 14px;
  background:var(--white);
  color:var(--navy);
  border:2px solid var(--orange);
}
.skip-link:focus{top:12px}
.hub-side{
  position:fixed;
  inset:0 auto 0 0;
  width:224px;
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:16px 14px;
  background:var(--navy);
  color:var(--white);
  border-right:1px solid rgba(255,255,255,.12);
}
.side-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-family:var(--font-ui);
  font-weight:500;
  font-size:16px;
  text-align:center;
}
.side-brand span{
  display:none;
}
.side-brand img{
  width:100% !important;
  max-width:184px !important;
  margin:0 auto;
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  background:linear-gradient(135deg,#f8fbfc 0%,#e8f2f5 100%);
  padding:5px;
  box-shadow:inset 0 0 0 1px rgba(17,40,59,.08),0 0 0 5px rgba(255,255,255,.07),0 12px 24px rgba(0,0,0,.14);
}
.hub-side nav{
  display:grid;
  gap:4px;
}
.hub-side nav a{
  padding:9px 10px;
  border-radius:8px;
  color:var(--nav-link);
  font-family:var(--font-ui);
  font-size:var(--nav-size);
  font-weight:500;
}
.hub-side nav a:hover,.hub-side nav a[aria-current="page"]{
  background:rgba(255,255,255,.11);
  color:var(--white);
}
.side-actions{
  display:grid;
  gap:8px;
  margin-top:4px;
}
.side-link{
  color:var(--side-link);
  font-family:var(--font-ui);
  font-size:var(--nav-size);
  text-decoration:underline;
  text-underline-offset:3px;
}
.mobile-top{display:none}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:8px;
  border:1px solid transparent;
  font-family:var(--font-ui);
  font-size:var(--button-size);
  font-weight:500;
  text-align:center;
}
.button.primary{background:var(--orange);color:var(--white)}
.button.secondary{background:var(--white);color:var(--navy);border-color:var(--line)}
.button.quiet{background:rgba(255,255,255,.08);color:var(--white);border-color:rgba(255,255,255,.15)}
.button.dark{background:var(--navy);border-color:var(--navy)}
.hub-main{
  margin-left:224px;
  padding:30px;
}
.hero-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:28px;
  align-items:stretch;
}
.hero-copy,.content-panel,.event-panel,.final-cta{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 18px 42px rgba(17,40,59,.08);
}
.hero-copy{
  min-height:440px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:36px;
}
.kicker{
  margin:0 0 12px;
  color:var(--orange);
  font-family:var(--font-ui);
  font-size:var(--kicker-size);
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{
  font-family:var(--font-heading);
  font-weight:600;
}
h1{
  max-width:760px;
  margin-bottom:16px;
  color:var(--navy);
  font-size:clamp(var(--h1-min),var(--h1-fluid),var(--h1-max));
  line-height:1.08;
  letter-spacing:0;
}
h2{
  margin-bottom:14px;
  color:var(--navy);
  font-size:clamp(var(--h2-min),var(--h2-fluid),var(--h2-max));
  line-height:1.14;
  letter-spacing:0;
}
h3{
  margin-bottom:8px;
  color:var(--navy);
  font-size:var(--h3-size);
  line-height:1.2;
}
.lead{
  max-width:780px;
  color:var(--lead);
  font-size:var(--lead-size);
}
.hero-actions,.inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.hero-photo{
  overflow:hidden;
  min-height:440px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
}
.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.pathway-section{
  margin:20px 0 6px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:16px;
  background:linear-gradient(135deg,var(--white) 0%,var(--soft-blue) 100%);
  box-shadow:0 18px 42px rgba(17,40,59,.08);
}
.pathway-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:18px;
}
.pathway-head h2{
  margin-bottom:0;
}
.pathway-head > p{
  max-width:500px;
  margin-bottom:4px;
  color:var(--muted);
  font-size:16px;
}
.pathway-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.pathway-step{
  display:grid;
  align-content:start;
  min-height:168px;
  padding:18px;
  border-radius:14px;
  background:var(--navy);
  color:var(--white);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
  transition:transform .15s ease,box-shadow .15s ease;
}
.pathway-step:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(17,40,59,.18);
}
.pathway-step strong{
  color:var(--gold);
  font-size:13px;
  font-weight:600;
  letter-spacing:.1em;
}
.pathway-step span{
  margin:12px 0 8px;
  color:var(--nav-link);
  font-size:12px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.pathway-step h3{
  color:var(--white);
  font-size:20px;
}
.pathway-step p{
  margin-bottom:0;
  color:var(--dark-panel-text);
}
.section-grid,.leadership-section,.partners-section{
  display:grid;
  grid-template-columns:340px minmax(0,1fr);
  gap:24px;
  align-items:start;
  padding:44px 0;
}
.section-intro{
  position:sticky;
  top:24px;
}
.section-intro p:not(.kicker),.content-panel p,.final-cta p{
  color:var(--muted);
}
.partner-section-intro h2{
  font-size:34px;
  line-height:1.08;
}
.action-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.action-card,.portal-strip a,.team-list article,.logo-grid article{
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--white);
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.action-card{
  min-height:190px;
  padding:20px;
}
.action-card:hover,.portal-strip a:hover,.team-list article:hover,.logo-grid article:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 36px rgba(17,40,59,.1);
  border-color:var(--border-hover);
}
.action-card.static-card:hover{
  transform:none;
  box-shadow:none;
  border-color:var(--line);
}
.action-card span,.logo-grid span{
  display:block;
  margin-bottom:28px;
  color:var(--green);
  font-size:12px;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.action-card.featured{
  background:linear-gradient(145deg,var(--navy),var(--navy-2));
  color:var(--white);
}
.action-card.featured h3,.action-card.featured p{color:var(--white)}
.action-card.featured span{color:var(--gold)}
.split-section{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:18px;
  padding:44px 0;
}
.content-panel,.event-panel{
  padding:28px;
}
.event-panel{
  display:grid;
  gap:12px;
}
.event-item{
  display:grid;
  gap:6px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--soft);
}
.event-item span{
  color:var(--green);
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.event-item p{margin-bottom:0;color:var(--muted)}
.muted{color:var(--muted)}
.portal-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.portal-strip a{
  min-height:150px;
  padding:20px;
}
.portal-strip strong{
  display:block;
  margin-bottom:36px;
  color:var(--orange);
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.portal-strip span{
  display:block;
  color:var(--navy);
  font-size:22px;
  font-weight:600;
  line-height:1.1;
}
.leadership-section{
  border-top:1px solid var(--line);
}
.team-list{
  display:grid;
  gap:10px;
}
.team-list article{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:18px;
  padding:18px 20px;
}
.team-list strong{
  color:var(--navy);
  font-size:20px;
}
.team-list span{
  display:block;
  color:var(--muted);
  font-weight:500;
}
.team-list p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}
.partners-section{
  border-top:1px solid var(--line);
}
.logo-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.logo-grid article{
  display:grid;
  grid-template-rows:1fr;
  align-items:center;
  min-height:150px;
  padding:18px;
}
.logo-grid img{
  align-self:center;
  justify-self:center;
  max-width:92%;
  max-height:92px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.logo-grid img.partner-logo-tall{
  max-height:126px;
}
.logo-text-card{
  color:var(--navy);
  font-size:20px;
  font-weight:600;
  text-align:center;
}
.partner-invite-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--white);
  padding:24px;
  box-shadow:0 16px 36px rgba(17,40,59,.07);
}
.partner-invite-card h3{
  margin:0 0 6px;
  font-size:22px;
}
.partner-invite-card p{
  margin:0;
  color:var(--muted);
}
.logo-grid span{
  align-self:end;
  min-height:34px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  margin:0;
  color:var(--muted);
  text-align:center;
  line-height:1.25;
}
.final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:34px 0 10px;
  padding:32px;
}
.final-cta h2{
  margin-bottom:8px;
}
.hub-footer{
  margin-left:224px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:16px 34px 20px;
  color:var(--muted);
  font-size:14px;
}
.footer-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 100%;
  gap:12px;
  flex-wrap:wrap;
  text-align:center;
}
.footer-meta a{
  color:var(--navy);
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:3px;
}
.chamber-member{
  display:grid;
  grid-template-columns:auto minmax(0,150px);
  align-items:center;
  gap:12px;
  max-width:340px;
  min-width:240px;
  padding:8px 10px;
  border:1px solid rgba(16,47,66,.12);
  border-radius:10px;
  background:var(--white);
  color:var(--muted);
  text-decoration:none;
  box-shadow:0 8px 18px rgba(17,40,59,.05);
  margin-left:auto;
  margin-right:auto;
}
.chamber-member span{
  min-width:0;
  color:var(--orange);
  font-size:10px;
  font-weight:600;
  letter-spacing:.09em;
  line-height:1.1;
  text-transform:uppercase;
}
.chamber-member img{
  display:block;
  width:135px;
  max-width:none;
  height:auto;
}

/* Impact homepage */
.impact-home .hub-main{
  display:grid;
  gap:22px;
}
.home-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:18px;
  align-items:start;
}
.home-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:30px 34px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--hero-panel-start) 0%,var(--hero-panel-mid) 58%,var(--hero-panel-end) 100%);
  color:var(--white);
  box-shadow:0 20px 46px rgba(17,40,59,.16);
}
.home-hero-copy h1{
  max-width:760px;
  color:var(--white);
  font-size:clamp(var(--hero-h1-min),var(--hero-h1-fluid),var(--hero-h1-max));
  line-height:1.08;
}
.home-hero-copy .lead{
  max-width:720px;
  color:var(--home-lead);
  font-size:var(--lead-size);
}
.home-hero-media{
  display:grid;
  gap:16px;
}
.home-hero-photo{
  overflow:hidden;
  min-height:0;
  aspect-ratio:4/3;
  border-radius:18px;
  border:1px solid var(--line);
  background:var(--white);
  box-shadow:0 20px 46px rgba(17,40,59,.12);
}
.home-hero-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.home-photo-cta{
  min-height:62px;
  width:100%;
  font-size:20px;
}
.home-statement{
  padding:34px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--white);
  box-shadow:0 16px 36px rgba(17,40,59,.07);
}
.home-statement h2{
  max-width:900px;
  font-size:clamp(26px,3vw,40px);
}
.home-statement p:not(.kicker){
  max-width:900px;
  color:var(--muted);
  font-size:17px;
}
.landing-directory{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:22px;
  padding:38px 0;
  border-top:1px solid var(--line);
}
.directory-head{
  position:sticky;
  top:24px;
  align-self:start;
}
.directory-head p:not(.kicker){
  color:var(--muted);
}
.directory-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.directory-grid a{
  display:grid;
  min-height:154px;
  align-content:start;
  padding:20px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 14px 30px rgba(17,40,59,.06);
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.directory-grid a:hover{
  transform:translateY(-2px);
  border-color:var(--border-hover);
  box-shadow:0 18px 42px rgba(17,40,59,.1);
}
.directory-grid span{
  margin-bottom:14px;
  color:var(--orange);
  font-size:12px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.directory-grid p{
  margin-bottom:0;
  color:var(--muted);
}
.home-action-band{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:32px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--soft) 0%,var(--soft-accent) 100%);
  border:1px solid var(--line);
}
.home-action-band h2{
  margin-bottom:0;
}
@media(max-width:1120px){
  .hero-section,.split-section,.section-grid,.leadership-section,.partners-section{
    grid-template-columns:1fr;
  }
  .section-intro{position:static}
  .action-grid,.portal-strip{grid-template-columns:1fr 1fr}
  .evidence-head{grid-template-columns:1fr}
  .evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .data-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-hero,.landing-directory{
    grid-template-columns:1fr;
  }
  .directory-head{position:static}
}
@media(max-width:820px){
  .hub-side{display:none}
  .mobile-top{
    position:sticky;
    top:0;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:10px 16px;
    background:var(--white);
    border-bottom:1px solid var(--line);
  }
  .mobile-brand{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--navy);
    font-weight:500;
  }
  .mobile-brand img{
    width:72px !important;
    height:auto !important;
    border-radius:8px;
    background:var(--white);
    padding:0;
  }
  .hub-main,.hub-footer{
    margin-left:0;
    padding:18px;
  }
  .hub-footer{
    gap:10px;
    padding:14px 18px 18px;
    align-items:center;
    flex-direction:column;
    text-align:center;
  }
  .footer-meta{
    width:100%;
  }
  .chamber-member{
    width:auto;
    min-width:0;
    justify-content:center;
  }
  .chamber-member img{
    width:135px;
  }
  .hero-copy{
    min-height:auto;
    padding:28px;
  }
  .hero-photo{
    min-height:320px;
  }
  .page-main .impact-hero{
    gap:12px;
  }
  .page-main .impact-hero .hero-copy{
    min-height:auto;
    padding:22px;
  }
  .page-main .impact-hero .hero-photo{
    min-height:200px;
    max-height:230px;
  }
  .pathway-grid,.action-grid,.portal-strip,.team-list article,.logo-grid,.final-cta{
    grid-template-columns:1fr;
  }
  .mission-detail-grid{
    grid-template-columns:1fr;
  }
  .evidence-grid{
    grid-template-columns:1fr;
  }
  .data-card-grid{
    grid-template-columns:1fr;
  }
  .directory-grid{
    grid-template-columns:1fr;
  }
  .partner-invite-card{
    align-items:flex-start;
    flex-direction:column;
  }
  .honor-callout{
    grid-template-columns:1fr;
  }
  .home-hero{
    min-height:auto;
  }
  .home-hero-copy{
    padding:24px;
  }
  .home-hero-copy h1{
    font-size:clamp(28px,7vw,36px);
  }
  .home-hero-photo{
    min-height:0;
  }
  .home-photo-cta{
    min-height:56px;
  }
  .home-action-band{
    align-items:flex-start;
    flex-direction:column;
  }
  .pathway-head{
    display:grid;
  }
  .final-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

/* Public Version 2 pages */
.page-main .hero-section{grid-template-columns:minmax(0,1fr) 340px}
.page-main .hero-copy{min-height:360px}
.page-main .hero-photo{min-height:360px}
.page-main .impact-hero{
  gap:18px;
  align-items:center;
}
.page-main .impact-hero .hero-copy{
  min-height:260px;
  padding:30px 32px;
}
.page-main .impact-hero .hero-photo{
  min-height:260px;
}
.page-main .who-hero .hero-copy{
  min-height:260px;
  padding:38px 34px;
}
.page-main .who-hero .hero-photo{
  min-height:260px;
}
.content-stack{display:grid;gap:18px;padding:34px 0}
.page-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  box-shadow:0 16px 36px rgba(17,40,59,.07);
}
a.page-card{display:block;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}
a.page-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(17,40,59,.1);border-color:var(--border-hover)}
.page-card p:last-child{margin-bottom:0}
.mission-panel{
  display:grid;
  gap:20px;
}
.mission-panel > div:first-child{
  max-width:980px;
}
.mission-panel > div:first-child h2{
  max-width:920px;
  margin-bottom:12px;
}
.mission-panel > div:first-child p{
  color:var(--muted);
  font-size:17px;
}
.mission-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.mission-detail-grid article{
  padding:18px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#f8fbfc;
}
.mission-detail-grid p{
  color:var(--muted);
  font-size:15px;
}
.two-column{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.three-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.compact-list{display:grid;gap:10px}
.compact-list article{
  padding:18px;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--white);
}
.trust-note{
  padding:16px 18px;
  border-left:5px solid var(--orange);
  border-radius:8px;
  background:var(--white);
  color:var(--muted);
}
.footer-trust-note{
  flex:0 0 100%;
  margin-top:8px;
  padding:12px 14px;
  font-size:13px;
}
.bio-panel p{font-size:17px}
.page-card.honor-callout{
  display:grid;
  grid-template-columns:4in 1fr;
  gap:18px;
  align-items:center;
  border-left:5px solid var(--orange);
}
.honor-callout img{
  width:4in;
  height:4in;
  object-fit:cover;
  object-position:center 16%;
  border-radius:10px;
}
.honor-callout span{
  display:inline-block;
  margin-top:14px;
  color:var(--navy);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.honor-statement{
  background:linear-gradient(135deg,var(--white) 0%,var(--soft-blue) 100%);
}
.founding-story{
  display:grid;
  gap:12px;
}
.founding-story p{
  margin:0;
}
.founding-hero{
  align-items:start;
}
.founding-side{
  display:grid;
  gap:14px;
  align-self:start;
}
.founding-hero .hero-photo{
  align-self:start;
  min-height:460px;
  height:460px;
}
.founding-side .honor-points{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.founding-side .honor-points .page-card{
  min-height:0;
  padding:18px;
}
.testimonial-quote{
  margin:18px 0 0;
  padding-left:18px;
  border-left:4px solid var(--orange);
  color:var(--muted);
}
.testimonial-quote p{
  margin:0 0 12px;
}
.testimonial-quote cite{
  color:var(--navy);
  font-style:normal;
  font-weight:600;
}
.founding-testimonial-stack .honor-split{
  display:block;
}
.founding-testimonial-stack .honor-letter-card{
  max-width:none;
}
.founding-testimonial-stack .honor-letter-card h2{
  max-width:900px;
}
.founding-testimonial-stack .testimonial-quote{
  max-width:820px;
}
.honor-points .page-card{
  min-height:190px;
}
.honor-letter-card{
  display:grid;
  align-content:start;
  gap:12px;
}
.honor-letter-card .button{
  justify-self:start;
}
.evidence-section{
  display:grid;
  gap:20px;
}
.evidence-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);
  gap:20px;
  align-items:end;
}
.evidence-head h2{
  margin-bottom:0;
}
.evidence-head > p{
  margin-bottom:0;
  color:var(--muted);
}
.evidence-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.evidence-grid article{
  display:grid;
  align-content:start;
  min-height:250px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#f8fbfc;
}
.evidence-grid strong{
  display:block;
  margin-bottom:14px;
  color:var(--orange);
  font-size:26px;
  line-height:1;
}
.evidence-grid p{
  color:var(--muted);
  font-size:14px;
}
.evidence-grid a{
  align-self:end;
  color:var(--navy);
  font-size:13px;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.practice-outcomes{
  display:grid;
  gap:16px;
  padding-top:22px;
  border-top:1px solid var(--line);
}
.practice-outcomes .section-intro{
  position:static;
  top:auto;
  max-width:880px;
}
.practice-outcomes .section-intro p{
  color:var(--muted);
}
.data-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.data-card{
  display:grid;
  align-content:start;
  min-height:240px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 26px rgba(17,40,59,.06);
}
.data-card strong{
  display:block;
  margin-bottom:14px;
  color:var(--orange);
  font-size:34px;
  line-height:1;
}
.data-card h3{
  margin-bottom:8px;
}
.data-card p{
  color:var(--muted);
  font-size:15px;
}
.data-card a{
  align-self:end;
  color:var(--navy);
  font-size:13px;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}
.form-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 36px rgba(17,40,59,.07);
}
.input-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  margin-top:18px;
}
input,select,textarea{
  width:100%;
  min-height:46px;
  padding:11px 13px;
  border:1px solid #aebfc8;
  border-radius:8px;
  background:#fff;
  color:var(--ink);
  font:inherit;
}
textarea{min-height:112px;resize:vertical}
input:focus,select:focus,textarea:focus{
  outline:3px solid rgba(184,88,48,.22);
  border-color:var(--orange);
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
}
.message,.notice,.inline-cite{
  color:var(--muted);
  font-size:14px;
}
.notice{
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#f7fbfc;
}
.embedded-assessment-section{
  padding:34px 0;
  border-top:1px solid var(--line);
}
.assessment-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:20px;
}
.assessment-card-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  margin-bottom:20px;
}
.assessment-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 10px;
  border-radius:999px;
  background:#eef3f4;
  color:var(--navy);
  font-size:13px;
  font-weight:500;
  white-space:nowrap;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
.progress{
  height:10px;
  margin:18px 0;
  overflow:hidden;
  border-radius:999px;
  background:#d9e5ea;
}
.progress span{
  display:block;
  width:0;
  height:100%;
  background:var(--orange);
  transition:width .2s ease;
}
.question{
  padding:18px 0;
  border-top:1px solid var(--line);
}
.question h3{
  margin-bottom:12px;
  font-size:20px;
  line-height:1.28;
}
.question-domain{
  display:block;
  margin-bottom:8px;
  color:var(--green);
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.scale-options{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.scale-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#f8fbfc;
  cursor:pointer;
  text-align:center;
  font-weight:500;
}
.scale-row input{width:auto;min-height:auto}
.scale-row:has(input:checked){
  border-color:var(--orange);
  background:#fff3ec;
}
.assessment-side{
  position:sticky;
  top:24px;
  display:grid;
  gap:12px;
  align-self:start;
}
.mini-purpose{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  font-weight:500;
}
.mini-purpose img{width:34px;height:34px;object-fit:contain}
.events-layout{display:grid;grid-template-columns:minmax(0,1.2fr) .8fr;gap:18px}
.calendar-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
}
.calendar-controls{display:flex;gap:8px;flex-wrap:wrap}
.calendar-controls .button{min-height:38px;padding:0 12px}
.calendar-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:6px;
  margin-top:18px;
}
.calendar-weekday{
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  text-align:center;
}
.calendar-day{
  min-height:94px;
  padding:8px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}
.calendar-day.empty{background:#f3f7f8}
.calendar-day strong{display:block;margin-bottom:6px;color:var(--navy)}
.calendar-day a{
  display:block;
  margin-top:5px;
  padding:5px;
  border-radius:6px;
  background:#fff3ec;
  color:var(--orange);
  font-size:12px;
  font-weight:500;
}
.events-list{display:grid;gap:10px}
.event-list-item{
  padding:14px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#f8fbfc;
}
.event-list-item span{
  display:block;
  margin-bottom:6px;
  color:var(--green);
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.event-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.event-actions a{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 12px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  font-weight:500;
}
.event-actions a:first-child{
  border-color:transparent;
  background:var(--green);
  color:#fff;
}
.redirect-page{
  display:grid;
  min-height:100vh;
  place-items:center;
  padding:24px;
  background:var(--paper);
}
.redirect-card{
  max-width:620px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 42px rgba(17,40,59,.08);
}
.form-card fieldset{
  margin:24px 0 0;
  padding:22px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#f8fbfc;
}
.form-card legend{
  padding:0 8px;
  color:var(--navy);
  font-size:18px;
  font-weight:600;
}
.assessment-help{
  margin:0 0 16px;
  color:var(--lead);
}
.assessment-scale-grid{
  display:grid;
  gap:14px;
}
.assessment-scale-grid label{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px 14px;
  align-items:center;
  padding:14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  font-weight:500;
}
.assessment-scale-grid label span{
  display:grid;
  width:32px;
  height:32px;
  place-items:center;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-weight:600;
}
.assessment-scale-grid input[type="range"]{
  grid-column:1 / -1;
  width:100%;
}
.inline-check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.inline-check{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
  color:var(--navy);
  font-weight:500;
}
.inline-check input{
  width:auto;
  margin-top:3px;
}
@media(max-width:1120px){
  .page-main .hero-section,.two-column,.three-column,.assessment-layout,.events-layout{
    grid-template-columns:1fr;
  }
  .assessment-side{position:static}
}
@media(max-width:820px){
  .input-row,.form-grid{grid-template-columns:1fr}
  .scale-options{grid-template-columns:1fr}
  .scale-row{justify-content:flex-start;text-align:left}
  .calendar-grid{gap:4px}
  .calendar-day{min-height:70px;padding:6px}
  .calendar-day a{font-size:11px}
  .calendar-head{display:grid}
  .inline-check-grid{grid-template-columns:1fr}
  .page-main .impact-hero{
    gap:12px;
  }
  .page-main .impact-hero .hero-copy{
    min-height:auto;
    padding:22px;
  }
  .page-main .impact-hero .hero-photo{
    min-height:190px;
    max-height:220px;
  }
}
