:root {
  --black: #050507;
  --ink: #101015;
  --panel: rgba(255, 255, 255, 0.055);
  --panel-strong: rgba(255, 255, 255, 0.095);
  --white: #f7f7f4;
  --muted: rgba(247, 247, 244, 0.7);
  --low: rgba(247, 247, 244, 0.48);
  --line: rgba(247, 247, 244, 0.16);
  --gold: #d99e36;
  --green: #97ea90;
  --deep-green: #2d8659;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  overflow: hidden;
}

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

button,
a {
  font: inherit;
}

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

.deck-shell {
  position: relative;
  height: 100svh;
  width: 100vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(151, 234, 144, 0.14), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(217, 158, 54, 0.12), transparent 35%),
    var(--black);
}

.deck-topbar {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-width: 0;
  padding: 20px 32px;
  background: linear-gradient(180deg, rgba(5, 5, 7, 0.9), rgba(5, 5, 7, 0));
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
  min-width: 0;
  white-space: nowrap;
}

.mark {
  width: 28px;
  height: 28px;
  border: 2px solid var(--gold);
  border-radius: 4px;
  display: inline-block;
  background:
    linear-gradient(90deg, transparent 42%, var(--gold) 42% 48%, transparent 48%),
    linear-gradient(0deg, transparent 22%, var(--gold) 22% 28%, transparent 28% 47%, var(--gold) 47% 53%, transparent 53% 72%, var(--gold) 72% 78%, transparent 78%);
}

.deck-nav {
  justify-self: center;
  display: flex;
  gap: 6px;
}

.deck-nav button,
.deck-controls button {
  border: 1px solid transparent;
  color: var(--muted);
  background: transparent;
  padding: 9px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.deck-nav button:hover,
.deck-nav button.active,
.deck-controls button:hover {
  color: var(--green);
  border-color: rgba(151, 234, 144, 0.36);
  background: rgba(151, 234, 144, 0.06);
}

.deck-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--low);
  font-size: 12px;
  font-weight: 700;
}

.progress-track {
  width: 96px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
}

.progress-track span {
  display: block;
  width: 8.333%;
  height: 100%;
  background: var(--green);
  transition: width 220ms ease;
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  min-height: 100svh;
  min-width: 0;
  overflow: hidden;
  padding: clamp(96px, 11svh, 122px) clamp(36px, 5rem, 72px) clamp(72px, 9svh, 92px);
  opacity: 0;
  transform: translateX(3vw) scale(0.985);
  pointer-events: none;
  transition: opacity 320ms ease, transform 320ms ease;
}

.slide > * {
  min-width: 0;
}

.slide :where(h1, h2, h3, p, span, strong, a, button) {
  overflow-wrap: break-word;
}

.slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.media-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 7, 0.95) 0%, rgba(5, 5, 7, 0.62) 48%, rgba(5, 5, 7, 0.88) 100%),
    var(--image);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  opacity: 0.78;
}

.hero-media {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover, min(78rem, 76vw) auto;
  background-position: center, center 54%;
}

.media-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, black 25%, black 70%, transparent);
}

.slide-grid,
.pilot-lockup,
.metric-row,
.ask-copy {
  position: relative;
  z-index: 1;
}

.kicker,
.eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-slide .slide-grid {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
}

.hero-copy {
  align-self: center;
}

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

h1 {
  font-size: clamp(4.8rem, 15svh, 11rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.5rem, 8.2svh, 5.4rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.1rem, 2.6svh, 1.7rem);
  line-height: 1;
}

.lede {
  margin-top: 28px;
  max-width: 850px;
  color: var(--muted);
  font-size: clamp(1.5rem, 5.4svh, 3.1rem);
  font-weight: 600;
  line-height: 1.04;
}

.hero-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.hero-panel > * {
  min-width: 0;
}

.hero-panel p {
  color: var(--gold);
  font-size: clamp(1.1rem, 3.1svh, 1.8rem);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel span {
  display: block;
  max-width: 560px;
  color: var(--muted);
  text-align: right;
  overflow-wrap: anywhere;
}

.number {
  position: absolute;
  right: 56px;
  bottom: 40px;
  color: rgba(255, 255, 255, 0.06);
  font-size: 22vw;
  line-height: 0.7;
  font-weight: 900;
}

.split-slide {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: 56px;
}

.split-copy h2 {
  max-width: 1050px;
  margin-top: 18px;
}

.split-copy,
.statement-copy,
.integration-copy,
.ask-copy,
.pilot-lockup,
.slide-heading,
.build-board {
  max-width: 100%;
}

.split-copy p,
.statement-copy p,
.integration-copy p,
.ask-copy p {
  margin-top: 26px;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1.46;
}

.proof-stack {
  display: grid;
  gap: 12px;
  align-self: center;
}

.proof-stack div,
.audience-grid article,
.value-lanes article,
.tier-table article {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
  min-width: 0;
  overflow: hidden;
}

.proof-stack div {
  padding: 26px;
}

.proof-stack span,
.tier-table span,
.timeline span {
  display: block;
  color: var(--low);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proof-stack strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(1.45rem, 4svh, 2.35rem);
  line-height: 1;
  text-transform: uppercase;
}

.statement-slide {
  grid-template-rows: auto 1fr;
  gap: 48px;
}

.media-strip {
  display: grid;
  grid-template-columns: 1fr 1.15fr 0.85fr;
  gap: 16px;
  min-height: 270px;
}

.media-strip img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.08);
}

.statement-copy {
  align-self: end;
  max-width: 1160px;
}

.slide-heading {
  align-self: start;
}

.slide-heading h2 {
  max-width: 1100px;
  margin-top: 16px;
}

.model-slide {
  grid-template-rows: auto 1fr;
  gap: 40px;
}

.model-orbit {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-content: end;
}

.orbit-center {
  position: absolute;
  left: 50%;
  top: 16%;
  transform: translateX(-50%);
  width: min(38vw, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(151, 234, 144, 0.42);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: clamp(28px, 5vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  background: radial-gradient(circle, rgba(151, 234, 144, 0.13), transparent 58%);
  z-index: -1;
}

.model-orbit article {
  align-self: end;
  min-height: 245px;
  border-top: 1px solid var(--line);
  padding: 24px 4px 0;
}

.model-orbit article span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.model-orbit article h3 {
  margin-top: 20px;
}

.model-orbit article p,
.audience-grid article p,
.value-lanes article p,
.tier-table article p,
.timeline article p {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(0.94rem, 2.1svh, 1.08rem);
  line-height: 1.45;
}

.audience-slide,
.partner-slide,
.sponsor-slide,
.schedule-slide {
  grid-template-rows: auto 1fr;
  gap: 34px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-content: end;
}

.audience-grid article {
  min-height: 190px;
  padding: 28px;
}

.audience-grid span {
  color: var(--green);
  font-size: clamp(1.3rem, 3.4svh, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.pilot-slide {
  align-content: end;
  gap: 46px;
}

.pilot-lockup h2 {
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(5rem, 15svh, 12rem);
}

.pilot-lockup p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.7svh, 1.55rem);
  line-height: 1.42;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.metric-row div {
  padding: 24px 20px 0 0;
}

.metric-row strong {
  display: block;
  color: var(--green);
  font-size: clamp(2rem, 6svh, 3.8rem);
  line-height: 0.95;
}

.metric-row span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  align-content: end;
}

.timeline article {
  min-height: 360px;
  border-left: 1px solid var(--line);
  padding: 28px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent);
}

.timeline h3 {
  margin-top: 24px;
  color: var(--gold);
  text-transform: uppercase;
}

.creworx-slide {
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 52px;
}

.integration-map {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
}

.map-node {
  aspect-ratio: 1;
  border: 1px solid rgba(151, 234, 144, 0.36);
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--white);
  font-size: clamp(24px, 3vw, 48px);
  font-weight: 900;
  line-height: 0.95;
  background: radial-gradient(circle, rgba(151, 234, 144, 0.16), rgba(255,255,255,0.03) 55%, transparent);
}

.map-node span {
  display: block;
  margin-top: 14px;
  color: var(--low);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.map-line {
  height: 1px;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.integration-copy h2 {
  margin-top: 18px;
}

.value-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-content: end;
}

.value-lanes article {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.value-lanes h3 {
  color: var(--green);
  text-transform: uppercase;
}

.tier-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-content: end;
}

.tier-table article {
  min-height: 350px;
  padding: 28px;
}

.tier-table strong {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: clamp(1.75rem, 4.3svh, 2.65rem);
  line-height: 0.96;
  white-space: nowrap;
}

.build-slide {
  align-items: center;
  justify-items: center;
}

.build-board {
  width: min(1180px, 100%);
}

.build-board h2 {
  margin-top: 18px;
}

.build-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: var(--line);
  border: 1px solid var(--line);
}

.build-list p {
  min-height: 132px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: var(--black);
  color: var(--muted);
  font-size: clamp(1.05rem, 2.7svh, 1.45rem);
  font-weight: 800;
  text-transform: uppercase;
}

.ask-slide {
  align-content: center;
}

.ask-copy {
  max-width: 1120px;
}

.ask-copy h2 {
  margin-top: 20px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.cta-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(151, 234, 144, 0.42);
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.cta-row a:first-child {
  background: var(--green);
  color: var(--black);
}

.cta-row a:hover {
  background: var(--white);
  color: var(--black);
}

.deck-controls {
  position: fixed;
  z-index: 45;
  right: 32px;
  bottom: 24px;
  display: flex;
  gap: 8px;
}

.deck-controls button {
  border-color: var(--line);
}

@media (max-width: 980px) {
  body {
    overflow: auto;
  }

  .deck-shell {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .deck-topbar {
    grid-template-columns: 1fr auto;
    padding: 16px;
    gap: 14px;
    background: rgba(5, 5, 7, 0.92);
  }

  .deck-nav {
    display: none;
  }

  .deck-progress {
    justify-self: end;
  }

  .slide {
    position: relative;
    display: grid;
    min-height: auto;
    padding: 92px 18px 56px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    border-bottom: 1px solid var(--line);
  }

  .hero-slide,
  .pilot-slide,
  .ask-slide {
    min-height: 100svh;
  }

  .hero-slide .slide-grid {
    min-height: calc(100svh - 148px);
  }

  .deck-controls {
    display: none;
  }

  h1 {
    font-size: clamp(3rem, 11svh, 4.1rem);
    line-height: 0.9;
  }

  h2 {
    font-size: clamp(2.05rem, 7.2svh, 3.35rem);
    line-height: 0.95;
  }

  .lede {
    font-size: clamp(1.25rem, 4.4svh, 1.65rem);
    line-height: 1.08;
  }

  .split-copy p,
  .statement-copy p,
  .integration-copy p,
  .ask-copy p {
    font-size: 1rem;
    line-height: 1.44;
  }

  .split-slide,
  .creworx-slide {
    grid-template-columns: 1fr;
  }

  .proof-stack,
  .audience-grid,
  .metric-row,
  .timeline,
  .value-lanes,
  .tier-table,
  .build-list,
  .model-orbit,
  .media-strip {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .integration-map {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-panel {
    gap: 14px;
  }

  .hero-panel span {
    max-width: 100%;
    text-align: left;
  }

  .proof-stack div,
  .audience-grid article,
  .value-lanes article,
  .tier-table article,
  .timeline article,
  .build-list p {
    padding: 18px;
  }

  .model-orbit article,
  .timeline article,
  .value-lanes article,
  .tier-table article,
  .audience-grid article,
  .build-list p {
    min-height: auto;
  }

  .orbit-center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(78vw, 360px);
    margin: 0 auto 24px;
    z-index: 0;
  }

  .map-line {
    width: 1px;
    height: 72px;
    justify-self: center;
  }

  .media-strip {
    gap: 10px;
  }

  .media-strip img {
    min-height: 170px;
    max-height: 240px;
  }

  .metric-row {
    border-top: 0;
    gap: 1px;
    background: var(--line);
  }

  .metric-row div {
    background: rgba(5, 5, 7, 0.86);
    padding: 18px;
  }

  .metric-row strong,
  .tier-table strong {
    font-size: clamp(1.85rem, 5.2svh, 2.45rem);
  }

  .build-list {
    margin-top: 28px;
  }

  .cta-row a {
    width: 100%;
    min-height: 52px;
    padding: 0 14px;
    text-align: center;
    line-height: 1.08;
  }

  .number {
    display: none;
  }
}

@media (max-width: 560px) {
  .deck-topbar {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brand-lockup {
    font-size: 0.78rem;
  }

  .mark {
    width: 22px;
    height: 22px;
  }

  .deck-progress {
    justify-self: stretch;
    width: 100%;
  }

  .progress-track {
    flex: 1;
  }

  .slide {
    padding: 102px 14px 48px;
  }

  .hero-slide .slide-grid {
    min-height: calc(100svh - 150px);
  }

  .kicker,
  .eyebrow,
  .proof-stack span,
  .tier-table span,
  .timeline span,
  .metric-row span {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  h1 {
    font-size: clamp(2.8rem, 10svh, 3.65rem);
  }

  h2 {
    font-size: clamp(1.82rem, 5.8svh, 2.62rem);
  }

  .hero-panel p {
    font-size: 1rem;
  }

  .hero-panel span {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .hero-media {
    background-size: cover, min(150vw, 42rem) auto;
    background-position: center, center 54%;
  }
}
