:root {
  --ink: #0d0d0d;
  --ink-soft: #151515;
  --paper: #f4f2ed;
  --white: #ffffff;
  --gold: #d4af37;
  --gold-soft: #ead99d;
  --muted: #a5a5a5;
  --line: rgba(255, 255, 255, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(13, 13, 13, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(22px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 30;
}

.wordmark {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 650;
  gap: 11px;
  letter-spacing: 0.16em;
}

.wordmark-mark {
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.75);
  border-radius: 50%;
  color: var(--gold);
  display: inline-flex;
  font-size: 0.63rem;
  height: 28px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 28px;
}

.site-header nav {
  align-items: center;
  display: flex;
  font-size: 0.74rem;
  gap: 30px;
  letter-spacing: 0.05em;
}

.site-header nav a:not(.nav-cta) {
  color: #c5c5c5;
}

.nav-cta {
  background: var(--white);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 650;
  padding: 11px 18px;
}

.hero {
  align-items: center;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 120px clamp(24px, 7vw, 110px) 80px;
  position: relative;
}

.hero::after {
  background: linear-gradient(90deg, var(--ink) 0%, transparent 60%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-content {
  max-width: 850px;
  position: relative;
  z-index: 3;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(4.6rem, 11vw, 10.5rem);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.76;
  margin: 0;
}

.hero h1 span {
  color: var(--gold);
  display: block;
  font-weight: 350;
  margin-left: 0.3em;
}

.hero-deck {
  color: #d8d8d8;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: -0.02em;
  margin: 44px 0 0;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 54px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

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

.button svg {
  height: 18px;
  width: 18px;
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--gold-soft);
}

.text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
}

.microcopy {
  color: #868686;
  font-size: 0.72rem;
  line-height: 1.6;
  margin: 22px 0 0;
  max-width: 550px;
}

.hero-orbit {
  height: min(65vw, 760px);
  opacity: 0.7;
  position: absolute;
  right: -10vw;
  top: 14vh;
  width: min(65vw, 760px);
}

.orbit {
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 50%;
  inset: 0;
  position: absolute;
}

.orbit-one { inset: 4%; }
.orbit-two { inset: 21%; border-color: rgba(255, 255, 255, 0.12); }
.orbit-three { inset: 38%; border-color: rgba(212, 175, 55, 0.38); }

.orbit-core {
  align-items: center;
  background: radial-gradient(circle at 35% 30%, #252525, #0c0c0c 70%);
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 250;
  inset: 43%;
  justify-content: center;
  letter-spacing: -0.05em;
  position: absolute;
}

.scroll-cue {
  align-items: center;
  bottom: 30px;
  color: #777;
  display: flex;
  font-size: 0.63rem;
  gap: 12px;
  letter-spacing: 0.16em;
  position: absolute;
  right: clamp(24px, 7vw, 110px);
  text-transform: uppercase;
  z-index: 3;
}

.scroll-cue span {
  background: var(--gold);
  display: inline-block;
  height: 1px;
  width: 36px;
}

.section-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(110px, 14vw, 190px) clamp(24px, 5vw, 70px);
}

.compact-shell {
  padding-bottom: 60px;
  padding-top: 60px;
}

.positions-strip {
  background: #111;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.strip-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.strip-heading .eyebrow {
  margin: 0;
}

.strip-heading > p:last-child {
  color: #898989;
  font-size: 0.77rem;
  margin: 0;
}

.slot-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

.slot {
  align-items: center;
  background: #181818;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 18px;
}

.slot span {
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 300;
}

.slot strong {
  color: #8d8d8d;
  font-size: 0.59rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.problem-section,
.checkpoint-cta {
  background: var(--paper);
  color: var(--ink);
}

.split-layout {
  display: grid;
  gap: clamp(50px, 9vw, 150px);
  grid-template-columns: 1.15fr 0.85fr;
}

.problem-section h2,
.intro-section h2,
.core-preview h2,
.checkpoint-cta h2 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.problem-list {
  border-top: 1px solid rgba(13, 13, 13, 0.18);
}

.problem-list p {
  border-bottom: 1px solid rgba(13, 13, 13, 0.14);
  color: #555;
  font-size: 1rem;
  margin: 0;
  padding: 21px 2px;
}

.intro-section {
  background: var(--ink);
}

.center-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.center-copy h2 {
  max-width: 950px;
}

.section-lead {
  color: #a8a8a8;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.65;
  margin: 34px auto 0;
  max-width: 720px;
}

.equation {
  align-items: center;
  display: flex;
  gap: clamp(18px, 4vw, 52px);
  justify-content: center;
  margin-top: 70px;
}

.equation span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  padding: 18px 24px;
  text-transform: uppercase;
}

.equation b {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 300;
}

.core-preview {
  background: #131313;
}

.section-heading {
  align-items: flex-end;
  display: grid;
  gap: 50px;
  grid-template-columns: 1.45fr 0.55fr;
}

.section-heading h2 {
  max-width: 850px;
}

.section-heading > p {
  color: #929292;
  line-height: 1.7;
  margin: 0 0 10px;
}

.preview-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
}

.preview-card {
  background: #191919;
  border: 1px solid var(--line);
  border-radius: 28px;
  min-height: 280px;
  padding: 32px;
}

.preview-card > span {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.preview-card h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  margin: 90px 0 15px;
}

.preview-card p {
  color: #999;
  line-height: 1.65;
  margin: 0;
}

.checkpoint-cta .button {
  margin-top: 44px;
}

@media (max-width: 800px) {
  .site-header {
    height: 64px;
  }

  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    font-size: 0.65rem;
    padding: 10px 14px;
  }

  .hero {
    align-items: flex-end;
    min-height: 820px;
    padding-bottom: 120px;
  }

  .hero h1 {
    font-size: clamp(4.15rem, 22vw, 6.8rem);
    line-height: 0.82;
  }

  .hero h1 span {
    margin-left: 0;
  }

  .hero-orbit {
    height: 112vw;
    opacity: 0.56;
    right: -38vw;
    top: 9vh;
    width: 112vw;
  }

  .hero::after {
    background: linear-gradient(0deg, var(--ink) 24%, transparent 85%);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .strip-heading,
  .section-heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .slot-grid {
    grid-template-columns: repeat(5, minmax(56px, 1fr));
  }

  .slot {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 78px;
    padding: 8px;
  }

  .slot strong {
    font-size: 0.43rem;
    margin-top: 6px;
  }

  .split-layout,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .equation {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .equation b {
    line-height: 1;
  }

  .preview-card {
    min-height: 230px;
  }

  .preview-card h3 {
    margin-top: 62px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content {
    animation: hero-in 900ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
  }

  .hero-orbit {
    animation: orbit-in 1200ms ease-out both;
  }

  @keyframes hero-in {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes orbit-in {
    from { opacity: 0; transform: scale(0.86); }
  }
}

/* WordPress full-screen template isolation */
html {
  margin: 0 !important;
}

body.omni-five-template {
  margin: 0 !important;
  min-height: 100%;
  overflow-x: hidden;
}

body.omni-five-template .omni-five-page {
  background: var(--ink);
  color: var(--white);
  min-height: 100svh;
  position: relative;
  width: 100%;
}

body.omni-five-template .slot.claimed {
  background: #202020;
  border-color: rgba(255, 255, 255, 0.08);
  opacity: 0.62;
}

body.omni-five-template .slot.claimed span,
body.omni-five-template .slot.claimed strong {
  color: #777;
}

body.omni-five-template .final-slot-list article.claimed {
  opacity: 0.58;
}

body.omni-five-template .final-slot-list article.claimed b {
  border-color: rgba(255, 255, 255, 0.2);
  color: #a0a0a0;
}

body.admin-bar.omni-five-template .site-header {
  top: 32px;
}

body.admin-bar.omni-five-template .hero {
  padding-top: 152px;
}

@media screen and (max-width: 782px) {
  body.admin-bar.omni-five-template .site-header {
    top: 46px;
  }

  body.admin-bar.omni-five-template .hero {
    padding-top: 166px;
  }
}


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

main {
  overflow: clip;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

.hero-price-row {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.hero-price {
  color: var(--white);
  font-size: 2rem;
  font-weight: 520;
  letter-spacing: -0.05em;
}

.hero-price-label {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: #8f8f8f;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  line-height: 1.45;
  padding-left: 14px;
  text-transform: uppercase;
}

.founder-node {
  align-items: center;
  background: #111;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-size: 0.56rem;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.08em;
  position: absolute;
  width: 32px;
}

.node-1 { left: 17%; top: 7%; }
.node-2 { right: 8%; top: 27%; }
.node-3 { bottom: 13%; right: 21%; }
.node-4 { bottom: 10%; left: 23%; }
.node-5 { left: 2%; top: 38%; }

.problem-list p {
  align-items: center;
  display: flex;
  gap: 20px;
}

.problem-list p span {
  color: #9d8a50;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
}

.clarifier {
  color: #676767;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  margin: 42px 0 0;
}

.core-index {
  background: #121212;
}

.deliverable-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
}

.deliverable-card {
  background: #181818;
  border: 1px solid var(--line);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 26px;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.deliverable-card:hover {
  background: #1d1d1d;
  border-color: rgba(212, 175, 55, 0.38);
  transform: translateY(-3px);
}

.deliverable-card > div:first-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.deliverable-icon {
  align-items: center;
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.11), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 15px;
  color: #b99a32;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.deliverable-icon svg {
  height: 28px;
  width: 28px;
}

.card-number {
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.card-tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #777;
  font-size: 0.54rem;
  letter-spacing: 0.12em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.deliverable-card h3 {
  font-size: 1.45rem;
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0;
  max-width: 240px;
}

.light-section {
  background: var(--paper);
  color: var(--ink);
}

.two-column {
  display: grid;
  gap: clamp(50px, 9vw, 140px);
  grid-template-columns: 0.85fr 1.15fr;
}

.sticky-copy {
  align-self: start;
  position: sticky;
  top: 130px;
}

.sticky-copy h2,
.product-copy h2,
.marketing-head h2,
.campaign-copy h2,
.support-header h2,
.builder-copy h2,
.innovation-header h2,
.priority-copy h2,
.file-copy h2,
.why-five-copy h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.sticky-copy > p:last-child,
.product-copy > p,
.marketing-head > p:last-child,
.campaign-copy > p,
.support-header > div:last-child > p:last-child,
.builder-copy > p,
.innovation-header > p:last-child,
.file-copy > p,
.why-five-copy > p {
  color: #5d5d5d;
  font-size: 1.03rem;
  line-height: 1.7;
  margin: 28px 0 0;
}

.blueprint-panel {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(13, 13, 13, 0.08);
  overflow: hidden;
}

.blueprint-top {
  align-items: center;
  background: var(--ink);
  color: #8a8a8a;
  display: flex;
  font-size: 0.55rem;
  justify-content: space-between;
  letter-spacing: 0.16em;
  padding: 20px 24px;
}

.blueprint-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px;
}

.blueprint-grid > div {
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 22px;
  position: relative;
}

.blueprint-grid > div:nth-child(odd) {
  border-right: 1px solid rgba(13, 13, 13, 0.1);
}

.blueprint-grid > div span {
  color: #9b812c;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
}

.blueprint-grid > div strong {
  font-size: 1.1rem;
  font-weight: 550;
  margin-top: 28px;
}

.blueprint-grid > div i {
  background: #e7e3d9;
  height: 1px;
  margin-top: 20px;
  position: relative;
  width: 100%;
}

.blueprint-grid > div i::after {
  background: #c7c0ad;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 68%;
}

.blueprint-panel > p {
  color: #666;
  font-size: 0.83rem;
  line-height: 1.7;
  margin: 0;
  padding: 10px 42px 38px;
}

.dark-panel-section {
  background: #111;
}

.product-layout {
  align-items: center;
  display: grid;
  gap: clamp(70px, 10vw, 150px);
  grid-template-columns: 0.9fr 1.1fr;
}

.device-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 690px;
  position: relative;
}

.device-halo {
  background: rgba(212, 175, 55, 0.09);
  border-radius: 50%;
  filter: blur(2px);
  height: 480px;
  position: absolute;
  width: 480px;
}

.phone-device {
  background: #050505;
  border: 1px solid #3d3d3d;
  border-radius: 48px;
  box-shadow: 0 60px 100px rgba(0, 0, 0, 0.55);
  height: 650px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  transform: rotate(-3deg);
  width: 322px;
  z-index: 2;
}

.phone-top {
  align-items: center;
  background: #080808;
  display: flex;
  height: 30px;
  justify-content: center;
  position: relative;
}

.phone-top span:first-child {
  background: #1b1b1b;
  border-radius: 999px;
  height: 18px;
  width: 74px;
}

.phone-top span:last-child {
  background: #262626;
  border-radius: 50%;
  height: 6px;
  margin-left: 7px;
  width: 6px;
}

.phone-screen {
  background: #f4f2ed;
  border-radius: 34px;
  color: var(--ink);
  height: calc(100% - 30px);
  padding: 58px 28px;
}

.phone-screen > p {
  color: #967a21;
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  margin: 0 0 40px;
}

.mock-headline {
  font-size: 2rem;
  font-weight: 580;
  letter-spacing: -0.06em;
  line-height: 1;
}

.mock-copy {
  background: #c9c4b9;
  height: 7px;
  margin-top: 26px;
  width: 90%;
}

.mock-copy.short {
  margin-top: 8px;
  width: 64%;
}

.mock-button {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 0.52rem;
  height: 43px;
  justify-content: center;
  letter-spacing: 0.12em;
  margin-top: 34px;
}

.mock-proof {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
}

.mock-proof span {
  background: #dedad0;
  border-radius: 14px;
  display: block;
  height: 130px;
}

.product-copy h2 {
  color: #fff;
}

.product-copy > p {
  color: #9b9b9b;
  max-width: 590px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 40px;
}

.pill-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #b2b2b2;
  font-size: 0.69rem;
  padding: 11px 14px;
}

.scope-note {
  border-left: 1px solid var(--gold);
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 44px;
  padding-left: 20px;
}

.scope-note strong {
  font-size: 0.9rem;
}

.scope-note span {
  color: #777;
  font-size: 0.72rem;
}

.dark-heading h2 {
  color: var(--ink);
}

.dark-heading > p {
  color: #5f5f5f;
}

.journey {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  margin-top: 76px;
}

.journey > div {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.11);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 25px;
}

.journey > div span {
  color: #a18a40;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.journey > div strong {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-top: auto;
}

.journey > div small {
  color: #777;
  font-size: 0.73rem;
  margin-top: 6px;
}

.journey > .journey-accent {
  background: var(--ink);
  color: #fff;
}

.journey > i svg {
  color: #9c8432;
  height: 22px;
  width: 22px;
}

.followup-layout {
  align-items: center;
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: 110px;
}

.kicker {
  color: #9c812a;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.followup-copy h3 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0;
}

.followup-copy > p:last-child {
  color: #626262;
  line-height: 1.7;
  margin: 26px 0 0;
}

.message-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.message-stack > div {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.09);
  border-radius: 15px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  min-height: 65px;
  padding: 0 18px;
}

.message-stack span {
  color: #a18a40;
  font-size: 0.62rem;
}

.message-stack strong {
  font-size: 0.86rem;
  font-weight: 560;
}

.message-stack i {
  background: #eef3ec;
  border-radius: 999px;
  color: #466149;
  font-size: 0.53rem;
  font-style: normal;
  letter-spacing: 0.11em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.marketing-section {
  background: #121212;
}

.marketing-head {
  max-width: 900px;
}

.marketing-head h2 {
  color: #fff;
}

.marketing-head > p:last-child {
  color: #949494;
  max-width: 690px;
}

.calendar-visual {
  background: #181818;
  border: 1px solid var(--line);
  border-radius: 28px;
  margin-top: 70px;
  overflow: hidden;
}

.calendar-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #858585;
  display: flex;
  font-size: 0.57rem;
  justify-content: space-between;
  letter-spacing: 0.16em;
  padding: 22px 26px;
}

.week-labels {
  color: #696969;
  display: grid;
  font-size: 0.58rem;
  grid-template-columns: repeat(4, 1fr);
  letter-spacing: 0.14em;
  padding: 20px 24px 10px;
}

.week-labels span {
  text-align: center;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px 20px 22px;
}

.calendar-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 105px;
  padding: 13px;
  position: relative;
}

.calendar-grid > div span {
  color: #686868;
  font-size: 0.58rem;
}

.calendar-grid > div small {
  bottom: 12px;
  color: var(--gold);
  font-size: 0.61rem;
  left: 13px;
  position: absolute;
}

.calendar-grid > .active-day {
  background: rgba(212, 175, 55, 0.06);
  border-color: rgba(212, 175, 55, 0.35);
}

.content-formula {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 60px;
}

.content-formula span,
.content-formula strong {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 14px 18px;
  text-transform: uppercase;
}

.content-formula b {
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 300;
}

.content-formula strong {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.twin-section {
  background: #090909;
  position: relative;
}

.twin-section::before {
  background: radial-gradient(circle, rgba(212, 175, 55, 0.07), transparent 62%);
  content: "";
  height: 900px;
  left: 50%;
  position: absolute;
  top: 330px;
  transform: translateX(-50%);
  width: 900px;
}

.twin-intro {
  position: relative;
  z-index: 2;
}

.twin-visual {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 0.75fr 0.2fr 1.45fr;
  margin: 100px auto 0;
  max-width: 1120px;
  position: relative;
  z-index: 2;
}

.twin-founder {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.twin-avatar {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.12), transparent),
    #171717;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 42% 42% 48% 48%;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  display: flex;
  height: 320px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 250px;
}

.twin-avatar::before {
  background: #242424;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: 92px;
  position: absolute;
  top: 62px;
  width: 92px;
}

.twin-avatar::after {
  background: #202020;
  border-radius: 55% 55% 0 0;
  bottom: -8px;
  content: "";
  height: 150px;
  position: absolute;
  width: 190px;
}

.twin-avatar span {
  bottom: 20px;
  color: var(--gold);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 2;
}

.twin-founder > strong {
  font-size: 1rem;
  margin-top: 25px;
}

.twin-founder > small {
  color: #707070;
  margin-top: 8px;
}

.twin-path {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.twin-path::before {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.2), var(--gold));
  content: "";
  height: 1px;
  position: absolute;
  width: 12%;
}

.twin-path span {
  background: var(--gold);
  border-radius: 50%;
  height: 5px;
  position: relative;
  width: 5px;
  z-index: 2;
}

.scene-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.scene-card {
  background: #171717;
  border: 1px solid var(--line);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  min-height: 170px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.scene-card::before {
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.12) 20%, rgba(5, 5, 5, 0.9) 100%);
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.scene-card > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.01);
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.scene-card:hover > img {
  transform: scale(1.055);
}

.scene-card span {
  color: #646464;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
}

.scene-card strong {
  font-size: 0.87rem;
  font-weight: 550;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.scene-2,
.scene-5 {
  transform: translateY(20px);
}

.twin-applications {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 100px auto 0;
  max-width: 940px;
  position: relative;
}

.twin-applications span {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #a7a7a7;
  display: inline-flex;
  font-size: 0.67rem;
  gap: 7px;
  padding: 11px 15px;
}

.twin-applications svg,
.offer-proof svg,
.priority-list svg {
  color: var(--gold);
  height: 16px;
  width: 16px;
}

.twin-positioning {
  color: #707070;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  letter-spacing: -0.04em;
  margin: 70px 0 0;
  position: relative;
  text-align: center;
}

.twin-positioning strong {
  color: #fff;
  font-weight: 500;
}

.campaign-layout {
  align-items: center;
  display: grid;
  gap: clamp(60px, 9vw, 130px);
  grid-template-columns: 0.85fr 1.15fr;
}

.campaign-copy > p {
  max-width: 520px;
}

.asset-total {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 42px;
}

.asset-total strong {
  color: #a2862d;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
}

.asset-total span {
  border-left: 1px solid rgba(13, 13, 13, 0.2);
  color: #656565;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 18px;
  text-transform: uppercase;
}

.campaign-example-note {
  border-left: 1px solid rgba(13, 13, 13, 0.24);
  color: #747474;
  font-size: 0.72rem;
  line-height: 1.55;
  margin-top: 24px;
  max-width: 420px;
  padding-left: 15px;
}

.campaign-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.campaign-card {
  background: #e5e1d7;
  border: 1px solid rgba(13, 13, 13, 0.09);
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.campaign-card::after {
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.12) 20%, rgba(8, 8, 8, 0.84) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.campaign-card > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.01);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.campaign-card:hover > img {
  transform: scale(1.045);
}

.campaign-card:first-child {
  grid-column: span 2;
  min-height: 270px;
}

.campaign-tone-1 { background: linear-gradient(140deg, #111 0%, #34302a 100%); }
.campaign-tone-2 { background: linear-gradient(140deg, #39342b 0%, #a48a3d 140%); }
.campaign-tone-3 { background: linear-gradient(140deg, #564d40 0%, #171717 100%); }
.campaign-tone-4 { background: linear-gradient(140deg, #111 0%, #433919 130%); }
.campaign-tone-5 { background: linear-gradient(140deg, #2b2924 0%, #6b6352 130%); }

.campaign-card > span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.55rem;
  letter-spacing: 0.13em;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.campaign-card > strong {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.campaign-monogram {
  color: rgba(255, 255, 255, 0.1);
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  position: absolute;
  right: 12px;
  top: 20px;
  z-index: 2;
}

.activation-shell {
  padding-top: 0;
}

.activation-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 28px;
  display: grid;
  gap: 34px;
  grid-template-columns: auto 1fr 0.8fr;
  padding: 34px;
}

.activation-number {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  font-size: 1.1rem;
  height: 78px;
  justify-content: center;
  width: 78px;
}

.activation-card .eyebrow {
  margin-bottom: 10px;
}

.activation-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
  margin: 0;
}

.activation-card ul {
  color: #5f5f5f;
  font-size: 0.78rem;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.activation-card li::before {
  color: #a3862c;
  content: "✓";
  margin-right: 10px;
}

.engine-section {
  background: #0b0b0b;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.wide-shell {
  max-width: 1440px;
}

.engine-heading h2 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin: 0;
}

.engine-flow {
  display: flex;
  margin-top: 90px;
  width: 100%;
}

.engine-step-wrap {
  align-items: center;
  display: flex;
  flex: 1;
  min-width: 0;
}

.engine-step {
  background: #151515;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 138px;
  padding: 16px;
  width: 100%;
}

.engine-step span {
  color: #5e5e5e;
  font-size: 0.51rem;
  letter-spacing: 0.12em;
}

.engine-step strong {
  font-size: clamp(0.67rem, 1vw, 0.83rem);
  font-weight: 550;
  letter-spacing: -0.02em;
  margin-top: auto;
}

.engine-step.final-step {
  background: var(--gold);
  border-color: var(--gold);
  color: #111;
}

.engine-step.final-step span {
  color: rgba(13, 13, 13, 0.55);
}

.engine-step-wrap > i {
  color: #6d5a1d;
  flex: 0 0 22px;
  height: 16px;
  margin: 0 4px;
  width: 22px;
}

.engine-step-wrap > i svg {
  height: 100%;
  width: 100%;
}

.engine-caption {
  color: #616161;
  display: grid;
  font-size: 0.58rem;
  grid-template-columns: 3fr 3fr 2fr;
  letter-spacing: 0.15em;
  margin-top: 26px;
  text-transform: uppercase;
}

.engine-caption span {
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  padding-top: 11px;
  text-align: center;
}

.reveal-section {
  background: var(--ink);
  overflow: hidden;
}

.reveal-line {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: #777;
  font-size: clamp(1rem, 3vw, 2.2rem);
  letter-spacing: 0.07em;
  padding: 34px 24px;
  text-align: center;
}

.reveal-section h2 {
  font-size: clamp(3.2rem, 8vw, 7.6rem);
  font-weight: 480;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
}

.reveal-section h2 span {
  color: var(--gold);
}

.reveal-section .section-shell > p:last-child {
  color: #898989;
  margin: 44px 0 0;
}

.support-header {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: auto 1fr;
  max-width: 1060px;
}

.support-year {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 230px;
  justify-content: center;
  width: 230px;
}

.support-year span {
  color: var(--gold);
  font-size: 4.3rem;
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
}

.support-year small {
  color: #777;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

.support-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
}

.support-grid > div {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.06);
  display: flex;
  gap: 20px;
  min-height: 72px;
  padding: 0 22px;
}

.support-grid span {
  color: #a58a32;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.support-grid strong {
  font-size: 0.87rem;
  font-weight: 520;
}

.boundary-card {
  align-items: center;
  background: #e9e5db;
  border-radius: 18px;
  display: grid;
  gap: 30px;
  grid-template-columns: 0.3fr 1.7fr;
  margin-top: 30px;
  padding: 28px;
}

.boundary-card span {
  color: #997f2e;
  font-size: 0.6rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.boundary-card p {
  color: #575757;
  font-size: 0.82rem;
  line-height: 1.7;
  margin: 0;
}

.builder-section {
  background: #0b0b0b;
}

.builder-layout {
  align-items: center;
  display: grid;
  gap: clamp(70px, 10vw, 160px);
  grid-template-columns: 1fr 1fr;
}

.builder-copy > p {
  color: #969696;
  max-width: 570px;
}

.quote-line {
  border-left: 1px solid var(--gold);
  color: #7a7a7a;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-top: 48px;
  padding-left: 22px;
}

.quote-line strong {
  color: #fff;
  font-weight: 500;
}

.builder-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.builder-cloud span {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #999;
  display: flex;
  font-size: 0.7rem;
  min-height: 50px;
  padding: 0 22px;
}

.builder-cloud span:nth-child(2),
.builder-cloud span:nth-child(6),
.builder-cloud span:nth-child(9) {
  font-size: 0.86rem;
  min-height: 64px;
  padding: 0 30px;
}

.builder-cloud .gold-pill {
  border-color: rgba(212, 175, 55, 0.42);
  color: var(--gold);
}

.innovation-section {
  background: #151515;
}

.innovation-header {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.innovation-header .eyebrow {
  grid-column: span 2;
  margin-bottom: 0;
}

.innovation-header > p:last-child {
  color: #929292;
}

.innovation-rail {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}

.innovation-rail article {
  background: #1b1b1b;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 20px;
  transition: border-color 220ms ease, transform 220ms ease;
}

.innovation-rail article:hover {
  border-color: rgba(212, 175, 55, 0.32);
  transform: translateY(-2px);
}

.innovation-rail span {
  color: var(--gold);
  font-size: 0.55rem;
}

.innovation-icon {
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 13px;
  color: #a98b2e;
  display: flex;
  height: 42px;
  justify-content: center;
  margin-top: 24px;
  width: 42px;
}

.innovation-icon svg {
  height: 24px;
  width: 24px;
}

.innovation-rail strong {
  font-size: 0.87rem;
  font-weight: 540;
  line-height: 1.35;
  margin-top: auto;
}

.innovation-rail small {
  color: #5f5f5f;
  font-size: 0.56rem;
  margin-top: 7px;
}

.honest-note {
  border-left: 1px solid var(--gold);
  color: #797979;
  font-size: 0.72rem;
  line-height: 1.7;
  margin: 42px 0 0;
  max-width: 760px;
  padding-left: 17px;
}

.dark-lead {
  color: #646464;
}

.ecosystem-map {
  margin: 100px auto 0;
  max-width: 1050px;
  min-height: 720px;
  position: relative;
}

.ecosystem-map::before,
.ecosystem-map::after {
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ecosystem-map::before {
  height: 580px;
  width: 580px;
}

.ecosystem-map::after {
  height: 380px;
  width: 380px;
}

.ecosystem-center {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 280px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  z-index: 3;
}

.ecosystem-center > span {
  color: #797979;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
}

.ecosystem-center strong {
  color: var(--gold);
  font-size: 2rem;
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-top: 18px;
}

.ecosystem-center small {
  color: #6f6f6f;
  font-size: 0.6rem;
  margin-top: 14px;
}

.eco-node {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 16px;
  display: flex;
  gap: 12px;
  min-height: 64px;
  padding: 0 16px;
  position: absolute;
  width: 190px;
  z-index: 2;
}

.eco-node span {
  color: #a18631;
  font-size: 0.52rem;
}

.eco-node strong {
  font-size: 0.72rem;
  font-weight: 560;
}

.eco-node-1 { left: 50%; top: 0; transform: translateX(-50%); }
.eco-node-2 { right: 9%; top: 13%; }
.eco-node-3 { right: 0; top: 41%; }
.eco-node-4 { bottom: 12%; right: 9%; }
.eco-node-5 { bottom: 0; left: 50%; transform: translateX(-50%); }
.eco-node-6 { bottom: 12%; left: 9%; }
.eco-node-7 { left: 0; top: 41%; }
.eco-node-8 { left: 9%; top: 13%; }

.opportunity-panel {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 28px;
  display: grid;
  gap: 60px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 40px;
}

.panel-label {
  color: #9b812c;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.opportunity-panel h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.05;
  margin: 22px 0 0;
}

.opportunity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.opportunity-list span {
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 999px;
  color: #5e5e5e;
  font-size: 0.65rem;
  padding: 10px 13px;
}

.disclaimer {
  color: #7a7a7a;
  font-size: 0.65rem;
  line-height: 1.7;
  margin: 22px auto 0;
  max-width: 720px;
  text-align: center;
}

.priority-section {
  background: #101010;
}

.priority-layout {
  align-items: center;
  display: grid;
  gap: clamp(70px, 11vw, 170px);
  grid-template-columns: 0.8fr 1.2fr;
}

.founder-badge {
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  padding: 55px 30px;
  position: relative;
  text-align: center;
}

.founder-badge::before {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 25px;
  content: "";
  inset: 8px;
  position: absolute;
}

.badge-ring {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  height: 190px;
  justify-content: center;
  position: relative;
  width: 190px;
}

.badge-ring::before,
.badge-ring::after {
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 50%;
  content: "";
  inset: 12px;
  position: absolute;
}

.badge-ring::after {
  inset: 23px;
}

.badge-ring span {
  color: var(--gold);
  font-size: 3.8rem;
  font-weight: 250;
  letter-spacing: -0.08em;
}

.founder-badge p {
  color: #858585;
  font-size: 0.57rem;
  letter-spacing: 0.2em;
  margin: 32px 0 0;
}

.founder-badge > strong {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 7px;
}

.founder-badge > small {
  color: var(--gold);
  font-size: 0.5rem;
  letter-spacing: 0.17em;
  margin-top: 18px;
}

.priority-copy h3 {
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 18px 0 0;
}

.priority-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 45px;
}

.priority-list span {
  align-items: center;
  color: #a4a4a4;
  display: flex;
  font-size: 0.72rem;
  gap: 9px;
}

.growth-file-layout {
  align-items: center;
  display: grid;
  gap: clamp(70px, 10vw, 150px);
  grid-template-columns: 1.1fr 0.9fr;
}

.file-visual {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 8px 24px 24px 24px;
  box-shadow: 0 30px 80px rgba(13, 13, 13, 0.1);
  padding: 35px;
  position: relative;
}

.file-tab {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  color: #9d812c;
  font-size: 0.53rem;
  left: -1px;
  letter-spacing: 0.14em;
  padding: 10px 18px;
  position: absolute;
  top: -34px;
}

.file-header {
  align-items: center;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
  color: #787878;
  display: flex;
  font-size: 0.55rem;
  justify-content: space-between;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
}

.file-header strong {
  color: #5d745e;
  font-size: 0.5rem;
}

.file-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
}

.file-grid > div {
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
  display: grid;
  gap: 4px;
  grid-template-columns: 35px 1fr;
  min-height: 75px;
  padding: 18px 10px;
  position: relative;
}

.file-grid span {
  color: #b09745;
  font-size: 0.52rem;
}

.file-grid strong {
  font-size: 0.7rem;
  font-weight: 540;
}

.file-grid i {
  background: #dedbd4;
  bottom: 16px;
  height: 1px;
  left: 45px;
  position: absolute;
  right: 15px;
}

.file-copy h2 {
  font-size: clamp(3rem, 5.4vw, 5.4rem);
}

.why-price-section {
  background: #090909;
}

.why-question h2 {
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin: 0;
  max-width: 1200px;
}

.answer-line {
  color: var(--gold);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  letter-spacing: 0.03em;
  margin-top: 50px;
}

.exchange-grid {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 100px;
}

.exchange-grid article {
  background: #151515;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 38px;
}

.exchange-grid article > span {
  color: #777;
  font-size: 0.56rem;
  letter-spacing: 0.17em;
}

.exchange-grid h3 {
  color: var(--gold);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  margin: 16px 0 32px;
}

.exchange-grid ul {
  color: #929292;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.exchange-grid li::before {
  color: var(--gold);
  content: "—";
  margin-right: 10px;
}

.exchange-mark {
  align-items: center;
  color: var(--gold);
  display: flex;
  font-size: 2rem;
}

.exchange-copy {
  color: #888;
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 48px auto 0;
  max-width: 800px;
  text-align: center;
}

.why-five-layout {
  align-items: center;
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.65fr 1.35fr;
}

.five-figure {
  color: #aa8d33;
  font-size: clamp(18rem, 40vw, 36rem);
  font-weight: 180;
  letter-spacing: -0.1em;
  line-height: 0.7;
}

.why-five-copy {
  max-width: 650px;
}

.scarcity-statement {
  border-bottom: 1px solid rgba(13, 13, 13, 0.15);
  border-top: 1px solid rgba(13, 13, 13, 0.15);
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 11px;
  margin-top: 40px;
  padding: 28px 0;
}

.scarcity-statement span {
  color: #6a6a6a;
}

.scarcity-statement strong {
  font-size: 1.45rem;
  font-weight: 560;
}

.close-note {
  color: #9b812c;
  font-size: 0.75rem;
  font-weight: 600;
}

.value-section {
  background: #121212;
}

.value-heading h2 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
  max-width: 1000px;
}

.value-table {
  background: #171717;
  border: 1px solid var(--line);
  border-radius: 28px;
  margin: 80px auto 0;
  max-width: 900px;
  overflow: hidden;
}

.value-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 30px;
}

.value-row span {
  color: #989898;
  font-size: 0.83rem;
}

.value-row strong {
  font-size: 1.3rem;
  font-weight: 450;
}

.value-row.subtotal {
  background: #1e1e1e;
}

.value-row.subtotal span,
.value-row.subtotal strong {
  color: #fff;
}

.founder-includes {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  padding: 25px 30px;
}

.founder-includes > span {
  color: var(--gold);
  font-size: 0.58rem;
  grid-column: span 2;
  letter-spacing: 0.16em;
  margin-bottom: 14px;
}

.founder-includes > div {
  color: #7f7f7f;
  font-size: 0.72rem;
  padding: 9px 0;
}

.founder-includes > div::before {
  color: var(--gold);
  content: "+";
  margin-right: 9px;
}

.value-row.investment {
  background: var(--gold);
  border: 0;
  color: var(--ink);
  min-height: 100px;
}

.value-row.investment span {
  color: rgba(13, 13, 13, 0.65);
  font-weight: 600;
}

.value-row.investment strong {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.offer-card {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.13);
  border-radius: 32px;
  box-shadow: 0 35px 100px rgba(13, 13, 13, 0.1);
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
}

.offer-topline {
  border-bottom: 1px solid rgba(13, 13, 13, 0.12);
  color: #848484;
  display: flex;
  font-size: 0.55rem;
  justify-content: space-between;
  letter-spacing: 0.17em;
  padding-bottom: 20px;
}

.offer-main {
  align-items: end;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.1fr 0.9fr;
  padding: 55px 0 45px;
}

.offer-main .eyebrow {
  margin-bottom: 18px;
}

.offer-main h2 {
  font-size: clamp(6rem, 13vw, 10rem);
  font-weight: 450;
  letter-spacing: -0.08em;
  line-height: 0.78;
  margin: 0;
}

.offer-label {
  color: #686868;
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  margin: 22px 0 0;
  text-transform: uppercase;
}

.offer-payment {
  border-left: 1px solid #cfc9bc;
  padding-left: 28px;
}

.offer-payment > span {
  color: #977d2b;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-payment strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 560;
  margin-top: 14px;
}

.offer-payment p {
  color: #777;
  font-size: 0.67rem;
  line-height: 1.6;
  margin: 8px 0 0;
}

.offer-proof {
  border-bottom: 1px solid rgba(13, 13, 13, 0.12);
  border-top: 1px solid rgba(13, 13, 13, 0.12);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  padding: 28px 0;
}

.offer-proof span {
  align-items: center;
  color: #555;
  display: flex;
  font-size: 0.72rem;
  gap: 8px;
}

.button-dark {
  background: var(--ink);
  color: #fff;
  margin-top: 38px;
  width: 100%;
}

.button-dark:hover {
  background: #282828;
}

.offer-instruction {
  color: #777;
  font-size: 0.68rem;
  margin: 14px 0 0;
  text-align: center;
}

.offer-instruction strong {
  color: #8b7222;
}

.final-positions-section {
  background: #111;
}

.final-positions-head h2 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 480;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
}

.final-slot-list {
  border-top: 1px solid var(--line);
  margin-top: 75px;
}

.final-slot-list article {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 22px;
  grid-template-columns: 80px 1fr auto;
  min-height: 100px;
}

.final-slot-list article > span {
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 300;
}

.final-slot-list article > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.final-slot-list strong {
  font-size: 0.7rem;
  letter-spacing: 0.13em;
}

.final-slot-list small {
  color: #666;
  font-size: 0.62rem;
}

.final-slot-list b {
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.final-section {
  background: #080808;
  min-height: 100svh;
}

.final-section h2 {
  font-size: clamp(3.3rem, 8vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0;
  max-width: 1250px;
}

.final-section h2 span {
  color: var(--gold);
}

.five-lines {
  color: #898989;
  margin-top: 55px;
}

.five-lines p {
  margin: 9px 0;
}

.final-lockup {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: 0.7fr 1.3fr auto;
  margin-top: 70px;
  max-width: 950px;
  padding: 28px 0;
  text-align: left;
  width: 100%;
}

.final-lockup > span {
  color: var(--gold);
  font-size: 0.67rem;
  letter-spacing: 0.18em;
}

.final-lockup > strong {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.final-lockup > b {
  font-size: 2.4rem;
  font-weight: 450;
  letter-spacing: -0.05em;
}

.final-button {
  margin-top: 50px;
  min-width: 280px;
}

.final-dm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #c1c1c1;
  font-size: 0.72rem;
  margin-top: 25px;
  padding-bottom: 6px;
}

.final-note {
  color: #646464;
  font-size: 0.65rem;
  margin: 35px 0 0;
}

footer {
  align-items: center;
  background: #080808;
  border-top: 1px solid var(--line);
  color: #616161;
  display: flex;
  font-size: 0.6rem;
  justify-content: space-between;
  letter-spacing: 0.08em;
  padding: 30px clamp(24px, 5vw, 70px);
}

.footer-wordmark {
  align-items: center;
  color: #aaa;
  display: flex;
  gap: 10px;
}

.footer-wordmark span {
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.footer-wordmark strong {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  .engine-flow {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(4, 1fr);
  }

  .engine-step-wrap {
    display: block;
  }

  .engine-step-wrap > i {
    display: none;
  }

  .engine-caption {
    display: none;
  }

  .ecosystem-map {
    transform: scale(0.92);
  }
}

@media (max-width: 800px) {
  .site-header nav .nav-cta {
    display: inline-flex;
  }

  .hero-price-row {
    margin-top: 24px;
  }

  .founder-node {
    height: 28px;
    width: 28px;
  }

  .section-shell {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .deliverable-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .deliverable-card {
    min-height: 170px;
  }

  .two-column,
  .product-layout,
  .followup-layout,
  .campaign-layout,
  .builder-layout,
  .priority-layout,
  .growth-file-layout,
  .why-five-layout,
  .offer-main {
    grid-template-columns: 1fr;
  }

  .sticky-copy {
    position: static;
  }

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

  .blueprint-grid > div:nth-child(odd) {
    border-right: 0;
  }

  .blueprint-grid > div {
    min-height: 125px;
  }

  .device-stage {
    min-height: 560px;
    order: 2;
  }

  .product-copy {
    order: 1;
  }

  .phone-device {
    height: 540px;
    width: 270px;
  }

  .phone-screen {
    padding: 40px 22px;
  }

  .mock-proof span {
    height: 95px;
  }

  .journey {
    align-items: stretch;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .journey > i {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: center;
    transform: rotate(90deg);
  }

  .journey > div {
    min-height: 150px;
  }

  .followup-layout {
    margin-top: 80px;
  }

  .calendar-grid > div {
    min-height: 72px;
    padding: 8px;
  }

  .calendar-grid > div small {
    bottom: 6px;
    font-size: 0.48rem;
    left: 7px;
    line-height: 1.15;
  }

  .content-formula {
    align-items: stretch;
    flex-direction: column;
  }

  .content-formula b {
    text-align: center;
  }

  .twin-visual {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .twin-path {
    height: 65px;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 80px;
  }

  .twin-path::before {
    width: 80px;
  }

  .twin-avatar {
    height: 280px;
    width: 220px;
  }

  .scene-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scene-card {
    min-height: 135px;
  }

  .scene-2,
  .scene-5 {
    transform: none;
  }

  .campaign-grid {
    margin-top: 20px;
  }

  .activation-card {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .engine-flow {
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 58px;
    padding-left: 28px;
    position: relative;
  }

  .engine-flow::before {
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.12), var(--gold) 54%, rgba(212, 175, 55, 0.18));
    bottom: 36px;
    content: "";
    left: 8px;
    position: absolute;
    top: 34px;
    width: 1px;
  }

  .engine-step-wrap {
    padding-bottom: 9px;
    position: relative;
  }

  .engine-step-wrap::before {
    background: #0b0b0b;
    border: 1px solid #806c27;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -24px;
    position: absolute;
    top: 31px;
    width: 8px;
    z-index: 2;
  }

  .engine-step {
    align-items: center;
    display: grid;
    grid-template-columns: 48px 1fr;
    min-height: 72px;
    padding: 0 20px;
  }

  .engine-step strong {
    font-size: 0.86rem;
    margin-top: 0;
  }

  .support-header {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .support-year {
    height: 170px;
    width: 170px;
  }

  .support-year span {
    font-size: 3.4rem;
  }

  .support-grid,
  .innovation-header,
  .innovation-rail {
    grid-template-columns: 1fr;
  }

  .innovation-header .eyebrow {
    grid-column: span 1;
  }

  .innovation-rail {
    gap: 8px;
    margin-top: 50px;
  }

  .innovation-rail article {
    min-height: 120px;
  }

  .ecosystem-map {
    display: grid;
    gap: 25px;
    min-height: 0;
    transform: none;
  }

  .ecosystem-map::before,
  .ecosystem-map::after {
    display: none;
  }

  .ecosystem-center {
    height: 245px;
    left: auto;
    margin: 0 auto;
    position: relative;
    top: auto;
    transform: none;
    width: 245px;
  }

  .ecosystem-nodes {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .eco-node {
    min-height: 68px;
    position: static;
    transform: none;
    width: auto;
  }

  .opportunity-panel {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .file-visual {
    order: 2;
  }

  .file-copy {
    order: 1;
  }

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

  .why-question h2 {
    font-size: clamp(3.1rem, 15vw, 5.2rem);
  }

  .exchange-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .exchange-mark {
    justify-content: center;
    transform: rotate(90deg);
  }

  .five-figure {
    font-size: 18rem;
    text-align: center;
  }

  .founder-includes {
    grid-template-columns: 1fr;
  }

  .founder-includes > span {
    grid-column: span 1;
  }

  .offer-main {
    align-items: start;
  }

  .offer-payment {
    border-left: 0;
    border-top: 1px solid #cfc9bc;
    padding-left: 0;
    padding-top: 25px;
  }

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

  .final-lockup {
    align-items: flex-start;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .final-slot-list article {
    grid-template-columns: 55px 1fr auto;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding-bottom: 110px;
  }

  .mobile-cta {
    align-items: center;
    background: rgba(244, 242, 237, 0.96);
    border: 1px solid rgba(13, 13, 13, 0.14);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    bottom: max(8px, env(safe-area-inset-bottom));
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.32);
    color: var(--ink);
    display: flex;
    justify-content: space-between;
    left: 10px;
    min-height: 56px;
    padding: 6px 7px 6px 14px;
    position: fixed;
    right: 10px;
    z-index: 50;
  }

  .mobile-cta > span {
    display: flex;
    flex-direction: column;
  }

  .mobile-cta small {
    color: #777;
    font-size: 0.44rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .mobile-cta strong {
    font-size: 1.1rem;
    letter-spacing: -0.04em;
    margin-top: 2px;
  }

  .mobile-cta b {
    background: var(--ink);
    border-radius: 999px;
    color: #fff;
    font-size: 0.54rem;
    letter-spacing: 0.1em;
    padding: 12px 14px;
    text-transform: uppercase;
  }
}

@media (max-width: 520px) {
  .wordmark > span:last-child {
    display: none;
  }

  .hero {
    min-height: 760px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero h1 {
    font-size: clamp(4rem, 23vw, 5.7rem);
  }

  .hero-deck {
    font-size: 1.05rem;
  }

  .slot-grid {
    gap: 5px;
  }

  .slot {
    border-radius: 11px;
    min-height: 68px;
    padding: 5px;
  }

  .slot span {
    font-size: 1rem;
  }

  .strip-heading > p:last-child {
    line-height: 1.5;
  }

  .problem-section h2,
  .intro-section h2,
  .core-index h2,
  .checkpoint-cta h2 {
    font-size: 2.7rem;
  }

  .blueprint-panel {
    border-radius: 20px;
  }

  .blueprint-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .calendar-grid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .calendar-grid > div {
    min-height: 58px;
    padding: 5px;
  }

  .calendar-grid > div small {
    display: none;
  }

  .twin-applications {
    justify-content: flex-start;
  }

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

  .campaign-card:first-child {
    grid-column: span 1;
  }

  .campaign-card {
    min-height: 170px;
  }

  .activation-card {
    padding: 25px;
  }

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

  .boundary-card {
    grid-template-columns: 1fr;
  }

  .ecosystem-nodes {
    grid-template-columns: 1fr;
  }

  .opportunity-panel {
    padding: 28px;
  }

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

  .file-visual {
    padding: 24px 18px;
  }

  .file-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .value-row {
    padding: 0 20px;
  }

  .value-row span {
    max-width: 62%;
  }

  .offer-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .offer-main h2 {
    font-size: 6.5rem;
  }

  .final-slot-list article {
    gap: 10px;
    grid-template-columns: 36px 1fr auto;
  }

  .final-slot-list article > span {
    font-size: 1rem;
  }

  .final-slot-list small {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .reveal {
      animation: content-reveal linear both;
      animation-range: entry 5% cover 32%;
      animation-timeline: view();
    }

    @keyframes content-reveal {
      from {
        opacity: 0;
        transform: translateY(24px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }
}
