:root{
  --navy:#101B2D;
  --navy-deep:#0A1220;
  --wood:#C77B3C;
  --hoop:#E85D2F;
  --chalk:#F5F0E6;
  --gold:#F2B807;
  --line: rgba(245,240,230,0.16);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--chalk);
  color:var(--navy);
  font-family:'Source Serif 4', serif;
  line-height:1.6;
  overflow-x:hidden;
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important;}
}

h1,h2,h3,h4, .display{
  font-family:'Anton', sans-serif;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:0.01em;
}
.mono{
  font-family:'IBM Plex Mono', monospace;
  letter-spacing:0.04em;
}
a{color:inherit;}
img{max-width:100%; display:block;}

/* ===== KEY (free-throw lane) MOTIF ===== */
.key-frame{
  position:relative;
  border:3px solid currentColor;
  border-bottom:none;
}
.key-frame::before{
  content:"";
  position:absolute;
  top:-3px; left:50%;
  transform:translateX(-50%);
  width:38%;
  aspect-ratio:1/1;
  border:3px solid currentColor;
  border-radius:50%;
  border-bottom-color:transparent;
  pointer-events:none;
}

/* ===== NAV ===== */
header{
  position:sticky; top:0; z-index:50;
  background:var(--navy);
  border-bottom:1px solid var(--line);
}
.nav-wrap{
  max-width:1180px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 24px;
}
.brand{
  color:var(--chalk);
  font-size:22px;
  letter-spacing:0.03em;
  display:flex; align-items:center; gap:10px;
  text-decoration:none;
}
.brand .dot{width:10px;height:10px;background:var(--hoop);border-radius:50%; flex-shrink:0;}
nav ul{list-style:none; display:flex; gap:28px;}
nav a{
  color:var(--chalk); text-decoration:none;
  font-family:'IBM Plex Mono', monospace;
  font-size:13px; letter-spacing:0.06em; text-transform:uppercase;
  opacity:0.8; transition:opacity 0.2s;
  padding:6px 2px; border-bottom:1px solid transparent;
}
nav a:hover, nav a:focus-visible{ opacity:1; border-bottom-color:var(--hoop);}
nav a.active{opacity:1; border-bottom-color:var(--gold);}
.nav-cta{
  background:var(--hoop); color:var(--chalk) !important;
  padding:9px 18px !important; border-radius:2px;
  opacity:1 !important; border-bottom:none !important;
}

/* ===== HERO (home page) ===== */
.hero{
  background:
    radial-gradient(ellipse at 15% 0%, rgba(199,123,60,0.18), transparent 55%),
    repeating-linear-gradient(90deg, rgba(245,240,230,0.025) 0 2px, transparent 2px 90px),
    var(--navy);
  color:var(--chalk);
  padding:88px 24px 0;
  position:relative;
}
.hero-inner{
  max-width:1180px; margin:0 auto;
  display:grid; grid-template-columns:1.05fr 0.95fr; gap:40px;
  align-items:center;
}
.eyebrow{
  font-family:'IBM Plex Mono', monospace;
  font-size:13px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--gold); margin-bottom:18px;
  display:flex; align-items:center; gap:10px;
}
.eyebrow::before{content:""; width:26px; height:2px; background:var(--gold); display:inline-block;}
.hero h1{
  font-size:clamp(42px, 6.4vw, 78px);
  line-height:0.98;
  margin-bottom:22px;
}
.hero h1 span{color:var(--hoop);}
.hero p.lede{
  font-size:19px;
  max-width:46ch;
  color:rgba(245,240,230,0.86);
  margin-bottom:32px;
}
.cta-row{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:70px;}
.btn{
  font-family:'IBM Plex Mono', monospace;
  font-size:13px; letter-spacing:0.06em; text-transform:uppercase;
  padding:15px 26px; border-radius:2px;
  text-decoration:none; display:inline-block; border:none; cursor:pointer;
  transition:transform 0.15s ease, background 0.15s ease;
}
.btn-primary{background:var(--hoop); color:var(--chalk);}
.btn-primary:hover{background:#ff6c3d; transform:translateY(-2px);}
.btn-ghost{border:1px solid var(--line); color:var(--chalk); background:transparent;}
.btn-ghost:hover{border-color:var(--chalk); transform:translateY(-2px);}

.hero-key{
  color:var(--chalk);
  position:relative;
  padding:34px 22px 46px;
  max-width:360px;
  justify-self:center;
}
.hero-key .stat{
  text-align:center; padding:14px 0;
  border-bottom:1px dashed var(--line);
}
.hero-key .stat:last-child{border-bottom:none;}
.hero-key .stat .num{
  font-family:'Anton', sans-serif;
  font-size:34px; color:var(--gold); line-height:1;
}
.hero-key .stat .lbl{
  font-family:'IBM Plex Mono', monospace;
  font-size:11.5px; letter-spacing:0.08em; text-transform:uppercase;
  color:rgba(245,240,230,0.7); margin-top:6px;
}

.hero-bottom-bar{
  max-width:1180px; margin:0 auto;
  display:flex; flex-wrap:wrap; gap:0;
  border-top:1px solid var(--line);
}
.hero-bottom-bar div{
  flex:1; min-width:200px;
  padding:20px 8px 20px 0;
  font-family:'IBM Plex Mono', monospace;
  font-size:12.5px; letter-spacing:0.04em;
  color:rgba(245,240,230,0.65);
  border-right:1px solid var(--line);
}
.hero-bottom-bar div:last-child{border-right:none;}
.hero-bottom-bar strong{color:var(--chalk); display:block; margin-bottom:4px; font-size:13px;}

/* ===== PAGE HERO (sub-pages) ===== */
.page-hero{
  background:
    radial-gradient(ellipse at 85% 0%, rgba(199,123,60,0.16), transparent 55%),
    var(--navy);
  color:var(--chalk);
  padding:64px 24px 56px;
}
.page-hero .inner{max-width:1180px; margin:0 auto;}
.page-hero h1{font-size:clamp(34px,5vw,56px); margin-bottom:14px;}
.page-hero p{font-size:17px; color:rgba(245,240,230,0.8); max-width:60ch;}
.breadcrumb{
  font-family:'IBM Plex Mono', monospace; font-size:12px; letter-spacing:0.06em;
  text-transform:uppercase; color:rgba(245,240,230,0.55); margin-bottom:16px;
}
.breadcrumb a{color:var(--gold); text-decoration:none;}
.breadcrumb a:hover{text-decoration:underline;}

/* ===== SECTION SCAFFOLDING ===== */
section{padding:96px 24px;}
.section-inner{max-width:1180px; margin:0 auto;}
.section-head{
  display:flex; justify-content:space-between; align-items:flex-end;
  gap:24px; margin-bottom:56px; flex-wrap:wrap;
  border-bottom:1px solid rgba(16,27,45,0.14);
  padding-bottom:22px;
}
.section-head .tag{
  font-family:'IBM Plex Mono', monospace;
  font-size:12.5px; letter-spacing:0.12em; text-transform:uppercase;
  color:var(--hoop); margin-bottom:10px; display:block;
}
.section-head h2{font-size:clamp(30px,4vw,46px);}
.section-head p{max-width:38ch; color:#3c4759; font-size:16px;}

/* ===== IMAGE PLACEHOLDERS ===== */
.img-placeholder{
  position:relative;
  aspect-ratio: var(--ar, 4/3);
  background:
    repeating-linear-gradient(135deg, rgba(16,27,45,0.06) 0 12px, transparent 12px 24px),
    #e4ddc9;
  border:1.5px dashed rgba(16,27,45,0.3);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.img-placeholder img{width:100%; height:100%; object-fit:cover; position:absolute; inset:0;}
.img-placeholder .ph-label{
  font-family:'IBM Plex Mono', monospace; font-size:11.5px; letter-spacing:0.05em;
  text-transform:uppercase; color:rgba(16,27,45,0.55); text-align:center; padding:16px;
  display:flex; flex-direction:column; align-items:center; gap:8px;
}
.img-placeholder .ph-label .icon{font-size:22px;}
.img-placeholder.dark{background:repeating-linear-gradient(135deg, rgba(245,240,230,0.05) 0 12px, transparent 12px 24px), #1a2740; border-color:var(--line);}
.img-placeholder.dark .ph-label{color:rgba(245,240,230,0.55);}

.gallery{
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px;
}
.gallery .img-placeholder{--ar:1/1;}

.hero-photo{--ar:5/4; max-width:420px; justify-self:center;}

/* PILLARS */
.pillars{
  display:grid; grid-template-columns:repeat(3,1fr); gap:1px;
  background:rgba(16,27,45,0.14);
  border:1px solid rgba(16,27,45,0.14);
}
.pillar{background:var(--chalk); padding:36px 28px;}
.pillar .mono{font-size:12px; color:var(--hoop);}
.pillar h3{font-size:24px; margin:14px 0 12px;}
.pillar p{font-size:15.5px; color:#3c4759;}

/* SESSION BREAKDOWN */
.session{background:var(--navy); color:var(--chalk);}
.session .section-head{border-bottom-color:var(--line);}
.session .section-head p{color:rgba(245,240,230,0.75);}
.timeline{display:flex; flex-direction:column;}
.t-row{
  display:grid; grid-template-columns:110px 1fr; gap:28px;
  padding:24px 0; border-bottom:1px solid var(--line);
}
.t-row:last-child{border-bottom:none;}
.t-row .time{font-family:'IBM Plex Mono', monospace; color:var(--gold); font-size:14px; padding-top:3px;}
.t-row h4{font-family:'Anton', sans-serif; font-weight:400; font-size:20px; text-transform:uppercase; margin-bottom:6px;}
.t-row p{color:rgba(245,240,230,0.75); font-size:15px; max-width:60ch;}

/* COACH */
.coach{
  display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:center;
}
.coach-card{
  background:var(--wood);
  color:var(--navy-deep);
  padding:40px 30px;
  position:relative;
}
.coach-card .initials{
  font-family:'Anton', sans-serif; font-size:64px; line-height:1;
  color:rgba(16,27,45,0.22);
  margin-bottom:18px;
}
.coach-card h3{font-size:24px; margin-bottom:6px;}
.coach-card .role{font-family:'IBM Plex Mono', monospace; font-size:12.5px; letter-spacing:0.06em; text-transform:uppercase;}
.coach-tags{display:flex; flex-wrap:wrap; gap:8px; margin-top:22px;}
.coach-tags span{
  font-family:'IBM Plex Mono', monospace; font-size:11px; letter-spacing:0.04em;
  border:1px solid rgba(16,27,45,0.3); padding:5px 10px; border-radius:2px;
}
.coach-copy p{font-size:16.5px; color:#3c4759; margin-bottom:16px;}
.coach-copy p:last-child{margin-bottom:0;}
.coach-photo{margin-bottom:28px; --ar:4/5;}

/* FUNDING */
.funding{background:#EDE6D4;}
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
.step{
  background:var(--chalk); border:1px solid rgba(16,27,45,0.14);
  padding:26px 22px; position:relative;
}
.step .n{
  font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--hoop); margin-bottom:14px;
}
.step h4{font-family:'Anton', sans-serif; font-weight:400; font-size:18px; text-transform:uppercase; margin-bottom:8px;}
.step p{font-size:14.5px; color:#3c4759;}
.funding-note{
  margin-top:38px; padding:20px 24px;
  border-left:3px solid var(--hoop);
  background:rgba(232,93,47,0.06);
  font-size:15px; color:#3c4759; max-width:75ch;
}
.funding-note strong{color:var(--navy);}

/* SERVICE AREA */
.area{
  display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;
}
.county-badge{
  background:var(--navy); color:var(--chalk);
  padding:48px 36px;
  text-align:center;
}
.county-badge .mono{color:var(--gold); font-size:12.5px;}
.county-badge h3{font-size:40px; margin:14px 0;}
.county-badge p{color:rgba(245,240,230,0.75); font-size:14.5px;}
.area-copy p{font-size:16.5px; color:#3c4759; margin-bottom:16px;}
.area-list{list-style:none; margin-top:20px;}
.area-list li{
  font-family:'IBM Plex Mono', monospace; font-size:13.5px;
  padding:8px 0; border-bottom:1px dashed rgba(16,27,45,0.16);
  display:flex; justify-content:space-between;
}

/* CONTACT FORM */
.contact-form{
  display:grid; gap:18px; max-width:640px;
}
.contact-form label{
  font-family:'IBM Plex Mono', monospace; font-size:12px; letter-spacing:0.06em;
  text-transform:uppercase; color:var(--navy); margin-bottom:6px; display:block;
}
.contact-form input, .contact-form textarea, .contact-form select{
  width:100%; padding:13px 14px; border:1.5px solid rgba(16,27,45,0.25);
  background:var(--chalk); font-family:'Source Serif 4', serif; font-size:15px;
  border-radius:2px;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus{
  outline:none; border-color:var(--hoop);
}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:18px;}

/* CONTACT / FOOTER */
footer{
  background:var(--navy-deep); color:var(--chalk);
  padding:80px 24px 32px;
}
.footer-inner{max-width:1180px; margin:0 auto;}
.footer-top{
  display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px;
  padding-bottom:56px; border-bottom:1px solid var(--line);
}
footer h2{font-size:clamp(30px,4vw,44px); margin-bottom:18px;}
footer .lede{color:rgba(245,240,230,0.75); font-size:16.5px; max-width:44ch; margin-bottom:28px;}
.contact-list{list-style:none;}
.contact-list li{
  padding:16px 0; border-bottom:1px solid var(--line);
  display:flex; flex-direction:column; gap:4px;
}
.contact-list li:last-child{border-bottom:none;}
.contact-list .mono{font-size:11.5px; color:var(--gold); text-transform:uppercase; letter-spacing:0.08em;}
.contact-list .val{font-size:17px;}
.placeholder{color:var(--hoop); font-style:italic;}
.foot-bottom{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  padding-top:28px; font-family:'IBM Plex Mono', monospace; font-size:12px;
  color:rgba(245,240,230,0.5);
}
.foot-nav{display:flex; gap:20px; flex-wrap:wrap;}
.foot-nav a{text-decoration:none; color:rgba(245,240,230,0.6); font-family:'IBM Plex Mono', monospace; font-size:12px;}
.foot-nav a:hover{color:var(--chalk);}

/* QUICK LINK CARDS (home page) */
.quicklinks{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.qcard{
  border:1px solid rgba(16,27,45,0.14); padding:30px 26px;
  text-decoration:none; color:var(--navy);
  display:flex; flex-direction:column; gap:14px;
  transition:border-color 0.2s, transform 0.2s;
}
.qcard:hover{border-color:var(--hoop); transform:translateY(-3px);}
.qcard .mono{font-size:11.5px; color:var(--hoop);}
.qcard h3{font-size:22px;}
.qcard p{font-size:14.5px; color:#3c4759;}
.qcard .arrow{font-family:'IBM Plex Mono', monospace; font-size:13px; margin-top:auto;}

/* ===== RESPONSIVE ===== */
@media (max-width:920px){
  .nav-wrap{flex-wrap:wrap;}
  nav ul{gap:16px; flex-wrap:wrap;}
  .hero-inner{grid-template-columns:1fr;}
  .hero-key{justify-self:start; max-width:100%;}
  .hero-photo{justify-self:start; max-width:100%;}
  .hero-bottom-bar div{border-right:none; border-bottom:1px solid var(--line);}
  .pillars{grid-template-columns:1fr;}
  .coach{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr 1fr;}
  .area{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
  .quicklinks{grid-template-columns:1fr;}
  .gallery{grid-template-columns:1fr 1fr;}
  .form-row{grid-template-columns:1fr;}
}
@media (max-width:600px){
  nav ul{display:none;}
  .steps{grid-template-columns:1fr;}
  .t-row{grid-template-columns:1fr; gap:6px;}
  .gallery{grid-template-columns:1fr;}
}
