@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink:#111827; --paper:#f2f4ed; --lime:#56cc82; --green:#4f9068;
  --mint:#dff5e7; --violet:#8b68df; --hero-pink:#fff; --hero-lilac:#fff; --hero-blue:#fff; --line:rgba(7,21,15,.16);
  --pad:clamp(24px,5vw,84px); --header-h:78px; --radius:18px;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"DM Sans",sans-serif; overflow-x:hidden; }
a { color:inherit; }
button,input,textarea,select { font:inherit; }
.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:1000; left:12px; top:-60px; padding:12px 18px; background:#fff; color:#000; transition:.2s; }
.skip-link:focus { top:12px; }
.page-noise { position:fixed; inset:0; pointer-events:none; z-index:100; opacity:.045; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-pad { padding-left:var(--pad); padding-right:var(--pad); }
.site-header { position:fixed; z-index:50; inset:0 0 auto; height:var(--header-h); display:flex; align-items:center; justify-content:space-between; padding:0 var(--pad); color:#fff; transition:background .35s, height .35s, border-color .35s; border-bottom:1px solid transparent; }
.site-header.scrolled { height:66px; background:rgba(12,14,19,.9); backdrop-filter:blur(18px); border-color:rgba(255,255,255,.13); }
.brand { display:flex; align-items:center; gap:11px; font:600 18px "Manrope",sans-serif; text-decoration:none; }
.brand-mark { width:35px; height:35px; display:block; flex:0 0 35px; object-fit:contain; }
.site-nav { display:flex; align-items:center; gap:clamp(20px,2.3vw,38px); font-size:14px; }
.site-nav a { text-decoration:none; transition:color .2s; }
.site-nav a:hover { color:var(--lime); }
.nav-login { margin-left:18px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:18px; min-height:50px; padding:0 24px; color:var(--ink); background:var(--lime); border:1px solid var(--lime); border-radius:4px; text-decoration:none; font-weight:600; transition:transform .25s, background .25s, color .25s; }
.arrow-icon { width:18px; height:18px; flex:0 0 18px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.button:hover { transform:translateY(-3px); background:#fff; border-color:#fff; color:#111827 !important; }
.button-small { min-height:40px; padding:0 17px; gap:10px; }
.menu-toggle { display:none; background:none; border:0; padding:10px; }
.menu-toggle span:not(.sr-only) { display:block; width:24px; height:1px; margin:5px; background:#fff; }

.hero { min-height:100svh; position:relative; display:grid; grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr); align-items:center; gap:7vw; overflow:hidden; padding:calc(var(--header-h) + 64px) var(--pad) 80px; color:#fff; background:radial-gradient(circle at 79% 39%,rgba(86,204,130,.16) 0,rgba(86,204,130,.065) 25%,transparent 48%),linear-gradient(135deg,#0b0e0c 0%,#111815 58%,#17221c 100%); }
.hero-grid { position:absolute; inset:0; opacity:.17; background-image:linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to right,black,transparent 75%); }
.signal-orbit { position:absolute; border:1px solid rgba(255,255,255,.24); border-radius:50%; pointer-events:none; animation:orbit 14s linear infinite; }
.orbit-one { width:42vw; aspect-ratio:1; right:-8vw; top:5vh; }
.orbit-two { width:28vw; aspect-ratio:1; right:8vw; top:19vh; animation-direction:reverse; animation-duration:10s; }
.signal-orbit:before { content:""; position:absolute; width:9px; height:9px; border-radius:50%; background:var(--hero-pink); box-shadow:0 0 28px var(--hero-pink); left:15%; top:12%; }
@keyframes orbit { to { transform:rotate(360deg); } }
.hero-content,.hero-console { position:relative; z-index:2; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 27px; text-transform:uppercase; letter-spacing:.15em; font-size:11px; font-weight:600; }
.live-dot { width:7px; height:7px; border-radius:50%; background:var(--lime); box-shadow:0 0 0 6px rgba(86,204,130,.14); }
h1,h2 { font-family:"Manrope",sans-serif; letter-spacing:-.055em; }
h1 { margin:0; font-size:clamp(58px,7.2vw,126px); line-height:.88; font-weight:500; }
h1 span { color:#fff; }
.hero-copy { max-width:610px; margin:34px 0; color:rgba(255,255,255,.7); font-size:clamp(17px,1.35vw,22px); line-height:1.55; }
.hero-actions { display:flex; align-items:center; gap:31px; }
.text-link { display:inline-flex; gap:15px; text-underline-offset:6px; font-size:14px; }
.hero-console { position:relative; justify-self:end; width:min(100%,540px); padding:22px; border:1px solid rgba(255,255,255,.3); border-radius:var(--radius); background:linear-gradient(145deg,rgba(255,255,255,.115),rgba(86,204,130,.045) 52%,rgba(255,255,255,.075)); box-shadow:0 40px 90px rgba(3,10,7,.48),0 0 70px rgba(86,204,130,.055); backdrop-filter:blur(18px); transform-style:preserve-3d; transition:transform .2s ease-out; }
.console-top { position:absolute; z-index:10; top:16px; left:16px; right:16px; display:flex; justify-content:space-between; align-items:center; pointer-events:none; }
.console-top > span { padding:5px 8px; color:rgba(255,255,255,.62); background:rgba(11,16,27,.3); border:1px solid rgba(255,255,255,.1); border-radius:999px; backdrop-filter:blur(8px); font-size:9px; letter-spacing:.16em; }
.console-top > .console-status { color:var(--lime); }
.console-route { display:flex; justify-content:space-between; align-items:center; color:rgba(255,255,255,.52); font-size:10px; letter-spacing:.16em; }
.console-status { color:var(--lime); }
.console-status i { display:inline-block; width:5px; height:5px; margin-right:6px; border-radius:50%; background:currentColor; }
.signal-deck { position:relative; height:190px; display:grid; place-items:center; margin-top:-18px; padding:0 4px 8px; overflow:visible; border-bottom:1px solid rgba(255,255,255,.13); }
.signal-record { position:relative; width:154px; aspect-ratio:1; display:grid; place-items:center; border-radius:50%; background:repeating-radial-gradient(circle,transparent 0 7px,rgba(7,21,15,.18) 8px 9px),conic-gradient(from 25deg,#2e8050,#56cc82,#9aefb8,#3a9f62,#56cc82,#2e8050); box-shadow:0 18px 42px rgba(4,10,16,.38),0 0 38px rgba(86,204,130,.18),inset 0 0 0 1px rgba(255,255,255,.22); animation:record-spin 12s linear infinite; }
.signal-record:before { content:""; position:absolute; inset:17%; border:1px solid rgba(255,255,255,.34); border-radius:50%; box-shadow:0 0 0 8px rgba(7,21,15,.08); }
.record-groove { position:absolute; border:1px solid rgba(255,255,255,.2); border-radius:50%; }
.groove-one { inset:8%; }.groove-two { inset:31%; }
.record-label { position:relative; z-index:2; width:48px; aspect-ratio:1; display:grid; place-items:center; border-radius:50%; color:#fff; background:#173f2a; box-shadow:0 0 0 5px rgba(255,255,255,.2); font:600 12px "Manrope",sans-serif; letter-spacing:.08em; }
.record-label:after { content:""; position:absolute; width:5px; aspect-ratio:1; border-radius:50%; background:#dff5e7; }
.record-spindle { position:absolute; z-index:6; width:9px; aspect-ratio:1; border:2px solid rgba(255,255,255,.72); border-radius:50%; background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.35); }
@keyframes record-spin { to { transform:rotate(360deg); } }
.console-track { display:grid; grid-template-columns:56px 1fr 44px; align-items:center; gap:15px; padding:22px 0; }
.track-cover { aspect-ratio:1; display:grid; place-items:center; color:#171322; background:conic-gradient(from 60deg,#fff,#dfe3ea,#aeb6c4,#f4f5f7); border-radius:8px; font-weight:700; }
.console-track strong,.console-track small { display:block; }
.console-track small { margin-top:5px; color:rgba(255,255,255,.5); font-size:12px; }
.console-track button { width:42px; height:42px; color:var(--ink); background:#fff; border:0; border-radius:50%; cursor:pointer; }
.console-route { gap:10px; }
.console-route i { flex:1; height:1px; background:rgba(255,255,255,.2); }
.console-route b { color:#fff; }
.scroll-cue { position:absolute; left:var(--pad); bottom:25px; display:flex; align-items:center; gap:14px; color:rgba(255,255,255,.45); font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.scroll-cue i { width:52px; height:1px; overflow:hidden; background:rgba(255,255,255,.2); }
.scroll-cue i:after { content:""; display:block; width:50%; height:100%; background:var(--lime); animation:scan 2s ease-in-out infinite; }
@keyframes scan { from { transform:translateX(-100%); } to { transform:translateX(220%); } }

.metrics { padding-top:110px; padding-bottom:120px; }
.section-kicker { padding-bottom:20px; border-bottom:1px solid var(--line); text-transform:uppercase; font-size:11px; letter-spacing:.16em; }
.metric-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.metric { padding:58px 0 20px; border-right:1px solid var(--line); }
.metric:not(:first-child) { padding-left:4vw; }
.metric:last-child { border-right:0; }
.metric strong { font:500 clamp(66px,8vw,132px)/.8 "Manrope",sans-serif; letter-spacing:-.07em; }
.metric sup { color:#2c9253; font:600 clamp(26px,3vw,48px) "Manrope",sans-serif; }
.metric span { display:block; margin-top:24px; color:rgba(7,21,15,.56); text-transform:uppercase; letter-spacing:.12em; font-size:11px; }
.services { padding-top:120px; padding-bottom:140px; background:#e7eadf; }
.section-heading { display:grid; grid-template-columns:1.3fr .7fr; gap:60px; align-items:end; margin-bottom:75px; }
.section-heading .eyebrow { grid-column:1/-1; margin:0; }
.section-heading h2,.about h2,.network h2,.contact h2 { margin:0; font-size:clamp(48px,6vw,98px); line-height:.98; font-weight:500; }
.section-heading > p:last-child { max-width:480px; margin:0; color:rgba(7,21,15,.62); line-height:1.65; font-size:17px; }
.service-list { border-top:1px solid var(--line); }
.service-card { display:grid; grid-template-columns:55px 80px 1fr 42px; gap:25px; align-items:center; min-height:178px; padding:27px 0; border-bottom:1px solid var(--line); transition:padding .35s,background .35s; }
.service-card:hover { padding-left:22px; padding-right:22px; background:var(--lime); }
.service-number { align-self:start; padding-top:8px; font-size:11px; }
.service-icon { width:64px; height:64px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; }
.service-icon svg { width:35px; fill:none; stroke:currentColor; stroke-width:1.5; }
.service-card h3 { margin:0 0 11px; font:500 clamp(25px,2.6vw,42px) "Manrope",sans-serif; letter-spacing:-.04em; }
.service-card p { max-width:650px; margin:0; color:rgba(7,21,15,.6); line-height:1.55; }
.card-arrow { width:27px; height:27px; justify-self:end; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.network { padding:140px 0 130px; color:#fff; background:#131827; overflow:hidden; }
.network-intro { display:grid; grid-template-columns:1fr 1fr; align-items:end; }
.network-intro .eyebrow { grid-column:1/-1; }
.network-intro p:last-child { max-width:400px; justify-self:end; color:rgba(255,255,255,.58); line-height:1.6; }
.marquee { margin-top:100px; padding:34px 0; border-top:1px solid rgba(255,255,255,.17); border-bottom:1px solid rgba(255,255,255,.17); overflow:hidden; }
.marquee-track { display:flex; width:max-content; animation:marquee 30s linear infinite; }
.marquee span { display:flex; align-items:center; color:rgba(255,255,255,.75); font:600 clamp(20px,2.6vw,42px) "Manrope",sans-serif; white-space:nowrap; }
.marquee span:after { content:"✦"; margin:0 46px; color:var(--lime); font-size:15px; }
@keyframes marquee { to { transform:translateX(-50%); } }
.about { display:grid; grid-template-columns:.85fr 1.15fr; gap:10vw; padding-top:150px; padding-bottom:150px; }
.about-sticky { align-self:start; position:sticky; top:120px; }
.about-copy > p { margin:0 0 45px; font:400 clamp(25px,3vw,47px)/1.27 "Manrope",sans-serif; letter-spacing:-.035em; }
.about-copy > p:nth-child(2) { color:rgba(7,21,15,.44); }
.about-note { display:flex; justify-content:space-between; gap:30px; padding:24px 0; border-top:1px solid var(--line); }
.about-note span { color:rgba(7,21,15,.5); }
.cover-note { display:grid; grid-template-columns:.45fr 1fr; gap:10vw; padding-top:45px; padding-bottom:45px; color:#fff; background:var(--violet); }
.cover-note span { text-transform:uppercase; letter-spacing:.13em; font-size:11px; }
.cover-note p { max-width:850px; margin:0; font:400 clamp(21px,2.4vw,37px)/1.3 "Manrope",sans-serif; letter-spacing:-.03em; }
.contact { position:relative; min-height:720px; display:flex; align-items:center; overflow:hidden; color:#fff; background:#0b101b; }
.contact-copy { position:relative; z-index:2; }
.contact h2 em { color:var(--lime); font-style:normal; }
.contact-actions { display:flex; align-items:center; gap:28px; margin-top:50px; }
.contact-actions > a:last-child { color:rgba(255,255,255,.6); text-underline-offset:7px; }
.button-light { background:#fff; border-color:#fff; }
.contact-disc { position:absolute; right:-8vw; width:min(51vw,680px); aspect-ratio:1; display:grid; place-items:center; border-radius:50%; background:repeating-radial-gradient(circle,transparent 0 16px,rgba(255,255,255,.16) 17px 18px),radial-gradient(circle,var(--green) 0%,#9fe2b8 43%,#f4f7f5 68%,#dfe7e2 69%); box-shadow:0 0 70px rgba(255,255,255,.08); animation:spin 28s linear infinite; }
.contact-disc i { position:absolute; border:1px solid rgba(255,255,255,.2); border-radius:50%; }
.contact-disc i:nth-child(1) { inset:12%; }.contact-disc i:nth-child(2) { inset:26%; }.contact-disc i:nth-child(3) { inset:43%; background:var(--ink); }
.contact-disc b { position:relative; z-index:2; color:var(--lime); text-align:center; font:600 14px/1.2 "Manrope",sans-serif; letter-spacing:.15em; }
@keyframes spin { to { transform:rotate(360deg); } }
.site-footer { display:grid; grid-template-columns:1fr auto 1fr; gap:40px; align-items:end; padding:60px var(--pad); color:#fff; background:#0b101b; border-top:1px solid rgba(255,255,255,.15); }
.footer-brand { font:600 22px "Manrope",sans-serif; }
.footer-links { display:flex; gap:28px; }
.footer-links a,.footer-meta a { color:rgba(255,255,255,.63); }
.footer-meta { justify-self:end; display:flex; flex-direction:column; align-items:end; gap:9px; color:rgba(255,255,255,.37); font-size:12px; }
.reveal { opacity:0; transform:translateY(35px); transition:opacity .85s ease,transform .85s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity:1; transform:none; }

@media (max-width:900px) {
  :root { --header-h:68px; }
  .menu-toggle { display:block; position:relative; z-index:2; }
  .site-nav { position:fixed; inset:0; display:flex; flex-direction:column; justify-content:center; gap:28px; visibility:hidden; opacity:0; color:#fff; background:#0b101b; font:500 28px "Manrope",sans-serif; transition:.3s; }
  .site-nav.open { visibility:visible; opacity:1; }
  .site-nav .button { font-size:16px; }
  .nav-login { margin-left:0; }
  .hero { grid-template-columns:1fr; align-content:center; gap:60px; padding-top:130px; }
  .hero-console { justify-self:start; max-width:620px; }
  .signal-orbit { width:85vw; }
  .metric-grid { grid-template-columns:1fr; }
  .metric { border-right:0; border-bottom:1px solid var(--line); }
  .metric:not(:first-child) { padding-left:0; }
  .section-heading,.network-intro,.about,.cover-note { grid-template-columns:1fr; }
  .network-intro p:last-child { justify-self:start; }
  .about-sticky { position:static; }
  .contact-disc { opacity:.48; width:90vw; right:-40vw; }
  .site-footer { grid-template-columns:1fr; align-items:start; }
  .footer-meta { justify-self:start; align-items:start; }
}
@media (max-width:620px) {
  .hero { min-height:auto; padding-bottom:100px; }
  h1 { font-size:clamp(50px,17vw,76px); }
  .hero-actions,.contact-actions { align-items:flex-start; flex-direction:column; }
  .signal-deck { height:156px; }
  .signal-record { width:126px; }
  .metrics,.services,.network,.about { padding-top:90px; padding-bottom:90px; }
  .service-card { grid-template-columns:35px 1fr 25px; gap:14px; }
  .service-icon { display:none; }
  .service-card p { font-size:14px; }
  .marquee { margin-top:60px; }
  .about-copy > p { font-size:26px; }
  .about-note { flex-direction:column; gap:8px; }
  .contact { min-height:630px; }
  .site-footer { padding-top:45px; padding-bottom:45px; }
  .footer-links { flex-wrap:wrap; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*:before,*:after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
