:root {
  --navy: #0e1a38;
  --yellow: #ffc629;
  --cream: #f6f3ea;
  --white: #ffffff;
  --ink-muted: rgba(14, 26, 56, 0.66);
  --line: rgba(14, 26, 56, 0.2);
  --line-light: rgba(255, 255, 255, 0.24);
  --shell: 1440px;
  --page-pad: 40px;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
  background: var(--cream);
  color: var(--navy);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

button,
a {
  font: inherit;
}

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

a {
  color: inherit;
}

button {
  color: inherit;
}

img {
  max-width: 100%;
}

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

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  translate: 0 -160%;
  background: var(--white);
  border: 2px solid var(--navy);
}

.skip-link:focus {
  translate: 0;
}

.shell {
  width: min(var(--shell), calc(100% - (var(--page-pad) * 2)));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 243, 234, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  width: 150px;
  display: block;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

.audience-switch {
  display: flex;
  padding: 4px;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(14, 26, 56, 0.08);
}

.audience-tab {
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 8px 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.audience-tab.is-active {
  background: var(--navy);
  color: var(--white);
}

.audience-tab:focus-visible,
.header-contact:focus-visible,
.round-cta:focus-visible,
.price-card a:focus-visible,
.contact-action a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.header-contact {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 11px 15px;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.arrow-icon {
  position: relative;
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  flex: 0 0 auto;
}

.arrow-icon::before {
  position: absolute;
  top: 0.56em;
  left: 0.08em;
  width: 0.92em;
  height: 0.08em;
  background: currentColor;
  content: "";
  rotate: -45deg;
  transform-origin: center;
}

.arrow-icon::after {
  position: absolute;
  top: 0.08em;
  right: 0.08em;
  width: 0.46em;
  height: 0.46em;
  border-top: 0.08em solid currentColor;
  border-right: 0.08em solid currentColor;
  content: "";
}

.header-contact .arrow-icon {
  font-size: 16px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--yellow);
  border-radius: 50%;
  content: "";
}

.eyebrow-light {
  color: var(--yellow);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 680px;
}

.hero-copy {
  position: relative;
  min-width: 0;
  min-height: clamp(720px, calc(100svh - 88px), 800px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(460px, 0.8fr);
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: 24px 64px;
  padding: 62px 56px 48px;
  background: var(--cream);
}

.hero-intro {
  display: contents;
}

.hero-intro .eyebrow,
.hero-intro .hero-title {
  grid-column: 1;
}

.hero-intro .eyebrow {
  grid-row: 1;
  align-self: end;
}

.hero-intro .hero-title {
  grid-row: 2;
  align-self: start;
}

.hero-title {
  max-width: 850px;
  margin: 48px 0 0;
  font-size: clamp(58px, 5.2vw, 88px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 1.12;
}

.hero-title .hero-accent,
.section-heading h2 span,
.contact-grid h2 span {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.hero-title .hero-accent::after,
.accent-segment::after {
  position: absolute;
  right: -0.03em;
  bottom: 0.04em;
  left: -0.03em;
  z-index: -1;
  height: 0.18em;
  background: var(--yellow);
  content: "";
}

.orbit-visual {
  position: relative;
  width: min(122%, 600px);
  aspect-ratio: 1;
  overflow: hidden;
  grid-row: 1 / 4;
  grid-column: 2;
  align-self: center;
  justify-self: center;
  margin: 0;
  isolation: isolate;
  translate: 48px 0;
}

@supports (overflow: clip) {
  .orbit-visual {
    overflow: clip;
  }
}

.orbit-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%) scale(var(--orbit-scale, 1));
  transform-origin: center;
}

.orbit-ring,
.orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  translate: -50% -50%;
}

.orbit-ring {
  z-index: 0;
  border: 1px solid rgb(13 30 62 / 20%);
}

.orbit-ring-outer,
.orbit-item-outer {
  width: 80%;
}

.orbit-ring-middle,
.orbit-item-middle {
  width: 52%;
}

.orbit-ring-inner,
.orbit-item-inner {
  width: 30%;
}

.orbit-chart {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 116px;
  height: 92px;
  background: rgb(255 255 255 / 88%);
  border-radius: 50%;
  box-shadow: 0 16px 40px rgb(13 30 62 / 10%);
  translate: -50% -50%;
}

.chart-axis {
  position: absolute;
  bottom: 18px;
  left: 20px;
  width: 78px;
  height: 56px;
  border-bottom: 1.5px solid var(--navy);
  border-left: 1.5px solid var(--navy);
}

.chart-line,
.chart-point {
  position: absolute;
  z-index: 1;
  display: block;
  background: var(--yellow);
}

.chart-line {
  height: 3px;
  border-radius: 999px;
  transform-origin: left center;
}

.chart-line-1 {
  top: 59px;
  left: 24px;
  width: 29px;
  rotate: -13deg;
}

.chart-line-2 {
  top: 53px;
  left: 51px;
  width: 32px;
  rotate: -43deg;
}

.chart-line-3 {
  top: 31px;
  left: 73px;
  width: 29px;
  rotate: -18deg;
}

.chart-point {
  width: 7px;
  height: 7px;
  border: 1.5px solid var(--navy);
  border-radius: 50%;
}

.chart-point-1 {
  top: 56px;
  left: 21px;
}

.chart-point-2 {
  top: 50px;
  left: 48px;
}

.chart-point-3 {
  top: 27px;
  left: 70px;
}

.chart-point-4 {
  top: 18px;
  left: 97px;
}

.orbit-item {
  z-index: 2;
  animation: orbit-spin var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
  will-change: rotate;
}

.orbit-item .media-card {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  animation: orbit-counter var(--orbit-duration) linear infinite;
  animation-delay: var(--orbit-delay);
  will-change: rotate;
}

.orbit-item.is-reverse,
.orbit-item.is-reverse .media-card {
  animation-direction: reverse;
}

.orbit-item-1 {
  --orbit-duration: 48s;
  --orbit-delay: -5s;
}

.orbit-item-2 {
  --orbit-duration: 42s;
  --orbit-delay: -8s;
}

.orbit-item-3 {
  --orbit-duration: 36s;
  --orbit-delay: -15s;
}

.orbit-item-4 {
  --orbit-duration: 48s;
  --orbit-delay: -29s;
}

.orbit-item-5 {
  --orbit-duration: 42s;
  --orbit-delay: -29s;
}

.orbit-item-3 .media-card {
  scale: 0.78;
}

.media-card {
  width: 50px;
  height: 70px;
  overflow: visible;
  background: var(--cream);
  border: 1.5px solid var(--navy);
  border-radius: 7px;
  box-shadow: 4px 5px 0 rgb(13 30 62 / 8%);
  color: var(--navy);
}

.media-card b {
  position: absolute;
  top: 6px;
  left: 7px;
  font-family: "Space Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.media-card i {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  height: 2px;
  background: var(--yellow);
}

.media-card-video {
  width: 78px;
  height: 48px;
}

.media-card-carousel {
  width: 60px;
  height: 60px;
}

.media-card-carousel::before,
.media-card-carousel::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(13 30 62 / 48%);
  border-radius: inherit;
  content: "";
}

.media-card-carousel::before {
  top: 3px;
  left: 3px;
}

.media-card-carousel::after {
  top: 6px;
  left: 6px;
}

.media-card-carousel span {
  position: absolute;
  top: 22px;
  right: 8px;
  left: 8px;
  height: 14px;
  border: 1px solid var(--navy);
  border-radius: 50% 50% 2px 2px;
}

.media-card-small {
  scale: 0.84;
}

.media-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--navy);
  translate: -40% -50%;
}

@keyframes orbit-spin {
  to {
    rotate: 1turn;
  }
}

@keyframes orbit-counter {
  to {
    rotate: -1turn;
  }
}

.hero-bottom {
  display: grid;
  grid-row: 3;
  grid-column: 1;
  grid-template-columns: minmax(0, 1fr) 188px;
  align-items: start;
  gap: 32px;
  margin-top: 28px;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--ink-muted);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
}

.round-cta {
  position: relative;
  width: 188px;
  height: 188px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: var(--navy);
  border-radius: 50%;
  color: var(--white);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
  transition: translate 180ms ease, rotate 180ms ease;
}

.round-cta > :first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 44px);
  text-align: center;
  translate: -50% -50%;
}

.round-cta > :last-child {
  position: absolute;
  right: 26px;
  bottom: 22px;
  font-size: 28px;
}

.round-cta:hover {
  translate: 0 -5px;
  rotate: -2deg;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--yellow);
  box-shadow: 0 0 0 100vmax var(--yellow);
  clip-path: inset(0 -100vmax);
}

.metric {
  min-width: 0;
  display: grid;
  min-height: 230px;
  grid-template-columns: 1fr;
  align-content: space-between;
  gap: 24px;
  padding: 32px 36px;
}

.metric:last-child {
  border-bottom: 0;
}

.metric-index {
  align-self: start;
  padding-top: 4px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.metric strong {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(38px, 3.2vw, 58px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 1;
  white-space: nowrap;
}

.metric strong small {
  margin-left: 3px;
  font-size: 0.48em;
  letter-spacing: -0.02em;
}

.metric-label {
  align-self: end;
  max-width: none;
  padding-bottom: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.65;
  text-align: left;
}

.service-summary {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(36px, 6vw, 100px);
  padding: clamp(58px, 6vw, 92px) 56px;
  background: var(--cream);
  box-shadow: 0 0 0 100vmax var(--cream);
  clip-path: inset(0 -100vmax);
}

.service-summary-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.service-summary-label > span {
  font-family: "Space Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.service-summary-copy h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.3;
}

.service-summary-copy p {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--ink-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.dark-section {
  position: relative;
  background: var(--navy);
  box-shadow: 0 0 0 100vmax var(--navy);
  clip-path: inset(0 -100vmax);
  color: var(--white);
}

.model-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
}

.section-heading {
  min-width: 0;
}

.section-heading h2,
.contact-grid h2 {
  margin: 30px 0 26px;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1.2;
}

.heading-segment {
  display: inline-block;
  white-space: nowrap;
}

.proof-title {
  font-size: clamp(25px, 3.2vw, 52px) !important;
  letter-spacing: -0.075em !important;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--ink-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.dark-section .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.64);
}

.model-section > .section-heading {
  padding: 72px 64px 64px 56px;
}

.bead-visual {
  min-height: 390px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 30px;
  padding: 60px 28px 54px;
}

.bead-chain {
  position: relative;
  width: min(100%, 560px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(6px, 1.2vw, 16px);
}

.bead-chain::before {
  position: absolute;
  top: 50%;
  right: 5%;
  left: 5%;
  height: 2px;
  translate: 0 -50%;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}

.bead-chain span {
  --glow-duration: 9s;
  --glow-delay: 0s;
  position: relative;
  z-index: 1;
  width: clamp(54px, 6.4vw, 88px);
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: bead-glow var(--glow-duration) cubic-bezier(0.16, 1, 0.3, 1) var(--glow-delay) infinite;
  will-change: scale, background-color, box-shadow;
}

.bead-chain span:nth-child(2) {
  --glow-duration: 11s;
  --glow-delay: -5s;
}

.bead-chain span:nth-child(3) {
  --glow-duration: 8s;
  --glow-delay: -2s;
}

.bead-chain span:nth-child(4) {
  --glow-duration: 12s;
  --glow-delay: -8s;
}

.bead-chain span:nth-child(5) {
  --glow-duration: 10s;
  --glow-delay: -4s;
}

.bead-visual > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

@keyframes bead-glow {
  0%,
  62%,
  100% {
    scale: 1;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 rgba(255, 198, 41, 0);
  }
  14% {
    scale: 1.06;
    background: var(--yellow);
    box-shadow:
      0 0 26px rgba(255, 198, 41, 0.5),
      0 0 72px rgba(255, 198, 41, 0.2);
  }
}

.feature-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 56px 72px;
}

.feature-card {
  min-height: 240px;
  padding: 34px 36px 38px;
  background: rgba(255, 255, 255, 0.055);
}

.feature-card > span,
.service-list > li > span,
.steps-list > li > span,
.join-grid > li > span {
  color: var(--yellow);
  font-family: "Space Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.feature-card h3 {
  margin: 34px 0 14px;
  font-size: 20px;
  line-height: 1.5;
}

.feature-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.9;
}

.section-pad {
  padding: 110px 56px;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  gap: 88px;
}

.marker {
  position: relative;
  z-index: 0;
  display: inline;
  background: linear-gradient(transparent 68%, var(--yellow) 0);
}

.proof-chart {
  align-self: center;
  padding: 44px;
  background: var(--yellow);
}

.proof-chart > p:first-child {
  margin-bottom: 38px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.proof-chart-row + .proof-chart-row {
  margin-top: 28px;
}

.proof-chart-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.proof-chart-label > span {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.proof-chart-label strong {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(30px, 3.6vw, 58px);
  font-style: italic;
  letter-spacing: -0.06em;
  line-height: 1;
}

.proof-chart-label b {
  font-weight: 900;
}

.proof-chart-label small {
  margin-left: 3px;
  font-size: 0.45em;
}

.proof-track {
  height: 18px;
  overflow: hidden;
  background: rgba(14, 26, 56, 0.12);
}

.proof-bar {
  width: 100%;
  height: 100%;
  display: block;
  scale: 0 1;
  transform-origin: left center;
  background: var(--navy);
  transition: scale 1.25s cubic-bezier(0.7, 0, 0.84, 0);
}

.proof-bar-start {
  --bar-scale: 0.08;
}

.proof-bar-now {
  --bar-scale: 1;
  transition-delay: 140ms;
}

.proof-chart.is-visible .proof-bar {
  scale: var(--bar-scale) 1;
}

.proof-growth {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 34px 0 0;
  padding-top: 24px;
}

.proof-growth strong {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-style: italic;
  letter-spacing: -0.05em;
}

.proof-growth span {
  font-size: 12px;
  font-weight: 700;
}

.service-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.service-section > .section-heading {
  padding: 80px 56px;
}

.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  min-height: 150px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  padding: 28px 46px;
  border-bottom: 1px solid var(--line-light);
}

.service-list li:last-child {
  border-bottom: 0;
}

.service-list h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.service-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.8;
}

.flow-section {
  display: grid;
  grid-template-columns: 1fr minmax(380px, 0.7fr);
  gap: 90px;
}

.steps-list,
.join-grid {
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.steps-list strong {
  font-size: 16px;
}

.steps-list p {
  margin: 5px 0 0;
  color: var(--ink-muted);
  font-size: 14px;
}

.price-card {
  align-self: center;
  padding: 50px;
  background: var(--navy);
  color: var(--white);
}

.price-card h3 {
  margin: 40px 0 22px;
  color: var(--yellow);
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: 88px;
  font-style: italic;
  letter-spacing: -0.06em;
  line-height: 1;
}

.price-card h3 small {
  font-size: 0.34em;
}

.price-card > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.9;
}

.price-note {
  display: block;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: start;
}

.faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 22px 0;
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--navy);
  content: "+";
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details > p {
  max-width: 680px;
  margin: -2px 56px 0 0;
  padding: 0 0 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.price-card a {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding: 18px 20px;
  background: var(--yellow);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.before-after .section-heading {
  max-width: 980px;
  margin-bottom: 64px;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: stretch;
}

.compare-card {
  padding: 40px;
  background: var(--white);
}

.compare-card > p {
  margin-bottom: 28px;
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.compare-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: var(--ink-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.compare-card-after {
  background: var(--navy);
  color: var(--white);
}

.compare-card-after li {
  color: rgba(255, 255, 255, 0.76);
}

.compare-card-after li span,
.compare-card-after > p {
  color: var(--yellow);
}

.compare-arrow {
  display: grid;
  place-items: center;
  color: var(--yellow);
  font-family: "Archivo", sans-serif;
  font-size: 34px;
  font-weight: 900;
}

.merit-section > .section-heading {
  padding: 84px 56px 64px;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 64px;
}

.promise-grid article {
  min-height: 230px;
  padding: 28px 24px;
  background: var(--white);
}

.promise-grid article > span {
  color: var(--yellow);
  font-size: 22px;
  font-weight: 900;
}

.promise-grid h3 {
  margin: 46px 0 12px;
  font-size: 16px;
  line-height: 1.5;
}

.promise-grid p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 13px;
}

.money-section {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 90px;
  align-items: center;
  padding: 100px 56px;
}

.money-flow {
  display: grid;
  gap: 12px;
  text-align: center;
}

.money-flow > div {
  min-height: 90px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.money-flow strong {
  font-size: 18px;
}

.money-flow span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
}

.money-note {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
}

.money-flow i {
  color: var(--yellow);
  font-style: normal;
  font-size: 20px;
}

.money-flow .money-boooon {
  background: var(--yellow);
  color: var(--navy);
  font-family: "Archivo", sans-serif;
  font-style: italic;
}

.join-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

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

.join-grid li {
  min-height: 240px;
  padding: 28px;
  background: var(--white);
}

.join-grid h3 {
  margin: 54px 0 12px;
  font-size: 17px;
}

.join-grid p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.8;
}

.contact-section {
  background: var(--yellow);
}

.contact-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 90px;
  padding: 80px 56px;
}

.contact-grid h2 {
  margin-bottom: 0;
}

.contact-grid h2 span::after {
  background: var(--white);
}

.contact-action > p {
  margin-bottom: 32px;
  font-weight: 500;
}

.contact-action a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  background: var(--navy);
  color: var(--white);
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 2.3vw, 30px);
  font-weight: 800;
  text-decoration: none;
}

.contact-action .arrow-icon {
  font-size: 22px;
}

.contact-action small {
  display: block;
  margin-top: 14px;
  font-size: 11px;
  font-weight: 700;
}

.business-contact-grid {
  min-height: 0;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(48px, 6vw, 100px);
  padding-block: clamp(80px, 9vw, 140px);
}

.business-contact-copy {
  position: sticky;
  top: 136px;
}

.business-contact-lead {
  max-width: 31em;
  margin: 40px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.business-contact-notes {
  display: grid;
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(12, 31, 68, 0.22);
}

.business-contact-notes li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(12, 31, 68, 0.22);
  font-size: 13px;
  font-weight: 700;
}

.business-contact-notes span {
  font-family: "Archivo", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.business-contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 30px;
  padding: 20px 22px;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.business-contact-form {
  min-width: 0;
  padding: 14px;
  background: var(--cream);
  box-shadow: 14px 14px 0 var(--navy);
}

.business-contact-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 0 22px;
  background: var(--navy);
  color: var(--white);
}

.business-contact-form-head p,
.business-contact-form-head span {
  margin: 0;
}

.business-contact-form-head p {
  font-size: 14px;
  font-weight: 800;
}

.business-contact-form-head span {
  font-family: "Archivo", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.business-contact-form iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  background: var(--cream);
}

.site-footer {
  background: var(--navy);
  color: var(--white);
}

.site-footer .shell {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 40px;
}

.brand-light {
  width: 150px;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  :root {
    --page-pad: 24px;
  }

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

  .hero-copy {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 62px 56px 54px;
  }

  .hero-intro {
    display: contents;
  }

  .hero-intro .eyebrow {
    order: 1;
  }

  .hero-intro .hero-title {
    order: 2;
    align-self: start;
  }

  .orbit-visual {
    order: 4;
    width: min(100%, 600px);
    grid-row: auto;
    grid-column: 1;
    margin: 56px auto 0;
    translate: 0;
  }

  .hero-bottom {
    order: 3;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    align-items: end;
    gap: 48px;
    margin-top: 42px;
  }

  .hero-lead,
  .round-cta {
    grid-row: auto;
    grid-column: auto;
  }

  .hero-lead {
    position: static;
  }

  .round-cta {
    position: relative;
    align-self: auto;
    justify-self: auto;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    box-shadow: 0 0 0 100vmax var(--yellow);
    clip-path: inset(0 -100vmax);
  }

  .service-summary {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .service-summary-label {
    display: block;
  }

  .service-summary-label > span {
    display: none;
  }

  .metric {
    min-height: 190px;
    grid-template-columns: 1fr;
    align-content: space-between;
    gap: 22px;
  }

  .metric-label {
    text-align: left;
  }

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

  .proof-chart,
  .price-card {
    width: min(100%, 700px);
  }

  .proof-title {
    font-size: clamp(32px, 5.2vw, 52px) !important;
  }

  .service-section,
  .money-section {
    grid-template-columns: 1fr;
  }

  .money-flow {
    max-width: 620px;
  }

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

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .business-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .business-contact-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 16px;
  }

  body {
    background: var(--cream);
  }

  html {
    scroll-padding-top: 132px;
  }

  .header-inner {
    min-height: 112px;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    padding-block: 12px;
  }

  .audience-switch {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
  }

  .audience-tab {
    min-height: 36px;
    padding: 6px 16px;
  }

  .header-contact {
    grid-column: 2;
    grid-row: 1;
    gap: 12px;
    font-size: 11px;
  }

  .brand {
    width: 120px;
  }

  .hero-copy {
    min-height: 640px;
    padding: 46px 22px 34px;
  }

  .hero-title {
    margin-top: 26px;
    font-size: clamp(30px, 10.2vw, 48px);
    line-height: 1.16;
  }

  .orbit-visual {
    width: 100%;
    margin: 38px auto 0;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 56px;
  }

  .hero-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .hero-lead br {
    display: none;
  }

  .round-cta {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 19px 21px;
    border-radius: 0;
  }

  .round-cta > :first-child,
  .round-cta > :last-child {
    position: static;
    width: auto;
    translate: none;
  }

  .round-cta br {
    display: none;
  }

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

  .service-summary {
    gap: 28px;
    padding: 58px 22px 64px;
  }

  .service-summary-copy h2 {
    font-size: clamp(29px, 8.4vw, 40px);
    line-height: 1.35;
  }

  .service-summary-copy p {
    margin-top: 24px;
    font-size: 14px;
  }

  .metric {
    min-height: 126px;
    grid-template-columns: 62px 1fr auto;
    gap: 12px;
    padding: 22px;
  }

  .metric strong {
    font-size: 42px;
  }

  .metric-label {
    align-self: end;
    text-align: right;
  }

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

  .model-section > .section-heading {
    padding: 64px 22px 48px;
  }

  .bead-visual {
    min-height: 300px;
    padding: 30px 10px 54px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 22px 64px;
  }

  .feature-card {
    min-height: auto;
    padding: 32px 24px 36px;
  }

  .feature-card h3 {
    margin-top: 26px;
  }

  .section-pad,
  .money-section {
    padding: 72px 22px;
  }

  .section-heading h2,
  .contact-grid h2 {
    margin-top: 26px;
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -0.05em;
  }

  .proof-title {
    font-size: clamp(20px, 6.8vw, 38px) !important;
  }

  #before-after-title,
  #money-title {
    font-size: clamp(24px, 7.8vw, 36px);
  }

  .proof-section,
  .flow-section,
  .faq-section,
  .join-section,
  .money-section {
    gap: 54px;
  }

  .faq-list summary {
    min-height: 78px;
    gap: 18px;
    font-size: 15px;
  }

  .faq-list details > p {
    margin-right: 0;
    padding-bottom: 24px;
    font-size: 13px;
  }

  .proof-chart {
    padding: 28px 22px;
  }

  .proof-chart-label strong {
    font-size: 38px;
  }

  .proof-growth {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .service-section > .section-heading,
  .merit-section > .section-heading {
    padding: 64px 22px 48px;
  }

  .service-list li {
    min-height: auto;
    grid-template-columns: 46px 1fr;
    padding: 28px 22px;
  }

  .price-card {
    padding: 38px 26px;
  }

  .price-card h3 {
    font-size: 72px;
  }

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

  .compare-card {
    padding: 30px 24px;
  }

  .compare-arrow {
    min-height: 58px;
    rotate: 90deg;
  }

  .promise-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .promise-grid article {
    min-height: auto;
  }

  .promise-grid h3 {
    margin-top: 30px;
  }

  .money-flow {
    width: 100%;
  }

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

  .join-grid li {
    min-height: 200px;
  }

  .contact-grid {
    min-height: auto;
    padding: 72px 22px;
  }

  .business-contact-grid {
    gap: 42px;
    padding: 72px 22px 88px;
  }

  .business-contact-lead {
    margin-top: 30px;
    font-size: 14px;
  }

  .business-contact-notes {
    margin-top: 28px;
  }

  .business-contact-form {
    width: 100%;
    padding: 8px;
    box-shadow: 8px 8px 0 var(--navy);
  }

  .business-contact-form-head {
    min-height: 58px;
    padding: 0 14px;
  }

  .business-contact-form-head span {
    display: none;
  }

  .business-contact-form iframe {
    height: 640px;
  }

  .contact-action a {
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .site-footer .shell {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 36px;
  }
}

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

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

  .bead-chain span {
    animation: none;
  }

  .proof-bar {
    scale: var(--bar-scale) 1;
  }

  .orbit-item,
  .orbit-item .media-card {
    animation-play-state: paused;
  }
}
