:root {
  --ink: #0b1715;
  --paper: #f4f1e9;
  --lime: #c7f36b;
  --mint: #7ad9bd;
  --line: rgba(11, 23, 21, .18);
  --muted: #6d746f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Roboto Slab", serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: var(--lime); padding: .8rem 1rem; z-index: 1000; }
.skip-link:focus { top: 1rem; }
.site-header { height: 82px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); color: white; position: absolute; inset: 0 0 auto; z-index: 20; }
.brand { display: flex; align-items: center; gap: .65rem; }
.brand-mark { font-family: "Roboto Slab", serif; font-weight: 600; font-size: 1rem; color: var(--ink); background: var(--lime); padding: .55rem .45rem; letter-spacing: -.08em; }
.brand-copy { font-size: .66rem; line-height: 1.1; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav { display: flex; gap: 2.2rem; font-size: .78rem; }
.desktop-nav a { opacity: .72; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { font-size: .75rem; border: 1px solid rgba(255,255,255,.4); border-radius: 50px; padding: .7rem 1rem; }
.header-cta span { margin-left: .6rem; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; background: white; height: 1px; width: 24px; margin: 6px; }

.hero { min-height: 780px; height: 100svh; background: var(--ink); color: white; position: relative; overflow: hidden; display: flex; align-items: center; padding: 115px 4vw 70px; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg,transparent,black); }
.hero-inner { position: relative; z-index: 2; width: min(1100px, 78vw); margin: auto; }
.eyebrow, .kicker { font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.eyebrow { color: var(--lime); margin-bottom: 2.5rem; }
.eyebrow span { color: rgba(255,255,255,.5); margin-left: 1.4rem; }
.hero h1 { font: 500 clamp(3.7rem, 8vw, 8.5rem)/.87 "Roboto Slab", serif; letter-spacing: -.075em; margin: 0; max-width: 1050px; }
.hero h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-bottom { margin: 3rem 0 0 48%; display: flex; gap: 3rem; align-items: end; }
.hero-intro { max-width: 390px; color: rgba(255,255,255,.68); line-height: 1.65; font-size: .95rem; }
.round-link { width: 58px; height: 58px; border-radius: 50%; flex: 0 0 auto; background: var(--lime); display: grid; place-items: center; }
.round-link svg { width: 30px; fill: none; stroke: var(--ink); stroke-width: 2; }
.hero-meta { position: absolute; z-index: 3; right: 4vw; bottom: 38px; display: flex; border: 1px solid rgba(255,255,255,.13); }
.hero-meta div { display: flex; gap: .55rem; align-items: end; padding: .8rem 1.1rem; border-right: 1px solid rgba(255,255,255,.13); }
.hero-meta div:last-child { border: 0; }
.hero-meta strong { font: 500 1.45rem "Roboto Slab", serif; }
.hero-meta span { font-size: .55rem; color: rgba(255,255,255,.5); line-height: 1.25; text-transform: uppercase; }
.hero-orbit { position: absolute; border: 1px solid rgba(199,243,107,.22); border-radius: 50%; }
.orbit-one { width: 580px; height: 580px; right: -180px; top: 120px; }
.orbit-two { width: 360px; height: 360px; right: -70px; top: 230px; border-color: rgba(122,217,189,.18); }

.marquee { background: var(--lime); overflow: hidden; padding: .7rem 0; }
.marquee-track { display: flex; gap: 2rem; width: max-content; animation: marquee 25s linear infinite; font: 500 .8rem "Roboto Slab", serif; text-transform: uppercase; }
.marquee-track i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: 8rem 5vw; }
.section-label { display: flex; gap: 1rem; align-items: center; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; border-top: 1px solid var(--line); padding-top: 1rem; }
.section-label span { color: var(--muted); }
.about { display: grid; grid-template-columns: 24% 1fr; gap: 5vw; }
.about h2 { margin: 0; font: 500 clamp(2.5rem, 5.2vw, 5.7rem)/1.03 "Roboto Slab", serif; letter-spacing: -.06em; }
.about h2 em { color: #428979; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; margin: 4rem 0 0 28%; color: var(--muted); line-height: 1.7; }

.outcomes { background: #e7e5dc; }
.outcomes-head { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 2rem; }
.outcomes-head h2, .roadmap h2, .assessment h2, .team h2 { font: 500 clamp(2.2rem,4vw,4.5rem) "Roboto Slab", serif; letter-spacing: -.06em; margin: 0; }
.kicker { color: #408676; }
.outcome-list { display: grid; grid-template-columns: repeat(4,1fr); }
.outcome-list article { padding: 1.5rem; min-height: 360px; border-right: 1px solid var(--line); position: relative; }
.outcome-list article:first-child { border-left: 1px solid var(--line); }
.outcome-list article > span { font-size: .65rem; color: var(--muted); }
.outcome-icon { font-size: 2.7rem; color: #408676; margin: 4rem 0 2rem; }
.outcome-list h3 { font: 600 1.05rem/1.4 "Roboto Slab", serif; letter-spacing: -.03em; }
.outcome-list p { color: var(--muted); font-size: .85rem; line-height: 1.6; margin-top: 1.5rem; }

.roadmap { background: var(--paper); }
.roadmap-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
.phase-filter { display: flex; gap: .5rem; flex-wrap: wrap; }
.phase-filter button { border: 1px solid var(--line); background: transparent; border-radius: 99px; padding: .65rem 1rem; cursor: pointer; font-size: .72rem; }
.phase-filter button.active { background: var(--ink); color: white; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.week-card { border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; padding: 1.5rem; min-height: 235px; cursor: pointer; position: relative; transition: background .25s, transform .25s; }
.week-card:nth-child(3n+1) { border-left: 1px solid var(--line); }
.week-card:hover { background: var(--lime); transform: translateY(-4px); }
.week-card .week-no { font: 500 .7rem "Roboto Slab", serif; color: #408676; }
.week-card .phase { float: right; font-size: .6rem; text-transform: uppercase; color: var(--muted); }
.week-card h3 { font: 600 1rem/1.4 "Roboto Slab", serif; margin: 3.2rem 0 1rem; letter-spacing: -.03em; }
.week-card p { font-size: .74rem; color: var(--muted); line-height: 1.55; margin: 0; }
.week-card .arrow { position: absolute; right: 1.5rem; bottom: 1.2rem; font-size: 1.2rem; }
.week-card.hidden { display: none; }

.hours-band { background: #19342e; color: white; padding: 7rem 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.hours-band > div > p { color: var(--mint); text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; }
.hours-band h2 { font: 500 clamp(2rem,4vw,4rem)/1.15 "Roboto Slab", serif; letter-spacing: -.05em; }
.assignment-callout{display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:var(--lime);align-items:end}.assignment-callout h2{font:500 clamp(2.7rem,5vw,5.5rem)/1.05 "Roboto Slab",serif;letter-spacing:-.06em;margin:.8rem 0}.assignment-callout h2 em{color:#28685b}.assignment-callout>div:last-child{padding-bottom:1rem}.assignment-callout p{max-width:520px;line-height:1.7}.assignment-callout a{display:inline-flex;justify-content:space-between;width:min(100%,360px);border-bottom:1px solid var(--ink);padding:1rem 0;font-size:.82rem;font-weight:700}
.hours-chart { align-self: end; }
.chart-row { display: grid; grid-template-columns: 110px 1fr 60px; align-items: center; gap: 1rem; margin: 1.5rem 0; font-size: .72rem; }
.chart-row > div { height: 6px; background: rgba(255,255,255,.13); }
.chart-row i { display: block; height: 100%; width: var(--w); background: var(--lime); }
.chart-row strong { font-size: .7rem; }

.assessment { background: #dedbd0; }
.assessment-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin: 5rem 4vw; align-items: center; }
.assessment-note { color: var(--muted); line-height: 1.7; max-width: 500px; margin: 2rem 0; }
.formula { display: inline-block; padding: .8rem 1rem; border: 1px solid var(--line); font: 500 .75rem "Roboto Slab", serif; }
.score-ring-wrap { display: flex; align-items: center; gap: 2rem; }
.score-ring { width: 270px; height: 270px; border-radius: 50%; background: conic-gradient(var(--lime) 0 30%, var(--mint) 30% 60%, var(--paper) 60%); display: grid; place-items: center; flex: 0 0 auto; }
.score-ring::before { content:""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #dedbd0; }
.score-ring div { z-index: 1; text-align: center; }
.score-ring strong { display: block; font: 500 2.5rem "Roboto Slab", serif; }
.score-ring span { font-size: .65rem; color: var(--muted); }
.score-legend p { display: grid; grid-template-columns: 8px 1fr auto; gap: .7rem; font-size: .72rem; align-items: center; min-width: 180px; }
.score-legend i { width: 8px; height: 8px; border-radius: 50%; }
.score-legend .lime { background: var(--lime); }.score-legend .mint { background: var(--mint); }.score-legend .cream { background: var(--paper); }
.assessment-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.assessment-cards article { background: var(--paper); padding: 2rem; min-height: 240px; position: relative; }
.assessment-cards article > span { font-size: .62rem; color: var(--muted); text-transform: uppercase; }
.assessment-cards h3 { font: 600 1rem "Roboto Slab", serif; margin-top: 2.5rem; }
.assessment-cards p { font-size: .8rem; color: var(--muted); line-height: 1.5; }
.assessment-cards article > strong { position: absolute; right: 1.5rem; bottom: 1.2rem; font: 500 1.8rem "Roboto Slab", serif; }
.assessment-cards .featured { background: var(--lime); }

.project-callout { min-height: 650px; background: var(--ink); color: white; padding: 8rem 7vw; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.project-copy { align-self: center; z-index: 2; }
.project-copy h2 { font: 500 clamp(2.7rem,5vw,5.5rem)/1.08 "Roboto Slab", serif; letter-spacing: -.06em; margin: 1rem 0 2rem; }
.project-copy > p:last-child { color: rgba(255,255,255,.6); max-width: 520px; line-height: 1.7; }
.project-visual { position: relative; min-height: 420px; }
.project-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(199,243,107,.45); stroke-width: 1; }
.visual-core { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; width: 160px; height: 160px; border-radius: 50%; background: var(--lime); color: var(--ink); display: grid; place-content: center; text-align: center; font: 500 3rem "Roboto Slab", serif; box-shadow: 0 0 0 35px rgba(199,243,107,.07), 0 0 0 70px rgba(199,243,107,.04); }
.visual-core small { display: block; font: 600 .6rem "Roboto Slab", serif; text-transform: uppercase; letter-spacing: .15em; }
.node { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; width: 65px; height: 65px; display: grid; place-items: center; font: 500 .55rem "Roboto Slab", serif; }
.n1{left:5%;top:39%}.n2{left:31%;top:7%}.n3{right:13%;top:20%}.n4{right:2%;bottom:13%}

.team-head { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 2rem; }
.team-head > p { max-width: 420px; color: var(--muted); line-height: 1.6; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.person { padding: 2rem 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 190px; }
.person:nth-child(3n+1) { border-left: 1px solid var(--line); }
.person .initials { color: #408676; font: 500 1.3rem "Roboto Slab", serif; }
.person h3 { font: 600 .9rem/1.5 "Roboto Slab", serif; margin: 2.2rem 0 .5rem; }
.person p { color: var(--muted); font-size: .7rem; margin: 0 0 .7rem; }
.person a { font-size: .68rem; border-bottom: 1px solid var(--line); }

.policy { background: #e7e5dc; }
.policy-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 4rem; }
.policy-grid article { min-height: 260px; padding: 1.5rem; border: 1px solid var(--line); border-right: 0; }
.policy-grid article:last-child { border-right: 1px solid var(--line); }
.policy-grid span { font-size: .65rem; color: var(--muted); }
.policy-grid h3 { font: 600 1rem "Roboto Slab", serif; margin: 4rem 0 1.5rem; }
.policy-grid p { color: var(--muted); font-size: .82rem; line-height: 1.6; }

footer { background: #07100e; color: white; padding: 7rem 5vw 2rem; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.footer-main h2 { font: 500 clamp(2.3rem,4.5vw,5rem)/1.1 "Roboto Slab", serif; letter-spacing: -.06em; margin: 3rem 0 0; }
.footer-links { display: flex; flex-direction: column; }
.footer-links a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: .8rem; color: rgba(255,255,255,.7); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 7rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .65rem; color: rgba(255,255,255,.45); }

.week-modal { width: min(650px, calc(100% - 2rem)); border: 0; padding: 3rem; background: var(--paper); color: var(--ink); }
.week-modal::backdrop { background: rgba(5,14,12,.78); backdrop-filter: blur(5px); }
.modal-close { position: absolute; right: 1.5rem; top: 1rem; border: 0; background: none; font-size: 2rem; cursor: pointer; }
.modal-week { color: #408676; font: 600 .7rem "Roboto Slab", serif; text-transform: uppercase; }
.week-modal h2 { font: 500 clamp(1.6rem,4vw,2.7rem)/1.2 "Roboto Slab", serif; letter-spacing: -.05em; }
.modal-description { color: var(--muted); line-height: 1.7; }
.modal-tools { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2rem 0; }
.modal-tools span { border: 1px solid var(--line); border-radius: 30px; padding: .5rem .8rem; font-size: .7rem; }
.modal-hours { border-top: 1px solid var(--line); padding-top: 1rem; display: flex; gap: 1.4rem; color: var(--muted); font-size: .65rem; }
.reveal { opacity: 0; transform: translateY(25px); animation: enter .8s forwards; }
.reveal:nth-child(2) { animation-delay: .12s; }.reveal:nth-child(3) { animation-delay: .25s; }
@keyframes enter { to { opacity:1; transform:none; } }

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display:none; }
  .menu-toggle { display:block; }
  .desktop-nav.open { display:flex; position:absolute; top:82px; left:0; right:0; background:var(--ink); flex-direction:column; padding:2rem 5vw; font-size:1rem; }
  .hero { min-height: 760px; }
  .hero-inner { width: 100%; }
  .hero h1 { font-size: clamp(3rem,12vw,6rem); }
  .hero-bottom { margin-left: 25%; }
  .hero-meta { left:4vw; right:auto; }
  .about { grid-template-columns: 1fr; }
  .about-grid { margin-left: 0; }
  .outcome-list { grid-template-columns: 1fr 1fr; }
  .roadmap-grid { grid-template-columns: 1fr 1fr; }
  .week-card:nth-child(3n+1) { border-left: 0; }
  .week-card:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .hours-band, .project-callout, .assignment-callout { grid-template-columns: 1fr; }
  .assessment-layout { grid-template-columns: 1fr; }
  .score-ring-wrap { justify-content: center; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .person:nth-child(3n+1) { border-left: 0; }.person:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .policy-grid { grid-template-columns: 1fr 1fr; }
  .policy-grid article:nth-child(2) { border-right:1px solid var(--line); }
}

@media (max-width: 600px) {
  .section { padding: 5rem 1.2rem; }
  .site-header { padding: 0 1.2rem; }
  .brand-copy { display:none; }
  .hero { padding: 110px 1.2rem 180px; align-items: start; }
  .hero h1 { margin-top: 5rem; }
  .hero-bottom { margin: 2rem 0 0; align-items:center; }
  .hero-meta { left: 1.2rem; right: 1.2rem; bottom: 25px; display:grid; grid-template-columns:1fr 1fr; }
  .hero-meta div:nth-child(2) { border-right:0; }
  .hero-meta div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.13); }
  .about-grid, .outcome-list, .roadmap-grid, .assessment-cards, .team-grid, .policy-grid, .footer-main { grid-template-columns: 1fr; }
  .outcome-list article, .outcome-list article:first-child { border: 0; border-bottom: 1px solid var(--line); min-height:auto; padding:2rem 0; }
  .outcome-icon { margin: 2rem 0 1rem; }
  .roadmap-top, .team-head { display:block; }
  .phase-filter { margin-top:2rem; }
  .week-card, .week-card:nth-child(n) { border-left:1px solid var(--line); }
  .hours-band { padding:5rem 1.2rem; }
  .chart-row { grid-template-columns: 90px 1fr 55px; gap:.5rem; }
  .assessment-layout { margin: 4rem 0; }
  .score-ring-wrap { flex-direction:column; }
  .score-ring { width:230px; height:230px; }
  .project-callout { padding:5rem 1.2rem; }
  .project-visual { min-height:350px; }
  .team-head > p { margin-top:2rem; }
  .person:nth-child(n), .policy-grid article:nth-child(n) { border:1px solid var(--line); border-bottom:0; }
  .policy-grid article:last-child { border-bottom:1px solid var(--line); }
  .footer-main { gap:4rem; }
  .footer-bottom { gap:1rem; flex-wrap:wrap; }
  .week-modal { padding:2rem 1.4rem; }
  .modal-hours { flex-direction:column; gap:.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
