@font-face { font-family: "Neue Haas Grotesk Text Pro"; src: url("/fonts/NHaasGrotesk/NHaasGroteskTXPro-55Rg.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Grotesk Text Pro"; src: url("/fonts/NHaasGrotesk/NHaasGroteskTXPro-56It.otf") format("opentype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Neue Haas Grotesk Text Pro"; src: url("/fonts/NHaasGrotesk/NHaasGroteskTXPro-65Md.otf") format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Grotesk Text Pro"; src: url("/fonts/NHaasGrotesk/NHaasGroteskTXPro-66MdIt.otf") format("opentype"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Neue Haas Grotesk Text Pro"; src: url("/fonts/NHaasGrotesk/NHaasGroteskTXPro-75Bd.otf") format("opentype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Neue Haas Grotesk Text Pro"; src: url("/fonts/NHaasGrotesk/NHaasGroteskTXPro-76BdIt.otf") format("opentype"); font-weight: 700; font-style: italic; font-display: swap; }
:root { --reeva-forest-900: #00120E; --reeva-forest-800: #00231A; --reeva-forest-700: #002A1F; --reeva-forest-600: #003527; --reeva-forest-500: #003C28; --reeva-forest-400: #003929; --reeva-emerald-600: #009E66; --reeva-emerald-500: #00C288; --reeva-emerald-450: #00B777; --reeva-emerald-400: #00C2AB; --reeva-font-display: "Neue Haas Grotesk Text Pro", "Helvetica Neue", system-ui, sans-serif; --reeva-font-body: "Neue Haas Grotesk Text Pro", "Helvetica Neue", system-ui, sans-serif; --reeva-font-ui: "Inter", system-ui, sans-serif; --reeva-font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace; --reeva-ease-out: cubic-bezier(.2, 0, 0, 1); --reeva-ease-inout: cubic-bezier(.4, 0, .2, 1); --reeva-dur-fast: .12s; --reeva-dur-base: .18s; --reeva-dur-slow: .32s; --bg: var(--reeva-forest-800); --bg-deep: var(--reeva-forest-900); --surface: var(--reeva-forest-700); --hairline: rgba(255, 255, 255, .1); --hairline-strong: rgba(255, 255, 255, .18); --grid-line: rgba(255, 255, 255, .035); --type: #F4EFE6; --type-muted: #B8C2BD; --type-faint: #6E7A75; --mono: var(--reeva-font-mono); }
* { box-sizing: border-box; }
html, body { margin: 0px; padding: 0px; background: var(--bg); color: var(--type); font-family: var(--reeva-font-body); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1280px; margin: 0px auto; padding: 0px 48px; }
@media (max-width: 768px) {
  .container { padding: 0px 24px; }
}
.rule { height: 1px; background: var(--hairline); border: 0px; margin: 0px; }
.mono { font-family: var(--mono); font-feature-settings: "ss01", "calt"; }
.eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--type-faint); margin: 0px; display: inline-flex; align-items: center; gap: 12px; }
.nav { position: sticky; top: 0px; z-index: 50; background: rgba(0, 35, 26, 0.78); backdrop-filter: blur(12px); border-bottom: 1px solid var(--hairline); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.wordmark { font-family: var(--reeva-font-display); font-size: 22px; letter-spacing: -0.02em; color: var(--type); font-weight: 400; display: inline-flex; align-items: center; gap: 10px; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.icon-btn { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; color: var(--type-muted); transition: color .18s var(--reeva-ease-out); }
.icon-btn:hover { color: var(--type); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 40px; padding: 0px 18px; border-radius: 4px; border: 0px; cursor: pointer; font-family: var(--reeva-font-body); font-weight: 500; font-size: 14px; letter-spacing: -0.005em; background: rgb(255, 255, 255); color: var(--bg); transition: all .18s var(--reeva-ease-out); white-space: nowrap; }
.btn:hover { background: rgb(255, 255, 255); transform: translateY(-1px); color: var(--bg); }
.btn .arrow { transition: none; transform: none; }
.btn:hover .arrow { transform: none; }
.btn--ghost { background: transparent; color: var(--type); border: 1px solid var(--hairline-strong); }
.btn--ghost:hover { background: rgba(255, 255, 255, 0.06); color: var(--type); }
.nav .btn { background: transparent; color: var(--type-muted); border: 1px solid var(--hairline-strong); border-radius: 4px; font-family: var(--reeva-font-body); font-size: 14px; letter-spacing: -0.005em; text-transform: none; }
.nav .btn:hover { background: rgba(255, 255, 255, 0.06); color: var(--type); transform: none; }
.hero { padding: 96px 0px 0px; position: relative; }
.hero > .container { text-align: left; }
.hero-title { font-family: var(--reeva-font-display); font-weight: 400; font-size: 64px; line-height: 1.02; letter-spacing: -0.025em; color: rgb(255, 255, 255); text-wrap: balance; max-width: 22ch; text-align: left; margin: 0px 0px 32px; }
.hero-title em { font-style: normal; color: var(--type-muted); }
.hero-sub { font-size: 16px; line-height: 1.55; color: var(--type-muted); max-width: 600px; margin: 0px 0px 60px; font-weight: 400; letter-spacing: -0.005em; text-align: left; }
.hero-cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: flex-start; }
.hero-meta { font-family: var(--mono); font-size: 11px; color: var(--type-faint); letter-spacing: 0.06em; text-transform: uppercase; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; margin-bottom: 0px; justify-content: flex-start; }
.hero-grid { display: grid; grid-template-columns: minmax(0px, 1.85fr) minmax(240px, 320px); gap: 48px; align-items: center; margin-bottom: 140px; }
.hero-content { min-width: 0px; }
.hero-diagram { width: 100%; min-width: 0px; display: flex; justify-content: flex-end; align-items: center; overflow: visible; min-height: 620px; }
.hero-stack-svg { width: 100%; max-width: 340px; height: auto; display: block; margin: 0px auto; overflow: visible; user-select: none; mix-blend-mode: lighten; }
.hero-stack-fill { fill: url("#hero-side-fill"); }
.hero-cap-fill { fill: url("#hero-cap-fill"); }
.hero-cap-side-fill { fill: rgba(1, 14, 10, 0.52); }
.hero-stack-strong, .hero-stack-edge, .hero-cap-line, .hero-layer, .hero-cap-dash { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; filter: url("#hero-line-glow"); }
.hero-stack-strong, .hero-cap-line { stroke: rgba(244, 239, 230, 0.64); stroke-width: 1.35; }
.hero-cap-line--top { stroke: rgba(244, 239, 230, 0.76); stroke-width: 1.45; }
.hero-stack-edge { stroke: rgba(244, 239, 230, 0.68); stroke-width: 1.35; }
.hero-stack-edge--front { stroke: rgba(244, 239, 230, 0.78); }
.hero-layer { stroke: rgba(244, 239, 230, 0.36); stroke-width: 1.2; }
.hero-cap-dash { stroke: rgba(244, 239, 230, 0.5); stroke-width: 1.35; stroke-dasharray: 3, 8; }
.hero-stack-wordmark { font-family: var(--reeva-font-display); font-size: 104px; font-weight: 500; fill: var(--type); opacity: 0.94; }
.hero-stack-labels text { font-family: var(--mono); font-size: 17px; letter-spacing: 0.24em; fill: rgba(244, 239, 230, 0.76); }
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; margin-bottom: 100px; }
  .hero-diagram { order: 2; }
  .hero-diagram { justify-content: center; min-height: 0px; }
  .hero-stack-svg { width: min(560px, 100%); max-width: 560px; margin: 0px auto; }
}
@media (max-width: 768px) {
  .hero-grid { gap: 40px; margin-bottom: 80px; }
  .hero-stack-svg { width: min(420px, 100%); max-width: 420px; margin: 0px auto; }
  .hero-title { font-size: 42px; max-width: 11ch; }
  .hero-sub { margin-bottom: 40px; }
}
@media (max-width: 360px) {
  .hero-title { font-size: 36px; }
}
.chip { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0px 12px; border: 1px solid var(--hairline-strong); border-radius: 4px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--type-muted); text-transform: uppercase; background: rgba(255, 255, 255, 0.016); }
.chip-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--reeva-emerald-450); box-shadow: rgba(0, 183, 119, 0.6) 0px 0px 8px; }
.chip-dot--amber { background: rgb(230, 180, 80); box-shadow: rgba(230, 180, 80, 0.5) 0px 0px 8px; }
.chip-dot--mute { background: var(--type-faint); box-shadow: none; }
.schematic-wrap { margin-top: 80px; padding: 32px 24px; position: relative; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
.schematic-meta { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--type-faint); text-transform: uppercase; margin-bottom: 24px; }
.schematic { width: 100%; height: auto; display: block; }
.section { padding: 140px 0px; position: relative; }
.section > .container { position: relative; }
@media (max-width: 768px) {
  .section { padding: 80px 0px; }
}
.section-head { display: flex; flex-direction: column; gap: 20px; margin-bottom: 96px; align-items: start; }
@media (max-width: 900px) {
  .section-head { gap: 16px; margin-bottom: 64px; }
}
.section-title { font-family: var(--reeva-font-display); font-weight: 400; font-size: 38px; line-height: 1.05; letter-spacing: -0.022em; margin: 0px; color: rgb(255, 255, 255); white-space: nowrap; max-width: none; }
@media (max-width: 768px) {
  .section-title { font-size: 28px !important; white-space: normal !important; }
}
.section-eyebrow-col .label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--type-faint); text-transform: uppercase; }
.section-rule { position: relative; height: 1px; background: var(--hairline); margin-top: -140px; margin-bottom: 140px; }
.section-rule::before, .section-rule::after { content: ""; position: absolute; top: -4px; width: 8px; height: 8px; border: 1px solid var(--hairline-strong); background: var(--bg); display: block; }
.section-rule::before { left: -4px; }
.section-rule::after { right: -4px; }
@media (max-width: 768px) {
  .section-rule { margin: -80px -24px 80px; }
}
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0px; border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); border-right: 1px solid var(--hairline); }
.three-col > * { padding: 40px 32px 32px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); position: relative; }
.three-col > :last-child { border-right: 0px; }
@media (max-width: 900px) {
  .three-col { grid-template-columns: 1fr; }
  .three-col > * { border-right: 0px; padding: 32px 24px; }
}
.col-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--type-faint); text-transform: uppercase; margin-bottom: 28px; display: flex; justify-content: space-between; align-items: center; }
.col-num .dot { width: 4px; height: 4px; background: var(--type-faint); border-radius: 50%; }
.col-title { font-family: var(--reeva-font-display); font-weight: 400; font-size: 26px; line-height: 1.15; letter-spacing: -0.015em; color: rgb(255, 255, 255); margin: 0px 0px 16px; text-wrap: balance; }
.col-body { font-size: 15px; line-height: 1.55; color: var(--type-muted); margin: 0px; }
.problem-close { margin-top: 44px; padding-top: 40px; font-family: var(--reeva-font-display); font-weight: 400; font-size: 24px; line-height: 1.4; letter-spacing: -0.012em; color: var(--type-faint); max-width: 70ch; }
.problem-close strong { color: rgb(255, 255, 255); font-weight: 400; }
@media (max-width: 768px) {
  .problem-close { font-size: 18px; }
}
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0px; border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); }
.step { padding: 36px 32px 32px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); display: flex; flex-direction: column; min-height: 380px; position: relative; }
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
}
.step-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--type-faint); text-transform: uppercase; margin-bottom: 80px; display: flex; align-items: center; justify-content: space-between; }
.step-num .verb { color: var(--type); }
.step-title { font-family: var(--reeva-font-display); font-weight: 400; font-size: 32px; line-height: 1.1; letter-spacing: -0.02em; color: rgb(255, 255, 255); margin: 0px 0px 16px; }
.step-body { font-size: 15px; line-height: 1.6; color: var(--type-muted); margin: 0px 0px 32px; max-width: 36ch; }
.step-chips { margin-top: auto; display: flex; flex-wrap: wrap; gap: 6px; padding-top: 24px; border-top: 1px dashed var(--hairline); }
.step-chips .chip { height: 24px; padding: 0px 10px; font-size: 10px; letter-spacing: 0.05em; border-color: var(--hairline); text-transform: none; color: var(--type-muted); }
.how-result { margin-top: 64px; padding: 56px 40px; border: 1px solid var(--hairline); background: rgba(255, 255, 255, 0.02); position: relative; }
.how-result-eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--type-faint); text-transform: uppercase; display: block; margin-bottom: 24px; }
.how-result-body { font-family: var(--reeva-font-display); font-weight: 400; font-size: 28px; line-height: 1.35; letter-spacing: -0.015em; color: var(--type); margin: 0px; max-width: 50ch; }
@media (max-width: 900px) {
  .how-result { margin-top: 48px; padding: 40px 24px; }
  .how-result-body { font-size: 22px; }
}
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0px; border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); border-right: 1px solid var(--hairline); }
.two-col > * { padding: 36px 32px 32px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.two-col > :last-child { border-right: 0px; padding: 36px 32px 32px; }
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; }
  .two-col > *, .two-col > :last-child { padding: 32px 24px; border-right: 0px; }
}
.two-col p { font-family: var(--reeva-font-display); font-weight: 400; font-size: 21px; line-height: 1.45; letter-spacing: -0.012em; color: var(--type-muted); max-width: 44ch; }
.two-col p strong { color: rgb(255, 255, 255); font-weight: 400; }
.two-col .col-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--type-faint); text-transform: uppercase; margin-bottom: 32px; display: block; }
.four-col { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0px; border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); }
.four-col > * { padding: 44px 28px 36px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); min-height: 240px; display: flex; flex-direction: column; }
@media (max-width: 900px) {
  .four-col { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .four-col { grid-template-columns: 1fr; }
}
.pillar-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; color: var(--type-faint); text-transform: uppercase; margin-bottom: 64px; display: flex; justify-content: flex-start; gap: 16px; }
.pillar-title { font-family: var(--reeva-font-display); font-weight: 400; font-size: 36px; line-height: 1.05; letter-spacing: -0.025em; color: rgb(255, 255, 255); margin: 0px 0px 16px; }
.pillar-body { font-size: 14px; line-height: 1.55; color: var(--type-muted); margin: 0px; max-width: 28ch; }
.pillar-status { margin-top: auto; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--type-faint); text-transform: uppercase; padding-top: 24px; display: inline-flex; align-items: center; gap: 8px; }
.closing { padding: 180px 0px 160px; text-align: left; position: relative; }
.closing-title { font-family: var(--reeva-font-display); font-weight: 400; font-size: 64px; line-height: 1.04; letter-spacing: -0.025em; color: rgb(255, 255, 255); margin: 0px 0px 32px; text-wrap: balance; max-width: 22ch; }
@media (max-width: 768px) {
  .closing-title { font-size: 40px; }
  .closing { padding: 100px 0px 80px; }
}
.closing-sub { font-size: 16px; line-height: 1.55; color: var(--type-muted); max-width: 620px; margin: 0px 0px 48px; }
.legal-page { background: var(--bg); color: var(--type); min-height: 100vh; }
.legal-hero { padding: 96px 0px 64px; border-bottom: 1px solid var(--hairline); }
.legal-eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--type-faint); margin: 0px 0px 24px; }
.legal-hero h1 { font-family: var(--reeva-font-display); font-size: clamp(44px, 7vw, 84px); font-weight: 400; line-height: 0.98; letter-spacing: -0.025em; color: rgb(255, 255, 255); margin: 0px; }
.legal-updated { color: var(--type-muted); font-size: 16px; margin: 24px 0px 0px; }
.legal-content { padding: 72px 0px 120px; }
.legal-container { max-width: 820px; }
.legal-container p, .legal-container li { color: var(--type-muted); font-size: 18px; line-height: 1.7; }
.legal-container p { margin: 0px 0px 22px; }
.legal-container strong { color: var(--type); font-weight: 500; }
.legal-container h2 { color: var(--type); font-family: var(--reeva-font-display); font-size: 28px; font-weight: 500; line-height: 1.2; letter-spacing: -0.015em; margin: 52px 0px 18px; }
.legal-container ul { margin: 0px 0px 26px; padding-left: 24px; }
.legal-container li { margin: 10px 0px; padding-left: 4px; }
.legal-container a { color: var(--type); border-bottom: 1px solid rgba(255, 255, 255, 0.35); transition: border-color .18s var(--reeva-ease-out),color .18s var(--reeva-ease-out); }
.legal-container a:hover { color: rgb(255, 255, 255); border-color: var(--reeva-emerald-450); }
@media (max-width: 768px) {
  .legal-hero { padding: 72px 0px 48px; }
  .legal-content { padding: 48px 0px 88px; }
  .legal-container p, .legal-container li { font-size: 16px; }
  .legal-container h2 { font-size: 24px; margin-top: 42px; }
}
.footer { background: var(--bg); padding: 56px 0px 48px; border-top: 1px solid var(--hairline); }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-left { display: flex; flex-direction: column; gap: 10px; }
.footer-meta { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--type-faint); }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-text-link { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--type-faint); transition: color .18s var(--reeva-ease-out); }
.footer-text-link:hover { color: var(--type); }
::selection { background: rgba(0, 183, 119, 0.35); color: var(--type); }
.sx-line { stroke: rgba(255, 255, 255, 0.2); stroke-width: 1; fill: none; }
.sx-line-strong { stroke: rgba(255, 255, 255, 0.4); stroke-width: 1; fill: none; }
.sx-fill-bg { fill: var(--bg); }
.sx-text { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.06em; fill: var(--type-muted); text-transform: uppercase; }
.sx-label { font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; fill: var(--type-faint); text-transform: uppercase; }
.sx-title { font-family: var(--reeva-font-display); font-size: 14px; letter-spacing: -0.01em; fill: var(--type); }
.sx-accent { fill: var(--reeva-emerald-450); }
.sx-pulse { stroke: var(--reeva-emerald-450); stroke-width: 1; fill: none; opacity: 0.7; }
.sx-flow { stroke: rgba(255, 255, 255, 0.25); stroke-width: 1; fill: none; stroke-dasharray: 2, 3; }
@keyframes flow-dash { 
  100% { stroke-dashoffset: -20; }
}
.sx-flow-anim { animation: 4s linear 0s infinite normal none running flow-dash; }
.sx-pulse-border { animation: 4s ease-in-out 0s infinite normal none running sx-pulse-fade; }
@keyframes sx-pulse-fade { 
  0%, 100% { stroke-opacity: 0.4; }
  50% { stroke-opacity: 0.85; }
}
.sx-flow-dot { fill: rgba(255, 255, 255, 0.7); }
.sx-flow-dot-em { fill: var(--reeva-emerald-450); opacity: 0.85; }
.sx-core-title { font-family: var(--reeva-font-display); font-size: 26px; letter-spacing: -0.01em; fill: var(--type); }
.sx-marker { font-family: var(--mono); font-size: 11px; fill: var(--reeva-emerald-450); }
.sx-verb { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; fill: var(--type); text-transform: uppercase; }
.sx-rhs { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.04em; fill: var(--type-muted); }
.sx-claim { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; fill: var(--type); text-transform: uppercase; }
.fade-up { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--reeva-ease-out),transform .6s var(--reeva-ease-out); }
.fade-up.visible { opacity: 1; transform: translateY(0px); }
html { scroll-behavior: smooth; }
  @font-face {
    font-family: "Inter";
    src: url("/_astro/inter-latin-wght-normal.C2S99t-D.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
/* Version E retains the site's typography with a light surface palette. */
:root {
  color-scheme: light;
  --bg: #F1F7F5;
  --surface: #F8FBFA;
  --type: #00231A;
  --type-muted: #4B645B;
  --type-faint: #6B8078;
  --hairline: rgba(0, 35, 26, .1);
  --hairline-strong: rgba(0, 35, 26, .15);
  --dot-pattern: radial-gradient(circle, rgba(0, 35, 26, .10) .65px, rgba(0, 35, 26, .035) 1.15px, transparent 1.75px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
  /* Keep page and navigation widths consistent when a page needs no scrollbar. */
  scrollbar-gutter: stable;
}

.page-shell {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 20px;
  color: var(--bg);
  background: var(--type);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

:where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--reeva-emerald-600);
  outline-offset: 5px;
}

.site-header__inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header { background: rgba(253, 254, 253, .95); }
.site-header--memo { background: var(--bg); }
.site-header__links { display: flex; align-items: center; gap: 28px; }
.site-header__memo { display: inline-flex; align-items: center; min-height: 42px; font-size: 15px; color: var(--type-muted); }
.site-header__memo:hover, .site-header__memo[aria-current="page"] { color: var(--type); }
.site-wordmark { position: relative; display: inline-flex; align-items: center; }
.site-wordmark img { display: block; width: 78px; height: auto; opacity: 0; }
.site-wordmark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--type);
  mask: url('/reeva-logo-white.svg') center / contain no-repeat;
}

.page-button {
  height: 48px;
  padding-inline: 24px;
  font-size: 15px;
  font-weight: 400;
  background: var(--reeva-forest-800);
  color: #fff;
}

.page-button:hover { background: var(--reeva-forest-600); color: #fff; }
.site-header .page-button {
  height: 42px;
  padding-inline: 20px;
  background: transparent;
  color: var(--reeva-forest-800);
  border: 1px solid var(--hairline-strong);
}
.site-header .page-button:hover {
  background: transparent;
  color: var(--reeva-forest-800);
  border-color: rgba(0, 35, 26, .32);
}

.page-hero {
  position: relative;
  isolation: isolate;
  padding-block: 116px 136px;
  text-align: left;
  background: linear-gradient(180deg, #FDFEFD 0%, #F7FAF8 45%, #F1F7F5 100%);
}

.page-hero h1,
.capability-card h2,
.impact-section h2,
.impact-card h3,
.contact-section h2 {
  font-family: var(--reeva-font-display);
  font-weight: 400;
  color: var(--type);
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.page-hero h1 {
  max-width: 1040px;
  margin: 0 0 32px;
  font-size: clamp(44px, 5.3vw, 60px);
  line-height: 1.06;
}

.page-hero__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.page-hero__details .page-button { flex-shrink: 0; }

.page-hero__body {
  flex: 1;
  min-width: 0;
  max-width: 850px;
  margin: 0;
  font-family: var(--reeva-font-ui);
  font-size: 16px;
  line-height: 1.65;
  color: var(--type-muted);
  text-wrap: pretty;
}

.capabilities-section {
  position: relative;
  isolation: isolate;
  padding-block: 32px 112px;
}

/* A close, soft dot matrix sits behind the cards, as in the reference. */
.capabilities-section::before {
  content: "";
  position: absolute;
  inset: -64px 0 0;
  z-index: -1;
  pointer-events: none;
  background-image: var(--dot-pattern);
  background-size: 7px 7px;
  mask-image: linear-gradient(transparent, #000 80px, #000 calc(100% - 56px), transparent);
}

/* Moving dots replace the static field only inside this section. */
.capabilities-wave {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  mask-image: linear-gradient(transparent, #000 32px, #000 calc(100% - 56px), transparent);
}

@media (prefers-reduced-motion: no-preference) {
  .capabilities-wave[data-ready] { display: block; }
}

.capabilities { display: grid; gap: 24px; }

.capability-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  min-height: 408px;
  padding: 40px;
  border: 1px solid var(--hairline-strong);
  border-radius: 6px;
  background:
    radial-gradient(ellipse 62% 120% at 100% 110%, rgba(141, 179, 157, .09), transparent 78%),
    var(--surface);
}

.capability-card__content { min-width: 0; }

.capability-card h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 2.65vw, 36px);
  line-height: 1.16;
}

.capability-card p,
.impact-card p {
  margin: 0;
  font-family: var(--reeva-font-ui);
  font-size: 16px;
  line-height: 1.65;
  color: var(--type-muted);
  text-wrap: pretty;
}

.capability-graphic {
  position: relative;
  min-width: 0;
  min-height: 326px;
  align-self: stretch;
  transform: translateX(24px);
}

.knowledge-drawing {
  --drawing-line: rgba(24, 68, 51, .52);
  --drawing-faint: rgba(24, 68, 51, .18);
  --drawing-highlight: rgba(29, 119, 80, .85);
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.knowledge-drawing :is(path, rect, circle, ellipse) {
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.drawing-grid { stroke: rgba(24, 68, 51, .09); stroke-width: .55; }
.drawing-line { stroke: var(--drawing-line); stroke-width: .85; }
.drawing-guides { stroke: var(--drawing-faint); stroke-width: .6; stroke-dasharray: 2 5; }
.drawing-dimension { stroke: var(--drawing-faint); stroke-width: .7; }
.drawing-plane { fill: rgba(248, 251, 250, .88); stroke: var(--drawing-line); stroke-width: .85; }
.drawing-plane-edge { fill: rgba(24, 68, 51, .025); stroke: var(--drawing-faint); stroke-width: .7; }
.drawing-object { fill: rgba(235, 244, 239, .7); stroke: rgba(24, 68, 51, .64); stroke-width: .9; }
.drawing-object-side { fill: rgba(24, 68, 51, .035); stroke: var(--drawing-line); stroke-width: .8; }
.drawing-connections { stroke: rgba(24, 68, 51, .36); stroke-width: .85; }
.drawing-node { fill: var(--surface); stroke: var(--drawing-line); stroke-width: .85; }
.drawing-accent { stroke: var(--drawing-highlight); stroke-width: 1; }
.drawing-node.drawing-accent { fill: var(--drawing-highlight); stroke-width: .6; }
.drawing-selection { fill: rgba(29, 119, 80, .025); stroke: var(--drawing-highlight); stroke-width: .9; stroke-dasharray: 2 3; }

.drawing-labels {
  fill: rgba(24, 68, 51, .72);
  font-family: var(--reeva-font-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .01em;
}

.drawing-labels--accent { fill: var(--drawing-highlight); font-size: 11px; }

/* A visible packet travels, then briefly lights its receiving point. */
.drawing-transfer { opacity: 0; pointer-events: none; }
.drawing-trail { fill: none; stroke: #278C60; stroke-width: 1.6; stroke-dasharray: 14 114; }
.drawing-packet { fill: none; stroke: #157849; stroke-width: 3.6; stroke-dasharray: .05 114; }
.drawing-send, .drawing-arrival-ring {
  fill: rgba(39, 140, 96, .07);
  stroke: #278C60;
  stroke-width: 1.1;
  transform-box: fill-box;
  transform-origin: center;
}
.drawing-arrival-dot { fill: #157849; stroke: none; }
.drawing-transfer [data-drawing-motion] { opacity: 0; }

@media (prefers-reduced-motion: no-preference) {
  .drawing-transfer { opacity: 1; }
  .drawing-trail { animation: drawing-travel 8s linear infinite; }
  .drawing-packet { animation: drawing-packet 8s linear infinite; }
  .drawing-send { animation: drawing-send 8s ease-out infinite; }
  .drawing-arrival-ring { animation: drawing-arrive 8s ease-out infinite; }
  .drawing-arrival-dot { animation: drawing-receive 8s ease-in-out infinite; }
  .drawing-focus-motion { animation: drawing-focus 8s ease-in-out infinite; }

  .capability-graphic [data-drawing-motion] {
    animation-delay: var(--motion-delay, 0s);
    animation-play-state: paused;
  }
  .capability-graphic[data-motion-active] [data-drawing-motion] {
    animation-play-state: running;
  }
}

@keyframes drawing-travel {
  0% { stroke-dashoffset: 14; opacity: 0; }
  3%, 23% { opacity: .95; }
  28%, 100% { stroke-dashoffset: -100; opacity: 0; }
}

@keyframes drawing-packet {
  0% { stroke-dashoffset: 0; opacity: 0; }
  3%, 23% { opacity: 1; }
  28%, 100% { stroke-dashoffset: -114; opacity: 0; }
}

@keyframes drawing-send {
  0%, 15%, 100% { opacity: 0; transform: scale(.75); }
  4% { opacity: .7; transform: scale(1); }
}

@keyframes drawing-arrive {
  0%, 22% { opacity: 0; transform: scale(.65); }
  27% { opacity: .8; transform: scale(.9); }
  44%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes drawing-receive {
  0%, 22%, 48%, 100% { opacity: 0; }
  28%, 33% { opacity: .9; }
}

@keyframes drawing-focus {
  0%, 35%, 100% { opacity: .65; fill: rgba(29, 119, 80, .025); }
  6%, 16% { opacity: 1; fill: rgba(29, 119, 80, .12); }
}

.impact-section {
  --bg: #00231A;
  --type: #FFFFFF;
  --type-muted: #CDDCD3;
  --illustration-surface: #1B4435;
  position: relative;
  isolation: isolate;
  padding-block: 112px;
  background:
    radial-gradient(ellipse 80% 110% at 82% 105%, rgba(113, 153, 128, .25), transparent 72%),
    radial-gradient(ellipse 75% 110% at 50% -15%, rgba(6, 106, 69, .48), transparent 74%),
    radial-gradient(ellipse 60% 90% at -10% 65%, rgba(28, 91, 62, .36), transparent 76%),
    var(--bg);
  color: var(--type);
}

.impact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url('/textures/fine-grain.svg') repeat;
  opacity: .065;
  mix-blend-mode: soft-light;
}

.impact-section h2,
.contact-section h2 {
  margin: 0 0 48px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.12;
}

.impact-section h2 { max-width: none; font-size: 44px; }

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.impact-card {
  --card-light-position: 95% 85%;
  --card-light-angle: 135deg;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 36px 32px 48px;
  min-height: 396px;
  border: 1px solid transparent;
  border-radius: 6px;
  background:
    radial-gradient(ellipse 110% 90% at var(--card-light-position), rgba(185, 213, 197, .035), transparent 72%),
    linear-gradient(var(--card-light-angle), rgba(211, 234, 222, .075), rgba(180, 216, 197, .04) 48%, rgba(206, 226, 217, .06));
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  box-shadow: 0 16px 48px rgba(0, 16, 11, .08);
}

.impact-card:nth-child(2) {
  --card-light-position: 25% 110%;
  --card-light-angle: 165deg;
}

.impact-card:nth-child(3) {
  --card-light-position: 110% 25%;
  --card-light-angle: 195deg;
}

.impact-card h3 {
  max-width: 11em;
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.15;
  text-wrap: balance;
}

.impact-illustration {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 240px;
  margin: 0 auto 32px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.impact-illustration :is(path, circle, rect) { vector-effect: non-scaling-stroke; }
.impact-illustration__top { fill: var(--illustration-surface); stroke: var(--impact-edge); stroke-width: .8; }
.impact-illustration__side { fill: var(--illustration-surface); stroke: rgba(191, 213, 201, .29); stroke-width: .7; }
.impact-illustration__cut { fill: none; stroke: rgba(204, 225, 214, .42); stroke-width: .65; }
.impact-illustration__trend { fill: none; stroke: rgba(204, 225, 214, .5); stroke-width: .8; }
.impact-illustration__detail { fill: none; stroke: rgba(191, 213, 201, .23); stroke-width: .55; }
.impact-illustration__guide { fill: none; stroke: rgba(191, 213, 201, .18); stroke-width: .55; stroke-dasharray: 2 4; }

.impact-lift-guide { transform-box: fill-box; transform-origin: center bottom; }
.impact-trend-point, .impact-measure-contact {
  fill: none;
  stroke: #DCEFE5;
  opacity: 0;
}
.impact-trend-point { stroke-width: 3; stroke-dasharray: .05 120; }
.impact-measure-contact { stroke-width: 1.1; }

@media (prefers-reduced-motion: no-preference) {
  .impact-lift { animation: impact-part-lift 7s ease-in-out -1s infinite; }
  .impact-lift-guide { animation: impact-guide-lift 7s ease-in-out -1s infinite; }
  .impact-trend-point { animation: impact-trend-point 7s linear -1.5s infinite; }
  .impact-measuring-jaw { animation: impact-measure 7s ease-in-out -.6s infinite; }
  .impact-measure-contact { animation: impact-measure-contact 7s ease-in-out -.6s infinite; }
  .impact-illustration [data-impact-motion] { animation-play-state: paused; }
  .impact-illustration[data-motion-active] [data-impact-motion] { animation-play-state: running; }
}

@keyframes impact-part-lift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes impact-guide-lift {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.2); }
}

@keyframes impact-trend-point {
  0% { stroke-dashoffset: 0; opacity: 0; }
  6%, 50% { opacity: 1; }
  62%, 100% { stroke-dashoffset: -120; opacity: 0; }
}

@keyframes impact-measure {
  0%, 15%, 90%, 100% { transform: translate(var(--jaw-x), var(--jaw-y)); }
  42%, 60% { transform: translate(0, 0); }
}

@keyframes impact-measure-contact {
  0%, 32%, 74%, 100% { opacity: 0; }
  45%, 60% { opacity: .8; }
}

.contact-section { padding-block: 132px 120px; }
.contact-section h2 { text-align: center; font-size: 44px; }

.contact-card {
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 48px;
  border: 1px solid var(--hairline-strong);
  border-radius: 6px;
  background: var(--surface);
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 28px;
  max-width: 792px;
  margin-inline: auto;
}

.contact-field { display: grid; gap: 12px; min-width: 0; }
.contact-field label { font-size: 15px; color: var(--type); }
.contact-field__optional { color: var(--type-muted); }

.contact-field input,
.contact-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--hairline-strong);
  border-radius: 2px;
  padding: 14px 16px;
  color: var(--type);
  background: var(--bg);
  font: inherit;
  line-height: 1.5;
  transition: border-color var(--reeva-dur-base) var(--reeva-ease-out);
}

.contact-field input { height: 54px; }
.contact-field textarea { min-height: 144px; resize: vertical; }
.contact-field :is(input, textarea):hover { border-color: rgba(0, 35, 26, .32); }
.contact-field :is(input, textarea):is(:focus, :focus-visible) {
  border-color: #4C806A;
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.contact-field input:-webkit-autofill {
  -webkit-text-fill-color: var(--type);
  -webkit-box-shadow: 0 0 0 1000px var(--bg) inset;
  caret-color: var(--type);
}

.contact-form__actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.contact-form__actions .page-button { min-width: 136px; }
.contact-form__actions .page-button:disabled { cursor: default; opacity: .7; }
.contact-form__status { border-top: 1px solid var(--hairline); padding-top: 24px; font-size: 15px; }
.contact-form__status[hidden] { display: none; }
.contact-form__status p { color: var(--type-muted); margin: 0; font-family: var(--reeva-font-ui); }
.contact-form__status[data-state="success"] p { color: var(--type); }
.contact-form__status[data-state="error"] p { color: #7A4032; }
.contact-form__status:focus { outline: none; }

/* The memo uses a plain background and the shared reading surface. */
.memo-layout {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.memo-page {
  flex: 1;
  display: grid;
  align-items: center;
  position: relative;
  isolation: isolate;
  padding-block: 88px;
  background: var(--bg);
}

.memo-card {
  max-width: 840px;
  margin-inline: auto;
  padding: 64px;
  border: 1px solid var(--hairline-strong);
  border-radius: 6px;
  background: var(--surface);
}

.memo-card h1 {
  margin: 0 0 36px;
  font-family: var(--reeva-font-display);
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--type);
}

.memo-copy {
  font-family: var(--reeva-font-ui);
  font-size: 16px;
  line-height: 1.8;
  color: var(--type-muted);
}

.memo-copy p { margin: 0; }
.memo-copy p + p { margin-top: 24px; }
.memo-copy p:first-child { color: var(--type); font-weight: 500; }

@media (max-width: 760px) {
  .memo-page { padding-block: 48px; }
  .memo-card { padding: 32px 28px; }
  .memo-card h1 { font-size: 32px; margin-bottom: 28px; }
}

@media (max-width: 380px) {
  .memo-card { padding: 28px 20px; }
}

.site-footer { padding-block: 48px; border-top: 1px solid var(--hairline); }
.site-footer__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.site-footer__brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.site-footer__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.site-footer p { margin: 0; }
.site-footer p, .site-footer a, .site-footer__security { color: var(--type-muted); font-size: 13px; }
.site-footer__links { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; min-height: 32px; }
.site-footer__social { display: inline-flex; align-items: center; min-height: 32px; flex-shrink: 0; }
.site-footer a:hover { color: var(--type); }

@media (max-width: 1000px) {
  .capability-card { gap: 32px; padding: 32px; }
  .capability-graphic { min-height: 300px; }
  .impact-grid { gap: 16px; }
  .impact-card { padding: 28px 24px 36px; }
  .impact-card h3 { font-size: 26px; }
  .contact-card { padding: 32px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 92px; }
  .page-shell { padding-inline: 24px; }
  .site-header__inner { min-height: 72px; }
  .site-header__links { gap: 16px; }
  .site-header__memo { font-size: 14px; }
  .site-wordmark img { width: 68px; }
  .site-header .page-button { font-size: 14px; padding-inline: 16px; }
  .page-hero { padding-block: 88px 88px; }
  .page-hero h1 { font-size: clamp(40px, 7.5vw, 58px); }
  .page-hero__body { font-size: 16px; }
  .capabilities-section { padding-block: 24px 80px; }
  .capability-card { grid-template-columns: 1fr; gap: 32px; padding: 28px; min-height: auto; }
  .capability-card h2 { font-size: 30px; }
  .capability-graphic { min-height: 240px; transform: none; }
  .impact-section { padding-block: 80px; }
  .impact-section h2, .contact-section h2 { margin-bottom: 36px; }
  .impact-section h2, .contact-section h2 { font-size: 32px; }
  .impact-grid { grid-template-columns: 1fr; gap: 20px; }
  .impact-card { min-height: auto; padding: 32px 28px 40px; }
  .impact-card h3 { font-size: 28px; }
  .contact-section { padding-block: 88px; }
  .contact-card { padding: 28px; }
  .site-footer__inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .site-footer__links { gap: 24px; }
}

@media (max-width: 380px) {
  .page-shell { padding-inline: 20px; }
  .site-header__inner { gap: 16px; }
  .site-header__links { gap: 12px; }
  .site-header .page-button { padding-inline: 12px; }
  .capability-card, .contact-card { padding: 24px 20px; }
  .impact-card { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; }
}
