.project-page { background: #f5f5f7; }
.project-header-label { margin: 0; justify-self: center; font: 600 10px "Manrope"; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.project-hero { min-height: calc(100vh - 96px); display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding-top: 80px; padding-bottom: 100px; }
.project-hero > * { min-width: 0; }
.project-hero h1 { margin: 0; font: 600 clamp(76px, 10vw, 156px)/.8 "Manrope"; letter-spacing: -.09em; }
.project-hero-copy > p:last-child { max-width: 540px; margin: 48px 0 0; color: var(--muted); font-size: clamp(19px, 1.8vw, 26px); line-height: 1.45; }
.project-orbit { aspect-ratio: 1; position: relative; overflow: hidden; border-radius: 34px; background: #0b0c0e; box-shadow: 0 35px 90px rgba(0,0,0,.16); }
.project-orbit::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 48px 48px; }
.signal { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.signal-a { inset: 10%; }
.signal-b { inset: 24%; }
.signal-c { inset: 38%; }
.project-core { position: absolute; inset: 39%; background: white; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.project-core span { font: 600 10px "Manrope"; letter-spacing: .14em; }
.project-core strong { font: 700 clamp(30px, 3vw, 48px) "Manrope"; letter-spacing: -.08em; }
.orbit-note { position: absolute; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; padding: 8px 12px; font: 500 9px "Manrope"; letter-spacing: .12em; text-transform: uppercase; }
.note-a { top: 18%; left: 15%; }.note-b { top: 47%; right: 8%; }.note-c { left: 19%; bottom: 13%; }
.project-intro { padding-top: 170px; padding-bottom: 170px; background: white; display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.project-kicker { margin: 8px 0 0; color: var(--muted); font: 600 10px "Manrope"; letter-spacing: .15em; text-transform: uppercase; }
.project-intro h2, .funding h2 { max-width: 940px; margin: 0; font: 600 clamp(45px, 6vw, 90px)/1.02 "Manrope"; letter-spacing: -.07em; }
.project-intro div > p { max-width: 820px; margin: 48px 0 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.7; }
.project-intro strong { color: var(--ink); }
.project-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 130px; padding-bottom: 140px; }
.story-block { min-height: 430px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: white; display: flex; flex-direction: column; }
.story-block > span { color: var(--muted); font: 500 10px "Manrope"; }
.story-block h3 { margin: auto 0 18px; font: 600 clamp(30px, 3vw, 46px)/1 "Manrope"; letter-spacing: -.06em; }
.story-block p { margin: 0; color: var(--muted); line-height: 1.65; }
.project-facts { padding-top: 140px; padding-bottom: 140px; background: #0b0c0e; color: white; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.facts-heading h2 { margin: 0; font: 600 clamp(50px, 6vw, 88px)/1 "Manrope"; letter-spacing: -.07em; }
.facts-list { margin: 0; }
.facts-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.15); }
.facts-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.facts-list dt { color: rgba(255,255,255,.5); font-size: 12px; }
.facts-list dd { margin: 0; font: 500 clamp(18px, 1.7vw, 24px) "Manrope"; }
.funding { padding-top: 160px; padding-bottom: 160px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; }
.funding > *, .project-intro > *, .project-facts > * { min-width: 0; }
.funding h2 { margin-top: 20px; }
.funding div > p:last-child { max-width: 600px; color: var(--muted); line-height: 1.7; margin-top: 30px; }
.funding img { display: block; width: 100%; max-width: 100%; height: auto; padding: 36px; background: white; border-radius: 24px; box-shadow: 0 18px 50px rgba(0,0,0,.07); }
.project-footer { background: white; }

@media (max-width: 900px) {
  .project-header { grid-template-columns: 1fr auto; }
  .project-header-label { display: none; }
  .project-header .header-cta { display: inline-block; }
  .project-hero, .project-intro, .project-facts, .funding { grid-template-columns: 1fr; }
  .project-hero { padding-top: 80px; }
  .project-orbit { width: min(100%, 600px); }
  .project-intro { gap: 40px; }
  .project-story { grid-template-columns: 1fr; }
  .story-block { min-height: 350px; }
}

@media (max-width: 640px) {
  .project-header .header-cta { font-size: 11px; }
  .project-hero { min-height: auto; padding-top: 70px; padding-bottom: 80px; }
  .project-hero h1 { font-size: clamp(58px, 16.5vw, 68px); letter-spacing: -.1em; }
  .project-orbit { width: 100%; }
  .project-hero-copy > p:last-child { margin-top: 34px; }
  .project-intro, .funding { padding-top: 95px; padding-bottom: 95px; }
  .project-story { padding-top: 80px; padding-bottom: 85px; }
  .project-facts { padding-top: 90px; padding-bottom: 90px; gap: 60px; }
  .facts-list div { grid-template-columns: 1fr; gap: 8px; }
  .funding { gap: 55px; }
  .funding img { padding: 18px; border-radius: 16px; }
}
