:root {
  --ink: #062d3a;
  --ocean: #043f50;
  --deep: #032832;
  --teal: #007b78;
  --aqua: #65e6cf;
  --grass: #b7d643;
  --foam: #ecf7f4;
  --white: #ffffff;
  --sand: #f3ead7;
  --muted: #527078;
  --line: rgba(6, 45, 58, .16);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f7fbfa; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 72px; padding: 0 max(1.25rem, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(247, 251, 250, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; letter-spacing: -.02em; }.brand span, .brand strong, .brand small { display: block; }.brand strong { font-weight: 800; line-height: 1.15; }.brand small { margin-top: .14rem; color: var(--muted); font-size: .7rem; font-weight: 650; letter-spacing: 0; line-height: 1.2; }
.project-logo { width: 3rem; height: 3rem; border-radius: 50%; object-fit: cover; border: 2px solid var(--white); box-shadow: 0 3px 12px rgba(6,45,58,.13); }
nav { display: flex; align-items: center; gap: 1.5rem; }
nav a { font-size: .92rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--teal); }
.nav-toggle { display: none; border: 0; background: var(--deep); color: white; border-radius: .5rem; padding: .55rem .8rem; font: inherit; }
.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: 1.08fr .92fr; background: var(--deep); color: white; overflow: hidden; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); padding-right: clamp(2rem, 6vw, 6rem); align-self: center; }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: var(--aqua); }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7.8vw, 7.5rem); font-weight: 820; }
h2 { margin-bottom: 1.3rem; font-size: clamp(2.3rem, 4.2vw, 4.3rem); }
h3 { margin-bottom: .7rem; font-size: 1.35rem; }
.lead { max-width: 680px; margin: 0; color: #c8e1e3; font-size: clamp(1.08rem, 1.6vw, 1.32rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.1rem; border-radius: .55rem; font-weight: 780; text-decoration: none; }
.button-primary { background: var(--grass); color: var(--deep); }
.button-secondary { border: 1px solid rgba(255,255,255,.4); color: white; }
.hero-visual { position: relative; min-height: 620px; background: var(--ocean); overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,47,58,.02) 30%, rgba(2,34,43,.66) 100%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.04); }
.image-credit { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; max-width: calc(100% - 340px); color: rgba(255,255,255,.84); font-size: .73rem; text-decoration: none; }
.visual-note { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; max-width: 290px; padding: 1.15rem 1.25rem; background: rgba(3,40,50,.86); border: 1px solid rgba(255,255,255,.18); border-radius: .8rem; backdrop-filter: blur(12px); }
.visual-note strong, .visual-note span { display: block; }.visual-note strong { color: var(--grass); font-size: 1.7rem; }.visual-note span { color: #cce5e4; font-size: .9rem; }
.intro, .field-section, .data-section, .learning-section, .status-section, .team-section, .contact-section, .legal-section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 1.5rem; }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); }
.intro h2 { max-width: 570px; }
.intro-text { padding-top: 2rem; color: var(--muted); font-size: 1.1rem; }
.intro-text p:first-child { margin-top: 0; }
.impact-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--sand); }
.impact-band article { padding: 3rem clamp(1.5rem, 3vw, 3rem); border-right: 1px solid rgba(6,45,58,.12); }
.impact-band span { display: block; margin-bottom: 3rem; color: var(--teal); font-weight: 850; }
.impact-band p { margin: 0; color: var(--muted); }
.section-heading { max-width: 780px; margin-bottom: 3rem; }.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.location-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 1.5rem; background: var(--line); border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; }.location-facts article { min-height: 210px; padding: 1.7rem; background: white; }.location-facts span { display: block; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.location-facts strong { display: block; margin: 2.6rem 0 .6rem; font-size: 1.25rem; line-height: 1.2; }.location-facts p { margin: 0; color: var(--muted); }
.map-block { margin: 0 0 2rem; padding: clamp(1.2rem, 3vw, 2rem); background: var(--deep); border-radius: 1rem; color: white; }.map-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.5rem, 5vw, 5rem); align-items: end; margin-bottom: 1.5rem; }.map-copy .section-label { color: var(--aqua); }.map-copy h3 { margin-bottom: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }.map-copy > p { margin: 0; color: #bfd7d9; }.qgis-explainer { margin: 0 0 1.5rem; padding: 1rem 1.2rem; border-left: 4px solid var(--aqua); background: rgba(255,255,255,.08); color: #d7e9ea; }.qgis-explainer strong { color: white; }.map-embed { min-height: 520px; border-radius: .7rem; overflow: hidden; background: linear-gradient(135deg, #0c5562, #072f3a); }.map-embed iframe { display: block; width: 100%; height: 620px; border: 0; background: white; }.map-consent { min-height: 520px; padding: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.map-consent strong { font-size: clamp(1.5rem, 3vw, 2.3rem); }.map-consent p { max-width: 590px; color: #c4dcde; }.map-consent a { margin-top: 1rem; color: var(--aqua); font-weight: 700; }.hypothesis-note { margin: 0 0 1.5rem; padding: 1rem 1.2rem; border-left: 4px solid var(--grass); background: var(--foam); color: var(--muted); }.hypothesis-note strong { color: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field-card { --field-pad: clamp(2rem, 4vw, 3.4rem); position: relative; min-height: 420px; padding: var(--field-pad); border-radius: 1rem; overflow: hidden; }
.field-photo { display: block; width: 100%; height: 240px; margin: 0 0 2rem; border-radius: .7rem; object-fit: cover; }.field-north .field-photo { filter: saturate(.9) contrast(1.05); }.field-south .field-photo { filter: saturate(.8) contrast(1.05); }
.field-card::after { content: ""; position: absolute; width: 20rem; height: 20rem; right: -9rem; bottom: -9rem; border-radius: 50%; border: 1px solid currentColor; opacity: .18; }
.field-north { background: var(--ocean); color: white; }.field-south { background: var(--sand); color: var(--ink); }
.field-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 3rem; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field-north .field-meta, .field-north p { color: #cce3e5; }.field-card p { max-width: 520px; }.field-card ul { margin: 1.7rem 0 0; padding-left: 1.2rem; }
.section-photo-credit { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; text-align: right; }
.method-section, .principles-section { padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--deep); color: white; }
.section-heading.light .section-label { color: var(--aqua); }
.process-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 2rem 1rem 2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li:nth-child(odd) { padding-right: 2rem; border-right: 1px solid rgba(255,255,255,.18); }.process-list li:nth-child(even) { padding-left: 2rem; }
.process-list span { color: var(--grass); font-weight: 850; }.process-list p { margin: 0; color: #bcd3d5; }
.process-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }.process-gallery figure { margin: 0; overflow: hidden; border-radius: .9rem; background: white; color: var(--ink); }.process-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }.process-gallery figcaption { padding: 1.2rem; }.process-gallery strong, .process-gallery span { display: block; }.process-gallery strong { margin-bottom: .35rem; color: var(--teal); }.process-gallery span { color: var(--muted); font-size: .92rem; }.gallery-credit { margin: .8rem 0 0; color: #9fbdc0; font-size: .78rem; text-align: right; }
.data-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.data-copy p:last-child { color: var(--muted); font-size: 1.08rem; }
.data-panel { display: grid; grid-template-columns: 1fr 1fr; background: white; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; box-shadow: 0 24px 70px rgba(6,45,58,.08); }
.data-panel div { min-height: 150px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); }
.data-panel strong { font-size: 1.7rem; line-height: 1.1; }.data-panel span { margin-top: .4rem; color: var(--muted); }
.learning-section { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1.25rem; }
.learning-card, .education-card { border-radius: 1rem; padding: clamp(2rem, 4vw, 3.5rem); }
.learning-card { background: var(--foam); }.learning-card > p:not(.section-label) { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.training-photo { display: grid; grid-template-columns: minmax(150px, 240px) 1fr; gap: 1.25rem; align-items: center; margin: 2rem 0 0; padding-top: 2rem; border-top: 1px solid var(--line); }.training-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; justify-self: start; border-radius: .75rem; }.training-photo figcaption { color: var(--muted); font-weight: 700; }.training-photo small { display: block; margin-top: .6rem; font-size: .75rem; font-weight: 500; }
.education-card { align-self: stretch; background: var(--grass); }.education-card .section-label { color: var(--deep); }.education-card h3 { font-size: 2rem; }.education-card > p:last-of-type { color: #294329; }
.minibook { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(6,45,58,.18); }.minibook img { display: block; width: min(100%, 260px); height: auto; margin-bottom: 1.25rem; border-radius: .75rem; box-shadow: 0 14px 36px rgba(6,45,58,.18); }.minibook-label { margin: 0 0 .35rem; color: var(--deep); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.minibook h4 { margin: 0 0 .65rem; color: var(--deep); font-size: 1.35rem; }.minibook div > p:not(.minibook-label) { margin: 0 0 1rem; color: #294329; }.minibook-download { display: inline-flex; background: var(--deep); color: white; }.minibook-download:hover { background: var(--teal); }.download-meta { display: block; margin-top: .65rem; color: #294329; font-size: .82rem; font-weight: 700; }
.topic-cloud { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }.topic-cloud span { padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 99px; background: white; font-weight: 700; font-size: .88rem; }
.status-layout { max-width: 850px; }
.milestones { border-left: 2px solid var(--line); }.milestone { position: relative; padding: 0 0 2.8rem 2rem; }.milestone::before { content: ""; position: absolute; width: .85rem; height: .85rem; left: -.48rem; top: .25rem; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 .35rem #f7fbfa; }.milestone.cancelled::before { background: #d67353; }.milestone.current::before { background: var(--grass); }.milestone.next::before { background: var(--aqua); }
.milestone time { display: block; margin-bottom: .45rem; color: var(--teal); font-size: .8rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.milestone p { margin: 0; color: var(--muted); }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.18); }.principles-grid p { margin: 0; padding: 2rem; background: var(--deep); color: #c6dcde; }.principles-grid strong { display: block; margin-bottom: 1rem; color: white; font-size: 1.05rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.team-grid article { padding: 2rem; background: white; border: 1px solid var(--line); border-radius: .8rem; }.team-grid span { color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.team-grid h3 { margin-top: 2.5rem; }.team-grid p { margin: 0; color: var(--muted); }
.contact-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.contact-intro { display: grid; grid-template-columns: 7rem 1fr; gap: 1.5rem; align-items: start; }.contact-logo { width: 7rem; height: 7rem; border-radius: 50%; object-fit: cover; box-shadow: 0 18px 50px rgba(6,45,58,.12); }.contact-intro p:not(.section-label) { color: var(--muted); }.contact-mail { font-weight: 800; color: var(--teal); overflow-wrap: anywhere; }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--deep); color: white; border-radius: 1rem; box-shadow: 0 24px 70px rgba(6,45,58,.12); }.form-row { margin-bottom: 1.2rem; }.form-row label { display: block; margin-bottom: .4rem; font-weight: 750; }.form-row input, .form-row textarea { width: 100%; border: 1px solid rgba(255,255,255,.3); border-radius: .5rem; padding: .75rem .85rem; background: rgba(255,255,255,.08); color: white; font: inherit; }.form-row input:focus, .form-row textarea:focus { outline: 3px solid rgba(101,230,207,.35); border-color: var(--aqua); }.form-note { margin: 1rem 0 0; color: #bcd3d5; font-size: .86rem; }
.legal-section { border-top: 1px solid var(--line); }.legal-grid { display: grid; grid-template-columns: 1fr 1.25fr .8fr; gap: 1rem; }.legal-grid > div { padding: 1.7rem; background: white; border: 1px solid var(--line); border-radius: .8rem; }.legal-grid p, .legal-grid address { color: var(--muted); font-style: normal; }.legal-grid a { color: var(--teal); }.legal-source { margin-top: 1.3rem; color: var(--muted); font-size: .88rem; }
footer { padding: 3rem max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 2rem; align-items: center; background: var(--sand); }footer p { margin: .3rem 0 0; color: var(--muted); }footer a { font-weight: 800; }.funding-partner { display: flex; align-items: center; gap: 1rem; padding: .7rem 1rem; color: var(--ink); text-decoration: none; border-radius: var(--radius-sm); transition: background .2s ease, transform .2s ease; }.funding-partner:hover { background: rgba(255,255,255,.62); transform: translateY(-2px); }.funding-partner span { display: grid; gap: .2rem; }.funding-partner small { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.funding-partner strong { font-size: .9rem; line-height: 1.3; }.funding-partner img { width: 5.5rem; height: auto; flex: 0 0 auto; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }.hero-copy { padding: 5rem 1.5rem 4rem; }.hero-visual { min-height: 420px; }.intro, .data-section, .contact-section, .map-copy { grid-template-columns: 1fr; }.impact-band { grid-template-columns: 1fr 1fr; }.learning-section { grid-template-columns: 1fr; }.principles-grid, .legal-grid { grid-template-columns: 1fr 1fr; }.location-facts { grid-template-columns: 1fr; }.process-gallery { grid-template-columns: 1fr 1fr; }.process-gallery figure:last-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .site-header { min-height: 64px; }.project-logo { width: 2.5rem; height: 2.5rem; }.brand strong { font-size: .92rem; }.brand small { max-width: 210px; font-size: .62rem; }.nav-toggle { display: block; }nav { display: none; position: absolute; left: 0; right: 0; top: 64px; padding: 1rem 1.25rem 1.25rem; background: #f7fbfa; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }nav.open { display: flex; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }.hero { min-height: auto; }.hero-visual { min-height: 340px; }.image-credit { left: 1rem; top: 1rem; bottom: auto; max-width: calc(100% - 2rem); }.impact-band, .field-grid, .process-list, .process-gallery, .data-panel, .principles-grid, .team-grid, .legal-grid { grid-template-columns: 1fr; }.process-gallery figure:last-child { grid-column: auto; }.training-photo { grid-template-columns: 1fr; }.training-photo img { max-width: 280px; }.contact-intro { grid-template-columns: 5rem 1fr; }.contact-logo { width: 5rem; height: 5rem; }.impact-band article { border-right: 0; border-bottom: 1px solid rgba(6,45,58,.12); }.process-list li, .process-list li:nth-child(odd), .process-list li:nth-child(even) { padding: 1.5rem 0; border-right: 0; }.field-meta { margin-bottom: 3rem; }.data-panel div { min-height: 120px; }.map-block { padding: 1rem; }.map-embed, .map-consent { min-height: 420px; }.map-embed iframe { height: 520px; }footer { grid-template-columns: 1fr; align-items: flex-start; }.funding-partner { padding-left: 0; }.footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
