:root {
  --ink: #eef7ff;
  --muted: #9cb0c4;
  --faint: #698096;
  --navy-950: #030a12;
  --navy-900: #06111f;
  --navy-850: #081726;
  --navy-800: #0b1d2e;
  --navy-700: #132b40;
  --line: rgba(151, 190, 218, .18);
  --line-strong: rgba(151, 190, 218, .34);
  --teal: #22d3c5;
  --teal-soft: #91fff5;
  --blue: #3f8cff;
  --amber: #ff8d3a;
  --paper: #f2f6f8;
  --paper-ink: #102333;
  --shell: min(1240px, calc(100vw - 48px));
  --shadow: 0 30px 80px rgba(0, 0, 0, .34);
  --radius: 6px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--navy-950);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .12;
  background: repeating-linear-gradient(117deg, transparent 0 7px, rgba(255,255,255,.018) 8px, transparent 9px 15px);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
p, h1, h2, h3, ul { margin-top: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: white; color: #06111f; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}

.site-header.is-scrolled { background: rgba(3, 10, 18, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 800; letter-spacing: .11em; line-height: 1; }
.brand > span:last-child > span { color: var(--teal); }
.brand-mark { position: relative; width: 28px; height: 28px; border: 1px solid rgba(34, 211, 197, .65); transform: rotate(45deg); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid var(--blue); }
.brand-mark::after { inset: 10px; background: var(--teal); border: 0; }
.brand-mark i { display: none; }

.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; color: #c9d8e5; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--teal); transition: right .2s ease; }
.site-nav a:not(.nav-cta):hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.nav-cta { color: #031119; background: var(--teal); padding: 11px 16px; border: 1px solid var(--teal); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--teal-soft); transform: translateY(-1px); }

.menu-toggle { display: none; width: 42px; height: 40px; padding: 9px; border: 1px solid var(--line); background: transparent; color: white; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; }
.hero-home { min-height: 860px; display: grid; align-items: end; padding: 155px 0 0; }
.hero-media { position: absolute; inset: 0; background: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/01-edge-airgap.png") 72% 56% / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 10, 18, .96) 0%, rgba(3, 10, 18, .77) 42%, rgba(3, 10, 18, .15) 74%), linear-gradient(0deg, #030a12 0%, transparent 35%), linear-gradient(180deg, rgba(3, 10, 18, .54) 0%, transparent 40%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); align-items: center; gap: 80px; padding-bottom: 96px; }
.hero-copy { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--teal-soft); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--teal); box-shadow: 14px 0 0 -0.5px rgba(34, 211, 197, .4); }

.hero h1, .subpage-hero h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .88;
  text-transform: uppercase;
}

.hero h1 em, .subpage-hero h1 em { color: transparent; -webkit-text-stroke: 1px var(--teal-soft); font-style: normal; }
.hero-lede { max-width: 650px; margin-bottom: 34px; color: #c5d6e4; font-size: 18px; line-height: 1.65; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 12px 20px; border: 1px solid var(--line-strong); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06111f; background: var(--teal); border-color: var(--teal); }
.button-primary:hover { background: var(--teal-soft); }
.button-ghost:hover { border-color: var(--teal); background: rgba(34, 211, 197, .08); }
.button-light { color: #07121e; background: #fff; border-color: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255, 255, 255, .5); }

.mission-card { width: 100%; border: 1px solid var(--line-strong); background: rgba(4, 15, 26, .72); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.mission-card-head { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--line); color: #a9bfd1; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.status-dot { color: var(--teal); }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 14px var(--teal); }
.mission-map { position: relative; height: 260px; overflow: hidden; background: radial-gradient(circle at 58% 45%, rgba(63, 140, 255, .25), transparent 31%), linear-gradient(rgba(34, 211, 197, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 197, .035) 1px, transparent 1px), #061321; background-size: auto, 24px 24px, 24px 24px, auto; }
.mission-map::before { content: ""; position: absolute; inset: 13% 8%; border: 1px solid rgba(34, 211, 197, .15); transform: perspective(300px) rotateX(50deg) rotateZ(-11deg); box-shadow: inset 0 0 50px rgba(34, 211, 197, .07); }
.mission-map b { position: absolute; z-index: 4; color: #9ac1cf; font-size: 8px; letter-spacing: .12em; }
.mission-map b:nth-of-type(1) { left: 12%; bottom: 20%; }.mission-map b:nth-of-type(2) { right: 13%; top: 22%; }.mission-map b:nth-of-type(3) { right: 19%; bottom: 16%; }
.contour { position: absolute; border: 1px solid rgba(34, 211, 197, .27); border-radius: 50%; transform: rotate(-12deg); }
.contour-a { width: 76%; height: 54%; left: 11%; top: 24%; }.contour-b { width: 57%; height: 39%; left: 21%; top: 31%; }.contour-c { width: 35%; height: 24%; left: 33%; top: 39%; }
.track { position: absolute; height: 2px; transform-origin: left center; background: linear-gradient(90deg, var(--blue), var(--teal)); box-shadow: 0 0 12px var(--blue); }
.track-a { width: 54%; left: 18%; top: 58%; transform: rotate(-19deg); }.track-b { width: 37%; left: 45%; top: 39%; transform: rotate(31deg); }
.map-node { position: absolute; z-index: 5; width: 9px; height: 9px; border: 2px solid #dff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(63, 140, 255, .12), 0 0 20px var(--blue); }
.node-a { left: 16%; top: 62%; }.node-b { left: 45%; top: 47%; }.node-c { right: 18%; top: 45%; }.node-d { right: 16%; bottom: 19%; background: var(--amber); }
.mission-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.mission-stats div { padding: 15px 14px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.mission-stats div:last-child { border-right: 0; }
.mission-stats strong, .mission-stats span { display: block; }
.mission-stats strong { color: white; font-size: 10px; letter-spacing: .08em; }.mission-stats span { color: var(--faint); font-size: 8px; }

.hero-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); }
.hero-rail span { padding: 18px 14px 20px; border-right: 1px solid var(--line); color: #b4c7d6; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.hero-rail span:last-child { border-right: 0; }

.signal-bar { background: var(--teal); color: #04121a; }
.signal-grid { display: grid; grid-template-columns: .55fr repeat(3, 1fr); align-items: stretch; }
.signal-grid > * { margin: 0; padding: 22px 24px; border-right: 1px solid rgba(4, 18, 26, .2); }
.signal-grid > *:last-child { border-right: 0; }
.signal-grid > p { display: flex; align-items: center; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { font-size: 12px; text-transform: uppercase; }.signal-grid span { margin-top: 3px; font-size: 10px; opacity: .72; }

.section { position: relative; padding: 126px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading h2, .split-heading h2, .delivery-grid h2, .cta-grid h2, .content-heading h2 { margin-bottom: 0; font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif; font-size: clamp(2.8rem, 5vw, 5.25rem); font-weight: 900; letter-spacing: -.045em; line-height: .94; text-transform: uppercase; }
.section-heading > p { max-width: 510px; margin: 0; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.feature-tile { position: relative; min-height: 430px; overflow: hidden; padding: 36px; border: 1px solid var(--line); background: var(--navy-850); transition: transform .3s ease, border-color .3s ease; }
.feature-tile:hover { z-index: 2; transform: translateY(-5px); border-color: var(--line-strong); }
.feature-tile::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 240px; height: 240px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255, 255, 255, .025), 0 0 0 68px rgba(255, 255, 255, .015); }
.feature-wide { grid-column: span 2; min-height: 390px; padding-right: 42%; }
.tile-kicker { position: relative; z-index: 2; margin-bottom: 54px; color: #a8bfd2; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tile-kicker span { color: var(--teal); margin-right: 12px; }
.feature-tile h3 { position: relative; z-index: 2; max-width: 690px; margin-bottom: 18px; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2.1rem, 3.2vw, 3.8rem); line-height: .96; letter-spacing: -.035em; text-transform: uppercase; }
.feature-tile p { position: relative; z-index: 2; max-width: 620px; color: #b0c4d4; }
.tile-link { position: absolute; z-index: 3; left: 36px; bottom: 30px; display: flex; align-items: center; gap: 12px; color: white; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.tile-link b { color: var(--teal); font-size: 18px; }
.chip-row { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0 70px; padding: 0; list-style: none; }
.chip-row li, .format-cloud span { border: 1px solid rgba(34, 211, 197, .35); padding: 5px 9px; color: var(--teal-soft); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.theme-teal { background: radial-gradient(circle at 81% 51%, rgba(34, 211, 197, .23), transparent 23%), linear-gradient(120deg, #082032, #071522); }
.theme-teal::before { content: ""; position: absolute; right: 8%; top: 17%; width: 300px; height: 300px; border: 1px solid rgba(34, 211, 197, .28); border-radius: 50%; box-shadow: 0 0 0 44px rgba(34, 211, 197, .045), 0 0 0 88px rgba(34, 211, 197, .025); }
.theme-blue { background: radial-gradient(circle at 88% 16%, rgba(63, 140, 255, .23), transparent 32%), #091728; }
.theme-amber { background: radial-gradient(circle at 88% 16%, rgba(255, 141, 58, .19), transparent 32%), #151510; }
.theme-amber .tile-kicker span, .theme-amber .tile-link b { color: var(--amber); }
.theme-slate { background: linear-gradient(135deg, #0b1a28, #101c28); }
.media-tile { min-height: 560px; padding: 0; background-position: center; background-size: cover; }
.tile-local { background-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/05-conversion.png"); }
.tile-tak { background-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/02-tak-server.png"); }
.tile-realtime { background-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/03-realtime-sensors-video.png"); }
.tile-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 10, 18, .12), rgba(3, 10, 18, .92) 72%); }
.tile-copy { position: absolute; z-index: 2; inset: auto 0 0; padding: 32px 36px 88px; }
.tile-copy .tile-kicker { margin-bottom: 22px; }
.flow-line { position: relative; z-index: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; color: var(--teal); font-size: 9px; letter-spacing: .1em; }
.flow-line b { border: 1px solid var(--line-strong); padding: 7px 10px; color: #cce3f0; }
.device-row { position: relative; z-index: 2; display: flex; align-items: flex-end; gap: 18px; height: 84px; margin-top: 26px; }
.device { display: block; position: relative; border: 1px solid rgba(148, 189, 218, .5); background: rgba(63, 140, 255, .06); }
.device.desktop { width: 96px; height: 58px; }.device.desktop::after { content: ""; position: absolute; left: 40%; bottom: -12px; width: 20%; height: 11px; border-bottom: 2px solid var(--teal); border-left: 2px solid var(--teal); border-right: 2px solid var(--teal); }
.device.tablet { width: 46px; height: 66px; border-radius: 4px; }.device.phone { width: 29px; height: 55px; border-radius: 5px; }
.device.headset { width: 82px; height: 38px; border-radius: 7px 7px 22px 22px; transform: translateY(-8px); }.device.headset::before { content: ""; position: absolute; inset: 8px 13px; border-radius: 12px; background: linear-gradient(90deg, var(--blue), var(--teal)); opacity: .65; }

.section-contrast { background: var(--paper); color: var(--paper-ink); }
.section-contrast::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(16, 35, 51, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 35, 51, .08) 1px, transparent 1px); background-size: 64px 64px; }
.section-contrast .shell { position: relative; z-index: 2; }
.section-contrast .eyebrow { color: #0c716e; }.section-contrast .section-heading > p { color: #4f6677; }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(16, 35, 51, .2); border-bottom: 1px solid rgba(16, 35, 51, .2); }
.source-grid article { min-height: 260px; padding: 32px; border-right: 1px solid rgba(16, 35, 51, .2); }
.source-grid article:last-child { border-right: 0; }
.source-number, .panel-label { color: #147d79; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.source-grid h3 { margin: 46px 0 12px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 27px; text-transform: uppercase; line-height: 1; }
.source-grid article p:last-child { color: #516777; font-size: 14px; }
.pipeline { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; margin: 34px 0; background: #0a1c2b; color: white; box-shadow: var(--shadow); }
.pipeline > div { padding: 23px 20px; }.pipeline > i { display: flex; align-items: center; color: var(--teal); font-style: normal; }
.pipeline span, .pipeline strong, .pipeline small { display: block; }.pipeline span { color: var(--teal); font-size: 9px; }.pipeline strong { font-size: 12px; letter-spacing: .08em; }.pipeline small { color: #7790a3; font-size: 9px; }
.format-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; padding: 34px; border: 1px solid rgba(16, 35, 51, .22); background: rgba(255, 255, 255, .72); }
.format-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.format-cloud span { color: #126d6b; border-color: rgba(18, 109, 107, .33); }
.format-cloud.accent span { color: #9a4a11; border-color: rgba(154, 74, 17, .3); }
.format-note { grid-column: 1 / -1; margin: 0; color: #657984; font-size: 11px; }

.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.text-link { padding-bottom: 8px; border-bottom: 1px solid var(--teal); color: var(--teal-soft); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.use-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.use-case-grid article { min-height: 315px; padding: 28px; border-right: 1px solid var(--line); background: linear-gradient(180deg, rgba(10, 29, 46, .55), rgba(6, 17, 31, .1)); }
.use-case-grid article:last-child { border-right: 0; }
.use-case-grid article > span { color: var(--teal); font-size: 11px; }.use-case-grid h3 { margin: 80px 0 14px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 28px; line-height: 1; text-transform: uppercase; }.use-case-grid p { color: var(--muted); font-size: 13px; }

.delivery-section { overflow: hidden; background: radial-gradient(circle at 79% 49%, rgba(63, 140, 255, .21), transparent 33%), #07111c; }
.delivery-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(63, 140, 255, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(63, 140, 255, .04) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(600px) rotateX(58deg) scale(1.6); transform-origin: bottom; }
.delivery-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.large-copy { max-width: 560px; margin: 28px 0 34px; color: var(--muted); font-size: 17px; }
.modality-stack { border: 1px solid var(--line-strong); background: rgba(3, 10, 18, .65); box-shadow: var(--shadow); }
.modality-stack > div { display: grid; grid-template-columns: .35fr .9fr 1fr; align-items: center; gap: 20px; min-height: 94px; padding: 20px 25px; border-bottom: 1px solid var(--line); }
.modality-stack > div:last-child { border-bottom: 0; }.modality-stack span { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .14em; }.modality-stack strong { text-transform: uppercase; }.modality-stack small { color: var(--faint); }

.cta-section { padding: 88px 0; background: var(--teal); color: #06111f; }
.cta-section .eyebrow { color: #074946; }.cta-section .eyebrow > span { background: #071a1c; }.cta-grid { display: grid; grid-template-columns: 1.1fr .75fr; align-items: center; gap: 90px; }.cta-grid > div:last-child > p { margin-bottom: 26px; font-size: 17px; }

.site-footer { padding: 66px 0 26px; background: #02070d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 60px; padding-bottom: 50px; }
.footer-grid > div:first-child p { max-width: 330px; margin: 24px 0 0; color: var(--faint); font-size: 13px; }.footer-grid h2 { margin-bottom: 16px; color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }.footer-grid > div:not(:first-child) a { display: block; margin: 9px 0; color: #9db2c2; font-size: 13px; }.footer-grid a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #5e7486; font-size: 10px; }

/* Feature pages */
.subpage-hero { min-height: 760px; padding: 180px 0 90px; display: flex; align-items: end; background: #06111f; }
.subpage-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-image); background-position: 72% 50%; background-size: cover; opacity: .55; }
.subpage-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #030a12 0%, rgba(3, 10, 18, .78) 48%, rgba(3, 10, 18, .1) 84%), linear-gradient(0deg, #030a12 0%, transparent 45%); }
.subpage-hero .shell { position: relative; z-index: 2; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 44px; color: #8da5b7; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.breadcrumb a:hover { color: var(--teal); }.breadcrumb span { color: var(--teal); }
.subpage-hero h1 { max-width: 950px; font-size: clamp(3.8rem, 7vw, 7.5rem); }
.subpage-hero .hero-lede { max-width: 740px; margin-bottom: 0; }
.hero-spatial { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/04-spatial-operations.png"); }
.hero-local { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/05-conversion.png"); }
.hero-tak { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/02-tak-server.png"); }
.hero-realtime { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/03-realtime-sensors-video.png"); }
.hero-mission { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/03-realtime-sensors-video.png"); }
.hero-config { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/05-conversion.png"); }
.hero-modalities { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/01-edge-airgap.png"); }
.hero-matrix { --hero-image: url("../campaigns/edge-ready-operations-2026/assets/backgrounds/05-conversion.png"); }

.stat-ribbon { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #07121e; }
.stat-ribbon .shell { display: grid; grid-template-columns: repeat(4, 1fr); }.stat-ribbon div { padding: 24px 22px; border-right: 1px solid var(--line); }.stat-ribbon div:last-child { border-right: 0; }.stat-ribbon strong, .stat-ribbon span { display: block; }.stat-ribbon strong { color: white; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.stat-ribbon span { color: var(--faint); font-size: 10px; }

.content-grid { display: grid; grid-template-columns: .58fr 1.42fr; gap: 90px; align-items: start; }
.sticky-intro { position: sticky; top: 118px; }
.sticky-intro h2 { margin-bottom: 22px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 44px; line-height: .95; text-transform: uppercase; }.sticky-intro p { color: var(--muted); }.content-stack { display: grid; gap: 18px; }
.content-card { position: relative; padding: 32px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(14, 38, 59, .72), rgba(6, 17, 31, .62)); }.content-card h3 { margin-bottom: 12px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 28px; line-height: 1; text-transform: uppercase; }.content-card p { margin-bottom: 0; color: var(--muted); }.content-card .card-code { display: inline-block; margin-bottom: 42px; color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.operation-matrix { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }.operation-matrix div { min-height: 146px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.operation-matrix div:nth-child(3n) { border-right: 0; }.operation-matrix div:nth-last-child(-n + 3) { border-bottom: 0; }.operation-matrix strong { display: block; margin-bottom: 6px; color: white; font-size: 12px; text-transform: uppercase; }.operation-matrix span { color: var(--faint); font-size: 11px; }
.proof-note { padding: 22px 24px; border-left: 3px solid var(--teal); background: rgba(34, 211, 197, .07); color: #a9bfce; font-size: 12px; }.proof-note strong { color: var(--teal-soft); }

.light-section { background: var(--paper); color: var(--paper-ink); }.light-section .eyebrow { color: #0c716e; }.light-section .content-card { border-color: rgba(16, 35, 51, .18); background: rgba(255, 255, 255, .7); }.light-section .content-card p { color: #526879; }.light-section .content-card h3 { color: #102333; }
.content-heading { max-width: 800px; margin-bottom: 52px; }.content-heading > p:last-child { max-width: 660px; margin-top: 24px; color: var(--muted); }.light-section .content-heading > p:last-child { color: #526879; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.three-up .content-card { min-height: 300px; }.three-up .content-card h3 { margin-top: 64px; }

.step-list { counter-reset: step; display: grid; gap: 0; border-top: 1px solid var(--line); }.step { counter-increment: step; display: grid; grid-template-columns: 110px .75fr 1fr; gap: 28px; padding: 38px 0; border-bottom: 1px solid var(--line); }.step::before { content: "0" counter(step); color: var(--teal); font-family: "Arial Narrow", Impact, sans-serif; font-size: 38px; }.step h3 { font-family: "Arial Narrow", Impact, sans-serif; font-size: 31px; line-height: 1; text-transform: uppercase; }.step p { margin: 0; color: var(--muted); }

.matrix-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); background: rgba(7, 21, 34, .55); }.matrix-table th, .matrix-table td { padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }.matrix-table th { color: var(--teal); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }.matrix-table td { color: #afc2d1; font-size: 13px; }.matrix-table td strong { color: white; }.matrix-table tr:last-child td { border-bottom: 0; }
.matrix-table-light { border-color: rgba(16, 35, 51, .2); background: rgba(255, 255, 255, .72); }.matrix-table-light th, .matrix-table-light td { border-color: rgba(16, 35, 51, .16); }.matrix-table-light th { color: #0c716e; }.matrix-table-light td { color: #405968; }.matrix-table-light td strong { color: #102333; }.matrix-table-light .tag { color: #0c716e; border-color: rgba(12, 113, 110, .35); }.matrix-table-light .tag.amber { color: #9a4a11; border-color: rgba(154, 74, 17, .35); }
.tag { display: inline-block; padding: 4px 8px; border: 1px solid var(--line-strong); color: var(--teal-soft); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tag.amber { color: #ffc08f; border-color: rgba(255, 141, 58, .4); }

.status-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: -20px 0 34px; color: #526879; font-size: 11px; }.status-legend span { display: inline-flex; align-items: center; gap: 8px; }.status-legend b { width: 8px; height: 8px; border-radius: 50%; }.status-core { background: #0c8d86; box-shadow: 0 0 0 4px rgba(12, 141, 134, .12); }.status-profile { background: #3f8cff; box-shadow: 0 0 0 4px rgba(63, 140, 255, .12); }.status-adapter { background: #d76821; box-shadow: 0 0 0 4px rgba(215, 104, 33, .12); }
.status-partial { background: #c79518; box-shadow: 0 0 0 4px rgba(199, 149, 24, .12); }.status-staged { background: #71808c; box-shadow: 0 0 0 4px rgba(113, 128, 140, .12); }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }.detail-cards { margin-top: 20px; }
.code-panel { height: 100%; padding: 32px; border: 1px solid var(--line-strong); background: #06101a; box-shadow: var(--shadow); }.code-panel pre { max-width: 100%; overflow-x: auto; margin: 28px 0; padding: 24px; border: 1px solid var(--line); background: #02070d; color: #b9fff9; font: 12px/1.75 Consolas, "SFMono-Regular", monospace; white-space: pre-wrap; overflow-wrap: anywhere; }.code-panel p:last-child { margin-bottom: 0; color: var(--muted); font-size: 12px; }.code-panel p:last-child strong { color: var(--teal-soft); }.code-panel-light { border-color: rgba(16, 35, 51, .22); background: #102333; }.code-panel-light .panel-label { color: #7ff6ed; }
.pipeline-six { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr; }

.profile-callout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; padding: 44px; border: 1px solid rgba(255, 141, 58, .45); background: radial-gradient(circle at 85% 20%, rgba(255, 141, 58, .12), transparent 32%), #0c1720; }.profile-callout h3 { font-family: "Arial Narrow", Impact, sans-serif; font-size: 36px; line-height: 1; text-transform: uppercase; }.profile-callout p { margin: 0; color: var(--muted); }
.use-flow { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }.use-flow div { position: relative; min-height: 220px; padding: 26px; border-right: 1px solid var(--line); }.use-flow div:last-child { border-right: 0; }.use-flow span { color: var(--teal); font-size: 9px; }.use-flow strong { display: block; margin-top: 78px; font-size: 12px; text-transform: uppercase; }.use-flow small { color: var(--faint); }

/* Audited capability inventory */
.inventory-section { scroll-margin-top: 78px; }
.inventory-section .content-heading { max-width: 920px; }
.inventory-legend { margin-top: 0; padding: 24px; border: 1px solid rgba(16, 35, 51, .16); background: rgba(255, 255, 255, .55); }
.inventory-legend span { align-items: flex-start; max-width: 560px; }.inventory-legend strong { color: #102333; }
.inventory-proof { margin-top: 22px; border-color: #0c716e; background: rgba(12, 113, 110, .08); color: #405968; }
.inventory-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.inventory-nav a { padding: 10px 13px; border: 1px solid rgba(16, 35, 51, .18); color: #405968; background: rgba(255, 255, 255, .5); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inventory-nav a:hover { border-color: #0c716e; color: #0c716e; }
.inventory-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); box-shadow: var(--shadow); }
.light-section .inventory-table-wrap { border-color: rgba(16, 35, 51, .18); box-shadow: 0 20px 50px rgba(16, 35, 51, .08); }
.inventory-table { min-width: 1080px; border: 0; table-layout: fixed; }
.inventory-table th:nth-child(1) { width: 17%; }.inventory-table th:nth-child(2) { width: 19%; }.inventory-table th:nth-child(3) { width: 23%; }.inventory-table th:nth-child(4) { width: 12%; }.inventory-table th:nth-child(5) { width: 29%; }
.inventory-table th, .inventory-table td { white-space: normal; }
.inventory-table td { line-height: 1.55; }.inventory-table td strong { display: block; margin-bottom: 5px; }
.tag.core { color: #75eee5; border-color: rgba(34, 211, 197, .45); }.tag.partial { color: #ffd46a; border-color: rgba(255, 212, 106, .45); }.tag.staged { color: #c3d0d9; border-color: rgba(195, 208, 217, .35); }.tag.adapter { color: #ffc08f; border-color: rgba(255, 141, 58, .4); }
.matrix-table-light .tag.core { color: #0c716e; border-color: rgba(12, 113, 110, .35); }.matrix-table-light .tag.partial { color: #926706; border-color: rgba(146, 103, 6, .35); }.matrix-table-light .tag.staged { color: #576b79; border-color: rgba(87, 107, 121, .35); }.matrix-table-light .tag.adapter { color: #9a4a11; border-color: rgba(154, 74, 17, .35); }
.inventory-callout { margin-top: 28px; }

.page-cta { padding: 90px 0; background: var(--teal); color: #06111f; }.page-cta .shell { display: flex; justify-content: space-between; align-items: center; gap: 50px; }.page-cta h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .92; text-transform: uppercase; }.page-cta p { max-width: 500px; margin: 0 0 20px; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 18px; }
  .site-nav > a:not(.nav-cta):nth-child(2) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .mission-card { max-width: 620px; }
  .hero-home { min-height: 1040px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .signal-grid { grid-template-columns: 1fr 1fr; }.signal-grid > p { display: none; }
  .use-case-grid { grid-template-columns: repeat(2, 1fr); }.use-case-grid article:nth-child(2) { border-right: 0; }.use-case-grid article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .delivery-grid { gap: 55px; }
  .content-grid { grid-template-columns: 1fr; gap: 42px; }.sticky-intro { position: static; max-width: 700px; }
  .detail-grid { grid-template-columns: 1fr; }
  .three-up { grid-template-columns: 1fr; }.three-up .content-card { min-height: 0; }.three-up .content-card h3 { margin-top: 36px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 1240px); }
  .nav-shell { min-height: 70px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 15px 24px; border-bottom: 1px solid var(--line); background: rgba(3, 10, 18, .98); }
  .site-nav.is-open { display: flex; }.site-nav a, .site-nav > a:not(.nav-cta):nth-child(2) { display: block; padding: 14px; }.site-nav a:not(.nav-cta)::after { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-home { min-height: 980px; padding-top: 120px; }.hero-media { background-position: 62% 50%; }.hero-shade { background: linear-gradient(180deg, rgba(3,10,18,.4), rgba(3,10,18,.96) 62%, #030a12); }
  .hero-grid { padding-bottom: 50px; }.hero h1, .subpage-hero h1 { font-size: clamp(3.35rem, 16vw, 5.2rem); }.hero-lede { font-size: 16px; }
  .mission-card { display: none; }.hero-rail { grid-template-columns: 1fr 1fr; }.hero-rail span:nth-child(2) { border-right: 0; }.hero-rail span:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .signal-grid { grid-template-columns: 1fr; }.signal-grid > * { border-right: 0; border-bottom: 1px solid rgba(4,18,26,.2); }
  .section { padding: 86px 0; }.section-heading { margin-bottom: 40px; }.section-heading h2, .split-heading h2, .delivery-grid h2, .cta-grid h2, .content-heading h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: span 1; min-height: 500px; padding-right: 30px; }.feature-tile { min-height: 480px; padding: 29px; }.media-tile { min-height: 510px; }.tile-copy { padding: 29px 29px 82px; }.tile-link { left: 29px; }.theme-teal::before { right: -40%; top: 30%; }
  .source-grid { grid-template-columns: 1fr; }.source-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(16,35,51,.2); }.source-grid article:last-child { border-bottom: 0; }.source-grid h3 { margin-top: 26px; }
  .pipeline, .pipeline-six { grid-template-columns: 1fr; }.pipeline > i { justify-content: center; transform: rotate(90deg); }.format-panel { grid-template-columns: 1fr; }.format-note { grid-column: 1; }
  .split-heading { align-items: start; flex-direction: column; }.use-case-grid { grid-template-columns: 1fr; }.use-case-grid article, .use-case-grid article:nth-child(2) { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }.use-case-grid article:last-child { border-bottom: 0; }.use-case-grid h3 { margin-top: 45px; }
  .delivery-grid { grid-template-columns: 1fr; }.modality-stack > div { grid-template-columns: 1fr; gap: 4px; }.cta-grid { grid-template-columns: 1fr; gap: 35px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .subpage-hero { min-height: 680px; padding: 135px 0 65px; }.subpage-hero::before { background-position: 62% center; }.subpage-hero::after { background: linear-gradient(180deg, rgba(3,10,18,.35), #030a12 80%); }.breadcrumb { margin-bottom: 28px; }
  .stat-ribbon .shell { grid-template-columns: 1fr 1fr; }.stat-ribbon div:nth-child(2) { border-right: 0; }.stat-ribbon div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .operation-matrix { grid-template-columns: 1fr 1fr; }.operation-matrix div:nth-child(3n) { border-right: 1px solid var(--line); }.operation-matrix div:nth-child(2n) { border-right: 0; }.operation-matrix div:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }.operation-matrix div:nth-last-child(-n + 2) { border-bottom: 0; }
  .step { grid-template-columns: 60px 1fr; }.step p { grid-column: 2; }
  .matrix-table { display: block; overflow-x: auto; white-space: nowrap; }.inventory-table { display: table; overflow: visible; white-space: normal; }.profile-callout { grid-template-columns: 1fr; }.use-flow { grid-template-columns: 1fr; }.use-flow div { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--line); }.use-flow div:last-child { border-bottom: 0; }.use-flow strong { margin-top: 42px; }
  .page-cta .shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .button-row { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-rail { display: none; }
  .hero-home { min-height: 850px; }.feature-tile { min-height: 510px; }.feature-tile h3 { font-size: 2rem; }.chip-row { display: none; }
  .operation-matrix { grid-template-columns: 1fr; }.operation-matrix div, .operation-matrix div:nth-child(3n), .operation-matrix div:nth-child(2n), .operation-matrix div:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid var(--line); }.operation-matrix div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
