@font-face { font-family: 'Heebo'; font-style: normal; font-weight: 500 700; font-display: swap; src: url('../fonts/heebo-latin.woff2') format('woff2'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/lato-400-latin.woff2') format('woff2'); }
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/lato-700-latin.woff2') format('woff2'); }

:root {
  --navy: #071a2b; --navy-2: #0d263a; --ink: #102534; --muted: #5f6e76;
  --lime: #b8f238; --lime-dark: #759e10; --cyan: #53d8e6; --blue: #178bb3;
  --amber: #ae7145; --warm: #f5f3ec; --paper: #fcfbf7; --steel: #d8dfe0;
  --line: rgba(10, 34, 50, .15); --shell: min(1380px, calc(100vw - 80px));
  --heading: 'Heebo', sans-serif; --body: 'Lato', sans-serif;
  --shadow: 0 28px 80px rgba(2, 17, 28, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .55em; font-family: var(--heading); line-height: 1.04; letter-spacing: -.045em; }
h1 { font-size: clamp(3.5rem, 7.4vw, 8.3rem); }
h2 { font-size: clamp(2.4rem, 4.6vw, 5.3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 2rem); }
p { margin: 0 0 1.2em; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(90px, 10vw, 160px); }
.section--dark { background: #061621; color: white; }
.section--navy { background: var(--navy); color: white; }
.section--mineral { background: #e8e8e2; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 12px 18px; background: var(--lime); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime-dark); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.display-heading em, .hero h1 em, .journey-hero h1 em { color: var(--cyan); font-style: normal; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: .92rem; font-weight: 700; cursor: pointer; transition: transform .2s, color .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button--lime { background: var(--lime); color: var(--navy); }
.button--lime:hover { background: white; }
.button--ghost { border-color: rgba(255,255,255,.35); color: white; background: transparent; }
.button--dark { background: var(--navy); color: white; }
.button--light { background: white; color: var(--navy); }
.button--outline { border-color: var(--line); background: transparent; color: var(--ink); }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.text-link--light { color: white; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; color: white; background: rgba(5, 20, 31, .96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); }
.site-header__bar { height: 82px; display: flex; align-items: center; gap: clamp(18px, 3vw, 48px); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; flex: 0 0 auto; }
.brand__mark { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--lime); color: var(--lime); font-size: .65rem; font-weight: 700; letter-spacing: .12em; transform: rotate(45deg); }
.brand__mark::first-line { transform: rotate(-45deg); }
.brand__name { font: 700 1.22rem/1 var(--heading); letter-spacing: -.04em; }
.brand__name small { display: block; margin-top: 5px; color: #9bacb6; font: 500 .56rem/1 var(--body); letter-spacing: .16em; text-transform: uppercase; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.site-nav__trigger { display: flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px; border: 0; color: #d9e3e7; background: transparent; font-size: .84rem; cursor: pointer; }
.site-nav__trigger:hover, .site-nav__trigger[aria-expanded="true"] { color: var(--lime); }
.mega-menu { position: fixed; z-index: 1001; top: 82px; left: 50%; width: min(1260px, calc(100vw - 64px)); transform: translateX(-50%); display: grid; grid-template-columns: .85fr 1.2fr .8fr; gap: 50px; padding: 42px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.mega-menu[hidden] { display: none; }
.mega-menu__intro .index { color: var(--lime-dark); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.mega-menu__intro h2 { margin: 12px 0; font-size: 2.4rem; }
.mega-menu__intro p { color: var(--muted); }
.mega-menu__intro a { font-weight: 700; text-underline-offset: 4px; }
.mega-menu ul { display: grid; align-content: start; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.mega-menu li a { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 600; }
.mega-menu li a:hover { color: var(--blue); }
.mega-menu__diagram { position: relative; min-height: 210px; overflow: hidden; background: var(--navy); }
.mega-menu__diagram::before, .mega-menu__diagram::after { content: ''; position: absolute; border: 1px solid rgba(83,216,230,.32); border-radius: 50%; }
.mega-menu__diagram::before { width: 180px; height: 180px; top: 15px; right: 20px; }
.mega-menu__diagram::after { width: 110px; height: 110px; top: 50px; right: 55px; }
.mega-menu__diagram span, .mega-menu__diagram i, .mega-menu__diagram b, .mega-menu__diagram em { position: absolute; width: 12px; height: 12px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 20px var(--lime); }
.mega-menu__diagram span { top: 45px; left: 35px; }.mega-menu__diagram i { top: 100px; left: 90px; background: var(--amber); }.mega-menu__diagram b { bottom: 35px; right: 55px; background: var(--cyan); }.mega-menu__diagram em { bottom: 55px; left: 35px; background: var(--cyan); }
.mega-menu__diagram small { position: absolute; left: 20px; bottom: 16px; color: #78909d; font-size: .58rem; letter-spacing: .16em; }
.header-cta { flex: 0 0 auto; padding: 12px 15px; color: var(--navy); background: var(--lime); text-decoration: none; font-size: .78rem; font-weight: 700; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; }
.mobile-menu { max-height: calc(100vh - 82px); padding: 0 24px 30px; overflow: auto; background: var(--navy); }
.mobile-menu[hidden] { display: none; }.mobile-menu details { border-top: 1px solid rgba(255,255,255,.14); }.mobile-menu summary { padding: 18px 0; font: 600 1.15rem var(--heading); cursor: pointer; }.mobile-menu details div { display: grid; padding: 0 0 18px 18px; }.mobile-menu details a { padding: 8px 0; color: #c3d0d7; text-decoration: none; }

/* Hero */
.hero { position: relative; min-height: calc(100vh - 82px); overflow: hidden; color: white; background: #061722; }
.hero__mesh { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(80,216,228,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(80,216,228,.11) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at 70% 40%, #000, transparent 70%); }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 78% 48%, rgba(33,145,176,.22), transparent 35%), linear-gradient(90deg, rgba(6,23,34,.1), transparent 50%, rgba(6,23,34,.35)); }
.hero__grid { position: relative; z-index: 2; min-height: calc(100vh - 165px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding-block: 85px 55px; }
.hero__copy { position: relative; z-index: 3; }
.hero h1 { max-width: 900px; margin: .15em 0 .24em; font-size: clamp(4rem, 7vw, 8rem); }
.hero__lead { max-width: 650px; color: #bdccd3; font-size: clamp(1rem, 1.35vw, 1.25rem); }
.hero .button-row { margin-top: 34px; }
.hero-system { position: relative; min-height: 590px; }
.hero-system__orbit { position: absolute; top: 50%; left: 52%; border: 1px solid rgba(83,216,230,.3); border-radius: 50%; transform: translate(-50%, -50%); animation: orbit 18s linear infinite; }
.hero-system__orbit--one { width: 430px; height: 430px; }.hero-system__orbit--two { width: 565px; height: 565px; border-style: dashed; animation-duration: 32s; animation-direction: reverse; }
.hero-system__core { position: absolute; z-index: 4; top: 50%; left: 52%; width: 220px; height: 220px; transform: translate(-50%, -50%); display: grid; place-content: center; text-align: center; border: 1px solid rgba(184,242,56,.55); border-radius: 50%; background: radial-gradient(circle, rgba(15,55,71,.95), rgba(5,21,31,.98)); box-shadow: 0 0 80px rgba(83,216,230,.16), inset 0 0 35px rgba(83,216,230,.1); }
.hero-system__core span { color: var(--lime); font-size: .68rem; letter-spacing: .3em; }.hero-system__core strong { font: 700 2.4rem var(--heading); letter-spacing: -.06em; }.hero-system__core small { color: #7d99a6; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.stream, .outcome { position: absolute; z-index: 5; color: #bcd0d8; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }.stream i { position: absolute; width: 90px; height: 1px; background: linear-gradient(90deg, var(--amber), var(--cyan)); transform-origin: right; }.stream i::after { content: ''; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); animation: flow-pulse 2.5s infinite; }
.stream--one { left: 0; top: 24%; }.stream--one i { left: 75px; top: 50px; transform: rotate(28deg); }.stream--two { left: -3%; top: 52%; }.stream--two i { left: 65px; top: 7px; width: 120px; }.stream--three { left: 8%; bottom: 16%; }.stream--three i { left: 95px; bottom: 22px; transform: rotate(-25deg); }
.outcome { color: var(--cyan); }.outcome--one { right: 0; top: 22%; }.outcome--two { right: -6%; top: 51%; }.outcome--three { right: 5%; bottom: 16%; }
.hero-system__readout { position: absolute; left: 50%; bottom: 2%; display: grid; grid-template-columns: auto auto; gap: 3px 12px; color: #64818e; font-size: .57rem; letter-spacing: .18em; }.hero-system__readout strong { color: var(--cyan); font-weight: 600; }.hero-system__readout i { grid-column: 1 / -1; width: 140px; height: 2px; overflow: hidden; background: #193745; }.hero-system__readout i::before { content:''; display: block; width: 50%; height: 100%; background: var(--cyan); animation: readout 2s ease-in-out infinite alternate; }
.hero__foot { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 24px 0; color: #6c8794; border-top: 1px solid rgba(255,255,255,.1); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }.hero__foot div { height: 1px; background: rgba(255,255,255,.12); }
@keyframes orbit { to { transform: translate(-50%,-50%) rotate(360deg); } } @keyframes flow-pulse { 50% { right: -65px; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); } } @keyframes readout { to { width: 100%; } }

/* Home sections */
.proof-strip { color: white; background: #0d293b; }
.proof-strip__grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-strip__grid > div { padding: 20px 30px; border-left: 1px solid rgba(255,255,255,.12); }.proof-strip__grid > div:last-of-type { border-right: 1px solid rgba(255,255,255,.12); }.proof-strip strong { display: block; color: var(--lime); font: 600 2.1rem var(--heading); letter-spacing: -.05em; }.proof-strip strong small { font-size: .7rem; }.proof-strip span { color: #9db1bb; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }.proof-strip p { grid-column: 1/-1; margin: 0; padding: 7px 0; color: #7f96a1; font-size: .66rem; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 70px; }.section-heading h2 { max-width: 850px; }.section-heading > p { max-width: 540px; color: var(--muted); }.section-heading--light > p { color: #9db1bb; }
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.challenge-card { position: relative; min-height: 470px; display: flex; flex-direction: column; padding: 35px; overflow: hidden; border-left: 1px solid var(--line); text-decoration: none; transition: color .3s, background .3s; }.challenge-card:last-child { border-right: 1px solid var(--line); }.challenge-card:hover { color: white; background: var(--navy); }.challenge-card__number { font-size: .7rem; letter-spacing: .15em; }.challenge-card__signal { position: relative; height: 150px; margin: 30px 0; }.challenge-card__signal::before, .challenge-card__signal::after { content: ''; position: absolute; inset: 0; margin: auto; border: 1px solid currentColor; border-radius: 50%; opacity: .15; }.challenge-card__signal::after { inset: 25px; }.challenge-card__signal i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--amber); }.challenge-card__signal i:nth-child(1){left:10%;top:48%}.challenge-card__signal i:nth-child(2){left:50%;top:22%;background:var(--cyan)}.challenge-card__signal i:nth-child(3){right:10%;bottom:25%;background:var(--lime)}
.challenge-card p { margin: 0; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }.challenge-card:hover p { color: #9eb3bd; }.challenge-card h3 { margin: 5px 0 12px; font-size: 2.7rem; }.challenge-card__state { color: var(--muted); font-size: .78rem; }.challenge-card strong { margin-top: auto; color: var(--lime-dark); font-size: .8rem; }
.process-explorer { color: white; }.process-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 20px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }.process-legend { display: flex; align-items: center; gap: 10px; color: #7f98a4; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }.state-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); }.state-dot--active { background: var(--lime); }.state-dot--treated { background: var(--cyan); }.text-button { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; color: #b9c8cf; background: none; font-size: .74rem; cursor: pointer; }.text-button + .text-button { margin-left: 16px; }
.process-canvas { position: relative; min-height: 380px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; align-items: center; padding: 70px 0 85px; }.flow-line { position: absolute; left: 3%; right: 3%; top: 50%; height: 2px; background: linear-gradient(90deg, var(--amber), var(--lime) 58%, var(--cyan)); }.flow-line span { display: block; width: 18px; height: 18px; margin-top: -8px; border: 4px solid #08202c; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px var(--lime); animation: flow-across 6s linear infinite; }.process-explorer.is-paused .flow-line span, .process-explorer.is-paused .ras-loop::after { animation-play-state: paused; }
.process-node { position: relative; z-index: 3; min-height: 120px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 15px; border: 1px solid rgba(255,255,255,.2); color: #c6d2d8; background: #0a2330; cursor: pointer; font-size: .78rem; text-align: center; }.process-node:hover, .process-node.is-active { color: white; border-color: var(--lime); background: #123340; box-shadow: 0 0 0 6px rgba(184,242,56,.05); }.process-node__number { color: var(--lime); font-size: .58rem; letter-spacing: .16em; }.ras-loop { position: absolute; z-index: 2; left: 20%; right: 39%; bottom: 42px; height: 58px; border: 1px dashed rgba(184,242,56,.5); border-top: 0; border-radius: 0 0 40px 40px; }.ras-loop span { position: absolute; left: 50%; bottom: -11px; padding: 2px 8px; color: var(--lime); background: #061621; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }.ras-loop::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); animation: ras 4s linear infinite alternate; }
.process-panels { max-width: 850px; min-height: 180px; margin: 0 auto; text-align: center; }.process-panel h3 { font-size: 2.1rem; }.process-panel p:not(.eyebrow) { color: #b5c5cc; }.process-panel .eyebrow { justify-content: center; }.technical-detail { padding: 14px; border-left: 2px solid var(--lime); background: rgba(255,255,255,.05); text-align: left; }
.section-link { display: flex; justify-content: flex-end; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }.section-link a { color: var(--lime); font-weight: 700; text-decoration: none; }
@keyframes flow-across { from{margin-left:0}to{margin-left:calc(100% - 18px)} } @keyframes ras { to { left: calc(100% - 8px); } }
.solution-worlds { overflow: hidden; }.display-heading { margin: .2em 0 1em; }.world-list { border-top: 1px solid var(--line); }.world-list article { display: grid; grid-template-columns: 70px 1.2fr 1.6fr 60px; gap: 35px; align-items: center; padding: 35px 0; border-bottom: 1px solid var(--line); }.world-list article > span { color: var(--lime-dark); font-size: .68rem; }.world-list article div p { margin: 0; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }.world-list article h3 { margin: 4px 0 0; font-size: 2.4rem; }.world-list article > p { margin: 0; color: var(--muted); }.world-list article > a { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--line); text-decoration: none; }.world-list article > a:hover { background: var(--lime); }
.lifecycle { background: var(--warm); }.lifecycle-track { display: flex; margin: 0; padding: 0 0 20px; overflow-x: auto; list-style: none; scrollbar-color: var(--lime-dark) #d8d8d0; }.lifecycle-track li { position: relative; flex: 0 0 175px; min-height: 150px; padding: 20px 20px 20px 0; border-top: 2px solid var(--ink); }.lifecycle-track li::before { content: ''; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); }.lifecycle-track span { color: var(--muted); font-size: .65rem; }.lifecycle-track strong { display: block; max-width: 140px; margin-top: 35px; font: 600 1rem/1.3 var(--heading); }
.project-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; }.project-feature { grid-row: span 2; display: grid; grid-template-rows: 1fr auto; min-height: 580px; color: white; background: var(--navy); text-decoration: none; }.project-feature__visual { position: relative; display: grid; place-content: center; overflow: hidden; min-height: 370px; text-align: center; background: radial-gradient(circle, #16435a 0, #092334 45%, #061a27 100%); }.project-feature__visual::before, .project-feature__visual::after { content: ''; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(83,216,230,.25); border-radius: 50%; }.project-feature__visual::after { width: 200px; height: 200px; }.project-feature__visual span { position: relative; z-index: 2; color: var(--lime); font: 600 6rem/1 var(--heading); letter-spacing: -.08em; }.project-feature__visual small { position: relative; z-index: 2; letter-spacing: .15em; }.project-feature__visual i { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); }.project-feature > div:last-child { padding: 28px 32px; }.project-feature p, .project-card p { color: #88a0ab; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }.project-feature h3 { font-size: 2rem; }.project-feature > div > span { color: var(--lime); font-size: .75rem; }.project-card { display: flex; flex-direction: column; min-height: 280px; padding: 30px; border: 1px solid rgba(10,34,50,.18); text-decoration: none; }.project-card > span { color: var(--lime-dark); font: 600 2rem var(--heading); }.project-card h3 { margin-top: 20px; }.project-card strong { margin-top: auto; font-size: .76rem; }
.africa__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }.africa__grid > div:first-child > p:not(.eyebrow) { max-width: 600px; color: #a9bbc4; }.africa-map { position: relative; min-height: 570px; display: grid; place-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background-image: radial-gradient(circle at 50% 50%, rgba(40,130,154,.23), transparent 52%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: auto, 48px 48px, 48px 48px; clip-path: polygon(19% 7%, 70% 1%, 91% 20%, 82% 46%, 64% 58%, 57% 92%, 40% 99%, 29% 71%, 17% 48%, 7% 25%); }.africa-map b { color: rgba(255,255,255,.09); font: 700 6rem var(--heading); letter-spacing: .12em; }.africa-map small { color: #86a1ad; text-align: center; }.pulse { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(184,242,56,.7); animation: pulse 2.4s infinite; }.p1{left:48%;top:65%}.p2{left:57%;top:38%}.p3{left:68%;top:55%}.p4{left:42%;top:45%}.p5{left:54%;top:77%}@keyframes pulse{70%{box-shadow:0 0 0 18px rgba(184,242,56,0)}}
.tools-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }.tools-grid article { min-height: 480px; display: flex; flex-direction: column; padding: clamp(35px, 5vw, 75px); }.tools-grid article + article { border-left: 1px solid var(--line); }.tool-index { color: var(--lime-dark); font-size: .66rem; letter-spacing: .14em; }.tools-grid h2 { margin-top: 45px; font-size: clamp(2.2rem, 3.6vw, 4rem); }.tools-grid p { max-width: 530px; color: var(--muted); }.tools-grid .button { align-self: flex-start; margin-top: auto; }
.audit-cta { color: white; background: #0c3447; }.audit-cta__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; }.audit-cta p:not(.eyebrow) { max-width: 700px; color: #aec0c8; }.audit-cta__action { display: grid; justify-items: start; gap: 12px; }.audit-cta__action > span { color: #8da4ae; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

/* Approved source-site imagery retained with migration provenance. */
.source-proof-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: var(--line); }
.source-proof-band figure { position: relative; min-height: 260px; margin: 0; overflow: hidden; background: var(--navy); }
.source-proof-band img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .5s ease; }
.source-proof-band figure:hover img { transform: scale(1.035); }
.source-proof-band figcaption { position: absolute; inset: auto 0 0; display: flex; gap: 12px; padding: 28px 24px 20px; color: white; background: linear-gradient(transparent, rgba(3,16,24,.92)); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.source-proof-band figcaption span { color: var(--lime); }
.project-feature__visual--photo { place-content: end start; padding: 30px; text-align: left; }
.project-feature__visual--photo::before { inset: 0; z-index: 1; width: auto; height: auto; border: 0; border-radius: 0; background: linear-gradient(180deg, rgba(4,19,29,.08), rgba(4,19,29,.88)); }
.project-feature__visual--photo::after { display: none; }
.project-feature__visual--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-feature__visual--photo span { font-size: 4.5rem; }
.project-feature__visual--photo small { padding-left: 5px; color: white; }
.africa-map--source { clip-path: none; padding: 30px; background: #27472f; }
.africa-map--source img { max-width: min(100%, 560px); max-height: 500px; object-fit: contain; }
.africa-map--source small { margin-top: 16px; }
.facility-proof { margin: 42px 0 0; border: 1px solid rgba(255,255,255,.14); }
.facility-proof img { display: block; width: 100%; max-height: 245px; object-fit: cover; }
.facility-proof figcaption { padding: 12px 15px; color: #8fa6b0; font-size: .65rem; }

/* Inner pages and tools */
.breadcrumbs { padding-block: 16px; }.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: var(--muted); list-style: none; font-size: .72rem; }.breadcrumbs li + li::before { content: '/'; margin-right: 8px; color: #9aa4a8; }.breadcrumbs a { text-underline-offset: 3px; }
.inner-hero, .article-hero { padding: clamp(75px, 9vw, 140px) 0; color: white; background: var(--navy); }.inner-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }.inner-hero h1 { font-size: clamp(3rem, 6vw, 6.5rem); }.inner-hero__grid > div:last-child { color: #afc0c8; }.entry-content { min-height: 45vh; }.prose { max-width: 900px; }.prose > * + * { margin-top: 1.2em; }.prose h2 { margin-top: 1.5em; font-size: clamp(2rem, 3.5vw, 3.7rem); }.prose h3 { margin-top: 1.5em; }.prose p, .prose li { color: #43555e; font-size: 1.05rem; }.prose img { margin-block: 20px; }.prose table { width: 100%; border-collapse: collapse; }.prose th, .prose td { padding: 12px; border: 1px solid var(--line); text-align: left; }.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.archive-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); }.archive-card h2 { font-size: 1.7rem; }.archive-card h2 a { text-decoration: none; }.archive-card .text-link { margin-top: auto; }.article-hero .prose { margin-inline: auto; }.article-hero h1 { font-size: clamp(3rem, 6vw, 6.5rem); }
.journey-hero { padding: clamp(75px, 8vw, 130px) 0; background: var(--warm); }.journey-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: end; }.journey-hero h1 { font-size: clamp(3.5rem, 6.5vw, 7rem); }.journey-hero__grid > div:last-child > p { color: var(--muted); }.stream-selector { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border: 1px solid var(--line); }.stream-selector button { min-height: 50px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; }.stream-selector button:last-child { border: 0; }.stream-selector button.is-active { color: var(--navy); background: var(--lime); font-weight: 700; }.stream-context { max-width: 760px; margin-bottom: 50px; }.stream-context h2 { font-size: 3.5rem; }.stream-context p:not(.eyebrow) { color: #aabdc5; }.criteria-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.criteria-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.criteria-grid span { color: var(--lime-dark); font-size: .7rem; }.criteria-grid h3 { margin-top: 70px; }.criteria-grid p { color: var(--muted); }
.tool-hero, .audit-hero { padding: clamp(70px, 8vw, 125px) 0; color: white; background: var(--navy); }.tool-hero__grid, .audit-hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }.tool-hero h1, .audit-hero h1 { font-size: clamp(3.5rem, 6.5vw, 7rem); }.tool-hero p, .audit-hero p { max-width: 720px; color: #afc0c8; }.tool-hero__meter { display: flex; align-items: center; gap: 12px; color: #87a0ab; font-size: .58rem; letter-spacing: .12em; }.tool-hero__meter i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--amber), var(--lime), var(--cyan)); }.tool-shell { display: grid; grid-template-columns: 1fr; }.finder-form, .lead-form, .calculator__inputs { padding: clamp(30px, 4vw, 55px); border: 1px solid var(--line); background: white; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }.form-grid label, .calculator__inputs label { display: grid; gap: 8px; }.form-grid label > span, .calculator__inputs label > span { font-size: .77rem; font-weight: 700; letter-spacing: .04em; }.form-grid .span-2 { grid-column: 1 / -1; }.form-grid input, .form-grid select, .form-grid textarea, .calculator__inputs input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #c9d1d3; border-radius: 0; color: var(--ink); background: white; }.form-grid textarea { resize: vertical; }.finder-form > .button { margin-top: 30px; }.input-unit { display: flex; align-items: center; border: 1px solid #c9d1d3; background: white; }.input-unit input { border: 0 !important; }.input-unit b { flex: 0 0 auto; padding: 0 13px; color: var(--muted); font-size: .75rem; }.form-error { margin-top: 15px; color: #a33434; font-weight: 700; }.finder-result { padding: clamp(35px, 6vw, 80px); color: white; background: var(--navy); }.finder-result h2 { font-size: clamp(2.5rem, 5vw, 5rem); }.finder-result > p:not(.eyebrow,.disclaimer) { max-width: 800px; color: #b2c4cc; font-size: 1.1rem; }.result-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 40px 0; background: rgba(255,255,255,.15); }.result-facts span { display: grid; gap: 5px; padding: 22px; background: var(--navy); }.result-facts small { color: #7f98a3; font-size: .6rem; letter-spacing: .12em; }.result-facts strong { color: var(--lime); }.disclaimer { color: var(--muted); font-size: .72rem; }.finder-result .disclaimer { color: #829aa4; }
.big-number { display: grid; justify-items: end; }.big-number strong { color: var(--lime); font: 600 clamp(4rem, 8vw, 8rem)/1 var(--heading); letter-spacing: -.08em; }.big-number span { color: #8da4ae; font-size: .68rem; letter-spacing: .12em; }.calculator { display: grid; grid-template-columns: .65fr 1.35fr; box-shadow: var(--shadow); }.calculator__inputs { border: 0; }.calculator__inputs h2 { font-size: 2rem; }.calculator__inputs label { margin-top: 22px; }.range-output { display: grid; grid-template-columns: 1fr 55px; gap: 14px; align-items: center; }.range-output input { min-height: auto; padding: 0; accent-color: var(--lime-dark); }.range-output output { font-weight: 700; text-align: right; }.calculator__results { padding: clamp(35px, 5vw, 70px); color: white; background: var(--navy); }.metric-primary { margin: 35px 0; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.14); }.metric-primary span { display: block; color: #8fa6b0; }.metric-primary strong { color: var(--lime); font: 600 clamp(3.5rem, 6vw, 6.5rem) var(--heading); letter-spacing: -.07em; }.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); }.metric-grid span { display: grid; gap: 7px; padding: 22px; background: var(--navy); }.metric-grid small { color: #7f98a3; font-size: .6rem; letter-spacing: .1em; }.metric-grid strong { font-size: 1.35rem; }.scenario-bars { height: 150px; display: flex; align-items: end; gap: 8px; margin: 35px 0; }.scenario-bars i { flex: 1; height: var(--h); background: linear-gradient(var(--cyan), #155c77); transition: height .35s ease; }
.audit-hero ol { margin: 0; padding: 0; list-style: none; }.audit-hero li { display: flex; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }.audit-hero li span { color: var(--lime); font-size: .7rem; }.audit-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 55px; align-items: start; }.lead-form fieldset { margin: 0; padding: 0; border: 0; }.lead-form legend { margin-bottom: 30px; font: 600 2rem var(--heading); }.lead-form legend span { color: var(--lime-dark); font-size: .7rem; }.lead-form fieldset > .button, .lead-form fieldset > .button-row { margin-top: 30px; }.check-label { grid-template-columns: 22px 1fr !important; align-items: start; }.check-label input { width: 20px !important; min-height: 20px !important; margin-top: 3px; }.check-label span { font-weight: 400 !important; }.honeypot { position: absolute !important; left: -9999px !important; }.form-status { margin-top: 25px; padding: 20px; border: 1px solid var(--line); }.form-status.is-success { border-color: var(--lime-dark); background: #f4fadf; }.form-status.is-error { border-color: #b04a4a; background: #fff0f0; }.audit-layout aside { position: sticky; top: 110px; padding: 35px; color: white; background: var(--navy); }.audit-layout aside h2 { font-size: 2.2rem; }.audit-layout aside li { margin-bottom: 12px; color: #aec0c8; }.privacy-note { margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); color: #8299a3; font-size: .72rem; }
.error-page { min-height: 70vh; display: grid; align-items: center; color: white; background: var(--navy); }.error-page h1 { max-width: 1000px; }.error-page p:not(.eyebrow) { max-width: 650px; color: #afc0c8; }

/* Footer */
.site-footer { padding-top: 80px; color: #b8c5cb; background: #031018; }.site-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, .8fr); gap: 60px; padding-bottom: 65px; }.site-footer__grid > div { display: grid; align-content: start; justify-items: start; }.site-footer h2 { margin-bottom: 18px; color: white; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }.site-footer p { color: #758b96; }.site-footer a { margin-bottom: 8px; color: #b8c5cb; text-underline-offset: 4px; }.brand--footer { margin-bottom: 25px !important; text-decoration: none; }.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: #617681; font-size: .67rem; }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 48px, 1100px); }
  .site-nav, .header-cta { display: none; }.menu-toggle { display: block; margin-left: auto; }.mega-menu { display: none !important; }
  .hero__grid { grid-template-columns: 1fr; }.hero__copy { padding-top: 20px; }.hero-system { min-height: 500px; max-width: 700px; width: 100%; margin: -30px auto 0; }
  .section-heading { gap: 40px; }.africa__grid { gap: 35px; }.criteria-grid { grid-template-columns: 1fr 1fr; }.site-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }.site-footer__grid > div:last-child { grid-column: 2; }
}
@media (max-width: 800px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding-block: 80px; }.site-header__bar { height: 70px; }.mobile-menu { max-height: calc(100vh - 70px); }
  .hero { min-height: auto; }.hero__grid { min-height: auto; padding-block: 70px 30px; }.hero h1 { font-size: clamp(3.5rem, 15vw, 6rem); }.hero-system { min-height: 420px; transform: scale(.88); margin-inline: -5%; width: 110%; }.hero-system__orbit--one { width: 330px; height: 330px; }.hero-system__orbit--two { width: 420px; height: 420px; }.hero-system__core { width: 175px; height: 175px; }.hero-system__core strong { font-size: 2rem; }.hero__foot { grid-template-columns: 1fr; }.hero__foot div, .hero__foot span:last-child { display: none; }
  .proof-strip__grid { grid-template-columns: 1fr 1fr; }.proof-strip__grid > div { border-bottom: 1px solid rgba(255,255,255,.12); }.section-heading, .inner-hero__grid, .journey-hero__grid, .tool-hero__grid, .audit-hero__grid, .audit-cta__grid, .africa__grid, .audit-layout { grid-template-columns: 1fr; gap: 30px; }.section-heading { margin-bottom: 45px; }.challenge-grid { grid-template-columns: 1fr; }.challenge-card { min-height: 360px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.challenge-card__signal { height: 90px; }.process-canvas { grid-template-columns: 1fr 1fr; gap: 10px; padding: 35px 0 80px; }.flow-line { top: 20px; }.process-node { min-height: 95px; }.ras-loop { left: 5%; right: 5%; bottom: 25px; }.world-list article { grid-template-columns: 40px 1fr 50px; gap: 18px; }.world-list article > p { grid-column: 2 / -1; }.project-grid { grid-template-columns: 1fr; }.project-feature { min-height: 520px; }.africa-map { min-height: 430px; }.tools-grid, .calculator { grid-template-columns: 1fr; }.tools-grid article + article { border-left: 0; border-top: 1px solid var(--line); }.tools-grid article { min-height: 410px; }.form-grid { grid-template-columns: 1fr; }.form-grid .span-2 { grid-column: auto; }.result-facts, .metric-grid { grid-template-columns: 1fr; }.calculator__results { order: -1; }.big-number { justify-items: start; }.archive-grid { grid-template-columns: 1fr 1fr; }.site-footer__grid { grid-template-columns: 1fr 1fr; }.site-footer__grid > div:last-child { grid-column: auto; }.site-footer__bottom { flex-direction: column; }
}
@media (max-width: 800px) { .source-proof-band { grid-template-columns: 1fr; } }
@media (max-width: 520px) {
  h1 { font-size: 3.2rem; }.section { padding-block: 65px; }.brand__name small { display: none; }.brand__mark { width: 40px; height: 40px; }.hero .button, .button-row .button { width: 100%; }.hero-system { min-height: 330px; transform: scale(.72); transform-origin: center top; margin-bottom: -80px; }.proof-strip strong { font-size: 1.6rem; }.challenge-card h3 { font-size: 2.2rem; }.process-toolbar { align-items: flex-start; flex-wrap: wrap; }.process-legend { flex-basis: 100%; }.process-canvas { grid-template-columns: 1fr; }.ras-loop { display: none; }.world-list article { grid-template-columns: 30px 1fr 45px; }.world-list article h3 { font-size: 1.8rem; }.criteria-grid, .archive-grid, .site-footer__grid { grid-template-columns: 1fr; }.stream-selector { grid-template-columns: 1fr; }.stream-selector button { border-right: 0; border-bottom: 1px solid var(--line); }.metric-primary strong { font-size: 3rem; }.site-footer__grid > div:last-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print { .site-header, .site-footer, .audit-cta, .button, .process-toolbar { display: none !important; } body { color: #000; background: #fff; }.section, .inner-hero, .tool-hero { padding: 30px 0; color: #000; background: #fff; } }

/* 2.0 Water Treat production identity and full-depth registry pages */
.brand__logo{display:block;width:auto;height:58px;max-width:235px;object-fit:contain;background:#fff}
.brand--footer .brand__logo{height:66px;max-width:270px}
.registry-hero{position:relative;min-height:690px;display:flex;align-items:flex-end;overflow:hidden;padding:170px 0 86px;color:#fff;background:#071c2c}
.registry-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(4,19,29,.98) 0 38%,rgba(4,19,29,.75) 58%,rgba(4,19,29,.2) 100%),linear-gradient(0deg,rgba(4,19,29,.9),transparent 55%),var(--registry-image);background-position:center;background-size:cover;transform:scale(1.01)}
.registry-hero>.shell{position:relative;z-index:1;width:var(--shell)}
.registry-hero h1{max-width:1050px;font-size:clamp(3.7rem,7vw,7rem);line-height:.92;letter-spacing:-.065em}
.registry-hero>.shell>p:not(.eyebrow){max-width:760px;margin-top:28px;color:#d1dfe4;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.62}
.registry-hero .button-row{margin-top:32px}
.registry-proof-rail{border-bottom:1px solid var(--line);background:#fff}
.registry-proof-rail>.shell{display:grid;grid-template-columns:repeat(4,1fr)}
.registry-proof-rail>.shell>div{min-height:122px;padding:26px 24px;border-right:1px solid var(--line)}
.registry-proof-rail>.shell>div:first-child{padding-left:0}
.registry-proof-rail strong{display:block;font:700 clamp(1.65rem,2.4vw,2.5rem)/1 var(--heading);letter-spacing:-.04em}
.registry-proof-rail span{display:block;margin-top:10px;color:var(--muted);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.registry-split{background:#f3f6f5}
.registry-split__grid{display:grid;grid-template-columns:1fr .85fr;gap:clamp(55px,8vw,120px);align-items:start}
.registry-split h2,.registry-section-head h2,.registry-fit h2{max-width:820px;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.98;letter-spacing:-.055em}
.registry-split p:not(.eyebrow){max-width:720px;color:#4c6068;font-size:1.04rem;line-height:1.75}
.registry-check-list{margin:0;padding:0;border-top:1px solid #c6d3d5;list-style:none}
.registry-check-list li{display:grid;grid-template-columns:42px 1fr;align-items:center;min-height:82px;border-bottom:1px solid #c6d3d5;font:700 1.08rem var(--heading)}
.registry-check-list span{display:grid;place-items:center;width:27px;height:27px;color:#071c2c;background:var(--lime);border-radius:50%;font-size:.75rem}
.registry-section-head{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:clamp(36px,7vw,100px);align-items:end;margin-bottom:48px}
.registry-section-head>p{max-width:540px;margin:0;color:#587079;line-height:1.7}
.registry-process{color:#fff;background:#071c2c}
.registry-process .registry-section-head>p{color:#a9bec7}
.registry-process ol{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;border:1px solid #294553;list-style:none}
.registry-process li{position:relative;min-height:230px;padding:27px 25px;border-right:1px solid #294553}
.registry-process li:last-child{border-right:0}
.registry-process li span{display:block;color:var(--lime);font-size:.68rem;letter-spacing:.1em}
.registry-process li strong{position:absolute;left:25px;right:25px;bottom:28px;font:700 clamp(1.05rem,1.6vw,1.55rem)/1.15 var(--heading)}
.registry-process--service ol{grid-template-columns:repeat(5,1fr)}
.registry-outcomes{background:#fff}
.registry-outcomes__grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.registry-outcomes__grid article{min-height:220px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.registry-outcomes__grid article span{color:#1782a3;font-size:.68rem;font-weight:700;letter-spacing:.1em}
.registry-outcomes__grid article h3{margin-top:92px;font-size:clamp(1.4rem,2vw,2.05rem)}
.registry-gallery{background:#e8f0f1}
.registry-gallery__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.registry-gallery figure{position:relative;min-height:520px;margin:0;overflow:hidden;background:#071c2c}
.registry-gallery figure:not(:first-child){min-height:420px}
.registry-gallery img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.registry-gallery figure:hover img{transform:scale(1.035)}
.registry-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:75px 25px 25px;color:#fff;background:linear-gradient(transparent,rgba(3,17,27,.92))}
.registry-gallery figcaption span{font:700 1.18rem var(--heading)}
.registry-gallery figcaption p{margin:8px 0 0;color:#bbccd3;font-size:.75rem;line-height:1.55}
.registry-fit{color:#fff;background:#0d3143}
.registry-fit__grid{display:grid;grid-template-columns:1fr .8fr;gap:clamp(50px,8vw,120px);align-items:center}
.registry-fit ul{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2);list-style:none}
.registry-fit li{min-height:110px;display:flex;align-items:flex-end;padding:20px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);font:700 1rem var(--heading)}
.registry-projects{background:#f3f6f5}
.registry-hub{background:#f0f5f4}
.registry-hub__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.registry-hub__grid--products{grid-template-columns:repeat(3,minmax(0,1fr))}
.registry-hub__grid>a{position:relative;min-height:565px;display:flex;flex-direction:column;overflow:hidden;padding:300px 28px 28px;color:#071c2c;background:#fff;border:1px solid var(--line);text-decoration:none;transition:transform .3s,box-shadow .3s}
.registry-hub__grid>a:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(4,19,29,.14)}
.registry-hub__grid>a img{position:absolute;inset:0 0 auto;width:100%;height:270px;object-fit:cover}
.registry-hub__grid>a>span{color:#1782a3;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.registry-hub__grid>a h2{margin-top:14px;font-size:clamp(1.7rem,2.3vw,2.5rem);line-height:1.03}
.registry-hub__grid>a p{color:#5a6d74;font-size:.84rem;line-height:1.65}
.registry-hub__grid>a b{margin-top:auto;padding-top:20px;border-top:1px solid var(--line);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}
.generic-visual-proof{background:#e8f0f1}
.generic-visual-proof__grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px}
.generic-visual-proof__grid a{position:relative;min-height:390px;overflow:hidden;color:#fff;background:#071c2c;text-decoration:none}
.generic-visual-proof__grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.generic-visual-proof__grid a:hover img{transform:scale(1.04)}
.generic-visual-proof__grid span{position:absolute;left:0;right:0;bottom:0;padding:65px 22px 22px;background:linear-gradient(transparent,rgba(4,19,29,.92));font:700 1rem var(--heading)}
@media(max-width:1120px){.brand__logo{height:50px}.registry-process ol{grid-template-columns:repeat(3,1fr)}.registry-process li{border-bottom:1px solid #294553}.registry-gallery__grid{grid-template-columns:1fr 1fr}.registry-gallery figure:first-child{grid-column:1/-1}.registry-hub__grid--products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.brand__logo{height:45px;max-width:190px}.registry-hero{min-height:620px;padding:135px 0 70px}.registry-hero h1{font-size:clamp(3.25rem,14vw,5rem)}.registry-proof-rail>.shell{grid-template-columns:1fr 1fr}.registry-proof-rail>.shell>div{border-bottom:1px solid var(--line)}.registry-split__grid,.registry-section-head,.registry-fit__grid{grid-template-columns:1fr;gap:34px}.registry-process ol{grid-template-columns:1fr 1fr}.registry-process li{min-height:160px}.registry-outcomes__grid{grid-template-columns:1fr 1fr}.registry-gallery__grid,.generic-visual-proof__grid{grid-template-columns:1fr}.registry-gallery figure,.registry-gallery figure:not(:first-child){min-height:400px}.registry-gallery figure:first-child{grid-column:auto}.registry-hub__grid,.registry-hub__grid--products{grid-template-columns:1fr}.generic-visual-proof__grid a{min-height:330px}}
@media(max-width:520px){.registry-proof-rail>.shell,.registry-process ol,.registry-outcomes__grid,.registry-fit ul{grid-template-columns:1fr}.registry-proof-rail>.shell>div:first-child{padding-left:24px}.registry-process li{min-height:135px}.registry-outcomes__grid article{min-height:170px}.registry-outcomes__grid article h3{margin-top:55px}.registry-hub__grid>a{min-height:510px;padding-top:275px}.registry-hub__grid>a img{height:245px}}

/* 1.2 complete project library */
.project-archive-hero { min-height: 620px; padding: 160px 0 90px; display: flex; align-items: flex-end; color: white; background: linear-gradient(90deg, rgba(4,19,29,.98), rgba(4,19,29,.55)), url('../images/source/projects/kamoa-copper.jpg') center/cover; }
.project-archive-hero h1 { max-width: 950px; font-size: clamp(3.8rem, 7vw, 7.3rem); }
.project-archive-hero > .shell > p:last-child { max-width: 800px; margin-top: 28px; color: #c4d5dc; font-size: 1.2rem; }
.project-proof-bar { background: white; border-bottom: 1px solid var(--line); }
.project-proof-bar > .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.project-proof-bar > .shell > div { padding: 28px; border-right: 1px solid var(--line); }
.project-proof-bar > .shell > div:first-child { padding-left: 0; }
.project-proof-bar strong { display: block; font: 700 2.2rem/1 var(--heading); }
.project-proof-bar span { display: block; margin-top: 7px; color: var(--muted); font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.project-library-section { background: #edf3f4; }
.project-library { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.project-library__card { min-height: 310px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid var(--line); background: white; text-decoration: none; transition: .3s; }
.project-library__card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(4,19,29,.14); }
.project-library__image { position: relative; min-height: 250px; overflow: hidden; background: var(--navy); }
.project-library__image img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.project-library__card:hover img { transform: scale(1.045); }
.project-library__image > span { position: absolute; left: 16px; top: 16px; padding: 6px 9px; color: var(--navy); background: var(--lime); font-size: .6rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.project-library__body { padding: 26px 24px; display: flex; flex-direction: column; }
.project-library__meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 23px; color: var(--blue); font-size: .61rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.project-library__meta span:last-child { text-align: right; }
.project-library__body h2 { font-size: 1.5rem; }
.project-library__body p { margin: 12px 0; color: var(--muted); font-size: .82rem; }
.project-library__body > strong { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--blue); font-size: .74rem; }
.project-detail-hero { min-height: 720px; padding: 170px 0 90px; display: flex; align-items: flex-end; color: white; background: linear-gradient(90deg, rgba(4,19,29,.97), rgba(4,19,29,.25)), linear-gradient(0deg, rgba(4,19,29,.9), transparent 60%), var(--project-image) center 28%/cover; }
.project-detail-hero h1 { max-width: 1100px; font-size: clamp(3.8rem, 7vw, 7.3rem); }
.project-detail-hero > .shell > p:last-child { max-width: 780px; margin-top: 27px; color: #c5d5dc; font-size: 1.18rem; }
.project-detail-facts { background: white; border-bottom: 1px solid var(--line); }
.project-detail-facts > .shell { display: grid; grid-template-columns: 1fr 1.35fr 1fr 1.35fr; }
.project-detail-facts > .shell > div { padding: 26px 23px; border-right: 1px solid var(--line); }
.project-detail-facts > .shell > div:first-child { padding-left: 0; }
.project-detail-facts span { display: block; color: var(--blue); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-detail-facts strong { display: block; margin-top: 7px; font: 700 .94rem/1.35 var(--heading); }
.project-prose { max-width: 960px; }
.project-prose .project-detail-content > h2 { margin-top: 1.6em; }
.project-source-note { margin-top: 48px; padding: 20px 22px; border-left: 3px solid var(--lime); background: var(--mist); font-size: .86rem !important; }
@media (max-width: 980px) { .project-library__card { grid-template-columns: 1fr; }.project-proof-bar > .shell, .project-detail-facts > .shell { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .project-library { grid-template-columns: 1fr; }.project-proof-bar > .shell, .project-detail-facts > .shell { grid-template-columns: 1fr; }.project-proof-bar > .shell > div, .project-detail-facts > .shell > div { padding-left: 0; border-bottom: 1px solid var(--line); }.project-archive-hero, .project-detail-hero { min-height: 610px; padding-top: 135px; }.project-archive-hero h1, .project-detail-hero h1 { font-size: 3.45rem; } }

.hero--photographic { min-height: 930px; position: relative; overflow: hidden; }
.hero--photographic::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #071c2c 0 36%, rgba(7,28,44,.92) 43%, rgba(7,28,44,.25) 63%, rgba(7,28,44,.03) 82%), linear-gradient(0deg, #071c2c, transparent 28%); }
.hero--photographic .hero__photo { position: absolute; inset: 0; }
.hero--photographic .hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero--photographic .hero__mesh { z-index: 2; }
.hero--photographic .hero__grid { min-height: 930px; grid-template-columns: 1fr; position: relative; z-index: 3; }
.hero--photographic .hero__copy { max-width: 700px; padding-top: 65px; }
.hero--photographic h1 { font-size: clamp(4rem, 6.2vw, 6.8rem); text-shadow: 0 3px 35px rgba(0,0,0,.25); }
.hero__team-card { position: absolute; z-index: 5; right: max(28px, calc((100vw - 1320px)/2)); bottom: 54px; width: 440px; min-height: 154px; display: grid; grid-template-columns: 165px 1fr; color: var(--navy); background: white; border-top: 4px solid var(--lime); box-shadow: 0 28px 70px rgba(0,0,0,.38); text-decoration: none; transition: .25s; }
.hero__team-card:hover { transform: translateY(-6px); }
.hero__team-card img { width: 100%; height: 100%; object-fit: cover; }
.hero__team-card > span { padding: 24px 21px; display: flex; flex-direction: column; justify-content: center; }
.hero__team-card small { color: var(--blue); font-size: .61rem; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.hero__team-card strong { margin-top: 9px; font: 700 1rem/1.3 var(--heading); }
.hero__system-label { position: absolute; z-index: 4; right: max(28px, calc((100vw - 1320px)/2)); top: 145px; padding: 14px 18px; color: white; background: rgba(3,17,28,.72); border-left: 3px solid var(--lime); backdrop-filter: blur(10px); }
.hero__system-label span { display: block; color: var(--cyan); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero__system-label strong { font: 700 .84rem var(--heading); }
@media (max-width: 800px) { .hero--photographic { min-height: 980px; }.hero--photographic::before { background: linear-gradient(0deg, #071c2c 0 44%, rgba(7,28,44,.55) 72%, rgba(7,28,44,.08)), linear-gradient(90deg, rgba(7,28,44,.85), rgba(7,28,44,.1)); }.hero--photographic .hero__photo img { width: 170%; max-width: none; margin-left: -65%; }.hero--photographic .hero__grid { min-height: 850px; padding-top: 0; align-items: end; }.hero--photographic .hero__copy { padding: 0 0 100px; }.hero--photographic h1 { font-size: 3.35rem; }.hero__system-label { display: none; }.hero__team-card { left: 16px; right: 16px; bottom: 22px; width: auto; min-height: 126px; grid-template-columns: 120px 1fr; }.hero__team-card > span { padding: 17px 15px; } }

/* 1.3 procurement-grade homepage */
@media (min-width: 981px) { .site-header__bar { height: 94px; }.site-nav__trigger { padding-inline: 14px; font-size: .88rem; }.header-cta { padding: 15px 20px; }.mega-menu { top: 94px; } }
.hero--photographic { min-height: 920px; }
.hero--photographic::before { background: linear-gradient(90deg, #061a29 0 38%, rgba(6,26,41,.96) 46%, rgba(6,26,41,.58) 57%, rgba(6,26,41,.08) 78%), linear-gradient(0deg, #061a29, transparent 23%); }
.hero--photographic .hero__grid { min-height: 920px; padding-block: 175px 205px; align-items: center; }
.hero--photographic .hero__copy { max-width: 625px; padding-top: 0; }
.hero--photographic h1 { font-size: clamp(4.25rem, 5.25vw, 6.15rem); line-height: .89; letter-spacing: -.055em; }
.hero--photographic h1 span, .hero--photographic h1 em { display: block; }
.hero--photographic h1 em { margin-top: 8px; }
.hero--photographic .hero__lead { max-width: 610px; margin: 30px 0 14px; color: white; font-size: clamp(1.08rem,1.35vw,1.28rem); font-weight: 700; line-height: 1.5; }
.hero__supporting { max-width: 600px; margin: 0 0 31px; color: #b8ccd4; font-size: .94rem; line-height: 1.7; }
.hero--photographic .hero__photo img { object-position: right center; }
.hero__team-card { right: max(40px, calc((100vw - 1380px)/2)); bottom: 45px; width: 410px; min-height: 142px; grid-template-columns: 150px 1fr; }
.hero__system-label { right: max(40px, calc((100vw - 1380px)/2)); top: 150px; }
.investment-proof { background: white; }
.investment-proof__head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 95px; align-items: end; margin-bottom: 58px; }
.investment-proof__head h2 { max-width: 850px; }
.investment-proof__head > p { max-width: 560px; color: var(--muted); }
.investment-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.investment-proof__grid article { min-height: 330px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.investment-proof__grid article > span { color: var(--blue); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.investment-proof__grid h3 { margin: 48px 0 17px; font-size: 2rem; }
.investment-proof__grid p { color: var(--muted); font-size: .9rem; }
.investment-proof__grid a { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--blue); font-size: .75rem; font-weight: 700; }
.reference-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 25px; color: white; background: var(--navy); }
.reference-strip > div { padding: 27px; border-right: 1px solid rgba(255,255,255,.14); }
.reference-strip small { display: block; color: var(--cyan); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.reference-strip strong { display: block; margin-top: 18px; font: 700 2rem/1 var(--heading); }
.reference-strip span { display: block; margin-top: 7px; color: #9eb6c0; font-size: .7rem; }
@media (max-width: 980px) { .investment-proof__head { grid-template-columns: 1fr; gap: 25px; }.investment-proof__grid { grid-template-columns: 1fr; }.reference-strip { grid-template-columns: 1fr 1fr; }.hero--photographic .hero__copy { max-width: 620px; } }
@media (max-width: 800px) { .hero--photographic { min-height: 1040px; }.hero--photographic .hero__grid { min-height: 1040px; padding: 365px 0 225px; align-items: start; }.hero--photographic .hero__copy { max-width: none; padding: 0; }.hero--photographic h1 { font-size: 3.15rem; }.hero--photographic .hero__lead { font-size: 1rem; }.hero__supporting { font-size: .84rem; }.reference-strip { grid-template-columns: 1fr; } }

.project-prose { max-width: 1180px; }
.project-kicker { color: var(--blue) !important; font-size: .68rem !important; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-challenge { max-width: 980px; font: 600 clamp(1.55rem,2.5vw,2.65rem)/1.25 var(--heading) !important; color: var(--ink) !important; letter-spacing: -.025em; }
.project-design-basis { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.project-design-basis > div { min-height: 160px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-design-basis span { display: block; color: var(--blue); font-size: .61rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.project-design-basis strong { display: block; margin-top: 35px; font: 700 1rem/1.4 var(--heading); }
.project-response, .project-assurance, .project-outcome, .project-procurement { margin-top: 90px; }
.project-response > p, .project-outcome > p { max-width: 820px; }
.project-response > ol { display: grid; grid-template-columns: repeat(2,1fr); margin: 35px 0 0; padding: 0; list-style: none; counter-reset: project-response; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.project-response > ol > li { min-height: 150px; padding: 28px; counter-increment: project-response; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 700 1.02rem/1.4 var(--heading); }
.project-response > ol > li::before { content: '0' counter(project-response); display: block; margin-bottom: 35px; color: var(--lime-dark); font: 700 .65rem var(--body); }
.project-assurance > div { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 35px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.project-assurance article { min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-assurance article h3 { margin-top: 0; }
.project-assurance article p { font-size: .82rem; }
.project-outcome { padding: 55px; background: #edf3f4; }
.project-outcome > p { font: 600 clamp(1.4rem,2.2vw,2.3rem)/1.3 var(--heading) !important; color: var(--ink) !important; }
.project-outcome ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.project-outcome li { padding: 8px 11px; border: 1px solid var(--line); background: white; font-size: .74rem; }
.project-procurement { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; }
.project-procurement > ol { margin: 0; padding: 0; list-style: none; counter-reset: procurement; border-top: 1px solid var(--line); }
.project-procurement > ol > li { padding: 18px 0; counter-increment: procurement; border-bottom: 1px solid var(--line); }
.project-procurement > ol > li::before { content: '0' counter(procurement); display: inline-block; width: 55px; color: var(--blue); font-size: .65rem; font-weight: 700; }
@media (max-width: 800px) { .project-design-basis, .project-response > ol, .project-assurance > div { grid-template-columns: 1fr; }.project-procurement { grid-template-columns: 1fr; gap: 20px; }.project-outcome { padding: 30px 22px; } }

/* 1.4 image-led project records */
.project-visual-record { padding: clamp(80px, 9vw, 140px) 0; background: #edf3f4; }
.project-media-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.project-media-heading > p { max-width: 560px; color: var(--muted); }
.project-visual-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
.project-visual-card { margin: 0; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: white; }
.project-visual-card__image { position: relative; height: 360px; overflow: hidden; background: var(--navy); }
.project-visual-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-visual-card:hover img { transform: scale(1.035); }
.project-visual-card__image span { position: absolute; left: 16px; top: 16px; padding: 7px 10px; color: var(--navy); background: var(--lime); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-visual-card figcaption { padding: 26px 24px 28px; }
.project-visual-card h3 { font-size: 1.45rem; }
.project-visual-card p { margin: 12px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.6; }
.case-evidence { padding: clamp(85px, 10vw, 155px) 0; color: white; background: #041a2a; }
.case-evidence__layout { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: 70px; align-items: start; }
.case-evidence__copy { position: sticky; top: 140px; }
.case-evidence__copy h2 { max-width: 560px; font-size: clamp(2.6rem, 4.4vw, 4.9rem); }
.case-evidence__copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0; color: #afc6d0; }
.case-evidence__copy .button { margin: 5px 0 18px; }
.case-evidence__copy small { display: block; color: #7696a5; font-size: .72rem; }
.case-evidence__pages { display: grid; gap: 22px; }
.case-evidence__pages--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.case-evidence__page { margin: 0; min-width: 0; }
.case-evidence__page a { display: block; padding: 10px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.38); transition: transform .25s ease; }
.case-evidence__page a:hover { transform: translateY(-5px); }
.case-evidence__page img { width: 100%; height: auto; }
.case-evidence__pages--1 .case-evidence__page { max-width: 720px; margin-left: auto; }
.case-evidence__page figcaption { padding: 13px 4px 0; color: #83a1ae; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 1100px) { .project-media-heading, .case-evidence__layout { grid-template-columns: 1fr; gap: 45px; }.project-visual-grid { grid-template-columns: 1fr 1fr; }.project-visual-card:first-child { grid-column: 1 / -1; }.case-evidence__copy { position: static; } }
@media (max-width: 720px) { .project-visual-grid, .case-evidence__pages--2 { grid-template-columns: 1fr; }.project-visual-card:first-child { grid-column: auto; }.project-visual-card__image { height: 280px; }.case-evidence__page a { padding: 6px; } }

/* 1.5 commercial proof system */
.project-library__value { display: flex; align-items: baseline; gap: 10px; margin: -2px 0 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.project-library__value strong { font: 700 1.7rem/1 var(--heading); letter-spacing: -.035em; }
.project-library__value span { color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.project-library__value--commercial strong { color: #6d7900; }
.project-library__body > small { display: block; margin: 2px 0 14px; color: #7f9098; font-size: .59rem; line-height: 1.4; }
.project-library__body > b { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--blue); font-size: .74rem; }
.commercial-proof { color: white; background: #041521; }
.commercial-proof__head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.commercial-proof__head h2 { max-width: 880px; }
.commercial-proof__head > p { max-width: 560px; color: #9db5c0; }
.commercial-proof__layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 20px; }
.commercial-proof__feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 570px; overflow: hidden; color: var(--navy); background: white; text-decoration: none; }
.commercial-proof__image { min-height: 420px; overflow: hidden; }
.commercial-proof__image img { width: 100%; height: 100%; object-fit: cover; }
.commercial-proof__feature-copy { padding: 45px; display: flex; flex-direction: column; }
.commercial-proof__feature-copy > span, .commercial-proof__supporting a > span { color: var(--blue); font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.commercial-proof__feature-copy > strong { display: block; margin: 45px 0 2px; color: #6d7900; font: 700 clamp(5rem, 8vw, 8.5rem)/.82 var(--heading); letter-spacing: -.075em; }
.commercial-proof__feature-copy h3 { font-size: 2rem; }
.commercial-proof__feature-copy p { margin: 24px 0; color: var(--muted); }
.commercial-proof__feature-copy small { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: #657b86; }
.commercial-proof__supporting { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid #24485b; border-top: 1px solid #24485b; }
.commercial-proof__supporting a { min-height: 275px; padding: 29px; border-right: 1px solid #24485b; border-bottom: 1px solid #24485b; display: flex; flex-direction: column; text-decoration: none; }
.commercial-proof__supporting a > span { color: var(--cyan); }
.commercial-proof__supporting a > strong { display: block; margin: 45px 0 4px; color: var(--lime); font: 700 2.7rem/1 var(--heading); letter-spacing: -.04em; }
.commercial-proof__supporting a > p { margin: 0; color: #b4c8d0; font-size: .78rem; }
.portfolio-value-rail { padding: 28px 0 20px; color: white; background: #061d2d; border-top: 1px solid #24485b; border-bottom: 1px solid #24485b; }
.portfolio-value-rail > .shell:first-child { display: grid; grid-template-columns: 1.35fr repeat(5, 1fr); }
.portfolio-value-rail__intro, .portfolio-value-rail a { min-height: 135px; padding: 21px; border-right: 1px solid #24485b; display: flex; flex-direction: column; text-decoration: none; }
.portfolio-value-rail__intro { padding-left: 0; }
.portfolio-value-rail span { color: var(--cyan); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-value-rail__intro strong { margin-top: 25px; font: 700 1rem/1.35 var(--heading); }
.portfolio-value-rail a strong { margin-top: 22px; color: var(--lime); font: 700 2rem/1 var(--heading); }
.portfolio-value-rail a small { margin-top: 7px; color: #839faa; font-size: .62rem; }
.portfolio-value-rail > p { margin: 17px auto 0; color: #668593; font-size: .66rem; }
.project-detail-hero > .shell { padding-right: 390px; }
.project-hero-value { position: absolute; z-index: 3; right: max(64px, calc((100vw - 1320px)/2)); bottom: 90px; width: 310px; padding: 25px; color: white; background: rgba(4,26,42,.9); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(12px); }
.project-hero-value--commercial { color: var(--navy); background: var(--lime); border-color: var(--lime); }
.project-hero-value > span { display: block; font-size: .59rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-hero-value > strong { display: block; margin-top: 22px; font: 700 3.9rem/.9 var(--heading); letter-spacing: -.06em; }
.project-hero-value > p { margin: 8px 0 21px; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.project-hero-value > small { display: block; padding-top: 14px; border-top: 1px solid currentColor; font-size: .62rem; opacity: .7; }
@media (max-width: 1100px) { .commercial-proof__head, .commercial-proof__layout { grid-template-columns: 1fr; }.portfolio-value-rail > .shell:first-child { grid-template-columns: 1fr 1fr 1fr; }.portfolio-value-rail__intro { grid-column: 1 / -1; min-height: auto; border-bottom: 1px solid #24485b; }.project-detail-hero > .shell { padding-right: 340px; }.project-hero-value { right: 24px; width: 290px; } }
@media (max-width: 760px) { .commercial-proof__feature { grid-template-columns: 1fr; }.commercial-proof__image { min-height: 300px; }.commercial-proof__feature-copy { padding: 30px 24px; }.commercial-proof__feature-copy > strong { font-size: 5rem; }.commercial-proof__supporting { grid-template-columns: 1fr; }.commercial-proof__supporting a { min-height: 210px; }.portfolio-value-rail > .shell:first-child { grid-template-columns: 1fr 1fr; }.portfolio-value-rail__intro { grid-column: 1 / -1; }.project-detail-hero { padding-bottom: 245px; }.project-detail-hero > .shell { padding-right: 0; }.project-hero-value { left: 16px; right: 16px; bottom: 24px; width: auto; padding: 20px; }.project-hero-value > strong { font-size: 3rem; } }

/* 1.6 in-place Water Journey stream switching */
.process-explorer { --stream-accent: var(--lime); }
.process-explorer[data-active-stream="effluent"] { --stream-accent: var(--amber); }
.process-explorer[data-active-stream="water"] { --stream-accent: var(--cyan); }
.process-stream-switch { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 55px; align-items: end; margin-bottom: 28px; padding: 28px; border: 1px solid rgba(255,255,255,.14); background: rgba(6,29,45,.72); }
.process-stream-switch h3 { margin: 7px 0 10px; font-size: clamp(1.8rem, 3vw, 3rem); }
.process-stream-switch p:last-child { max-width: 720px; margin-bottom: 0; color: #9db5c0; }
.process-stream-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #315266; }
.process-stream-tabs button { min-height: 56px; padding: 12px 14px; border: 0; border-right: 1px solid #315266; color: #a8bec8; background: transparent; font: 700 .68rem/1.25 var(--heading); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease; }
.process-stream-tabs button:last-child { border-right: 0; }
.process-stream-tabs button:hover, .process-stream-tabs button:focus-visible { color: white; background: rgba(255,255,255,.06); }
.process-stream-tabs button.is-active { color: var(--navy); background: var(--stream-accent); }
.process-explorer .process-node:hover, .process-explorer .process-node.is-active { border-color: var(--stream-accent); box-shadow: 0 0 0 6px color-mix(in srgb, var(--stream-accent) 8%, transparent); }
.process-explorer .process-node__number { color: var(--stream-accent); }
.process-explorer .technical-detail { border-color: var(--stream-accent); }
.process-explorer [data-process-ras][hidden] { display: none; }
.process-explorer.is-stream-changing .process-canvas, .process-explorer.is-stream-changing .process-panels { animation: process-stream-change .36s ease both; }
@keyframes process-stream-change { from { opacity: .35; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) { .process-stream-switch { grid-template-columns: 1fr; gap: 24px; }.process-stream-tabs { max-width: 580px; } }
@media (max-width: 520px) { .process-stream-switch { padding: 20px; }.process-stream-tabs { grid-template-columns: 1fr; }.process-stream-tabs button { border-right: 0; border-bottom: 1px solid #315266; }.process-stream-tabs button:last-child { border-bottom: 0; } }
@media (prefers-reduced-motion: reduce) { .process-explorer.is-stream-changing .process-canvas, .process-explorer.is-stream-changing .process-panels { animation: none; } }


/* 1.7 whole-business water ecosystem infographic */
.water-ecosystem{position:relative;overflow:hidden;color:#fff;background:#031522}
.water-ecosystem:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 34%,rgba(42,167,205,.16),transparent 30%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px}
.water-ecosystem>.shell{position:relative;z-index:1}.ecosystem-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end;margin-bottom:52px}.ecosystem-heading h2{max-width:850px}.ecosystem-heading>p{max-width:570px;margin:0;color:#9cb5c0;font-size:1.05rem}
.ecosystem-board{--eco-active:var(--lime);border:1px solid #28495a;background:rgba(4,25,39,.88);box-shadow:0 45px 120px rgba(0,0,0,.32)}.water-ecosystem[data-active-stream="effluent"] .ecosystem-board{--eco-active:#ffb249}.water-ecosystem[data-active-stream="water"] .ecosystem-board{--eco-active:var(--cyan)}
.ecosystem-metrics{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #28495a}.ecosystem-metrics>div{min-height:112px;padding:23px 27px;border-right:1px solid #28495a;display:flex;flex-direction:column;justify-content:center}.ecosystem-metrics>div:last-child{border-right:0}.ecosystem-metrics strong{color:var(--lime);font:700 2.7rem/1 var(--heading,Heebo);letter-spacing:-.05em}.ecosystem-metrics span{margin-top:9px;color:#7796a3;font-size:.6rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.ecosystem-flow{position:relative;display:grid;grid-template-columns:minmax(250px,1fr) minmax(270px,.76fr) minmax(250px,1fr);gap:70px;align-items:center;padding:62px 50px}.ecosystem-flow:before{content:"";position:absolute;left:23%;right:23%;top:50%;height:1px;background:linear-gradient(90deg,transparent,#386478 18%,var(--eco-active) 50%,#386478 82%,transparent);opacity:.75}.ecosystem-label{margin:0 0 14px;color:#6f919f;font-size:.61rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.ecosystem-streams,.ecosystem-outcomes{position:relative;z-index:2}.eco-stream{--eco-accent:var(--lime);position:relative;width:100%;min-height:94px;display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;gap:2px 12px;margin:8px 0;padding:17px 18px;border:1px solid #254657;border-left:3px solid transparent;color:#b6c9d1;background:#071f30;text-align:left;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.eco-stream--effluent{--eco-accent:#ffb249}.eco-stream--water{--eco-accent:var(--cyan)}.eco-stream:hover,.eco-stream:focus-visible,.eco-stream.is-active{z-index:2;border-color:var(--eco-accent);border-left-color:var(--eco-accent);background:#0b2b40;transform:translateX(6px)}.eco-stream>span{grid-row:1/3;color:var(--eco-accent);font-size:.61rem;font-weight:700;letter-spacing:.12em}.eco-stream strong{font:700 1.08rem/1.2 var(--heading,Heebo)}.eco-stream small{color:#7f9aa6;font-size:.68rem;line-height:1.35}
.ecosystem-core{position:relative;z-index:3;width:min(100%,290px);aspect-ratio:1;margin:auto;padding:57px 36px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #3c6a7e;border-radius:50%;background:radial-gradient(circle at 50% 42%,#123c50 0,#08273a 56%,#041a29 100%);box-shadow:0 0 0 13px rgba(63,142,170,.07),0 0 70px rgba(23,139,179,.24);text-align:center}.ecosystem-core:before,.ecosystem-core:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.ecosystem-core:before{inset:18px;border:1px solid rgba(83,216,230,.22)}.ecosystem-core:after{inset:36px;border:1px dashed rgba(184,242,56,.24)}.ecosystem-core>span,.ecosystem-core>strong,.ecosystem-core>p,.ecosystem-core>small{position:relative;z-index:2}.ecosystem-core>span{color:var(--eco-active);font-size:.57rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.ecosystem-core>strong{margin:14px 0 8px;font:700 1.35rem/1.13 var(--heading,Heebo)}.ecosystem-core>p{margin:0;color:#9fb9c3;font-size:.7rem;line-height:1.4}.ecosystem-core>small{margin-top:13px;color:#5f8493;font-size:.54rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.ecosystem-core__orbit{position:absolute;inset:-29px;border:1px solid rgba(83,216,230,.24);border-radius:50%;animation:ecosystem-orbit 18s linear infinite}.ecosystem-core__orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--eco-active);box-shadow:0 0 14px var(--eco-active)}.ecosystem-core__orbit i:nth-child(1){left:50%;top:-4px}.ecosystem-core__orbit i:nth-child(2){right:2%;bottom:22%}.ecosystem-core__orbit i:nth-child(3){left:2%;bottom:22%}@keyframes ecosystem-orbit{to{transform:rotate(360deg)}}
.ecosystem-outcomes>div{min-height:57px;display:grid;grid-template-columns:38px 1fr;align-items:center;border-bottom:1px solid #254657}.ecosystem-outcomes>div:first-of-type{border-top:1px solid #254657}.ecosystem-outcomes>div span{color:var(--cyan);font-size:.58rem;font-weight:700}.ecosystem-outcomes>div strong{font:700 .82rem/1.3 var(--heading,Heebo)}
.ecosystem-systems,.ecosystem-lifecycle{border-top:1px solid #28495a}.ecosystem-band-heading{display:grid;grid-template-columns:230px 1fr;gap:20px;padding:20px 27px;border-bottom:1px solid #28495a;background:#061b2a}.ecosystem-band-heading span,.ecosystem-industries>div span{color:var(--cyan);font-size:.59rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ecosystem-band-heading strong,.ecosystem-industries>div strong{font:700 .88rem/1.3 var(--heading,Heebo)}
.ecosystem-system-row{--row-accent:var(--lime);display:grid;grid-template-columns:54px 180px 1fr 90px;gap:20px;align-items:center;min-height:86px;padding:17px 27px;border-bottom:1px solid #1f4052;border-left:3px solid transparent;transition:background .2s,border-color .2s}.ecosystem-system-row--effluent{--row-accent:#ffb249}.ecosystem-system-row--water{--row-accent:var(--cyan)}.ecosystem-system-row.is-active{border-left-color:var(--row-accent);background:linear-gradient(90deg,color-mix(in srgb,var(--row-accent) 9%,transparent),transparent 55%)}.ecosystem-system-row>span{color:var(--row-accent);font-size:.6rem;font-weight:700}.ecosystem-system-row h3{margin:0;font-size:1.05rem}.ecosystem-system-row p{margin:0;color:#86a3af;font-size:.72rem}.ecosystem-system-row a{color:var(--row-accent);font-size:.68rem;font-weight:700;text-align:right;text-decoration:none}
.ecosystem-lifecycle ol{display:grid;grid-template-columns:repeat(11,1fr);margin:0;padding:0;overflow-x:auto;list-style:none}.ecosystem-lifecycle li{position:relative;min-width:108px;min-height:112px;padding:20px 15px;border-right:1px solid #1f4052}.ecosystem-lifecycle li:last-child{border-right:0}.ecosystem-lifecycle li:before{content:"";position:absolute;left:0;right:0;top:41px;height:1px;background:#31596c}.ecosystem-lifecycle li span{position:relative;z-index:1;padding-right:8px;color:var(--lime);background:#051a29;font-size:.55rem;font-weight:700}.ecosystem-lifecycle li strong{display:block;margin-top:27px;font:700 .68rem/1.3 var(--heading,Heebo)}
.ecosystem-industries{display:grid;grid-template-columns:230px 1fr;gap:25px;align-items:center;padding:27px;border-top:1px solid #28495a}.ecosystem-industries>div{display:grid;gap:7px}.ecosystem-industries ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.ecosystem-industries li{padding:7px 10px;border:1px solid #2b4e5f;color:#9db3bc;background:#071f30;font-size:.61rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.ecosystem-proof{display:flex;justify-content:space-between;gap:35px;align-items:center;padding:19px 27px;border-top:1px solid #28495a;background:var(--lime);color:#071c2c}.ecosystem-proof p{margin:0;font-size:.71rem}.ecosystem-proof a{font-size:.7rem;font-weight:700;white-space:nowrap}.ecosystem-qualifier{margin:14px 0 0;color:#5f7d8a;font-size:.63rem}
@media(max-width:1080px){.ecosystem-heading{grid-template-columns:1fr;gap:24px}.ecosystem-flow{grid-template-columns:1fr 250px 1fr;gap:32px;padding-inline:30px}.ecosystem-system-row{grid-template-columns:45px 155px 1fr 70px}.ecosystem-lifecycle ol{grid-template-columns:repeat(11,108px)}}
@media(max-width:820px){.ecosystem-metrics{grid-template-columns:1fr 1fr}.ecosystem-metrics>div:nth-child(2){border-right:0}.ecosystem-metrics>div:nth-child(-n+2){border-bottom:1px solid #28495a}.ecosystem-flow{grid-template-columns:1fr;padding:42px 24px;gap:38px}.ecosystem-flow:before{display:none}.ecosystem-streams{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ecosystem-streams .ecosystem-label{grid-column:1/-1}.eco-stream{display:flex;min-height:125px;flex-direction:column;gap:5px;margin:0}.eco-stream:hover,.eco-stream:focus-visible,.eco-stream.is-active{transform:translateY(-4px)}.ecosystem-core{width:270px}.ecosystem-outcomes{display:grid;grid-template-columns:1fr 1fr}.ecosystem-outcomes .ecosystem-label{grid-column:1/-1}.ecosystem-outcomes>div:first-of-type{border-top:0}.ecosystem-outcomes>div{border-top:1px solid #254657}.ecosystem-system-row{grid-template-columns:38px 1fr 70px}.ecosystem-system-row p{grid-column:2/-1;grid-row:2}.ecosystem-band-heading,.ecosystem-industries{grid-template-columns:1fr}.ecosystem-proof{align-items:flex-start;flex-direction:column;gap:12px}}
@media(max-width:560px){.ecosystem-heading h2{font-size:3rem}.ecosystem-metrics>div{min-height:100px;padding:19px}.ecosystem-streams{grid-template-columns:1fr}.eco-stream{min-height:88px}.ecosystem-outcomes{grid-template-columns:1fr}.ecosystem-system-row{grid-template-columns:30px 1fr}.ecosystem-system-row p,.ecosystem-system-row a{grid-column:2}.ecosystem-system-row a{text-align:left}.ecosystem-proof a{white-space:normal}.ecosystem-core{width:235px;padding-inline:28px}}
@media(prefers-reduced-motion:reduce){.ecosystem-core__orbit{animation:none}}


/* 1.8 company-profile site water circuit */
.ecosystem-heading>div:last-child>p{max-width:590px;margin:0;color:#9cb5c0;font-size:1.02rem}
.circuit-controls{display:flex;flex-wrap:wrap;gap:7px;margin-top:23px}.circuit-controls button{min-height:38px;padding:8px 11px;border:1px solid #315365;color:#8ba5af;background:transparent;font-size:.59rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.circuit-controls button:hover,.circuit-controls button:focus-visible{color:#fff;border-color:#678492}.circuit-controls button.is-active{color:#071c2c;border-color:var(--lime);background:var(--lime)}
.ecosystem-metrics{grid-template-columns:repeat(6,1fr)}.ecosystem-metrics>div{padding-inline:20px}.ecosystem-metrics strong{font-size:2.15rem}
.site-water-circuit{border-bottom:1px solid #28495a;background:radial-gradient(circle at 52% 50%,rgba(44,154,188,.09),transparent 38%)}
.circuit-row{display:grid;grid-template-columns:minmax(0,1.15fr) 42px minmax(0,.9fr) 42px 140px 42px minmax(0,1fr);gap:12px;align-items:center;padding:38px 28px;transition:opacity .25s,filter .25s}.circuit-row--recovery{background:rgba(9,42,61,.46)}
.circuit-step{display:block;margin-bottom:13px;color:#6f919f;font-size:.57rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.circuit-node-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.circuit-node{min-height:61px;display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:center;padding:9px;border:1px solid #294c5e;background:#072033}.circuit-node i{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--cyan);border-radius:50%;color:var(--cyan);font-style:normal;font-size:.53rem;font-weight:700;letter-spacing:.04em}.circuit-node strong{font:700 .67rem/1.25 var(--heading,Heebo)}.circuit-row--recovery .circuit-node i{color:#ffb249;border-color:#ffb249}
.circuit-treatment{position:relative;min-height:190px;padding:27px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #3b7188;border-radius:50%;background:radial-gradient(circle,#123f54,#072236 68%);text-align:center;box-shadow:0 0 0 9px rgba(83,216,230,.04)}.circuit-treatment:before{content:"";position:absolute;inset:13px;border:1px dashed rgba(83,216,230,.28);border-radius:50%}.circuit-treatment>span,.circuit-treatment>strong,.circuit-treatment>p{position:relative;z-index:1}.circuit-treatment>span{color:var(--cyan);font-size:.58rem;font-weight:700;letter-spacing:.12em}.circuit-treatment>strong{margin:10px 0 8px;font:700 1rem/1.2 var(--heading,Heebo)}.circuit-treatment>p{margin:0;color:#7f9fac;font-size:.58rem;line-height:1.45}.circuit-treatment--recovery{border-color:#a87645;box-shadow:0 0 0 9px rgba(255,178,73,.04)}.circuit-treatment--recovery:before{border-color:rgba(255,178,73,.28)}.circuit-treatment--recovery>span{color:#ffb249}
.circuit-storage{display:flex;min-height:190px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.circuit-storage strong{margin-top:12px;font:700 .73rem/1.25 var(--heading,Heebo)}.circuit-storage>span{margin-top:5px;color:#72919d;font-size:.55rem}.circuit-tank{position:relative;width:82px;height:89px;border:2px solid var(--lime);border-radius:22px 22px 18px 18px;background:linear-gradient(180deg,rgba(184,242,56,.04),rgba(184,242,56,.18));box-shadow:inset 0 0 20px rgba(184,242,56,.08)}.circuit-tank:before,.circuit-tank:after{content:"";position:absolute;left:7px;right:7px;height:8px;border:2px solid var(--lime);border-radius:50%}.circuit-tank:before{top:-6px;background:#0a293a}.circuit-tank:after{bottom:-3px;border-top:0}.circuit-tank i{position:absolute;left:5px;right:5px;height:1px;background:rgba(184,242,56,.45)}.circuit-tank i:nth-child(1){top:27%}.circuit-tank i:nth-child(2){top:51%}.circuit-tank i:nth-child(3){top:75%}
.circuit-arrow{position:relative;height:48px;display:grid;place-items:center}.circuit-arrow:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#3a687b}.circuit-arrow:after{content:"";position:absolute;right:0;top:calc(50% - 4px);width:7px;height:7px;border-top:1px solid var(--lime);border-right:1px solid var(--lime);transform:rotate(45deg)}.circuit-arrow i{position:absolute;z-index:1;left:0;top:calc(50% - 3px);width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 10px var(--lime);animation:circuit-flow 2.8s linear infinite}.circuit-arrow span{position:relative;z-index:2;margin-top:-27px;color:#648592;background:#061b2a;font-size:.49rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@keyframes circuit-flow{to{left:calc(100% - 7px)}}
.circuit-return{position:relative;height:54px;display:grid;place-items:center;border-top:1px solid #28495a;border-bottom:1px solid #28495a;background:#041827}.circuit-return:before,.circuit-return:after{content:"";position:absolute;top:50%;width:30%;height:1px;background:linear-gradient(90deg,transparent,#315a6d)}.circuit-return:before{left:5%}.circuit-return:after{right:5%;transform:scaleX(-1)}.circuit-return span{position:relative;z-index:1;padding:0 16px;color:#92aeb8;background:#041827;font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.circuit-return i{position:absolute;left:50%;bottom:-5px;width:9px;height:9px;border-right:1px solid #ffb249;border-bottom:1px solid #ffb249;transform:rotate(45deg)}
.water-ecosystem[data-circuit-active="supply"] [data-circuit-layer]:not([data-circuit-layer="supply"]),.water-ecosystem[data-circuit-active="recovery"] [data-circuit-layer]:not([data-circuit-layer="recovery"]),.water-ecosystem[data-circuit-active="delivery"] [data-circuit-layer]:not([data-circuit-layer="delivery"]){opacity:.2;filter:saturate(.25)}
.ecosystem-system-row:nth-of-type(1){--row-accent:var(--lime)}.ecosystem-system-row:nth-of-type(2){--row-accent:#ffb249}.ecosystem-system-row:nth-of-type(3){--row-accent:var(--cyan)}.ecosystem-system-row:nth-of-type(4){--row-accent:#8db5c5}.ecosystem-system-row{border-left-color:var(--row-accent);background:linear-gradient(90deg,color-mix(in srgb,var(--row-accent) 5%,transparent),transparent 55%)}
.ecosystem-assurance{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #28495a}.ecosystem-assurance article{min-height:128px;padding:24px;border-right:1px solid #28495a}.ecosystem-assurance article:last-child{border-right:0}.ecosystem-assurance span,.ecosystem-models>div span,.ecosystem-models article>span{display:block;color:var(--cyan);font-size:.57rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ecosystem-assurance strong{display:block;margin-top:26px;font:700 .82rem/1.35 var(--heading,Heebo)}
.ecosystem-models{display:grid;grid-template-columns:1.15fr repeat(3,1fr);border-top:1px solid #28495a}.ecosystem-models>div,.ecosystem-models article{min-height:150px;padding:24px;border-right:1px solid #28495a}.ecosystem-models article:last-child{border-right:0}.ecosystem-models>div{display:flex;flex-direction:column;justify-content:center}.ecosystem-models>div strong{margin-top:10px;font:700 1.02rem/1.3 var(--heading,Heebo)}.ecosystem-models article>strong{display:block;margin-top:18px;font:700 .88rem/1.25 var(--heading,Heebo)}.ecosystem-models article p{margin:9px 0 0;color:#7e9ba7;font-size:.66rem}
@media(max-width:1100px){.ecosystem-metrics{grid-template-columns:repeat(3,1fr)}.ecosystem-metrics>div:nth-child(3){border-right:0}.ecosystem-metrics>div:nth-child(-n+3){border-bottom:1px solid #28495a}.circuit-row{grid-template-columns:minmax(0,1.12fr) 34px minmax(0,.9fr) 34px 125px 34px minmax(0,1fr);gap:8px;padding-inline:18px}.circuit-node{grid-template-columns:30px 1fr;padding:7px}.circuit-node i{width:29px;height:29px}.ecosystem-assurance{grid-template-columns:1fr 1fr}.ecosystem-assurance article:nth-child(2){border-right:0}.ecosystem-assurance article:nth-child(-n+2){border-bottom:1px solid #28495a}.ecosystem-models{grid-template-columns:1fr 1fr}.ecosystem-models>div{grid-column:1/-1;min-height:auto;border-right:0;border-bottom:1px solid #28495a}}
@media(max-width:820px){.circuit-row{grid-template-columns:1fr;gap:13px;padding:30px 22px}.circuit-arrow{width:48px;height:42px;margin:auto;transform:rotate(90deg)}.circuit-arrow span{display:none}.circuit-treatment{width:230px;min-height:230px;margin:auto}.circuit-storage{min-height:155px}.circuit-node-grid{grid-template-columns:1fr 1fr}.circuit-return:before,.circuit-return:after{width:18%}.ecosystem-models{grid-template-columns:1fr}.ecosystem-models>div{grid-column:auto}.ecosystem-models>div,.ecosystem-models article{min-height:120px;border-right:0;border-bottom:1px solid #28495a}}
@media(max-width:560px){.ecosystem-metrics{grid-template-columns:1fr 1fr}.ecosystem-metrics>div:nth-child(3){border-right:1px solid #28495a}.ecosystem-metrics>div:nth-child(even){border-right:0}.ecosystem-metrics>div:nth-child(-n+4){border-bottom:1px solid #28495a}.circuit-node-grid{grid-template-columns:1fr}.circuit-return span{text-align:center}.ecosystem-assurance{grid-template-columns:1fr}.ecosystem-assurance article{border-right:0;border-bottom:1px solid #28495a}}
@media(prefers-reduced-motion:reduce){.circuit-arrow i{animation:none}}


/* 1.8 company-profile content system */
.profile-thesis{background:#f8fbfa}.profile-thesis>.shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.profile-thesis__copy>p:last-child{max-width:620px;color:var(--muted)}.profile-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.profile-stat-grid>div{min-height:165px;padding:25px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.profile-stat-grid strong{display:block;color:#6f7900;font:700 2.5rem/1 var(--heading,Heebo);letter-spacing:-.05em}.profile-stat-grid span{display:block;margin-top:35px;color:var(--muted);font-size:.63rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.profile-disciplines{color:#fff;background:#041521}.profile-discipline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#234456}.profile-discipline-grid a{display:flex;min-width:0;min-height:540px;flex-direction:column;padding:0 30px 31px;background:#072033;text-decoration:none;transition:transform .25s,background .25s}.profile-discipline-grid a:hover{z-index:1;background:#0c2c40;transform:translateY(-6px)}.profile-discipline-grid img{width:calc(100% + 60px);height:250px;margin:0 -30px 29px;object-fit:cover}.profile-discipline-grid span{color:var(--lime);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.profile-discipline-grid h3{margin:24px 0 12px;font-size:1.8rem}.profile-discipline-grid p{margin:0;color:#94adb8;font-size:.82rem}
.profile-technology{background:#edf4f5}.profile-tech-table{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #c8d8dc;border-top:1px solid #c8d8dc}.profile-tech-table article{min-height:260px;padding:26px;border-right:1px solid #c8d8dc;border-bottom:1px solid #c8d8dc;background:#fff}.profile-tech-table span{color:var(--blue);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.profile-tech-table h3{margin:35px 0 8px;font-size:1.35rem}.profile-tech-table strong{color:#6f7900;font:700 1.25rem var(--heading,Heebo)}.profile-tech-table p{margin:19px 0 0;color:var(--muted);font-size:.76rem}
.profile-assurance{color:#fff;background:#061b2a}.profile-assurance__head{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px;align-items:end;margin-bottom:55px}.profile-assurance__head h2{max-width:850px}.profile-assurance-grid{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid #294b5d;border-top:1px solid #294b5d}.profile-assurance-grid article{min-height:300px;padding:28px;border-right:1px solid #294b5d;border-bottom:1px solid #294b5d}.profile-assurance-grid span{color:var(--cyan);font-size:.6rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.profile-assurance-grid h3{margin:55px 0 15px;font-size:1.45rem}.profile-assurance-grid p{color:#8fa8b3;font-size:.78rem}
.profile-commercial{background:#f8fbfa}.profile-model-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.profile-model-grid article{position:relative;min-height:310px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.profile-model-grid span{color:var(--blue);font-size:.65rem;font-weight:700}.profile-model-grid h3{margin:80px 0 18px;font-size:2rem}.profile-model-grid p{color:var(--muted)}.profile-footprint{color:#fff;background:#041521}.profile-footprint .africa-map{background:transparent}.profile-source-note{margin-top:35px;padding-top:20px;border-top:1px solid #294b5d;color:#708d99!important;font-size:.68rem}
@media(max-width:1000px){.profile-thesis>.shell,.profile-assurance__head{grid-template-columns:1fr;gap:40px}.profile-discipline-grid,.profile-tech-table,.profile-assurance-grid{grid-template-columns:1fr 1fr}.profile-discipline-grid a{min-height:480px}.profile-assurance-grid article{min-height:250px}}
@media(max-width:700px){.profile-stat-grid,.profile-discipline-grid,.profile-tech-table,.profile-assurance-grid,.profile-model-grid{grid-template-columns:1fr}.profile-stat-grid>div{min-height:125px}.profile-discipline-grid a{min-height:450px}.profile-tech-table article,.profile-assurance-grid article,.profile-model-grid article{min-height:auto}.profile-model-grid h3{margin-top:45px}}

.profile-spec-note{padding:28px 0;color:#071c2c;background:var(--lime)}.profile-spec-note>.shell{display:grid;grid-template-columns:220px 250px 1fr;gap:30px;align-items:center}.profile-spec-note span{font-size:.61rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.profile-spec-note strong{font:700 1.55rem/1.1 var(--heading,Heebo);letter-spacing:-.03em}.profile-spec-note p{margin:0;font-size:.78rem}.profile-spec-note small{grid-column:3;color:#4d5b23;font-size:.58rem}
@media(max-width:800px){.profile-spec-note>.shell{grid-template-columns:1fr;gap:10px}.profile-spec-note small{grid-column:auto}}
+
/* 1.9 simplified homepage outcome gateway */
.home-outcomes{overflow:hidden;color:#071c2c;background:#eef3f1}
.home-outcomes__head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.65fr);gap:80px;align-items:end;margin-bottom:48px}
.home-outcomes__head h2{max-width:900px;margin-bottom:0;font-size:clamp(3rem,5.1vw,5.7rem);letter-spacing:-.055em}
.home-outcomes__head>p{max-width:530px;margin:0;color:#51636b;font-size:1rem;line-height:1.7}
.home-outcomes__grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #bdd0d2;background:#fff;box-shadow:0 28px 80px rgba(4,28,43,.09)}
.home-outcome{--outcome-accent:#00abd3;position:relative;min-height:390px;padding:30px 32px;display:flex;flex-direction:column;justify-content:space-between;color:#071c2c;border-right:1px solid #cbd9db;text-decoration:none;transition:background .25s ease,transform .25s ease}
.home-outcome:last-child{border-right:0}.home-outcome:before{content:"";position:absolute;left:-1px;right:-1px;top:-1px;height:5px;background:var(--outcome-accent)}
.home-outcome--reuse{--outcome-accent:#c9ef17}.home-outcome--compliance{--outcome-accent:#ffad52}
.home-outcome>span,.home-outcome small{font-size:.61rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-outcome>span{color:#74878e}.home-outcome small{display:block;margin-bottom:16px;color:var(--outcome-accent)}
.home-outcome--reuse small{color:#779000}.home-outcome--compliance small{color:#bd6300}
.home-outcome h3{max-width:360px;margin:0 0 16px;font-size:clamp(2rem,2.6vw,3rem);line-height:1.02;letter-spacing:-.045em}.home-outcome p{max-width:390px;margin:0;color:#566a72;font-size:.86rem;line-height:1.65}
.home-outcome>strong{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid #d6e0e1;font-size:.72rem;letter-spacing:.02em}.home-outcome>strong i{font-style:normal;font-size:1.35rem;transition:transform .2s ease}
.home-outcome:hover,.home-outcome:focus-visible{z-index:2;background:#f9fbfa;transform:translateY(-6px)}.home-outcome:hover>strong i,.home-outcome:focus-visible>strong i{transform:translateX(6px)}
.home-outcomes__next{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:28px;align-items:center;padding:24px 30px;color:#fff;background:#071c2c}
.home-outcomes__next div span{display:block;color:#85a6b4;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-outcomes__next div strong{display:block;margin-top:5px;font:700 1rem/1.25 var(--heading,Heebo)}
.home-outcomes__next>a{padding:10px 0;color:#fff;font-size:.69rem;font-weight:700;text-decoration:none}.home-outcomes__next>a:first-of-type{color:var(--lime)}
.strategy-intro{color:#071c2c;background:#f5f7f6}.strategy-intro__grid{display:grid;grid-template-columns:1fr .9fr;gap:100px;align-items:start}.strategy-intro__grid h2{max-width:780px;font-size:clamp(2.8rem,4.8vw,5.2rem);letter-spacing:-.055em}.strategy-intro__grid>div:last-child>p{margin-top:0;color:#52666e;font-size:1rem;line-height:1.75}.strategy-intro ol{margin:30px 0 0;padding:0;list-style:none;border-top:1px solid #cbd9db}.strategy-intro li{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:17px 0;border-bottom:1px solid #cbd9db}.strategy-intro li span{color:#008bb2;font-size:.61rem;font-weight:700;letter-spacing:.1em}.strategy-intro li strong{font:700 1rem/1.25 var(--heading,Heebo)}
@media(max-width:900px){.home-outcomes__head,.strategy-intro__grid{grid-template-columns:1fr;gap:24px}.home-outcomes__grid{grid-template-columns:1fr}.home-outcome{min-height:300px;border-right:0;border-bottom:1px solid #cbd9db}.home-outcome:last-child{border-bottom:0}.home-outcomes__next{grid-template-columns:1fr;gap:8px}.home-outcomes__next>a{border-top:1px solid #26414e}.strategy-intro__grid{gap:35px}}
@media(max-width:560px){.home-outcomes__head h2{font-size:3.1rem}.home-outcome{min-height:280px;padding:26px 22px}.home-outcomes__next{padding:22px}.strategy-intro__grid h2{font-size:3rem}}
@media(prefers-reduced-motion:reduce){.home-outcome,.home-outcome>strong i{transition:none}}
