:root {
  --ink: #0c1c16;
  --ink-soft: #42524b;
  --night: #06120e;
  --night-2: #0a2118;
  --forest: #123d2c;
  --green: #4fc58a;
  --lime: #b8ee70;
  --teal: #36aaa0;
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --line: rgba(15, 40, 30, .13);
  --glass: rgba(15, 36, 28, .68);
  --shadow: 0 30px 90px rgba(5, 24, 16, .16);
  --radius: 28px;
  --shell: min(1180px, calc(100vw - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; padding: 10px 15px; border-radius: 10px; background: var(--lime); color: var(--night); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.reading-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 1001; background: rgba(255,255,255,.08); }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--lime), var(--teal)); box-shadow: 0 0 14px var(--green); }

.site-header { position: fixed; z-index: 1000; inset: 18px max(18px, calc((100vw - 1280px)/2)) auto; height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 14px 0 18px; color: #fff; border: 1px solid rgba(255,255,255,.12); background: rgba(5, 18, 14, .58); border-radius: 22px; backdrop-filter: blur(22px) saturate(140%); transition: .35s ease; }
.site-header.scrolled { top: 10px; background: rgba(6, 18, 14, .9); box-shadow: 0 18px 54px rgba(0,0,0,.24); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; filter: drop-shadow(0 6px 16px rgba(79,197,138,.22)); }
.brand span { display: grid; line-height: 1.12; }
.brand strong { font-size: 1.12rem; letter-spacing: -.02em; }
.brand small { color: rgba(255,255,255,.58); font-size: .64rem; letter-spacing: .025em; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.main-nav a { position: relative; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--lime); transition: .25s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { border: 0; background: transparent; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: 6px; padding: 8px 4px; cursor: pointer; font-size: .7rem; font-weight: 800; }
.language-toggle i { position: relative; width: 28px; height: 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; }
.language-toggle i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); transition: .25s ease; }
html[lang="en"] .language-toggle i::after { transform: translateX(12px); }
.nav-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { width: 21px; height: 1px; background: #fff; display: block; transition: .25s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; font-weight: 750; font-size: .86rem; cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; color: var(--night); background: #fff; }
.button-primary { color: var(--night); background: linear-gradient(135deg, var(--lime), #7bdd83); box-shadow: 0 15px 35px rgba(87, 198, 131, .2); }
.button-primary:hover { box-shadow: 0 20px 50px rgba(87, 198, 131, .32); }
.button-ghost { color: #fff; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.22); backdrop-filter: blur(14px); }
.button-ghost:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.4); }
.play { width: 27px; height: 27px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; background: rgba(255,255,255,.12); font-size: .62rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: var(--forest); font-weight: 800; cursor: pointer; }
.text-link b { transition: transform .25s ease; }
.text-link:hover b { transform: translateX(4px); }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: var(--night); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.025); animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 75% 52%, transparent 0 23%, rgba(4,15,11,.12) 48%), linear-gradient(90deg, rgba(4,14,10,.96) 0%, rgba(4,14,10,.82) 34%, rgba(4,14,10,.2) 66%, rgba(4,14,10,.32) 100%), linear-gradient(0deg, rgba(4,13,10,.72), transparent 42%); }
.hero-grain { position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero::before { content: ""; position: absolute; z-index: 2; width: 620px; height: 620px; left: -280px; top: 20%; border-radius: 50%; border: 1px solid rgba(184,238,112,.11); box-shadow: 0 0 0 80px rgba(184,238,112,.025), 0 0 0 160px rgba(184,238,112,.02); }
.hero-content { position: relative; z-index: 3; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .55fr); gap: clamp(48px, 7vw, 110px); align-items: center; padding-block: 150px 110px; }
.hero-copy { max-width: 740px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: rgba(255,255,255,.66); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 30px; height: 1px; background: var(--lime); box-shadow: 0 0 10px rgba(184,238,112,.5); }
.eyebrow b { font-weight: 750; }
.eyebrow.dark { color: #587166; }
.hero h1 { margin: 0; font-size: clamp(4.4rem, 8.4vw, 8.8rem); line-height: .78; letter-spacing: -.075em; font-weight: 730; }
.hero h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--lime); letter-spacing: -.07em; }
.hero-lead { max-width: 680px; margin: 36px 0 32px; color: rgba(255,255,255,.77); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.passport { align-self: end; margin-bottom: 4vh; padding: 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 26px; background: linear-gradient(150deg, rgba(255,255,255,.14), rgba(10,37,27,.47)); box-shadow: 0 32px 100px rgba(0,0,0,.38); backdrop-filter: blur(22px) saturate(130%); transform: rotate(1.8deg); }
.passport-top { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: .68rem; }
.passport-top b { color: #fff; font-size: .76rem; }
.passport-top small { margin-left: auto; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(184,238,112,.11); }
.passport-tree { position: relative; height: 150px; margin: 17px 0 12px; border-radius: 20px; overflow: hidden; background: radial-gradient(circle at 50% 30%, rgba(184,238,112,.2), transparent 40%), linear-gradient(180deg, rgba(11,45,31,.72), rgba(4,20,14,.82)); }
.passport-tree::before, .passport-tree::after { content: ""; position: absolute; width: 72px; height: 50px; top: 34px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, var(--lime), var(--green)); opacity: .88; }
.passport-tree::before { left: calc(50% - 65px); transform: rotate(18deg); }
.passport-tree::after { right: calc(50% - 65px); transform: scaleX(-1) rotate(18deg); }
.passport-tree i { position: absolute; z-index: 2; width: 5px; height: 82px; left: calc(50% - 2px); bottom: 15px; border-radius: 8px; background: linear-gradient(#7bd784, #8a583a); }
.passport-tree span { position: absolute; left: 15%; right: 15%; bottom: 14px; height: 1px; background: linear-gradient(90deg, transparent, rgba(184,238,112,.5), transparent); }
.passport-name { display: grid; }
.passport-name small, .passport-stats small { color: rgba(255,255,255,.5); font-size: .65rem; }
.passport-name strong { font-family: Georgia, serif; font-style: italic; font-size: 1.55rem; font-weight: 400; }
.passport-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.passport-stats span { display: grid; gap: 2px; padding: 11px; border-radius: 12px; background: rgba(255,255,255,.055); }
.passport-stats b { font-size: .78rem; }
.passport-timeline { display: flex; align-items: center; justify-content: space-between; position: relative; margin-top: 18px; }
.passport-timeline::before { content: ""; position: absolute; left: 4px; right: 4px; top: 4px; height: 1px; background: rgba(255,255,255,.15); }
.passport-timeline i { position: relative; width: 9px; height: 9px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; background: #153327; }
.passport-timeline i.done { background: var(--green); border-color: var(--green); }
.passport-timeline i.active { border-color: var(--lime); box-shadow: 0 0 0 5px rgba(184,238,112,.12); }
.concept-label { position: absolute; z-index: 4; left: 24px; bottom: 20px; margin: 0; color: rgba(255,255,255,.4); font-size: .58rem; letter-spacing: .03em; }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 24px; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 9px; background: var(--lime); transform: translateX(-50%); animation: scroll-cue 1.8s ease infinite; }

.section { position: relative; padding: clamp(92px, 11vw, 150px) 0; }
.section-heading { max-width: 720px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .evidence-copy h2, .impact-copy h2, .partners-card h2, .contact-card h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .99; letter-spacing: -.055em; }
.section-heading p:not(.eyebrow), .evidence-copy > p:not(.eyebrow), .impact-copy > p:not(.eyebrow), .partners-card > div > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.04rem; }
.promise { background: var(--cream); }
.promise-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 9vw; align-items: end; }
.promise-copy { padding-bottom: 8px; }
.promise-copy p { color: var(--ink-soft); font-size: 1.08rem; line-height: 1.8; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 78px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--line); }
.metrics article { min-height: 160px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.56); }
.metrics strong { color: var(--forest); font-size: clamp(2.3rem, 4vw, 4.4rem); letter-spacing: -.07em; line-height: 1; }
.metrics span { color: #586960; font-size: .76rem; font-weight: 700; }

.film { overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(79,197,138,.15), transparent 33%), var(--night); }
.film-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.film-preview { position: relative; width: 100%; aspect-ratio: 16/9; display: block; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; color: #fff; background: #000; box-shadow: 0 45px 120px rgba(0,0,0,.42); cursor: pointer; text-align: left; }
.film-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.film-preview:hover img { transform: scale(1.025); filter: brightness(.86); }
.film-preview-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,11,7,.74), transparent 56%); }
.film-play { position: absolute; left: clamp(22px, 4vw, 44px); bottom: clamp(20px, 4vw, 40px); display: grid; grid-template-columns: 64px auto; grid-template-rows: auto auto; column-gap: 16px; align-items: center; }
.film-play i { grid-row: 1 / 3; width: 64px; height: 64px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(6,24,17,.64); backdrop-filter: blur(16px); font-style: normal; font-size: .9rem; transition: transform .25s ease, background .25s ease; }
.film-preview:hover .film-play i { transform: scale(1.06); color: var(--night); background: var(--lime); }
.film-play b { align-self: end; font-size: 1rem; }
.film-play small { align-self: start; color: rgba(255,255,255,.58); font-size: .68rem; }
.film-copy h2 { margin: 0; font-size: clamp(2.7rem, 4.8vw, 5.2rem); line-height: .96; letter-spacing: -.06em; }
.film-copy > p:not(.eyebrow) { margin: 25px 0; color: rgba(255,255,255,.62); line-height: 1.75; }
.text-link.light { color: var(--lime); }
.film-note { display: block; margin-top: 30px; color: rgba(255,255,255,.38); font-size: .64rem; line-height: 1.55; }

.solution { overflow: hidden; }
.solution::before { content: ""; position: absolute; width: 480px; height: 480px; right: -250px; top: 80px; border-radius: 50%; background: rgba(79,197,138,.1); filter: blur(80px); }
.value-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 64px; }
.value-card { position: relative; min-height: 310px; grid-column: span 2; display: flex; flex-direction: column; padding: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.value-card:nth-child(4) { grid-column: 2 / span 2; }
.value-card:hover { transform: translateY(-7px); border-color: rgba(79,197,138,.45); box-shadow: var(--shadow); }
.value-card > span { position: absolute; top: 20px; right: 22px; color: #a2afa8; font-size: .68rem; font-weight: 850; }
.value-card h3 { margin: auto 0 8px; font-size: 1.45rem; letter-spacing: -.03em; }
.value-card p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.line-icon { position: relative; display: block; width: 78px; height: 78px; margin-top: 15px; border-radius: 50%; border: 1px solid rgba(79,197,138,.25); background: radial-gradient(circle, rgba(184,238,112,.16), transparent 68%); }
.line-icon::before, .line-icon::after { content: ""; position: absolute; inset: 22px; border: 2px solid var(--green); border-radius: 50% 0 50% 50%; transform: rotate(-45deg); }
.line-icon.follow::after { inset: 30px 17px; border-radius: 99px; transform: none; }
.line-icon.care::before { inset: 18px 30px 28px; border-radius: 50%; transform: none; }
.line-icon.care::after { inset: 32px 22px 18px; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); }
.line-icon.connect::before { inset: 20px; border-radius: 50%; transform: none; }
.line-icon.connect::after { inset: 31px -6px; border: 0; border-top: 2px solid var(--green); transform: none; }
.line-icon.explain::before { inset: 18px 23px; border-radius: 8px; transform: none; }
.line-icon.explain::after { inset: 29px 32px 37px 31px; border: 0; border-top: 2px solid var(--green); box-shadow: 0 9px var(--green), 0 18px var(--green); transform: none; }

.evidence { color: #fff; overflow: hidden; background: radial-gradient(circle at 10% 0, rgba(54,170,160,.13), transparent 35%), var(--night); }
.evidence::after { content: ""; position: absolute; inset: auto -20% -40% 20%; height: 70%; background: radial-gradient(ellipse, rgba(79,197,138,.1), transparent 66%); pointer-events: none; }
.evidence-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.evidence-media { position: relative; margin: 0; }
.evidence-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 30px; box-shadow: 0 45px 100px rgba(0,0,0,.4); }
.evidence-media figcaption, .impact-media figcaption { margin-top: 10px; color: rgba(255,255,255,.42); font-size: .62rem; }
.evidence-badge { position: absolute; right: -28px; bottom: 36px; min-width: 240px; display: flex; gap: 12px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(8,31,22,.82); backdrop-filter: blur(14px); }
.evidence-badge > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--night); background: var(--lime); font-weight: 900; }
.evidence-badge p { display: grid; margin: 0; }
.evidence-badge small { color: rgba(255,255,255,.55); }
.evidence-badge b { font-size: .76rem; }
.evidence-copy > p:not(.eyebrow), .impact-copy > p:not(.eyebrow), .partners-card > div > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); line-height: 1.75; }
.process-list { list-style: none; display: grid; gap: 0; margin: 34px 0 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.process-list li > span { color: var(--lime); font-size: .66rem; font-weight: 900; letter-spacing: .1em; }
.process-list div { display: grid; }
.process-list small { margin-top: 3px; color: rgba(255,255,255,.48); }

.product-showcase { background: linear-gradient(#f7f5ef, #ebe9df); }
.product-tabs { display: flex; justify-content: center; gap: 6px; margin: 42px auto 20px; }
.product-tabs button { padding: 10px 17px; border: 1px solid var(--line); border-radius: 99px; color: #62736b; background: rgba(255,255,255,.7); cursor: pointer; font-size: .76rem; font-weight: 800; }
.product-tabs button.active { color: #fff; border-color: var(--forest); background: var(--forest); }
.product-frame { max-width: 990px; margin-inline: auto; overflow: hidden; border: 1px solid rgba(14,47,34,.13); border-radius: 24px; background: #fff; box-shadow: 0 45px 110px rgba(18,49,36,.16); }
.prototype-note { margin: 15px auto 0; color: #7a8981; text-align: center; font-size: .65rem; }
.browser-bar { height: 47px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid #e8ebe7; background: #f8f9f7; }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #ccd2ce; }
.browser-bar span { margin-inline: auto; padding: 6px 18px; border: 1px solid #e4e8e4; border-radius: 8px; color: #819087; background: #fff; font-size: .64rem; }
.dashboard { display: grid; grid-template-columns: 70px 1fr; min-height: 440px; background: #f8faf7; }
.dashboard aside { display: flex; flex-direction: column; align-items: center; gap: 17px; padding-top: 25px; border-right: 1px solid #e3e9e4; background: #fff; }
.dashboard aside img { width: 35px; height: 35px; margin-bottom: 14px; }
.dashboard aside span { width: 24px; height: 5px; border-radius: 10px; background: #dce5df; }
.dashboard aside span.active { height: 24px; background: radial-gradient(circle, var(--green) 0 25%, rgba(79,197,138,.16) 28%); }
.dashboard-main { padding: clamp(24px, 4vw, 45px); }
.dash-title { display: flex; align-items: center; justify-content: space-between; }
.dash-title > div { display: grid; }
.dash-title small, .dash-grid small { color: #85968c; font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.dash-title b { font-size: clamp(1.3rem, 3vw, 2.1rem); letter-spacing: -.04em; }
.dash-title > span { padding: 8px 12px; border-radius: 99px; color: #22734b; background: #dff3e6; font-size: .7rem; font-weight: 800; }
.dash-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; margin-top: 28px; }
.dash-grid article { border: 1px solid #e2e8e3; border-radius: 18px; background: #fff; }
.dash-map { position: relative; min-height: 230px; overflow: hidden; background: #e7eee7 !important; }
.map-lines { position: absolute; inset: 0; opacity: .4; background: repeating-radial-gradient(ellipse at 55% 60%, transparent 0 18px, #9fbdac 19px 20px); transform: scale(1.7) rotate(-8deg); }
.dash-map > i { position: absolute; top: 44%; left: 53%; width: 18px; height: 18px; border: 5px solid var(--green); border-radius: 50% 50% 50% 0; background: #fff; transform: rotate(-45deg); box-shadow: 0 5px 15px rgba(36,101,69,.3); }
.dash-map small { position: absolute; left: 14px; bottom: 13px; padding: 7px 9px; border-radius: 8px; color: #294c3b; background: rgba(255,255,255,.86); text-transform: none; letter-spacing: 0; }
.dash-health { padding: 20px; }
.dash-health strong { display: block; margin: 18px 0 12px; color: var(--forest); font-size: 3rem; letter-spacing: -.07em; }
.dash-health sup { font-size: .9rem; }
.dash-health > span { display: block; height: 6px; overflow: hidden; border-radius: 10px; background: #e9eee9; }
.dash-health > span i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--lime)); }
.dash-health p { color: #708078; font-size: .7rem; }
.dash-timeline { grid-column: 1 / -1; padding: 17px 20px; }
.dash-timeline > div { display: flex; align-items: center; margin-top: 16px; }
.dash-timeline i { width: 12px; height: 12px; border: 2px solid #bdc9c0; border-radius: 50%; background: #fff; }
.dash-timeline i.done { border-color: var(--green); background: var(--green); }
.dash-timeline i.active { border-color: var(--green); box-shadow: 0 0 0 5px rgba(79,197,138,.14); }
.dash-timeline b { flex: 1; position: relative; text-align: center; color: #6d7d75; font-size: .65rem; }
.dash-timeline b::before { content: ""; position: absolute; left: 0; right: 0; top: -8px; height: 1px; background: #dce4de; }

.impact { color: #fff; background: linear-gradient(135deg, #0b261a, #07130f 70%); }
.impact-grid { display: grid; grid-template-columns: .86fr 1.05fr; gap: clamp(50px, 8vw, 105px); align-items: center; }
.impact-media { margin: 0; }
.impact-media img { width: 100%; border-radius: 32px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }
.principles span { min-height: 100px; display: grid; align-content: space-between; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); }
.principles b { color: var(--lime); font-size: .63rem; }
.principles small { color: rgba(255,255,255,.72); }

.care-section { background: var(--cream); }
.care-section .section-heading { max-width: 780px; }
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
.care-grid article { min-height: 245px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.62); }
.care-grid article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--forest); background: #e3f2dd; font-size: 1.1rem; }
.care-grid h3 { margin: 50px 0 7px; font-size: 1.1rem; }
.care-grid p { margin: 0; color: var(--ink-soft); font-size: .8rem; }
.care-note { margin: 18px 0 0; padding: 17px 22px; border-radius: 15px; color: #476056; background: rgba(18,61,44,.06); font-size: .78rem; }
.care-note b { color: var(--forest); }

.partners { overflow: hidden; color: #fff; background: #06110d; }
.partners::before { content: ""; position: absolute; width: 650px; height: 650px; right: -220px; top: -260px; border-radius: 50%; background: rgba(54,170,160,.11); filter: blur(80px); }
.partners-card { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.partners-card h2 { max-width: 700px; }
.partners-card .button { margin-top: 18px; }
.report-card { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: linear-gradient(155deg, rgba(255,255,255,.1), rgba(255,255,255,.025)); box-shadow: 0 40px 100px rgba(0,0,0,.32); backdrop-filter: blur(20px); }
.report-head { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.45); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.report-head span { padding: 6px 9px; border-radius: 30px; color: var(--lime); background: rgba(184,238,112,.09); }
.report-card h3 { margin: 32px 0 20px; font-size: 1.7rem; letter-spacing: -.04em; }
.report-card ul { list-style: none; margin: 0; padding: 0; }
.report-card li { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.7); font-size: .78rem; }
.report-card li span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(79,197,138,.08); }

.roadmap { background: #fff; }
.roadmap-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; margin-top: 76px; }
.roadmap-line::before { content: ""; position: absolute; left: 0; right: 0; top: 8px; height: 1px; background: #dfe6e1; }
.roadmap-line article { position: relative; padding-top: 36px; }
.roadmap-line article::before { content: ""; position: absolute; z-index: 2; top: 2px; left: 0; width: 13px; height: 13px; border: 1px solid #a9b8af; border-radius: 50%; background: #fff; }
.roadmap-line article.active::before { border-color: var(--green); background: var(--green); box-shadow: 0 0 0 7px rgba(79,197,138,.12); }
.roadmap-line span { color: var(--green); font-size: .68rem; font-weight: 900; }
.roadmap-line h3 { margin: 7px 0 5px; }
.roadmap-line p { margin: 0; color: var(--ink-soft); font-size: .78rem; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(50px, 9vw, 120px); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; list-style: none; padding: 22px 48px 22px 0; cursor: pointer; font-size: 1rem; font-weight: 750; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 18px; color: var(--green); font-size: 1.45rem; font-weight: 400; transition: transform .25s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 45px 22px 0; color: var(--ink-soft); font-size: .86rem; }

.contact { color: #fff; background: linear-gradient(135deg, #0e3325, #07130f); }
.contact-card { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(50px, 8vw, 100px); align-items: center; padding: clamp(28px, 5vw, 62px); border: 1px solid rgba(255,255,255,.12); border-radius: 34px; background: rgba(255,255,255,.035); }
.powered { display: flex; align-items: center; gap: 10px; margin-top: 32px; }
.powered img { border-radius: 12px; background: rgba(255,255,255,.9); padding: 4px; }
.powered span { display: grid; }
.powered small { color: rgba(255,255,255,.42); font-size: .65rem; }
.powered b { font-size: .78rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 25px; border-radius: 24px; background: #fff; color: var(--ink); }
.contact-form label { display: grid; gap: 7px; }
.contact-form label:nth-child(n+3), .contact-form button, .form-status { grid-column: 1 / -1; }
.contact-form label span { color: #54665e; font-size: .7rem; font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dfe7e1; border-radius: 12px; padding: 12px 13px; color: var(--ink); background: #f8faf8; outline: none; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(79,197,138,.11); }
.contact-form .button { justify-self: start; }
.form-status { min-height: 1.4em; margin: 0; color: #51625a; font-size: .72rem; }

.site-footer { color: #fff; background: #030b08; }
.footer-grid { min-height: 240px; display: grid; grid-template-columns: 1fr 1.25fr .9fr; gap: 40px; align-items: center; padding-block: 45px; }
.footer-grid > p { color: rgba(255,255,255,.46); font-size: .78rem; }
.footer-grid nav { display: grid; justify-items: end; gap: 7px; color: rgba(255,255,255,.58); font-size: .74rem; }
.footer-grid > small { grid-column: 1 / -1; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.07); padding-top: 18px; }

.story-modal { position: fixed; z-index: 1600; inset: 0; display: grid; place-items: center; padding: 28px; color: #fff; background: rgba(2,10,7,.86); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transition: .3s ease; }
.story-modal.open { opacity: 1; visibility: visible; }
.modal-close { position: absolute; z-index: 2; top: 26px; right: 32px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.07); cursor: pointer; font-size: 1.6rem; }
.film-modal-stage { width: min(1120px, 100%); max-height: calc(100svh - 56px); overflow: auto; padding: clamp(18px, 3vw, 34px); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: #081b13; box-shadow: 0 60px 180px rgba(0,0,0,.55); scrollbar-width: thin; scrollbar-color: rgba(184,238,112,.32) transparent; }
.film-modal-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.film-modal-heading .eyebrow { margin-bottom: 10px; }
.film-modal-heading h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 4rem); line-height: .96; letter-spacing: -.055em; }
.film-download { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 800; }
.film-download b { color: var(--lime); font-size: 1rem; }
.film-modal-stage video { width: 100%; display: block; aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #000; }
.film-disclosure { margin: 13px 2px 0; color: rgba(255,255,255,.42); font-size: .64rem; line-height: 1.55; }

.maki-launcher { position: fixed; z-index: 1200; right: 24px; bottom: 24px; width: 76px; height: 76px; padding: 0; border: 1px solid rgba(184,238,112,.32); border-radius: 50%; background: radial-gradient(circle, rgba(79,197,138,.38), rgba(6,18,14,.9)); box-shadow: 0 18px 55px rgba(0,0,0,.3), 0 0 0 8px rgba(79,197,138,.06); cursor: pointer; }
.maki-launcher > span { position: absolute; inset: -7px; border: 1px solid rgba(184,238,112,.23); border-radius: 50%; animation: maki-ring 2.8s ease infinite; }
.maki-launcher img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; transition: transform .25s ease; }
.maki-launcher:hover img { transform: scale(1.07) rotate(-2deg); }
.maki-panel { position: fixed; z-index: 1250; right: 24px; bottom: 112px; width: min(390px, calc(100vw - 32px)); height: min(590px, calc(100svh - 140px)); display: grid; grid-template-rows: auto 1fr auto auto; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(6,22,16,.96); box-shadow: 0 35px 100px rgba(0,0,0,.48); backdrop-filter: blur(25px); opacity: 0; transform: translateY(16px) scale(.97); visibility: hidden; transform-origin: bottom right; transition: .26s ease; }
.maki-panel.open { opacity: 1; transform: none; visibility: visible; }
.maki-panel header { display: flex; align-items: center; gap: 10px; padding: 15px; border-bottom: 1px solid rgba(255,255,255,.08); background: linear-gradient(90deg, rgba(79,197,138,.13), transparent); }
.maki-panel header img { width: 47px; height: 47px; border-radius: 50%; background: rgba(255,255,255,.05); }
.maki-panel header > div { display: grid; }
.maki-panel header small { color: rgba(255,255,255,.48); font-size: .63rem; }
.maki-panel header > span { margin-left: auto; display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.5); font-size: .64rem; }
.maki-panel header > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.maki-panel header button { margin-left: 5px; border: 0; color: rgba(255,255,255,.65); background: transparent; cursor: pointer; font-size: 1.25rem; }
.maki-log { overflow-y: auto; padding: 17px; scrollbar-width: thin; scrollbar-color: rgba(184,238,112,.3) transparent; }
.maki-message { max-width: 88%; margin-bottom: 11px; padding: 11px 13px; border-radius: 15px; white-space: pre-line; font-size: .8rem; line-height: 1.5; animation: message-in .25s ease; }
.maki-message.bot { border: 1px solid rgba(255,255,255,.08); border-bottom-left-radius: 4px; color: rgba(255,255,255,.79); background: rgba(255,255,255,.055); }
.maki-message.user { margin-left: auto; border-bottom-right-radius: 4px; color: #082016; background: linear-gradient(135deg, var(--lime), #68d896); }
.maki-message.typing { display: flex; gap: 4px; width: 56px; }
.maki-message.typing i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); animation: typing 1s ease infinite; }
.maki-message.typing i:nth-child(2) { animation-delay: .14s; }
.maki-message.typing i:nth-child(3) { animation-delay: .28s; }
.maki-suggestions { display: flex; gap: 6px; overflow-x: auto; padding: 8px 13px 9px; }
.maki-suggestions button { flex: 0 0 auto; padding: 7px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.04); cursor: pointer; font-size: .66rem; }
.maki-input { display: grid; grid-template-columns: 37px 1fr 40px; gap: 7px; padding: 10px; border-top: 1px solid rgba(255,255,255,.08); }
.maki-input input { min-width: 0; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; padding: 10px 12px; outline: 0; color: #fff; background: rgba(255,255,255,.055); font-size: .78rem; }
.maki-input input:focus { border-color: rgba(184,238,112,.55); }
.maki-input button { border: 0; border-radius: 12px; cursor: pointer; }
.maki-mic { color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); }
.maki-mic.listening { color: var(--night); background: var(--lime); animation: mic-pulse 1.2s ease infinite; }
.maki-send { color: var(--night); background: var(--lime); font-size: 1.1rem; }
.maki-send:disabled { opacity: .4; cursor: wait; }

.privacy-toast { position: fixed; z-index: 1300; left: 18px; bottom: 18px; max-width: 430px; display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; color: #fff; background: rgba(7,22,16,.94); box-shadow: 0 20px 60px rgba(0,0,0,.3); backdrop-filter: blur(18px); font-size: .7rem; transition: .3s ease; }
.privacy-toast.hidden { opacity: 0; transform: translateY(15px); visibility: hidden; }
.privacy-toast p { margin: 0; grid-row: span 2; color: rgba(255,255,255,.64); }
.privacy-toast button { border: 0; border-radius: 8px; color: var(--night); background: var(--lime); cursor: pointer; font-weight: 850; }
.privacy-toast a { color: var(--lime); font-size: .64rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

.legal-page, .error-page { min-height: 100vh; background: var(--cream); }
.simple-header { width: var(--shell); margin: 20px auto 0; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.simple-header .brand small { color: #728078; }
.simple-header > a:last-child { color: var(--forest); font-size: .8rem; font-weight: 800; }
.legal-content { width: min(760px, calc(100vw - 40px)); margin: 80px auto 120px; }
.legal-content h1 { font-size: clamp(3rem, 7vw, 5.5rem); line-height: .9; letter-spacing: -.065em; }
.legal-content h2 { margin-top: 36px; }
.legal-content p { color: var(--ink-soft); line-height: 1.8; }
.legal-note { margin-top: 50px; padding: 18px; border-left: 3px solid var(--green); background: rgba(79,197,138,.08); }
.error-page { display: grid; place-items: center; text-align: center; }
.error-page main { max-width: 580px; padding: 30px; }
.error-page img { margin: auto; }
.error-page p { color: var(--green); font-weight: 900; }
.error-page h1 { margin: 10px 0 30px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }

@keyframes hero-breathe { to { transform: scale(1.07); } }
@keyframes scroll-cue { 0%,100% { opacity: .3; transform: translate(-50%,0); } 50% { opacity: 1; transform: translate(-50%,10px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes maki-ring { 0%,100% { transform: scale(.95); opacity: .25; } 50% { transform: scale(1.1); opacity: .75; } }
@keyframes message-in { from { opacity: 0; transform: translateY(8px); } }
@keyframes typing { 0%,100% { opacity: .25; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }
@keyframes mic-pulse { 50% { box-shadow: 0 0 0 6px rgba(184,238,112,.12); } }

@media (max-width: 1000px) {
  .site-header { inset-inline: 12px; }
  .main-nav { position: absolute; left: 0; right: 0; top: 80px; display: grid; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(5,18,14,.96); box-shadow: 0 24px 60px rgba(0,0,0,.3); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: .25s ease; }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .main-nav a { padding: 8px; font-size: .9rem; }
  .nav-toggle { display: grid; }
  .nav-toggle span:first-child { transform: translateY(3px); }
  .nav-toggle span:last-child { transform: translateY(-3px); }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .hero-content { grid-template-columns: 1fr; align-items: end; }
  .hero-copy { padding-top: 90px; }
  .passport { display: none; }
  .hero h1 { font-size: clamp(4.2rem, 12vw, 7.5rem); }
  .hero-shade { background: linear-gradient(90deg, rgba(4,14,10,.94), rgba(4,14,10,.42)), linear-gradient(0deg, rgba(4,13,10,.75), transparent 50%); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card, .value-card:nth-child(4) { grid-column: auto; }
  .value-card:last-child { grid-column: 1 / -1; min-height: 270px; }
  .film-grid, .evidence-grid, .impact-grid, .partners-card, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .film-copy { max-width: 700px; }
  .impact-media { order: -1; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { justify-items: start; }
  .footer-grid > p { display: none; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 22px; }
  .site-header { top: 9px; height: 62px; padding-left: 11px; border-radius: 18px; }
  .brand img { width: 39px; height: 39px; }
  .brand strong { font-size: 1rem; }
  .brand small { display: none; }
  .header-actions .button-small { display: none; }
  .language-toggle { font-size: .62rem; }
  .hero-content { padding-block: 118px 110px; }
  .hero h1 { font-size: clamp(3.45rem, 17vw, 5.2rem); line-height: .82; }
  .hero-lead { margin-top: 28px; font-size: .95rem; line-height: 1.62; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .concept-label { right: 18px; left: 18px; bottom: 14px; font-size: .5rem; }
  .scroll-cue { display: none; }
  .section { padding-block: 82px; }
  .section-heading h2, .evidence-copy h2, .impact-copy h2, .partners-card h2, .contact-card h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .promise-grid { grid-template-columns: 1fr; gap: 26px; }
  .metrics { grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .metrics article { min-height: 125px; padding: 18px; }
  .value-grid, .care-grid { grid-template-columns: 1fr; }
  .value-card, .value-card:last-child { grid-column: auto; min-height: 260px; }
  .evidence-badge { right: 10px; bottom: 36px; min-width: 210px; }
  .evidence-media img, .impact-media img { border-radius: 22px; }
  .principles { grid-template-columns: 1fr; }
  .product-tabs { justify-content: start; overflow-x: auto; }
  .dashboard { grid-template-columns: 47px 1fr; min-height: 390px; }
  .dashboard aside span { width: 17px; }
  .dashboard-main { padding: 18px 13px; }
  .dash-title > span { display: none; }
  .dash-grid { grid-template-columns: 1fr; }
  .dash-health { display: none; }
  .dash-timeline { grid-column: auto; }
  .roadmap-line { grid-template-columns: 1fr; gap: 0; margin-left: 8px; }
  .roadmap-line::before { left: 6px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .roadmap-line article { padding: 0 0 30px 35px; }
  .roadmap-line article::before { top: 3px; }
  .contact-card { width: calc(100% - 16px); padding: 24px; border-radius: 25px; }
  .contact-form { grid-template-columns: 1fr; padding: 17px; }
  .contact-form label { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .story-modal { padding: 10px; }
  .film-preview { border-radius: 22px; }
  .film-play { grid-template-columns: 52px auto; left: 18px; bottom: 17px; column-gap: 12px; }
  .film-play i { width: 52px; height: 52px; }
  .film-modal-stage { max-height: calc(100svh - 20px); padding: 16px; border-radius: 23px; }
  .film-modal-heading { display: grid; padding-right: 42px; }
  .film-modal-heading h2 { font-size: 2.25rem; }
  .film-download { justify-self: start; }
  .film-modal-stage video { border-radius: 13px; }
  .modal-close { top: 18px; right: 18px; background: rgba(3,13,9,.82); }
  .maki-launcher { right: 15px; bottom: 15px; width: 68px; height: 68px; }
  .maki-panel { inset: auto 8px 91px; width: auto; height: min(590px, calc(100svh - 110px)); border-radius: 22px; }
  .privacy-toast { right: 10px; left: 10px; bottom: 10px; max-width: none; }
}

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