:root {
  --ink: #f4f5ef;
  --muted: #a8ada8;
  --dim: #6e7774;
  --bg: #111513;
  --panel: #18201d;
  --panel-light: #202a26;
  --line: rgba(226, 235, 222, .14);
  --mint: #bbf46f;
  --mint-dark: #8dc83e;
  --coral: #ff8d70;
  --max: 1240px;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope-variable.ttf") format("truetype");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-mono-regular.ttf") format("truetype");
}
@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/dm-mono-medium.ttf") format("truetype");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.page-shell { overflow: hidden; }
.site-header, main, .site-footer { width: min(var(--max), calc(100% - 72px)); margin-inline: auto; }
.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 800; letter-spacing: -.06em; }
.brand-dot { color: var(--mint); }
.brand-mark { width: 22px; height: 22px; display: inline-flex; align-items: flex-end; gap: 3px; }
.brand-mark span { display: block; width: 5px; border-radius: 4px; background: var(--mint); transform: skew(-24deg); }
.brand-mark span:nth-child(1) { height: 10px; opacity: .55; }
.brand-mark span:nth-child(2) { height: 16px; opacity: .78; }
.brand-mark span:nth-child(3) { height: 22px; }
.nav-links { display: flex; gap: 34px; margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 600; }
.nav-links a, .text-link, .email-link { transition: color .2s ease; }
.nav-links a:hover, .text-link:hover, .email-link:hover { color: var(--mint); }
.nav-cta { border: 1px solid var(--line); padding: 12px 16px; border-radius: 6px; font-size: 11px; font-weight: 700; transition: border-color .2s ease, background .2s ease; }
.nav-cta:hover { border-color: var(--mint); background: rgba(187,244,111,.08); }

.hero { min-height: 675px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 44px; padding: 74px 0 88px; position: relative; }
.eyebrow, .section-kicker, .card-index, .environment-note, .strip-number { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { color: var(--mint); font-size: 10px; margin: 0 0 28px; display: flex; align-items: center; gap: 10px; }
.eyebrow-line { display: inline-block; width: 30px; height: 1px; background: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 26px; font-size: clamp(52px, 6.3vw, 90px); line-height: .96; letter-spacing: -.075em; font-weight: 700; }
h1 em, h2 em { color: var(--mint); font-style: normal; }
.hero-intro { max-width: 410px; color: var(--muted); font-size: 15px; line-height: 1.75; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 23px; border-radius: 5px; padding: 15px 17px; font-size: 11px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #10150f; background: var(--mint); }
.button-primary:hover { background: #d1ff90; }
.button-secondary { background: transparent; border: 1px solid var(--line); }
.button-secondary:hover { border-color: var(--mint); color: var(--mint); }
.text-link { color: var(--muted); font-size: 11px; font-weight: 700; }
.text-link span { color: var(--mint); margin-left: 8px; }
.environment-note { color: var(--dim); font-size: 9px; margin: 29px 0 0; letter-spacing: .05em; text-transform: none; }
.status-dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(187,244,111,.1); margin-right: 10px; vertical-align: 1px; }

.hero-visual { height: 475px; position: relative; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 290px; height: 290px; background: radial-gradient(circle, rgba(187,244,111,.16), transparent 68%); filter: blur(10px); }
.orbit { position: absolute; border: 1px solid rgba(187,244,111,.19); border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { width: 360px; height: 180px; }
.orbit-two { width: 455px; height: 238px; transform: rotate(55deg); border-color: rgba(255,141,112,.14); }
.orbit-three { width: 250px; height: 370px; transform: rotate(65deg); border-color: rgba(187,244,111,.12); }
.node { position: absolute; display: grid; place-items: center; width: 57px; height: 57px; border-radius: 50%; border: 1px solid rgba(187,244,111,.5); background: #18241c; box-shadow: 0 0 28px rgba(187,244,111,.1); z-index: 2; }
.node-center { width: 94px; height: 94px; background: var(--mint); border: 0; box-shadow: 0 0 55px rgba(187,244,111,.25); }
.node-center .node-label { color: #10150f; font-size: 18px; }
.node-label { font-size: 11px; color: var(--mint); font-weight: 800; letter-spacing: -.03em; }
.node-top { top: 43px; left: 50%; transform: translateX(-50%); }
.node-right { right: 50px; top: 50%; transform: translateY(-50%); border-color: rgba(255,141,112,.6); }
.node-right .node-label { color: var(--coral); }
.node-bottom { bottom: 45px; left: 50%; transform: translateX(-50%); border-color: rgba(255,141,112,.5); }
.node-bottom .node-label { color: var(--coral); }
.node-left { left: 47px; top: 50%; transform: translateY(-50%); }
.node-pulse { position: absolute; inset: -7px; border: 1px solid currentColor; border-radius: inherit; opacity: .16; }
.connector { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(187,244,111,.42), transparent); width: 112px; transform-origin: center; }
.connector-a { transform: rotate(-67deg); top: 135px; left: 42%; }
.connector-b { transform: rotate(12deg); top: 48%; right: 23%; }
.connector-c { transform: rotate(63deg); bottom: 137px; left: 42%; }
.connector-d { transform: rotate(-12deg); top: 48%; left: 23%; }
.visual-caption { position: absolute; right: 4px; bottom: 7px; color: var(--muted); font-family: "DM Mono", monospace; font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; text-align: right; }
.visual-caption span { color: var(--mint); }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); padding: 24px 0; color: var(--muted); font-size: 11px; font-weight: 600; }
.signal-strip > div { display: flex; align-items: center; gap: 15px; padding-left: 26px; border-left: 1px solid var(--line); }
.signal-strip > div:first-child { border-left: 0; padding-left: 0; }
.strip-number { color: var(--mint); font-size: 10px; }

.content-section { padding: 143px 0 150px; }
.section-kicker { color: var(--dim); font-size: 10px; margin-bottom: 25px; }
.section-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 12%; align-items: start; }
h2 { font-size: clamp(38px, 4.4vw, 62px); line-height: 1.05; letter-spacing: -.075em; font-weight: 700; margin-bottom: 0; }
h2 span { color: var(--mint); }
.section-body { max-width: 430px; padding-top: 9px; }
.section-body p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 19px; }
.product-section { border-top: 1px solid var(--line); padding: 84px 0 108px; }
.product-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 52px; }
.product-heading .section-kicker { margin-bottom: 21px; }
.product-heading h2 { font-size: clamp(38px, 4vw, 56px); }
.product-heading > p { color: var(--muted); font-size: 13px; margin-bottom: 5px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.product-card { min-height: 255px; padding: 27px 28px; background: var(--panel); position: relative; overflow: hidden; }
.product-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(187,244,111,.09); right: -48px; bottom: -75px; }
.card-large { background: var(--panel-light); }
.card-accent { background: var(--mint); color: #10150f; }
.card-wide { grid-column: 1 / -1; min-height: 199px; }
.card-icon { height: 39px; width: 39px; display: grid; place-items: center; border: 1px solid rgba(187,244,111,.4); border-radius: 50%; color: var(--mint); font-size: 20px; margin-bottom: 29px; }
.card-accent .card-icon { border-color: rgba(16,21,15,.32); color: #10150f; }
.card-index { color: var(--dim); font-size: 9px; margin-bottom: 12px; }
.card-accent .card-index { color: rgba(16,21,15,.62); }
.product-card h3 { font-size: 21px; letter-spacing: -.045em; margin-bottom: 11px; }
.product-card > p:last-child { color: var(--muted); max-width: 390px; font-size: 12px; line-height: 1.7; margin-bottom: 0; }
.card-accent > p:last-child { color: rgba(16,21,15,.72); }
.product-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 37px; }
.product-footer p { margin: 0; color: var(--dim); font-family: "DM Mono", monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.contact-section { display: grid; grid-template-columns: 75px 1fr .9fr; gap: 42px; align-items: center; border-top: 1px solid var(--line); padding: 108px 0 115px; }
.contact-mark { width: 44px; height: 44px; display: flex; align-items: flex-end; gap: 5px; }
.contact-mark span { width: 8px; background: var(--mint); border-radius: 5px; transform: skew(-24deg); }
.contact-mark span:nth-child(1) { height: 19px; opacity: .5; }
.contact-mark span:nth-child(2) { height: 31px; opacity: .75; }
.contact-mark span:nth-child(3) { height: 44px; }
.contact-section .section-kicker { margin-bottom: 17px; }
.contact-section h2 { font-size: clamp(42px, 5vw, 68px); }
.contact-action { border-left: 1px solid var(--line); padding-left: 44px; }
.contact-action p { max-width: 270px; color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 25px; }
.email-link { color: var(--mint); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(187,244,111,.4); padding-bottom: 8px; }
.email-link span { margin-left: 19px; }
.site-footer { min-height: 100px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--dim); font-size: 10px; }
.footer-brand { color: var(--ink); font-size: 14px; }
.site-footer p { margin: 0; }
.footer-note { font-family: "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 820px) {
  .site-header, main, .site-footer { width: min(var(--max), calc(100% - 40px)); }
  .site-header { min-height: 80px; }
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding: 68px 0 60px; min-height: auto; }
  h1 { font-size: clamp(49px, 12vw, 76px); }
  .hero-visual { height: 390px; margin-top: 10px; }
  .orbit-one { width: 285px; height: 145px; }
  .orbit-two { width: 370px; height: 195px; }
  .orbit-three { width: 205px; height: 300px; }
  .node-right { right: 4%; }
  .node-left { left: 4%; }
  .signal-strip { grid-template-columns: 1fr; gap: 16px; padding: 20px 0; }
  .signal-strip > div, .signal-strip > div:first-child { border-left: 0; padding-left: 0; }
  .content-section { padding: 95px 0; }
  .section-grid { grid-template-columns: 1fr; gap: 35px; }
  .product-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 35px; }
  .product-section { padding: 65px 0 80px; }
  .product-grid { grid-template-columns: 1fr; }
  .card-wide { grid-column: auto; }
  .product-footer { align-items: start; flex-direction: column; }
  .contact-section { grid-template-columns: 1fr; gap: 30px; padding: 82px 0 90px; }
  .contact-action { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .site-footer { min-height: 135px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 14px; }
}
@media (max-width: 440px) {
  .site-header, main, .site-footer { width: calc(100% - 32px); }
  .brand { font-size: 15px; }
  .nav-cta { font-size: 10px; padding: 10px 11px; }
  .nav-cta span { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { height: 315px; transform: scale(.86); margin: -10px -28px -10px; }
  .visual-caption { right: 0; }
}
