@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  color-scheme: dark;
  --night: #10102b;
  --night-deep: #09091c;
  --indigo: #20205e;
  --lavender: #9b84ff;
  --lavender-soft: #ded8ff;
  --gold: #f5c44e;
  --coral: #ff7246;
  --cyan: #aee7ee;
  --paper: #f7f7f2;
  --muted: #b9b8cc;
  --line: rgba(222, 216, 255, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--night-deep);
  color: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22) 0 0.45px, transparent 0.7px),
    radial-gradient(circle at 75% 68%, rgba(255, 255, 255, 0.14) 0 0.4px, transparent 0.65px);
  background-size:
    5px 5px,
    7px 7px;
  z-index: 20;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--night);
}
.skip-link:focus {
  top: 16px;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  border-bottom: 1px solid transparent;
  transition:
    background 200ms ease,
    border-color 200ms ease;
}
.site-header.scrolled {
  position: fixed;
  background: rgba(9, 9, 28, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.brand img {
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-nav a {
  color: #d7d6e4;
  font-size: 14px;
  text-decoration: none;
  transition: color 160ms ease;
}
.site-nav a:hover {
  color: white;
}
.site-nav .nav-cta {
  padding: 12px 19px;
  border: 1px solid rgba(222, 216, 255, 0.24);
  border-radius: 999px;
  color: white;
}
.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 920px;
  padding: 150px 0 100px;
  background:
    radial-gradient(circle at 76% 36%, rgba(86, 61, 186, 0.2), transparent 31%),
    linear-gradient(145deg, #11112d 0%, #09091c 75%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: radial-gradient(circle, rgba(222, 216, 255, 0.7) 0 1px, transparent 1.4px);
  background-size: 110px 110px;
  mask-image: linear-gradient(to right, transparent, #000 50%, #000);
}
.hero-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: 6%;
  top: 19%;
  background: rgba(139, 114, 246, 0.08);
  filter: blur(70px);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 70px;
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--lavender-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 600;
}
.eyebrow span {
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 9px 3px 0;
  background: var(--gold);
}
h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
}
h1 {
  margin: 0;
  max-width: 670px;
  font-size: clamp(54px, 5.8vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 500;
}
h1 em {
  color: var(--gold);
  font-style: normal;
}
.hero-lede {
  max-width: 620px;
  margin: 26px 0 22px;
  color: #ceccda;
  font-size: 17px;
  line-height: 1.65;
}
.hero-purpose {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 650px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-purpose li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(222, 216, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #bbb9cb;
  font-size: 10px;
  white-space: nowrap;
}
.hero-purpose li::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px rgba(174, 231, 238, 0.55);
}
.hero-purpose li.free {
  border-color: rgba(245, 196, 78, 0.3);
  color: #d8d5e5;
}
.hero-purpose li.free::before {
  background: var(--gold);
  box-shadow: 0 0 9px rgba(245, 196, 78, 0.5);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 29px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}
.button-primary {
  background: var(--lavender);
  color: #0b0b22;
  box-shadow: 0 12px 40px rgba(139, 114, 246, 0.22);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}
.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 46px rgba(139, 114, 246, 0.34);
}
.text-link {
  color: #dedde8;
  font-size: 14px;
  text-decoration: none;
}
.text-link span {
  margin-left: 6px;
  color: var(--gold);
}
.hero-note {
  max-width: 610px;
  margin: 21px 0 0;
  padding-left: 13px;
  border-left: 1px solid rgba(245, 196, 78, 0.55);
  color: #85839a;
  font-size: 10px;
  line-height: 1.55;
}
.hero-note b {
  color: #d8d5e5;
  font-weight: 600;
}

.orbit-stage {
  position: relative;
  height: 565px;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(174, 231, 238, 0.14);
  border-radius: 50%;
  animation: orbit-breathe 7s ease-in-out infinite;
}
.orbit-one {
  width: 520px;
  height: 520px;
  top: 15px;
  left: 14px;
}
.orbit-two {
  width: 390px;
  height: 390px;
  top: 80px;
  left: 80px;
  border-color: rgba(245, 196, 78, 0.13);
  animation-delay: -3.5s;
}
.ember {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow:
    0 0 0 9px rgba(245, 196, 78, 0.08),
    0 0 40px var(--gold);
  transform: translate(-50%, -50%);
  animation: ember-breathe 3.2s ease-in-out infinite;
}
.ember span {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: white;
}
.insight-card {
  position: absolute;
  z-index: 2;
  width: 370px;
  left: 90px;
  top: 105px;
  padding: 27px;
  border: 1px solid rgba(222, 216, 255, 0.18);
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(41, 38, 94, 0.94), rgba(20, 20, 55, 0.96));
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  transform: rotate(-2deg);
  animation: insight-float 7s ease-in-out infinite;
}
.card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #aaa8bd;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.private-label {
  color: var(--cyan);
  letter-spacing: 0.04em;
  text-transform: none;
}
.insight-card h2 {
  margin: 28px 0 10px;
  font-size: 25px;
  letter-spacing: -0.04em;
}
.insight-card > p {
  color: #bdbbcd;
  line-height: 1.55;
  font-size: 13px;
}
.alignment {
  display: grid;
  gap: 13px;
  margin: 25px 0;
}
.alignment div {
  display: grid;
  grid-template-columns: 104px 1fr;
  align-items: center;
  gap: 13px;
  font-size: 10px;
  color: #bcbacd;
}
.alignment b {
  position: relative;
  overflow: hidden;
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}
.alignment i {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lavender), var(--cyan));
}
.alignment .difference i {
  background: linear-gradient(90deg, var(--coral), var(--gold));
}
.insight-card .card-foot {
  margin: 0;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: #8f8da5;
  font-size: 10px;
}
.person-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px 7px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(17, 17, 45, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.person-chip span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--lavender);
  color: var(--night);
  font-weight: 700;
}
.chip-one {
  left: 12px;
  top: 89px;
}
.chip-two {
  right: -4px;
  bottom: 74px;
}
.chip-two span {
  background: var(--gold);
}

.principle-strip {
  border-block: 1px solid var(--line);
  background: #0d0d25;
}
.principle-row {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.principle-row p {
  margin: 0;
  text-align: center;
  color: #b4b2c7;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.principle-row p + p {
  border-left: 1px solid var(--line);
}
.principle-row span {
  margin-right: 9px;
  color: var(--gold);
}

.section {
  padding: 130px 0;
}
.difference-section {
  background: var(--paper);
  color: var(--night);
}
.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  column-gap: 75px;
  align-items: start;
}
.section-heading .eyebrow {
  grid-column: 1;
  color: #5c4baa;
}
.section-heading h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.section-heading > p:last-child {
  grid-column: 2;
  grid-row: 2;
  margin: 6px 0 0;
  max-width: 500px;
  color: #66657a;
  font-size: 17px;
  line-height: 1.75;
}
.connection-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  margin-top: 72px;
}
.connection-photo {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #d9d5cb;
  box-shadow: 0 24px 55px rgba(30, 24, 75, 0.1);
}
.connection-photo::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(12, 10, 38, 0.78));
  pointer-events: none;
}
.connection-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.connection-photo-wide img {
  object-position: center 42%;
}
.connection-photo:hover img {
  transform: scale(1.025);
}
.connection-photo figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 26px 24px;
  max-width: 430px;
  color: white;
  font:
    500 18px Manrope,
    sans-serif;
  letter-spacing: -0.02em;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 78px;
}
.feature-card {
  position: relative;
  min-height: 445px;
  padding: 32px;
  border: 1px solid #e3e1e8;
  border-radius: 24px;
  background: #fff;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(30, 24, 75, 0.08);
}
.feature-number {
  position: absolute;
  right: 25px;
  top: 24px;
  color: #b6b4c0;
  font:
    11px Manrope,
    sans-serif;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  font-size: 23px;
}
.feature-icon.warm {
  background: #fff1de;
  color: #bb661b;
}
.feature-icon.lavender {
  background: #ebe7ff;
  color: #654fd5;
}
.feature-icon.cyan {
  background: #e5f5f5;
  color: #257983;
}
.feature-card h3 {
  margin: 27px 0 14px;
  font-size: 23px;
  letter-spacing: -0.035em;
}
.feature-card p {
  margin: 0;
  color: #737185;
  line-height: 1.65;
  font-size: 14px;
}
.feature-illustration {
  height: 150px;
  margin-top: 19px;
  overflow: hidden;
  border: 1px solid #ebe9ef;
  border-radius: 20px;
  background: linear-gradient(145deg, #faf9fc, #f3f1f7);
}
.feature-illustration svg {
  display: block;
  width: 100%;
  height: 100%;
}
.illustration-frame {
  fill: #fff;
  stroke: #ddd8e8;
  stroke-width: 2;
}
.frame-back {
  transform: rotate(-4deg);
  transform-origin: 86px 63px;
}
.frame-front {
  transform: rotate(3deg);
  transform-origin: 212px 70px;
}
.illustration-head {
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 4;
}
.warm-fill {
  fill: #f2b36c;
}
.lavender-fill {
  fill: #aa97ef;
}
.illustration-body {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
}
.warm-stroke {
  stroke: #f6d1a6;
}
.lavender-stroke {
  stroke: #d2c9f8;
}
.illustration-orbit {
  fill: none;
  stroke: #8a75dd;
  stroke-width: 2;
  stroke-dasharray: 5 5;
}
.illustration-star {
  fill: var(--gold);
  filter: drop-shadow(0 0 6px rgba(245, 196, 78, 0.65));
}
.ease-line {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}
.line-a {
  stroke: #8a75dd;
}
.line-b {
  stroke: #5faeb8;
}
.ease-node {
  stroke: #fff;
  stroke-width: 4;
}
.shared-node {
  fill: #8070d3;
}
.friction-a {
  fill: #f0a653;
}
.friction-b {
  fill: #e56b55;
}
.difference-mark {
  stroke: #c2bdcb;
  stroke-width: 2;
  stroke-dasharray: 3 3;
}
.insight-path {
  fill: none;
  stroke: #78bac1;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.insight-node {
  fill: #9b84ff;
  stroke: #fff;
  stroke-width: 4;
}
.conversation-bubble {
  fill: #fff;
  stroke: #d9d4e6;
  stroke-width: 2;
}
.conversation-lines {
  fill: none;
  stroke: #8270cf;
  stroke-width: 4;
  stroke-linecap: round;
}

.self-discovery-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 5%, rgba(155, 132, 255, 0.19), transparent 30%), #eceaf4;
  color: var(--night);
}
.self-discovery-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
}
.self-discovery-copy .eyebrow {
  color: #5c4baa;
}
.self-discovery-copy h2 {
  max-width: 570px;
  margin: 0 0 28px;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.055em;
}
.self-discovery-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0 0 17px;
  color: #686679;
  font-size: 15px;
  line-height: 1.72;
}
.discovery-principles {
  margin-top: 36px;
}
.discovery-principles article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid #d5d2de;
}
.discovery-principles article > span {
  padding-top: 3px;
  color: #7866c4;
  font:
    600 10px Manrope,
    sans-serif;
}
.discovery-principles h3 {
  margin: 0;
  font-size: 15px;
}
.discovery-principles p {
  margin: 5px 0 0;
  color: #777486;
  font-size: 12px;
  line-height: 1.55;
}
.discovery-dashboard {
  position: relative;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 8%, rgba(155, 132, 255, 0.2), transparent 30%),
    linear-gradient(150deg, #242059, #11112e 70%);
  color: white;
  box-shadow: 0 36px 85px rgba(36, 29, 83, 0.22);
}
.dashboard-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #a9a6bd;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.dashboard-topline b {
  color: var(--cyan);
  font-weight: 600;
}
.insight-summary-card {
  position: relative;
  margin-top: 22px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(222, 216, 255, 0.16);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.055);
}
.insight-summary-card h3 {
  max-width: 430px;
  margin: 16px 0 9px;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.insight-summary-card > p:last-of-type {
  max-width: 430px;
  margin: 0;
  color: #b7b4c7;
  font-size: 12px;
  line-height: 1.6;
}
.insight-spectrum {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 30px;
  margin-top: 24px;
}
.insight-spectrum i {
  display: block;
  width: 17%;
  height: 8px;
  border-radius: 999px;
  background: #aee7ee;
}
.insight-spectrum i:nth-child(2) {
  height: 15px;
  background: #9b84ff;
}
.insight-spectrum i:nth-child(3) {
  height: 25px;
  background: #f5c44e;
}
.insight-spectrum i:nth-child(4) {
  height: 18px;
  background: #ff9b66;
}
.insight-spectrum i:nth-child(5) {
  height: 11px;
  background: #ff7246;
}
.quiz-card-grid {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}
.quiz-card-grid article {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(222, 216, 255, 0.11);
  border-radius: 16px;
  background: rgba(5, 5, 22, 0.26);
}
.quiz-symbol {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 12px;
  background: rgba(155, 132, 255, 0.15);
  color: var(--lavender-soft);
}
.quiz-card-grid p,
.quiz-card-grid b {
  margin: 0;
}
.quiz-card-grid p {
  color: #858299;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.quiz-card-grid b {
  font:
    500 12px Manrope,
    sans-serif;
}
.quiz-card-grid em {
  color: var(--cyan);
  font-size: 9px;
  font-style: normal;
}
.profile-assist-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  margin-top: 10px;
  padding: 17px;
  border-radius: 17px;
  background: #f3e7cb;
  color: #28223c;
}
.profile-assist-card > span {
  color: #9a7530;
  font:
    42px / 0.9 Georgia,
    serif;
}
.profile-assist-card p {
  margin: 0 0 5px;
  color: #8b713d;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.profile-assist-card b {
  font:
    500 11px / 1.55 Manrope,
    sans-serif;
}
.dashboard-foot {
  margin: 16px 0 0;
  color: #77758f;
  font-size: 9px;
  text-align: center;
}

.tiny-label {
  margin: 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9px;
}

.constellation-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(107, 79, 222, 0.14), transparent 35%), var(--night-deep);
}
.constellation-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(222, 216, 255, 0.7) 0 0.8px, transparent 1px);
  background-size: 86px 86px;
}
.constellation-section .shell {
  position: relative;
}
.constellation-heading {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 90px;
  align-items: end;
}
.constellation-heading h2,
.curation-copy h2,
.conversation-copy h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.constellation-intro > p:first-child {
  margin: 0;
  color: #c0bed0;
  font-size: 17px;
  line-height: 1.72;
}
.map-caveat {
  margin: 20px 0 0;
  padding-left: 17px;
  border-left: 2px solid var(--gold);
  color: #87859e;
  font-size: 12px;
  line-height: 1.6;
}
.map-reading-guide {
  display: grid;
  grid-template-columns: 0.7fr 2.3fr;
  gap: 45px;
  margin-top: 74px;
  padding: 30px;
  border: 1px solid rgba(222, 216, 255, 0.16);
  border-radius: 24px;
  background: rgba(22, 22, 61, 0.76);
  backdrop-filter: blur(12px);
}
.guide-title h3 {
  margin: 10px 0 0;
  font-size: 24px;
  letter-spacing: -0.035em;
}
.guide-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 36px;
  margin: 0;
}
.guide-items div {
  min-width: 0;
}
.guide-items dt {
  display: flex;
  align-items: center;
  min-height: 20px;
  color: #eeedf6;
  font:
    600 13px Manrope,
    sans-serif;
}
.guide-items dd {
  margin: 8px 0 0;
  color: #9290a7;
  font-size: 12px;
  line-height: 1.55;
}
.key-star {
  display: inline-block;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  border-radius: 50%;
  box-shadow: 0 0 12px currentColor;
}
.key-star + .key-star {
  margin-left: -2px;
}
.key-star.shared {
  color: #fff;
  background: #fff;
}
.key-star.person-a {
  color: var(--lavender);
  background: var(--lavender);
}
.key-star.person-b,
.key-star.warm-key {
  color: var(--gold);
  background: var(--gold);
}
.key-star.hot-key {
  color: #ff5d61;
  background: #ff5d61;
}
.temperature-spectrum {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 9px;
}
.temperature-spectrum i {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-shadow: 0 0 9px currentColor;
}
.temperature-spectrum i:nth-child(1) {
  color: #fff;
  background: #fff;
}
.temperature-spectrum i:nth-child(2) {
  color: #c8e5ff;
  background: #c8e5ff;
}
.temperature-spectrum i:nth-child(3) {
  color: #f7df73;
  background: #f7df73;
}
.temperature-spectrum i:nth-child(4) {
  color: #ff9f43;
  background: #ff9f43;
}
.temperature-spectrum i:nth-child(5) {
  color: #ff5d61;
  background: #ff5d61;
}
.core-key {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  border: 1px solid var(--lavender);
  border-radius: 4px;
  box-shadow: inset 0 0 0 3px #16163d;
}
.core-key::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  right: -9px;
  top: -5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
}
.match-example-group {
  margin-top: 95px;
}
.example-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 34px;
}
.example-heading h3 {
  max-width: 680px;
  margin: 9px 0 0;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  font-weight: 500;
}
.example-heading > p {
  margin: 0;
  color: #9997ad;
  font-size: 13px;
  line-height: 1.65;
}
.example-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 700;
}
.example-kicker.strong {
  color: var(--cyan);
}
.example-kicker.differences {
  color: #ff9b66;
}
.match-map-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.match-map-card {
  overflow: hidden;
  border: 1px solid rgba(222, 216, 255, 0.16);
  border-radius: 22px;
  background: #121235;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}
.match-map-card:hover {
  transform: translateY(-4px);
  border-color: rgba(174, 231, 238, 0.34);
}
.match-map-card > a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 2.07 / 1;
  border-bottom: 1px solid rgba(222, 216, 255, 0.12);
  background: #080b2c;
}
.match-map-card > a::after {
  content: "View gallery ↗";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(8, 11, 44, 0.82);
  color: #e8e7f1;
  font-size: 9px;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}
.match-map-card > a:hover::after,
.match-map-card > a:focus-visible::after {
  opacity: 1;
  transform: none;
}
.match-map-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.match-map-card > a:hover img {
  transform: scale(1.025);
}
.map-card-copy {
  padding: 22px;
}
.map-card-copy > p:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
}
.map-card-copy > p:first-child b {
  color: #aaa8bd;
  font-size: 10px;
  font-weight: 500;
}
.map-status {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 8px;
  font-weight: 700;
}
.map-status.strong {
  background: rgba(174, 231, 238, 0.1);
  color: var(--cyan);
}
.map-status.differences {
  background: rgba(255, 114, 70, 0.11);
  color: #ffad78;
}
.map-status.boundary {
  background: rgba(255, 93, 97, 0.12);
  color: #ff777b;
}
.map-card-copy h4 {
  margin: 19px 0 8px;
  font:
    600 20px Manrope,
    sans-serif;
  letter-spacing: -0.03em;
}
.map-card-copy > p:last-child {
  margin: 0;
  color: #9c9aaf;
  font-size: 12px;
  line-height: 1.6;
}
.differences-group {
  padding-top: 86px;
  border-top: 1px solid var(--line);
}
.boundary-card {
  border-color: rgba(255, 93, 97, 0.22);
}

body.modal-open {
  overflow: hidden;
}
.constellation-modal {
  width: min(1180px, calc(100vw - 36px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(222, 216, 255, 0.22);
  border-radius: 28px;
  background: #09091f;
  color: white;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.58);
}
.constellation-modal[open] {
  animation: modal-arrive 220ms ease-out both;
}
.constellation-modal::backdrop {
  background: rgba(4, 4, 18, 0.82);
  backdrop-filter: blur(12px);
}
.carousel-shell {
  position: relative;
  max-height: calc(100dvh - 32px);
  overflow: auto;
  overscroll-behavior: contain;
}
.carousel-close {
  position: absolute;
  z-index: 4;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(9, 9, 31, 0.82);
  color: white;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.carousel-stage {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 15px;
  align-items: center;
  min-height: 535px;
  padding: 34px 26px 18px;
  touch-action: pan-y;
}
.carousel-image-frame {
  overflow: hidden;
  border: 1px solid rgba(222, 216, 255, 0.16);
  border-radius: 20px;
  background: #050515;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.35);
}
.carousel-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.07 / 1;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.carousel-image-frame.slide-next img {
  animation: carousel-from-right 260ms ease-out both;
}
.carousel-image-frame.slide-previous img {
  animation: carousel-from-left 260ms ease-out both;
}
.carousel-arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(222, 216, 255, 0.2);
  border-radius: 50%;
  background: #17173f;
  color: white;
  font-size: 22px;
  cursor: pointer;
  transition:
    background 160ms ease,
    transform 160ms ease;
}
.carousel-arrow:hover {
  background: #29245e;
  transform: scale(1.06);
}
.carousel-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 34px;
  padding: 6px 95px 34px;
}
.carousel-position {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 9px;
  font-weight: 700;
}
.carousel-position b {
  color: #8f8da6;
  font-weight: 500;
}
.carousel-details h2 {
  margin: 6px 0 0;
  font-size: clamp(25px, 3vw, 37px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.carousel-details > p:not(.carousel-position):not(.carousel-hint) {
  grid-column: 1;
  margin: 0;
  max-width: 720px;
  color: #aaa8bd;
  font-size: 13px;
  line-height: 1.6;
}
.carousel-dots {
  grid-column: 2;
  grid-row: 2 / span 2;
  display: flex;
  align-items: center;
  gap: 9px;
}
.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #4f4d68;
  cursor: pointer;
  transition:
    background 160ms ease,
    scale 160ms ease;
}
.carousel-dots button[aria-current="true"] {
  background: var(--gold);
  box-shadow: 0 0 14px rgba(245, 196, 78, 0.7);
  scale: 1.35;
}
.carousel-hint {
  grid-column: 1 / -1;
  margin: 7px 0 0;
  color: #77758c;
  font-size: 10px;
}

.curation-section {
  background: #f0eee9;
  color: var(--night);
}
.curation-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 95px;
  align-items: center;
}
.curation-copy .eyebrow {
  color: #5c4baa;
}
.curation-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 28px 0 0;
  color: #66657a;
  font-size: 16px;
  line-height: 1.75;
}
.curation-points {
  margin: 43px 0 0;
  padding: 0;
  list-style: none;
}
.curation-points li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #d9d6de;
}
.curation-points li > span {
  color: #8c7fca;
  font:
    600 10px Manrope,
    sans-serif;
}
.curation-points b {
  font:
    600 15px Manrope,
    sans-serif;
}
.curation-points p {
  margin: 5px 0 0;
  color: #7a7889;
  font-size: 12px;
  line-height: 1.55;
}
.curated-stack {
  position: relative;
  min-height: 615px;
  padding-top: 68px;
}
.stack-label {
  position: absolute;
  inset: 0 8% auto;
  display: flex;
  justify-content: space-between;
  color: #817e90;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.stack-label b {
  color: #5c4baa;
  font-weight: 600;
}
.curated-card {
  position: absolute;
  left: 50%;
  width: min(430px, 82%);
  height: 460px;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(29, 24, 69, 0.13);
}
.card-back {
  top: 90px;
  background: #d8d3e7;
  transform: translateX(-50%) rotate(8deg);
}
.card-middle {
  top: 80px;
  background: #e7d9c1;
  transform: translateX(-50%) rotate(-6deg);
}
.card-back > span,
.card-middle > span {
  font:
    600 12px Manrope,
    sans-serif;
}
.card-back > p,
.card-middle > p {
  margin: 12px 0;
  font-size: 13px;
}
.card-front {
  z-index: 2;
  top: 68px;
  overflow: hidden;
  background: linear-gradient(150deg, #262163, #11112f);
  color: white;
  transform: translateX(-50%);
}
.card-front .tiny-label {
  color: var(--cyan);
}
.curated-orbit {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 14px auto 0;
  border: 1px solid rgba(174, 231, 238, 0.18);
  border-radius: 50%;
}
.curated-orbit::before,
.curated-orbit::after {
  content: "";
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(245, 196, 78, 0.17);
  border-radius: 50%;
}
.curated-orbit::after {
  inset: 88px;
  background: radial-gradient(circle, var(--gold) 0 5px, transparent 6px);
}
.curated-orbit i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}
.curated-orbit i:nth-child(1) {
  left: 42px;
  top: 91px;
}
.curated-orbit i:nth-child(2) {
  left: 105px;
  top: 35px;
}
.curated-orbit i:nth-child(3) {
  right: 44px;
  top: 76px;
}
.curated-orbit i:nth-child(4) {
  right: 70px;
  bottom: 45px;
}
.curated-orbit i:nth-child(5) {
  left: 67px;
  bottom: 52px;
}
.card-front h3 {
  margin: -2px 0 4px;
  font-size: 25px;
  letter-spacing: -0.04em;
  text-align: center;
}
.card-front > p:last-child {
  margin: 0;
  color: #aaa8bd;
  font-size: 13px;
  text-align: center;
}
.stack-foot {
  position: absolute;
  inset: auto 0 0;
  margin: 0;
  color: #7f7c8c;
  font-size: 11px;
  text-align: center;
}

.relationship-shapes-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 100%, rgba(80, 191, 201, 0.14), transparent 30%),
    radial-gradient(circle at 94% 0%, rgba(124, 91, 214, 0.24), transparent 35%), #1a1739;
}
.relationship-shapes-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -360px;
  bottom: -390px;
  border: 1px solid rgba(227, 205, 147, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(227, 205, 147, 0.025),
    0 0 0 160px rgba(227, 205, 147, 0.018);
  pointer-events: none;
}
.relationship-shapes-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(55px, 7vw, 100px);
  align-items: center;
}
.relationship-shapes-photo {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background: #282445;
  box-shadow: 0 36px 90px rgba(3, 3, 20, 0.34);
}
.relationship-shapes-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12, 11, 33, 0.78));
  pointer-events: none;
}
.relationship-shapes-photo img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.relationship-shapes-photo:hover img {
  transform: scale(1.025);
}
.relationship-shapes-photo figcaption {
  position: absolute;
  z-index: 1;
  inset: auto 34px 31px;
  max-width: 380px;
  color: #fff;
  font-size: 19px;
  line-height: 1.35;
}
.relationship-shapes-copy .eyebrow {
  color: var(--cyan);
}
.relationship-shapes-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.055em;
}
.relationship-shapes-lede {
  max-width: 590px;
  margin: 26px 0 0;
  color: #b8b6c9;
  font-size: 16px;
  line-height: 1.75;
}
.relationship-fit-list {
  margin-top: 37px;
}
.relationship-fit-list article {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 17px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.relationship-fit-list article > span {
  padding-top: 3px;
  color: var(--gold);
  font:
    600 10px Manrope,
    sans-serif;
  letter-spacing: 0.12em;
}
.relationship-fit-list h3 {
  margin: 0;
  color: #fff;
  font:
    600 15px Manrope,
    sans-serif;
}
.relationship-fit-list p {
  margin: 7px 0 0;
  color: #9896ac;
  font-size: 12px;
  line-height: 1.65;
}
.relationship-fit-list .trans-safety-item {
  margin: 8px 0;
  padding: 20px;
  border: 1px solid rgba(174, 231, 238, 0.2);
  border-radius: 18px;
  background: rgba(174, 231, 238, 0.055);
}
.relationship-fit-list .trans-safety-item > span {
  color: var(--cyan);
}
.relationship-fit-list .trans-safety-item p {
  color: #aaa8bd;
}

.community-section {
  overflow: hidden;
  background: radial-gradient(circle at 8% 8%, rgba(245, 196, 78, 0.14), transparent 27%), #f3eee5;
  color: var(--night);
}
.community-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
}
.community-heading .eyebrow {
  color: #5c4baa;
}
.community-heading h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.055em;
}
.community-heading > p {
  max-width: 510px;
  margin: 0 0 5px;
  color: #686575;
  font-size: 16px;
  line-height: 1.75;
}
.community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(55px, 7vw, 90px);
  align-items: center;
  margin-top: 75px;
}
.social-feed-demo {
  padding: 20px;
  border: 1px solid #e0d9cc;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 35px 80px rgba(44, 34, 75, 0.12);
}
.feed-topbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 6px 20px;
  border-bottom: 1px solid #ece8e2;
  font-size: 11px;
}
.feed-topbar b {
  font:
    600 15px Manrope,
    sans-serif;
}
.feed-topbar span {
  color: #8b8794;
}
.feed-post {
  padding: 25px 5px 21px;
}
.feed-author {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
}
.feed-author > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #8571da;
  color: white;
  font-size: 11px;
  font-weight: 700;
}
.feed-author div {
  display: grid;
  gap: 3px;
}
.feed-author b {
  font:
    600 12px Manrope,
    sans-serif;
}
.feed-author small {
  color: #9894a0;
  font-size: 9px;
}
.feed-author em {
  padding: 7px 10px;
  border-radius: 999px;
  background: #ebe7fa;
  color: #6452ae;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.feed-kicker {
  margin: 25px 0 9px;
  color: #8b6a28;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.feed-post h3 {
  max-width: 480px;
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.feed-post > p:not(.feed-kicker) {
  max-width: 510px;
  margin: 13px 0 0;
  color: #6f6b78;
  font-size: 12px;
  line-height: 1.65;
}
.feed-resource {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 15px;
  border-radius: 15px;
  background: #f2eee6;
}
.feed-resource span {
  padding: 6px 8px;
  border-radius: 7px;
  background: #e2d5b9;
  color: #765a24;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.feed-resource b {
  font:
    600 10px Manrope,
    sans-serif;
}
.feed-resource i {
  color: #96919c;
  font-size: 8px;
  font-style: normal;
}
.feed-actions {
  display: flex;
  gap: 22px;
  margin-top: 18px;
  color: #8e8996;
  font-size: 9px;
}
.feed-community-card {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 18px;
  border-radius: 18px;
  background: #18163c;
  color: white;
}
.community-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  background: rgba(155, 132, 255, 0.17);
  color: var(--gold);
}
.feed-community-card p,
.feed-community-card h3,
.feed-community-card span {
  margin: 0;
}
.feed-community-card p {
  color: #9390aa;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.feed-community-card h3 {
  margin: 3px 0 4px;
  font-size: 15px;
}
.feed-community-card div > span {
  color: #aaa7ba;
  font-size: 9px;
}
.feed-community-card > b {
  color: var(--cyan);
  font:
    600 9px Manrope,
    sans-serif;
}
.feed-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 15px 5px 3px;
  color: #918d98;
  font-size: 9px;
  line-height: 1.45;
}
.feed-note span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid #cbc6d0;
  border-radius: 50%;
  font-family: Georgia, serif;
}
.community-capabilities article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid #d8d1c6;
}
.community-capabilities article > span {
  padding-top: 3px;
  color: #7e6bc9;
  font:
    600 10px Manrope,
    sans-serif;
}
.community-capabilities h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.community-capabilities p {
  margin: 0;
  color: #716d79;
  font-size: 12px;
  line-height: 1.65;
}
.community-capabilities .contributor-callout {
  margin-top: 10px;
  padding: 22px;
  border: 0;
  border-radius: 20px;
  background: #e5ddf2;
}
.contributor-callout a {
  display: inline-block;
  margin-top: 13px;
  color: #57469d;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.journey-section {
  overflow: hidden;
  background: #131331;
}
.journey-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 95px;
  align-items: center;
}
.journey-copy h2 {
  max-width: 550px;
  margin: 0 0 24px;
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.journey-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: #afadc2;
  line-height: 1.7;
}
.steps {
  display: grid;
  gap: 0;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}
.steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.steps li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(155, 132, 255, 0.5);
  border-radius: 50%;
  color: var(--lavender-soft);
  font-size: 11px;
}
.steps h3 {
  margin: 1px 0 6px;
  font-size: 16px;
}
.steps p {
  margin: 0;
  color: #9492aa;
  font-size: 13px;
  line-height: 1.55;
}
.conversation-stage {
  position: relative;
  min-height: 600px;
  border: 1px solid var(--line);
  border-radius: 46% 46% 30px 30px;
  background:
    radial-gradient(circle at 50% 40%, rgba(139, 114, 246, 0.2), transparent 48%), #0c0c24;
}
.mini-constellation {
  position: absolute;
  width: 360px;
  height: 270px;
  left: 50%;
  top: 75px;
  transform: translateX(-50%);
}
.point {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  background: #0c0c24;
  box-shadow: 0 0 18px rgba(174, 231, 238, 0.7);
}
.p1 {
  left: 36px;
  top: 142px;
}
.p2 {
  left: 142px;
  top: 53px;
}
.p3 {
  left: 252px;
  top: 105px;
}
.p4 {
  left: 307px;
  top: 203px;
  border-color: var(--gold);
}
.line {
  position: absolute;
  display: block;
  height: 1px;
  transform-origin: left;
  background: linear-gradient(90deg, var(--cyan), rgba(174, 231, 238, 0.2));
}
.l1 {
  width: 139px;
  left: 42px;
  top: 146px;
  transform: rotate(-40deg);
}
.l2 {
  width: 122px;
  left: 149px;
  top: 59px;
  transform: rotate(25deg);
}
.l3 {
  width: 115px;
  left: 260px;
  top: 112px;
  transform: rotate(60deg);
}
.conversation-card {
  position: absolute;
  z-index: 3;
  width: calc(100% - 64px);
  left: 32px;
  bottom: 32px;
  padding: 30px;
  border: 1px solid rgba(222, 216, 255, 0.17);
  border-radius: 23px;
  background: rgba(29, 29, 73, 0.94);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}
.conversation-card h3 {
  margin: 12px 0 10px;
  font-size: 25px;
  letter-spacing: -0.035em;
}
.conversation-card > p:not(.tiny-label) {
  margin: 0;
  color: #aaa8bd;
  font-size: 13px;
  line-height: 1.6;
}
.conversation-card blockquote {
  margin: 23px 0 0;
  padding: 14px 17px;
  border-left: 2px solid var(--lavender);
  border-radius: 0 12px 12px 0;
  background: rgba(139, 114, 246, 0.09);
  color: var(--lavender-soft);
  font-size: 13px;
}

.conversation-section {
  background: #e9e8f0;
  color: var(--night);
}
.conversation-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.chat-demo {
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(28, 26, 71, 0.1);
  border-radius: 32px;
  background: #fdfcf9;
  box-shadow: 0 35px 80px rgba(26, 22, 74, 0.14);
}
.chat-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e9e7ec;
}
.chat-person {
  display: flex;
  align-items: center;
  gap: 11px;
}
.chat-person > span {
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--lavender);
  color: var(--night);
  font-weight: 700;
}
.chat-person div {
  display: grid;
  gap: 3px;
}
.chat-person b {
  font:
    600 14px Manrope,
    sans-serif;
}
.chat-person small {
  color: #888697;
  font-size: 9px;
}
.encrypted-badge {
  padding: 7px 9px;
  border-radius: 999px;
  background: #e8f3f2;
  color: #286e72;
  font-size: 8px;
  font-weight: 600;
}
.chat-insight {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 8%;
  padding: 14px;
  border: 1px solid #e1dcf5;
  border-radius: 14px;
  background: #f2effd;
}
.chat-insight > span {
  color: #6754c1;
}
.chat-insight p {
  display: grid;
  gap: 3px;
  margin: 0;
  color: #676476;
  font-size: 10px;
}
.chat-insight b {
  color: #322d55;
  font:
    600 10px Manrope,
    sans-serif;
}
.message {
  width: fit-content;
  max-width: 78%;
  margin-top: 14px;
  padding: 13px 15px 9px;
  border-radius: 17px;
}
.message p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}
.message small {
  display: block;
  margin-top: 7px;
  font-size: 8px;
}
.message.received {
  border-bottom-left-radius: 5px;
  background: #edebef;
}
.message.received small {
  color: #9996a1;
}
.message.sent {
  margin-left: auto;
  border-bottom-right-radius: 5px;
  background: #29245e;
  color: white;
}
.message.sent small {
  color: #aaa5cc;
  text-align: right;
}
.chat-photo-row {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 14px;
}
.chat-photo-row span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 68px;
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(155, 132, 255, 0.35), rgba(245, 196, 78, 0.22)), #282354;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
}
.chat-composer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 8px;
  border: 1px solid #e2e0e6;
  border-radius: 999px;
  color: #9794a1;
  font-size: 10px;
}
.chat-composer button,
.chat-composer b {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
}
.chat-composer button {
  background: #eeeaf8;
  color: #5c4baa;
  font-size: 17px;
}
.chat-composer b {
  background: var(--lavender);
  color: #14112e;
}
.conversation-copy .eyebrow {
  color: #5c4baa;
}
.conversation-copy > p:not(.eyebrow):not(.encryption-note) {
  margin: 28px 0 0;
  color: #676579;
  font-size: 16px;
  line-height: 1.75;
}
.chat-capabilities {
  display: grid;
  gap: 0;
  margin-top: 37px;
  border-top: 1px solid #d4d1dc;
}
.chat-capabilities article {
  display: grid;
  grid-template-columns: 116px 0.8fr 1.2fr;
  gap: 18px;
  align-items: start;
  padding: 21px 0;
  border-bottom: 1px solid #d4d1dc;
}
.capability-state {
  width: fit-content;
  padding: 6px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 7px;
  font-weight: 700;
}
.capability-state.available {
  background: #e4def9;
  color: #5c4baa;
}
.capability-state.planned {
  background: #f5e9cb;
  color: #89651b;
}
.capability-state.private {
  background: #dceeed;
  color: #286e72;
}
.chat-capabilities h3 {
  margin: 3px 0 0;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.chat-capabilities p {
  margin: 0;
  color: #747184;
  font-size: 11px;
  line-height: 1.6;
}
.encryption-note {
  margin: 18px 0 0;
  color: #8c8998;
  font-size: 9px;
  line-height: 1.55;
}

.pricing-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 4%, rgba(155, 132, 255, 0.18), transparent 28%), var(--night-deep);
}
.pricing-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  column-gap: 75px;
  align-items: start;
}
.pricing-heading .eyebrow {
  grid-column: 1;
}
.pricing-heading h2 {
  grid-column: 1;
  max-width: 620px;
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.055em;
}
.pricing-heading > p {
  grid-column: 2;
  grid-row: 2;
  max-width: 540px;
  margin: 5px 0 0;
  color: #b4b2c6;
  font-size: 16px;
  line-height: 1.75;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 70px;
}
.pricing-card {
  padding: 36px;
  border-radius: 27px;
}
.core-access-card {
  background: #f5f2e9;
  color: var(--night);
}
.upgrades-card {
  border: 1px solid rgba(222, 216, 255, 0.16);
  background: linear-gradient(150deg, #26215e, #151436);
}
.pricing-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.core-access-card .pricing-card-top {
  color: #777182;
}
.pricing-card-top b {
  color: #5f4cac;
  font:
    700 12px Manrope,
    sans-serif;
}
.upgrades-card .pricing-card-top {
  color: #aaa7bd;
}
.upgrades-card .pricing-card-top b {
  color: var(--cyan);
}
.pricing-card > h3 {
  margin: 35px 0 10px;
  font-size: 28px;
  letter-spacing: -0.04em;
}
.pricing-card > p:not(.pricing-card-foot) {
  margin: 0;
  color: #777281;
  font-size: 13px;
  line-height: 1.65;
}
.upgrades-card > p:not(.pricing-card-foot) {
  color: #aaa7bb;
}
.pricing-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.pricing-card li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  padding: 13px 0;
  border-top: 1px solid #ddd8ce;
  color: #4f4b59;
  font-size: 11px;
  line-height: 1.45;
}
.pricing-card li span {
  color: #5d8c76;
  font-weight: 700;
}
.upgrade-options {
  display: grid;
  gap: 10px;
  margin-top: 27px;
}
.upgrade-options article {
  display: grid;
  grid-template-columns: 47px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(222, 216, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}
.upgrade-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 15px;
  background: rgba(155, 132, 255, 0.15);
  color: var(--gold);
  font-size: 20px;
}
.upgrade-options h4 {
  margin: 1px 0 6px;
  font:
    600 14px Manrope,
    sans-serif;
}
.upgrade-options p {
  margin: 0;
  color: #a4a1b5;
  font-size: 11px;
  line-height: 1.55;
}
.pricing-card-foot {
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(129, 122, 145, 0.22);
  color: #918b9a;
  font-size: 9px;
  line-height: 1.55;
}
.upgrades-card .pricing-card-foot {
  border-color: rgba(222, 216, 255, 0.12);
  color: #858298;
}
.pricing-promise {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  gap: 16px;
  max-width: 900px;
  margin: 26px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(174, 231, 238, 0.15);
  border-radius: 18px;
  background: rgba(174, 231, 238, 0.055);
}
.pricing-promise > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(174, 231, 238, 0.1);
  color: var(--cyan);
}
.pricing-promise p {
  margin: 0;
  color: #aaa8bc;
  font-size: 11px;
  line-height: 1.6;
}
.pricing-promise b {
  margin-right: 6px;
  color: white;
  font-weight: 600;
}

.access-section {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  color: var(--night);
}
.access-card {
  position: relative;
  overflow: hidden;
  padding: 95px 30px;
  border-radius: 35px;
  background: var(--night);
  color: white;
  text-align: center;
  box-shadow: 0 35px 80px rgba(22, 17, 72, 0.15);
}
.access-card > * {
  position: relative;
  z-index: 1;
}
.access-card img {
  object-fit: contain;
  margin-bottom: 24px;
}
.access-card .eyebrow {
  color: var(--lavender-soft);
}
.eyebrow.centered span:last-child {
  margin: 0 0 3px 9px;
}
.access-card h2 {
  max-width: 700px;
  margin: 0 auto 22px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.access-card > p:not(.eyebrow) {
  max-width: 610px;
  margin: 0 auto;
  color: #b4b2c7;
  font-size: 16px;
  line-height: 1.7;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
  padding: 13px 19px;
  border: 1px solid rgba(222, 216, 255, 0.18);
  border-radius: 999px;
  color: #dad8e7;
  font-size: 12px;
}
.status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
}
.access-orbit {
  position: absolute;
  z-index: 0;
  width: 760px;
  height: 760px;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(155, 132, 255, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 130px rgba(155, 132, 255, 0.025),
    0 0 0 260px rgba(155, 132, 255, 0.018);
}

footer {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  background: var(--night-deep);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.footer-inner > p {
  margin: 0;
  color: #807e96;
  font-size: 12px;
}
.copyright {
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.feature-grid .reveal:nth-child(2),
.match-map-grid .reveal:nth-child(2) {
  transition-delay: 90ms;
}
.feature-grid .reveal:nth-child(3),
.match-map-grid .reveal:nth-child(3) {
  transition-delay: 180ms;
}

@keyframes orbit-breathe {
  0%,
  100% {
    opacity: 0.7;
    scale: 0.985;
  }
  50% {
    opacity: 1;
    scale: 1.025;
  }
}
@keyframes ember-breathe {
  0%,
  100% {
    scale: 0.86;
    filter: brightness(0.92);
  }
  50% {
    scale: 1.14;
    filter: brightness(1.18);
  }
}
@keyframes insight-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -9px;
  }
}
@keyframes modal-arrive {
  from {
    opacity: 0;
    scale: 0.97;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes carousel-from-right {
  from {
    opacity: 0;
    transform: translateX(28px) scale(0.985);
  }
}
@keyframes carousel-from-left {
  from {
    opacity: 0;
    transform: translateX(-28px) scale(0.985);
  }
}

@media (max-width: 980px) {
  .site-nav {
    gap: 20px;
  }
  .hero {
    min-height: auto;
  }
  .hero-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 730px;
  }
  .orbit-stage {
    width: 550px;
    margin: 0 auto;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
    margin-top: 25px;
  }
  .connection-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .connection-photo {
    min-height: 360px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-card:last-child {
    grid-column: span 2;
    min-height: 280px;
  }
  .constellation-heading,
  .curation-grid,
  .self-discovery-grid,
  .relationship-shapes-grid,
  .community-grid,
  .pricing-grid,
  .conversation-grid {
    grid-template-columns: 1fr;
  }
  .constellation-heading,
  .curation-grid,
  .self-discovery-grid,
  .relationship-shapes-grid,
  .community-grid,
  .pricing-grid,
  .conversation-grid {
    gap: 55px;
  }
  .community-heading,
  .pricing-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .community-heading > p,
  .pricing-heading > p {
    grid-column: 1;
    grid-row: auto;
    max-width: 700px;
  }
  .self-discovery-copy {
    max-width: 720px;
  }
  .discovery-dashboard,
  .social-feed-demo {
    width: min(680px, 100%);
    margin: 0 auto;
  }
  .constellation-intro {
    max-width: 680px;
  }
  .map-reading-guide {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .match-map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .match-map-card:last-child {
    grid-column: span 2;
  }
  .curation-copy {
    max-width: 700px;
  }
  .relationship-shapes-photo {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .relationship-shapes-photo img {
    min-height: 0;
  }
  .relationship-shapes-copy {
    max-width: 760px;
  }
  .curated-stack {
    width: min(650px, 100%);
    margin: 0 auto;
  }
  .journey-grid {
    gap: 65px;
  }
  .conversation-stage {
    width: min(610px, 100%);
    margin: 0 auto;
  }
  .chat-demo {
    width: min(570px, 100%);
    margin: 0 auto;
  }
  .conversation-copy {
    max-width: 720px;
  }
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
  .footer-inner > p:not(.copyright) {
    display: none;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 32px, 1180px);
  }
  .header-inner {
    height: 74px;
  }
  .site-header .brand img {
    width: 42px;
    height: 42px;
  }
  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
  }
  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: white;
    transition: transform 160ms ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(16, 16, 43, 0.98);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  }
  .site-nav.open {
    display: grid;
    gap: 0;
  }
  .site-nav a {
    padding: 14px 10px;
  }
  .site-nav .nav-cta {
    margin-top: 8px;
    text-align: center;
  }
  .hero {
    padding: 118px 0 70px;
  }
  h1 {
    font-size: clamp(48px, 13vw, 60px);
  }
  .hero-lede {
    font-size: 16px;
  }
  .hero-purpose {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .hero-purpose li {
    min-height: 42px;
    padding: 6px 10px;
    font-size: 9px;
    line-height: 1.25;
    white-space: normal;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .orbit-stage {
    width: 100%;
    height: 470px;
    margin-top: 20px;
  }
  .orbit-one {
    width: 430px;
    height: 430px;
    left: 50%;
    transform: translateX(-50%);
  }
  .orbit-two {
    width: 330px;
    height: 330px;
    left: 50%;
    transform: translateX(-50%);
  }
  .insight-card {
    width: min(340px, calc(100vw - 48px));
    left: 50%;
    top: 85px;
    transform: translateX(-50%) rotate(-1deg);
  }
  .chip-one {
    left: 0;
    top: 53px;
  }
  .chip-two {
    right: 0;
    bottom: 32px;
  }
  .principle-row {
    grid-template-columns: 1fr;
    padding: 17px 0;
  }
  .principle-row p {
    padding: 10px 0;
  }
  .principle-row p + p {
    border-left: 0;
  }
  .section {
    padding: 90px 0;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .connection-gallery {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .connection-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .connection-photo:last-child {
    aspect-ratio: 16 / 10;
  }
  .connection-photo figcaption {
    inset: auto 20px 19px;
    font-size: 16px;
  }
  .feature-card,
  .feature-card:last-child {
    grid-column: auto;
    min-height: 430px;
  }
  .constellation-heading h2,
  .curation-copy h2,
  .self-discovery-copy h2,
  .relationship-shapes-copy h2,
  .community-heading h2,
  .pricing-heading h2,
  .conversation-copy h2 {
    font-size: 42px;
  }
  .discovery-dashboard {
    padding: 17px;
    border-radius: 24px;
  }
  .insight-summary-card {
    padding: 22px;
  }
  .quiz-card-grid article {
    grid-template-columns: 34px 1fr;
  }
  .quiz-card-grid em {
    grid-column: 2;
  }
  .profile-assist-card {
    grid-template-columns: 28px 1fr;
  }
  .social-feed-demo {
    padding: 13px;
    border-radius: 23px;
  }
  .feed-author {
    grid-template-columns: 42px 1fr;
  }
  .feed-author em {
    grid-column: 2;
    justify-self: start;
  }
  .feed-resource {
    grid-template-columns: auto 1fr;
  }
  .feed-resource i {
    grid-column: 2;
  }
  .feed-community-card {
    grid-template-columns: 43px 1fr;
  }
  .feed-community-card > b {
    grid-column: 2;
  }
  .community-capabilities .contributor-callout {
    padding: 20px 16px;
  }
  .pricing-card {
    padding: 25px 22px;
  }
  .pricing-card ul {
    grid-template-columns: 1fr;
  }
  .pricing-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .pricing-promise {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .relationship-shapes-photo {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
  }
  .relationship-shapes-photo figcaption {
    inset: auto 21px 20px;
    font-size: 16px;
  }
  .relationship-fit-list {
    margin-top: 32px;
  }
  .relationship-fit-list article {
    grid-template-columns: 30px 1fr;
    gap: 12px;
  }
  .map-reading-guide {
    margin-top: 50px;
    padding: 24px;
  }
  .guide-items {
    grid-template-columns: 1fr;
  }
  .match-example-group {
    margin-top: 70px;
  }
  .differences-group {
    padding-top: 65px;
  }
  .example-heading {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .match-map-grid {
    grid-template-columns: 1fr;
  }
  .match-map-card:last-child {
    grid-column: auto;
  }
  .match-map-card > a::after {
    opacity: 1;
    transform: none;
  }
  .constellation-modal {
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .carousel-shell {
    min-height: 100%;
    max-height: 100dvh;
  }
  .carousel-close {
    right: 12px;
    top: 12px;
  }
  .carousel-stage {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 5px;
    min-height: 48dvh;
    padding: 72px 8px 18px;
  }
  .carousel-image-frame {
    border-radius: 12px;
  }
  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .carousel-details {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 8px 22px 30px;
  }
  .carousel-details h2,
  .carousel-details > p,
  .carousel-dots,
  .carousel-hint {
    grid-column: 1;
    grid-row: auto;
  }
  .carousel-dots {
    margin: 9px 0;
  }
  .carousel-hint {
    line-height: 1.5;
  }
  .curated-stack {
    min-height: 565px;
  }
  .curated-card {
    width: min(390px, 80%);
    height: 425px;
  }
  .curated-orbit {
    width: 235px;
    height: 235px;
  }
  .curated-orbit i:nth-child(1) {
    left: 37px;
    top: 79px;
  }
  .curated-orbit i:nth-child(2) {
    left: 91px;
    top: 30px;
  }
  .curated-orbit i:nth-child(3) {
    right: 38px;
    top: 66px;
  }
  .curated-orbit i:nth-child(4) {
    right: 61px;
    bottom: 39px;
  }
  .curated-orbit i:nth-child(5) {
    left: 58px;
    bottom: 45px;
  }
  .journey-copy h2,
  .section-heading h2 {
    font-size: 42px;
  }
  .conversation-stage {
    min-height: 560px;
  }
  .mini-constellation {
    transform: translateX(-50%) scale(0.8);
  }
  .conversation-card {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 24px;
  }
  .chat-demo {
    padding: 16px;
    border-radius: 24px;
  }
  .encrypted-badge {
    display: none;
  }
  .chat-capabilities article {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .chat-capabilities p {
    font-size: 12px;
  }
  .access-card {
    padding: 70px 22px;
    border-radius: 25px;
  }
  .access-card h2 {
    font-size: 40px;
  }
  .footer-inner {
    grid-template-columns: 1fr auto;
  }
  .brand {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .orbit,
  .ember,
  .insight-card,
  .constellation-modal[open],
  .carousel-image-frame img {
    animation: none;
  }
  .carousel-arrow,
  .carousel-dots button,
  .match-map-card,
  .match-map-card img {
    transition: none;
  }
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
