:root { --ink:#050505; --muted:#5f666d; --line:rgba(20,103,76,.20); --green:#167553; --green-dark:#0f4d3b; --green-soft:#edf8f3; --paper:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:"Inter Tight","Helvetica Neue",Arial,sans-serif; }
body *, button, input, textarea, select, svg text { font-family:"Inter Tight","Helvetica Neue",Arial,sans-serif!important; }
a { color:inherit; }
.terminal-loader {
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:grid;
  place-items:center;
  background:#fff;
  color:#073526;
  opacity:1;
  visibility:visible;
  transition:opacity 320ms ease, visibility 0s linear 320ms;
}
.terminal-loader span {
  font-size:13px;
  font-weight:850;
  letter-spacing:.22em;
}
body.terminal-ready .terminal-loader {
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.page { position:relative; z-index:1; min-height:100vh; background:#fff; }
.back-link { position:fixed; top:18px; right:18px; z-index:20; width:48px; height:48px; display:grid; place-items:center; border:0; background:transparent; color:var(--green-dark); text-decoration:none; font-size:18px; font-weight:800; }
.back-link:hover { opacity:.72; }
.back-link img { width:38px; height:38px; object-fit:contain; display:block; }
.hero { position:relative; isolation:isolate; overflow:hidden; min-height:100svh; padding:clamp(56px,7vw,98px) clamp(24px,5vw,78px) clamp(46px,6vw,82px); display:grid; justify-items:center; text-align:center; border-bottom:1px solid var(--line); background:#fff !important; }
.hero::before { display:none; }
.hero::after { display:none; }
.hero > * { position:relative; z-index:2; }
.hero > .liquid-backdrop { position:absolute; inset:0; z-index:0; width:100%; height:100%; pointer-events:none; display:block; border:0; background:#fff; }
.kicker { margin:0 0 16px; color:var(--green-dark); font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
h1 { margin:0 auto; max-width:1080px; font-size:clamp(58px,8.4vw,124px); line-height:.88; letter-spacing:0; font-weight:500; text-transform:uppercase; }
.lead { max-width:760px; margin:28px auto 0; color:#28343d; font-size:clamp(18px,1.55vw,22px); line-height:1.55; }
.actions { display:flex; flex-wrap:wrap; justify-content:center; gap:16px; margin-top:34px; }
.button { min-height:48px; padding:0 20px; display:inline-flex; align-items:center; justify-content:center; text-decoration:none; font-size:14px; font-weight:800; border:1px solid var(--green); background:var(--green); color:#fff; }
.button.secondary { background:rgba(255,255,255,.42); color:var(--green-dark); }
.terminal-window { width:min(100%,1180px); margin:clamp(46px,6vw,76px) auto 0; border:1px solid rgba(20,103,76,.26); background:rgba(255,255,255,.42); box-shadow:0 32px 110px rgba(20,103,76,.14); }
.window-bar { height:42px; display:flex; align-items:center; justify-content:space-between; padding:0 16px; border-bottom:1px solid rgba(20,103,76,.18); background:rgba(240,249,244,.86); color:var(--green-dark); font-size:12px; font-weight:700; }
.window-dots { display:flex; gap:7px; }
.window-dots i { width:8px; height:8px; border-radius:999px; background:var(--green); opacity:.45; }
.terminal-window img { width:100%; display:block; }
.metric-strip { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#f7fcf9; }
.metric { padding:24px clamp(18px,3vw,34px); text-align:center; border-right:1px solid var(--line); }
.metric:last-child { border-right:0; }
.metric strong { display:block; color:var(--green); font-size:clamp(32px,4vw,58px); line-height:1; letter-spacing:0; }
.metric span { display:block; margin-top:9px; color:var(--muted); font-size:12px; line-height:1.35; }
.section { padding:clamp(72px,8vw,118px) clamp(24px,5vw,78px); border-bottom:1px solid var(--line); background:#fff; }
.section-head { max-width:940px; margin:0 auto clamp(42px,6vw,72px); text-align:center; }
.section-head h2 { margin:0; font-size:clamp(44px,6vw,86px); line-height:.9; letter-spacing:0; font-weight:500; text-transform:uppercase; }
.section-head p { max-width:680px; margin:22px auto 0; color:var(--muted); font-size:17px; line-height:1.62; }
.platform-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.platform-card { min-height:300px; padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; display:flex; flex-direction:column; justify-content:space-between; text-align:center; align-items:center; }
.platform-card span { color:var(--green); font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.platform-card h3 { margin:42px 0 14px; font-size:clamp(30px,3.2vw,46px); line-height:.95; letter-spacing:0; font-weight:500; text-transform:uppercase; }
.platform-card p { margin:0; color:var(--muted); font-size:15px; line-height:1.58; }
.product-split { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr); min-height:680px; border-bottom:1px solid var(--line); background:#f3faf6; }
.product-split.reverse { grid-template-columns:minmax(360px,.72fr) minmax(0,1.08fr); }
.product-split figure { margin:0; min-height:520px; padding:clamp(18px,3vw,38px); display:flex; align-items:center; justify-content:center; overflow:hidden; background:#08090a; }
.product-split img { width:100%; height:100%; max-height:620px; object-fit:contain; display:block; }
.split-copy { padding:clamp(52px,7vw,104px); align-self:center; text-align:center; }
.split-copy h2 { margin:0 auto 22px; font-size:clamp(44px,5.5vw,82px); line-height:.9; letter-spacing:0; font-weight:500; text-transform:uppercase; }
.split-copy p { margin:0 auto; max-width:560px; color:var(--muted); font-size:17px; line-height:1.62; }
.family-list { display:grid; border-top:1px solid var(--line); }
.family-row { min-height:116px; display:grid; grid-template-columns:170px minmax(0,.48fr) minmax(0,.9fr); gap:clamp(18px,4vw,64px); align-items:center; border-bottom:1px solid var(--line); text-align:left; }
.family-row span { color:var(--green); font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.family-row strong { font-size:clamp(26px,3vw,42px); line-height:.96; letter-spacing:0; font-weight:500; text-transform:uppercase; }
.family-row p { margin:0; color:var(--muted); font-size:15px; line-height:1.55; }
.access-panel { width:min(100%,920px); margin:0 auto; padding:clamp(28px,5vw,54px); border:1px solid var(--line); background:#f7fcf9; text-align:center; }
.access-panel h2 { margin:0 0 14px; font-size:clamp(40px,5vw,74px); line-height:.9; letter-spacing:0; font-weight:500; text-transform:uppercase; }
.access-panel p { max-width:640px; margin:0 auto 28px; color:var(--muted); line-height:1.58; }
.access-form { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto; gap:12px; }
.access-form input { min-width:0; height:50px; border:0; border-bottom:1px solid rgba(16,42,67,.34); background:transparent; font:inherit; outline:none; }
.access-form input:focus { border-color:#050505; }
.access-form button { height:50px; border:0; padding:0 24px; background:var(--green); color:#fff; font:inherit; font-weight:800; cursor:pointer; }
.steps { display:grid; border-top:1px solid var(--line); }
.step { min-height:122px; display:grid; grid-template-columns:96px minmax(0,.55fr) minmax(0,.72fr) 34px; gap:clamp(18px,4vw,68px); align-items:center; border-bottom:1px solid var(--line); text-decoration:none; text-align:left; }
.step span { color:var(--green); font-size:12px; font-weight:800; letter-spacing:.12em; }
.step strong { font-size:clamp(26px,3vw,42px); line-height:.96; letter-spacing:0; font-weight:500; text-transform:uppercase; }
.step p { margin:0; color:var(--muted); font-size:15px; line-height:1.55; }
@media(max-width:980px){
  .metric-strip, .platform-grid, .product-split, .product-split.reverse { grid-template-columns:1fr; }
  .access-form { grid-template-columns:1fr; }
  .family-row, .step { grid-template-columns:1fr; padding:24px 0; text-align:center; }
  .product-split figure { min-height:auto; }
  .product-split img { height:auto; max-height:none; }
}
@media(max-width:600px){
  html, body, .page { max-width:100%; overflow-x:clip; }
  .back-link { top:10px; right:10px; width:44px; height:44px; }
  .back-link img { width:32px; height:32px; }
  .hero { min-height:auto; padding:88px 18px 56px; }
  .hero > :not(.liquid-backdrop) { width:100%; min-width:0; max-width:100%; }
  .kicker { margin-bottom:14px; font-size:10px; line-height:1.4; letter-spacing:.11em; overflow-wrap:anywhere; }
  h1 { font-size:clamp(39px,13.5vw,58px); line-height:.9; overflow-wrap:anywhere; }
  .lead { margin-top:22px; font-size:17px; line-height:1.45; }
  .actions { align-items:stretch; flex-direction:column; gap:10px; margin-top:26px; }
  .button { width:100%; min-height:50px; }
  .terminal-window { margin-top:38px; }
  .window-bar { min-width:0; padding-inline:12px; }
  .window-bar > span { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .window-dots { flex:0 0 auto; }
  .metric-strip { grid-template-columns:1fr 1fr; }
  .metric { min-width:0; padding:22px 12px; border-bottom:1px solid var(--line); }
  .metric:nth-child(2) { border-right:0; }
  .metric:nth-last-child(-n+2) { border-bottom:0; }
  .section { padding:70px 18px; }
  .section-head { margin-bottom:38px; }
  .section-head h2, .split-copy h2, .access-panel h2 { font-size:clamp(38px,12.5vw,54px); }
  .section-head p, .split-copy p { font-size:16px; line-height:1.5; }
  .platform-card { min-height:250px; padding:24px 20px; }
  .product-split { min-height:0; }
  .product-split figure { padding:18px; }
  .split-copy { padding:58px 18px; }
  .family-row, .step { gap:16px; padding:27px 0; }
  .family-row strong, .step strong { font-size:30px; }
  .access-panel { padding:30px 18px; }
  .access-form input, .access-form button { min-height:50px; }
}

/* Forest terminal palette override */
:root {
  --line: rgba(11,61,46,.24);
  --green: #146046;
  --green-dark: #0b3d2e;
  --green-soft: #edf5ef;
}
.button.secondary { background: rgba(255,255,255,.46); color: var(--green-dark); }
.terminal-window { border-color: rgba(11,61,46,.30); box-shadow: 0 32px 110px rgba(11,61,46,.18); }
.window-bar { border-bottom-color: rgba(11,61,46,.22); background: rgba(237,245,239,.90); }
.metric-strip, .access-panel { background: #f5faf7; }
.product-split { background: #f1f7f3; }
.access-form input { border-bottom-color: rgba(11,61,46,.34); }

/* Forest details, neutral backdrop */
:root {
  --ink: #073526;
  --muted: #49635a;
  --line: rgba(7,53,38,.22);
  --green: #116343;
  --green-dark: #073526;
  --green-soft: #edf6f1;
}
body,
.page,
.hero,
.section {
  color: var(--ink);
  background: #fff;
}
.hero > .liquid-backdrop {
  opacity: 1;
  filter: none;
}
h1,
.section-head h2,
.split-copy h2,
.access-panel h2,
.platform-card h3,
.family-row strong,
.step strong {
  color: var(--green-dark);
}
.lead,
.section-head p,
.split-copy p,
.platform-card p,
.family-row p,
.step p,
.metric span,
.access-panel p {
  color: var(--muted);
}
.kicker,
.platform-card span,
.family-row span,
.step span,
.metric strong,
.window-bar,
.back-link {
  color: var(--green);
}

:is(h1,.section-head h2,.split-copy h2,.access-panel h2,.platform-card h3,.family-row strong,.step strong) {
  font-family:"Inter Tight","Helvetica Neue",Arial,sans-serif;
  letter-spacing:0 !important;
  text-transform:uppercase;
}
:is(h1,.section-head h2,.split-copy h2,.access-panel h2) {
  font-weight:500;
  line-height:.88;
}
.button,
.access-form button {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.button.secondary {
  background: rgba(255,255,255,.72);
  color: var(--green-dark);
}
.terminal-window {
  border-color: rgba(7,53,38,.28);
  background: rgba(255,255,255,.72);
  box-shadow: 0 32px 110px rgba(7,53,38,.12);
}
.window-bar,
.metric-strip,
.access-panel {
  background: #f8fcf9;
}
.window-dots i {
  background: var(--green);
}
.product-split {
  background: #f7fbf8;
}
.access-form input {
  border-bottom-color: rgba(7,53,38,.34);
  color: var(--green-dark);
}

/* Clean white canvas: product imagery supplies the only visual background. */
body,
.page,
.hero,
.section,
.metric-strip,
.product-split,
.product-split.reverse,
.access-panel,
.terminal-window,
.window-bar,
.button.secondary {
  background: #fff !important;
}

.hero > .liquid-backdrop {
  display: none !important;
}

/* Editorial Terminal hero with a connected signal globe. */
.hero {
  min-height: max(100svh, 820px);
  display: block;
  padding: 0;
  text-align: left;
  border-bottom: 0;
}
.terminal-signal-globe {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  opacity: .74;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), 1316px);
  min-height: max(100svh, 820px);
  margin: 0 auto;
  padding: clamp(142px, 18vh, 188px) 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  align-items: start;
  gap: clamp(58px, 9vw, 150px);
}
.hero-title,
.hero-intro {
  min-width: 0;
}
.hero-title {
  max-width: 720px;
}
.kicker {
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 1.25;
}
h1 {
  max-width: 10.6ch;
  margin: 0;
  font-size: clamp(54px, 5.4vw, 84px);
  font-weight: 620;
  line-height: .91;
  letter-spacing: -.058em;
  text-transform: none;
  text-wrap: balance;
}
.hero-intro {
  padding-top: 46px;
}
.lead {
  max-width: 520px;
  margin: 0;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.027em;
  text-wrap: pretty;
}
.actions {
  justify-content: flex-start;
  margin-top: 30px;
}
.button {
  border-radius: 9px;
  cursor: pointer;
}
.terminal-preview {
  position: relative;
  z-index: 3;
  padding: clamp(48px, 7vw, 92px) clamp(24px, 5vw, 78px) clamp(70px, 9vw, 126px);
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.terminal-preview .terminal-window {
  margin: 0 auto;
}

@media (max-width: 900px) {
  .hero,
  .hero-inner {
    min-height: 920px;
  }
  .hero > .hero-inner {
    width: min(calc(100% - 40px), 760px);
    padding-top: 126px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .hero-title {
    max-width: 680px;
  }
  .hero-intro {
    max-width: 620px;
    padding-top: 0;
  }
  .terminal-signal-globe {
    opacity: .68;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 830px;
    padding: 0;
  }
  .hero > .hero-inner {
    width: calc(100% - 36px);
    min-height: 830px;
    padding: 102px 0 72px;
    gap: 25px;
  }
  .kicker {
    margin-bottom: 17px;
    font-size: 10px;
    line-height: 1.35;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(41px, 11.7vw, 50px);
    line-height: .91;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero-intro {
    max-width: 94%;
  }
  .lead {
    margin: 0;
    font-size: 21px;
    line-height: 1.19;
  }
  .actions {
    width: min(100%, 330px);
    margin-top: 24px;
  }
  .terminal-signal-globe {
    opacity: .7;
  }
  .terminal-preview {
    padding: 48px 18px 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .terminal-signal-globe {
    pointer-events: none;
  }
}

/* Alpha access overlay. */
.alpha-dialog {
  width: min(calc(100% - 40px), 760px);
  max-width: none;
  max-height: calc(100svh - 40px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: var(--green-dark);
}
.alpha-dialog::backdrop {
  background: rgba(2, 10, 7, .48);
  backdrop-filter: blur(8px);
}
.alpha-dialog[open] {
  animation: alphaDialogIn 320ms cubic-bezier(.2,.8,.2,1) both;
}
.alpha-dialog-card {
  position: relative;
  overflow: hidden;
  min-height: 490px;
  border: 1px solid rgba(7, 53, 38, .24);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(2, 18, 12, .24);
}
.alpha-dialog-close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(7, 53, 38, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  color: var(--green-dark);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.alpha-dialog-close:hover {
  background: var(--green-dark);
  color: #fff;
}
.alpha-curve-field {
  height: 184px;
  overflow: hidden;
  border-bottom: 1px solid rgba(7, 53, 38, .14);
  background:
    linear-gradient(rgba(7, 53, 38, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 53, 38, .055) 1px, transparent 1px),
    #f8fbf9;
  background-size: 32px 32px;
}
.alpha-curve-field svg {
  width: 100%;
  height: 100%;
  display: block;
}
.alpha-curve {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 820;
  stroke-dashoffset: 820;
}
.alpha-curve-one { stroke: #073526; }
.alpha-curve-two { stroke: #27a77b; opacity: .72; }
.alpha-curve-three { stroke: #050505; opacity: .32; }
.alpha-dialog[open] .alpha-curve-one { animation: alphaCurveDraw 1.25s .08s ease forwards; }
.alpha-dialog[open] .alpha-curve-two { animation: alphaCurveDraw 1.45s .2s ease forwards; }
.alpha-dialog[open] .alpha-curve-three { animation: alphaCurveDraw 1.65s .32s ease forwards; }
.alpha-dialog-copy {
  padding: 38px clamp(28px, 6vw, 62px) 52px;
}
.alpha-dialog-kicker {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.alpha-dialog h2 {
  max-width: 620px;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(43px, 5vw, 66px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: none;
}
.alpha-dialog-copy > p:not(.alpha-dialog-kicker) {
  max-width: 580px;
  margin: 22px 0 28px;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 21px;
  line-height: 1.34;
}
.alpha-email {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 19px;
  border-radius: 8px;
  background: var(--green-dark);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

@keyframes alphaDialogIn {
  from { opacity: 0; transform: translateY(18px) scale(.975); }
  to { opacity: 1; transform: none; }
}
@keyframes alphaCurveDraw {
  to { stroke-dashoffset: 0; }
}

@media (max-width: 600px) {
  .alpha-dialog {
    width: calc(100% - 24px);
    max-height: calc(100svh - 24px);
  }
  .alpha-dialog-card {
    min-height: 0;
    border-radius: 14px;
  }
  .alpha-dialog-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
  .alpha-curve-field {
    height: 142px;
  }
  .alpha-dialog-copy {
    padding: 28px 22px 30px;
  }
  .alpha-dialog h2 {
    font-size: clamp(39px, 12vw, 50px);
  }
  .alpha-dialog-copy > p:not(.alpha-dialog-kicker) {
    margin: 18px 0 24px;
    font-size: 19px;
  }
  .alpha-email {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alpha-dialog[open],
  .alpha-dialog[open] .alpha-curve {
    animation: none;
  }
  .alpha-curve {
    stroke-dashoffset: 0;
  }
}

/* Product landing system: spacious, centered and editorial. */
.page {
  overflow: clip;
}
.back-link {
  top: 22px;
  right: 22px;
}
.hero {
  min-height: max(100svh, 760px);
  background:
    radial-gradient(circle at 72% 12%, rgba(212, 235, 226, .42), transparent 36%),
    #fff !important;
}
.terminal-signal-globe {
  opacity: .83;
  -webkit-mask-image: linear-gradient(to bottom, transparent 2%, #000 24%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 2%, #000 24%, #000 86%, transparent 100%);
}
.hero > .hero-inner {
  width: min(calc(100% - 48px), 1180px);
  min-height: max(100svh, 760px);
  padding: 118px 0 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-title {
  width: 100%;
  max-width: 1020px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(clamp(-205px, -20vh, -130px));
}
.hero-product-mark {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 0 27px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 14px 36px rgba(7, 53, 38, .12);
}
.kicker {
  order: 2;
  margin: 0 0 22px;
  color: rgba(7, 53, 38, .67);
  font-size: 11px;
  letter-spacing: .12em;
}
h1 {
  order: 3;
  max-width: none;
  font-size: clamp(82px, 10vw, 148px);
  font-weight: 580;
  line-height: .82;
  letter-spacing: -.075em;
}
.hero-subhead {
  order: 4;
  max-width: 790px;
  margin: 34px auto 0;
  color: var(--green-dark);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.lead {
  order: 5;
  max-width: 690px;
  margin: 20px auto 0;
  color: rgba(7, 53, 38, .72);
  font-family: "Inter Tight", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: -.012em;
  text-wrap: balance;
}
.actions {
  order: 6;
  justify-content: center;
  margin-top: 18px;
  gap: 10px;
}
.button {
  min-width: 112px;
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 999px;
  font-size: 15px;
}
.terminal-preview {
  padding: 8px 32px clamp(110px, 11vw, 168px);
  border: 0;
}
.terminal-preview .terminal-window {
  width: min(100%, 1316px);
  overflow: hidden;
  border: 1px solid rgba(7, 53, 38, .14);
  border-radius: 22px;
  box-shadow: 0 34px 100px rgba(7, 53, 38, .11);
}
.window-bar {
  height: 48px;
  padding-inline: 20px;
}
.metric-strip {
  width: min(calc(100% - 64px), 1316px);
  margin: 0 auto clamp(100px, 11vw, 168px);
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #f1f4f2 !important;
}
.metric {
  min-height: 180px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  border-color: rgba(7, 53, 38, .1);
}
.metric strong {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 550;
  letter-spacing: -.06em;
}
.metric span {
  max-width: 180px;
  margin-top: 28px;
  color: rgba(7, 53, 38, .68);
  font-size: 14px;
}
.section {
  padding: 0 32px clamp(110px, 11vw, 168px);
  border: 0;
}
.section-head {
  max-width: 1100px;
  margin: 0 auto clamp(52px, 6vw, 84px);
}
.section-head h2,
.split-copy h2,
.access-panel h2 {
  font-size: clamp(54px, 7vw, 102px);
  font-weight: 560;
  line-height: .9;
  letter-spacing: -.065em !important;
  text-transform: none;
  text-wrap: balance;
}
.section-head p,
.split-copy p,
.access-panel p {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(7, 53, 38, .68);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.48;
}
.platform-grid {
  width: min(100%, 1316px);
  margin: 0 auto;
  gap: 16px;
  border: 0;
}
.platform-card {
  min-height: 390px;
  padding: 30px;
  align-items: flex-start;
  justify-content: space-between;
  border: 0;
  border-radius: 20px;
  background: #f1f4f2;
  text-align: left;
}
.platform-card h3 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 560;
  line-height: .94;
  letter-spacing: -.05em !important;
  text-transform: none;
}
.platform-card p {
  font-size: 17px;
  line-height: 1.46;
}
.product-split,
.product-split.reverse {
  width: min(calc(100% - 64px), 1316px);
  min-height: 720px;
  margin: 0 auto clamp(110px, 11vw, 168px);
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #f1f4f2 !important;
}
.product-split figure {
  min-height: 620px;
  padding: clamp(24px, 3vw, 42px);
}
.split-copy {
  padding: clamp(48px, 6vw, 86px);
  text-align: left;
}
.split-copy h2 {
  max-width: 760px;
  margin: 0 0 25px;
  font-size: clamp(50px, 5.6vw, 82px);
}
.split-copy p {
  margin: 0;
}
.family-list,
.steps {
  width: min(100%, 1100px);
  margin: 0 auto;
  border-color: rgba(7, 53, 38, .16);
}
.family-row {
  min-height: 150px;
  grid-template-columns: 90px minmax(260px, .62fr) minmax(0, 1fr);
  border-color: rgba(7, 53, 38, .16);
}
.family-row strong,
.step strong {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 550;
  letter-spacing: -.045em !important;
  text-transform: none;
}
.family-row p,
.step p {
  font-size: 16px;
  line-height: 1.48;
}
.access-panel {
  width: min(100%, 1100px);
  padding: clamp(48px, 8vw, 96px);
  border: 0;
  border-radius: 24px;
  background: var(--green-dark) !important;
  color: #fff;
}
.access-panel h2,
.access-panel p {
  color: #fff;
}
.access-panel p {
  opacity: .74;
}
.access-form input {
  color: #fff;
  border-color: rgba(255, 255, 255, .38);
}
.access-form input::placeholder {
  color: rgba(255, 255, 255, .62);
}
.access-form button {
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
}
.step {
  min-height: 150px;
  border-color: rgba(7, 53, 38, .16);
}

@media (max-width: 900px) {
  .hero,
  .hero > .hero-inner {
    min-height: 800px;
  }
  .hero > .hero-inner {
    padding: 110px 0 78px;
  }
  .terminal-signal-globe {
    opacity: .74;
  }
  .platform-grid {
    gap: 12px;
  }
  .platform-card {
    min-height: 300px;
  }
  .product-split,
  .product-split.reverse {
    min-height: 0;
  }
}

@media (max-width: 600px) {
  .back-link {
    top: 16px;
    right: 16px;
  }
  .hero,
  .hero > .hero-inner {
    min-height: 820px;
  }
  .hero > .hero-inner {
    width: calc(100% - 32px);
    padding: 88px 0 64px;
  }
  .hero-title {
    transform: translateY(-112px);
  }
  .hero-product-mark {
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    border-radius: 18px;
  }
  .kicker {
    margin-bottom: 18px;
    font-size: 9px;
  }
  h1 {
    font-size: clamp(60px, 18.5vw, 76px);
    line-height: .84;
  }
  .hero-subhead {
    margin-top: 27px;
    font-size: 27px;
  }
  .lead {
    max-width: 350px;
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.42;
  }
  .actions {
    width: auto;
    flex-direction: row;
    margin-top: 25px;
  }
  .button {
    width: auto;
    min-width: 108px;
  }
  .terminal-preview {
    padding: 0 16px 92px;
  }
  .terminal-preview .terminal-window {
    border-radius: 14px;
  }
  .metric-strip {
    width: calc(100% - 32px);
    margin-bottom: 100px;
    border-radius: 16px;
  }
  .metric {
    min-height: 155px;
    padding: 24px 18px;
  }
  .metric strong {
    font-size: 48px;
  }
  .metric span {
    font-size: 12px;
  }
  .section {
    padding: 0 16px 100px;
  }
  .section-head {
    margin-bottom: 42px;
  }
  .section-head h2,
  .access-panel h2 {
    font-size: clamp(48px, 15vw, 64px);
  }
  .section-head p,
  .split-copy p,
  .access-panel p {
    font-size: 17px;
  }
  .platform-card {
    min-height: 270px;
    padding: 24px;
    border-radius: 16px;
  }
  .product-split,
  .product-split.reverse {
    width: calc(100% - 32px);
    margin-bottom: 100px;
    border-radius: 16px;
  }
  .product-split figure {
    padding: 16px;
  }
  .split-copy {
    padding: 48px 24px;
    text-align: left;
  }
  .split-copy h2 {
    margin: 0 0 20px;
    font-size: clamp(46px, 14vw, 60px);
  }
  .family-row,
  .step {
    min-height: 0;
    align-items: flex-start;
    padding: 28px 0;
    text-align: left;
  }
  .access-panel {
    padding: 44px 22px;
    border-radius: 16px;
  }
}

/* Animated gradient-border actions, adapted from the requested interaction. */
@property --button-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.button {
  --button-fill: var(--green);
  --button-border-angle: 0deg;
  border: 1.5px solid transparent;
  background:
    linear-gradient(var(--button-fill), var(--button-fill)) padding-box,
    conic-gradient(from var(--button-border-angle), transparent 10%, #0a382b 24%, #86e9c6 42%, #fff 52%, #2a9471 66%, transparent 88%) border-box !important;
  box-shadow: 0 8px 24px rgba(7, 53, 38, .08);
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: terminalButtonBorder 3.4s linear infinite;
}
.button.secondary {
  --button-fill: #fff;
  color: var(--green-dark);
  background:
    linear-gradient(var(--button-fill), var(--button-fill)) padding-box,
    conic-gradient(from var(--button-border-angle), transparent 8%, #050505 24%, #41c99a 46%, #b9f4df 58%, #073526 76%, transparent 92%) border-box !important;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(7, 53, 38, .14);
}
@keyframes terminalButtonBorder {
  to { --button-border-angle: 360deg; }
}

/* Fictional Alpha voices with animated, accessible tooltips. */
.alpha-voices {
  position: relative;
  z-index: 4;
  padding: 44px 32px clamp(105px, 10vw, 152px);
  background: #fff;
  text-align: center;
}
.alpha-voices-copy {
  max-width: 820px;
  margin: 0 auto;
}
.alpha-voices-kicker {
  margin: 0 0 14px;
  color: rgba(7, 53, 38, .62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.alpha-voices h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 560;
  line-height: .94;
  letter-spacing: -.06em;
  text-transform: none;
  text-wrap: balance;
}
.alpha-voice-stack {
  min-height: 94px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alpha-voice {
  position: relative;
  width: 62px;
  height: 62px;
  margin-left: -14px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 8px 22px rgba(7, 53, 38, .15);
  cursor: pointer;
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), filter 220ms ease;
}
.alpha-voice:first-child {
  margin-left: 0;
}
.alpha-voice-avatar {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: inherit;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.alpha-voice-violet .alpha-voice-avatar { background: linear-gradient(145deg, #b58cff, #55319a); }
.alpha-voice-blue .alpha-voice-avatar { background: linear-gradient(145deg, #5bbfee, #164f8a); }
.alpha-voice-green .alpha-voice-avatar { background: linear-gradient(145deg, #6bd3a9, #0a5c42); }
.alpha-voice-coral .alpha-voice-avatar { background: linear-gradient(145deg, #f09b83, #973e37); }
.alpha-voice-gold .alpha-voice-avatar { background: linear-gradient(145deg, #e8c664, #8b6514); }
.alpha-voice:hover,
.alpha-voice:focus-visible {
  z-index: 8;
  transform: translateY(-9px) scale(1.07);
  outline: none;
  filter: saturate(1.08);
}
.alpha-voice-tooltip {
  position: absolute;
  z-index: 10;
  bottom: calc(100% + 18px);
  left: 50%;
  width: 270px;
  padding: 17px 18px 18px;
  border-radius: 13px;
  background: #07130f;
  color: #fff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 9px) scale(.96);
  transform-origin: 50% 100%;
  box-shadow: 0 20px 52px rgba(2, 15, 10, .24);
  transition: opacity 190ms ease, visibility 190ms ease, transform 240ms cubic-bezier(.2,.8,.2,1);
}
.alpha-voice-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #07130f;
  transform: translate(-50%, -6px) rotate(45deg);
}
.alpha-voice-tooltip strong,
.alpha-voice-tooltip small,
.alpha-voice-tooltip q {
  display: block;
}
.alpha-voice-tooltip strong {
  font-size: 15px;
}
.alpha-voice-tooltip small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}
.alpha-voice-tooltip q {
  margin-top: 13px;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 16px;
  line-height: 1.32;
}
.alpha-voice:hover .alpha-voice-tooltip,
.alpha-voice:focus-visible .alpha-voice-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
}
.alpha-voices-note {
  max-width: 560px;
  margin: 18px auto 0;
  color: rgba(7, 53, 38, .5);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 600px) {
  .alpha-voices {
    padding: 34px 16px 92px;
  }
  .alpha-voices h2 {
    font-size: clamp(40px, 12.5vw, 52px);
  }
  .alpha-voice-stack {
    margin-top: 34px;
  }
  .alpha-voice {
    width: 56px;
    height: 56px;
    margin-left: -12px;
  }
  .alpha-voice-tooltip {
    width: min(260px, calc(100vw - 32px));
  }
  .alpha-voice:first-child .alpha-voice-tooltip {
    left: 0;
    transform: translate(0, 9px) scale(.96);
  }
  .alpha-voice:first-child:hover .alpha-voice-tooltip,
  .alpha-voice:first-child:focus-visible .alpha-voice-tooltip {
    transform: translate(0, 0) scale(1);
  }
  .alpha-voice:last-child .alpha-voice-tooltip {
    right: 0;
    left: auto;
    transform: translate(0, 9px) scale(.96);
  }
  .alpha-voice:last-child:hover .alpha-voice-tooltip,
  .alpha-voice:last-child:focus-visible .alpha-voice-tooltip {
    transform: translate(0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .button {
    animation: none;
  }
  .alpha-voice,
  .alpha-voice-tooltip {
    transition: none;
  }
}

/* Signal screen on an animated beam field. */
.terminal-signals-feature {
  min-height: 620px;
}
.terminal-beam-stage {
  position: relative;
  isolation: isolate;
  min-height: 620px !important;
  padding: clamp(28px, 4vw, 56px) !important;
  background:
    radial-gradient(circle at 54% 48%, rgba(28, 120, 88, .18), transparent 34%),
    radial-gradient(circle at 16% 16%, rgba(80, 206, 160, .08), transparent 30%),
    #050706 !important;
}
.terminal-beam-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 78%);
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
}
.terminal-background-beams {
  position: absolute;
  z-index: 1;
  inset: -8%;
  overflow: hidden;
  pointer-events: none;
  opacity: .94;
}
.terminal-background-beams svg {
  width: 100%;
  height: 100%;
  display: block;
}
.terminal-background-beams path {
  fill: none;
  stroke: url(#terminalBeamGradient);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-dasharray: 10 24;
  animation: terminalBeamFlow 8s linear infinite;
}
.terminal-background-beams path:nth-child(2n) { animation-duration: 10.5s; animation-direction: reverse; }
.terminal-background-beams path:nth-child(3n) { animation-duration: 12.5s; animation-delay: -4s; }
.terminal-background-beams path:nth-child(4n) { animation-duration: 7.5s; animation-delay: -2s; }
.terminal-screen-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 850px);
  overflow: hidden;
  border: 1px solid rgba(132, 232, 195, .24);
  border-radius: 14px;
  background: #080a09;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, .46),
    0 0 54px rgba(65, 201, 154, .1);
  transform: scale(1.035);
}
.terminal-screen-label {
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid rgba(132, 232, 195, .14);
  color: rgba(225, 247, 239, .7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.terminal-screen-frame img {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
}
@keyframes terminalBeamFlow {
  to { stroke-dashoffset: -272; }
}

@media (max-width: 900px) {
  .terminal-signals-feature,
  .terminal-beam-stage {
    min-height: 480px !important;
  }
  .terminal-screen-frame {
    transform: none;
  }
}

@media (max-width: 600px) {
  .terminal-signals-feature,
  .terminal-beam-stage {
    min-height: 330px !important;
  }
  .terminal-beam-stage {
    padding: 24px 16px !important;
  }
  .terminal-screen-frame {
    width: 100%;
    border-radius: 10px;
  }
  .terminal-screen-label {
    height: 32px;
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .terminal-background-beams path {
    animation: none;
  }
}

/* Monochrome product palette. Terminal screenshots remain dark by design. */
:root {
  --ink: #050505;
  --muted: #050505;
  --line: rgba(5, 5, 5, .18);
  --green: #050505;
  --green-dark: #050505;
  --green-soft: #fff;
}
body,
.page,
.hero,
.section,
.terminal-preview,
.alpha-voices,
.product-split,
.product-split.reverse,
.split-copy,
.metric-strip,
.platform-card,
.window-bar,
.alpha-dialog-card {
  background: #fff !important;
}
.hero {
  background: #fff !important;
}
body,
.page,
.hero,
h1,
.hero-subhead,
.lead,
.kicker,
.section-head h2,
.section-head p,
.split-copy h2,
.split-copy p,
.platform-card span,
.platform-card h3,
.platform-card p,
.metric strong,
.metric span,
.family-row span,
.family-row strong,
.family-row p,
.step span,
.step strong,
.step p,
.alpha-voices-kicker,
.alpha-voices h2,
.alpha-voices-note,
.window-bar,
.back-link,
.alpha-dialog,
.alpha-dialog h2,
.alpha-dialog-kicker,
.alpha-dialog-copy > p {
  color: #050505 !important;
}
.lead,
.section-head p,
.split-copy p,
.platform-card p,
.metric span,
.family-row p,
.step p,
.alpha-voices-note {
  opacity: .72;
}
.metric-strip {
  border: 1px solid rgba(5, 5, 5, .16);
}
.metric {
  border-color: rgba(5, 5, 5, .14);
}
.platform-card {
  border: 1px solid rgba(5, 5, 5, .16);
}
.product-split,
.product-split.reverse {
  border: 1px solid rgba(5, 5, 5, .14);
}
.product-split figure:not(.terminal-beam-stage) {
  background: #050505 !important;
}
.terminal-beam-stage {
  background:
    radial-gradient(circle at 54% 48%, rgba(255, 255, 255, .08), transparent 34%),
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, .04), transparent 30%),
    #050505 !important;
}
.terminal-screen-frame {
  border-color: rgba(255, 255, 255, .22);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .52), 0 0 54px rgba(255, 255, 255, .05);
}
.terminal-screen-label {
  border-bottom-color: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .72);
}
.button {
  --button-fill: #050505;
  background:
    linear-gradient(var(--button-fill), var(--button-fill)) padding-box,
    conic-gradient(from var(--button-border-angle), transparent 8%, #050505 25%, #8c8c8c 44%, #fff 54%, #050505 76%, transparent 92%) border-box !important;
}
.button.secondary {
  --button-fill: #fff;
  color: #050505 !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(from var(--button-border-angle), transparent 8%, #050505 28%, #9a9a9a 50%, #050505 74%, transparent 92%) border-box !important;
}
.alpha-voice-avatar {
  filter: grayscale(1) contrast(1.12);
}
.alpha-voice-tooltip {
  background: #050505;
}
.alpha-voice-tooltip::after {
  background: #050505;
}
.alpha-dialog-close {
  border-color: rgba(5, 5, 5, .2);
  color: #050505;
}
.alpha-dialog-close:hover {
  background: #050505;
  color: #fff;
}
.alpha-curve-one,
.alpha-curve-two,
.alpha-curve-three {
  stroke: #050505;
}
.alpha-curve-two { opacity: .56; }
.alpha-curve-three { opacity: .24; }
.alpha-email {
  background: #050505;
  color: #fff;
}
.family-list,
.steps,
.family-row,
.step {
  border-color: rgba(5, 5, 5, .18);
}

/* Terminal product name. */
.hero-heading-row {
  order: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.hero-heading-row h1 {
  order: 0;
  flex: 1 1 100%;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.hero-subhead { order: 3; }
.lead { order: 4; }
.actions { order: 5; }

@media (max-width: 600px) {
  .hero-heading-row {
    gap: 11px;
  }
  .hero-heading-row h1 {
    font-size: clamp(52px, 15vw, 60px);
  }
}

/* Ruty blue palette: white canvas, navy actions and electric-blue signals. */
:root {
  --terminal-navy: #102a43;
  --terminal-blue: #315f8b;
  --terminal-bright: #0877ff;
  --terminal-cyan: #48bfff;
  --terminal-wash: #e5f1f9;
  --terminal-line: rgba(16, 42, 67, .18);
  --green: var(--terminal-blue);
  --green-dark: var(--terminal-navy);
  --green-soft: var(--terminal-wash);
  --line: var(--terminal-line);
}

.kicker,
.platform-card span,
.alpha-voices-kicker,
.alpha-dialog-kicker {
  color: var(--terminal-blue) !important;
}

.hero,
.section,
.alpha-voices,
.platform-card,
.alpha-dialog-card {
  border-color: var(--terminal-line);
}

.button {
  --button-fill: var(--terminal-navy);
  background:
    linear-gradient(var(--button-fill), var(--button-fill)) padding-box,
    conic-gradient(from var(--button-border-angle), transparent 8%, var(--terminal-navy) 25%, var(--terminal-bright) 44%, var(--terminal-cyan) 56%, var(--terminal-blue) 74%, transparent 92%) border-box !important;
  box-shadow: 0 10px 28px rgba(16, 42, 67, .14);
}

.button.secondary {
  --button-fill: #fff;
  color: var(--terminal-navy) !important;
  background:
    linear-gradient(#fff, #fff) padding-box,
    conic-gradient(from var(--button-border-angle), transparent 8%, var(--terminal-navy) 27%, var(--terminal-bright) 48%, var(--terminal-cyan) 60%, var(--terminal-navy) 76%, transparent 92%) border-box !important;
}

.alpha-voice-avatar {
  filter: none;
  border-color: #fff;
  box-shadow: 0 8px 22px rgba(16, 42, 67, .18);
}
.alpha-voice-violet .alpha-voice-avatar { background: linear-gradient(145deg, #7779ff, #315f8b); }
.alpha-voice-blue .alpha-voice-avatar { background: linear-gradient(145deg, #48bfff, #174b9f); }
.alpha-voice-green .alpha-voice-avatar { background: linear-gradient(145deg, #5ba8ff, #102a43); }
.alpha-voice-coral .alpha-voice-avatar { background: linear-gradient(145deg, #9fdcff, #0877ff); }
.alpha-voice-gold .alpha-voice-avatar { background: linear-gradient(145deg, #c2a8ff, #315f8b); }

.alpha-voice-tooltip,
.alpha-voice-tooltip::after {
  background: var(--terminal-navy);
}

.alpha-dialog-close {
  border-color: rgba(16, 42, 67, .22);
  color: var(--terminal-navy);
}
.alpha-dialog-close:hover,
.alpha-email {
  background: var(--terminal-navy);
  color: #fff;
}
.alpha-curve-one { stroke: var(--terminal-navy); }
.alpha-curve-two { stroke: var(--terminal-bright); opacity: .64; }
.alpha-curve-three { stroke: var(--terminal-cyan); opacity: .42; }
