:root {
  --forest: #08211e;
  --forest-2: #0d342e;
  --forest-3: #174a41;
  --mint: #5be1b4;
  --mint-soft: #dff8ef;
  --sand: #f6f1e8;
  --sand-deep: #e7ddcd;
  --gold: #e8b75f;
  --ink: #102b27;
  --muted: #546a66;
  --white: #fffdfa;
  --line: rgba(16, 43, 39, .13);
  --shadow: 0 28px 80px rgba(4, 27, 23, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--forest); background: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: white; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 88px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 750; letter-spacing: -.04em; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; gap: 2.5px; width: 32px; height: 32px; color: var(--mint); }
.brand-mark i { display: block; width: 3px; border-radius: 3px; background: currentColor; }
.brand-mark i:nth-child(1), .brand-mark i:nth-child(5) { height: 9px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(4) { height: 18px; }
.brand-mark i:nth-child(3) { height: 27px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-contact) { color: rgba(255,255,255,.72); transition: color .2s; }
.site-nav > a:not(.nav-contact):hover { color: var(--mint); }
.nav-contact { padding: 10px 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; transition: color .2s, background .2s; }
.nav-contact:hover { color: var(--forest); background: white; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 0; color: white; background: transparent; cursor: pointer; }
.menu-toggle > i { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; overflow: hidden; padding: 170px 0 0; color: white; background: var(--forest); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 35%, rgba(67, 172, 141, .2), transparent 31%), radial-gradient(circle at 5% 90%, rgba(232,183,95,.07), transparent 30%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .045; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .95fr; gap: 70px; align-items: center; min-height: 585px; padding-bottom: 80px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: var(--mint); }.eyebrow span { width: 27px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; font-weight: 650; line-height: 1.08; letter-spacing: -.045em; }
.hero h1 { max-width: 680px; margin-bottom: 27px; font-size: clamp(53px, 5.7vw, 82px); }
.hero h1 em { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.63); font-size: 17px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--mint); box-shadow: 0 12px 34px rgba(91,225,180,.12); }
.button-secondary { color: white; border-color: rgba(255,255,255,.22); }
.button-secondary:hover { background: rgba(255,255,255,.07); }

.hero-visual { position: relative; min-height: 500px; }
.system-panel { position: absolute; top: 14px; right: 0; width: min(520px, 93%); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 29px; background: linear-gradient(145deg, rgba(24,70,62,.93), rgba(8,35,31,.97)); box-shadow: 0 40px 100px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.panel-head span { color: rgba(255,255,255,.62); }.panel-head span i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(91,225,180,.09); }
.panel-head b { padding: 5px 9px; color: var(--mint); border-radius: 999px; background: rgba(91,225,180,.09); font-size: 8px; }
.network-map { position: relative; height: 300px; }
.network-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.network-map svg path { fill: none; stroke: url(#network-line); stroke-width: 1; }.network-map svg circle { fill: var(--forest-2); stroke: var(--mint); stroke-width: 1.5; }
.core-node { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid rgba(91,225,180,.45); border-radius: 50%; background: rgba(8,33,30,.93); box-shadow: 0 0 0 12px rgba(91,225,180,.05), 0 18px 40px rgba(0,0,0,.26); transform: translate(-50%,-50%); }
.core-node span { position: absolute; top: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }.core-node strong { margin-top: 8px; font-size: 15px; letter-spacing: .15em; }.core-node small { margin-top: -20px; color: rgba(255,255,255,.38); font-size: 7px; }
.system-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.1); }
.system-stats > div { padding: 17px 16px; border-right: 1px solid rgba(255,255,255,.1); }.system-stats > div:last-child { border: 0; }
.system-stats span, .system-stats strong, .system-stats small { display: block; }.system-stats span { color: var(--mint); font-size: 7px; }.system-stats strong { margin: 4px 0 2px; font-size: 10px; }.system-stats small { color: rgba(255,255,255,.37); font-size: 7px; }
.floating-status { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(15,55,49,.9); box-shadow: 0 18px 45px rgba(0,0,0,.23); backdrop-filter: blur(12px); }
.floating-status > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; color: var(--forest); background: var(--mint); font-size: 12px; font-weight: 800; }.floating-status strong, .floating-status small { display: block; }.floating-status strong { font-size: 9px; }.floating-status small { color: rgba(255,255,255,.4); font-size: 7px; }
.status-security { top: 67px; left: -8px; }.status-scale { right: -12px; bottom: 40px; }.status-scale > span { background: var(--gold); }
.identity-strip { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr .6fr 1fr; border-top: 1px solid rgba(255,255,255,.11); }
.identity-strip > div { min-height: 105px; padding: 27px 30px; border-right: 1px solid rgba(255,255,255,.1); }.identity-strip > div:first-child { padding-left: 0; }.identity-strip > div:last-child { border-right: 0; }
.identity-strip span, .identity-strip strong { display: block; }.identity-strip span { margin-bottom: 5px; color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.identity-strip strong { color: rgba(255,255,255,.78); font-size: 12px; font-weight: 600; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 90px; margin-bottom: 65px; }
.kicker { color: #347767; }.section-heading h2, .approach-copy h2, .company-copy h2 { margin-bottom: 0; font-size: clamp(39px, 4.6vw, 63px); }
.section-heading > p { align-self: end; margin: 0; color: var(--muted); font-size: 15px; }
.services { background: var(--sand); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.service-card { position: relative; min-height: 330px; padding: 35px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.58); transition: transform .25s, box-shadow .25s, background .25s; }
.service-card:hover { transform: translateY(-4px); background: white; box-shadow: 0 20px 60px rgba(16,43,39,.08); }
.service-number { display: block; color: #558078; font-size: 10px; font-weight: 700; }
.service-icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 45px 0 30px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.service-icon svg { width: 31px; fill: none; stroke: var(--forest); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 11px; font-size: 23px; }.service-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; }
.service-card-accent { color: white; border-color: transparent; background: var(--forest-2); }.service-card-accent:hover { background: var(--forest); }.service-card-accent .service-number { color: var(--mint); }.service-card-accent .service-icon { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.07); }.service-card-accent .service-icon svg { stroke: var(--mint); }.service-card-accent p { color: rgba(255,255,255,.5); }

.approach { color: white; background: var(--forest); }
.approach-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 115px; align-items: center; }
.kicker-light { color: var(--mint); }.approach-copy > p:not(.kicker) { max-width: 520px; margin: 25px 0 34px; color: rgba(255,255,255,.5); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 5px; color: var(--mint); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 750; }
.principle-list { border-top: 1px solid rgba(255,255,255,.12); }
.principle { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.principle > span { color: var(--mint); font-size: 9px; }.principle h3 { margin-bottom: 7px; font-size: 20px; }.principle p { margin: 0; color: rgba(255,255,255,.43); font-size: 12px; }

.company { background: var(--white); }
.company-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 105px; align-items: center; }
.company-copy > p:not(.kicker) { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }
.company-details { padding: 38px 40px; color: white; border-radius: 29px; background: var(--forest-2); box-shadow: var(--shadow); }
.details-label { margin: 0 0 24px; color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.company-details dl { margin: 0; }.company-details dl > div { display: grid; grid-template-columns: 125px 1fr; gap: 22px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); }.company-details dt { color: rgba(255,255,255,.38); font-size: 9px; }.company-details dd { margin: 0; font-size: 11px; font-weight: 550; }.company-details a { color: var(--mint); }
.contact-section { padding: 80px 0; color: var(--forest); background: var(--mint); }
.contact-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }.contact-inner .kicker { margin-bottom: 16px; color: var(--forest-3); }.contact-inner h2 { margin: 0; font-size: clamp(34px,4.3vw,57px); }.contact-link { padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 750; }.contact-link span { display: inline-block; margin-left: 13px; transition: transform .2s; }.contact-link:hover span { transform: translate(4px,-4px); }

.site-footer { padding: 72px 0 25px; color: white; background: #051512; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 55px; padding-bottom: 60px; }.footer-main > p { margin: 0; color: rgba(255,255,255,.42); font-size: 12px; }.footer-main nav { display: flex; flex-direction: column; gap: 9px; font-size: 11px; }.footer-main nav a { color: rgba(255,255,255,.6); }.footer-main nav a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }.footer-bottom p { margin: 0; }.footer-bottom a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }

/* Privacy page */
.legal-page { background: var(--sand); }.legal-header { position: relative; color: var(--ink); background: white; }.legal-header .nav-wrap { border-bottom-color: var(--line); }.legal-header .site-nav > a:not(.nav-contact) { color: var(--muted); }.legal-header .nav-contact { color: white; border-color: var(--forest); background: var(--forest); }.legal-header .menu-toggle { color: var(--ink); }
.legal-hero { padding: 100px 0 70px; text-align: center; background: white; }.legal-hero .kicker { justify-content: center; }.legal-hero h1 { margin-bottom: 17px; font-size: clamp(43px,6vw,70px); }.legal-hero > .container > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.legal-layout { display: grid; grid-template-columns: 265px minmax(0,730px); gap: 75px; justify-content: center; padding-top: 75px; padding-bottom: 110px; }
.legal-note { position: sticky; top: 30px; align-self: start; padding: 27px; border-radius: 20px; background: var(--mint-soft); }.legal-note strong { display: block; margin-bottom: 10px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }.legal-note p { margin: 0; color: var(--muted); font-size: 11px; }
.legal-content section { padding: 0 0 34px; }.legal-content h2 { margin-bottom: 12px; font-size: 23px; }.legal-content h3 { margin: 22px 0 7px; font-size: 15px; }.legal-content p, .legal-content li { color: var(--muted); font-size: 13px; }.legal-content ul { padding-left: 20px; }.legal-content a { color: #197258; text-decoration: underline; text-underline-offset: 3px; }.legal-footer { padding-top: 25px; }

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

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; }.hero-copy { max-width: 730px; }.hero-visual { width: 650px; max-width: 100%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }.section-heading > p { max-width: 650px; }
  .approach-layout, .company-layout { grid-template-columns: 1fr; gap: 55px; }.approach-copy { max-width: 700px; }.company-details { max-width: 690px; }
  .legal-layout { grid-template-columns: 220px minmax(0,1fr); gap: 45px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px,1180px); }.nav-wrap { height: 74px; }.menu-toggle { display: block; z-index: 2; }.menu-toggle[aria-expanded="true"] > i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > i:nth-of-type(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 75px 32px; visibility: hidden; opacity: 0; color: white; background: var(--forest); transform: translateY(-8px); transition: visibility .25s, opacity .25s, transform .25s; }.site-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }.site-nav > a, .legal-header .site-nav > a:not(.nav-contact) { color: white; font-size: 24px; }.site-nav .nav-contact { margin-top: 10px; padding: 12px 18px; color: white; border-color: rgba(255,255,255,.35); background: transparent; font-size: 13px; }
  .hero { padding-top: 130px; }.hero-layout { min-height: auto; gap: 35px; padding-bottom: 55px; }.hero h1 { font-size: clamp(47px,13vw,65px); }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-visual { min-height: 455px; }.system-panel { right: 50%; width: 95%; transform: translateX(50%); }.network-map { height: 260px; }.status-security { top: 65px; left: -8px; }.status-scale { right: -8px; bottom: 7px; }.floating-status { transform: scale(.9); }
  .identity-strip { grid-template-columns: 1fr; padding: 15px 0; }.identity-strip > div, .identity-strip > div:first-child { min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.identity-strip > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 40px; }.section-heading h2, .approach-copy h2, .company-copy h2 { font-size: clamp(36px,10vw,50px); }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 305px; padding: 29px; }
  .company-details { padding: 29px 25px; }.company-details dl > div { grid-template-columns: 100px 1fr; }
  .contact-section { padding: 58px 0; }.contact-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; padding-bottom: 43px; }.footer-main nav { flex-direction: row; flex-wrap: wrap; gap: 20px; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .legal-hero { padding: 75px 0 52px; }.legal-layout { display: block; padding-top: 50px; padding-bottom: 80px; }.legal-note { position: relative; top: auto; margin-bottom: 45px; }
}

@media (max-width: 390px) { .system-stats > div { padding: 14px 9px; }.company-details dl > div { grid-template-columns: 1fr; gap: 4px; } }
