:root {
  --bg: #07111f;
  --bg-deep: #040b14;
  --surface: rgba(14, 30, 50, 0.74);
  --surface-solid: #0d1c2e;
  --surface-light: #f2f6ff;
  --text: #f4f7fb;
  --muted: #9baabc;
  --muted-dark: #617086;
  --line: rgba(174, 202, 235, 0.14);
  --line-light: rgba(32, 65, 106, 0.14);
  --blue: #7184ff;
  --cyan: #36ddff;
  --mint: #36e5be;
  --gradient: linear-gradient(135deg, var(--blue), var(--cyan));
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
::selection { background: rgba(70, 216, 255, 0.28); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
svg { display: block; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #07111f;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.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;
}
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }

.ambient {
  position: fixed;
  pointer-events: none;
  z-index: -2;
  filter: blur(10px);
  border-radius: 50%;
  opacity: .65;
}
.ambient-one {
  width: 650px;
  height: 650px;
  top: -300px;
  right: -180px;
  background: radial-gradient(circle, rgba(78, 94, 255, .22), transparent 68%);
}
.ambient-two {
  width: 700px;
  height: 700px;
  left: -320px;
  top: 38%;
  background: radial-gradient(circle, rgba(40, 216, 255, .12), transparent 68%);
}
.grid-overlay {
  position: absolute;
  inset: 0 0 auto;
  height: 920px;
  z-index: -3;
  opacity: .18;
  background-image: linear-gradient(rgba(126, 158, 190, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 158, 190, .18) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(5, 13, 24, .78);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 18px; letter-spacing: -.02em; }
.brand-copy span { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { color: #b7c3d1; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.primary-nav .nav-cta {
  padding: 11px 17px;
  border: 1px solid rgba(110, 131, 255, .4);
  border-radius: 999px;
  color: #fff;
  background: rgba(109, 126, 255, .1);
}
.menu-toggle { display: none; }

.hero { min-height: 820px; padding: 190px 0 110px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #9fb2c7; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--gradient); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(52px, 5.7vw, 82px); line-height: .98; letter-spacing: -.058em; max-width: 720px; }
h1 em { display: block; font-style: normal; color: transparent; background: linear-gradient(115deg, #9aa7ff 8%, #56ddff 72%); background-clip: text; -webkit-background-clip: text; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: #abb9c8; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #07111f; background: linear-gradient(135deg, #8291ff, #45ddff); box-shadow: 0 14px 38px rgba(70, 169, 255, .2); }
.button-primary:hover { box-shadow: 0 18px 46px rgba(70, 169, 255, .3); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.025); color: #e7edf5; }
.button-secondary:hover { border-color: rgba(133, 167, 203, .32); background: rgba(255,255,255,.05); }
.button-light { color: #07111f; background: #fff; }
.button-large { min-height: 58px; padding-inline: 26px; white-space: nowrap; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; gap: 7px; }
.hero-meta strong { font-size: 13px; }
.hero-meta span { color: #788a9e; font-size: 12px; }

.hero-visual { position: relative; }
.visual-shell { position: relative; overflow: hidden; border: 1px solid rgba(135, 166, 205, .18); border-radius: 26px; background: linear-gradient(160deg, rgba(15, 32, 53, .9), rgba(6, 16, 29, .94)); box-shadow: var(--shadow); transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); transform-origin: center; }
.visual-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(130deg, rgba(117, 136, 255, .12), transparent 32%, transparent 72%, rgba(48, 222, 255, .08)); }
.visual-topbar { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #7f91a4; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #243b52; }
.window-dots i:nth-child(2) { background: #32506c; }
.window-dots i:nth-child(3) { background: #426786; }
.visual-status { display: flex; align-items: center; gap: 7px; }
.visual-status i, .availability i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(54, 229, 190, .08); }
.visual-body { position: relative; min-height: 530px; }
.network { width: 100%; height: 100%; min-height: 530px; }
.network-lines path { fill: none; stroke: rgba(113, 142, 176, .2); stroke-width: 3; stroke-linecap: round; }
.route-path path { fill: none; stroke: url(#route); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 12 14; animation: routeFlow 12s linear infinite; }
.nodes circle { fill: #0b1929; stroke: #4c6884; stroke-width: 3; }
.nodes .node-active { stroke: #58dcff; fill: rgba(67, 202, 255, .08); }
.nodes .node-core { fill: #62e2ff; stroke: none; }
.nodes path { fill: none; stroke: #8eabc6; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.node-labels text { fill: #577088; font-size: 12px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; text-anchor: middle; }
.insight-card { position: absolute; display: grid; gap: 5px; padding: 13px 15px; border: 1px solid rgba(142, 173, 209, .18); border-radius: 13px; background: rgba(9, 21, 36, .88); backdrop-filter: blur(14px); box-shadow: 0 14px 34px rgba(0,0,0,.25); }
.insight-card span { color: #71879c; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.insight-card strong { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.insight-one { top: 74px; left: 28px; }
.insight-two { right: 26px; bottom: 28px; }
.insight-two strong { color: #64e1ff; font-size: 19px; }
@keyframes routeFlow { to { stroke-dashoffset: -260; } }

.signal-strip { border-block: 1px solid var(--line); background: rgba(4, 12, 22, .48); }
.signal-inner { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 28px; color: #8192a5; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.signal-inner i { width: 4px; height: 4px; border-radius: 50%; background: #3fcdec; }

.split-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.section-heading h2 { margin-bottom: 24px; font-size: clamp(38px, 4.1vw, 59px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-heading.centered { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.company-section { background: linear-gradient(180deg, rgba(8, 20, 35, .3), rgba(8, 20, 35, .72)); }
.large-copy { color: #e9eef5; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.4; letter-spacing: -.025em; }
.company-copy > p:not(.large-copy) { max-width: 700px; color: var(--muted); line-height: 1.8; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.principles-grid article { min-height: 240px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.018); }
.principles-grid article > span { color: #597089; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.principles-grid h3 { margin: 48px 0 12px; font-size: 18px; }
.principles-grid p { color: #8697aa; font-size: 13px; line-height: 1.65; }

.traceway-section { overflow: hidden; }
.traceway-section::before { content: ""; position: absolute; inset: 10% auto auto 50%; width: 700px; height: 700px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(96, 112, 255, .13), transparent 66%); pointer-events: none; }
.product-card { position: relative; display: grid; grid-template-columns: 1fr .92fr; overflow: hidden; border: 1px solid rgba(145, 177, 217, .2); border-radius: 30px; background: linear-gradient(145deg, #101f36, #091523 72%); box-shadow: var(--shadow); }
.product-card::before { content: ""; position: absolute; width: 460px; height: 460px; top: -250px; left: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(102, 123, 255, .2), transparent 68%); }
.product-copy { position: relative; padding: 62px; }
.traceway-lockup { display: flex; align-items: center; gap: 14px; margin-bottom: 58px; }
.traceway-icon { width: 58px; height: 58px; border: 1px solid rgba(127, 151, 255, .2); border-radius: 15px; background: rgba(255,255,255,.03); }
.traceway-icon svg { width: 100%; height: 100%; padding: 8px; }
.traceway-lockup > div { display: grid; gap: 4px; }
.traceway-lockup strong { font-size: 20px; letter-spacing: -.03em; }
.traceway-lockup span { color: #71859a; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.product-kicker { margin-bottom: 14px; color: #67dfff; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-copy h2 { max-width: 610px; margin-bottom: 22px; font-size: clamp(38px, 4vw, 56px); line-height: 1.04; letter-spacing: -.045em; }
.product-copy > p:not(.product-kicker) { max-width: 630px; color: #a4b3c3; line-height: 1.75; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 38px; }
.feature-pills span { padding: 9px 12px; border: 1px solid rgba(140, 169, 206, .15); border-radius: 999px; color: #adbed0; background: rgba(255,255,255,.025); font-size: 11px; font-weight: 700; }
.product-actions { display: flex; align-items: center; gap: 22px; }
.availability { display: inline-flex; align-items: center; gap: 9px; color: #8598ac; font-size: 11px; font-weight: 700; }
.product-ui { align-self: end; margin: 64px 42px -34px 0; overflow: hidden; border: 1px solid rgba(138, 171, 211, .2); border-radius: 18px 18px 0 0; background: #0a1523; box-shadow: -20px 12px 60px rgba(0, 0, 0, .28); }
.product-ui-head { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); color: #8092a5; font-size: 11px; font-weight: 750; }
.product-ui-head div { display: flex; gap: 5px; }
.product-ui-head i { width: 5px; height: 5px; border-radius: 50%; background: #2b425a; }
.repo-row { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 12px; margin: 12px; padding: 14px; border: 1px solid transparent; border-radius: 12px; }
.repo-row.active { border-color: rgba(112, 135, 255, .24); background: rgba(102, 123, 255, .08); }
.file-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: #79dfff; background: rgba(74, 204, 255, .08); }
.repo-row div { display: grid; gap: 4px; }
.repo-row strong { font-size: 11px; }
.repo-row small { color: #60758a; font-size: 9px; }
.repo-row b { color: #70dfff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.dependency-panel { margin: 20px 12px 12px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.015); }
.dependency-title { display: flex; justify-content: space-between; margin-bottom: 20px; font-size: 10px; font-weight: 750; }
.dependency-title small { color: #61758a; }
.dep-flow { display: flex; align-items: center; justify-content: space-between; }
.dep-flow span { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(110, 134, 255, .22); border-radius: 50%; color: #aebed0; background: #0e1d2e; font-size: 9px; }
.dep-flow i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(107, 129, 255, .2), rgba(74, 217, 255, .7)); }
.ai-prompt { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin: 14px 12px 50px; padding: 13px; border: 1px solid rgba(91, 222, 255, .18); border-radius: 12px; background: rgba(54, 220, 255, .04); }
.ai-prompt > span { color: #60ddff; }
.ai-prompt p { margin: 0; color: #aab8c6; font-size: 10px; }
kbd { padding: 4px 6px; border: 1px solid #2b4055; border-radius: 5px; color: #657b91; background: #0d1a29; font-size: 9px; }

.capabilities-section { background: #f5f8fc; color: #0d1d30; }
.capabilities-section .eyebrow { color: #65788d; }
.capabilities-section .section-heading > p:last-child { color: #5f7085; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.capability-card { position: relative; min-height: 335px; padding: 26px; border: 1px solid var(--line-light); border-radius: 20px; background: #fff; box-shadow: 0 16px 50px rgba(41, 67, 97, .07); transition: transform .25s ease, box-shadow .25s ease; }
.capability-card:hover { transform: translateY(-6px); box-shadow: 0 23px 58px rgba(41, 67, 97, .11); }
.capability-number { color: #8da0b3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; }
.capability-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 68px 0 25px; border-radius: 14px; color: #2748da; background: linear-gradient(135deg, rgba(107, 127, 255, .13), rgba(52, 220, 255, .14)); font-size: 20px; }
.capability-card h3 { margin-bottom: 13px; font-size: 19px; letter-spacing: -.02em; }
.capability-card p { color: #64758a; font-size: 13px; line-height: 1.7; }

.structure-section { background: linear-gradient(180deg, #07111f, #081522); }
.structure-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.structure-map { display: grid; justify-items: center; }
.structure-node { width: min(100%, 540px); padding: 24px 28px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.022); box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.structure-node small { display: block; margin-bottom: 8px; color: #647b91; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.structure-node strong { display: block; margin-bottom: 6px; font-size: 18px; letter-spacing: -.02em; }
.structure-node span { color: #7f91a4; font-size: 12px; }
.company-node { border-color: rgba(106, 134, 255, .35); background: linear-gradient(135deg, rgba(102, 124, 255, .09), rgba(54, 220, 255, .045)); }
.product-node { width: min(86%, 450px); }
.structure-connector { height: 74px; display: grid; grid-template-rows: 1fr auto 1fr; justify-items: center; gap: 5px; }
.structure-connector i { width: 1px; background: linear-gradient(var(--blue), rgba(54, 220, 255, .25)); }
.structure-connector span { color: #5c7186; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.structure-connector.branch { height: 62px; }

.contact-section { padding-top: 30px; }
.contact-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; padding: 58px; border: 1px solid rgba(135, 165, 203, .18); border-radius: 26px; background: linear-gradient(125deg, rgba(18, 38, 63, .94), rgba(8, 22, 37, .95)); }
.contact-card::after { content: ""; position: absolute; right: -130px; top: -180px; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(77, 167, 255, .17), transparent 66%); pointer-events: none; }
.contact-card > div { position: relative; z-index: 1; max-width: 690px; }
.contact-card .eyebrow { margin-bottom: 17px; }
.contact-card h2 { margin-bottom: 15px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.contact-card p:last-child { margin: 0; color: #92a4b6; line-height: 1.7; }
.contact-card .button { position: relative; z-index: 1; }

.site-footer { padding: 40px 0 30px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; padding: 45px 0 70px; }
.footer-brand { align-self: start; }
.footer-brand .brand-mark { color: #6d86ff; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 5px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #75879a; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: #526579; font-size: 10px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 820px; }
  .visual-shell { max-width: 760px; margin-inline: auto; transform: none; }
  .hero-meta { max-width: 700px; }
  .split-layout, .structure-grid { grid-template-columns: 1fr; gap: 55px; }
  .product-card { grid-template-columns: 1fr; }
  .product-ui { margin: 0 46px -34px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-card { min-height: 300px; }
  .capability-icon { margin-top: 45px; }
  .structure-map { max-width: 690px; width: 100%; margin-inline: auto; }
}

@media (max-width: 820px) {
  .section { padding: 90px 0; }
  .header-inner { height: 72px; }
  .menu-toggle { position: relative; z-index: 102; display: grid; gap: 5px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 1px; background: #d8e2ed; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; z-index: 101; display: grid; align-content: center; justify-items: center; gap: 28px; background: rgba(5, 13, 24, .97); backdrop-filter: blur(20px); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }
  .primary-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav a { font-size: 24px; }
  .primary-nav .nav-cta { padding: 13px 24px; font-size: 18px; }
  .hero { min-height: auto; padding-top: 145px; }
  h1 { font-size: clamp(50px, 13vw, 74px); }
  .visual-body, .network { min-height: 430px; }
  .signal-inner { flex-wrap: wrap; gap: 14px 20px; padding: 24px 0; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: auto; }
  .principles-grid h3 { margin-top: 25px; }
  .product-copy { padding: 42px; }
  .product-ui { margin-inline: 26px; }
  .contact-card { align-items: flex-start; flex-direction: column; padding: 42px; }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .brand-copy strong { font-size: 16px; }
  .brand-copy span { font-size: 8px; }
  .hero { padding-top: 128px; }
  .hero-lede { font-size: 16px; }
  .hero-meta { grid-template-columns: 1fr; }
  .visual-shell { border-radius: 18px; }
  .visual-body, .network { min-height: 350px; }
  .network { transform: scale(1.17); }
  .insight-card { display: none; }
  .signal-inner i { display: none; }
  .signal-inner { justify-content: flex-start; }
  .signal-inner span { width: calc(50% - 10px); font-size: 9px; }
  .section-heading h2 { font-size: 40px; }
  .capability-grid { grid-template-columns: 1fr; }
  .product-card { border-radius: 22px; }
  .product-copy { padding: 32px 24px 38px; }
  .traceway-lockup { margin-bottom: 42px; }
  .product-copy h2 { font-size: 39px; }
  .product-actions { align-items: flex-start; flex-direction: column; }
  .product-ui { margin-inline: 14px; }
  .repo-row { grid-template-columns: 35px 1fr; }
  .repo-row b { display: none; }
  .dep-flow span { width: 36px; height: 36px; }
  .contact-card { padding: 32px 24px; }
  .contact-card .button { width: 100%; font-size: 12px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@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; }
}
