@font-face {
  font-family: "Lato Local";
  src: url("fonts/lato-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato Local";
  src: url("fonts/lato-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

@font-face {
  font-family: "Lato Local";
  src: url("fonts/lato-bold-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --navy: #2b3e50;
  --navy-dark: #213241;
  --green: #3d936f;
  --green-light: #59c3b3;
  --orange: #f79c00;
  --orange-dark: #e28f00;
  --yellow: #ffef57;
  --white: #ffffff;
  --off-white: #f9f9f5;
  --text: #676767;
  --line: #ededed;
  --shell: min(1200px, calc(100vw - 64px));
  --sans: "Lato Local", Lato, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.page-shell { width: var(--shell); margin-inline: auto; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--orange); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

/* Header: deliberately mirrors the visual language of green-coding.io. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 96px; color: var(--white); background: var(--navy); transition: height .2s, box-shadow .2s; }
.site-header.is-scrolled { height: 78px; box-shadow: 0 5px 18px rgba(22, 36, 48, .16); }
.nav-wrap { width: var(--shell); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 34px; }
.brand { width: 132px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 9px 15px; border-radius: 3px; color: var(--white); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; transition: background .15s; }
.site-nav a:hover, .site-nav a:focus-visible { background: var(--green-light); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { display: flex; min-height: 38px; padding: 0 13px; align-items: center; gap: 4px; border-radius: 4px; color: #777; background: #e0e1e2; font-size: 12px; font-weight: 700; }
.language-button { padding: 5px 1px; border: 0; color: #8b8b8b; background: transparent; cursor: pointer; font-weight: 700; }
.language-button.is-active { color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 3px; color: var(--white); background: transparent; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s; }

.button { display: inline-flex; min-height: 50px; padding: 0 28px; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 4px; color: var(--white); background: var(--orange); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; box-shadow: 0 0 0 1px rgba(255,255,255,.15) inset; transition: background .15s, transform .15s; }
.button:hover, .button:focus-visible { color: var(--white); background: var(--orange-dark); transform: translateY(-2px); }
.button-small { min-height: 38px; padding-inline: 16px; font-size: 11px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #2471be; font-size: 15px; font-weight: 700; text-underline-offset: 4px; }
.text-link:hover { color: var(--orange); }

/* Hero */
.hero { position: relative; padding: 170px 0 0; overflow: hidden; background: var(--white); }
.hero::before { content: "</>"; position: absolute; right: -30px; bottom: 38px; color: rgba(61,147,111,.045); font-size: 330px; font-weight: 900; line-height: .8; letter-spacing: -.18em; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(400px, .72fr); align-items: center; gap: 78px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
h1 { max-width: 760px; margin: 0; color: var(--green); font-size: clamp(49px, 5.2vw, 72px); font-weight: 900; line-height: 1.02; letter-spacing: -.025em; text-transform: uppercase; }
.accent-underline { display: inline; font-style: normal; }
.accent-underline::after { display: none; }
.hero h1::after { content: ""; display: block; width: 105px; height: 5px; margin-top: 27px; background: var(--line); }
.hero-intro { max-width: 690px; margin: 28px 0 0; color: var(--text); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }

.measurement-card { position: relative; min-height: 488px; padding: 25px; border-radius: 7px; color: var(--white); background: var(--navy); box-shadow: 0 18px 45px rgba(43,62,80,.18); }
.measurement-card::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.09); border-radius: 4px; pointer-events: none; }
.card-topline { display: flex; position: relative; z-index: 2; padding-bottom: 16px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.live-marker { display: flex; align-items: center; gap: 7px; color: var(--yellow); }
.live-marker::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.score-orbit { position: relative; height: 360px; }
.orbit { position: absolute; border: 1px solid rgba(89,195,179,.34); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px rgba(247,156,0,.55); }
.orbit-one { width: 278px; height: 278px; inset: 41px auto auto 50%; transform: translateX(-50%); }
.orbit-one::after { top: 25px; right: 46px; }
.orbit-two { width: 212px; height: 212px; inset: 74px auto auto 50%; transform: translateX(-50%); }
.orbit-two::after { bottom: 25px; left: 28px; }
.orbit-three { width: 148px; height: 148px; inset: 106px auto auto 50%; transform: translateX(-50%); }
.orbit-three::after { top: 66px; left: -4px; }
.score-core { position: absolute; display: grid; width: 103px; height: 103px; top: 128px; left: 50%; place-content: center; border-radius: 50%; color: var(--white); background: var(--green); text-align: center; transform: translateX(-50%); }
.score-core span { font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.score-core strong { font-size: 32px; line-height: 1; }
.orbit-label { position: absolute; padding: 4px 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; color: rgba(255,255,255,.72); background: var(--navy); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.label-energy { top: 32px; left: 12px; }
.label-hardware { top: 88px; right: 0; }
.label-water { bottom: 55px; left: 14px; }
.label-lifecycle { right: 10px; bottom: 23px; }
.card-footer { display: grid; position: relative; z-index: 2; grid-template-columns: 1fr 1fr; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.17); }
.card-footer div { display: flex; flex-direction: column; gap: 2px; }
.card-footer div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.17); }
.card-footer span { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.card-footer strong { font-size: 16px; font-weight: 700; }

.project-facts { display: grid; position: relative; width: 100%; grid-template-columns: repeat(4, 1fr); margin-top: 88px; color: var(--white); background: var(--green); }
.project-facts::before, .project-facts::after { content: ""; position: absolute; width: 100vw; top: 0; bottom: 0; background: var(--green); }
.project-facts::before { right: 100%; }
.project-facts::after { left: 100%; }
.project-facts > div { display: flex; min-height: 126px; padding: 25px 30px; align-items: center; justify-content: center; gap: 16px; }
.project-facts > div + div { border-left: 1px solid rgba(255,255,255,.18); }
.project-facts strong { color: var(--yellow); font-size: 42px; line-height: 1; }
.project-facts span { max-width: 135px; font-size: 11px; font-weight: 700; line-height: 1.35; letter-spacing: .05em; text-transform: uppercase; }

/* Shared section language */
.section { padding: 105px 0; }
.section-marker { display: flex; align-items: center; gap: 11px; }
.section-marker > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 10px; font-weight: 700; }
.section-marker p { margin: 0; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.section-lead h2, .section-intro h2, .roadmap-heading h2, .cta-copy h2 { margin: 0; color: var(--green); font-size: clamp(38px, 4vw, 50px); font-weight: 900; line-height: 1.08; letter-spacing: -.018em; text-transform: uppercase; }
.section-lead h2::after, .section-intro h2::after, .roadmap-heading h2::after { content: ""; display: block; width: 105px; height: 5px; margin-top: 24px; background: var(--line); }

/* Challenge */
.section-problem { background: var(--white); }
.split-heading { display: grid; grid-template-columns: .72fr 2.4fr; gap: 55px; }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; margin-top: 35px; }
.two-column-copy p { margin: 0; color: var(--text); font-size: 16px; }
.principle-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 65px; margin-top: 70px; }
blockquote { position: relative; margin: 0; padding: 45px; border-radius: 7px; color: var(--white); background: var(--green); }
blockquote::after { content: ""; position: absolute; width: 44px; height: 44px; right: 18px; bottom: 18px; border-right: 4px solid var(--orange); border-bottom: 4px solid var(--orange); }
blockquote p { margin: 0; font-size: 25px; font-weight: 700; line-height: 1.35; }
.quote-mark { display: block; height: 30px; color: var(--yellow); font-size: 52px; line-height: .8; }
.principles { border-top: 1px solid var(--line); }
.principles article { display: grid; grid-template-columns: 42px 145px 1fr; padding: 22px 0; align-items: baseline; gap: 16px; border-bottom: 1px solid var(--line); }
.principles span { color: var(--orange); font-size: 10px; font-weight: 700; }
.principles h3 { margin: 0; color: var(--navy); font-size: 16px; text-transform: uppercase; }
.principles p { margin: 0; color: var(--text); font-size: 13px; }

/* Approach: full green band like the Solutions area on green-coding.io. */
.section-approach { color: var(--white); background: var(--green); }
.section-intro { display: grid; grid-template-columns: .72fr 1.3fr 1fr; align-items: end; gap: 42px; margin-bottom: 52px; }
.section-approach .section-marker p, .section-approach .section-intro > p { color: rgba(255,255,255,.76); }
.section-approach .section-intro h2 { color: var(--white); }
.section-approach .section-intro h2::after { background: rgba(255,255,255,.65); }
.section-intro > p { margin: 0 0 4px; }
.approach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.approach-card { position: relative; min-height: 405px; padding: 28px; border-radius: 7px; color: var(--navy); background: var(--off-white); transition: transform .2s, box-shadow .2s; }
.approach-card:hover { transform: translateY(-6px); box-shadow: 0 15px 28px rgba(28,58,47,.18); }
.approach-card.featured { color: var(--white); background: var(--navy); }
.card-number { color: var(--orange); font-size: 10px; font-weight: 700; }
.line-icon { width: 52px; height: 52px; margin: 51px 0 25px; color: var(--green); }
.line-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.approach-card.featured .line-icon { color: var(--green-light); }
.approach-card h3 { margin: 0 0 13px; font-size: 19px; font-weight: 900; text-transform: uppercase; }
.approach-card p { margin: 0; color: var(--text); font-size: 13px; }
.approach-card.featured p { color: rgba(255,255,255,.7); }
.time-tag { position: absolute; right: 28px; bottom: 23px; left: 28px; padding-top: 12px; border-top: 1px solid #deded8; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.featured .time-tag { border-color: rgba(255,255,255,.17); color: var(--yellow); }

/* Roadmap */
.section-roadmap { color: var(--text); background: var(--off-white); }
.roadmap-heading { display: grid; grid-template-columns: .72fr 1.3fr 1fr; align-items: end; gap: 42px; }
.roadmap-heading > p { margin: 0 0 4px; }
.section-roadmap .section-marker.light > span { color: var(--white); background: var(--orange); }
.section-roadmap .section-marker.light p { color: var(--navy); }
.timeline { margin-top: 62px; padding: 30px 36px 34px; border-radius: 7px; background: var(--white); box-shadow: 0 5px 18px rgba(43,62,80,.07); }
.timeline-scale { display: flex; margin-left: 205px; padding: 0 0 18px; justify-content: space-between; color: #999; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.timeline-row { display: grid; grid-template-columns: 205px 1fr; min-height: 59px; align-items: center; border-top: 1px solid var(--line); }
.timeline-name { display: flex; align-items: baseline; gap: 13px; }
.timeline-name span { color: var(--orange); font-size: 9px; font-weight: 700; }
.timeline-name strong { color: var(--navy); font-size: 12px; text-transform: uppercase; }
.timeline-track { position: relative; height: 100%; background-image: linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: calc(100% / 12) 100%; }
.timeline-track i { position: absolute; width: var(--width); height: 8px; top: 50%; left: var(--start); border-radius: 6px; background: var(--green-light); transform: translateY(-50%); }
.timeline-track .bar-full { --start: 0%; --width: 100%; }
.timeline-track .bar-definition { --start: 0%; --width: 29%; }
.timeline-track .bar-method { --start: 13%; --width: 54%; }
.timeline-track .bar-score { --start: 29%; --width: 50%; }
.timeline-track .bar-standard { --start: 21%; --width: 79%; }
.timeline-row.emphasis .timeline-track i { height: 12px; background: var(--orange); }
.outcomes { margin-top: 72px; }
.outcomes-label { margin: 0 0 22px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.outcomes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.outcomes-grid article { min-height: 190px; padding: 25px; border-radius: 7px; color: var(--white); background: var(--navy); }
.outcomes-grid span { color: var(--orange); font-size: 9px; font-weight: 700; }
.outcomes-grid h3 { margin: 22px 0 9px; font-size: 16px; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.outcomes-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }

/* Consortium cards echo the research cards on green-coding.io. */
.section-consortium { background: var(--white); }
.consortium-intro { margin-bottom: 55px; }
.partner-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.partner { display: flex; position: relative; min-height: 455px; padding: 0 28px 65px; flex-direction: column; align-items: center; border-radius: 8px; background: var(--off-white); text-align: center; box-shadow: 0 1px 0 rgba(43,62,80,.06); }
.partner-logo { display: grid; width: calc(100% + 56px); min-height: 155px; margin-bottom: 27px; padding: 28px; place-items: center; border-radius: 8px 8px 0 0; background: var(--white); }
.partner-logo img { max-width: 210px; max-height: 78px; object-fit: contain; }
.partner-role { display: flex; margin-bottom: 19px; flex-direction: column; gap: 3px; }
.partner-role span { color: var(--orange); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.partner-role strong { color: var(--green); font-size: 11px; text-transform: uppercase; }
.partner-copy h3 { margin: 0 0 12px; color: var(--navy); font-size: 18px; font-weight: 900; line-height: 1.28; text-transform: uppercase; }
.partner-copy p { margin: 0; color: var(--text); font-size: 13px; }
.round-link { display: grid; position: absolute; width: 42px; height: 42px; right: 21px; bottom: 20px; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); text-decoration: none; transition: background .15s, transform .15s; }
.round-link:hover { color: var(--white); background: var(--orange); transform: rotate(8deg); }

/* CTA, references and footer */
.section-cta { padding-top: 0; background: var(--white); }
.cta-panel { display: grid; position: relative; grid-template-columns: 130px 1fr auto; min-height: 360px; padding: 55px; align-items: center; gap: 50px; overflow: hidden; border-radius: 8px; color: var(--white); background: var(--green); }
.cta-panel::before { content: "</>"; position: absolute; right: -30px; bottom: -35px; color: rgba(255,255,255,.07); font-size: 190px; font-weight: 900; letter-spacing: -.15em; }
.cta-seal { display: grid; position: relative; z-index: 1; width: 125px; height: 125px; place-items: center; border: 4px solid rgba(255,255,255,.17); border-radius: 50%; }
.cta-seal span { font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.cta-seal svg { position: absolute; width: 68px; fill: none; stroke: var(--yellow); stroke-width: 1.6; }
.cta-copy { position: relative; z-index: 1; max-width: 670px; }
.cta-copy .eyebrow { color: var(--yellow); }
.cta-copy h2 { color: var(--white); }
.cta-copy > p:last-child { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.78); }
.button-light { position: relative; z-index: 1; color: var(--white); background: var(--orange); }

.references { padding: 32px 0 80px; background: var(--white); }
.references-inner { display: grid; grid-template-columns: .72fr 2.4fr; gap: 55px; padding-top: 25px; border-top: 1px solid var(--line); }
.references-inner > p { margin: 0; color: var(--navy); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.reference-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.reference-links a { display: flex; min-height: 62px; padding-bottom: 11px; align-items: flex-start; justify-content: space-between; gap: 13px; border-bottom: 4px solid var(--line); color: #2471be; text-decoration: none; font-size: 14px; font-weight: 700; }
.reference-links a:hover { border-color: var(--orange); }
.reference-links small { flex: 0 0 auto; color: var(--green); font-size: 8px; font-weight: 700; text-transform: uppercase; }

.site-footer { padding: 58px 0 22px; color: var(--white); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 70px; }
.footer-brand img { width: 130px; }
.footer-brand p { max-width: 380px; margin: 20px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact span { color: var(--green-light); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer-contact a { color: var(--yellow); font-size: 16px; font-weight: 700; text-underline-offset: 4px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 13px 25px; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; margin-top: 55px; padding-top: 16px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --shell: min(calc(100% - 42px), 940px); }
  .site-nav a { padding-inline: 9px; font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .measurement-card { width: min(100%, 520px); margin-inline: auto; }
  .section-intro, .roadmap-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .partner-list { grid-template-columns: 1fr; }
  .partner { display: grid; grid-template-columns: 230px 1fr 45px; min-height: 230px; padding: 28px; align-items: center; text-align: left; }
  .partner-logo { grid-row: 1 / 3; grid-column: 1; width: 210px; min-height: 135px; margin: 0; border-radius: 6px; }
  .partner-role, .partner-copy { grid-column: 2; }
  .partner-role { margin: 0; }
  .partner-copy h3 { margin-top: 8px; }
  .round-link { position: static; grid-row: 1 / 3; grid-column: 3; }
  .cta-panel { grid-template-columns: 105px 1fr; }
  .cta-seal { width: 100px; height: 100px; }
  .cta-panel .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 850px) {
  .site-header { height: 76px; }
  .site-header.is-scrolled { height: 68px; }
  .brand { width: 112px; }
  .menu-toggle { display: block; margin-left: auto; order: 2; }
  .header-actions { order: 1; }
  .header-actions .button { display: none; }
  .site-nav { display: none; position: fixed; inset: 68px 0 0; padding: 45px 22px; flex-direction: column; align-items: stretch; gap: 7px; background: var(--navy); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 16px; font-size: 17px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .principle-grid { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 30px); }
  .nav-wrap { gap: 12px; }
  .language-switch { min-height: 34px; padding-inline: 10px; }
  .hero { padding-top: 122px; }
  .hero::before { right: -35px; bottom: 140px; font-size: 210px; }
  .hero-grid { gap: 48px; }
  h1 { font-size: clamp(40px, 12.2vw, 53px); line-height: 1.03; }
  .hero h1::after { margin-top: 22px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .measurement-card { min-height: 454px; padding: 19px; }
  .score-orbit { height: 334px; }
  .orbit-one { width: 248px; height: 248px; }
  .orbit-two { width: 188px; height: 188px; }
  .orbit-three { width: 130px; height: 130px; }
  .score-core { width: 94px; height: 94px; top: 121px; }
  .project-facts { grid-template-columns: 1fr 1fr; margin-top: 62px; }
  .project-facts > div { min-height: 103px; padding: 17px; justify-content: flex-start; }
  .project-facts > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
  .project-facts > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .project-facts strong { font-size: 34px; }
  .project-facts span { font-size: 9px; }
  .section { padding: 78px 0; }
  .section-lead h2, .section-intro h2, .roadmap-heading h2, .cta-copy h2 { font-size: 34px; }
  .two-column-copy { grid-template-columns: 1fr; gap: 19px; margin-top: 27px; }
  .principle-grid { gap: 38px; margin-top: 48px; }
  blockquote { padding: 34px 27px; }
  blockquote p { font-size: 22px; }
  .principles article { grid-template-columns: 34px 1fr; }
  .principles article p { grid-column: 2; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-card { min-height: 365px; }
  .timeline { margin-top: 43px; padding: 19px 15px; overflow-x: auto; }
  .timeline-scale, .timeline-row { min-width: 680px; }
  .timeline-scale { margin-left: 155px; }
  .timeline-row { grid-template-columns: 155px 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; }
  .outcomes-grid article { min-height: 160px; }
  .partner { display: flex; min-height: 430px; padding: 0 25px 65px; text-align: center; }
  .partner-logo { width: calc(100% + 50px); min-height: 145px; margin: 0 0 25px; border-radius: 8px 8px 0 0; }
  .partner-role { margin-bottom: 17px; }
  .round-link { position: absolute; }
  .cta-panel { grid-template-columns: 1fr; min-height: 0; padding: 40px 27px; gap: 30px; }
  .cta-seal { display: none; }
  .cta-panel .button { grid-column: 1; width: 100%; }
  .references-inner { grid-template-columns: 1fr; gap: 25px; }
  .reference-links { grid-template-columns: 1fr; gap: 16px; }
  .reference-links a { min-height: 45px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

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