:root {
  --ink: #101413;
  --charcoal: #18201e;
  --deep: #0f1715;
  --paper: #f3efe6;
  --white: #fffaf1;
  --muted: #665f55;
  --line: rgba(20, 23, 22, 0.14);
  --line-dark: rgba(238, 231, 218, 0.16);
  --accent: #c7824b;
  --gold: #d8b36b;
  --blue: #6f98a5;
  --green: #5d7a63;
  --red: #9b5546;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(18, 20, 22, 0.16);
}

* { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #070a12;
}
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.flagship-page {
  --ink: #f7f8fb;
  --charcoal: #c9d2df;
  --deep: #050814;
  --paper: #070a12;
  --white: #0c1220;
  --muted: #9aa6b2;
  --line: rgba(226, 232, 240, 0.12);
  --line-dark: rgba(226, 232, 240, 0.14);
  --accent: #6ee7f9;
  --gold: #a78bfa;
  --blue: #38bdf8;
  --green: #34d399;
  --red: #fb7185;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  background:
    radial-gradient(circle at 76% 8%, rgba(56,189,248,.18), transparent 28%),
    radial-gradient(circle at 12% 18%, rgba(167,139,250,.16), transparent 30%),
    linear-gradient(180deg, #070a12 0%, #0a0f1c 46%, #060812 100%);
  background-color: #070a12;
  min-height: 100vh;
  color: var(--ink);
}

a { color: inherit; text-decoration: none; }
.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
button, input, select, textarea { font: inherit; }

.opening-signature {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(56,189,248,.24), transparent 24%),
    radial-gradient(circle at 24% 72%, rgba(167,139,250,.20), transparent 26%),
    #050814;
  color: var(--ink);
  pointer-events: none;
  animation: intro-release 2.35s cubic-bezier(.72,0,.18,1) forwards;
}

.flagship-impact .opening-signature {
  display: none;
}

.opening-signature::before {
  content: "";
  position: absolute;
  width: min(720px, 78vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255,250,241,.16);
  border-radius: 999px;
  animation: intro-orbit 2.2s cubic-bezier(.2,.7,.2,1) forwards;
}

.opening-stage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.opening-globe {
  position: relative;
  width: clamp(108px, 14vw, 156px);
  height: clamp(108px, 14vw, 156px);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(10px) scale(.96);
  animation: intro-symbol 1.05s cubic-bezier(.2,.7,.2,1) forwards;
}

.opening-globe::before,
.opening-globe::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,250,241,.18);
}

.opening-globe::before {
  animation: globe-shell 5.8s linear infinite;
}

.opening-globe::after {
  inset: 20px;
  border-color: rgba(216,179,107,.34);
  animation: globe-shell 7.2s linear infinite reverse;
}

.globe-core {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 999px;
  overflow: hidden;
}

.globe-ring {
  position: absolute;
  width: 72%;
  height: 72%;
  border: 1px solid rgba(255,250,241,.26);
  border-radius: 999px;
}

.globe-ring.vertical {
  transform: rotateY(62deg);
  animation: globe-spin 4.6s linear infinite;
}

.globe-ring.diagonal {
  transform: rotate(42deg) rotateY(58deg);
  border-color: rgba(216,179,107,.42);
  animation: globe-spin-diagonal 5.4s linear infinite;
}

.globe-ring.horizontal {
  height: 28%;
  border-color: rgba(255,250,241,.22);
  animation: globe-latitude 4.8s ease-in-out infinite;
}

.opening-symbol {
  width: clamp(58px, 8vw, 88px);
  height: clamp(58px, 8vw, 88px);
  z-index: 2;
}

.opening-mark {
  font: 700 clamp(34px, 5vw, 76px)/1 "Space Grotesk", sans-serif;
  opacity: 0;
  transform: translateY(12px);
  animation: intro-mark 1.15s cubic-bezier(.2,.7,.2,1) .08s forwards;
}

.opening-words {
  height: 18px;
  display: flex;
  justify-content: center;
  gap: 18px;
  color: rgba(255,250,241,.62);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: 0;
  animation: intro-words 1.2s ease .35s forwards;
}

.opening-line {
  position: absolute;
  width: min(520px, 72vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  animation: intro-line 1.55s cubic-bezier(.2,.7,.2,1) .18s forwards;
}

.page-grid {
  background:
    radial-gradient(circle at 12% 6%, rgba(243, 111, 33, 0.10), transparent 28%),
    linear-gradient(rgba(18, 20, 22, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 20, 22, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 38px 38px, 38px 38px, auto;
}

.wrap { width: min(1160px, calc(100vw - 44px)); margin: 0 auto; }
.wide { width: min(1280px, calc(100vw - 44px)); margin: 0 auto; }

.top-strip {
  background: var(--ink);
  color: rgba(247, 243, 234, 0.72);
  font-size: 13px;
}

.top-strip .wrap,
.nav .wrap,
.footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-strip .wrap { padding: 10px 0; }
.top-strip span, .top-strip a { overflow-wrap: anywhere; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 10, 18, 0.72);
  backdrop-filter: blur(22px);
}

.nav .wrap { padding: 18px 0; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.oakline-symbol {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: var(--ink);
}

.oakline-symbol::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 999px;
  border: 2px solid currentColor;
  border-left-color: transparent;
  transform: rotate(-32deg);
}

.oakline-symbol::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  left: 18px;
  top: 6px;
  border-radius: 999px;
  background: var(--accent);
  transform: rotate(32deg);
  transform-origin: center;
}

.opening-symbol.oakline-symbol {
  color: var(--ink);
}

.opening-symbol.oakline-symbol::after {
  background: var(--gold);
}

.mark {
  width: 34px;
  height: 46px;
  position: relative;
  border-left: 5px solid var(--ink);
  border-bottom: 5px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: transparent;
  transform: skewX(-8deg);
  box-shadow: none;
  flex: 0 0 auto;
}
.mark::before, .mark::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; }
.mark::before { width: 18px; height: 5px; left: 7px; top: 10px; }
.mark::after { width: 5px; height: 26px; right: 4px; top: 5px; }
.mark.stillroom {
  width: 42px;
  height: 42px;
  border: 3px solid var(--accent);
  border-radius: 999px 999px 999px 8px;
  transform: rotate(-12deg);
}
.mark.stillroom::before {
  width: 14px;
  height: 14px;
  left: 11px;
  top: 11px;
  border-radius: 999px;
  background: var(--ink);
}
.mark.stillroom::after {
  width: 3px;
  height: 26px;
  right: 7px;
  top: 6px;
  background: var(--accent);
}
.mark.juniper {
  width: 44px;
  height: 44px;
  border: 0;
  transform: none;
}
.mark.juniper::before {
  width: 30px;
  height: 18px;
  left: 5px;
  top: 7px;
  border-radius: 999px 999px 999px 2px;
  background: var(--accent);
  transform: rotate(-25deg);
}
.mark.juniper::after {
  width: 5px;
  height: 34px;
  left: 22px;
  top: 9px;
  background: var(--ink);
  transform: rotate(15deg);
}
.mark.loom {
  width: 42px;
  height: 42px;
  border: 3px solid var(--ink);
  border-radius: 7px;
  transform: rotate(45deg);
}
.mark.loom::before {
  width: 34px;
  height: 3px;
  left: 1px;
  top: 17px;
  background: var(--accent);
}
.mark.loom::after {
  width: 3px;
  height: 34px;
  left: 17px;
  top: 1px;
  background: var(--gold);
}

.brand strong {
  display: block;
  font: 800 18px/1 "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
}

.brand span span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.links { display: flex; gap: 24px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.links a:hover { color: var(--ink); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(18,20,22,.12); }
.btn.primary { background: var(--accent); border-color: var(--accent); color: #041016; }
.btn.dark { background: #f7f8fb; color: #060812; border-color: #f7f8fb; }
.btn.light { background: var(--white); border-color: transparent; color: var(--ink); }
.btn.ghost { background: rgba(255, 255, 255, 0.06); color: var(--ink); }

.hero { padding: 84px 0 74px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.86fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.hero-grid > *, .split > *, .section-head > *, .booking-grid > *, .tier-showcase > *, .market-row > *, .workflow-card > * { min-width: 0; }

.display {
  margin: 0;
  max-width: 720px;
  font: 700 clamp(46px, 6.4vw, 92px)/0.96 "Space Grotesk", sans-serif;
  letter-spacing: 0;
  overflow-wrap: break-word;
}
.display .line { display: block; }

.lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 550;
  overflow-wrap: anywhere;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-status {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 520px;
  margin-top: 24px;
}
.hero-status span,
.hero-status a {
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(238,231,218,.18);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.hero-status span::before,
.hero-status a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 32%, rgba(238,231,218,.18), transparent 66%);
  transform: translateX(-120%);
  animation: tile-glint 4.6s ease-in-out infinite;
}
.hero-status span:nth-child(2)::before, .hero-status a:nth-child(2)::before { animation-delay: .45s; }
.hero-status span:nth-child(3)::before, .hero-status a:nth-child(3)::before { animation-delay: .9s; }
.client-status > a,
.client-status > span {
  place-items: start;
  padding: 12px;
}
.client-status b {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font: 800 14px/1 Inter, sans-serif;
}
.client-status small {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  color: rgba(255,250,241,.64);
  font-size: 11px;
  font-weight: 800;
  text-transform: none;
}

.hero-card {
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
  padding: 18px;
}

.hero-card-inner {
  min-height: 330px;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  padding: 24px;
  background:
    radial-gradient(circle at 78% 16%, rgba(243, 111, 33, 0.22), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 44%);
}

.hero-card h2 {
  margin: 0;
  font: 900 clamp(34px, 4vw, 58px)/0.9 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.hero-card p { color: rgba(247, 243, 234, 0.74); line-height: 1.5; margin: 12px 0 0; }

.artifact-stack { display: grid; gap: 14px; }
.field-photo {
  min-height: 270px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 18%, rgba(243,111,33,.22), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%),
    var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.field-photo::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  background: linear-gradient(90deg, transparent 0 16%, rgba(247,243,234,.08) 16% 17%, transparent 17% 34%, rgba(247,243,234,.08) 34% 35%, transparent 35%);
}
.field-photo::after {
  content: attr(data-label);
  position: absolute;
  left: 26px;
  bottom: 24px;
  max-width: 78%;
  font: 900 clamp(30px, 4vw, 48px)/0.88 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.field-photo.heat { background-color: #321f17; }

.audit-board {
  border-radius: var(--radius);
  border-left: 6px solid var(--accent);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(18,20,22,.10);
  padding: 20px;
}
.audit-board h2 { font: 900 clamp(34px, 4vw, 54px)/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.audit-list { display: grid; gap: 10px; margin-top: 16px; }
.audit-item { display: grid; grid-template-columns: 80px 1fr; gap: 12px; border-top: 1px solid var(--line); padding-top: 10px; }
.audit-item:first-child { border-top: 0; padding-top: 0; }
.audit-item b { color: var(--accent); text-transform: uppercase; font-size: 12px; }
.audit-item span { color: var(--muted); line-height: 1.38; }

.signal-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.signal {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 12px;
}
.signal b { display: block; color: var(--accent); font-size: 12px; text-transform: uppercase; }
.signal span { display: block; margin-top: 5px; color: rgba(247, 243, 234, 0.78); font-size: 13px; line-height: 1.35; }

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}
.ticker span {
  display: inline-flex;
  padding: 14px 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.showcase-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(56,189,248,.12), transparent 32%),
    linear-gradient(180deg, var(--paper), var(--white));
  overflow: hidden;
}

.floating-showcase {
  min-height: 560px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.site-preview {
  position: relative;
  min-height: 430px;
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255,255,255,.045);
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  animation: showcase-float 8s ease-in-out infinite;
}

.site-preview:nth-child(2) { animation-delay: -2s; }
.site-preview:nth-child(3) { animation-delay: -4s; }

.preview-screen {
  min-height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 22px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,250,241,.08) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(rgba(255,250,241,.07) 1px, transparent 1px) 0 0 / 28px 28px,
    #17201d;
}

.preview-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,250,241,.14), transparent 62%);
  transform: translateX(-120%);
  animation: lab-sweep 5.6s ease-in-out infinite;
}

.preview-logo {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #050814;
  color: var(--ink);
  font-weight: 900;
}

.preview-screen b {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 34px;
  max-width: 240px;
  font: 700 34px/1 "Space Grotesk", sans-serif;
}

.preview-line,
.menu-row {
  position: relative;
  z-index: 1;
  display: block;
  height: 10px;
  width: 58%;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255,250,241,.34);
}

.wide-line { width: 78%; }
.menu-row { height: 42px; border-radius: 8px; background: rgba(255,250,241,.16); }
.menu-row.short { width: 72%; }

.preview-cta {
  position: relative;
  z-index: 1;
  display: block;
  width: 126px;
  height: 40px;
  margin-top: 26px;
  border-radius: 8px;
  background: var(--gold);
  animation: live-pulse 2.8s ease-out infinite;
}

.gallery-block {
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  background: rgba(255,250,241,.18);
  border: 1px solid rgba(255,250,241,.24);
  animation: inspect-mark 5s ease-in-out infinite;
}

.gallery-block.one { width: 42%; height: 92px; left: 22px; bottom: 28px; }
.gallery-block.two { width: 30%; height: 124px; right: 22px; bottom: 28px; animation-delay: 1s; }
.gallery-block.three { width: 34%; height: 72px; right: 58px; top: 84px; animation-delay: 2s; }

.stillroom-preview .preview-screen { background-color: #241b18; }
.juniper-preview .preview-screen { background-color: #12343c; }
.loom-preview .preview-screen { background-color: #171d19; }

.review-card {
  position: relative;
  z-index: 2;
  width: calc(100% - 28px);
  margin: -34px auto 0;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 18px;
  box-shadow: 0 18px 42px rgba(18,20,22,.14);
}

.review-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-card p {
  margin: 8px 0 0;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.42;
}

.system-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(5,8,20,.98) 0 58%, rgba(15,23,42,.82) 58% 100%),
    radial-gradient(circle at 78% 25%, rgba(56,189,248,.22), transparent 30%),
    var(--deep);
  color: var(--ink);
}
.system-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(238,231,218,.045) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(rgba(238,231,218,.035) 1px, transparent 1px) 0 0 / 46px 46px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.7), transparent);
  animation: grid-drift 18s linear infinite;
}
.system-hero .wide, .system-hero .wrap { position: relative; z-index: 1; }
.system-hero .lead { color: rgba(238,231,218,.74); }
.flagship-hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(108deg, rgba(5,8,20,.98) 0 52%, rgba(15,23,42,.88) 52% 100%),
    radial-gradient(circle at 82% 20%, rgba(56,189,248,.22), transparent 32%),
    radial-gradient(circle at 18% 78%, rgba(167,139,250,.18), transparent 30%),
    #050814;
}
.flagship-hero .display {
  max-width: 760px;
  text-shadow: 0 16px 42px rgba(0,0,0,.22);
}
.flagship-hero .lead { max-width: 680px; }
.launch-lab {
  border-radius: var(--radius);
  background: rgba(12,18,32,.84);
  color: var(--ink);
  border: 1px solid rgba(226,232,240,.12);
  box-shadow: 0 34px 90px rgba(0,0,0,.38);
  padding: 16px;
  overflow: hidden;
  transform: rotate(1deg);
}
.lab-top, .lab-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}
.lab-top { padding: 6px 4px 14px; color: var(--muted); }
.lab-top b { color: var(--accent); }
.lab-screen {
  min-height: 430px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(238,231,218,.10) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(rgba(238,231,218,.08) 1px, transparent 1px) 0 0 / 34px 34px,
    radial-gradient(circle at 74% 18%, rgba(199,130,75,.32), transparent 28%),
    #111a18;
}
.lab-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 28%, rgba(238,231,218,.16), transparent 62%);
  transform: translateX(-130%);
  animation: lab-sweep 5.5s ease-in-out infinite;
}
.site-frame {
  position: absolute;
  left: 28px;
  top: 32px;
  width: min(330px, calc(100% - 56px));
  min-height: 250px;
  border: 1px solid rgba(238,231,218,.22);
  border-radius: 8px;
  background: rgba(238,231,218,.08);
  backdrop-filter: blur(12px);
  padding: 22px;
  animation: board-float 8s ease-in-out infinite;
}
.frame-bar {
  display: block;
  width: 74px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  margin-bottom: 26px;
}
.frame-title {
  display: block;
  color: var(--ink);
  font: 700 34px/1 "Space Grotesk", sans-serif;
  max-width: 190px;
}
.frame-line {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(238,231,218,.34);
  margin-top: 18px;
}
.frame-line.one { width: 78%; }
.frame-line.two { width: 56%; }
.frame-button {
  display: block;
  width: 128px;
  height: 38px;
  border-radius: 6px;
  background: var(--gold);
  margin-top: 28px;
  animation: live-pulse 2.5s ease-out infinite;
}
.signal-panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(260px, calc(100% - 48px));
  display: grid;
  gap: 10px;
  z-index: 2;
}
.signal-panel div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  border-radius: 7px;
  background: var(--paper);
  padding: 12px;
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  animation: review-focus 7s ease-in-out infinite;
}
.signal-panel div:nth-child(2) { animation-delay: .9s; }
.signal-panel div:nth-child(3) { animation-delay: 1.8s; }
.signal-panel b {
  color: var(--accent);
  font: 800 21px/1 Inter, sans-serif;
}
.signal-panel span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}
.global-orb {
  position: absolute;
  right: 32px;
  top: 34px;
  width: 138px;
  height: 138px;
  z-index: 1;
  color: var(--paper);
  opacity: .92;
}
.global-orb .globe-core {
  border: 1px solid rgba(238,231,218,.24);
  background:
    radial-gradient(circle at 34% 28%, rgba(255,250,241,.18), transparent 24%),
    radial-gradient(circle at 68% 70%, rgba(199,130,75,.18), transparent 30%);
  box-shadow: inset 0 0 40px rgba(255,250,241,.08), 0 22px 70px rgba(0,0,0,.26);
}
.global-orb .globe-core::before,
.global-orb .globe-core::after {
  content: "";
  position: absolute;
  width: 56%;
  height: 1px;
  left: 22%;
  background: rgba(216,179,107,.42);
  border-radius: 999px;
}
.global-orb .globe-core::before { top: 35%; }
.global-orb .globe-core::after { bottom: 35%; }
.global-orb .globe-ring {
  border-color: rgba(238,231,218,.28);
}
.global-orb .globe-ring.diagonal {
  border-color: rgba(216,179,107,.42);
}
.global-label {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: max-content;
  padding: 5px 8px;
  border: 1px solid rgba(238,231,218,.18);
  border-radius: 999px;
  background: rgba(16,20,19,.72);
  color: rgba(255,250,241,.78);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(238,231,218,.18);
  border-radius: 999px;
  animation: orbit-spin 14s linear infinite;
}
.orbit.one { width: 260px; height: 260px; right: -82px; top: -64px; }
.orbit.two { width: 180px; height: 180px; left: -54px; bottom: -54px; animation-duration: 18s; }
.orbit::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--gold);
  left: 34px;
  top: 12px;
  box-shadow: 0 0 0 10px rgba(184,147,86,.16);
}
.lab-footer {
  padding: 14px 4px 4px;
  color: var(--muted);
}
.lab-footer span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  margin-right: 7px;
}
.system-card {
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  padding: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  animation: board-float 8s ease-in-out infinite;
}
.system-card::after {
  content: "";
  position: absolute;
  inset: auto -20% 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: sweep 3.8s ease-in-out infinite;
}
.system-card h2 { margin: 0 0 14px; font: 900 50px/.88 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.system-card p { color: var(--muted); line-height: 1.5; font-weight: 700; }
.system-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 22px; }
.system-strip span {
  min-height: 70px;
  border-radius: var(--radius);
  background: var(--deep);
  color: var(--paper);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.system-strip span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 35%, rgba(238,231,218,.16) 45%, transparent 58%);
  transform: translateX(-120%);
  animation: tile-glint 4.8s ease-in-out infinite;
}
.system-strip span:nth-child(2)::after { animation-delay: .55s; }
.system-strip span:nth-child(3)::after { animation-delay: 1.1s; }
.motion-line {
  height: 9px;
  margin-top: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold) 0 34%, var(--accent) 34% 76%, var(--blue) 76% 100%);
  background-size: 220% 100%;
  animation: track 5s linear infinite;
}

.tier-showcase {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 760px;
  background: var(--paper);
}
.tier-rail {
  background: var(--accent);
  color: #160d08;
  padding: 42px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tier-rail b { font: 900 44px/.9 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.booking-grid {
  padding: 72px clamp(24px, 6vw, 88px);
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(330px, .72fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.booking-board {
  min-height: 470px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent 0 31%, rgba(238,231,218,.12) 31% 32%, transparent 32% 66%, rgba(238,231,218,.1) 66% 67%, transparent 67%),
    radial-gradient(circle at 74% 18%, rgba(185,95,58,.28), transparent 30%),
    #2a1b16;
  color: var(--paper);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  padding: 34px;
}
.booking-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(238,231,218,.2), transparent);
  transform: translateY(-100%);
  animation: scan 4.4s ease-in-out infinite;
}
.booking-board::after {
  content: attr(data-label);
  white-space: pre-line;
  position: absolute;
  left: 34px;
  bottom: 32px;
  font: 900 clamp(46px, 5vw, 74px)/.84 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.booking-ui { position: relative; z-index: 2; display: grid; gap: 12px; max-width: 260px; }
.booking-pill {
  width: max-content;
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(238,231,218,.12);
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--accent);
  animation: live-pulse 1.8s ease-out infinite;
}
.meter { height: 10px; border-radius: 999px; background: rgba(238,231,218,.12); overflow: hidden; }
.meter span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--accent)); transform-origin: left; animation: meter-build 4s ease-in-out infinite; }
.meter:nth-child(3) span { animation-delay: .5s; }

.market-section { background: #173f47; color: var(--paper); }
.market-section .section-copy, .market-section .lead { color: rgba(238,231,218,.74); }
.market-map {
  min-height: 530px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 26% 24%, rgba(185,95,58,.38), transparent 8%),
    radial-gradient(circle at 70% 64%, rgba(184,147,86,.26), transparent 10%),
    linear-gradient(90deg, rgba(238,231,218,.08) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(rgba(238,231,218,.07) 1px, transparent 1px) 0 0 / 56px 56px,
    #234f60;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.market-map::before {
  content: "";
  position: absolute;
  inset: 74px 64px;
  border: 5px solid rgba(238,231,218,.72);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 44%;
  transform: rotate(-12deg);
  animation: route-pulse 4.8s ease-in-out infinite;
}
.market-map::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 28%;
  top: 24%;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 140px 210px 0 var(--gold), 330px 120px 0 rgba(238,231,218,.85), 260px 330px 0 var(--accent);
  animation: pins 2.8s ease-in-out infinite;
}
.map-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 35%, rgba(238,231,218,.13), transparent 62%);
  transform: translateX(-120%);
  animation: map-sweep 6s ease-in-out infinite;
}
.route-runner {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 0 0 0 9px rgba(238,231,218,.18), 0 18px 34px rgba(0,0,0,.22);
  offset-path: path("M 95 345 C 190 110, 390 95, 515 250 S 470 530, 260 505");
  animation: route-run 7s cubic-bezier(.6,0,.25,1) infinite;
}
.market-sheet {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: min(340px, calc(100% - 52px));
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 20px;
  z-index: 3;
}
.market-sheet h3 { margin: 0 0 8px; font: 900 44px/.88 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.market-row { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); padding: 12px 0; font-weight: 900; }
.market-row span { color: var(--muted); font-weight: 700; }

.showcase-wall {
  min-height: 560px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(184,147,86,.30), transparent 42%), linear-gradient(30deg, #17201b, #4a3a28);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.showcase-wall::before {
  content: "";
  position: absolute;
  inset: 46px;
  border: 1px solid rgba(238,231,218,.22);
  border-radius: 6px;
}
.showcase-wall::after {
  content: "";
  position: absolute;
  left: 46px;
  right: 46px;
  top: 46px;
  height: 86px;
  border-top: 1px solid rgba(238,231,218,.35);
  border-bottom: 1px solid rgba(238,231,218,.2);
  background: linear-gradient(90deg, rgba(238,231,218,.15), transparent 42%);
  animation: measure 5.2s ease-in-out infinite;
}
.showcase-wall strong {
  position: absolute;
  left: 46px;
  bottom: 42px;
  color: var(--paper);
  max-width: 640px;
  font: 900 clamp(54px, 6vw, 96px)/.82 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.showcase-mark {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 2px solid rgba(238,231,218,.72);
  border-radius: 6px;
  animation: inspect-mark 4.6s ease-in-out infinite;
}
.showcase-mark.one { right: 74px; top: 84px; }
.showcase-mark.two { left: 82px; top: 210px; animation-delay: 1.1s; }
.showcase-mark.three { right: 160px; bottom: 158px; animation-delay: 2.2s; }

.workflow {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 22px;
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow);
}
.workflow::before {
  content: "";
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--blue), var(--green));
  background-size: 220% 100%;
  animation: track 4.2s linear infinite;
}
.workflow-card {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255,255,255,.045);
  border: 1px solid var(--line);
  animation: review-focus 6s ease-in-out infinite;
}
.workflow-card:nth-child(3) { animation-delay: 1.2s; }
.workflow-card:nth-child(4) { animation-delay: 2.4s; }
.workflow-card b { color: var(--accent); text-transform: uppercase; font-size: 12px; }
.workflow-card p { margin: 0; color: var(--muted); font-weight: 650; line-height: 1.35; }
.pill { background: rgba(110,231,249,.12); color: var(--accent); border-radius: 999px; padding: 8px 10px; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.section { padding: 86px 0; border-top: 1px solid var(--line); }
.section.dark { background: #050814; color: #f7f8fb; border-color: var(--line-dark); }
.section.white { background: var(--white); }
.section.paper { background: var(--white); }

.section-head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 30px;
}

.section-title {
  margin: 0;
  font: 700 clamp(34px, 4.8vw, 68px)/0.96 "Space Grotesk", sans-serif;
}

.section-copy { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; overflow-wrap: anywhere; }
.dark .section-copy { color: rgba(247, 243, 234, .72); }

.card-grid, .tier-grid, .three-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card, .job-card, .panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  padding: 22px;
  box-shadow: 0 10px 32px rgba(0,0,0,.16);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.card:hover, .job-card:hover { transform: translateY(-4px); border-color: rgba(110,231,249,.46); box-shadow: 0 18px 42px rgba(0,0,0,.22); }
.dark .card, .dark .job-card, .dark .panel { background: rgba(255,255,255,.045); border-color: var(--line-dark); }

.kicker { color: var(--accent); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.card h3, .job-card h3, .panel h3 {
  margin: 12px 0 10px;
  font: 700 26px/1.02 "Space Grotesk", sans-serif;
}
.card p, .job-card p, .panel p { margin: 0; color: var(--muted); line-height: 1.5; }
.dark .card p, .dark .job-card p, .dark .panel p { color: rgba(247,243,234,.72); }
.price { font: 900 42px/1 "Barlow Condensed", sans-serif; margin-top: 20px !important; color: var(--ink) !important; }
.path-note {
  margin-top: 18px !important;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink) !important;
  font-size: 13px;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
}

.ledger {
  display: grid;
  gap: 10px;
}
.ledger-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  padding: 14px;
}
.ledger-row b { color: var(--accent); text-transform: uppercase; font-size: 12px; }
.ledger-row span { color: var(--muted); line-height: 1.4; }

.work-order { display: grid; gap: 10px; }
.work-order .row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  padding: 14px;
}
.work-order b { color: var(--accent); text-transform: uppercase; font-size: 12px; }
.work-order span { color: var(--muted); line-height: 1.4; }

.evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.evidence {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  padding: 18px;
}
.evidence b { display: block; font: 700 25px/1 "Space Grotesk", sans-serif; }
.evidence span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.38; }

.service-list { display: grid; gap: 10px; margin-top: 18px; }
.service-list div {
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  padding: 14px 16px;
  color: var(--muted);
}

.quote-strip {
  padding: 42px 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(110,231,249,.18), transparent 28%),
    linear-gradient(135deg, #0b1020, #111827);
  color: #f7f8fb;
}
.quote-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.quote-strip h2 { margin: 0; font: 700 clamp(30px, 4.4vw, 56px)/0.98 "Space Grotesk", sans-serif; }
.contact-note { margin: 8px 0 0; font-weight: 800; color: rgba(226, 232, 240, .72); }

.form { display: grid; gap: 12px; }
.form input, .form select, .form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.07);
  color: var(--ink);
  padding: 14px;
  outline: none;
}
.form textarea { min-height: 118px; resize: vertical; }
.form input::placeholder, .form textarea::placeholder { color: rgba(226,232,240,.54); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(110,231,249,.16); }
.honey { display: none !important; }
.inline-form {
  width: min(620px, 100%);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}
.inline-form textarea, .inline-form button, .inline-form .form-status { grid-column: 1 / -1; }
.form-status { min-height: 18px; font-size: 12px; font-weight: 900; text-transform: uppercase; color: rgba(226,232,240,.72); }
.thanks-page .flagship-hero { min-height: 100vh; }

.footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer a { font-weight: 800; color: inherit; }
.footer a:hover { color: var(--ink); }
.build-badge {
  display: none;
}

.reveal { animation: reveal-up .62s cubic-bezier(.2,.7,.2,1) both; }
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes grid-drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(46px,46px,0); } }
@keyframes board-float { 0%, 100% { transform: rotate(-1.5deg) translateY(0); } 50% { transform: rotate(-.4deg) translateY(-10px); } }
@keyframes tile-glint { 0%, 45% { transform: translateX(-120%); } 70%, 100% { transform: translateX(120%); } }
@keyframes sweep { 0%, 100% { transform: translateX(-40%); opacity: .25; } 50% { transform: translateX(40%); opacity: 1; } }
@keyframes track { from { background-position: 0 0; } to { background-position: -220% 0; } }
@keyframes scan { 0%, 45% { transform: translateY(-100%); } 72%, 100% { transform: translateY(100%); } }
@keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgba(185,95,58,.52); } 100% { box-shadow: 0 0 0 14px rgba(185,95,58,0); } }
@keyframes meter-build { 0%, 100% { transform: scaleX(.28); } 45%, 72% { transform: scaleX(.92); } }
@keyframes route-pulse { 0%, 100% { opacity: .42; } 50% { opacity: .95; } }
@keyframes route-run { 0% { offset-distance: 0%; opacity: .25; } 12%, 84% { opacity: 1; } 100% { offset-distance: 100%; opacity: .25; } }
@keyframes map-sweep { 0%, 48% { transform: translateX(-120%); } 78%, 100% { transform: translateX(120%); } }
@keyframes pins { 0%, 100% { transform: scale(.92); opacity: .65; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes measure { 0%, 100% { transform: translateY(0); opacity: .38; } 50% { transform: translateY(110px); opacity: .85; } }
@keyframes inspect-mark { 0%, 100% { opacity: .28; transform: scale(.92); } 45%, 70% { opacity: 1; transform: scale(1.05); } }
@keyframes review-focus { 0%, 100% { transform: translateX(0); box-shadow: none; } 14%, 30% { transform: translateX(-8px); box-shadow: 8px 0 0 var(--accent); } }
@keyframes lab-sweep { 0%, 42% { transform: translateX(-130%); } 76%, 100% { transform: translateX(130%); } }
@keyframes orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes intro-symbol { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes intro-mark { to { opacity: 1; transform: translateY(0); } }
@keyframes intro-words { to { opacity: 1; } }
@keyframes intro-line { 0% { transform: scaleX(0); opacity: .4; } 55% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(.12); opacity: 0; } }
@keyframes intro-orbit { 0% { transform: scale(.72) rotate(0deg); opacity: 0; } 35% { opacity: 1; } 100% { transform: scale(1.08) rotate(24deg); opacity: 0; } }
@keyframes intro-release { 0%, 74% { opacity: 1; clip-path: inset(0 0 0 0); } 100% { opacity: 0; clip-path: inset(0 0 100% 0); visibility: hidden; } }
@keyframes globe-shell { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes globe-spin { from { transform: rotateY(62deg) rotateZ(0deg); } to { transform: rotateY(62deg) rotateZ(360deg); } }
@keyframes globe-spin-diagonal { from { transform: rotate(42deg) rotateY(58deg) rotateZ(0deg); } to { transform: rotate(42deg) rotateY(58deg) rotateZ(360deg); } }
@keyframes globe-latitude { 0%, 100% { transform: scaleX(.86); opacity: .55; } 50% { transform: scaleX(1.02); opacity: .92; } }
@keyframes showcase-float { 0%, 100% { transform: translateY(0) rotate(-.6deg); } 50% { transform: translateY(-18px) rotate(.4deg); } }

.variant-starter {
  --accent: #c96a52;
  --gold: #d2a664;
  --blue: #7b8d8b;
  --green: #7d755e;
  --paper: #efe3d4;
  --white: #fff7ef;
  --deep: #241b18;
}
.variant-pro {
  --accent: #4f8da0;
  --gold: #d1a34e;
  --blue: #245663;
  --green: #446b57;
  --paper: #edf1ec;
  --white: #fbf7ed;
  --deep: #12343c;
}
.variant-premium {
  --accent: #caa457;
  --gold: #d7b878;
  --blue: #5f6b72;
  --green: #3e4d42;
  --paper: #f2eadc;
  --white: #fff8ec;
  --deep: #171d19;
}
.variant-starter .page-grid,
.variant-starter.page-grid { background: radial-gradient(circle at 8% 8%, rgba(201,106,82,.18), transparent 30%), var(--paper); }
.variant-pro .nav { background: rgba(237,241,236,.90); }
.variant-premium .nav { background: rgba(242,234,220,.90); }

@media (max-width: 900px) {
  .links { display: none; }
  .hero-grid, .section-head, .split, .card-grid, .tier-grid, .three-grid, .evidence-grid, .floating-showcase { grid-template-columns: 1fr; }
  .tier-showcase, .booking-grid { grid-template-columns: 1fr; }
  .tier-rail { min-height: 180px; }
  .booking-board, .market-map, .showcase-wall { min-height: 430px; }
  .hero { padding: 48px 0 52px; }
  .flagship-hero { min-height: auto; }
  .launch-lab { transform: none; }
  .quote-strip .wrap { align-items: flex-start; flex-direction: column; }
  .inline-form { grid-template-columns: 1fr; }
  .floating-showcase { min-height: auto; }
  .site-preview { min-height: 360px; }
  .global-orb { width: 110px; height: 110px; right: 22px; top: 24px; }
  .opening-signature { animation-duration: 1.35s; }
  .opening-signature::before, .opening-globe::before, .opening-globe::after { animation-duration: 1.35s; }
  .site-preview, .workflow-card, .signal-panel div { animation: none; }
}

@media (max-width: 560px) {
  .wrap, .wide { width: min(1160px, calc(100vw - 32px)); }
  .top-strip .wrap { align-items: flex-start; flex-direction: column; }
  .nav .btn { display: none; }
  .nav .wrap { padding: 14px 0; }
  .oakline-symbol { width: 32px; height: 32px; }
  .oakline-symbol::before { inset: 7px; }
  .oakline-symbol::after { height: 20px; left: 15px; top: 5px; }
  .brand strong { font-size: 17px; }
  .display { font-size: clamp(29px, 8.4vw, 34px); line-height: .98; max-width: 100%; }
  .display, .section-title, .lead, .section-copy { max-width: 100%; }
  .lead { font-size: 15px; line-height: 1.45; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-status { grid-template-columns: 1fr; max-width: 100%; }
  .hero-status span, .hero-status a { min-height: 54px; }
  .client-status > span { padding: 13px 14px; }
  .artifact-stack { gap: 10px; }
  .hero-card-inner { min-height: 230px; padding: 16px; }
  .launch-lab { padding: 12px; }
  .lab-screen { min-height: 300px; }
  .site-frame { left: 14px; right: 14px; top: 14px; width: auto; padding: 16px; min-height: 186px; }
  .frame-title { font-size: 30px; }
  .global-orb { display: none; }
  .global-label { display: none; }
  .signal-panel { left: 14px; right: 14px; bottom: 14px; width: auto; gap: 8px; }
  .signal-panel div { grid-template-columns: 40px 1fr; padding: 10px; }
  .lab-footer { flex-direction: column; align-items: flex-start; }
  .signal-row { grid-template-columns: 1fr; }
  .field-photo { min-height: 178px; }
  .field-photo::before { inset: 14px; }
  .field-photo::after { left: 20px; bottom: 18px; max-width: calc(100% - 40px); font-size: 28px; }
  .audit-board { padding: 16px; }
  .audit-board h2 { font-size: 34px !important; }
  .audit-item { grid-template-columns: 1fr; }
  .ledger-row { grid-template-columns: 1fr; }
  .work-order .row { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
  .build-badge { display: none; }
  .system-card { animation: none; padding: 22px; width: 100%; min-width: 0; }
  .system-card h2 { font-size: 32px; }
  .system-strip { grid-template-columns: 1fr; }
  .tier-rail { padding: 28px 18px; }
  .tier-rail b { font-size: 34px; }
  .booking-grid { padding: 48px 16px; min-width: 0; }
  .booking-grid > *, .market-section .wrap > *, .magazine > * { max-width: 100%; }
  .booking-board, .market-map, .showcase-wall { min-height: 320px; }
  .booking-board::after { left: 22px; bottom: 22px; font-size: 34px; }
  .booking-ui { max-width: 220px; }
  .market-sheet { left: 18px; right: 18px; bottom: 18px; width: auto; }
  .market-row { flex-direction: column; gap: 4px; }
  .market-sheet h3 { font-size: 34px; }
  .showcase-wall strong { left: 24px; bottom: 24px; font-size: 38px; }
  .showcase-mark { width: 46px; height: 46px; }
  .workflow-card { grid-template-columns: 1fr; }
  .preview-screen { min-height: 240px; }
  .preview-screen b { font-size: 28px; }
  .quote-strip { padding: 34px 0; }
  .inline-form { width: 100%; }
  .form textarea { min-height: 148px; }
  .footer .wrap { align-items: flex-start; flex-direction: column; }
  .opening-globe { width: 104px; height: 104px; }
  .opening-symbol { width: 58px; height: 58px; }
  .opening-mark { font-size: clamp(30px, 10vw, 42px); }
  .opening-words { gap: 10px; font-size: 10px; }
  .ticker-track { animation-duration: 44s; }
  .lab-screen::before, .hero-status span::before, .hero-status a::before, .preview-screen::after { animation: none; }
}

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

/* Flagship impact preview */
.flagship-impact {
  --ink: #f8fbff;
  --paper: #03050b;
  --white: #080d18;
  --muted: #a6b1c1;
  --line: rgba(216, 228, 244, 0.13);
  --accent: #61e7ff;
  --gold: #f3c86a;
  --blue: #6f8cff;
  --green: #56f0b5;
  background:
    radial-gradient(circle at 82% 10%, rgba(97,231,255,.14), transparent 30%),
    radial-gradient(circle at 12% 20%, rgba(111,140,255,.18), transparent 32%),
    linear-gradient(180deg, #03050b 0%, #08101d 42%, #03050b 100%);
}

.flagship-impact .nav {
  background: rgba(3, 5, 11, 0.70);
  border-color: rgba(216, 228, 244, 0.10);
}

.flagship-impact .nav .wrap {
  padding: 16px 0;
}

.flagship-impact .brand strong {
  letter-spacing: 0;
}

.flagship-impact .system-hero.flagship-hero {
  min-height: calc(100vh - 76px);
  padding: clamp(54px, 8vw, 112px) 0 clamp(42px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(3,5,11,.96) 0 48%, rgba(7,13,25,.88) 48% 100%),
    radial-gradient(circle at 78% 24%, rgba(97,231,255,.22), transparent 34%),
    radial-gradient(circle at 38% 74%, rgba(243,200,106,.10), transparent 30%),
    #03050b;
}

.flagship-impact .system-hero::before {
  opacity: .72;
  background:
    linear-gradient(90deg, rgba(216,228,244,.052) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(rgba(216,228,244,.044) 1px, transparent 1px) 0 0 / 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.12));
}

.flagship-impact .hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .82fr);
  gap: clamp(36px, 6vw, 88px);
}

.flagship-impact .display {
  max-width: 830px;
  font-size: clamp(52px, 7.2vw, 112px);
  line-height: .91;
}

.flagship-impact .lead {
  max-width: 720px;
  color: rgba(226, 232, 240, .78);
  font-size: clamp(17px, 1.7vw, 22px);
}

.flagship-impact .hero-status {
  max-width: 620px;
}

.flagship-impact .client-status > span {
  min-height: 70px;
  padding: 15px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border-color: rgba(216, 228, 244, .16);
}

.flagship-impact .client-status b {
  font-size: 15px;
}

.flagship-impact .client-status small {
  color: rgba(226, 232, 240, .64);
}

.flagship-impact .btn.primary {
  color: #021018;
  box-shadow: 0 0 0 1px rgba(255,255,255,.22) inset, 0 18px 46px rgba(97,231,255,.18);
}

.flagship-impact .btn.ghost {
  border-color: rgba(216, 228, 244, .18);
}

.flagship-impact .launch-lab {
  min-height: 630px;
  padding: 14px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.03)),
    rgba(5, 9, 18, .78);
  box-shadow: 0 42px 120px rgba(0, 0, 0, .52);
  transform: rotate(.4deg);
}

.flagship-impact .lab-screen {
  min-height: 510px;
  background:
    radial-gradient(circle at 50% 38%, rgba(97,231,255,.16), transparent 27%),
    radial-gradient(circle at 52% 42%, rgba(243,200,106,.12), transparent 18%),
    linear-gradient(90deg, rgba(216,228,244,.05) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(rgba(216,228,244,.04) 1px, transparent 1px) 0 0 / 34px 34px,
    #040811;
  overflow: hidden;
}

.flagship-impact .lab-screen::after {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle, rgba(97,231,255,.62) 0 2px, transparent 3px) 18% 24% / 160px 160px,
    radial-gradient(circle, rgba(243,200,106,.55) 0 2px, transparent 3px) 72% 62% / 190px 190px,
    linear-gradient(115deg, transparent 36%, rgba(97,231,255,.18), transparent 56%);
  opacity: .68;
  animation: signal-drift 14s ease-in-out infinite;
  pointer-events: none;
}

.flagship-impact .impact-globe {
  position: absolute;
  width: min(320px, 58vw);
  aspect-ratio: 1;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(216, 228, 244, .24);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 38% 30%, rgba(255,255,255,.18), transparent 20%),
    radial-gradient(circle at 60% 55%, rgba(97,231,255,.16), transparent 31%),
    rgba(255,255,255,.018);
  box-shadow:
    inset 0 0 48px rgba(97,231,255,.08),
    0 0 70px rgba(97,231,255,.12);
  animation: impact-globe-float 11s ease-in-out infinite;
}

.flagship-impact .impact-globe::before,
.flagship-impact .impact-globe::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(216, 228, 244, .18);
  border-radius: 999px;
}

.flagship-impact .impact-globe::before {
  transform: rotateY(62deg);
  animation: globe-spin 6.5s linear infinite;
}

.flagship-impact .impact-globe::after {
  transform: rotate(50deg) rotateY(58deg);
  border-color: rgba(243,200,106,.34);
  animation: globe-spin-diagonal 8s linear infinite reverse;
}

.flagship-impact .impact-globe .oakline-symbol {
  width: 86px;
  height: 86px;
  color: var(--ink);
  background: rgba(3,5,11,.72);
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(216,228,244,.16), 0 22px 54px rgba(0,0,0,.34);
}

.impact-axis {
  position: absolute;
  width: 78%;
  height: 28%;
  border: 1px solid rgba(216,228,244,.26);
  border-radius: 999px;
  animation: globe-latitude 5.5s ease-in-out infinite;
}

.impact-axis.two {
  width: 92%;
  height: 92%;
  transform: rotate(30deg);
  border-color: rgba(97,231,255,.22);
  animation: orbit-spin 16s linear infinite, axis-glow 5.2s ease-in-out infinite;
}

.impact-axis.three {
  width: 70%;
  height: 70%;
  transform: rotate(-38deg);
  border-color: rgba(243,200,106,.22);
  animation: orbit-spin 20s linear infinite reverse, axis-glow 6.4s ease-in-out infinite;
}

.orbit-label {
  position: absolute;
  z-index: 3;
  min-width: 74px;
  padding: 8px 10px;
  border: 1px solid rgba(216,228,244,.18);
  border-radius: 8px;
  background: rgba(3,5,11,.78);
  color: rgba(248,251,255,.82);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  animation: orbit-label-drift 6s ease-in-out infinite;
}

.brand-layer { right: 8%; top: 12%; animation-delay: 0s; }
.web-layer { right: 6%; top: 38%; animation-delay: -1.5s; }
.ops-layer { right: 8%; bottom: 30%; animation-delay: -3s; }
.reach-layer { right: 6%; bottom: 10%; animation-delay: -4.5s; }

.flagship-impact .site-frame {
  left: 24px;
  top: 28px;
  width: min(218px, calc(100% - 48px));
  min-height: 146px;
  padding: 16px;
  background: rgba(3,5,11,.82);
  border-color: rgba(216,228,244,.20);
  backdrop-filter: blur(16px);
  animation: frame-breathe 10s ease-in-out infinite;
  z-index: 10;
}

.flagship-impact .frame-title {
  font-size: 24px;
  max-width: 150px;
  line-height: .96;
}

.flagship-impact .site-frame .frame-line {
  height: 8px;
  margin-top: 10px;
}

.flagship-impact .site-frame .frame-button {
  width: 104px;
  height: 34px;
  margin-top: 14px;
}

.flagship-impact .signal-panel {
  right: 24px;
  bottom: 24px;
  width: min(310px, calc(100% - 48px));
}

.flagship-impact .signal-panel div {
  background: rgba(3,5,11,.74);
  border-color: rgba(216,228,244,.16);
  animation: signal-card-lift 7.5s ease-in-out infinite;
}

.flagship-impact .signal-panel div:nth-child(2) { animation-delay: .7s; }
.flagship-impact .signal-panel div:nth-child(3) { animation-delay: 1.4s; }

.flagship-impact .signal-panel b {
  color: var(--gold);
}

.flagship-impact .lab-footer {
  color: rgba(226,232,240,.72);
}

.flagship-impact .ticker {
  background: #02040a;
  border-color: rgba(216, 228, 244, .12);
}

.flagship-impact .ticker span {
  color: rgba(226,232,240,.58);
  padding: 16px 30px;
}

.flagship-impact .showcase-section,
.flagship-impact .section.paper,
.flagship-impact #tiers {
  background:
    radial-gradient(circle at 14% 12%, rgba(97,231,255,.08), transparent 28%),
    linear-gradient(180deg, #050913, #080d18);
}

.flagship-impact .floating-showcase {
  gap: clamp(14px, 2vw, 24px);
}

.flagship-impact .site-preview {
  border-color: rgba(216, 228, 244, .13);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.026)),
    #060a14;
}

.flagship-impact .site-preview:nth-child(2) {
  transform: translateY(28px);
}

.flagship-impact .preview-screen {
  background:
    radial-gradient(circle at 80% 18%, rgba(97,231,255,.22), transparent 26%),
    linear-gradient(90deg, rgba(216,228,244,.08) 1px, transparent 1px) 0 0 / 30px 30px,
    linear-gradient(rgba(216,228,244,.06) 1px, transparent 1px) 0 0 / 30px 30px,
    #07111f;
}

.flagship-impact .preview-logo {
  background: #03050b;
  color: var(--accent);
}

.flagship-impact .review-card {
  background: #0b1220;
  border-color: rgba(216, 228, 244, .12);
}

.flagship-impact .review-card p {
  color: rgba(248,251,255,.86);
}

.flagship-impact .evidence {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.064), rgba(255,255,255,.024)),
    #080d18;
  border-color: rgba(216, 228, 244, .13);
}

.flagship-impact .evidence b {
  font-size: clamp(28px, 3vw, 42px);
}

.flagship-impact .evidence span,
.flagship-impact .card p,
.flagship-impact .path-note,
.flagship-impact .faq-item p {
  color: rgba(226,232,240,.72) !important;
}

.local-proof-section,
.faq-section {
  background:
    radial-gradient(circle at 80% 18%, rgba(97,231,255,.10), transparent 28%),
    linear-gradient(180deg, #070d19, #050814);
  border-top: 1px solid rgba(216,228,244,.12);
}

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

.proof-card,
.faq-item {
  min-height: 220px;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(216,228,244,.13);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.064), rgba(255,255,255,.024)),
    #080d18;
}

.proof-card.featured-proof {
  border-color: rgba(97,231,255,.38);
  box-shadow: 0 24px 70px rgba(97,231,255,.08);
}

.proof-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-card h3,
.faq-item h3 {
  margin: 0;
  color: rgba(248,251,255,.94);
  font: 800 20px/1.15 "Space Grotesk", Inter, sans-serif;
}

.proof-card p,
.faq-item p {
  margin: 14px 0 0;
  line-height: 1.55;
  font-weight: 650;
}

.flagship-impact .card {
  min-height: 250px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.066), rgba(255,255,255,.022)),
    #080d18;
  border-color: rgba(216,228,244,.13);
}

.flagship-impact .card.featured {
  border-color: rgba(97,231,255,.46);
  box-shadow: 0 28px 80px rgba(97,231,255,.08);
}

.flagship-impact .section.dark {
  background:
    radial-gradient(circle at 75% 20%, rgba(243,200,106,.12), transparent 28%),
    #02040a;
}

.flagship-impact .workflow {
  background: #080d18;
  border: 1px solid rgba(216,228,244,.12);
}

.flagship-impact .workflow-card {
  background: rgba(255,255,255,.045);
  border-color: rgba(216,228,244,.12);
}

.product-hero {
  padding: clamp(72px, 9vw, 128px) 0 88px;
  border-bottom: 1px solid rgba(216,228,244,.12);
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .76fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.audit-card {
  position: relative;
  min-height: 520px;
  display: grid;
  align-content: end;
  gap: 24px;
  padding: clamp(78px, 7vw, 96px) clamp(22px, 3vw, 34px) clamp(22px, 3vw, 34px);
  border: 1px solid rgba(216,228,244,.14);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 18%, rgba(110,231,249,.24), transparent 28%),
    linear-gradient(90deg, rgba(216,228,244,.055) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(rgba(216,228,244,.055) 1px, transparent 1px) 0 0 / 34px 34px,
    #080d18;
  box-shadow: 0 34px 90px rgba(0,0,0,.32);
}

.audit-card::before {
  content: "";
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  right: -22%;
  top: -10%;
  border: 1px solid rgba(110,231,249,.2);
  border-radius: 999px;
  animation: orbit-spin 18s linear infinite;
}

.audit-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 9px 12px;
  border: 1px solid rgba(110,231,249,.34);
  border-radius: 999px;
  background: rgba(110,231,249,.12);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.audit-card h2 {
  position: relative;
  margin: 0;
  font: 700 clamp(32px, 4vw, 54px)/.98 "Space Grotesk", sans-serif;
}

.audit-list {
  position: relative;
  display: grid;
  gap: 10px;
}

.audit-list span {
  display: grid;
  gap: 8px;
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(216,228,244,.13);
  border-radius: var(--radius);
  background: rgba(3,5,11,.68);
  color: rgba(248,251,255,.84);
  font-weight: 800;
}

.audit-list b {
  color: var(--gold);
  font-size: 12px;
}

.signal-offer {
  background:
    radial-gradient(circle at 78% 14%, rgba(52,211,153,.16), transparent 28%),
    radial-gradient(circle at 10% 76%, rgba(167,139,250,.12), transparent 30%),
    #050814;
  color: #f7f8fb;
}

.signal-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.signal-board {
  position: relative;
  min-height: 440px;
  border: 1px solid rgba(216,228,244,.14);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(216,228,244,.055) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(rgba(216,228,244,.055) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.022)),
    #070d19;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.product-offer-band {
  background:
    radial-gradient(circle at 82% 18%, rgba(91,141,239,.2), transparent 32%),
    linear-gradient(180deg, #080d18, #03050b);
  color: #f8fbff;
}

.product-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.paid-map-card {
  position: relative;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(216,228,244,.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    #070b14;
  box-shadow: 0 28px 88px rgba(0,0,0,.32);
  overflow: hidden;
}

.paid-map-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(110,231,249,.14);
  border-radius: calc(var(--radius) - 4px);
  pointer-events: none;
}

.paid-map-card h3 {
  position: relative;
  margin: 26px 0 18px;
  max-width: 520px;
  font: 800 clamp(30px, 4vw, 54px)/.94 "Space Grotesk", sans-serif;
}

.paid-map-card .audit-list {
  position: relative;
}

.signal-board::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(110,231,249,.18);
  border-radius: 999px;
  animation: orbit-spin 16s linear infinite;
}

.signal-board::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(115deg, transparent 40%, rgba(110,231,249,.18), transparent 58%);
  animation: lab-sweep 5.8s ease-in-out infinite;
}

.signal-video {
  position: absolute;
  left: 28px;
  top: 28px;
  right: 28px;
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(216,228,244,.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 68% 28%, rgba(110,231,249,.24), transparent 26%),
    linear-gradient(135deg, rgba(2,4,10,.38), rgba(2,4,10,.82)),
    #09111f;
  z-index: 1;
}

.signal-video b {
  max-width: 420px;
  font: 700 clamp(28px, 3.6vw, 48px)/.96 "Space Grotesk", sans-serif;
}

.signal-video p {
  margin: 0;
  color: rgba(226,232,240,.72);
  font-weight: 750;
}

.play-dot {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(110,231,249,.16);
  border: 1px solid rgba(110,231,249,.34);
}

.play-dot::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  border-left: 14px solid var(--accent);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.signal-steps {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  z-index: 1;
}

.signal-steps span {
  display: grid;
  gap: 8px;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(216,228,244,.13);
  border-radius: var(--radius);
  background: rgba(3,5,11,.68);
  color: rgba(248,251,255,.82);
  font-weight: 800;
}

.signal-steps b {
  color: var(--gold);
  font-size: 12px;
}

.mini-board {
  min-height: 470px;
}

.product-request {
  border-top: 1px solid rgba(216,228,244,.12);
}

.instant-result-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(110,231,249,.12), transparent 28%),
    linear-gradient(180deg, #050814, #070d19);
}

.result-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .78fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.result-card {
  border: 1px solid rgba(216,228,244,.14);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(90deg, rgba(216,228,244,.055) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(rgba(216,228,244,.055) 1px, transparent 1px) 0 0 / 32px 32px,
    rgba(255,255,255,.045);
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.result-score {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.result-score span {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(110,231,249,.34);
  border-radius: 999px;
  background: rgba(110,231,249,.12);
  color: var(--accent);
  font: 800 42px/1 "Space Grotesk", sans-serif;
}

.result-score b {
  font: 700 26px/1.04 "Space Grotesk", sans-serif;
}

.result-list {
  display: grid;
  gap: 10px;
}

.result-list article {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(216,228,244,.13);
  border-radius: var(--radius);
  background: rgba(3,5,11,.64);
}

.result-list b {
  color: var(--gold);
  font-size: 12px;
}

.result-list span {
  color: rgba(248,251,255,.82);
  font-weight: 750;
  line-height: 1.42;
}

.analysis-steps {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.analysis-steps[hidden] {
  display: none;
}

.analysis-steps span {
  position: relative;
  overflow: hidden;
  min-height: 46px;
  display: grid;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(216,228,244,.13);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  color: rgba(248,251,255,.78);
  font-weight: 850;
  transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease;
}

.analysis-steps span.active {
  transform: translateX(6px);
  border-color: rgba(97,231,255,.44);
  background: rgba(97,231,255,.09);
  color: rgba(248,251,255,.94);
}

.analysis-steps span.done {
  border-color: rgba(86,240,181,.28);
  color: rgba(226,232,240,.74);
}

.analysis-steps span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(110,231,249,.18), transparent 58%);
  transform: translateX(-120%);
  animation: lab-sweep 2.8s ease-in-out infinite;
}

.analysis-steps span:nth-child(2)::after { animation-delay: .45s; }
.analysis-steps span:nth-child(3)::after { animation-delay: .9s; }
.analysis-steps span:nth-child(4)::after { animation-delay: 1.35s; }

.flagship-impact .quote-strip {
  background:
    radial-gradient(circle at 84% 20%, rgba(97,231,255,.20), transparent 30%),
    linear-gradient(135deg, #050913, #0a1220);
}

.flagship-impact .footer {
  background: #02040a;
  padding: 22px 0;
  color: rgba(226,232,240,.48);
  font-size: 12px;
  border-top-color: rgba(216,228,244,.08);
}

.flagship-impact .footer .wrap {
  gap: 14px;
}

.flagship-impact .footer span:first-child {
  color: rgba(248,251,255,.72);
  font-weight: 800;
}

@keyframes impact-globe-float {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, calc(-50% - 10px)) scale(1.02); }
}

@keyframes orbit-label-drift {
  0%, 100% { transform: translateY(0); opacity: .78; }
  50% { transform: translateY(-8px); opacity: 1; }
}

@keyframes signal-drift {
  0%, 100% { transform: translate3d(-1%, -1%, 0) rotate(0deg); opacity: .44; }
  45% { transform: translate3d(3%, 2%, 0) rotate(7deg); opacity: .82; }
  70% { transform: translate3d(-2%, 3%, 0) rotate(-4deg); opacity: .58; }
}

@keyframes frame-breathe {
  0%, 100% { transform: translateY(0); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
  50% { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(97,231,255,.12); }
}

@keyframes signal-card-lift {
  0%, 100% { transform: translateX(0); border-color: rgba(216,228,244,.16); }
  40% { transform: translateX(-7px); border-color: rgba(97,231,255,.34); }
  62% { transform: translateX(0); border-color: rgba(243,200,106,.24); }
}

@keyframes intelligence-scan {
  0%, 100% { background-position: 18% 24%, 72% 62%, -45% 0; }
  45% { background-position: 20% 28%, 70% 58%, 48% 0; }
  72% { background-position: 16% 22%, 75% 65%, 120% 0; }
}

@keyframes globe-charge {
  0%, 100% { box-shadow: inset 0 0 48px rgba(97,231,255,.08), 0 0 70px rgba(97,231,255,.12); }
  48% { box-shadow: inset 0 0 68px rgba(97,231,255,.16), 0 0 96px rgba(97,231,255,.20); }
}

@keyframes axis-glow {
  0%, 100% { opacity: .78; }
  50% { opacity: 1; }
}

@keyframes frame-lock {
  0%, 100% { border-color: rgba(216,228,244,.16); }
  38% { border-color: rgba(97,231,255,.42); }
  62% { border-color: rgba(243,200,106,.30); }
}

@media (max-width: 900px) {
  .flagship-impact .hero-grid {
    grid-template-columns: 1fr;
  }

  .flagship-impact .launch-lab {
    min-height: 560px;
    transform: none;
  }

  .flagship-impact .lab-screen {
    min-height: 440px;
  }

  .flagship-impact .impact-globe {
    width: min(300px, 76vw);
  }

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

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

  .proof-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .audit-card {
    min-height: 440px;
  }
}

@media (max-width: 560px) {
  .flagship-impact .system-hero.flagship-hero {
    padding-top: 38px;
  }

  .flagship-impact .display {
    font-size: clamp(38px, 12.5vw, 56px);
  }

  .flagship-impact .hero-status {
    grid-template-columns: 1fr;
  }

  .flagship-impact .launch-lab {
    min-height: 480px;
  }

  .flagship-impact .lab-screen {
    min-height: 380px;
  }

  .flagship-impact .impact-globe {
    top: 40%;
    width: min(236px, 72vw);
  }

  .flagship-impact .impact-globe .oakline-symbol {
    width: 64px;
    height: 64px;
  }

  .orbit-label {
    min-width: 62px;
    font-size: 10px;
    padding: 7px 8px;
  }

  .flagship-impact .site-frame {
    display: none;
  }

  .flagship-impact .signal-panel {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .brand-layer { right: 6%; top: 10%; }
  .web-layer { right: 5%; top: 36%; }
  .ops-layer { right: 6%; bottom: 28%; }
  .reach-layer { right: 5%; bottom: 8%; }

  .flagship-impact .site-preview:nth-child(2) {
    transform: none;
  }

  .signal-board {
    min-height: 0;
    display: grid;
    gap: 12px;
    padding: 14px;
  }

  .signal-video {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    min-height: 238px;
  }

  .signal-steps {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding-top: 46px;
  }

  .audit-card {
    min-height: 0;
    padding-top: 100px;
  }
}


/* ─────────────────────────────────────────
   FOOTER UPGRADE — multi-column grid
───────────────────────────────────────── */
.footer {
  border-top: 1px solid var(--line-dark);
  background: #040608;
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
  flex-direction: unset;
  justify-content: unset;
  padding-bottom: 48px;
}

.footer-brand strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #f0f4f8;
  margin-bottom: 12px;
}
.footer-brand p {
  font-size: 13px;
  color: rgba(238,231,218,.55);
  line-height: 1.65;
  margin-bottom: 8px;
}
.footer-brand a {
  color: rgba(238,231,218,.7);
  transition: color .18s;
}
.footer-brand a:hover { color: var(--accent); }

.footer-links strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: rgba(238,231,218,.4);
  margin-bottom: 14px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  font-size: 13px;
  color: rgba(238,231,218,.6);
  transition: color .18s;
  line-height: 1;
}
.footer-links a:hover { color: var(--accent); }

.footer-cta strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #f0f4f8;
  margin-bottom: 8px;
}
.footer-cta p {
  font-size: 13px;
  color: rgba(238,231,218,.55);
  line-height: 1.6;
  margin-bottom: 16px;
}
.footer-cta .btn.primary {
  background: var(--accent);
  color: #050814;
  border-color: var(--accent);
  font-size: 12px;
  padding: 0 20px;
  min-height: 42px;
}
.footer-cta .btn.primary:hover {
  background: #8de8d0;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(110,231,249,.22);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 12px;
  color: rgba(238,231,218,.35);
  flex-direction: unset;
  gap: 16px;
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}

/* ─────────────────────────────────────────
   ANIMATION POLISH
   — smoother, consistent easing
───────────────────────────────────────── */

/* Unified transition on interactive elements */
.btn, .card, .job-card, .panel, .tier-card,
.nav a, .brand, a {
  transition: color .18s ease, background .18s ease,
              border-color .18s ease, transform .2s cubic-bezier(.25,.46,.45,.94),
              box-shadow .2s ease, opacity .18s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
.btn:active { transform: translateY(0); }

.btn.primary {
  background: var(--accent);
  color: #050814;
  border-color: var(--accent);
  font-weight: 900;
}
.btn.primary:hover {
  background: #8de8d0;
  box-shadow: 0 8px 28px rgba(110,231,249,.2);
}

.btn.ghost {
  border-color: rgba(238,231,218,.22);
  color: rgba(238,231,218,.85);
}
.btn.ghost:hover {
  border-color: rgba(238,231,218,.5);
  color: #f7f8fb;
  background: rgba(255,255,255,.05);
}

/* Reveal-up animation — cleaner timing */
@keyframes reveal-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Staggered fade-in for cards */
.card-grid .card:nth-child(1) { animation: reveal-up .5s .05s both; }
.card-grid .card:nth-child(2) { animation: reveal-up .5s .12s both; }
.card-grid .card:nth-child(3) { animation: reveal-up .5s .19s both; }

/* Intro signature — tighter timing */
.opening-signature {
  animation: intro-release 1.9s cubic-bezier(.72,0,.18,1) forwards;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* ─────────────────────────────────────────
   TYPOGRAPHY IMPROVEMENTS
───────────────────────────────────────── */

/* Tighter, more intentional headline sizing */
.display {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.headline {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

/* Body text — improved readability */
p, .body-copy {
  font-size: 15px;
  line-height: 1.72;
  color: rgba(238,231,218,.72);
}

/* Small label/eyebrow text */
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: var(--accent);
}

/* Section spacing — more air */
.section { padding: 96px 0; }
.section + .section { border-top: 1px solid var(--line); }

/* ─────────────────────────────────────────
   SPACING SYSTEM — consistent vertical rhythm
───────────────────────────────────────── */
.gap-xs  { gap: 8px; }
.gap-sm  { gap: 14px; }
.gap-md  { gap: 24px; }
.gap-lg  { gap: 40px; }
.gap-xl  { gap: 64px; }

.mt-sm  { margin-top: 14px; }
.mt-md  { margin-top: 28px; }
.mt-lg  { margin-top: 48px; }
.mb-sm  { margin-bottom: 14px; }
.mb-md  { margin-bottom: 28px; }
.mb-lg  { margin-bottom: 48px; }

/* Section head spacing */
.section-head {
  margin-bottom: clamp(32px, 5vw, 56px);
}

/* Hero padding — better mobile breathing room */
.hero { padding: clamp(60px, 9vw, 110px) 0 clamp(50px, 7vw, 90px); }

/* Card inner padding */
.card, .panel { padding: clamp(20px, 3vw, 28px); }

/* Wrap container — more padding on small screens */
.wrap { width: min(1160px, calc(100vw - 40px)); }

/* 2026-05-18 Oakline business polish: contain the flagship page, calm motion, and clean spacing. */
.flagship-impact {
  overflow-x: hidden;
}

.flagship-impact .wrap,
.flagship-impact .wide {
  width: min(1120px, calc(100vw - 40px));
}

.flagship-impact .nav {
  background: rgba(3, 5, 11, 0.88);
}

.flagship-impact .nav .wrap {
  min-height: 70px;
}

.flagship-impact .brand {
  color: rgba(248, 251, 255, 0.96);
}

.flagship-impact .brand .oakline-symbol {
  width: 40px;
  height: 40px;
  color: rgba(248, 251, 255, 0.96);
  background: #050814;
}

.flagship-impact .brand strong {
  font-size: 18px;
  line-height: 1;
}

.flagship-impact .links {
  gap: clamp(12px, 1.7vw, 22px);
  color: rgba(226, 232, 240, 0.72);
}

.flagship-impact .links a:hover {
  color: rgba(248, 251, 255, 0.98);
}

.flagship-impact .system-hero.flagship-hero {
  min-height: auto;
  padding: clamp(58px, 7vw, 92px) 0 clamp(50px, 6vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(90deg, #03050b 0 55%, #07101d 55% 100%),
    radial-gradient(circle at 82% 24%, rgba(97,231,255,.16), transparent 30%),
    #03050b;
}

.flagship-impact .system-hero::before {
  mask-image: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.30));
}

.flagship-impact .hero-grid {
  grid-template-columns: minmax(0, 610px) minmax(340px, 440px);
  gap: clamp(44px, 6vw, 90px);
  align-items: center;
  justify-content: space-between;
}

.flagship-impact .display {
  max-width: 610px;
  font-size: clamp(48px, 5.1vw, 70px);
  line-height: 1;
}

.flagship-impact .lead {
  max-width: 590px;
  margin-top: 20px;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}

.flagship-impact .hero-status {
  max-width: 620px;
  gap: 10px;
}

.flagship-impact .client-status > span {
  min-height: 66px;
}

.flagship-impact .hero-actions {
  margin-top: 26px;
}

.flagship-impact .launch-lab {
  width: 100%;
  min-height: 520px;
  transform: none;
  box-shadow: 0 28px 86px rgba(0, 0, 0, .42);
}

.flagship-impact .lab-screen {
  min-height: 410px;
}

.flagship-impact .impact-globe {
  width: min(260px, 60vw);
  animation-duration: 18s;
}

.flagship-impact .site-frame {
  display: none;
}

.flagship-impact .orbit-label {
  display: none;
}

.flagship-impact .signal-panel {
  left: 24px;
  right: 24px;
  bottom: 24px;
  width: auto;
}

.flagship-impact .signal-panel div {
  grid-template-columns: 44px 1fr;
  min-height: 54px;
}

.flagship-impact .signal-panel span {
  white-space: normal;
  line-height: 1.25;
}

.flagship-impact .lab-footer span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.flagship-impact .lab-footer span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green);
}

.flagship-impact .signal-panel div,
.site-preview,
.orbit-label,
.flagship-impact .site-frame,
.flagship-impact .lab-screen::after {
  animation-duration: 14s;
}

.flagship-impact .ticker-track {
  animation-duration: 44s;
}

.flagship-impact .section {
  padding: clamp(64px, 7vw, 92px) 0;
}

.flagship-impact .section-head {
  gap: clamp(18px, 4vw, 54px);
}

.flagship-impact .section-title {
  line-height: 1.04;
}

.flagship-impact .floating-showcase {
  min-height: 0;
  align-items: stretch;
}

.flagship-impact .site-preview {
  min-height: 390px;
  animation-name: none;
}

.flagship-impact .site-preview:nth-child(2) {
  transform: none;
}

.flagship-impact .preview-screen {
  min-height: 245px;
}

.flagship-impact .evidence-grid,
.flagship-impact .tier-grid,
.flagship-impact .proof-grid,
.flagship-impact .faq-grid {
  gap: 16px;
}

.flagship-impact .evidence,
.flagship-impact .card,
.proof-card,
.faq-item {
  min-height: auto;
  padding: clamp(20px, 2.4vw, 28px);
}

.flagship-impact .evidence b {
  font-size: clamp(24px, 2.45vw, 34px);
}

.flagship-impact .card h3,
.proof-card h3,
.faq-item h3 {
  line-height: 1.16;
}

.flagship-impact .quote-strip .wrap {
  align-items: start;
}

@media (max-width: 980px) {
  .flagship-impact .system-hero.flagship-hero {
    background:
      linear-gradient(180deg, #03050b 0 56%, #07101d 56% 100%),
      #03050b;
  }

  .flagship-impact .hero-grid {
    grid-template-columns: 1fr;
  }

  .flagship-impact .launch-lab {
    max-width: 620px;
    min-height: 460px;
  }

  .flagship-impact .lab-screen {
    min-height: 350px;
  }
}

@media (max-width: 760px) {
  .flagship-impact .wrap,
  .flagship-impact .wide {
    width: min(100% - 28px, 1120px);
  }

  .flagship-impact .nav .wrap {
    min-height: 62px;
  }

  .flagship-impact .display {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1;
  }

  .flagship-impact .lead {
    font-size: 16px;
  }

  .flagship-impact .hero-status {
    grid-template-columns: 1fr;
  }

  .flagship-impact .hero-actions {
    align-items: stretch;
  }

  .flagship-impact .hero-actions .btn {
    width: 100%;
  }

  .flagship-impact .launch-lab {
    min-height: 390px;
  }

  .flagship-impact .lab-screen {
    min-height: 300px;
  }

  .flagship-impact .impact-globe {
    width: min(220px, 70vw);
  }

  .flagship-impact .floating-showcase,
  .proof-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

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

/* Keep the stronger animated hero, with cleaner copy lanes and safer positioning. */
.flagship-impact .system-hero.flagship-hero {
  background:
    linear-gradient(90deg, rgba(3,5,11,.96) 0 52%, rgba(7,13,25,.88) 52% 100%),
    radial-gradient(circle at 78% 24%, rgba(97,231,255,.22), transparent 34%),
    radial-gradient(circle at 38% 74%, rgba(243,200,106,.10), transparent 30%),
    #03050b;
}

.flagship-impact .hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr);
  gap: clamp(38px, 5vw, 72px);
}

.flagship-impact .display {
  max-width: 760px;
  font-size: clamp(54px, 6.45vw, 96px);
  line-height: .94;
}

.flagship-impact .lead {
  max-width: 680px;
}

.flagship-impact .launch-lab {
  min-height: 600px;
  transform: rotate(.25deg);
  box-shadow: 0 38px 110px rgba(0, 0, 0, .50);
}

.flagship-impact .lab-screen {
  min-height: 480px;
}

.flagship-impact .site-frame {
  display: block;
  left: 24px;
  top: 28px;
  width: min(214px, calc(100% - 48px));
  min-height: 140px;
  animation: frame-breathe 10s ease-in-out infinite;
}

.flagship-impact .orbit-label {
  display: block;
  animation: orbit-label-drift 6s ease-in-out infinite;
}

.flagship-impact .signal-panel {
  left: auto;
  right: 24px;
  bottom: 24px;
  width: min(300px, calc(100% - 48px));
}

.flagship-impact .signal-panel div {
  grid-template-columns: 52px 1fr;
  animation: signal-card-lift 7.5s ease-in-out infinite;
}

.flagship-impact .lab-screen::after {
  animation: signal-drift 14s ease-in-out infinite;
}

.flagship-impact .impact-globe {
  animation: impact-globe-float 11s ease-in-out infinite;
}

.site-preview {
  animation: showcase-float 8s ease-in-out infinite;
}

.flagship-impact .site-preview:nth-child(2) {
  transform: translateY(18px);
}

@media (max-width: 980px) {
  .flagship-impact .hero-grid {
    grid-template-columns: 1fr;
  }

  .flagship-impact .display {
    font-size: clamp(46px, 10vw, 76px);
  }

  .flagship-impact .launch-lab {
    min-height: 500px;
    transform: none;
  }

  .flagship-impact .lab-screen {
    min-height: 390px;
  }
}

@media (max-width: 760px) {
  .flagship-impact .system-hero.flagship-hero {
    background:
      linear-gradient(180deg, #03050b 0 58%, #07101d 58% 100%),
      #03050b;
  }

  .flagship-impact .display {
    font-size: clamp(42px, 12.5vw, 60px);
    line-height: .98;
  }

  .flagship-impact .site-frame,
  .flagship-impact .orbit-label {
    display: none;
  }

  .flagship-impact .signal-panel {
    left: 14px;
    right: 14px;
    width: auto;
  }
}


/* ── IMPROVED VISIBILITY CHECK FORM ── */
.instant-check-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 600px) {
  .instant-check-form .form-row { grid-template-columns: 1fr; gap: 10px; }
}
.instant-check-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.instant-check-form label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(216,228,244,.6);
  text-transform: uppercase;
  letter-spacing: .5px;
}
.form-optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: .65;
}
.instant-check-form input,
.instant-check-form select,
.instant-check-form textarea {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(216,228,244,.14);
  border-radius: 10px;
  color: #f8fbff;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color .18s;
  width: 100%;
  -webkit-appearance: none;
}
.instant-check-form input:focus,
.instant-check-form select:focus,
.instant-check-form textarea:focus {
  outline: none;
  border-color: rgba(0,229,176,.55);
}
.instant-check-form select option { background: #0d1219; }
.instant-check-form textarea { resize: none; }

/* Focus chips */
.focus-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.chip {
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(216,228,244,.14);
  color: rgba(216,228,244,.7);
  transition: all .16s;
  font-family: inherit;
}
.chip:hover { border-color: rgba(0,229,176,.35); color: #f8fbff; }
.chip.chip-active {
  background: rgba(0,229,176,.12);
  border-color: rgba(0,229,176,.45);
  color: #00e5b0;
}

/* Live preview box */
.check-preview {
  background: rgba(0,229,176,.07);
  border: 1px solid rgba(0,229,176,.22);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.preview-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #00e5b0;
  margin-bottom: 6px;
}
.check-preview p {
  font-size: 13px;
  color: rgba(248,251,255,.8);
  line-height: 1.55;
  margin: 0;
}

.form-note {
  font-size: 12px;
  color: rgba(216,228,244,.45);
  margin-top: 10px;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════
   DUAL CONVERSION SYSTEM — 2026-05-18
   ══════════════════════════════════════════════════════════ */

/* Social proof line under hero CTA */
.social-proof-line {
  margin-top: 14px;
  font-size: 11px;
  color: rgba(216,228,244,.4);
  letter-spacing: .3px;
}

/* Dual CTA row in hero */
.dual-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

/* Dual strip layout (contact section) */
.dual-strip .wrap { max-width: 1080px; }
.dual-strip-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: center;
}
.dual-strip-left,
.dual-strip-right {
  padding: 40px 32px;
}
.dual-strip-left h2,
.dual-strip-right h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 12px; }
.dual-strip-left p,
.dual-strip-right p  { margin-bottom: 20px; }
.dual-strip-divider {
  width: 1px;
  height: 220px;
  background: rgba(216,228,244,.1);
}
@media (max-width: 720px) {
  .dual-strip-wrap { grid-template-columns: 1fr; }
  .dual-strip-divider { width: 100%; height: 1px; margin: 0 32px; }
  .dual-strip-left, .dual-strip-right { padding: 28px 20px; }
}

/* Audit divider */
.audit-divider {
  height: 1px;
  background: rgba(216,228,244,.1);
  margin: 16px 0;
}
.audit-note {
  font-size: 12px;
  color: rgba(216,228,244,.5);
  line-height: 1.6;
  margin: 0;
}

/* Offer trust row */
.offer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.offer-trust-row span {
  font-size: 12px;
  font-weight: 700;
  color: rgba(216,228,244,.6);
}

/* Check list */
.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.check-list li {
  font-size: 14px;
  color: rgba(216,228,244,.8);
  padding-left: 20px;
  position: relative;
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #00c896;
  font-weight: 700;
}

/* ── FORM SECTION LAYOUT ── */
.check-form-section { padding: 80px 0; }
.check-form-wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

.check-form-header {
  text-align: center;
  margin-bottom: 48px;
}
.check-form-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  margin-bottom: 12px;
}
.check-form-header p {
  font-size: 16px;
  color: rgba(216,228,244,.6);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

.check-form-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 860px) {
  .check-form-body { grid-template-columns: 1fr; }
}

/* ── OK FORM ── */
.ok-form { display: flex; flex-direction: column; gap: 0; }

.ok-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .ok-row { grid-template-columns: 1fr; gap: 10px; }
}

.ok-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.ok-field-hero { margin-bottom: 16px; }
.ok-field-hero input {
  font-size: 17px !important;
  padding: 15px 16px !important;
  font-weight: 600 !important;
}

.ok-field label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(216,228,244,.55);
  text-transform: uppercase;
  letter-spacing: .5px;
}
.ok-hint { font-weight: 400; text-transform: none; letter-spacing: 0; opacity: .7; }
.ok-optional { font-weight: 400; text-transform: none; letter-spacing: 0; opacity: .55; }

.ok-form input,
.ok-form select,
.ok-form textarea {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(216,228,244,.12);
  border-radius: 10px;
  color: #f8fbff;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  width: 100%;
  transition: border-color .18s, background .18s;
  -webkit-appearance: none;
  appearance: none;
}
.ok-form input:focus,
.ok-form select:focus,
.ok-form textarea:focus {
  outline: none;
  border-color: rgba(0,200,150,.5);
  background: rgba(255,255,255,.06);
}
.ok-form input::placeholder,
.ok-form textarea::placeholder { color: rgba(216,228,244,.3); }
.ok-form select option { background: #0d1219; color: #f8fbff; }
.ok-form textarea { resize: none; }

/* Chips */
.ok-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.ok-chip {
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(216,228,244,.12);
  color: rgba(216,228,244,.65);
  font-family: inherit;
  transition: all .16s;
  user-select: none;
}
.ok-chip:hover { border-color: rgba(0,200,150,.35); color: #f8fbff; }
.ok-chip.ok-chip-active {
  background: rgba(0,200,150,.12);
  border-color: rgba(0,200,150,.45);
  color: #00c896;
}

/* Live preview */
.ok-preview {
  background: rgba(0,200,150,.07);
  border: 1px solid rgba(0,200,150,.2);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}
.ok-preview-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: #00c896;
  margin-bottom: 6px;
}
.ok-preview p {
  font-size: 13px;
  color: rgba(248,251,255,.75);
  line-height: 1.55;
  margin: 0;
}

/* Submit button */
.ok-submit {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border-radius: 12px;
  margin-bottom: 12px;
}
.ok-fine {
  font-size: 12px;
  color: rgba(216,228,244,.38);
  text-align: center;
  line-height: 1.5;
}

/* Plan nudge sidebar */
.plan-nudge {
  position: sticky;
  top: 90px;
}
.plan-nudge-inner {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(216,228,244,.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-nudge-badge {
  display: inline-block;
  background: rgba(245,197,24,.12);
  border: 1px solid rgba(245,197,24,.25);
  color: #f5c518;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  padding: 4px 10px;
  border-radius: 20px;
  width: fit-content;
}
.plan-nudge-inner h3 {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}
.plan-nudge-inner p {
  font-size: 13px;
  color: rgba(216,228,244,.6);
  line-height: 1.6;
  margin: 0;
}
.plan-nudge-list {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.plan-nudge-list li {
  font-size: 12px;
  color: rgba(216,228,244,.7);
  padding-left: 18px;
  position: relative;
}
.plan-nudge-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #f5c518;
  font-weight: 700;
}
.plan-nudge-note {
  font-size: 11px;
  color: rgba(216,228,244,.35);
  margin: 0;
}

/* Offer CTA */
.offer-cta {
  font-size: 16px;
  padding: 15px 28px;
}

/* Footer full grid */
.footer-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(216,228,244,.08);
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .footer-full { grid-template-columns: 1fr 1fr; gap: 24px; }
}
@media (max-width: 440px) {
  .footer-full { grid-template-columns: 1fr; }
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col strong {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: rgba(216,228,244,.5);
  margin-bottom: 4px;
}
.footer-col span, .footer-col a {
  font-size: 13px;
  color: rgba(216,228,244,.55);
  text-decoration: none;
}
.footer-col a:hover { color: rgba(216,228,244,.9); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
  color: rgba(216,228,244,.3);
}
