@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("./assets/fonts/JosefinSans-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("./assets/fonts/GeistMono-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Cabin Sketch";
  src: url("./assets/fonts/CabinSketch-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --gv-bg-void: #030712;
  --gv-bg-deep: #0f0f1a;
  --gv-bg-surface: #1a1a2e;
  --gv-bg-elevated: #252540;
  --gv-violet: #7c3aed;
  --gv-violet-light: #a78bfa;
  --gv-cyan: #06b6d4;
  --gv-emerald: #10b981;
  --gv-rose: #f43f5e;
  --gv-amber: #f59e0b;
  --gv-text: #f8fafc;
  --gv-copy: #cbd5e1;
  --gv-muted: #94a3b8;
  --gv-line: rgba(203, 213, 225, 0.14);
  --gv-line-bright: rgba(167, 139, 250, 0.34);
  --gv-font-display: "Josefin Sans", "Manrope", sans-serif;
  --gv-font-body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --gv-font-mono: "Geist Mono", ui-monospace, monospace;
  --gv-font-mark: "Cabin Sketch", cursive;
  --gv-width: 1200px;
  --gv-gutter: clamp(22px, 5.5vw, 88px);
  --gv-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --gv-radius-sm: 5px;
  --gv-radius-md: 9px;
  --gv-radius-lg: 15px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
  background: var(--gv-bg-void);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(ellipse at 84% 9%, rgba(124, 58, 237, 0.105), transparent 27rem),
    radial-gradient(ellipse at 11% 39%, rgba(6, 182, 212, 0.04), transparent 30rem),
    var(--gv-bg-void);
  color: var(--gv-text);
  font-family: var(--gv-font-body);
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(167, 139, 250, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(167, 139, 250, 0.018) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 72%);
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

::selection {
  color: #fff;
  background: rgba(124, 58, 237, 0.48);
}

:focus-visible {
  outline: 2px solid var(--gv-cyan);
  outline-offset: 4px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: var(--gv-radius-sm);
  background: var(--gv-text);
  color: var(--gv-bg-void);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(100%, var(--gv-width));
  margin-inline: auto;
  padding-inline: var(--gv-gutter);
}

.section-space {
  padding-block: clamp(76px, 10vw, 138px);
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid rgba(203, 213, 225, 0.09);
  background: rgba(3, 7, 18, 0.84);
  backdrop-filter: blur(18px) saturate(1.2);
}

.header-inner {
  width: min(100%, var(--gv-width));
  min-height: 76px;
  margin-inline: auto;
  padding-inline: var(--gv-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wordmark,
.footer-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.wordmark-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(6, 182, 212, 0.48);
  border-radius: 50%;
  color: var(--gv-cyan);
  font-family: var(--gv-font-mark);
  font-size: 19px;
  line-height: 1;
  box-shadow: 0 0 22px rgba(6, 182, 212, 0.1), inset 0 0 12px rgba(6, 182, 212, 0.08);
}

.wordmark-copy {
  display: grid;
  gap: 1px;
  line-height: 1.2;
}

.wordmark-copy strong {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.wordmark-copy small {
  color: var(--gv-muted);
  font-family: var(--gv-font-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(17px, 2.5vw, 34px);
  color: var(--gv-copy);
  font-size: 12px;
  font-weight: 600;
}

.site-nav a:not(.nav-cta) {
  transition: color 180ms var(--gv-ease);
}

.site-nav a:not(.nav-cta):hover {
  color: var(--gv-cyan);
}

.nav-cta {
  padding: 9px 13px;
  border: 1px solid rgba(6, 182, 212, 0.36);
  border-radius: var(--gv-radius-sm);
  color: var(--gv-text);
  transition: border-color 180ms var(--gv-ease), background 180ms var(--gv-ease), transform 180ms var(--gv-ease);
}

.nav-cta:hover {
  transform: translateY(-1px);
  border-color: var(--gv-cyan);
  background: rgba(6, 182, 212, 0.07);
}

.nav-cta span {
  margin-left: 8px;
  color: var(--gv-cyan);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--gv-line);
  border-radius: var(--gv-radius-sm);
  background: rgba(26, 26, 46, 0.75);
  color: var(--gv-text);
  cursor: pointer;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms var(--gv-ease);
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-icon::before { transform: translateY(-6px); }
.menu-icon::after { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] .menu-icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-icon::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon::after { transform: rotate(-45deg); }

.hero {
  position: relative;
  display: grid;
  min-height: min(720px, calc(100svh - 76px));
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.78fr);
  align-items: center;
  gap: clamp(42px, 5vw, 72px);
  padding-block: clamp(68px, 8vw, 104px) clamp(76px, 9vw, 112px);
}

.hero::after {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
  width: 56%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.115), transparent 67%);
  content: "";
  filter: blur(18px);
  pointer-events: none;
}

.eyebrow,
.hero-kicker,
.section-label,
.mono-label,
.offer-index,
.panel-coordinate,
.panel-status,
.panel-foot,
.stat-value,
.process-number,
.trust-icon,
.capability-count,
.node-number,
.node-note {
  font-family: var(--gv-font-mono);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 38px;
  color: var(--gv-muted);
  font-size: 10px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.eyebrow-mark,
.panel-status i,
.flow-line i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--gv-emerald);
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.65);
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--gv-cyan);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--gv-font-display);
}

h1 {
  max-width: 730px;
  margin-bottom: 25px;
  font-size: clamp(52px, 5.2vw, 76px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 em {
  color: var(--gv-violet-light);
  font-style: normal;
  text-shadow: 0 0 34px rgba(124, 58, 237, 0.18);
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--gv-copy);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.82;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 12px 17px;
  border: 1px solid transparent;
  border-radius: var(--gv-radius-sm);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.015em;
  transition: border-color 180ms var(--gv-ease), background 180ms var(--gv-ease), box-shadow 180ms var(--gv-ease), transform 180ms var(--gv-ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active,
.nav-cta:active,
.offer-link:active,
.text-link:active {
  transform: scale(0.98);
}

.button-primary {
  background: linear-gradient(106deg, var(--gv-violet), #5b6df2 58%, var(--gv-cyan));
  color: #fff;
  box-shadow: 0 10px 32px rgba(124, 58, 237, 0.2), 0 0 24px rgba(6, 182, 212, 0.08);
}

.button-primary:hover {
  box-shadow: 0 12px 34px rgba(124, 58, 237, 0.32), 0 0 28px rgba(6, 182, 212, 0.15);
}

.button-quiet {
  border-color: var(--gv-line);
  color: var(--gv-copy);
}

.button-quiet:hover,
.button-outline:hover {
  border-color: var(--gv-line-bright);
  background: rgba(167, 139, 250, 0.06);
  color: var(--gv-text);
}

.button-quiet span,
.button-primary span,
.button-outline span {
  color: var(--gv-cyan);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin: 30px 0 0;
  color: var(--gv-muted);
  font-family: var(--gv-font-mono);
  font-size: 9px;
  letter-spacing: 0.035em;
}

.hero-proof i,
.site-footer p i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gv-violet-light);
}

.signal-panel,
.capability-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: var(--gv-radius-md);
  background: linear-gradient(148deg, rgba(26, 26, 46, 0.94), rgba(15, 15, 26, 0.96));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(248, 250, 252, 0.03);
}

.signal-panel::before,
.capability-panel::before {
  position: absolute;
  top: 0;
  left: 8%;
  width: 56%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gv-cyan), rgba(167, 139, 250, 0.7), transparent);
  content: "";
  opacity: 0.75;
}

.signal-panel {
  padding: 23px 23px 17px;
}

.panel-topline,
.panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mono-label {
  color: var(--gv-muted);
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.panel-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gv-emerald);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.panel-status i {
  width: 5px;
  height: 5px;
  flex-basis: 5px;
}

.signal-heading {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 34px 0 23px;
  font-family: var(--gv-font-display);
  font-size: clamp(21px, 2.4vw, 29px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.signal-index {
  padding-top: 6px;
  color: var(--gv-violet-light);
  font-family: var(--gv-font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.signal-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.signal-node {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: baseline;
  gap: 0 12px;
  padding: 10px 9px;
  border: 1px solid transparent;
  border-radius: var(--gv-radius-sm);
  transition: border-color 180ms var(--gv-ease), background 180ms var(--gv-ease), transform 180ms var(--gv-ease);
}

.signal-node:hover {
  transform: translateX(2px);
  border-color: rgba(167, 139, 250, 0.15);
  background: rgba(167, 139, 250, 0.045);
}

.node-number {
  grid-row: span 2;
  color: var(--gv-cyan);
  font-size: 9px;
}

.node-label {
  color: var(--gv-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.node-note {
  grid-column: 2;
  color: var(--gv-muted);
  font-size: 9px;
  line-height: 1.7;
}

.signal-node-final .node-number,
.signal-node-final .node-label {
  color: var(--gv-violet-light);
}

.flow-line {
  height: 12px;
  margin-left: 26px;
  border-left: 1px solid rgba(6, 182, 212, 0.24);
}

.flow-line i {
  display: none;
}

.panel-foot {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid var(--gv-line);
  color: var(--gv-muted);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.panel-coordinate {
  color: rgba(148, 163, 184, 0.62);
  font-size: 8px;
}

.evidence {
  padding-block: 35px 43px;
  border-top: 1px solid var(--gv-line);
  border-bottom: 1px solid var(--gv-line);
  background: linear-gradient(90deg, rgba(15, 15, 26, 0.36), rgba(26, 26, 46, 0.58), rgba(15, 15, 26, 0.36));
}

.section-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--gv-cyan);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-label span {
  color: var(--gv-violet-light);
  opacity: 0.86;
}

.evidence-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(300px, 1fr);
  align-items: end;
  gap: 24px;
  margin-bottom: 29px;
}

.evidence-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: -5px;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(35px, 4.4vw, 59px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.evidence-heading h2 {
  font-size: clamp(28px, 3.4vw, 43px);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.stat-card {
  min-height: 144px;
  padding: 20px 19px 19px;
  border: 1px solid var(--gv-line);
  border-radius: var(--gv-radius-sm);
  background: rgba(15, 15, 26, 0.45);
  transition: border-color 180ms var(--gv-ease), transform 180ms var(--gv-ease), background 180ms var(--gv-ease);
}

.stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 182, 212, 0.35);
  background: rgba(26, 26, 46, 0.82);
}

.stat-value {
  display: block;
  margin-bottom: 10px;
  color: var(--gv-text);
  font-family: var(--gv-font-display);
  font-size: clamp(39px, 4.3vw, 54px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
}

.stat-value > span {
  color: var(--gv-cyan);
  font-size: 0.68em;
}

.stat-card p {
  max-width: 240px;
  margin: 0;
  color: var(--gv-copy);
  font-size: 11px;
  line-height: 1.6;
}

.offers-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 38px;
}

.offers-heading h2 {
  max-width: 620px;
}

.section-intro {
  max-width: 470px;
  margin: 0;
  color: var(--gv-copy);
  font-size: 14px;
  line-height: 1.8;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.offer-card {
  position: relative;
  display: flex;
  min-height: 490px;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 29px);
  border: 1px solid var(--gv-line);
  border-radius: var(--gv-radius-md);
  background: linear-gradient(155deg, rgba(26, 26, 46, 0.72), rgba(15, 15, 26, 0.75));
  transition: transform 200ms var(--gv-ease), border-color 200ms var(--gv-ease), box-shadow 200ms var(--gv-ease);
}

.offer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(167, 139, 250, 0.36);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18), 0 0 30px rgba(124, 58, 237, 0.06);
}

.offer-card-featured {
  border-color: rgba(6, 182, 212, 0.36);
  background: linear-gradient(150deg, rgba(26, 26, 46, 0.94), rgba(15, 15, 26, 0.9));
}

.offer-card-featured::before {
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gv-cyan), transparent);
  content: "";
}

.offer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 27px;
}

.offer-index {
  color: var(--gv-cyan);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.offer-mark {
  color: var(--gv-violet-light);
  font-size: 20px;
  line-height: 1;
}

.offer-card h3 {
  min-height: 57px;
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.offer-audience {
  min-height: 52px;
  margin-bottom: 19px;
  color: var(--gv-muted);
  font-size: 12px;
  line-height: 1.6;
}

.offer-price {
  margin-bottom: 12px;
  color: var(--gv-muted);
  font-family: var(--gv-font-mono);
  font-size: 10px;
}

.offer-price span {
  padding-inline: 3px;
  color: rgba(148, 163, 184, 0.6);
}

.offer-price strong {
  color: var(--gv-text);
  font-weight: 600;
}

.offer-summary {
  min-height: 49px;
  margin-bottom: 14px;
  color: var(--gv-copy);
  font-size: 12px;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  padding: 15px 0 0;
  border-top: 1px solid var(--gv-line);
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 17px;
  color: var(--gv-copy);
  font-size: 11px;
}

.feature-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: var(--gv-cyan);
  content: "";
  transform: rotate(45deg);
}

.offer-link,
.text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: var(--gv-cyan);
  font-size: 12px;
  font-weight: 700;
  transition: color 180ms var(--gv-ease), gap 180ms var(--gv-ease), transform 180ms var(--gv-ease);
}

.offer-link:hover,
.text-link:hover {
  gap: 17px;
  color: #67e8f9;
}

.offer-link span,
.text-link span {
  color: var(--gv-violet-light);
}

.add-ons {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 27px;
  margin-top: 23px;
  padding-top: 17px;
  border-top: 1px solid var(--gv-line);
}

.add-ons .mono-label {
  margin-right: auto;
}

.add-ons p {
  margin: 0;
  color: var(--gv-muted);
  font-size: 10px;
}

.add-ons strong {
  margin-left: 5px;
  color: var(--gv-copy);
  font-weight: 600;
}

.process-section {
  position: relative;
  border-block: 1px solid rgba(203, 213, 225, 0.08);
  background: linear-gradient(100deg, rgba(26, 26, 46, 0.6), rgba(15, 15, 26, 0.38) 75%);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: clamp(55px, 11vw, 150px);
}

.process-layout .section-heading h2 {
  max-width: 420px;
  margin-bottom: 20px;
}

.process-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--gv-line);
}

.process-list li:first-child {
  padding-top: 4px;
}

.process-number {
  padding-top: 3px;
  color: var(--gv-violet-light);
  font-size: 10px;
}

.process-list h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.process-list p {
  max-width: 590px;
  margin: 0;
  color: var(--gv-copy);
  font-size: 12px;
  line-height: 1.75;
}

.boundary-section {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.3fr);
  gap: clamp(35px, 9vw, 120px);
}

.boundary-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.boundary-aside .section-label {
  white-space: nowrap;
}

.boundary-glyph {
  margin: 15px 0 12px;
  color: rgba(167, 139, 250, 0.73);
  font-family: var(--gv-font-display);
  font-size: 88px;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 0 32px rgba(124, 58, 237, 0.15);
}

.boundary-copy h2 {
  margin-bottom: 19px;
}

.boundary-copy > p {
  max-width: 760px;
  color: var(--gv-copy);
  font-size: 14px;
  line-height: 1.85;
}

.boundary-copy blockquote {
  margin: 30px 0;
  padding: 3px 0 3px 19px;
  border-left: 2px solid var(--gv-cyan);
  color: var(--gv-text);
  font-family: var(--gv-font-display);
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.boundary-copy .boundary-limit {
  margin-top: 25px;
  padding-top: 17px;
  border-top: 1px solid var(--gv-line);
  color: var(--gv-muted);
  font-size: 11px;
}

.proof-section {
  border-block: 1px solid rgba(203, 213, 225, 0.08);
  background:
    radial-gradient(ellipse at 13% 50%, rgba(6, 182, 212, 0.06), transparent 27rem),
    linear-gradient(108deg, rgba(15, 15, 26, 0.92), rgba(26, 26, 46, 0.58));
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 9vw, 120px);
}

.proof-copy h2 {
  margin-bottom: 18px;
}

.proof-copy > p:not(.section-label) {
  max-width: 690px;
  margin-bottom: 20px;
  color: var(--gv-copy);
  font-size: 13px;
  line-height: 1.82;
}

.proof-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 21px;
  margin: 26px 0 18px;
  padding: 14px 0;
  border-block: 1px solid var(--gv-line);
}

.proof-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gv-text);
  font-size: 11px;
  font-weight: 600;
  transition: color 180ms var(--gv-ease);
}

.proof-links a:hover {
  color: var(--gv-cyan);
}

.proof-links a span {
  color: var(--gv-cyan);
}

.architecture-link {
  margin-top: 2px;
}

.capability-panel {
  padding: 24px 25px 18px;
}

.capability-count {
  color: var(--gv-violet-light);
  font-size: 10px;
}

.capability-panel ol {
  display: grid;
  gap: 0;
  margin: 24px 0 19px;
  padding: 0;
  list-style: none;
}

.capability-panel li {
  display: flex;
  align-items: baseline;
  gap: 17px;
  padding: 13px 0;
  border-bottom: 1px solid var(--gv-line);
  color: var(--gv-copy);
  font-size: 12px;
}

.capability-panel li span {
  color: var(--gv-cyan);
  font-family: var(--gv-font-mono);
  font-size: 9px;
}

.capability-panel > p {
  margin: 0;
  color: var(--gv-muted);
  font-family: var(--gv-font-mono);
  font-size: 9px;
  letter-spacing: 0.02em;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 120px);
}

.trust-section .section-heading h2 {
  margin-bottom: 20px;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  min-height: 160px;
  padding: 19px;
  border: 1px solid var(--gv-line);
  border-radius: var(--gv-radius-sm);
  background: rgba(15, 15, 26, 0.42);
}

.trust-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-bottom: 17px;
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 50%;
  color: var(--gv-cyan);
  font-size: 8px;
}

.trust-list p {
  margin: 0;
  color: var(--gv-copy);
  font-size: 11px;
  line-height: 1.65;
}

.trust-list strong {
  color: var(--gv-text);
  font-weight: 700;
}

.field-note {
  border-block: 1px solid rgba(203, 213, 225, 0.08);
  background: linear-gradient(108deg, rgba(26, 26, 46, 0.56), rgba(15, 15, 26, 0.72));
}

.field-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.3fr);
  gap: clamp(35px, 9vw, 120px);
}

.field-index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.field-number {
  margin: 8px 0 2px;
  color: rgba(167, 139, 250, 0.78);
  font-family: var(--gv-font-display);
  font-size: 112px;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.field-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 4vw, 49px);
}

.field-copy blockquote {
  margin: 0 0 20px;
  color: var(--gv-text);
  font-family: var(--gv-font-display);
  font-size: clamp(21px, 2.7vw, 31px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.38;
}

.field-copy > p {
  color: var(--gv-copy);
  font-size: 13px;
  line-height: 1.85;
}

.field-copy .imax-note {
  margin: 23px 0;
  padding: 15px 18px;
  border-left: 1px solid var(--gv-violet-light);
  background: rgba(124, 58, 237, 0.055);
  color: var(--gv-copy);
  font-size: 12px;
}

.field-copy .text-link {
  margin-top: 4px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(82px, 11vw, 140px);
  background:
    radial-gradient(ellipse at 83% 45%, rgba(124, 58, 237, 0.17), transparent 28rem),
    radial-gradient(ellipse at 10% 100%, rgba(6, 182, 212, 0.07), transparent 30rem),
    var(--gv-bg-deep);
}

.contact-section::before {
  position: absolute;
  top: 0;
  right: 8%;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gv-cyan), var(--gv-violet-light), transparent);
  content: "";
  opacity: 0.7;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.65fr);
  align-items: end;
  gap: clamp(45px, 9vw, 112px);
}

.contact-kicker {
  margin: -1px 0 9px;
  color: var(--gv-violet-light);
  font-family: var(--gv-font-display);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 500;
}

.contact-layout h2 {
  max-width: 720px;
  font-size: clamp(40px, 5.4vw, 68px);
}

.contact-intro {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--gv-copy);
  font-size: 14px;
  line-height: 1.8;
}

.contact-actions {
  align-items: flex-start;
  flex-direction: column;
}

.contact-actions .button {
  width: 100%;
  justify-content: space-between;
}

.button-outline {
  border-color: rgba(203, 213, 225, 0.22);
  color: var(--gv-text);
}

.contact-email {
  margin-top: 5px;
  color: var(--gv-muted);
  font-family: var(--gv-font-mono);
  font-size: 9px;
  overflow-wrap: anywhere;
}

.site-footer {
  border-top: 1px solid var(--gv-line);
  background: var(--gv-bg-void);
}

.footer-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-mark {
  color: var(--gv-copy);
  font-size: 11px;
  font-weight: 700;
}

.footer-mark .wordmark-mark {
  width: 28px;
  height: 28px;
  font-size: 15px;
}

.site-footer p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--gv-muted);
  font-family: var(--gv-font-mono);
  font-size: 9px;
}

.footer-top {
  color: var(--gv-muted);
  font-size: 10px;
  transition: color 180ms var(--gv-ease);
}

.footer-top:hover {
  color: var(--gv-cyan);
}

[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.9fr);
    gap: 38px;
  }

  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-card:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .offer-card:last-child .offer-audience,
  .offer-card:last-child .offer-summary,
  .offer-card:last-child h3 {
    min-height: 0;
  }

  .trust-section {
    grid-template-columns: 1fr;
  }

  .trust-section .section-heading {
    max-width: 700px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 68px;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px var(--gv-gutter) 18px;
    border-bottom: 1px solid var(--gv-line);
    background: rgba(3, 7, 18, 0.97);
    backdrop-filter: blur(16px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a:not(.nav-cta) {
    padding: 12px 0;
    border-bottom: 1px solid rgba(203, 213, 225, 0.08);
  }

  .nav-cta {
    width: fit-content;
    margin-top: 13px;
  }

  .hero {
    min-height: initial;
    grid-template-columns: 1fr;
    gap: 45px;
    padding-block: 79px 75px;
  }

  .hero::after {
    top: 4%;
    width: 100%;
    height: 55%;
  }

  .eyebrow {
    margin-bottom: 30px;
  }

  h1 {
    max-width: 690px;
    font-size: clamp(49px, 10.5vw, 76px);
  }

  .signal-panel {
    width: min(100%, 510px);
    justify-self: end;
  }

  .evidence-heading,
  .offers-heading,
  .process-layout,
  .boundary-section,
  .proof-layout,
  .field-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .evidence-heading {
    gap: 10px;
  }

  .evidence-heading .section-label {
    grid-column: auto;
    margin-bottom: 4px;
  }

  .offers-heading {
    gap: 18px;
  }

  .process-layout,
  .proof-layout,
  .contact-layout {
    gap: 36px;
  }

  .boundary-section,
  .field-layout {
    gap: 28px;
  }

  .boundary-aside,
  .field-index {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 18px;
  }

  .boundary-aside .section-label,
  .field-index .section-label {
    grid-column: 1 / -1;
    margin: 0;
  }

  .boundary-glyph,
  .field-number {
    margin: 0;
    font-size: 58px;
  }

  .boundary-aside .mono-label,
  .field-index .mono-label {
    justify-self: end;
  }

  .contact-actions {
    max-width: 430px;
  }
}

@media (max-width: 560px) {
  :root {
    --gv-gutter: 20px;
  }

  body {
    font-size: 15px;
  }

  .hero {
    gap: 39px;
    padding-block: 62px 63px;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 8px;
    line-height: 1.5;
  }

  .hero-kicker {
    max-width: 320px;
    font-size: 9px;
    line-height: 1.6;
  }

  h1 {
    font-size: clamp(45px, 13vw, 64px);
  }

  .hero-lede {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    justify-content: space-between;
  }

  .hero-proof {
    gap: 8px;
    font-size: 8px;
  }

  .signal-panel {
    padding: 18px 16px 14px;
  }

  .signal-heading {
    margin-top: 27px;
    font-size: 24px;
  }

  .panel-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    font-size: 7px;
  }

  .section-space {
    padding-block: 70px;
  }

  .evidence {
    padding-block: 29px 33px;
  }

  h2 {
    font-size: clamp(32px, 9vw, 43px);
  }

  .evidence-heading h2 {
    font-size: clamp(28px, 8vw, 37px);
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .stat-card {
    min-height: 130px;
    padding: 15px;
  }

  .stat-value {
    font-size: 43px;
  }

  .stat-card p {
    font-size: 10px;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card,
  .offer-card:last-child {
    grid-column: auto;
    min-height: 0;
    padding: 22px;
  }

  .offer-card h3,
  .offer-card:last-child h3,
  .offer-audience,
  .offer-card:last-child .offer-audience,
  .offer-summary,
  .offer-card:last-child .offer-summary {
    min-height: 0;
  }

  .offer-card h3 {
    font-size: 25px;
  }

  .add-ons {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .add-ons .mono-label {
    margin-bottom: 4px;
  }

  .process-list li {
    grid-template-columns: 33px 1fr;
    gap: 10px;
  }

  .boundary-aside .section-label,
  .field-index .section-label {
    font-size: 8px;
  }

  .boundary-glyph,
  .field-number {
    font-size: 48px;
  }

  .boundary-aside .mono-label,
  .field-index .mono-label {
    font-size: 7px;
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .trust-list li {
    min-height: 0;
  }

  .proof-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .capability-panel {
    padding-inline: 19px;
  }

  .contact-layout h2 {
    font-size: clamp(37px, 10vw, 52px);
  }

  .footer-inner {
    min-height: 78px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block: 13px;
  }

  .site-footer p {
    order: 3;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* Long-form lived credentials page */
.credentials-page {
  min-width: 320px;
  background:
    radial-gradient(ellipse at 84% 9%, rgba(124, 58, 237, 0.105), transparent 27rem),
    radial-gradient(ellipse at 11% 39%, rgba(6, 182, 212, 0.04), transparent 30rem),
    var(--gv-bg-void);
  color: var(--gv-text);
  font-family: var(--gv-font-body);
  font-size: 16px;
  line-height: 1.68;
}

.credentials-page .wrap {
  width: min(100%, 860px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) var(--gv-gutter) clamp(70px, 9vw, 120px);
}

.credentials-page .masthead {
  margin-bottom: clamp(58px, 8vw, 104px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--gv-line-bright);
}

.credentials-page .masthead h1 {
  margin: 0;
  color: var(--gv-text);
  font-family: var(--gv-font-display);
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.credentials-page .masthead .tagline {
  margin: 0 0 18px;
  color: var(--gv-cyan);
  font-family: var(--gv-font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.credentials-page section {
  margin-bottom: clamp(62px, 9vw, 112px);
}

.credentials-page h2 {
  margin: 0 0 27px;
  padding-top: 21px;
  border-top: 1px solid var(--gv-line);
  color: var(--gv-text);
  font-family: var(--gv-font-display);
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
}

.credentials-page h3 {
  margin: 38px 0 16px;
  color: var(--gv-cyan);
  font-family: var(--gv-font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.credentials-page p {
  max-width: 66ch;
  margin: 0 0 21px;
  color: var(--gv-copy);
  font-family: var(--gv-font-body);
  font-size: 16px;
  line-height: 1.78;
}

.credentials-page .pull {
  max-width: 58ch;
  margin: 34px 0 0;
  padding: 4px 0 4px 22px;
  border-left: 2px solid var(--gv-cyan);
  color: var(--gv-text);
  font-family: var(--gv-font-display);
  font-size: clamp(19px, 2.6vw, 25px);
  font-style: normal;
  line-height: 1.35;
}

.credentials-page .pull p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.credentials-page .lane {
  background: rgba(26, 26, 46, 0.72);
  border-left-width: 2px;
  border-radius: 0;
  padding: 17px 19px;
}

.credentials-page .lane dt {
  font-family: var(--gv-font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.credentials-page .lane dd {
  color: var(--gv-copy);
  font-family: var(--gv-font-body);
  font-size: 14px;
  line-height: 1.6;
}

.credentials-page .closing {
  margin-top: 0;
  padding-top: 25px;
  border-top: 1px solid var(--gv-line-bright);
  color: var(--gv-copy);
  font-family: var(--gv-font-display);
  font-size: 20px;
  line-height: 1.45;
}

.credentials-page .site-footer {
  margin-top: 0;
}

@media (max-width: 760px) {
  .credentials-page .wrap {
    padding-top: 58px;
  }

  .credentials-page .masthead h1 {
    font-size: clamp(40px, 12vw, 62px);
  }
}

/* Consulting proof-of-work section */
.deliverables-section {
  border-block: 1px solid rgba(203, 213, 225, 0.08);
  background:
    radial-gradient(ellipse at 82% 30%, rgba(124, 58, 237, 0.07), transparent 25rem),
    rgba(15, 15, 26, 0.46);
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.deliverable-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(23px, 3vw, 34px);
  border: 1px solid var(--gv-line);
  border-radius: var(--gv-radius-md);
  background: linear-gradient(155deg, rgba(26, 26, 46, 0.78), rgba(15, 15, 26, 0.82));
}

.deliverable-card-featured {
  border-color: rgba(6, 182, 212, 0.34);
}

.deliverable-card-featured::before {
  position: absolute;
  top: -1px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gv-cyan), transparent);
  content: "";
}

.deliverable-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--gv-cyan);
  font-family: var(--gv-font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deliverable-meta span:last-child {
  color: var(--gv-muted);
  text-align: right;
}

.deliverable-card h3 {
  max-width: 520px;
  margin-bottom: 14px;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.deliverable-card > p {
  max-width: 570px;
  margin-bottom: 23px;
  color: var(--gv-copy);
  font-size: 12px;
  line-height: 1.78;
}

.deliverable-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 18px;
  margin-bottom: 26px;
  padding-top: 17px;
  border-top: 1px solid var(--gv-line);
}

.deliverable-points span {
  position: relative;
  padding-left: 15px;
  color: var(--gv-copy);
  font-size: 10px;
}

.deliverable-points span::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: var(--gv-cyan);
  content: "";
  transform: rotate(45deg);
}

.deliverable-card .offer-link {
  margin-top: auto;
}

.deliverables-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 0;
  color: var(--gv-muted);
  font-size: 9px;
}
