:root {
  --navy: #0c2962;
  --navy-deep: #071e49;
  --red: #a71213;
  --gold: #f5ad2d;
  --green: #466b36;
  --lake: #397bb5;
  --paper: #f5f7f8;
  --ink: #142637;
  --muted: #5c6b78;
  --line: rgba(12,41,98,.16);
  --shadow: 0 20px 54px rgba(7,30,73,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); color: var(--ink); font-family: system-ui,-apple-system,"Segoe UI",sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { text-wrap: pretty; }
::selection { background: var(--gold); color: var(--navy); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: 10px; z-index: 100; padding: 10px 14px; background: var(--gold); color: var(--navy); font-weight: 750; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 74px; padding: 12px clamp(18px,3.4vw,44px); display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; align-items: center; position: sticky; top: 0; z-index: 40; color: white; background: linear-gradient(180deg,var(--navy),var(--navy-deep)); border-bottom: 1px solid rgba(255,255,255,.14); }
.main-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.main-nav a { color: rgba(255,255,255,.82); font-size: .86rem; }
.main-nav a:hover,.main-nav a.is-active { color: var(--gold); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { min-height: 40px; display: flex; align-items: center; color: white; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: ""; width: 7px; height: 7px; margin-left: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.mobile-menu nav { width: min(300px,calc(100vw - 28px)); padding: 10px; display: grid; position: absolute; left: 0; top: 52px; background: var(--navy-deep); box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.9); }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 650; line-height: 1.05; text-align: center; transition: transform 180ms ease,background 180ms ease,color 180ms ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 38px; padding-inline: 15px; font-size: .88rem; }
.button-ghost { min-height: 38px; padding-inline: 14px; color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.3); font-size: .86rem; }
.button-red { background: var(--red); color: white; box-shadow: 0 13px 28px rgba(167,18,19,.25); }
.button-red:hover { background: #8e1011; }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 12px 28px rgba(245,173,45,.2); }
.button-light { background: rgba(255,255,255,.96); color: var(--navy); }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { background: var(--navy-deep); }

.hero { min-height: calc(100vh - 74px); padding: clamp(68px,9vw,118px) clamp(18px,4vw,48px) clamp(92px,10vw,134px); display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden; color: white; background: linear-gradient(90deg,rgba(4,18,43,.94),rgba(7,32,66,.74),rgba(9,46,72,.35)),url("assets/wisrise-coaching-v2.webp") center/cover; }
.hero-grid { width: min(1240px,100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.04fr) minmax(330px,.76fr); gap: clamp(32px,6vw,80px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { margin: 0 0 18px !important; color: var(--gold) !important; font-size: .82rem !important; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(2.6rem,5.2vw,5rem); font-weight: 390; letter-spacing: -.035em; line-height: 1.02; }
.hero-copy > p { max-width: 730px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1.06rem,1.7vw,1.3rem); line-height: 1.58; }
.hero-tagline { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--gold); font-size: clamp(.98rem,1.45vw,1.14rem); }
.hero-tagline span { position: relative; white-space: nowrap; }
.hero-tagline span:not(:last-child)::after { content: ""; width: 1px; height: 1em; position: absolute; top: .16em; right: -10px; background: rgba(245,173,45,.55); }
.belief-line { max-width: 720px; margin-top: 24px; padding-left: 18px; border-left: 3px solid var(--gold); color: rgba(255,255,255,.84); font-size: clamp(1rem,1.55vw,1.18rem); line-height: 1.5; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero-actions .button { min-width: 166px; }
.brand-stage { min-height: clamp(280px,31vw,430px); display: grid; place-items: center; position: relative; }
.brand-stage::before,.brand-stage::after { content: ""; position: absolute; inset: 5%; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; transform: rotate(-10deg); }
.brand-stage::after { inset: 13%; border-color: rgba(245,173,45,.5); transform: rotate(13deg); }
.brand-logo { width: min(400px,82%); padding: clamp(10px,1.3vw,16px); position: relative; z-index: 2; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.75); border-radius: 8px; box-shadow: 0 26px 60px rgba(0,0,0,.33); }

.mission-panel { width: min(1180px,calc(100% - 48px)); margin: -66px auto 72px; padding: clamp(25px,3.4vw,40px); display: grid; grid-template-columns: 190px 1fr auto; gap: clamp(24px,3.5vw,42px); align-items: center; position: relative; z-index: 3; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: var(--shadow); }
.mission-logo { min-height: 150px; display: grid; place-items: center; padding: 12px; background: #fff; border: 1px solid var(--line); }
.mission-logo img { width: 145px; }
.section-label { display: block; margin-bottom: 13px; color: var(--red); font-size: .78rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.section-label-light { color: var(--gold); }
.mission-panel h2,.site-map h2,.feature-copy h2,.section-heading h2,.partner-copy h2,.statewide-copy h2,.contact-section h2 { margin: 0; color: var(--navy); font-size: clamp(2rem,3.5vw,3.4rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.06; }
.mission-panel p,.site-map-intro p,.feature-copy p,.section-heading p,.partner-copy p,.statewide-copy p,.role-card p { color: var(--muted); line-height: 1.65; }
.mission-panel p { margin: 10px 0 0; }

.site-map { width: min(1160px,calc(100% - 44px)); margin: 0 auto; padding: 20px 0 82px; display: grid; grid-template-columns: minmax(250px,.62fr) minmax(0,1.38fr); gap: clamp(28px,5vw,62px); align-items: start; }
.site-map-intro p { max-width: 450px; font-size: 1.03rem; }
.site-map-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); }
.site-map-link { min-height: 126px; padding: 22px 50px 20px 0; display: grid; align-content: center; gap: 7px; position: relative; border-bottom: 1px solid var(--line); transition: background 180ms ease,padding 180ms ease; }
.site-map-link:nth-child(2n) { padding-left: 24px; }
.site-map-link::after { content: ""; width: 10px; height: 10px; position: absolute; top: 28px; right: 20px; border-top: 2px solid var(--navy); border-right: 2px solid var(--navy); transform: rotate(45deg); opacity: .5; }
.site-map-link span { color: var(--navy); font-size: 1.12rem; font-weight: 600; }
.site-map-link small { max-width: 31rem; color: var(--muted); font-size: .91rem; line-height: 1.45; }
.site-map-link:hover { padding-right: 42px; background: linear-gradient(90deg,rgba(57,123,181,.1),transparent); }
.site-map-link.featured { grid-column: 1/-1; min-height: 140px; padding: 28px 62px 28px 28px; background: linear-gradient(135deg,var(--navy),#175170); color: white; }
.site-map-link.featured span,.site-map-link.featured small { color: white; }
.site-map-link.featured small { opacity: .8; }
.site-map-link.featured::after { border-color: white; }

.feature-section,.partner-section,.statewide-section { width: min(1160px,calc(100% - 44px)); margin: 0 auto 82px; display: grid; grid-template-columns: 1fr minmax(340px,.72fr); gap: clamp(28px,5vw,62px); align-items: center; }
.feature-copy,.partner-copy { padding: clamp(26px,3.5vw,40px); background: white; border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(7,30,73,.08); }
.feature-copy .lead { color: var(--ink); font-size: 1.14rem; }
.feature-media { margin: 0; position: relative; }
.feature-media img,.partner-image img { width: 100%; min-height: 520px; object-fit: cover; }
.feature-media figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px 18px; background: rgba(7,30,73,.9); color: white; font-size: .9rem; }

.resource-section { padding: 78px clamp(22px,4vw,48px); background: white; }
.section-heading { width: min(1160px,100%); margin: 0 auto 34px; }
.section-heading p { max-width: 760px; font-size: 1.04rem; }
.resource-grid { width: min(1160px,100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.resource-card { min-height: 255px; padding: 25px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(7,30,73,.07); }
.resource-card > span { color: var(--red); font-size: .76rem; font-weight: 750; }
.resource-card h3 { margin: auto 0 10px; color: var(--navy); font-size: 1.2rem; line-height: 1.25; }
.resource-card p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.6; }
.resource-card:nth-child(2) { border-top: 4px solid var(--gold); }.resource-card:nth-child(3) { border-top: 4px solid var(--lake); }.resource-card:nth-child(4) { border-top: 4px solid var(--green); }.resource-card:nth-child(6) { border-top: 4px solid var(--red); }
.workshop-note { width: min(1160px,100%); margin: 18px auto 0; padding: 22px 25px; display: grid; grid-template-columns: 210px 1fr; gap: 25px; background: #edf4f8; border: 1px solid rgba(57,123,181,.2); }
.workshop-note strong { color: var(--navy); }.workshop-note span { color: var(--muted); line-height: 1.55; }

.participants-section { padding: 82px clamp(22px,4vw,48px); background: linear-gradient(135deg,var(--navy),var(--navy-deep)); color: white; }
.section-heading-light { color: white; }
.section-heading-light h2 { color: white; }
.section-heading-light p { color: rgba(255,255,255,.75); }
.people-grid { width: min(1160px,100%); margin: 32px auto 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.people-grid span { min-height: 74px; padding: 18px 22px; display: flex; align-items: center; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.88); }
.people-grid span::before { content: "•"; margin-right: 12px; color: var(--gold); }

.partner-section { margin-top: 82px; grid-template-columns: minmax(340px,.72fr) 1fr; }
.partner-image img { min-height: 500px; }
.partner-copy .button { margin-top: 12px; }

.statewide-section { padding-top: 8px; align-items: stretch; }
.statewide-copy { padding: clamp(28px,4vw,48px); background: #eaf2f6; border: 1px solid rgba(57,123,181,.2); }
.role-card { padding: clamp(28px,4vw,42px); background: white; border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(7,30,73,.08); }
.role-card h3 { margin: 0; color: var(--navy); font-size: clamp(1.6rem,2.5vw,2.25rem); font-weight: 450; line-height: 1.12; }
.role-card ul { list-style: none; margin: 24px 0 0; padding: 0; border-top: 1px solid var(--line); }
.role-card li { padding: 12px 0 12px 24px; position: relative; border-bottom: 1px solid var(--line); color: var(--navy); }
.role-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.contact-section { padding: clamp(64px,8vw,104px) clamp(22px,6vw,86px); display: grid; grid-template-columns: 1fr minmax(330px,.55fr); gap: clamp(34px,7vw,100px); align-items: center; background: linear-gradient(135deg,var(--red),#7d1015); color: white; }
.contact-section > div:first-child { max-width: 850px; }
.contact-section h2 { color: white; }
.contact-section > div:first-child > p { color: rgba(255,255,255,.8); font-size: 1.05rem; line-height: 1.65; }
.contact-section blockquote { margin: 30px 0 0; padding-left: 20px; border-left: 3px solid var(--gold); font-size: clamp(1.3rem,2.4vw,2rem); line-height: 1.4; }
.contact-card { padding: 30px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); }
.contact-card h3 { margin: 0; font-size: 1.7rem; font-weight: 450; }.contact-card p { color: rgba(255,255,255,.8); line-height: 1.6; }.contact-card .button { margin-top: 8px; }

.site-footer { padding: 56px clamp(24px,5vw,70px) 26px; display: grid; grid-template-columns: 220px 1fr .5fr; gap: 46px; align-items: start; background: var(--navy-deep); color: white; }
.site-footer > img { width: 210px; padding: 8px; background: white; border-radius: 5px; }
.site-footer > p { margin: 0; max-width: 650px; color: rgba(255,255,255,.68); line-height: 1.65; }
.site-footer nav { display: grid; gap: 9px; justify-content: end; }
.site-footer nav a { color: rgba(255,255,255,.75); font-size: .9rem; }
.site-footer nav a:hover { color: var(--gold); }
.footer-bottom { grid-column: 1/-1; margin-top: 28px; padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.46); font-size: .76rem; }

@media (max-width: 1020px) {
  .main-nav { display: none; }.mobile-menu { display: block; }
  .site-header { grid-template-columns: auto minmax(0,1fr); }
  .header-actions { justify-self: end; }
  .hero-grid,.mission-panel,.site-map,.feature-section,.partner-section,.statewide-section,.contact-section { grid-template-columns: 1fr; }
  .brand-stage { order: -1; min-height: 210px; place-items: start; }
  .brand-logo { width: min(340px,70%); }
  .mission-panel { grid-template-columns: 160px 1fr; }.mission-panel > .button { grid-column: 2; justify-self: start; }
  .mission-logo { grid-row: 1/span 2; }
  .feature-media img,.partner-image img { min-height: 390px; }
  .resource-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer { grid-template-columns: 210px 1fr; }.site-footer nav { grid-column: 1/-1; grid-template-columns: repeat(5,auto); justify-content: start; }
}

@media (max-width: 680px) {
  .site-header { min-height: 64px; padding: 10px 14px; }.header-actions { gap: 7px; }.header-actions .button-ghost { display: none; }
  .hero { min-height: auto; padding: 44px 18px 72px; }.hero-grid { gap: 20px; }.brand-stage { min-height: 160px; }.brand-logo { width: min(280px,76%); }.hero h1 { font-size: clamp(2.25rem,11vw,3.5rem); }.hero-copy > p { font-size: 1rem; }.hero-actions .button { width: 100%; }
  .mission-panel { width: calc(100% - 28px); margin-top: -26px; grid-template-columns: 1fr; padding: 20px; }.mission-logo { grid-row: auto; width: 150px; min-height: auto; }.mission-panel > .button { grid-column: auto; width: 100%; }
  .site-map { width: calc(100% - 28px); grid-template-columns: 1fr; padding-bottom: 58px; }.site-map-nav { grid-template-columns: 1fr; }.site-map-link,.site-map-link:nth-child(2n) { min-height: auto; padding: 18px 44px 18px 0; }.site-map-link.featured { min-height: auto; padding: 22px 44px 22px 18px; }
  .feature-section,.partner-section,.statewide-section { width: calc(100% - 28px); margin-bottom: 58px; gap: 18px; }.feature-copy,.partner-copy { padding: 23px; }.feature-media img,.partner-image img { min-height: 300px; }
  .resource-section,.participants-section { padding: 58px 14px; }.resource-grid,.people-grid { grid-template-columns: 1fr; }.resource-card { min-height: 220px; }.workshop-note { grid-template-columns: 1fr; gap: 8px; }
  .partner-section { margin-top: 58px; }.partner-image { order: 2; }
  .statewide-copy,.role-card { padding: 23px; }
  .contact-section { padding: 58px 20px; }.contact-card { padding: 23px; }.contact-card .button { width: 100%; }
  .site-footer { padding: 48px 22px 24px; grid-template-columns: 1fr; gap: 28px; }.site-footer > img { width: 190px; }.site-footer nav { grid-column: auto; grid-template-columns: repeat(2,1fr); }.footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; }
}
