:root {
  --ink: #07110e;
  --ink-soft: #11201a;
  --paper: #f3f5ef;
  --white: #fbfcf8;
  --lime: #b8ff3d;
  --mint: #dfffb0;
  --muted: #657069;
  --line: rgba(7, 17, 14, 0.14);
  --shell: min(1180px, calc(100% - 48px));
  --display: "Segoe UI", Arial, sans-serif;
  --mono: "Cascadia Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: 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; left: 16px; top: -60px; z-index: 100; background: var(--lime); color: var(--ink); padding: 12px 18px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; letter-spacing: -.02em; }
.brand b { font-weight: 700; }
.brand-mark { width: 29px; height: 29px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 6px; background: var(--ink); border-radius: 50%; }
.brand-mark i { display: block; width: 3px; background: var(--lime); border-radius: 2px; transform: skew(-12deg); }
.brand-mark i:nth-child(1) { height: 7px; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 10px; }
.site-nav { display: flex; align-items: center; gap: 34px; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--ink); transition: right .2s; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s; }

.hero { min-height: 700px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 62px; padding-block: 90px 102px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 1px; background: currentColor; }
.hero h1, .page-hero h1, .legal-header h1 { margin: 0; font-size: clamp(62px, 7.2vw, 105px); line-height: .88; letter-spacing: -.07em; font-weight: 600; }
.hero h1 em, .page-hero h1 em, .legal-header h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero-lede { max-width: 570px; margin: 34px 0 0; color: #3f4a44; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 21px; border: 1px solid var(--ink); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .03em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 210px; background: var(--ink); color: var(--white); }
.button-primary span { color: var(--lime); font-size: 17px; }
.button-quiet { border-color: transparent; }
.button-quiet:hover { background: rgba(7,17,14,.06); }

.signal-card { position: relative; min-width: 0; padding: 25px 28px 0; color: var(--white); background: var(--ink); box-shadow: 18px 22px 0 var(--lime); overflow: hidden; }
.signal-card::before { content: ""; position: absolute; width: 260px; height: 260px; top: -150px; right: -80px; border: 1px solid rgba(184,255,61,.2); border-radius: 50%; box-shadow: 0 0 0 35px rgba(184,255,61,.025), 0 0 0 70px rgba(184,255,61,.025); }
.signal-topline, .signal-stats { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .09em; color: #8e9a94; }
.status { color: var(--lime); }.status i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(184,255,61,.1); }
.metric-block { position: relative; z-index: 1; margin-top: 51px; }
.metric-label { display: block; color: #8e9a94; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.metric-block strong { display: block; margin-top: 4px; font-size: 74px; line-height: 1; font-weight: 500; letter-spacing: -.07em; }
.metric-block small { margin-left: 4px; color: var(--lime); font-size: 20px; }
.metric-change { position: absolute; right: 0; bottom: 8px; color: var(--lime); font-family: var(--mono); font-size: 9px; }
.chart { position: relative; height: 190px; margin: 24px -28px 0; overflow: hidden; }
.grid-lines { position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, transparent 0, transparent 46px, rgba(255,255,255,.07) 47px), repeating-linear-gradient(to right, transparent 0, transparent 92px, rgba(255,255,255,.04) 93px); }
.chart svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.chart .area { fill: url(#area); }.chart .line { fill: none; stroke: var(--lime); stroke-width: 2.4; vector-effect: non-scaling-stroke; }
.chart-dot { position: absolute; width: 9px; height: 9px; right: 0; top: 13px; border: 2px solid var(--lime); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 5px rgba(184,255,61,.12); }
.signal-stats { margin-inline: -28px; padding: 23px 28px; background: rgba(255,255,255,.035); border-top: 1px solid rgba(255,255,255,.08); }
.signal-stats div { min-width: 25%; }.signal-stats span, .signal-stats strong { display: block; }.signal-stats strong { margin-top: 7px; color: var(--white); font-family: var(--display); font-size: 17px; font-weight: 500; }

.ticker { overflow: hidden; color: var(--lime); background: var(--ink); border-block: 1px solid rgba(255,255,255,.05); }
.ticker-track { display: flex; align-items: center; justify-content: center; gap: 38px; min-width: max-content; width: 100%; height: 67px; padding-inline: 24px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; }
.ticker-track i { width: 4px; height: 4px; background: var(--lime); transform: rotate(45deg); }

.focus-section { padding-block: 130px 145px; }
.section-heading { display: inline-block; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; font-weight: 600; }
.section-intro { float: right; width: 36%; margin: 58px 3% 0 0; color: #4c5751; font-size: 16px; line-height: 1.75; }
.focus-grid { clear: both; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 84px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-card { position: relative; min-height: 365px; padding: 27px 29px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, color .25s, transform .25s; }
.focus-card:hover { z-index: 2; color: var(--white); background: var(--ink); transform: translateY(-7px); }
.card-number { font-family: var(--mono); font-size: 9px; color: var(--muted); }
.card-icon { position: absolute; top: 84px; left: 29px; width: 74px; height: 70px; }
.sensor-icon { border: 1px solid currentColor; border-radius: 50%; }
.sensor-icon::before, .sensor-icon::after { content: ""; position: absolute; inset: 10px; border: 1px solid currentColor; border-radius: 50%; opacity: .45; }.sensor-icon::after { inset: 22px; background: var(--lime); border-color: var(--lime); opacity: 1; }
.sensor-icon i { position: absolute; width: 8px; height: 8px; background: currentColor; border-radius: 50%; }.sensor-icon i:nth-child(1) { top: 5px; right: -10px; }.sensor-icon i:nth-child(2) { left: -12px; bottom: 14px; }.sensor-icon i:nth-child(3) { right: 3px; bottom: -7px; }
.data-icon { display: flex; align-items: end; gap: 7px; border-bottom: 1px solid currentColor; }.data-icon i { flex: 1; background: currentColor; }.data-icon i:nth-child(1) { height: 29%; }.data-icon i:nth-child(2) { height: 58%; background: var(--lime); }.data-icon i:nth-child(3) { height: 42%; }.data-icon i:nth-child(4) { height: 82%; }
.progress-icon { border: 1px solid currentColor; border-radius: 50%; }.progress-icon::after { content: "↗"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--lime); font-family: var(--mono); font-size: 28px; }
.progress-icon i { position: absolute; left: 50%; top: 50%; width: 1px; height: 92px; background: currentColor; transform-origin: top; opacity: .25; }.progress-icon i:nth-child(1) { transform: rotate(0deg); }.progress-icon i:nth-child(2) { transform: rotate(120deg); }.progress-icon i:nth-child(3) { transform: rotate(240deg); }
.focus-card h3 { margin: 194px 0 12px; font-size: 21px; letter-spacing: -.035em; }
.focus-card p { max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.focus-card:hover p, .focus-card:hover .card-number { color: #9eaaa4; }

.principle-section { padding-bottom: 120px; }
.principle-panel { padding: 64px 70px 38px; background: var(--ink); color: var(--white); }
.eyebrow.light { color: var(--lime); }
.principle-panel blockquote { max-width: 970px; margin: 60px 0 74px; font-size: clamp(35px, 4.8vw, 64px); line-height: 1.14; letter-spacing: -.055em; font-weight: 500; }
.principle-panel blockquote em { color: var(--lime); font-style: normal; }
.principle-footer { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); font-family: var(--mono); font-size: 10px; color: #9ba69f; text-transform: uppercase; }
.principle-footer a { color: var(--white); }.principle-footer a span { margin-left: 15px; color: var(--lime); }

.site-footer { padding: 80px 0 26px; color: var(--white); background: #030806; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.25fr; gap: 70px; padding-bottom: 80px; }
.footer-brand .brand-mark { background: var(--lime); }.footer-brand .brand-mark i { background: var(--ink); }
.footer-grid > div:first-child p { max-width: 300px; margin-top: 25px; color: #818c86; font-size: 14px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: 13px; }
.footer-links > span { margin-bottom: 10px; color: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.footer-links a:hover { color: var(--lime); }.footer-links p { margin: 0; color: #818c86; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #77827c; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; }

.dark-header { color: var(--white); background: var(--ink); border-bottom-color: rgba(255,255,255,.12); }.dark-header .brand-mark { background: var(--lime); }.dark-header .brand-mark i { background: var(--ink); }.dark-header .site-nav a::after { background: var(--lime); }
.page-hero { padding: 112px 0 104px; color: var(--white); background: var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.page-hero h1 em { -webkit-text-stroke-color: var(--lime); }
.page-hero-intro { margin: 0 0 5px; color: #9ba69f; font-size: 16px; line-height: 1.8; }
.contact-section { padding-block: 105px 120px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.contact-grid.single-contact { grid-template-columns: 1fr; }
.single-contact .contact-card { min-height: 385px; border-right: 0; }
.contact-card { min-height: 430px; padding: 34px 38px; border-right: 1px solid var(--line); }.contact-card:last-child { border-right: 0; }
.contact-index { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; color: var(--muted); }
.contact-card h2 { margin: 104px 0 18px; font-size: 34px; letter-spacing: -.05em; }
.contact-card > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-link { display: flex; align-items: center; justify-content: space-between; margin-top: 54px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 12px; }.contact-link i { font-size: 18px; font-style: normal; }
.accent-card { background: var(--mint); }.accent-card .contact-link { border-color: rgba(7,17,14,.2); }
.location-row { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; padding: 90px 38px 70px; border-bottom: 1px solid var(--line); }
.location-row h2 { margin: 0; font-size: 42px; letter-spacing: -.05em; }.location-row > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.response-note { display: flex; align-items: flex-start; gap: 18px; margin: 48px 38px 0; }.response-note .pulse { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(105,165,0,.1); }.response-note strong { font-size: 14px; }.response-note p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.compact-footer { padding-top: 25px; }.compact-footer .footer-bottom div { display: flex; gap: 28px; }.compact-footer .footer-bottom a:hover { color: var(--lime); }

.legal-main { padding-bottom: 130px; }
.legal-header { display: flex; align-items: end; justify-content: space-between; padding-block: 95px 85px; border-bottom: 1px solid var(--line); }
.legal-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; margin-bottom: 9px; }.legal-meta span { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.legal-meta strong { font-family: var(--mono); font-size: 11px; font-weight: 500; }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 690px); justify-content: space-between; gap: 80px; padding-top: 86px; }
.legal-aside { position: sticky; top: 30px; align-self: start; padding: 26px; color: var(--white); background: var(--ink); }.legal-aside > span { color: var(--lime); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.legal-aside p { margin: 45px 0; font-size: 21px; line-height: 1.45; letter-spacing: -.025em; }.legal-aside a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #a8b1ac; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }.legal-aside a i { color: var(--lime); font-size: 15px; font-style: normal; }
.legal-lede { margin: 0 0 80px; font-size: 21px; line-height: 1.65; letter-spacing: -.02em; }
.legal-content section { position: relative; padding: 0 0 58px 54px; margin-bottom: 58px; border-bottom: 1px solid var(--line); }.legal-content section:last-child { margin-bottom: 0; }
.legal-number { position: absolute; left: 0; top: 8px; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.legal-content h2 { margin: 0 0 22px; font-size: 28px; letter-spacing: -.04em; }.legal-content p { color: #4a554f; font-size: 15px; line-height: 1.85; }.legal-content address { color: #4a554f; font-size: 14px; font-style: normal; line-height: 1.9; }.legal-content address strong { color: var(--ink); }.legal-content address a { border-bottom: 1px solid var(--ink); }

.reveal { opacity: 0; transform: translateY(16px); animation: reveal .65s ease forwards; }.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .24s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 70px; padding-top: 70px; }
  .signal-card { max-width: 650px; width: 100%; justify-self: center; }
  .section-intro { float: none; width: auto; max-width: 560px; margin: 32px 0 0; }
  .focus-grid { grid-template-columns: 1fr; }.focus-card { min-height: 300px; }.focus-card h3 { margin-top: 150px; }
  .footer-grid { grid-template-columns: 1.6fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 50px; }.page-hero-intro { max-width: 560px; }
  .legal-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .nav-wrap { height: 74px; }.menu-toggle { display: block; position: relative; z-index: 3; }
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 10px; padding: 24px; color: var(--white); background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.1); }.site-nav.open { display: flex; }.site-nav a::after { background: var(--lime); }
  .hero { min-height: 0; padding: 64px 0 88px; gap: 58px; }.hero h1, .page-hero h1, .legal-header h1 { font-size: clamp(53px, 17vw, 78px); }.hero-lede { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.button-quiet { justify-content: center; }
  .signal-card { padding-inline: 20px; box-shadow: 9px 12px 0 var(--lime); }.metric-block strong { font-size: 62px; }.chart, .signal-stats { margin-inline: -20px; }.signal-stats { padding-inline: 20px; }.signal-stats span { font-size: 7px; }
  .ticker-track { justify-content: flex-start; }
  .focus-section { padding-block: 90px; }.focus-grid { margin-top: 55px; }.focus-card { min-height: 315px; }.focus-card h3 { margin-top: 165px; }
  .principle-section { width: 100%; padding-bottom: 0; }.principle-panel { padding: 54px 24px 32px; }.principle-panel blockquote { margin: 52px 0 65px; }.principle-footer { gap: 25px; flex-direction: column; }
  .site-footer { padding-top: 64px; }.footer-grid { grid-template-columns: 1fr; gap: 44px; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; }
  .page-hero { padding: 75px 0 72px; }.contact-section { padding-block: 70px; }.contact-grid { grid-template-columns: 1fr; }.contact-card { min-height: 390px; padding: 29px 25px; border-right: 0; border-bottom: 1px solid var(--line); }.contact-card:last-child { border-bottom: 0; }.contact-card h2 { margin-top: 88px; }.contact-link { font-size: 10px; }.location-row { grid-template-columns: 1fr; gap: 30px; padding: 65px 10px 50px; }.location-row h2 { font-size: 34px; }.response-note { margin-inline: 10px; }.compact-footer .footer-bottom div { gap: 18px; flex-direction: column; }
  .legal-header { align-items: flex-start; gap: 50px; flex-direction: column; padding-block: 70px 65px; }.legal-meta { align-items: flex-start; }.legal-layout { grid-template-columns: 1fr; gap: 55px; padding-top: 60px; }.legal-aside { position: static; }.legal-content section { padding-left: 35px; }.legal-lede { font-size: 18px; margin-bottom: 65px; }
}
