:root {
  --ink: #173a37;
  --forest: #0a4d46;
  --leaf: #1e7a68;
  --mint: #cfe9dc;
  --lime: #d4ed79;
  --paper: #f7f7f1;
  --sand: #e8e6db;
  --white: #fffefa;
  --line: rgba(23, 58, 55, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; padding: .6rem 1rem; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1.25rem, 5vw, 5rem); background: rgba(247,247,241,.94); backdrop-filter: blur(9px); border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: .65rem; align-items: center; text-decoration: none; font-weight: 700; letter-spacing: .04em; }.brand img { display: block; width: 116px; height: 52px; object-fit: contain; }
.brand-mark { display: grid; width: 2.05rem; height: 2.05rem; place-items: center; border-radius: 50% 50% 50% 10%; background: var(--forest); color: var(--lime); font-family: var(--serif); font-size: 1.3rem; }
nav { display: flex; gap: clamp(1rem, 2.4vw, 2rem); font-size: .92rem; font-weight: 600; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus { color: var(--leaf); }
.menu-button { display: none; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 2rem; padding: .45rem .8rem; font: inherit; }
.hero { min-height: 630px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; padding: 4rem clamp(1.25rem, 9vw, 10rem) 5.5rem; overflow: hidden; background: linear-gradient(118deg, #e0eee3 0%, #f7f7f1 59%, #e8f1d9 100%); }
.hero-copy { max-width: 650px; position: relative; z-index: 1; }
.eyebrow, .section-label { margin: 0 0: .7rem; text-transform: uppercase; letter-spacing: .11em; font-size: .75rem; font-weight: 700; }
.eyebrow { color: var(--leaf); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 700; line-height: 1.05; letter-spacing: -.035em; }
h1 { margin-bottom: 1.25rem; font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.25rem, 4.3vw, 4rem); }
h3 { line-height: 1.2; font-size: 1.15rem; }
.lede { max-width: 600px; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.35vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; gap: .45rem; padding: .75rem 1.15rem; border-radius: 2rem; text-decoration: none; font-size: .92rem; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: var(--white); }
.button-quiet { border: 1px solid var(--ink); }
.hero-visual { position: relative; min-height: 410px; max-width: 480px; width: 100%; margin-inline: auto; }
.orbit { position: absolute; border: 1px solid rgba(10,77,70,.3); border-radius: 50%; }
.orbit-one { width: 350px; height: 350px; left: 50%; top: 30px; transform: translateX(-50%); }
.orbit-two { width: 455px; height: 220px; left: 50%; top: 95px; transform: translateX(-50%) rotate(-30deg); }
.sun { position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 185px; height: 185px; left: 50%; top: 113px; transform: translateX(-50%); border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 17px rgba(212,237,121,.45), 0 15px 40px rgba(10,77,70,.22); color: var(--lime); }
.sun span { font-family: var(--serif); font-size: 3.4rem; line-height: .9; }.sun small { font-size: .75rem; letter-spacing: .04em; }
.node { position: absolute; padding: .55rem .8rem; border: 1px solid rgba(10,77,70,.28); border-radius: 2rem; background: rgba(255,254,250,.9); box-shadow: 0 6px 18px rgba(10,77,70,.08); font-size: .9rem; font-weight: 600; }
.node span { color: var(--leaf); font-size: 1.2rem; }.node-one { top: 5px; right: 20px; }.node-two { left: 5px; bottom: 62px; }.node-three { right: 5px; bottom: 25px; }
.project-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(1.25rem, 9vw, 10rem); color: var(--white); background: var(--forest); }.project-strip div { min-height: 138px; padding: 1.75rem 1.35rem 1.5rem 0; border-right: 1px solid rgba(255,255,255,.2); }.project-strip div + div { padding-left: 1.35rem; }.project-strip div:last-child { border: none; }.project-strip span { display: block; margin-bottom: .65rem; color: var(--mint); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }.project-strip strong { display: block; font-size: .98rem; line-height: 1.25; }
.section { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 9vw, 10rem); }.section-label { color: var(--leaf); }.intro { background: var(--white); }.intro-content { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 8vw, 9rem); }.intro-content p { max-width: 620px; font-size: 1.05rem; }.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 4rem; }.principles article { padding-top: 1.2rem; border-top: 1px solid var(--line); }.number { color: var(--leaf); font-size: .8rem; font-weight: 700; }.principles h3 { margin: .6rem 0; }
.activities { background: var(--sand); }.section-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; }.section-heading > p { max-width: 390px; margin-bottom: 1.2rem; }.timeline { list-style: none; padding: 0; margin: 3.5rem 0 0; }.timeline-item { position: relative; display: grid; grid-template-columns: 180px 1fr; gap: 2rem; padding: 0 0 2.7rem; }.timeline-item::before { content: ""; position: absolute; left: 172px; top: 7px; height: 100%; border-left: 1px solid var(--line); }.timeline-item::after { content: ""; position: absolute; left: 166px; top: 2px; width: 13px; height: 13px; border: 2px solid var(--forest); border-radius: 50%; background: var(--sand); }.timeline-item.done::after { background: var(--forest); }.timeline-item.active::after { background: var(--lime); }.timeline-item:last-child { padding-bottom: 0; }.timeline-item:last-child::before { display: none; }.date { color: var(--forest); font-size: .85rem; font-weight: 700; }.timeline-item h3 { margin: .25rem 0 .5rem; font-size: 1.45rem; }.timeline-item p:not(.status) { max-width: 700px; margin-bottom: 0; }.status { margin-bottom: .25rem; color: var(--leaf); font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.future .status { color: #6c725a; }.ongoing { margin: 2.3rem 0 0; padding: .9rem 1rem; border-left: 3px solid var(--leaf); background: rgba(255,255,255,.45); }.ongoing span { color: var(--leaf); }
.results { background: var(--forest); color: var(--white); }.results .section-label, .results .accent { color: var(--lime); }.results-intro { max-width: 740px; }.results-intro > p:last-child { max-width: 650px; color: var(--mint); font-size: 1.05rem; }.result-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3.5rem; }.result-card { min-height: 230px; padding: 1.5rem; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.2); }.result-card h3 { margin: 1rem 0 .5rem; }.result-card p { margin-bottom: 0; color: var(--mint); font-size: .94rem; }.icon { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font-size: 1.3rem; }
.system { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 8rem); background: #d9ebe3; }.system-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: start; }.system-flow > div { padding: 1.5rem 1.1rem; background: var(--white); min-height: 220px; }.system-flow span { display: inline-grid; width: 1.8rem; height: 1.8rem; place-items: center; border-radius: 50%; background: var(--forest); color: var(--lime); font-size: .78rem; font-weight: 700; }.system-flow strong { display: block; margin: 1rem 0 .5rem; font-size: 1.05rem; }.system-flow p { margin-bottom: 0; font-size: .92rem; }
.partners { background: var(--white); }.partners h2 { max-width: 700px; }.partners-lede { max-width: 560px; }.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; margin-top: 3rem; }.partner { min-height: 190px; padding: 1.35rem; background: var(--paper); border-top: 3px solid var(--mint); }.partner.lead { color: var(--white); background: var(--forest); border-color: var(--lime); }.partner span { color: var(--lime); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.partner h3 { margin: .55rem 0; }.partner p { margin-bottom: 0; font-size: .88rem; }
.cta { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 9vw, 10rem); color: var(--white); text-align: center; background: linear-gradient(125deg, #174b46, #0e6c5e); }.cta h2 { max-width: 800px; margin-inline: auto; }.cta .eyebrow { color: var(--lime); }.button-light { margin-top: .7rem; background: var(--lime); color: var(--ink); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem clamp(1.25rem, 9vw, 10rem); background: #092e2b; color: var(--mint); font-size: .86rem; } footer strong { color: var(--white); letter-spacing: .05em; } footer p { max-width: 500px; margin: .3rem 0 0; } footer > p { text-align: right; }
.evidence-figure { max-width: 1100px; margin: 3.2rem 0 0; padding: .7rem; background: var(--white); border-radius: .5rem; box-shadow: 0 16px 42px rgba(0,0,0,.2); }.evidence-figure img { display: block; width: 100%; height: auto; border: 1px solid #d9dcdd; }.evidence-figure figcaption { padding: 1rem .55rem .3rem; color: var(--ink); font-size: .92rem; }.evidence-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1100px; margin: 0; background: rgba(255,255,255,.2); }.evidence-notes > div { min-height: 170px; padding: 1.35rem; background: rgba(255,255,255,.09); }.evidence-notes span { color: var(--lime); font-size: .78rem; font-weight: 700; }.evidence-notes h3 { margin: .55rem 0; }.evidence-notes p { margin-bottom: 0; color: var(--mint); font-size: .9rem; }.validation-note { max-width: 920px; margin: 1.2rem 0 0; color: var(--mint); font-size: .9rem; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; padding-top: 3.5rem; }.hero-visual { min-height: 350px; }.project-strip, .result-grid { grid-template-columns: repeat(2, 1fr); }.project-strip div:nth-child(2) { border-right: none; }.project-strip div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }.intro-content, .system { grid-template-columns: 1fr; }.principles, .partner-grid { grid-template-columns: repeat(2, 1fr); }.partner-grid .partner:last-child { grid-column: span 2; }.system-flow { max-width: 700px; } }
@media (max-width: 650px) { nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: .3rem; padding: 1rem 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); }.menu-button { display: block; } nav.open { display: flex; } nav a { padding: .45rem 0; }.hero { min-height: auto; padding-bottom: 3.5rem; }.hero-visual { min-height: 290px; transform: scale(.8); transform-origin: top center; margin-bottom: -75px; }.project-strip, .principles, .result-grid, .system-flow, .partner-grid, .evidence-notes { grid-template-columns: 1fr; }.project-strip div { min-height: auto; padding: 1.25rem 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); }.project-strip div + div { padding-left: 0; }.project-strip div:nth-child(n+3) { border-top: none; }.project-strip div:last-child { border-bottom: none; }.section-heading { display: block; }.timeline-item { grid-template-columns: 1fr; gap: .5rem; padding-left: 1.7rem; }.timeline-item::before { left: 4px; top: 9px; }.timeline-item::after { left: -2px; top: 3px; }.timeline-item h3 { font-size: 1.25rem; }.partner-grid .partner:last-child { grid-column: auto; } footer { display: block; } footer > p { margin-top: 1.2rem; text-align: left; } }
.header-logos { display: flex; align-items: center; gap: 1rem; margin-left: auto; margin-right: 2rem; }.header-logos img { display: block; width: auto; max-width: 120px; height: 27px; object-fit: contain; }.header-logos img:first-child { max-width: 72px; height: 25px; }.medihome { background: #eef5f3; }.medihome-logo-wrap { max-width: 250px; margin-bottom: 2.4rem; }.medihome-logo-wrap img { display: block; width: 100%; height: auto; }.medihome-content { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 8vw, 9rem); }.medihome-content > div:last-child { max-width: 610px; font-size: 1.05rem; }.medihome-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.6rem; }.medihome-features article { min-height: 205px; padding: 1.4rem; background: var(--white); border-top: 3px solid #087ab5; }.medihome-features span { color: #087ab5; font-size: 1.45rem; }.medihome-features h3 { margin: .8rem 0 .5rem; }.medihome-features p { margin-bottom: 0; font-size: .92rem; }.privacy { color: var(--white); background: #173a37; }.privacy .section-label { color: var(--lime); }.privacy-heading { max-width: 760px; }.privacy-heading > p:last-child { max-width: 650px; color: var(--mint); font-size: 1.05rem; }.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; }.privacy-grid article { min-height: 220px; padding: 1.5rem; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }.privacy-grid span { color: var(--lime); font-size: 1.4rem; }.privacy-grid h3 { margin: .8rem 0 .5rem; }.privacy-grid p { margin-bottom: 0; color: var(--mint); font-size: .92rem; }.privacy-note { max-width: 840px; margin: 1.5rem 0 0; color: var(--mint); font-size: .9rem; }.partner.lead img { display: block; width: 100%; max-width: 125px; height: 38px; margin-bottom: 1rem; object-fit: contain; object-position: left center; background: var(--white); }
@media (max-width: 900px) { .medihome-content { grid-template-columns: 1fr; }.medihome-features, .privacy-grid { grid-template-columns: repeat(3, 1fr); }.header-logos { margin-right: 1rem; gap: .5rem; }.header-logos img { max-width: 86px; } }
@media (max-width: 650px) { .header-logos { display: none; }.medihome-features, .privacy-grid { grid-template-columns: 1fr; } }
.monitoring-map { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(1.5rem, 5vw, 5rem); align-items: center; max-width: 1100px; margin-top: 3.5rem; padding: 1.5rem; color: var(--ink); background: var(--white); }.monitoring-map h3 { margin: .55rem 0 1rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.05; letter-spacing: -.025em; }.monitoring-map p { font-size: .95rem; }.monitoring-map .map-note { margin: 1.2rem 0 0; padding-top: 1.1rem; border-top: 1px solid var(--line); color: #52716c; font-size: .84rem; }.monitoring-map img { display: block; width: 100%; height: auto; }.monitoring-map .accent { color: var(--leaf); }
@media (max-width: 800px) { .monitoring-map { grid-template-columns: 1fr; } }
