:root {
  --midnight: #081521;
  --midnight-2: #102131;
  --cream: #f2ede4;
  --ink: #15171b;
  --pink: #ff2d87;
  --pink-soft: rgba(255, 45, 135, 0.16);
  --line-light: rgba(242, 237, 228, 0.18);
  --line-dark: rgba(21, 23, 27, 0.14);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--midnight);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--midnight);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::before {
  display: none;
}

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

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

em {
  color: var(--pink);
  font-style: italic;
}

.progress {
  display: none;
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(242, 237, 228, 0.1);
  background: rgba(8, 21, 33, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0;
}

.nav nav {
  display: flex;
  gap: 30px;
  color: rgba(242, 237, 228, 0.68);
  font-size: 13px;
}

.nav-action {
  border-radius: 999px;
  background: var(--pink);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
}

.audio-control {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 8px;
  align-items: center;
  color: rgba(242, 237, 228, .72);
  font-size: 11px;
}

.audio-control button {
  border: 1px solid rgba(242, 237, 228, .18);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(242, 237, 228, .04);
  color: rgba(242, 237, 228, .86);
  font: inherit;
  cursor: pointer;
}

.audio-control button:hover {
  border-color: rgba(255, 45, 135, .72);
  color: var(--pink);
}

.audio-control label {
  display: grid;
  grid-template-columns: auto 56px;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}

.audio-control input {
  width: 56px;
  accent-color: var(--pink);
}

.audio-control.is-missing {
  opacity: .42;
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 12vw, 150px) clamp(20px, 5vw, 72px);
}

.hero {
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding-top: 150px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 92px clamp(20px, 5vw, 72px) 34px;
  border-top: 1px solid rgba(242, 237, 228, .14);
  border-bottom: 1px solid rgba(242, 237, 228, .14);
  pointer-events: none;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, .58fr);
  gap: clamp(34px, 7vw, 104px);
  align-items: center;
  min-height: clamp(480px, 63svh, 690px);
}

.hero-proof {
  align-self: center;
  border-left: 1px solid rgba(242, 237, 228, .18);
  padding: clamp(22px, 4vw, 50px) 0 clamp(22px, 4vw, 50px) clamp(28px, 4vw, 52px);
}

.dark {
  background: var(--midnight);
  color: var(--cream);
}

.dark-alt {
  background: var(--midnight-2);
  color: var(--cream);
}

.dark-gradient {
  background: linear-gradient(180deg, #112333 0%, #07121d 100%);
  color: var(--cream);
}

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

.pink-band {
  display: grid;
  min-height: 48svh;
  place-items: center;
  background: var(--pink);
  color: var(--cream);
}

.wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.wide {
  width: min(100%, 1500px);
}

.center {
  text-align: center;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.kicker {
  margin: 0 0 28px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-transform: uppercase;
}

.muted {
  color: rgba(21, 23, 27, 0.54);
}

.soft {
  color: rgba(242, 237, 228, 0.5);
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.brand-hero {
  max-width: none;
  color: var(--cream);
  font-size: clamp(4.4rem, 13vw, 14rem);
  line-height: .78;
}

.display,
.section h2 {
  max-width: 11ch;
  font-size: clamp(5rem, 12vw, 12rem);
  line-height: 0.86;
}

.huge {
  max-width: 11ch;
  font-size: clamp(5.4rem, 16vw, 15rem) !important;
  line-height: 0.84 !important;
}

.why-headline {
  display: grid;
  max-width: 19ch;
  gap: .18em;
  color: var(--ink);
  font-size: clamp(2.55rem, 5vw, 5.55rem);
  line-height: 1;
}

.why-headline .phrase:first-child {
  max-width: 16ch;
  color: rgba(21, 23, 27, .88);
}

.why-headline em.phrase {
  max-width: 15ch;
  color: var(--pink);
}

.mega {
  max-width: none !important;
  font-size: clamp(5.2rem, 16vw, 15rem) !important;
}

.mid {
  max-width: 12ch;
  font-size: clamp(3.1rem, 6vw, 6.2rem) !important;
  line-height: 0.96 !important;
}

.lead {
  max-width: 64ch;
  margin: 44px 0 0;
  color: rgba(242, 237, 228, 0.8);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.75;
}

.sub-kicker {
  margin: 34px 0 0;
  color: rgba(242, 237, 228, 0.62);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-offer {
  max-width: 9.8ch;
  margin: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(4rem, 8.8vw, 9.6rem);
  line-height: .88;
}

.hero-copy {
  position: relative;
  padding-top: clamp(20px, 4vw, 42px);
}

.hero-copy::after {
  content: "";
  display: block;
  width: min(42vw, 520px);
  height: 1px;
  margin-top: clamp(30px, 5vw, 56px);
  background: rgba(242, 237, 228, .22);
}

.hero-strap {
  max-width: 32ch;
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: rgba(242, 237, 228, .7);
  font-size: clamp(.84rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.7;
  text-transform: uppercase;
}

.hero-rail {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: clamp(18px, 3vw, 30px);
  color: rgba(242, 237, 228, .52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.hero-rail::before,
.hero-rail::after {
  content: "";
  height: 1px;
  background: rgba(242, 237, 228, .16);
}

.hero-rail span:first-child,
.hero-rail span:last-child {
  display: none;
}

.narrow {
  max-width: 56ch;
}

.body {
  margin: 0;
  color: rgba(21, 23, 27, 0.72);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.75;
}

.pale {
  color: rgba(242, 237, 228, 0.72);
}

.max {
  max-width: 60ch;
}

.glow {
  display: none;
}

.glow-one {
  top: -180px;
  right: -160px;
  width: 600px;
  height: 600px;
  background: rgba(255, 45, 135, 0.2);
}

.glow-two {
  bottom: -180px;
  left: -180px;
  width: 520px;
  height: 520px;
  background: rgba(255, 45, 135, 0.12);
}

.glow-pink {
  top: 20%;
  right: -240px;
  width: 680px;
  height: 680px;
  background: rgba(255, 45, 135, 0.13);
}

.three-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: clamp(30px, 4vw, 46px);
}

.three-points article,
.analytics article {
  border-top: 1px solid currentColor;
  padding-top: 22px;
}

.three-points article {
  color: rgba(242, 237, 228, 0.18);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px 0;
}

.three-points span,
.cap-grid span,
.path-grid span,
.analytics span,
.never-list span,
.split-cards span {
  display: block;
  color: var(--pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.three-points strong {
  display: block;
  margin-top: 0;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.75vw, 2rem);
  font-weight: 400;
  line-height: 1.18;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 54px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s, opacity 0.2s;
}

.button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.primary {
  background: var(--pink);
  color: var(--cream);
}

.ghost {
  border: 1px solid rgba(242, 237, 228, 0.3);
}

.statement-list {
  display: grid;
  gap: 22px;
  max-width: 64ch;
  margin-top: 72px;
  color: rgba(21, 23, 27, 0.78);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  line-height: 1.35;
}

.split-reveal {
  display: grid;
  gap: 0.02em;
}

.hero-reveal {
  display: grid;
  gap: 0.04em;
}

.split-reveal .phrase {
  display: block;
}

.hero-reveal .phrase {
  display: block;
}

.hero-reveal em {
  color: var(--pink);
  font-style: italic;
}

.split-reveal em.phrase {
  color: var(--pink);
  font-style: italic;
}

.statement-list p {
  margin: 0;
}

.why-copy {
  display: grid;
  grid-template-columns: minmax(260px, .74fr) minmax(340px, 1.26fr);
  gap: 0;
  max-width: 1220px;
  margin-top: clamp(58px, 8vw, 104px);
  border-top: 1px solid rgba(21, 23, 27, .18);
  border-bottom: 1px solid rgba(21, 23, 27, .18);
}

.why-open {
  display: grid;
  grid-template-columns: minmax(160px, .28fr) minmax(0, .72fr);
  gap: clamp(24px, 6vw, 88px);
  align-items: start;
}

.why-copy p {
  position: relative;
  margin: 0;
  min-height: 122px;
  border-top: 1px solid rgba(21, 23, 27, .12);
  padding: 24px clamp(22px, 3vw, 40px);
  color: rgba(21, 23, 27, .74);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2.35rem);
  line-height: 1.15;
}

.why-copy p::before {
  content: "0" counter(why);
  counter-increment: why;
  display: block;
  margin-bottom: 28px;
  color: var(--pink);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}

.why-copy {
  counter-reset: why;
}

.why-copy p:nth-child(1) {
  border-top: 0;
}

.why-copy p:nth-child(2) {
  border-top: 0;
  border-left: 1px solid rgba(21, 23, 27, .12);
}

.why-copy p:nth-child(3),
.why-copy p:nth-child(5) {
  grid-column: 1;
}

.why-copy p:nth-child(4) {
  grid-column: 2;
  grid-row: 2 / span 2;
  border-left: 1px solid rgba(21, 23, 27, .12);
  padding-top: clamp(30px, 4vw, 52px);
  font-size: clamp(1.75rem, 2.7vw, 3.3rem);
  line-height: 1.05;
}

.why-copy p:nth-child(5) {
  color: var(--pink);
}

.built-section {
  background: var(--cream);
  color: var(--ink);
}

.built-layout {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(420px, 1.2fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: start;
}

.built-title {
  position: sticky;
  top: 112px;
}

.built-copy {
  display: grid;
  border-top: 1px solid rgba(21, 23, 27, .16);
}

.built-copy p {
  margin: 0;
  border-bottom: 1px solid rgba(21, 23, 27, .16);
  padding: clamp(24px, 4vw, 42px) 0;
  color: rgba(21, 23, 27, .78);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.8vw, 3.25rem);
  line-height: 1.05;
}

.built-copy strong {
  color: var(--pink);
  font-weight: 400;
}

.built-copy .reveal-block:nth-child(1) {
  transition-delay: 120ms;
}

.built-copy .reveal-block:nth-child(2) {
  transition-delay: 300ms;
}

.built-copy .reveal-block:nth-child(3) {
  transition-delay: 480ms;
}

.built-copy .reveal-block:nth-child(4) {
  transition-delay: 660ms;
}

.built-copy .reveal-block:nth-child(5) {
  transition-delay: 840ms;
}

.pay-section {
  min-height: 76svh;
  display: grid;
  align-items: center;
}

.pay-section::before {
  content: "";
  position: absolute;
  inset: clamp(28px, 5vw, 70px);
  border-top: 1px solid rgba(242, 237, 228, .18);
  border-bottom: 1px solid rgba(242, 237, 228, .18);
  pointer-events: none;
}

.pay-headline {
  display: grid;
  gap: .04em;
  max-width: 11ch;
  font-size: clamp(5rem, 12vw, 12.5rem);
  line-height: .84;
}

.pay-headline .phrase {
  display: block;
}

.why-copy strong {
  color: var(--pink);
  font-weight: 400;
}

.reveal-block {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
  animation: blockReveal linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 28%;
}

.reveal-block:nth-child(2) {
  animation-range: entry 6% cover 34%;
}

.reveal-block:nth-child(3) {
  animation-range: entry 12% cover 40%;
}

.reveal-block:nth-child(4) {
  animation-range: entry 18% cover 46%;
}

.reveal-block:nth-child(5) {
  animation-range: entry 24% cover 52%;
}

@keyframes blockReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.why-copy p:nth-child(1) .word {
  transition-delay: calc(120ms + (var(--i) * 80ms));
}

.why-copy p:nth-child(2) .word {
  transition-delay: calc(420ms + (var(--i) * 80ms));
}

.why-copy p:nth-child(3) .word {
  transition-delay: calc(720ms + (var(--i) * 80ms));
}

.why-copy p:nth-child(4) .word {
  transition-delay: calc(1020ms + (var(--i) * 65ms));
}

.why-copy p:nth-child(5) .word {
  transition-delay: calc(1520ms + (var(--i) * 80ms));
}

.proof-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid rgba(242, 237, 228, .14);
}

.proof-strip span {
  min-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(242, 237, 228, .14);
  border-radius: 0;
  padding: 22px 0;
  color: var(--cream);
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  line-height: 1.14;
  transform: translateY(0);
  transition: color .3s ease, padding-left .3s ease;
}

.proof-strip span:hover {
  padding-left: 14px;
  color: var(--pink);
}

.claims-lab-section {
  padding-top: clamp(96px, 12vw, 154px);
  padding-bottom: clamp(96px, 12vw, 154px);
}

.claims-lab-layout {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(360px, .72fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.claims-lab-section h2 {
  max-width: 10.8ch;
  font-size: clamp(3.4rem, 7.2vw, 8.1rem);
  line-height: .92;
}

.claims-lab-copy .lead:first-child {
  margin-top: 8px;
}

.spaced {
  margin-top: 28px;
}

.change-line {
  margin: 46px 0 0;
  color: var(--pink);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 6vw, 6rem);
  line-height: .92;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(190px, 1fr));
  gap: 0;
  margin-top: 0;
  overflow-x: auto;
  border-left: 1px solid rgba(21, 23, 27, .14);
  scroll-snap-type: x proximity;
}

.impact-grid article {
  min-height: 290px;
  border: 0;
  border-right: 1px solid rgba(21, 23, 27, .14);
  border-radius: 0;
  padding: 24px;
  background: transparent;
  scroll-snap-align: start;
  transition: background .35s ease, color .35s ease;
}

.impact-grid article:hover {
  transform: none;
  border-color: currentColor;
  background: var(--midnight);
}

.impact-grid span {
  color: var(--pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.impact-grid p {
  margin: 96px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.34rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.impact-grid article:hover p,
.impact-grid article:hover span {
  color: var(--cream);
}

.matters-section {
  padding-bottom: clamp(86px, 11vw, 136px);
}

.matters-intro {
  display: grid;
  grid-template-columns: minmax(180px, .35fr) minmax(0, .65fr);
  gap: clamp(24px, 5vw, 82px);
  align-items: start;
  margin-bottom: clamp(48px, 7vw, 82px);
}

.matters-section h2 {
  max-width: 12ch;
}

.change-section {
  border-top: 1px solid rgba(242, 237, 228, .08);
}

.change-layout {
  align-items: center;
}

.change-layout > div:last-child {
  border-left: 1px solid rgba(242, 237, 228, .16);
  padding-left: clamp(28px, 5vw, 70px);
}
}

.platform-bridge {
  min-height: 54svh;
  background: var(--pink);
}

.platform-bridge .kicker {
  color: rgba(242, 237, 228, .78);
}

.platform-bridge .mega {
  max-width: 12ch !important;
  margin-inline: auto;
  font-size: clamp(4rem, 10vw, 10.5rem) !important;
  line-height: .9;
}

.platform-bridge em {
  color: var(--cream);
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 980px;
  margin-top: 46px;
}

.capability-list span {
  border: 1px solid rgba(21, 23, 27, .14);
  border-radius: 999px;
  padding: 13px 18px;
  background: rgba(255, 255, 255, .42);
  color: var(--ink);
  font-size: clamp(.86rem, 1.1vw, 1rem);
  font-weight: 700;
  transition: transform .3s ease, border-color .3s ease, color .3s ease;
}

.capability-list span:hover {
  transform: translateY(-4px);
  border-color: var(--pink);
  color: var(--pink);
}

.belief-line {
  margin: 48px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.8vw, 6.5rem);
  line-height: .92;
}

.never-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.never-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 22px;
  align-items: baseline;
  border-bottom: 1px solid rgba(242, 237, 228, 0.14);
  padding-bottom: 22px;
}

.never-list strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
}

.intro {
  padding-bottom: 70px;
}

.compact {
  padding-top: 0;
}

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

.cap-card {
  position: relative;
  min-height: 270px;
  border: 0;
  border-radius: 6px;
  background: #f8f2e8;
  padding: 24px;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 1px 0 rgba(21, 23, 27, 0.05);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .35s, background .35s, color .35s, box-shadow .35s;
}

.cap-card::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 72px;
  width: 44px;
  height: 1px;
  background: rgba(21, 23, 27, 0.2);
  transition: width .35s, background .35s;
}

.cap-card:hover,
.cap-card.active {
  transform: translateY(-18px);
  background: var(--pink);
  color: var(--cream);
  box-shadow: 0 30px 70px -28px rgba(255, 45, 135, 0.9);
}

.cap-card:nth-child(2).active,
.cap-card:nth-child(4).active {
  background: var(--midnight);
}

.cap-card:hover::after,
.cap-card.active::after {
  width: 76px;
  background: var(--cream);
}

.cap-card h3 {
  margin: auto 0 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 2.7vw, 3.1rem);
  line-height: 0.95;
}

.cap-card:hover h3,
.cap-card.active h3,
.cap-card:hover span,
.cap-card.active span,
.cap-card:hover i,
.cap-card.active i {
  color: var(--cream);
}

.cap-card i {
  margin-top: 34px;
  color: rgba(21, 23, 27, 0.62);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cap-card p,
.path-grid p,
.analytics p,
.split-cards p {
  color: rgba(21, 23, 27, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

.cap-detail {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(340px, 1.1fr);
  gap: clamp(32px, 6vw, 76px);
  margin-top: 54px;
  border-radius: 8px;
  padding: clamp(30px, 5vw, 58px);
  background: var(--midnight);
  color: var(--cream);
  box-shadow: 0 30px 90px -40px rgba(8, 21, 33, 0.75);
  transition: background .35s, color .35s;
}

.cap-detail.is-pink {
  background: var(--pink);
}

.cap-detail.is-light {
  background: #f8f2e8;
  color: var(--ink);
}

#cap-kicker {
  margin: 0;
  color: var(--pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.cap-detail.is-pink #cap-kicker,
.cap-detail.is-pink #cap-summary,
.cap-detail.is-pink .cap-count {
  color: var(--cream);
}

#cap-title {
  margin-top: 18px;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: .9;
}

#cap-summary {
  margin: 0;
  max-width: 48ch;
  color: rgba(242, 237, 228, .78);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.cap-detail.is-light #cap-summary {
  color: rgba(21, 23, 27, .72);
}

.cap-count {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
  color: rgba(242, 237, 228, .62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.cap-detail.is-light .cap-count {
  color: rgba(21, 23, 27, .62);
}

.cap-count span:nth-child(2) {
  width: 70px;
  height: 1px;
  background: currentColor;
  opacity: .45;
}

.cap-more {
  margin-top: 34px;
  border: 0;
  background: var(--pink);
  color: var(--cream);
  cursor: pointer;
}

.cap-detail.is-pink .cap-more {
  background: var(--cream);
  color: var(--ink);
}

.cap-detail.is-light .cap-more {
  background: var(--ink);
  color: var(--cream);
}

.cap-modal[hidden] {
  display: none;
}

.cap-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: grid;
  place-items: center;
  padding: 22px;
}

.cap-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 21, 33, .78);
  backdrop-filter: blur(7px);
}

.cap-modal-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: 86svh;
  overflow: auto;
  border: 1px solid rgba(242, 237, 228, .16);
  border-radius: 10px;
  padding: clamp(32px, 6vw, 72px);
  background: var(--pink);
  color: var(--cream);
  box-shadow: 0 50px 140px rgba(0, 0, 0, .45);
}

.cap-modal-panel.is-dark {
  background: var(--midnight);
}

.cap-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(242, 237, 228, .24);
  border-radius: 50%;
  background: transparent;
  color: var(--cream);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

#modal-kicker {
  margin: 0;
  color: rgba(242, 237, 228, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

#modal-title {
  margin-top: 18px;
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: .84;
}

#modal-copy {
  margin-top: 44px;
  max-width: 70ch;
}

#modal-copy p {
  color: rgba(242, 237, 228, .86);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.cap-outro {
  margin-top: 72px;
  text-align: center;
}

.cap-outro p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}

.screen-photo {
  overflow: hidden;
  margin: 64px auto 0;
  max-width: min(1180px, 100%);
  border: 1px solid rgba(242, 237, 228, 0.1);
  border-radius: 8px;
  background: #07121d;
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.48);
}

.screen-photo img {
  width: 100%;
  display: block;
}

.builder-photo {
  max-width: min(1180px, 100%);
  margin-left: 0;
}

.chips,
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 44px;
}

.chips {
  justify-content: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.chips span {
  border: 1px solid rgba(242, 237, 228, 0.22);
  border-radius: 999px;
  padding: 9px 15px;
  color: rgba(242, 237, 228, 0.78);
  font-size: 12px;
}

.steps span {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.closing-line {
  max-width: 42ch;
  margin: 72px auto 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
  line-height: 1.1;
  text-align: center;
}

.motor-journeys {
  overflow: hidden;
}

.motor-screens {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 5vw, 72px);
  margin-top: 72px;
}

.motor-screen {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 23, 27, 0.12);
  border-radius: 8px;
  background: var(--midnight);
  box-shadow: 0 38px 90px rgba(8, 21, 33, 0.18);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.motor-screen a {
  display: block;
  cursor: zoom-in;
}

.motor-screen img {
  display: block;
  width: 100%;
  height: auto;
}

.motor-screen figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px 22px;
  color: var(--cream);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.motor-screen figcaption span {
  color: var(--pink);
  white-space: nowrap;
}

.path-grid,
.analytics,
.split-cards {
  display: grid;
  gap: 24px;
  margin-top: 62px;
}

.path-grid {
  grid-template-columns: repeat(3, 1fr);
}

.path-grid article {
  border: 1px solid rgba(242, 237, 228, 0.12);
  border-radius: 6px;
  padding: 30px;
}

.path-grid h3,
.analytics h3,
.split-cards h3 {
  margin-top: 18px;
  font-size: clamp(1.45rem, 2.6vw, 2.3rem);
  line-height: 1.1;
}

.path-grid p {
  color: rgba(242, 237, 228, 0.65);
}

.split-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(22px, 3vw, 42px);
}

.split-cards article {
  border-radius: 6px;
  min-height: clamp(300px, 34vw, 460px);
  padding: clamp(38px, 5.5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.split-cards span {
  font-size: 12px;
  letter-spacing: 0.22em;
}

.split-cards h3 {
  max-width: 12ch;
  margin-top: auto;
  font-size: clamp(3rem, 6.4vw, 7rem);
  line-height: 0.94;
}

.split-cards p {
  max-width: 31ch;
  margin: 24px 0 0;
  font-size: clamp(1.02rem, 1.35vw, 1.25rem);
}

.split-cards p + p {
  margin-top: 14px;
}

.dark-card {
  background: var(--midnight-2);
  color: var(--cream);
}

.dark-card p {
  color: rgba(242, 237, 228, 0.7);
}

.pink-card {
  background: var(--pink);
  color: var(--cream);
}

.pink-card span,
.pink-card p {
  color: var(--cream);
}

.analytics {
  grid-template-columns: repeat(4, 1fr);
}

.analytics article {
  color: rgba(21, 23, 27, 0.14);
}

.analytics h3,
.analytics p {
  color: var(--ink);
}

.portrait {
  min-height: 500px;
  border-radius: 8px;
  padding: 32px;
  background: linear-gradient(135deg, #081521, #14293d);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.portrait p,
.portrait span {
  color: rgba(242, 237, 228, 0.6);
  font-size: 13px;
}

.portrait h3 {
  margin: 8px 0;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.founder-copy {
  max-width: 62ch;
  margin-top: 34px;
}

.founder-copy p {
  margin: 0 0 18px;
  color: rgba(242, 237, 228, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.founder-copy p:last-child {
  margin-bottom: 0;
}

blockquote {
  max-width: 12ch;
  margin: 54px 0 0;
  color: var(--cream);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
}

.final {
  padding-top: clamp(120px, 16vw, 190px);
  padding-bottom: clamp(120px, 16vw, 190px);
}

.demo-form {
  max-width: 920px;
  margin-top: 58px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.demo-form label {
  display: grid;
  gap: 10px;
}

.demo-form span {
  color: rgba(242, 237, 228, 0.62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid rgba(242, 237, 228, 0.18);
  border-radius: 6px;
  background: rgba(242, 237, 228, 0.08);
  color: var(--cream);
  padding: 16px 17px;
  font: inherit;
  outline: none;
}

.demo-form textarea {
  resize: vertical;
}

.demo-form input:focus,
.demo-form select:focus,
.demo-form textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(255, 45, 135, 0.16);
}

.message-field {
  margin-top: 18px;
}

.demo-form .button {
  margin-top: 22px;
}

.demo-page {
  min-height: 100vh;
  padding-top: clamp(120px, 14vw, 170px);
  padding-bottom: clamp(90px, 12vw, 140px);
}

.demo-wrap {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

.demo-page .demo-form {
  margin-top: 0;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(21, 23, 27, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 32px 90px rgba(8, 21, 33, 0.12);
}

.demo-page .demo-form span,
.demo-page .form-note {
  color: rgba(21, 23, 27, 0.58);
}

.demo-page .demo-form input,
.demo-page .demo-form select,
.demo-page .demo-form textarea {
  border-color: rgba(21, 23, 27, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

.form-note {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.footer {
  background: var(--midnight);
  color: rgba(242, 237, 228, 0.58);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(242, 237, 228, 0.12);
  padding: 34px 0;
  font-size: 12px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-links a {
  color: rgba(242, 237, 228, 0.76);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--pink);
}

.legal-page {
  background: var(--midnight);
}

.legal-wrap {
  max-width: 980px;
}

.legal-copy {
  max-width: 760px;
  margin-top: 64px;
}

.legal-copy h2 {
  margin-top: 38px;
  color: var(--cream);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.legal-copy p {
  margin: 14px 0 0;
  color: rgba(242, 237, 228, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-copy a {
  color: var(--pink);
}

/* Editorial reset for the top narrative. Keeps the page premium and avoids generic decorative effects. */
.hero {
  display: grid;
  align-items: stretch;
  min-height: 100svh;
  padding-top: 104px;
  padding-bottom: clamp(30px, 4vw, 58px);
}

.hero::before {
  inset: 88px clamp(20px, 5vw, 72px) clamp(24px, 4vw, 52px);
  border: 1px solid rgba(242, 237, 228, .12);
}

.hero .wrap {
  display: grid;
}

.hero-layout {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: calc(100svh - 190px);
  gap: clamp(34px, 5vw, 70px);
}

.hero-copy {
  display: grid;
  align-content: center;
  min-height: 48svh;
  padding: 0;
}

.hero-copy::after {
  width: min(54vw, 760px);
}

.hero-offer {
  max-width: 15ch;
  font-size: clamp(4.2rem, 8.2vw, 8.6rem);
  line-height: .9;
}

.hero-proof {
  display: grid;
  grid-template-columns: minmax(260px, .74fr) minmax(480px, 1.26fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: end;
  border-top: 1px solid rgba(242, 237, 228, .18);
  border-left: 0;
  padding: clamp(24px, 4vw, 42px) 0 0;
}

.hero-proof .lead {
  margin-top: 20px;
}

.hero .three-points {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.2vw, 30px);
  margin-top: 0;
}

.hero .three-points article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 0 0;
}

.hero .three-points strong {
  font-size: clamp(1.35rem, 1.8vw, 1.95rem);
}

.hero .actions {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(24px, 4vw, 52px);
  margin: 0;
}

.why-section {
  background: var(--cream);
}

.why-headline {
  max-width: 17ch;
  font-size: clamp(2.65rem, 5.4vw, 5.9rem);
  line-height: .98;
}

.why-copy {
  grid-template-columns: minmax(280px, .72fr) minmax(320px, 1.28fr);
  gap: 0;
  border-top: 1px solid rgba(21, 23, 27, .16);
  border-bottom: 1px solid rgba(21, 23, 27, .16);
}

.why-copy p {
  min-height: 132px;
  border-top: 1px solid rgba(21, 23, 27, .12);
  padding: 24px clamp(22px, 3vw, 38px);
  font-size: clamp(1.35rem, 2.15vw, 2.45rem);
  line-height: 1.1;
}

.why-copy p:nth-child(1),
.why-copy p:nth-child(2) {
  border-top: 0;
}

.why-copy p:nth-child(2),
.why-copy p:nth-child(4) {
  border-left: 1px solid rgba(21, 23, 27, .12);
}

.why-copy p:nth-child(3),
.why-copy p:nth-child(5) {
  grid-column: 1;
}

.why-copy p:nth-child(4) {
  grid-column: 2;
  grid-row: 2 / span 2;
  font-size: clamp(1.7rem, 2.85vw, 3.35rem);
}

.why-copy p:nth-child(5) {
  color: var(--pink);
}

.reveal-words .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.7em) rotate(2deg) scale(.98);
  filter: blur(10px);
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), filter 0.85s ease;
  transition-delay: calc(var(--i) * 72ms);
  will-change: transform, opacity, filter;
}

.reveal-words .word.hot {
  color: var(--pink);
  font-style: italic;
}

.slow-reveal .word {
  transition-duration: 1.15s;
  transition-delay: calc(var(--i) * 140ms);
}

.hero-delay-reveal .word {
  transition-duration: 1.05s;
  transition-delay: calc(980ms + (var(--i) * 115ms));
}

.delay-reveal .word {
  transition-delay: calc(520ms + (var(--i) * 90ms));
}

.statement-slow .word {
  transition-duration: 1.45s;
  transition-delay: calc(var(--i) * 230ms);
}

.statement-delay .word {
  transition-duration: 1.35s;
  transition-delay: calc(1150ms + (var(--i) * 210ms));
}

.section {
  animation: none;
}

@keyframes atmosphereShift {
  from {
    background-position: 0% 30%, 50% 50%, 50% 50%;
  }
  to {
    background-position: 100% 70%, 50% 50%, 50% 50%;
  }
}

.reveal-words.is-visible .word {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.reveal-block {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .85s ease, transform .85s cubic-bezier(.16, 1, .3, 1);
}

.reveal-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-copy .reveal-block:nth-child(1) {
  transition-delay: 120ms;
}

.why-copy .reveal-block:nth-child(2) {
  transition-delay: 340ms;
}

.why-copy .reveal-block:nth-child(3) {
  transition-delay: 560ms;
}

.why-copy .reveal-block:nth-child(4) {
  transition-delay: 820ms;
}

.why-copy .reveal-block:nth-child(5) {
  transition-delay: 1120ms;
}

@media (max-width: 1100px) {
  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero .three-points {
    grid-template-columns: 1fr;
  }

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

  .impact-grid {
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    border-top: 1px solid rgba(21, 23, 27, .14);
  }

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

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

@media (max-width: 860px) {
  .nav nav {
    display: none;
  }

  .two-col,
  .demo-wrap,
  .built-layout,
  .why-copy,
  .why-open,
  .claims-lab-layout,
  .matters-intro,
  .three-points,
  .motor-screens,
  .split-cards {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .hero-proof {
    border-left: 0;
    border-top: 1px solid rgba(242, 237, 228, .18);
    padding: 34px 0 0;
  }

  .hero-copy::after {
    width: 100%;
  }

  .why-copy p:nth-child(4),
  .why-copy p:nth-child(5) {
    grid-column: auto;
  }

  .why-copy p:nth-child(2),
  .why-copy p:nth-child(4) {
    border-left: 0;
  }

  .why-copy p:nth-child(4) {
    grid-row: auto;
  }

  .built-title {
    position: static;
  }

  .change-layout > div:last-child {
    border-left: 0;
    border-top: 1px solid rgba(242, 237, 228, .16);
    padding: 34px 0 0;
  }

  .display,
  .section h2,
  .huge,
  .mega {
    max-width: 11ch;
  }

  .hero {
    min-height: auto;
  }

  .pay-section {
    min-height: auto;
  }

}

@media (max-width: 620px) {
  .nav {
    height: 64px;
  }

  .brand {
    font-size: 21px;
  }

  .nav-action {
    padding: 9px 12px;
    font-size: 12px;
  }

  .section {
    padding: 78px 18px;
  }

  .hero {
    padding-top: 120px;
  }

  .display,
  .section h2 {
    font-size: clamp(3.2rem, 17vw, 5.4rem);
  }

  .hero-offer {
    font-size: clamp(3.7rem, 17vw, 5.8rem);
  }

  .hero-rail {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: start;
  }

  .hero-rail::before,
  .hero-rail::after {
    display: none;
  }

  .hero-rail span {
    display: inline;
  }

  .why-headline,
  .claims-lab-section h2,
  .mid,
  .platform-bridge .mega {
    max-width: 100% !important;
  }

  .huge {
    font-size: clamp(4rem, 19vw, 6.2rem) !important;
  }

  .lead,
  .body {
    font-size: 16px;
  }

  .cap-grid,
  .analytics {
    grid-template-columns: 1fr;
  }

  .impact-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
    border-left: 0;
  }

  .impact-grid article {
    min-height: 190px;
    border-right: 0;
    border-top: 1px solid rgba(21, 23, 27, .14);
  }

  .impact-grid p {
    margin-top: 52px;
  }

  .cap-card {
    min-height: 190px;
  }

  .cap-detail {
    grid-template-columns: 1fr;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .demo-form {
    margin-top: 38px;
  }

  .motor-screen figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
  }

  .reveal-words .word {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.hero,
.pay-section,
.dark,
.dark-alt,
.dark-gradient {
  background: #081521;
}

.hero {
  overflow: hidden;
}

.hero::before {
  display: none;
}

.hero-offer {
  max-width: 12.5ch;
  font-size: clamp(4.2rem, 8vw, 8.2rem);
  line-height: .92;
}

.hero-layout {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: calc(100svh - 190px);
  gap: clamp(34px, 5vw, 70px);
}

.hero-line {
  display: block;
}

.hero-line .word {
  transform: translateY(.86em) rotate(-1.5deg);
  filter: blur(8px);
}

.hero-line-one .word {
  transition-duration: 1.05s;
  transition-delay: calc(140ms + (var(--i) * 155ms));
}

.hero-line-two .word {
  transition-duration: 1.08s;
  transition-delay: calc(920ms + (var(--i) * 165ms));
}

.hero-strap {
  max-width: 34ch;
  margin-top: clamp(18px, 3vw, 34px);
  color: rgba(242, 237, 228, .8);
  font-size: clamp(1.05rem, 1.5vw, 1.55rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  transform: translateY(20px);
  animation: strapLift .95s cubic-bezier(.16, 1, .3, 1) 1.75s both;
}

.hero-copy::after,
.hero-rail {
  display: none;
}

.hero-proof {
  width: 100%;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: end;
  opacity: 0;
  transform: translateY(28px);
  animation: proofArrive 1s cubic-bezier(.16, 1, .3, 1) 2.15s both;
}

.scroll-cue {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(22px, 4vw, 44px);
  justify-self: auto;
  display: inline-grid;
  grid-template-columns: auto 34px;
  gap: 12px;
  align-items: center;
  width: fit-content;
  margin-top: 0;
  color: rgba(242, 237, 228, .7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  animation: scrollCueIn .9s ease 3s both;
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 34px;
  height: 1px;
  background: rgba(242, 237, 228, .34);
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
  transform: rotate(45deg);
  animation: scrollCuePulse 1.6s ease-in-out infinite;
}

.hero .three-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
}

.hero .three-points article {
  border-top: 1px solid rgba(242, 237, 228, .18);
  min-width: 0;
}

.built-section {
  background: var(--cream);
}

.built-layout {
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 58px);
  max-width: 1040px;
}

.built-title {
  position: static;
  max-width: 980px;
}

.section-question {
  margin: 0 0 clamp(26px, 4vw, 44px);
  max-width: 16ch;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3.25rem, 7vw, 7.8rem);
  line-height: .92;
  letter-spacing: 0;
}

.built-section .section-question {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .9s ease, transform 1s cubic-bezier(.16, 1, .3, 1);
}

.built-section .section-question.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section .why-headline {
  display: block;
  max-width: 19ch;
  font-size: clamp(2rem, 3.6vw, 4.15rem);
  line-height: 1.08;
}

.why-reveal .word {
  display: inline;
  opacity: 0;
  transform: translateY(.55em);
  filter: blur(5px);
  transition: opacity .75s ease, transform .85s cubic-bezier(.16, 1, .3, 1), filter .75s ease;
  transition-delay: calc(160ms + (var(--i) * 58ms));
}

.why-reveal.is-visible .word {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.built-copy .reveal-block:nth-child(1) {
  transition-delay: 260ms;
}

.built-copy .reveal-block:nth-child(2) {
  transition-delay: 430ms;
}

.built-copy .reveal-block:nth-child(3) {
  transition-delay: 600ms;
}

.built-copy .reveal-block:nth-child(4) {
  transition-delay: 780ms;
}

.built-copy .reveal-block:nth-child(5) {
  transition-delay: 960ms;
}

.pay-section .kicker {
  color: var(--pink);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.4vw, 5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .95;
  text-transform: none;
}

.built-copy {
  max-width: 980px;
  justify-self: start;
  border-top: 1px solid rgba(21, 23, 27, .2);
}

.built-copy p {
  padding: clamp(22px, 3vw, 34px) 0;
  font-family: var(--sans);
  font-size: clamp(1.16rem, 1.55vw, 1.9rem);
  line-height: 1.32;
  color: rgba(21, 23, 27, .78);
}

.built-copy p:nth-child(4) {
  max-width: 26ch;
  margin-left: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.7vw, 3.25rem);
  line-height: 1.06;
  color: var(--ink);
}

.built-copy p:last-child {
  max-width: 36ch;
  margin-left: 0;
  color: #ff2d87 !important;
  opacity: 1 !important;
  transform: none !important;
  border: 0;
  padding: clamp(18px, 2.2vw, 28px) 0 0;
  background: transparent;
}

.built-copy strong {
  color: #ff2d87 !important;
  font-weight: 700;
}

.pay-section {
  min-height: 62svh;
  padding-top: clamp(92px, 10vw, 140px);
  padding-bottom: clamp(92px, 10vw, 140px);
}

.pay-section .wrap {
  display: grid;
  grid-template-columns: minmax(240px, .35fr) minmax(520px, 1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
}

.pay-headline {
  justify-self: end;
  max-width: 9ch;
  font-size: clamp(5rem, 11vw, 11.5rem);
  line-height: .86;
  text-align: right;
}

.pay-headline em {
  color: var(--pink);
}

@keyframes heroRuleSweep {
  from {
    background-position: -70% 18%, 0 0;
    opacity: .25;
  }

  to {
    background-position: 130% 18%, 0 0;
    opacity: 1;
  }
}

@keyframes shopWindowLine {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  45% {
    opacity: 1;
  }

  to {
    opacity: .9;
    transform: scaleX(1);
  }
}

@keyframes strapLift {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes proofArrive {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollCueIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollCuePulse {
  0%,
  100% {
    transform: translateY(-2px) rotate(45deg);
  }

  50% {
    transform: translateY(3px) rotate(45deg);
  }
}

@media (max-width: 1100px) {
  .hero-proof,
  .built-layout,
  .pay-section .wrap {
    grid-template-columns: 1fr;
  }

  .hero .three-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .built-title {
    position: static;
  }

  .built-copy,
  .built-copy p:nth-child(4),
  .built-copy p:last-child,
  .pay-headline {
    max-width: 100%;
    margin-left: 0;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .hero-offer {
    font-size: clamp(3.4rem, 16vw, 5.6rem);
  }

  .hero .three-points {
    grid-template-columns: 1fr;
  }

  .section .why-headline {
    max-width: 12ch;
    font-size: clamp(2.5rem, 13vw, 4.2rem);
  }

  .built-copy p,
  .built-copy p:nth-child(4) {
    font-size: clamp(1.2rem, 6vw, 1.85rem);
  }

  .pay-headline {
    font-size: clamp(4rem, 18vw, 6.2rem);
  }
}

/* Shop window pass. Keep the first screen self-contained and composed. */
.hero {
  min-height: 100svh;
  padding-top: clamp(86px, 10vh, 112px);
  padding-bottom: clamp(34px, 5vh, 58px);
}

.hero .wrap {
  min-height: calc(100svh - clamp(126px, 15vh, 170px));
}

.hero-layout {
  grid-template-columns: minmax(420px, .95fr) minmax(360px, .62fr);
  grid-template-rows: 1fr;
  align-items: center;
  min-height: calc(100svh - clamp(126px, 15vh, 170px));
  gap: clamp(54px, 7vw, 112px);
}

.hero-offer {
  max-width: 10.8ch;
  font-size: clamp(4.8rem, 8.8vw, 9.2rem);
  line-height: .88;
}

.hero-strap {
  margin-top: clamp(22px, 3vw, 38px);
  max-width: 30ch;
}

.hero-proof {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 44px);
  width: auto;
  max-width: 520px;
  padding-left: clamp(26px, 4vw, 54px);
  border-left: 1px solid rgba(242, 237, 228, .18);
}

.hero-proof .lead {
  max-width: 18ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.65rem);
  line-height: 1.03;
  color: var(--cream);
}

.hero .three-points {
  grid-template-columns: 1fr;
  gap: 0;
}

.hero .three-points article {
  grid-template-columns: 38px 1fr;
  padding: 16px 0;
}

.hero .three-points strong {
  font-family: var(--sans);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.28;
}

.scroll-cue {
  bottom: clamp(16px, 3vh, 30px);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero .wrap,
  .hero-layout {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-proof {
    max-width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(242, 237, 228, .18);
    padding-top: 28px;
  }
}

.hero-offer em {
  animation: heroPinkBreathe 4.8s ease-in-out infinite;
}

.hero-pulse {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 560px;
  margin-top: clamp(24px, 3vw, 40px);
  color: rgba(242, 237, 228, .52);
  font-size: clamp(.78rem, 1vw, .95rem);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-pulse span {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 237, 228, .14);
  border-radius: 999px;
  padding: 9px 13px;
  animation: pulseWord 4.8s ease-in-out infinite;
}

.hero-pulse span:nth-child(2) {
  animation-delay: .5s;
}

.hero-pulse span:nth-child(3) {
  animation-delay: 1s;
}

.hero-pulse span:nth-child(4) {
  animation-delay: 1.5s;
}

.hero .three-points article {
  opacity: 0;
  transform: translateY(14px);
  animation: proofItemIn .65s cubic-bezier(.16, 1, .3, 1) both;
}

.hero .three-points article:nth-child(1) {
  animation-delay: 2.35s;
}

.hero .three-points article:nth-child(2) {
  animation-delay: 2.5s;
}

.hero .three-points article:nth-child(3) {
  animation-delay: 2.65s;
}

.hero .three-points article:nth-child(4) {
  animation-delay: 2.8s;
}

@keyframes proofItemIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroPinkBreathe {
  0%,
  100% {
    color: #ff2d87;
    text-shadow: none;
  }

  50% {
    color: #ff4f9b;
    text-shadow: 0 0 24px rgba(255, 45, 135, .18);
  }
}

@keyframes pulseWord {
  0%,
  100% {
    border-color: rgba(242, 237, 228, .14);
    color: rgba(242, 237, 228, .52);
    transform: translateY(0);
  }

  45% {
    border-color: rgba(255, 45, 135, .55);
    color: var(--pink);
    transform: translateY(-3px);
  }
}

.product-section {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(520px, 1.05fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: center;
}

.product-heading {
  align-self: center;
}

.product-heading .section-question {
  margin-bottom: clamp(24px, 4vw, 42px);
}

.dark-question {
  color: var(--cream);
}

.product-heading h2 {
  max-width: 9.5ch;
  font-size: clamp(3.2rem, 6.6vw, 7.5rem);
  line-height: .92;
}

.portal-layout {
  grid-template-columns: minmax(420px, .9fr) minmax(520px, 1fr);
  align-items: center;
}

.portal-layout .product-heading {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(260px, .8fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}

.portal-layout .section-question {
  grid-column: 1 / -1;
  max-width: 9ch;
  margin-bottom: clamp(10px, 2vw, 20px);
}

.portal-statement {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(260px, 1fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: end;
  max-width: 100% !important;
  font-size: clamp(2.4rem, 4.5vw, 5.25rem) !important;
}

.portal-statement span,
.portal-statement em {
  display: block;
}

.portal-statement em {
  max-width: 8.5ch;
}

.product-media {
  min-width: 0;
}

.product-media .screen-photo {
  margin: 0;
}

.portal-layout .chips {
  justify-content: flex-start;
  max-width: none;
  margin: clamp(24px, 3vw, 34px) 0 0;
}

.builder-layout .body {
  max-width: 58ch;
  margin: 0 0 clamp(24px, 3vw, 36px);
}

.builder-layout {
  grid-template-columns: minmax(300px, .55fr) minmax(720px, 1.35fr);
  align-items: center;
}

.builder-layout .product-heading h2 {
  max-width: 8.8ch;
}

.builder-layout .product-media {
  margin-right: calc(clamp(20px, 5vw, 72px) * -1);
}

.builder-layout .screen-photo {
  max-width: none;
  width: 100%;
}

.builder-layout .steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 clamp(28px, 4vw, 46px);
  border-top: 1px solid rgba(242, 237, 228, .16);
  border-bottom: 1px solid rgba(242, 237, 228, .16);
}

.builder-layout .steps span {
  padding: 16px 12px;
  border-right: 1px solid rgba(242, 237, 228, .16);
  font-size: clamp(1.25rem, 2vw, 2.05rem);
  text-align: center;
}

.builder-layout .steps span:last-child {
  border-right: 0;
}

@media (max-width: 980px) {
  .product-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .portal-layout .product-heading,
  .portal-statement {
    grid-template-columns: 1fr;
  }

  .product-heading h2 {
    max-width: 12ch;
  }

  .builder-layout .product-media {
    margin-right: 0;
  }

  .builder-layout .steps {
    grid-template-columns: 1fr;
  }

  .builder-layout .steps span {
    border-right: 0;
    border-bottom: 1px solid rgba(242, 237, 228, .16);
    text-align: left;
  }

  .builder-layout .steps span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 980px) {
  .audio-control {
    display: none;
  }
}

.hero-control-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  max-width: 520px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(242, 237, 228, .16);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(242, 237, 228, .06), rgba(242, 237, 228, .015));
  box-shadow: 0 40px 110px rgba(0, 0, 0, .24);
}

.hero-control-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 45, 135, .16), transparent);
  transform: translateX(-120%);
  animation: panelSweep 5.8s cubic-bezier(.16, 1, .3, 1) infinite;
  pointer-events: none;
}

.panel-topline,
.panel-flow {
  position: relative;
  z-index: 1;
}

.panel-topline {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: rgba(242, 237, 228, .62);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.panel-topline strong {
  color: var(--pink);
}

.panel-stage {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(242, 237, 228, .14);
  border-bottom: 1px solid rgba(242, 237, 228, .14);
  padding: clamp(26px, 4vw, 46px) 0;
}

.stage-label {
  display: block;
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.panel-stage p {
  margin: 0;
  max-width: 11ch;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4.2vw, 4.75rem);
  line-height: .96;
}

.panel-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(242, 237, 228, .14);
}

.panel-flow span {
  padding: 13px 8px;
  border-right: 1px solid rgba(242, 237, 228, .14);
  color: rgba(242, 237, 228, .72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  animation: none;
}

.panel-flow span:last-child {
  border-right: 0;
}
.panel-result {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(242, 237, 228, .76);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.45;
}

@keyframes panelSweep {
  0%,
  38% {
    transform: translateX(-120%);
  }

  70%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes flowStep {
  0%,
  18%,
  100% {
    background: transparent;
    color: rgba(242, 237, 228, .72);
  }

  8% {
    background: var(--pink);
    color: white;
  }
}

@media (max-width: 980px) {
  .hero-control-panel {
    max-width: 100%;
  }

  .panel-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel-flow span:nth-child(2) {
    border-right: 0;
  }

  .panel-flow span:nth-child(1),
  .panel-flow span:nth-child(2) {
    border-bottom: 1px solid rgba(242, 237, 228, .14);
  }
}

/* Product proof sections: the screenshots need to lead, not shrink beside poster text. */
#portal,
#builder {
  padding-top: clamp(86px, 9vw, 124px);
  padding-bottom: clamp(96px, 11vw, 150px);
}

#portal {
  background: #081521;
}

#builder {
  background: #f2ede4;
  color: var(--ink);
}

#builder em,
#builder .dark-question {
  color: var(--pink);
}

#builder .body {
  color: rgba(21, 23, 27, .74);
}

#builder .screen-photo {
  border-color: rgba(21, 23, 27, .12);
  box-shadow: 0 42px 110px rgba(21, 23, 27, .22);
}

#builder .product-media {
  width: min(1520px, calc(100vw - 36px));
  margin-left: 50%;
  transform: translateX(-50%);
}

#builder .screen-photo {
  width: 100%;
}

#builder .steps {
  border-top-color: rgba(21, 23, 27, .16);
  border-bottom-color: rgba(21, 23, 27, .16);
}

#builder .steps span {
  border-right-color: rgba(21, 23, 27, .16);
}

#portal .product-section,
#builder .product-section {
  display: block;
}

#portal .product-heading,
#builder .product-heading {
  display: grid;
  grid-template-columns: minmax(300px, .48fr) minmax(520px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 52px);
}

#portal .section-question,
#builder .section-question {
  max-width: none;
  margin: 0;
  font-size: clamp(4.1rem, 7.2vw, 8rem);
  line-height: .9;
}

#portal .product-heading h2,
#builder .product-heading h2 {
  max-width: 14ch !important;
  margin: 0;
  font-size: clamp(2.65rem, 4.55vw, 5.4rem) !important;
  line-height: .95;
}

#portal .product-heading .word,
#builder .product-heading .word {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

#portal .portal-statement {
  display: block;
}

#portal .portal-statement span,
#portal .portal-statement em {
  display: inline;
}

#portal .product-media,
#builder .product-media {
  margin: 0;
}

#portal .screen-photo,
#builder .screen-photo {
  width: 100%;
  max-width: none;
  margin: 0;
}

#portal .screen-photo img,
#builder .screen-photo img {
  width: 100%;
}

#builder .product-media {
  width: min(1520px, calc(100vw - 36px));
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
}

#builder .body {
  max-width: 74ch;
  margin: clamp(26px, 3vw, 38px) 0 clamp(24px, 3vw, 34px);
}

#builder .steps {
  margin-bottom: 0;
}

#builder .steps span {
  font-size: clamp(1.35rem, 2.15vw, 2.45rem);
}

@media (max-width: 980px) {
  #portal .product-heading,
  #builder .product-heading {
    grid-template-columns: 1fr;
  }

  #portal .section-question,
  #builder .section-question {
    font-size: clamp(3.8rem, 15vw, 6.6rem);
  }
}

.real-customers-section {
  background: var(--cream);
}

.real-customers-intro {
  display: grid;
  grid-template-columns: minmax(300px, .58fr) minmax(560px, 1fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: end;
}

.customer-statement {
  display: block;
  max-width: 12.5ch !important;
  margin: 0 0 clamp(28px, 3vw, 42px);
  font-size: clamp(3.1rem, 6.2vw, 7rem) !important;
  line-height: .9 !important;
}

.customer-statement span,
.customer-statement em {
  display: block;
}

.customer-statement em {
  margin-top: .08em;
}

.customer-statement .word {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.real-customers-intro .body {
  margin-top: 0;
}

.real-customers-intro > div:last-child .body {
  max-width: 64ch;
  margin-left: auto;
}

@media (max-width: 980px) {
  .real-customers-intro {
    grid-template-columns: 1fr;
  }

  .real-customers-intro > div:last-child .body {
    margin-left: 0;
  }
}

.belief-section {
  background: var(--cream);
}

.belief-layout {
  display: grid;
  gap: clamp(42px, 6vw, 80px);
}

.belief-heading {
  display: grid;
  grid-template-columns: minmax(240px, .34fr) minmax(620px, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: end;
}

.belief-title {
  max-width: 16ch !important;
  margin: 0;
  font-size: clamp(3.2rem, 6.6vw, 7.6rem) !important;
  line-height: .92 !important;
}

.belief-title span,
.belief-title em {
  display: block;
}

.belief-title .word {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

.belief-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(21, 23, 27, .16);
}

.belief-copy .body {
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid rgba(21, 23, 27, .16);
}

.belief-copy .body:nth-child(3) {
  border-right: 0;
}

.belief-copy .belief-line {
  grid-column: 1 / -1;
  margin: 0;
  padding: clamp(30px, 4vw, 54px) 0 0;
  border-top: 1px solid rgba(21, 23, 27, .16);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
}

@media (max-width: 980px) {
  .belief-heading,
  .belief-copy {
    grid-template-columns: 1fr;
  }

  .belief-copy .body {
    border-right: 0;
    border-bottom: 1px solid rgba(21, 23, 27, .16);
    padding-left: 0;
    padding-right: 0;
  }
}

/* Tablet and mobile pass. These are deliberate layouts, not squeezed desktop. */
@media (max-width: 1180px) {
  .audio-control {
    display: none;
  }

  .nav {
    gap: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 108px;
    padding-bottom: 58px;
  }

  .hero .wrap,
  .hero-layout {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-offer {
    max-width: 11ch;
    font-size: clamp(4.4rem, 11vw, 7.4rem);
  }

  .hero-pulse {
    display: none;
  }

  .hero-control-panel {
    max-width: 760px;
    width: 100%;
    border-left: 1px solid rgba(242, 237, 228, .16);
  }

  .panel-stage p {
    max-width: 14ch;
    font-size: clamp(2.4rem, 7vw, 4rem);
  }

  .panel-result {
    display: none;
  }

  .scroll-cue {
    position: static;
    margin-top: 4px;
  }

  #portal .product-heading,
  #builder .product-heading,
  .real-customers-intro,
  .belief-heading {
    grid-template-columns: 1fr;
  }

  #builder .product-media {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  #portal .screen-photo,
  #builder .screen-photo {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .nav {
    height: 64px;
    padding: 0 18px;
  }

  .nav nav {
    display: none;
  }

  .brand {
    font-size: 24px;
  }

  .nav-action {
    padding: 9px 13px;
    font-size: 12px;
  }

  .section {
    padding: 72px 18px;
  }

  .hero {
    padding-top: 94px;
    padding-bottom: 38px;
  }

  .hero-offer {
    max-width: 9.5ch;
    font-size: clamp(3.75rem, 18vw, 5.6rem);
    line-height: .9;
  }

  .hero-strap {
    max-width: 24ch;
    font-size: 15px;
    line-height: 1.32;
  }

  .hero-pulse {
    display: none;
  }

  .hero-control-panel {
    padding: 16px;
    border-radius: 6px;
  }

  .panel-topline {
    display: grid;
    gap: 8px;
  }

  .panel-stage {
    padding: 16px 0;
  }

  .panel-stage p {
    max-width: 12ch;
    font-size: clamp(1.95rem, 10.5vw, 2.85rem);
  }

  .panel-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel-flow span:nth-child(2) {
    border-right: 0;
  }

  .panel-flow span:nth-child(1),
  .panel-flow span:nth-child(2) {
    border-bottom: 1px solid rgba(242, 237, 228, .14);
  }

  .panel-result {
    font-size: 14px;
    line-height: 1.38;
    display: none;
  }

  .scroll-cue {
    font-size: 10px;
  }

  .section-question,
  #portal .section-question,
  #builder .section-question {
    font-size: clamp(3.5rem, 17vw, 5.2rem);
  }

  .section h2,
  #portal .product-heading h2,
  #builder .product-heading h2,
  .belief-title,
  .customer-statement {
    font-size: clamp(2.7rem, 14vw, 4.2rem) !important;
    line-height: .95 !important;
  }

  .built-layout,
  .belief-layout,
  .real-customers-intro {
    gap: 34px;
  }

  .built-copy p,
  .body,
  .lead {
    font-size: 16px;
    line-height: 1.5;
  }

  .screen-photo {
    border-radius: 5px;
  }

  .chips,
  .steps {
    gap: 8px;
  }

  .chips span {
    font-size: 11px;
    padding: 8px 11px;
  }

  .builder-layout .steps,
  #builder .steps {
    grid-template-columns: 1fr;
  }

  .builder-layout .steps span,
  #builder .steps span {
    border-right: 0;
    border-bottom: 1px solid rgba(21, 23, 27, .16);
    text-align: left;
  }

  .builder-layout .steps span:last-child,
  #builder .steps span:last-child {
    border-bottom: 0;
  }

  .cap-grid,
  .path-grid,
  .analytics,
  .split-cards,
  .belief-copy {
    grid-template-columns: 1fr;
  }

  .split-cards article {
    min-height: auto;
  }

  .split-cards h3 {
    font-size: clamp(2.8rem, 15vw, 4.8rem);
  }

  .footer-inner {
    align-items: flex-start;
  }
}

/* Final responsive polish for tablet and phone. */
@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }

  .wrap,
  .wide {
    width: min(100%, 920px);
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-copy {
    min-height: auto;
  }

  .hero-offer {
    max-width: 10.5ch;
    font-size: clamp(4.4rem, 12vw, 7.2rem);
  }

  .hero-control-panel {
    max-width: 720px;
    padding: clamp(22px, 4vw, 34px);
  }

  .panel-stage p {
    max-width: 13ch;
  }

  .product-section,
  #portal .product-heading,
  #builder .product-heading,
  .real-customers-intro,
  .belief-heading {
    grid-template-columns: 1fr;
  }

  #portal .product-heading,
  #builder .product-heading {
    gap: 22px;
  }

  #builder .product-media {
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  #portal .screen-photo,
  #builder .screen-photo,
  .motor-screen {
    max-width: 100%;
  }

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

@media (max-width: 640px) {
  .nav {
    height: 62px;
    padding-inline: 16px;
  }

  .nav-action {
    padding: 8px 11px;
  }

  .section {
    padding: 68px 16px;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 44px;
  }

  .hero-offer {
    max-width: 9.2ch;
    font-size: clamp(3.55rem, 18vw, 5.15rem);
    line-height: .9;
  }

  .hero-line {
    display: block;
  }

  .hero-strap {
    margin-top: 20px;
    max-width: 22ch;
    font-size: 14px;
  }

  .hero-pulse {
    max-width: 100%;
  }

  .hero-control-panel {
    gap: 18px;
    padding: 18px;
  }

  .panel-topline {
    display: grid;
    gap: 7px;
    font-size: 10px;
  }

  .panel-stage {
    padding: 20px 0;
  }

  .panel-stage p {
    max-width: 11ch;
    font-size: clamp(2rem, 12.5vw, 3.2rem);
  }

  .panel-flow {
    grid-template-columns: 1fr 1fr;
  }

  .panel-result {
    font-size: 15px;
  }

  .scroll-cue {
    margin-top: 8px;
  }

  .section-question,
  #portal .section-question,
  #builder .section-question {
    max-width: 9.5ch;
    font-size: clamp(3.2rem, 17vw, 4.9rem);
  }

  .section h2,
  #portal .product-heading h2,
  #builder .product-heading h2,
  .belief-title,
  .customer-statement,
  .why-headline {
    max-width: 11ch !important;
    font-size: clamp(2.5rem, 13.5vw, 4rem) !important;
    line-height: .96 !important;
  }

  .built-copy p:nth-child(4) {
    max-width: 100%;
  }

  .screen-photo {
    margin-top: 28px;
    border-radius: 5px;
  }

  .screen-photo img {
    min-width: 680px;
  }

  .screen-photo {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #portal .screen-photo {
    height: min(78vh, 560px);
    max-height: none;
    overflow: hidden;
  }

  #portal .screen-photo a {
    display: block;
    height: 100%;
  }

  #portal .screen-photo img {
    width: auto;
    height: 100%;
    min-width: 0;
    max-width: none;
    transform: translateX(-31%);
  }

  .chips {
    justify-content: flex-start;
  }

  .cap-grid,
  .path-grid,
  .analytics,
  .split-cards,
  .belief-copy,
  .motor-screens {
    grid-template-columns: 1fr;
  }

  .cap-card,
  .split-cards article {
    min-height: auto;
  }

  .split-cards h3 {
    font-size: clamp(2.6rem, 14vw, 4.4rem);
  }

  .belief-copy .body {
    padding: 22px 0;
  }

  .footer-inner {
    gap: 18px;
  }
}

/* --- Fix: Customer Portal screenshot on mobile — show the whole image, no crop/shift --- */
@media (max-width: 640px) {
  #portal .screen-photo {
    height: auto;
    max-height: none;
    overflow: hidden;
    border-radius: 6px;
  }
  #portal .screen-photo a {
    display: block;
    height: auto;
  }
  #portal .screen-photo img {
    width: 100%;
    height: auto;
    min-width: 0;
    max-width: none;
    transform: none;
  }
}

/* Demo page: direct-email link as a subtle pink accent */
.demo-page .form-note .form-email {
  color: var(--pink);
  text-decoration: none;
  font-weight: 600;
}
.demo-page .form-note .form-email:hover {
  text-decoration: underline;
}
