/* Shambafrica · site styles
   Depth model (epic-design): 0 background photo/scene · 1 atmosphere/vignette · 2 decoration ·
   3 main object (3D mark, feature photos) · 4 text/UI · 5 foreground grain. */

@font-face { font-family: Fraunces; src: url(/assets/fonts/Fraunces-normal-latin.woff2) format('woff2'); font-weight: 300 800; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Fraunces; src: url(/assets/fonts/Fraunces-italic-latin.woff2) format('woff2'); font-weight: 300 600; font-style: italic; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Manrope; src: url(/assets/fonts/Manrope-normal-latin.woff2) format('woff2'); font-weight: 300 800; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Manrope; src: url(/assets/fonts/Manrope-normal-latin-ext.woff2) format('woff2'); font-weight: 300 800; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --g950: #051d15; --g900: #072a1e; --g800: #0b3d2c; --g700: #145740; --g500: #1e7155;
  --g300: #7fae96; --g200: #a9c7b8; --g100: #dde8e2; --g50: #eef4f1;
  --paper: #f6f6f3; --white: #ffffff; --ink: #1c2420; --body: #4b5563; --slate: #6b7280; --line: #e3e5e2;
  --serif: Fraunces, Georgia, serif; --sans: Manrope, system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --wrap: min(1320px, 100% - 2 * clamp(20px, 5vw, 64px));
  --ease: cubic-bezier(.22, .8, .2, 1);
  --display: clamp(2.9rem, 7.4vw, 7.6rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr, .skip:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip:focus { position: fixed; top: 12px; left: 12px; z-index: 100; background: var(--white); padding: 10px 14px; border-radius: 8px; }
:focus-visible { outline: 2px solid var(--g300); outline-offset: 3px; border-radius: 4px; }

/* depth 5: film grain, so flat colour never looks rendered */
.grain { position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: .07; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite; }
@keyframes grain { 0%{transform:translate(0,0)} 20%{transform:translate(-3%,2%)} 40%{transform:translate(2%,-3%)} 60%{transform:translate(-2%,-1%)} 80%{transform:translate(3%,3%)} 100%{transform:translate(0,0)} }

/* type */
.display { font-family: var(--serif); font-weight: 450; font-size: var(--display); line-height: .94; letter-spacing: -.035em; color: var(--g800); font-optical-sizing: auto; }
.display em, .hero-title em, .flag-copy h3 em { font-style: italic; font-weight: 350; letter-spacing: -.02em; }
.display.light { color: var(--white); }
.kicker { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; color: var(--g500); margin-bottom: 22px; }
/* the furrow rule: three short rows, lifted from the mark */
.kicker::before { content: ""; width: 26px; height: 9px; flex: none; background: repeating-linear-gradient(180deg, currentColor 0 2px, transparent 2px 3.5px); }
.kicker-light { color: var(--g200); }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--g200); }

/* buttons */
.btn { --bg: transparent; --fg: var(--ink); position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: 999px; font-weight: 800; font-size: 15px; text-decoration: none; color: var(--fg); background: var(--bg); overflow: hidden; isolation: isolate; transition: color .35s var(--ease), border-color .35s var(--ease); }
.btn::after { content: "→"; transition: transform .35s var(--ease); }
.btn:hover::after { transform: translateX(4px); }
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; transform: translateY(101%); transition: transform .45s var(--ease); }
.btn:hover::before { transform: none; }
.btn-light { --bg: var(--white); --fg: var(--g800); } .btn-light::before { background: var(--g100); }
.btn-dark { --bg: var(--g800); --fg: var(--white); } .btn-dark::before { background: var(--g700); }
.btn-ghost { border: 1.5px solid currentColor; color: inherit; } .btn-ghost::before { background: var(--g800); } .btn-ghost:hover { color: var(--white); border-color: var(--g800); }
.btn-ghost-light { border: 1.5px solid rgba(255,255,255,.45); --fg: var(--white); } .btn-ghost-light::before { background: rgba(255,255,255,.12); }

/* nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; gap: 28px; padding: 18px clamp(20px, 5vw, 64px); color: var(--white); transition: background .4s var(--ease), color .4s var(--ease), padding .4s var(--ease), box-shadow .4s; }
.nav--solid { background: rgba(246,246,243,.86); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3); color: var(--g800); padding-block: 12px; box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.brand-mark { width: 38px; height: 36px; color: currentColor; --vein: var(--g900); }
.nav--solid .brand-mark { --vein: var(--paper); }
.brand-word { font-size: 22px; letter-spacing: -.03em; line-height: 1; }
.brand-word b { font-weight: 800; } .brand-word span { font-weight: 300; opacity: .8; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { position: relative; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 10px 18px; font-size: 14px; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: none; color: inherit; cursor: pointer; }
.nav-toggle span:not(.sr) { display: block; width: 24px; height: 2px; margin: 6px auto; background: currentColor; transition: transform .3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 45; background: var(--g900); display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 0 28px; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { font-family: var(--serif); font-size: 42px; color: var(--white); text-decoration: none; letter-spacing: -.02em; }

/* HERO */
.hero { position: relative; height: 260vh; background: var(--g900); }
.hero-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero-fallback { position: absolute; inset: 0; display: none; place-items: center end; padding-right: 8vw; color: var(--g200); }
.hero-fallback svg { width: min(46vw, 560px); height: auto; --vein: var(--g900); }
.no-webgl .hero-fallback { display: grid; }
.hero-vignette { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 90% at 78% 50%, transparent 30%, rgba(5,29,21,.55) 75%), linear-gradient(90deg, rgba(5,29,21,.82) 0%, rgba(5,29,21,.35) 38%, transparent 60%); }
.hero-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; color: var(--white); pointer-events: none; }
.hero-copy > * { max-width: 640px; pointer-events: auto; }
.hero-title { margin: 22px 0 26px; font-family: var(--serif); font-weight: 420; font-size: clamp(3.2rem, 8.2vw, 8.4rem); line-height: .9; letter-spacing: -.04em; }
.line { display: block; overflow: hidden; padding-bottom: .06em; }
.line > span { display: inline-block; }
.hero-lede { font-size: clamp(16px, 1.35vw, 19px); color: var(--g100); max-width: 520px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-note { position: absolute; left: clamp(20px, 5vw, 64px); bottom: 12vh; max-width: 330px; display: flex; gap: 14px; color: var(--g100); font-size: 14.5px; line-height: 1.55; opacity: 0; transform: translateY(20px); }
.hero-note b { color: var(--white); }
.hero-note .dot { flex: none; width: 12px; height: 12px; margin-top: 6px; border-radius: 50%; background: var(--g100); box-shadow: 0 0 0 6px rgba(221,232,226,.15), 0 0 24px 4px rgba(221,232,226,.4); }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--g200); font-size: 11px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; }
.scroll-cue i { width: 1.5px; height: 46px; background: linear-gradient(var(--g200), transparent); transform-origin: top; animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* MANIFESTO */
.manifesto { padding: clamp(110px, 18vh, 200px) 0 clamp(80px, 12vh, 140px); background: var(--paper); }
.manifesto-text { font-family: var(--serif); font-weight: 380; font-size: clamp(1.7rem, 3.4vw, 3.4rem); line-height: 1.16; letter-spacing: -.02em; max-width: 1180px; color: var(--g800); }
.manifesto-text .w { color: #c3cbc6; transition: color .25s linear; }
.manifesto-text .w.on { color: var(--g800); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 44px); margin-top: clamp(70px, 10vh, 120px); }
.fact { border-top: 1.5px solid var(--g800); padding-top: 18px; color: var(--body); font-size: 15px; }
.fact-n { display: block; font-family: var(--serif); font-weight: 350; font-size: clamp(2.8rem, 4.6vw, 4.6rem); line-height: 1; color: var(--g800); letter-spacing: -.03em; margin-bottom: 10px; }

/* SIGNATURE (iris) */
.signature { position: relative; height: 240vh; background: var(--g900); }
.signature-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; display: flex; align-items: center; }
.iris { position: absolute; inset: 0; clip-path: circle(14% at 72% 50%); }
.iris img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.18); }
.iris-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,29,21,.88) 0%, rgba(5,29,21,.55) 45%, rgba(5,29,21,.05) 75%); opacity: 0; }
.signature-copy { position: relative; color: var(--white); }
.signature-copy .display { max-width: 9ch; }
.signature-lede { max-width: 520px; margin-top: 28px; color: var(--g100); font-size: 17.5px; }
.signature-points { margin-top: 34px; display: grid; gap: 14px; max-width: 520px; }
.signature-points li { padding-left: 34px; position: relative; color: var(--g100); font-size: 15.5px; }
.signature-points li::before { content: ""; position: absolute; left: 0; top: 7px; width: 20px; height: 9px; background: repeating-linear-gradient(180deg, var(--g200) 0 2px, transparent 2px 3.5px); }
.signature-points b { color: var(--white); }

/* SERVICES */
.services { position: relative; background: var(--paper); padding-top: clamp(110px, 16vh, 180px); overflow: hidden; }
.services-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; margin-bottom: clamp(50px, 8vh, 90px); }
.services-head .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.services-intro { color: var(--body); max-width: 440px; justify-self: end; }
.track-wrap { overflow: hidden; }
.track { display: flex; gap: clamp(18px, 2.2vw, 32px); padding: 0 max(calc((100vw - 1320px) / 2), clamp(20px, 5vw, 64px)); will-change: transform; }
.svc { flex: none; width: min(78vw, 980px); height: min(66vh, 600px); display: grid; grid-template-columns: 1.08fr 1fr; background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: 0 1px 0 var(--line), 0 30px 60px -40px rgba(7,42,30,.35); }
.svc-media { position: relative; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 1.2s var(--ease); }
.svc:hover .svc-media img { transform: scale(1.12); }
.svc-body { position: relative; display: flex; flex-direction: column; padding: clamp(26px, 3vw, 46px); }
.svc-n { font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 7.5rem); line-height: .8; font-weight: 300; color: transparent; -webkit-text-stroke: 1.2px var(--g200); letter-spacing: -.04em; }
.svc h3 { margin-top: auto; font-family: var(--serif); font-weight: 480; font-size: clamp(1.6rem, 2.3vw, 2.2rem); line-height: 1.05; letter-spacing: -.02em; color: var(--g800); }
.svc p { margin-top: 14px; color: var(--body); font-size: 15.5px; }
.svc ul { margin-top: 22px; display: grid; gap: 9px; }
.svc li { position: relative; padding: 9px 0 0 26px; border-top: 1px solid var(--line); font-size: 14.5px; font-weight: 700; color: var(--ink); }
.svc li::before { content: ""; position: absolute; left: 0; top: 16px; width: 14px; height: 7px; background: repeating-linear-gradient(180deg, var(--g500) 0 1.5px, transparent 1.5px 3px); }
.svc:first-child { background: var(--g800); } .svc:first-child h3, .svc:first-child li { color: var(--white); } .svc:first-child p { color: var(--g100); }
.svc:first-child li { border-color: rgba(255,255,255,.15); } .svc:first-child li::before { background: repeating-linear-gradient(180deg, var(--g200) 0 1.5px, transparent 1.5px 3px); }
.svc:first-child .svc-n { -webkit-text-stroke-color: var(--g500); }
.track-progress { height: 2px; margin-top: 40px; margin-bottom: clamp(90px, 14vh, 160px); background: var(--line); }
.track-progress span { display: block; height: 100%; background: var(--g800); transform-origin: left; transform: scaleX(0); }

/* VALUE CHAIN */
.chain { background: var(--g800); color: var(--white); padding: clamp(110px, 16vh, 190px) 0; }
.chain-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 6vw, 110px); }
.chain-head { position: sticky; top: 18vh; align-self: start; }
.chain-lede { margin-top: 28px; color: var(--g100); max-width: 460px; }
.chain-steps { position: relative; padding-left: 70px; }
.chain-line { position: absolute; left: 0; top: 0; width: 40px; height: 100%; overflow: visible; }
.chain-line path { fill: none; stroke: var(--g200); stroke-width: 2; vector-effect: non-scaling-stroke; stroke-linecap: round; }
.chain-steps li { position: relative; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.1); opacity: .28; transition: opacity .5s var(--ease); }
.chain-steps li.on { opacity: 1; }
.chain-steps li::before { content: ""; position: absolute; left: -58px; top: 40px; width: 14px; height: 14px; border-radius: 50%; background: var(--g800); border: 2px solid var(--g200); transition: background .4s; }
.chain-steps li.on::before { background: var(--g100); }
.chain-steps span { display: block; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.3rem); line-height: 1; letter-spacing: -.025em; font-weight: 400; }
.chain-steps p { margin-top: 8px; color: var(--g200); font-size: 15.5px; }
.chain-steps li.hot span { color: var(--g100); }
.chain-steps li.hot::before { box-shadow: 0 0 0 7px rgba(169,199,184,.18), 0 0 26px rgba(221,232,226,.5); }

/* FLAGSHIPS */
.flagships { padding: clamp(110px, 16vh, 190px) 0 clamp(90px, 14vh, 160px); }
.flag-head { margin-bottom: clamp(60px, 9vh, 100px); }
.flag { width: var(--wrap); margin: 0 auto clamp(60px, 9vh, 110px); display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(30px, 4vw, 70px); align-items: center; }
.flag-rev { grid-template-columns: 1fr 1.35fr; }
.flag-rev .flag-media { order: 2; }
.flag-media { position: relative; height: clamp(360px, 62vh, 640px); border-radius: 22px; overflow: hidden; clip-path: inset(0 0 0 0 round 22px); background: var(--g900); }
.flag-media img { width: 100%; height: 118%; object-fit: cover; filter: grayscale(.25) contrast(1.04); }
.flag-copy h3 { font-family: var(--serif); font-weight: 450; font-size: clamp(3rem, 5.8vw, 5.6rem); line-height: .95; letter-spacing: -.04em; color: var(--g800); margin-bottom: 22px; }
.flag-copy > p:not(.kicker) { color: var(--body); max-width: 480px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.tags li { font-size: 13px; font-weight: 700; padding: 7px 13px; border-radius: 999px; background: var(--g50); color: var(--g800); border: 1px solid var(--g100); }
.flag-foot { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 34px; border-radius: 22px; background: var(--white); box-shadow: 0 1px 0 var(--line); }
.flag-foot p { color: var(--body); } .flag-foot b { color: var(--g800); }

/* YOUTH */
.youth { background: var(--white); padding: clamp(110px, 16vh, 190px) 0; }
.youth-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 110px); align-items: center; }
.youth-photo { position: relative; height: clamp(520px, 84vh, 820px); border-radius: 22px; overflow: hidden; }
.youth-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 50%; }
.youth-photo figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2vw, 1.9rem); line-height: 1.2; color: var(--white); text-shadow: 0 2px 30px rgba(0,0,0,.45); }
.youth-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,29,21,.75), transparent 45%); }
.youth-photo figcaption { z-index: 1; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 44px 0 10px; }
.stat { padding: 24px 20px; border-radius: 18px; background: var(--g50); }
.stat:first-child { background: var(--g800); color: var(--white); }
.stat b { display: block; font-family: var(--serif); font-weight: 380; font-size: clamp(2.6rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.03em; color: var(--g800); }
.stat:first-child b { color: var(--white); }
.stat span { display: block; margin-top: 10px; font-size: 14px; color: var(--slate); }
.stat:first-child span { color: var(--g100); }
.source { font-size: 12px; color: var(--slate); margin-bottom: 28px; }
.youth-copy > p[data-fade] { color: var(--body); max-width: 600px; }
.tags-lg { margin-top: 30px; }

/* GREEN */
.green-hero { position: relative; height: 92vh; overflow: hidden; background: var(--g900); }
.green-hero img { width: 100%; height: 120%; object-fit: cover; }
.green-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,29,21,.8), rgba(5,29,21,.05) 55%); }
.green-title { position: absolute; left: 0; right: 0; bottom: clamp(50px, 9vh, 100px); z-index: 1; }
.green-body { padding: clamp(80px, 12vh, 140px) 0 clamp(110px, 16vh, 180px); }
.green-lede { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.2; letter-spacing: -.015em; color: var(--g800); max-width: 900px; }
.commit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 32px; margin-top: clamp(60px, 9vh, 100px); }
.commit-grid > div { border-top: 1.5px solid var(--g800); padding-top: 18px; }
.commit-grid b { display: block; font-size: 16px; color: var(--g800); margin-bottom: 6px; }
.commit-grid p { font-size: 14.5px; color: var(--body); }
.champion { margin-top: clamp(60px, 9vh, 100px); display: flex; gap: 22px; align-items: center; padding: 30px 34px; border-radius: 22px; background: var(--g800); color: var(--g100); }
.champion svg { flex: none; width: 46px; height: 46px; fill: none; stroke: var(--g100); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.champion b { color: var(--white); }
.sdg { margin-top: 30px; font-size: 13px; font-weight: 700; letter-spacing: .06em; color: var(--slate); display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; }
.sdg span { padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); color: var(--g800); letter-spacing: 0; }

/* PARTNER */
.partner { background: var(--g900); color: var(--white); padding: clamp(110px, 16vh, 190px) 0; }
.partner-lede { margin-top: 30px; max-width: 640px; color: var(--g100); font-size: 18px; }
.stand { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: clamp(60px, 9vh, 100px); }
.stand > div { padding: 28px 24px 30px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: background .4s var(--ease), transform .4s var(--ease); }
.stand > div:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.stand span { font-family: var(--serif); font-size: 15px; color: var(--g300); }
.stand b { display: block; margin: 36px 0 8px; font-size: 18px; }
.stand p { font-size: 14.5px; color: var(--g200); }
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 60px); margin-top: clamp(70px, 10vh, 110px); }
.areas h3 { font-family: var(--serif); font-weight: 450; font-size: 1.6rem; letter-spacing: -.01em; margin-bottom: 16px; }
.areas li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.1); color: var(--g100); font-size: 15.5px; }

/* CONTACT */
.contact { position: relative; overflow: hidden; padding: clamp(120px, 18vh, 200px) 0; background: var(--paper); }
.contact-photo { position: absolute; top: 0; right: 0; bottom: 0; width: 38%; overflow: hidden; }
.contact-photo img { width: 100%; height: 118%; object-fit: cover; object-position: 58% 6%; }
.contact-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(246,246,243,0) 40%); }
.contact-inner { position: relative; }
.contact-inner > * { max-width: 700px; }
.contact-lede { margin-top: 28px; color: var(--body); }
.big-mail { display: inline-block; margin-top: 44px; font-family: var(--serif); font-size: clamp(2rem, 4.8vw, 4.4rem); letter-spacing: -.03em; line-height: 1; color: var(--g800); text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat; transition: background-size .6s var(--ease); padding-bottom: 6px; }
.big-mail:hover { background-size: 100% 2px; }
.big-mail span { font-size: .6em; vertical-align: .25em; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
.contact-grid span { display: block; font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--g500); margin-bottom: 10px; }
.contact-grid p { font-size: 15.5px; color: var(--ink); }
.contact-grid a { text-decoration: none; } .contact-grid a:hover { text-decoration: underline; }

/* FOOTER */
.footer { background: var(--g950); color: var(--g100); padding: 70px 0 34px; }
.footer-inner { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.brand-light .brand-mark { --vein: var(--g950); }
.footer-tag { font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--g300); }
.footer-nav { margin-left: auto; display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { font-size: 14px; text-decoration: none; opacity: .8; } .footer-nav a:hover { opacity: 1; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: var(--g300); }

/* reveal primitives (JS adds .js on <html>; without JS everything is visible) */
.js [data-fade], .js [data-stagger] > * { opacity: 0; transform: translateY(28px); }


/* desktop: the services section pins at the top, so head + cards must fit one screen */
@media (min-width: 901px) {
  .services { padding-top: 104px; min-height: 100vh; }
  .services .display { font-size: clamp(2.6rem, 4.6vw, 4.8rem); }
  .services-head { margin-bottom: 34px; }
  .svc { height: min(58vh, 560px); }
  .track-progress { margin-top: 28px; margin-bottom: 40px; }
}

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .commit-grid, .stand { grid-template-columns: repeat(2, 1fr); }
  .facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  body { font-size: 16px; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .hero { height: 200vh; }
  .hero-vignette { background: linear-gradient(0deg, rgba(5,29,21,.92) 0%, rgba(5,29,21,.5) 45%, rgba(5,29,21,.2) 70%); }
  .hero-copy { justify-content: flex-end; padding-bottom: 8vh; }
  .hero-title { margin: 14px 0 16px; font-size: clamp(2.8rem, 12.5vw, 4.4rem); }
  .hero-lede { font-size: 15px; }
  .hero-actions { margin-top: 22px; gap: 8px; flex-wrap: nowrap; }
  .hero-actions .btn { padding: 12px 15px; font-size: 13.5px; }
  .scroll-cue { display: none; }
  .hero-note { display: none; }
  .services-head, .chain-grid, .youth-grid, .areas { grid-template-columns: 1fr; }
  .services-intro { justify-self: start; }
  .track-wrap { overflow: visible; }
  .track { flex-direction: column; padding: 0; width: var(--wrap); margin: 0 auto; }
  .svc { width: 100%; height: auto; grid-template-columns: 1fr; }
  .svc-media { height: 240px; }
  .track-progress { display: none; }
  .services { padding-bottom: 100px; }
  .chain-head { position: static; }
  .flag, .flag-rev { grid-template-columns: 1fr; }
  .flag-rev .flag-media { order: 0; }
  .flag-foot { flex-direction: column; align-items: flex-start; }
  .signature { height: auto; }
  .signature-sticky { position: relative; height: auto; min-height: 100svh; align-items: flex-end; padding: 120px 0 64px; }
  .iris { clip-path: none; }
  .iris img { transform: none; }
  .iris-shade { opacity: 1; background: linear-gradient(0deg, rgba(5,29,21,.95) 30%, rgba(5,29,21,.55) 75%, rgba(5,29,21,.3)); }
  .contact-photo { position: relative; width: 100%; height: 320px; margin-bottom: 40px; }
  .contact-photo::after { background: linear-gradient(0deg, var(--paper), transparent 50%); }
  .contact { padding-top: 0; }
  .contact-grid, .stats { grid-template-columns: 1fr; }
  .youth-photo { height: 480px; }
}
@media (max-width: 560px) {
  .commit-grid, .stand, .facts { grid-template-columns: 1fr; }
  .footer-nav { margin-left: 0; }
  .footer-base { flex-direction: column; }
}

/* Mandatory: reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js [data-fade], .js [data-stagger] > * { opacity: 1; transform: none; }
  .iris { clip-path: none; } .iris-shade { opacity: 1; }
  .manifesto-text .w { color: var(--g800); }
  .chain-steps li { opacity: 1; }
  .hero-note { opacity: 1; transform: none; }
  .grain { animation: none; }
}
