@font-face {
  font-family: "Geist Pixel Circle";
  src: url("fonts/GeistPixel-Circle.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #000;
  --text: #fff;
  --muted: #8e8e8e;
  --soft: #d0d0d0;
  --line: rgba(255, 255, 255, 0.2);
  --pink-line: rgba(230, 145, 164, 0.34);
  --nav-text: #2e2e2e;
  --pill-dark: #28282a;
  --sign-in-text: #c8c8c8;
  --nav-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
  --trust-bg: #28282a;
  --trust-border: rgba(255, 255, 255, 0.4);
  --trust-text: #c4c2c3;
  --font-sans: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-display: "BubbledotICG-FinePos", "Geist Pixel Circle", monospace;
}

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

html {
  width: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
  scrollbar-color: #4b4b4e #000;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

a,
button,
input,
label {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.bg {
  position: fixed;
  z-index: 0;
  inset: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #000;
}

.bg-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.bg-video.is-active {
  opacity: 1;
}

.signal-field {
  position: absolute;
  z-index: 1;
  top: -8vh;
  left: 50%;
  width: max-content;
  color: rgba(255, 255, 255, 0.024);
  font-family: "Geist Pixel Circle", var(--font-display);
  font-size: clamp(9px, 0.82vw, 13px);
  font-weight: 400;
  letter-spacing: clamp(10px, 1.15vw, 18px);
  line-height: clamp(42px, 8.8vh, 80px);
  white-space: pre;
  pointer-events: none;
  user-select: none;
  transform: translateX(-50%);
}

.signal-field__base,
.signal-field__active {
  display: block;
}

.signal-field__active {
  color: rgba(255, 250, 251, 0.3);
  text-shadow: 0 0 10px rgba(255, 238, 242, 0.1);
  -webkit-mask-image: radial-gradient(ellipse 240px 174px at var(--glow-x, 50%) var(--glow-y, 50%), rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0.14) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse 240px 174px at var(--glow-x, 50%) var(--glow-y, 50%), rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0.14) 68%, transparent 100%);
}

.site-shell {
  position: relative;
  z-index: 1;
}

.site-shell,
.legal-shell,
.content-shell {
  transition: opacity 190ms ease, transform 190ms ease;
}

.js .site-shell,
.js .legal-shell,
.js .content-shell {
  animation: pageEnter 240ms ease both;
}

html.is-leaving .site-shell,
html.is-leaving .legal-shell,
html.is-leaving .content-shell {
  opacity: 0;
  transform: translateY(4px);
}

.page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(16px, 2.4vh, 28px) clamp(14px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header {
  z-index: 30;
  width: min(100%, 860px);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.8vw, 28px);
  animation: slideDown 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.logo {
  width: clamp(40px, 4.4vw, 46px);
  height: clamp(40px, 4.4vw, 46px);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(15, 15, 17, 0.1);
  background: #fff url("assets/brand/solen-nav-mark.png") 50% 50% / 66% auto no-repeat;
  box-shadow: var(--nav-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.desktop-nav {
  width: min(100%, 560px);
  max-width: 560px;
  height: clamp(44px, 5.2vw, 48px);
  min-width: 0;
  flex: 1 1 560px;
  padding: 4px 8px;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  border: 1px solid rgba(0, 0, 0, 0.055);
  border-radius: 999px;
  background: #fff;
  box-shadow:
    var(--nav-shadow),
    0 10px 24px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(0, 0, 0, 0.045);
}

.desktop-nav a,
.mobile-sheet > a:not(.mobile-sign-in) {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 clamp(7px, 1vw, 13px) 3px;
  color: var(--nav-text);
  font-size: clamp(12px, 1.25vw, 14px);
  font-weight: 500;
  letter-spacing: -0.01em;
  opacity: 0.5;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-sheet > a:not(.mobile-sign-in):hover {
  opacity: 0.76;
}

.desktop-nav a.is-active,
.mobile-sheet > a.is-active:not(.mobile-sign-in) {
  opacity: 1;
}

.desktop-nav a.is-active::after,
.mobile-sheet > a.is-active:not(.mobile-sign-in)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 3px;
  height: 3px;
  margin-left: -1.5px;
  border-radius: 50%;
  background: #000;
  box-shadow: -5px 0 #000, 5px 0 #000;
}

.sign-in {
  height: clamp(44px, 5.2vw, 48px);
  flex: 0 0 auto;
  padding: 0 clamp(17px, 1.8vw, 22px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--pill-dark);
  color: var(--sign-in-text);
  box-shadow:
    var(--nav-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  font-size: clamp(12px, 1.25vw, 14px);
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.sign-in:hover {
  background: #323234;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tactile {
  translate: var(--pointer-x, 0) var(--pointer-y, 0);
  transition: translate 0.24s cubic-bezier(0.22, 1, 0.36, 1), transform 0.16s ease, box-shadow 0.25s ease, opacity 0.2s ease;
}

.tactile:active,
.repeat-switch > label:active,
.menu-toggle:active {
  transform: scale(0.98);
}

.menu-toggle {
  display: none;
}

.hero {
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  place-items: center;
  text-align: center;
}

.hero-content {
  width: min(100%, 900px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-row {
  --trust-size: clamp(36px, 4.5vw, 42px);
  margin-bottom: clamp(16px, 2.5vh, 26px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trust-avatars {
  z-index: 2;
  display: flex;
  align-items: center;
}

.trust-avatar {
  position: relative;
  width: var(--trust-size);
  height: var(--trust-size);
  display: grid;
  place-items: center;
  border: 1px solid var(--trust-border);
  border-radius: 50%;
  background: var(--trust-bg);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-avatar::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
}

.trust-avatar .story-mark {
  z-index: 1;
  color: #111;
  width: calc(var(--trust-size) * 0.42);
  height: calc(var(--trust-size) * 0.42);
}

.story-mark {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.story-mark--brand {
  height: auto;
  object-fit: contain;
}

.trust-avatar .story-mark--brand {
  width: calc(var(--trust-size) * 0.5);
  height: auto;
}

.trust-avatar + .trust-avatar {
  margin-left: calc(var(--trust-size) * -0.42);
}

.trust-avatar--1 { z-index: 1; }
.trust-avatar--2 { z-index: 2; }
.trust-avatar--3 { z-index: 4; }

.trust-avatar--1:hover,
.trust-avatar--3:hover {
  transform: translateY(-2px);
}

.trust-avatar--2:hover {
  transform: translateY(-4px);
}

.trust-row p {
  min-height: var(--trust-size);
  margin: 0 0 0 calc(var(--trust-size) * -0.42);
  padding: 0 calc(var(--trust-size) * 0.45) 0 calc(var(--trust-size) * 0.58);
  display: flex;
  align-items: center;
  border: 1px solid var(--trust-border);
  border-radius: 999px;
  background: var(--trust-bg);
  color: var(--trust-text);
  font-size: clamp(12px, 1.4vw, 13.5px);
  font-weight: 500;
  white-space: nowrap;
}

.headline,
.display-heading {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 400;
}

.headline {
  max-width: 100%;
  overflow: hidden;
  font-size: clamp(28px, 6.2vw, 80px);
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.headline > span {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(14px);
  animation: headlineFade 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.pointer-glow-copy {
  position: absolute;
  inset: 0;
  color: #fff;
  opacity: var(--glow-opacity, 0);
  pointer-events: none;
  user-select: none;
  transition: opacity 0.22s ease;
}

.ambient-word {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.026);
  font-family: var(--font-display);
  font-size: clamp(156px, 24vw, 360px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.78;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.ambient-word > .pointer-glow-copy {
  color: rgba(255, 248, 250, 0.36);
  text-shadow: 0 0 18px rgba(255, 234, 239, 0.16), 0 0 48px rgba(231, 149, 168, 0.08);
  -webkit-mask-image: radial-gradient(circle 154px at var(--glow-x, 50%) var(--glow-y, 50%), rgba(0, 0, 0, 0.78) 4%, rgba(0, 0, 0, 0.42) 38%, transparent 82%);
  mask-image: radial-gradient(circle 154px at var(--glow-x, 50%) var(--glow-y, 50%), rgba(0, 0, 0, 0.78) 4%, rgba(0, 0, 0, 0.42) 38%, transparent 82%);
}

.headline > span > .pointer-glow-copy {
  display: block;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(255, 234, 239, 0.8), 0 0 22px rgba(231, 149, 168, 0.56);
  -webkit-mask-image: radial-gradient(circle 72px at var(--glow-x, 50%) var(--glow-y, 50%), #000 12%, transparent 72%);
  mask-image: radial-gradient(circle 72px at var(--glow-x, 50%) var(--glow-y, 50%), #000 12%, transparent 72%);
}

.headline > span:first-child { animation-delay: 0.12s; }
.headline > span:last-child { animation-delay: 0.3s; }

.subhead {
  max-width: min(520px, 92%);
  margin: clamp(16px, 2.5vh, 24px) 0 0;
  color: var(--soft);
  font-size: clamp(calc(13.5px + 2pt), calc(1.55vw + 2pt), calc(16.5px + 2pt));
  font-weight: 400;
  line-height: 1.55;
  opacity: 0.8;
}

.subhead.anim { animation-name: revealMuted; }

.cta {
  margin-top: clamp(17px, 2.8vh, 27px);
  padding: clamp(11px, 1.6vh, 13px) clamp(22px, 3vw, 28px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 0 22px rgba(255, 255, 255, 0.32), 0 0 44px rgba(255, 255, 255, 0.12);
  font-size: clamp(13.5px, 1.5vw, 14.5px);
  font-weight: 600;
}

.cta:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28), 0 0 28px rgba(255, 255, 255, 0.46), 0 0 52px rgba(255, 255, 255, 0.18);
}

.stats {
  z-index: 2;
  width: min(100%, 920px);
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: clamp(12px, 2.8vw, 34px);
}

.stat {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.stat-icon {
  min-height: 1em;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 33px);
  line-height: 1;
}

.stat-value {
  margin-top: clamp(4px, 0.7vh, 7px);
  color: #fff;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.stat-label {
  margin-top: 3px;
  color: var(--muted);
  font-size: clamp(11px, 1.2vw, 12.5px);
  line-height: 1.2;
}

.story {
  position: relative;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.62) 280px, rgba(0, 0, 0, 0.9) 720px, rgba(0, 0, 0, 0.9));
}

.story-section {
  position: relative;
  overflow: clip;
  scroll-margin-top: 24px;
  padding: clamp(82px, 9vw, 128px) clamp(22px, 7vw, 96px);
  background: transparent;
}

.story-section + .story-section {
  margin-top: -1px;
}

.story-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -1px 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 87%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 13%, #000 87%, transparent 100%);
}

.what-solen-is {
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: clamp(118px, 12vw, 170px);
  padding-bottom: clamp(110px, 11vw, 156px);
}

.what-solen-is::before {
  background: radial-gradient(ellipse 70% 30% at 50% 0%, transparent, rgba(0, 0, 0, 0.36) 56%, transparent 100%);
}

.what-secondary {
  margin: 24px 0 0;
  color: #f0eaec;
  font-family: var(--font-display);
  font-size: clamp(27px, 3.4vw, 48px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.what-copy {
  width: min(100%, 940px);
  margin: clamp(36px, 4vw, 56px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 84px);
  color: #a8a6a8;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.68;
  text-align: left;
}

.what-copy p { margin: 0; }

.operator-visual {
  position: relative;
  width: min(100%, 980px);
  min-height: 300px;
  margin: clamp(58px, 7vw, 90px) auto 0;
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  border-block: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 46%, transparent 54%, rgba(229, 151, 169, 0.025));
  text-align: left;
}

.operator-lane {
  position: relative;
  min-width: 0;
  padding: 42px clamp(26px, 4vw, 52px);
  overflow: hidden;
}

.operator-lane > p {
  margin: 0;
  color: #d3d0d1;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.operator-lane > p span {
  margin-right: 10px;
  color: #d99aab;
}

.work-lines {
  width: min(100%, 280px);
  margin-top: 58px;
  display: grid;
  gap: 15px;
}

.work-lines i {
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.27);
}

.work-lines i:nth-child(2) { width: 72%; }
.work-lines i:nth-child(3) { width: 42%; }

.operator-cursor {
  position: absolute;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.operator-cursor--you {
  right: 18%;
  bottom: 50px;
  color: rgba(255, 255, 255, 0.74);
}

.operator-cursor--solen {
  right: 12%;
  bottom: 44px;
  width: 52px;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(238, 152, 95, 0.18));
}

.shared-axis {
  position: relative;
  display: grid;
  place-items: center;
  color: #777579;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shared-axis::before,
.shared-axis::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: calc(50% - 42px);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.28));
}

.shared-axis::before { top: 0; }
.shared-axis::after { bottom: 0; transform: rotate(180deg); }

.shared-axis span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.shared-axis i {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: #0b0b0c;
}

.mission-object {
  width: fit-content;
  margin-top: 32px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(230, 145, 164, 0.34);
  border-radius: 999px;
  color: #d6c9cc;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mission-object i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #efb6c3;
  box-shadow: 0 0 12px rgba(231, 149, 168, 0.65);
}

.operator-lane--solen .work-lines { margin-top: 34px; }

.operator-truths {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  text-align: left;
}

.operator-truths article {
  min-width: 0;
  padding: 30px clamp(20px, 3vw, 38px) 34px;
}

.operator-truths article + article { border-left: 1px solid rgba(255, 255, 255, 0.15); }

.operator-truths span {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 29px);
  letter-spacing: -0.035em;
}

.operator-truths p {
  margin: 13px 0 0;
  color: #908d91;
  font-size: 13px;
  line-height: 1.6;
}

.chapter-question {
  margin: clamp(58px, 7vw, 86px) auto 0;
  color: #d4d1d2;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 46px);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.relationship {
  padding-top: clamp(120px, 14vw, 180px);
}

.relationship::before {
  background: radial-gradient(ellipse 78% 34% at -5% 0%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38) 58%, transparent 100%);
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  margin-inline: auto;
  text-align: center;
}

.section-kicker,
.qualification,
.illustrative-label,
.flow-number {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-kicker {
  width: fit-content;
  margin: 0 auto clamp(24px, 3.4vw, 42px);
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: var(--pill-dark);
  color: #c4c2c3;
  letter-spacing: 0.12em;
}

.display-heading {
  font-size: clamp(48px, 7.2vw, 104px);
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.display-heading[data-pointer-glow] {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.display-heading[data-pointer-glow] > .pointer-glow-copy {
  text-shadow: 0 0 12px rgba(255, 234, 239, 0.82), 0 0 28px rgba(231, 149, 168, 0.62);
  -webkit-mask-image: radial-gradient(circle 92px at var(--glow-x, 50%) var(--glow-y, 50%), #000 10%, transparent 74%);
  mask-image: radial-gradient(circle 92px at var(--glow-x, 50%) var(--glow-y, 50%), #000 10%, transparent 74%);
}

.section-lede {
  width: min(100%, 630px);
  margin: clamp(28px, 4vw, 48px) auto 0;
  color: var(--soft);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.76;
}

.align-left {
  width: auto;
  margin: 0;
  text-align: left;
}

.handoff-flow {
  width: min(100%, 1040px);
  margin: clamp(60px, 7vw, 92px) auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--pink-line);
}

.illustrative-label {
  margin-bottom: 44px;
  text-align: left;
}

.flow-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 84px);
}

.flow-step {
  position: relative;
  min-width: 0;
  text-align: left;
}

.flow-step + .flow-step::before {
  content: "";
  position: absolute;
  top: 32px;
  right: calc(100% + 16px);
  width: clamp(20px, 4vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.flow-node {
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: var(--pill-dark);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 18px;
}

.flow-node .story-mark--brand {
  width: 31px;
  height: auto;
}

.flow-number {
  color: #d99aab;
}

.flow-step h3,
.plasticity-note h3,
.boundary-lines h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 27px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.flow-step > p:last-child,
.plasticity-note > p:last-child,
.boundary-lines article > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.intervention-line {
  width: fit-content;
  max-width: 100%;
  margin: clamp(52px, 7vw, 86px) auto 0;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: var(--pill-dark);
  color: #bcbcbc;
  font-size: 14px;
  line-height: 1.5;
}

.intervention-line strong {
  margin-right: 6px;
  color: #fff;
  font-weight: 500;
}

.evidence-note,
.commercial-note,
.access-instruction {
  width: min(100%, 660px);
  margin: 26px auto 0;
  color: #6f6f72;
  font-size: 12px;
  line-height: 1.6;
}

.missions {
  background: transparent;
}

.missions::before {
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.46)),
    url("assets/backgrounds/solen-missions-liquid.webp") center 46% / 118% auto no-repeat;
  opacity: 0.62;
  transform-origin: 48% 46%;
  animation: missionsAtmosphere 22s ease-in-out infinite alternate;
  animation-play-state: paused;
}

.missions.is-atmosphere-active::before {
  animation-play-state: running;
  will-change: transform;
}

.ambient-word--hold {
  top: 4%;
  right: -0.16em;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: end;
  gap: clamp(60px, 10vw, 150px);
  text-align: left;
}

.quiet-callout {
  margin: 34px 0 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: -0.04em;
}

.mission-sequence {
  margin-top: clamp(64px, 7vw, 94px);
  border-bottom: 1px solid var(--line);
}

.mission-sequence article {
  padding: clamp(24px, 3vw, 38px) 0;
  display: grid;
  grid-template-columns: 70px minmax(180px, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 70px);
  border-top: 1px solid var(--line);
  text-align: left;
}

.mission-sequence span {
  color: #77777a;
  font-size: 12px;
}

.mission-sequence strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.mission-sequence p {
  margin: 0;
  color: #aaa;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.55;
}

.repeat-work {
  background: transparent;
}

.repeat-work::before {
  background: radial-gradient(ellipse 68% 54% at 108% 5%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.38) 54%, transparent 100%);
}

.ambient-word--whenever {
  top: -0.04em;
  left: -0.12em;
  color: rgba(255, 255, 255, 0.018);
  font-size: clamp(126px, 18vw, 272px);
}

.repeat-composition {
  margin-top: clamp(64px, 7vw, 94px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
  text-align: left;
}

.repeat-switch {
  min-width: 0;
  margin: 0;
  padding: 5px;
  border: 0;
  border-radius: 28px;
  background: #fff;
  color: #111;
}

.repeat-switch > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.repeat-switch > label {
  width: calc(50% - 3px);
  min-height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #777;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: transform 0.16s ease, background 0.2s ease, color 0.2s ease;
}

.repeat-switch > input:checked + label {
  background: var(--pill-dark);
  color: #fff;
}

.repeat-switch > input:focus-visible + label {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.repeat-panels {
  min-height: 250px;
  margin-top: 5px;
  padding: clamp(32px, 5vw, 62px);
  display: grid;
  align-items: center;
  border-radius: 24px;
  background: #f2f1f1;
}

.repeat-panel {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
}

#repeat-once:checked ~ .repeat-panels .repeat-panel--once,
#repeat-whenever:checked ~ .repeat-panels .repeat-panel--whenever {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.repeat-panel p {
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(27px, 4vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.repeat-panel span {
  margin-top: 28px;
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.plasticity-note {
  padding-top: 4px;
}

.qualification {
  color: #d99aab;
}

.plasticity-note h3 {
  margin-top: 18px;
  font-size: clamp(25px, 3vw, 40px);
}

.boundaries {
  background: transparent;
}

.boundaries::before {
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.13) 44%, rgba(0, 0, 0, 0.52)),
    url("assets/backgrounds/solen-boundaries-liquid.webp") center 42% / 114% auto no-repeat;
  opacity: 0.54;
  transform-origin: 54% 42%;
  animation: boundariesAtmosphere 25s ease-in-out infinite alternate;
  animation-play-state: paused;
}

.boundaries.is-atmosphere-active::before {
  animation-play-state: running;
  will-change: transform;
}

.ambient-word--yours {
  top: 5%;
  right: -0.12em;
  color: rgba(255, 255, 255, 0.022);
  font-size: clamp(150px, 22vw, 330px);
}

.boundary-lines {
  width: min(100%, 960px);
  margin: clamp(60px, 7vw, 92px) auto 0;
  border-bottom: 1px solid var(--line);
}

.boundary-lines article {
  padding: clamp(28px, 4vw, 48px) 0;
  display: grid;
  grid-template-columns: 150px minmax(220px, 0.75fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 4vw, 62px);
  border-top: 1px solid var(--line);
  text-align: left;
}

.boundary-lines h3 {
  margin: 0;
}

.boundary-lines article > p:last-child {
  margin: 0;
}

.pricing {
  background: transparent;
}

.pricing::before {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.56) clamp(150px, 17vw, 250px), rgba(0, 0, 0, 0.56) calc(100% - 120px), transparent);
}

.plan-line {
  width: min(100%, 900px);
  margin: clamp(56px, 6vw, 84px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.plan-line article {
  min-height: 176px;
  padding: 26px 18px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.plan-line article + article {
  border-left: 1px solid var(--line);
}

.plan-line strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(24px, 3.3vw, 42px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.plan-line span {
  color: #ddd;
  font-size: 15px;
  font-weight: 500;
}

.plan-line small {
  max-width: 190px;
  color: #8e8a8e;
  font-size: 11px;
  line-height: 1.45;
}

.plan-line small b {
  display: block;
  margin-bottom: 4px;
  color: #c0bdc0;
  font-weight: 600;
}

.closing {
  min-height: 82vh;
  min-height: 82dvh;
  display: grid;
  place-items: center;
  background: transparent;
}

.closing::before {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.14) 12%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.28) 44%, rgba(0, 0, 0, 0.62) 64%, rgba(0, 0, 0, 0.62));
}

.closing .display-heading {
  left: 50%;
  width: max-content;
  margin-inline: 0;
  font-size: clamp(86px, 14.5vw, 214px);
  line-height: 0.86;
  transform: translateX(-50%);
  white-space: nowrap;
}

.closing-circles {
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
}

.closing-circles span {
  width: clamp(58px, 7vw, 82px);
  height: clamp(58px, 7vw, 82px);
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: var(--pill-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.closing-circles span + span {
  margin-left: -14px;
}

.access-instruction {
  margin-top: 28px;
  color: #929295;
  font-size: 13px;
}

.closing .cta {
  margin-top: 30px;
}

.site-footer {
  width: min(100%, 960px);
  margin: clamp(90px, 12vw, 150px) auto 0;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 26px;
  border-top: 1px solid var(--line);
  color: #77777a;
  font-size: 12px;
  line-height: 1.5;
}

.site-footer a {
  color: #bcbcbc;
}

.site-footer span {
  flex-basis: 100%;
}

.content-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: clip;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.9) 72vh, rgba(0, 0, 0, 0.985) 115vh);
}

.inside-shell {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.68) 58vh, rgba(0, 0, 0, 0.95) 100vh);
}

.inside-hero {
  min-height: calc(100vh - 100px);
  min-height: calc(100dvh - 100px);
}

.inside-hero .content-hero-copy {
  width: min(100%, 1080px);
}

.inside-hero .content-title {
  font-size: clamp(58px, 8.7vw, 132px);
}

.inside-opening {
  width: min(100%, 760px);
  margin: clamp(56px, 7vw, 86px) auto 0;
  display: grid;
  grid-template-columns: 1fr minmax(80px, 0.55fr) 1fr;
  align-items: center;
  color: #d5d2d3;
  font-family: var(--font-display);
  font-size: clamp(25px, 3.2vw, 44px);
  letter-spacing: -0.035em;
}

.inside-opening i {
  height: 1px;
  display: block;
  background: linear-gradient(to right, transparent, rgba(238, 182, 196, 0.72), transparent);
}

.inside-source-note {
  width: min(100%, 590px);
  margin: 34px auto 0;
  color: #918e92;
  font-size: 12px;
  line-height: 1.65;
}

.content-header {
  position: relative;
  margin-inline: auto;
  padding-top: clamp(16px, 2.4vh, 28px);
}

.content-main {
  position: relative;
}

.content-hero {
  position: relative;
  min-height: 92vh;
  min-height: 92dvh;
  padding: clamp(110px, 14vw, 190px) clamp(22px, 7vw, 96px) clamp(100px, 12vw, 160px);
  display: grid;
  place-items: center;
  overflow: clip;
}

.content-hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  margin-inline: auto;
  text-align: center;
}

.content-title,
.content-heading {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.content-title {
  font-size: clamp(58px, 9.8vw, 148px);
}

.content-heading {
  font-size: clamp(50px, 7.1vw, 104px);
}

.content-lede {
  width: min(100%, 650px);
  margin: clamp(28px, 4vw, 46px) auto 0;
  color: #c1c1c4;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.65;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.page-ambient {
  position: absolute;
  z-index: 0;
  width: max-content;
  color: rgba(255, 255, 255, 0.022);
  font-family: var(--font-display);
  font-size: clamp(150px, 24vw, 360px);
  letter-spacing: -0.08em;
  line-height: 0.74;
  pointer-events: none;
  user-select: none;
}

.page-ambient > .pointer-glow-copy {
  color: rgba(255, 248, 250, 0.4);
  text-shadow: 0 0 18px rgba(255, 234, 239, 0.16), 0 0 48px rgba(231, 149, 168, 0.08);
  -webkit-mask-image: radial-gradient(circle 142px at var(--glow-x, 50%) var(--glow-y, 50%), rgba(0, 0, 0, 0.74) 6%, rgba(0, 0, 0, 0.34) 42%, transparent 80%);
  mask-image: radial-gradient(circle 142px at var(--glow-x, 50%) var(--glow-y, 50%), rgba(0, 0, 0, 0.74) 6%, rgba(0, 0, 0, 0.34) 42%, transparent 80%);
}

.page-ambient--beside,
.page-ambient--observe {
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
}

.page-ambient--product-hold,
.page-ambient--verify {
  top: 4%;
  right: -0.12em;
}

.page-ambient--product-yours,
.page-ambient--recover {
  top: 5%;
  left: -0.12em;
}

.page-ambient--contact {
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
}

.editorial-section,
.page-next {
  position: relative;
  overflow: clip;
  padding: clamp(100px, 12vw, 170px) clamp(22px, 7vw, 96px);
  background: rgba(0, 0, 0, 0.94);
}

.editorial-section + .editorial-section,
.page-next {
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: clamp(64px, 11vw, 170px);
}

.editorial-split > * {
  position: relative;
  z-index: 1;
}

.editorial-copy {
  color: #b9b9bc;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.68;
}

.editorial-copy > p:first-child {
  margin: 0;
}

.editorial-outcome,
.editorial-boundary,
.process-intro,
.pricing-detail,
.pricing-connections,
.billing-note {
  text-align: center;
}

.editorial-repeat {
  background: radial-gradient(ellipse 55% 48% at 100% 0%, rgba(120, 46, 64, 0.13), rgba(0, 0, 0, 0.94) 66%);
}

.editorial-boundary,
.process-emphasis,
.pricing-connections {
  background: radial-gradient(ellipse 48% 34% at 0% 0%, rgba(128, 53, 70, 0.11), rgba(0, 0, 0, 0.95) 70%);
}

.editorial-copy h3 {
  margin: 16px 0 10px;
  font-size: clamp(25px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.editorial-copy .qualification {
  margin-top: 34px;
}

.editorial-rows {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: clamp(64px, 7vw, 96px) auto 0;
  border-bottom: 1px solid var(--line);
}

.editorial-rows article {
  padding: clamp(26px, 3vw, 40px) 0;
  display: grid;
  grid-template-columns: 135px minmax(190px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  border-top: 1px solid var(--line);
  text-align: left;
}

.editorial-rows span {
  color: #be7c8c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.editorial-rows strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.8vw, 52px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.editorial-rows p {
  margin: 0;
  color: #9f9fa2;
  font-size: 15px;
  line-height: 1.65;
}

.process-intro {
  background: rgba(0, 0, 0, 0.93);
}

.process-sequence {
  padding-block: 0;
}

.process-sequence article {
  position: relative;
  min-height: clamp(320px, 39vw, 520px);
  padding: clamp(80px, 10vw, 145px) max(7vw, calc((100vw - 1120px) / 2));
  display: grid;
  grid-template-columns: 90px minmax(240px, 0.65fr) minmax(0, 0.85fr);
  align-items: center;
  gap: clamp(30px, 6vw, 100px);
  overflow: clip;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.process-sequence article > *:not(.page-ambient) {
  position: relative;
  z-index: 1;
}

.process-sequence article > span {
  color: #be7c8c;
  font-size: 12px;
}

.process-sequence h2,
.contact-context h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.process-sequence article > p {
  margin: 0;
  color: #aaa;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

.page-next {
  min-height: 78vh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.57) 52%, rgba(0, 0, 0, 0.96));
}

.page-next .cta {
  margin-top: 34px;
}

.page-footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 34px 24px 48px;
}

.pricing-page .content-hero {
  min-height: 84vh;
}

.inactive-pill {
  width: fit-content;
  margin: 30px auto 0;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: var(--pill-dark);
  color: #c5c5c7;
  font-size: 12px;
}

.plan-line--full {
  width: min(100%, 1120px);
  margin-top: 0;
}

.commercial-note--full {
  width: min(100%, 850px);
  margin-top: 34px;
}

.pricing-connections .editorial-rows {
  margin-top: clamp(58px, 7vw, 88px);
}

.billing-note .content-lede + .content-lede {
  color: #858589;
  font-size: 15px;
}

.contact-page,
.contact-hero {
  min-height: 82vh;
}

.contact-address {
  width: fit-content;
  max-width: 100%;
  margin: 38px auto 0;
  padding: 14px 22px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: var(--pill-dark);
  color: #fff;
  font-size: clamp(13px, 1.5vw, 17px);
  overflow-wrap: anywhere;
}

.contact-context {
  width: min(calc(100% - 44px), 960px);
  margin: 0 auto clamp(80px, 10vw, 130px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.contact-context article {
  padding: clamp(38px, 5vw, 64px);
}

.contact-context article + article {
  border-left: 1px solid var(--line);
}

.contact-context h2 {
  margin-top: 18px;
  font-size: clamp(30px, 4vw, 50px);
}

.contact-context article > p:last-child {
  margin: 18px 0 0;
  color: #929296;
  font-size: 15px;
  line-height: 1.65;
}

.legal-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0, rgba(0, 0, 0, 0.88) 330px, #000 620px);
}

.legal-header {
  margin-inline: auto;
  padding-top: clamp(16px, 2.4vh, 28px);
}

.legal-main {
  width: min(calc(100% - 44px), 860px);
  margin-inline: auto;
  padding: clamp(110px, 13vw, 180px) 0 120px;
}

.legal-intro {
  width: min(100%, 720px);
}

.legal-kicker {
  margin: 0 0 22px;
  color: #d99aab;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(52px, 8vw, 92px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.legal-meta,
.legal-summary {
  margin: 26px 0 0;
  color: #b0b0b3;
  font-size: 15px;
  line-height: 1.7;
}

.legal-toc {
  margin: 70px 0 0;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 34px;
  border-block: 1px solid var(--line);
}

.legal-toc a {
  color: #8d8d90;
  font-size: 12px;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.legal-toc a:hover {
  color: #fff;
}

.legal-sections {
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
}

.legal-sections li {
  padding: 34px 0 38px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 24px;
}

.legal-sections h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.legal-sections p {
  margin: 14px 0 0;
  color: #a3a3a6;
  font-size: 15px;
  line-height: 1.78;
}

.legal-contact {
  margin: 56px 0 0;
  color: #79797d;
  font-size: 13px;
}

.legal-contact a {
  color: #c7c7c9;
}

.privacy-status {
  min-height: calc(100vh - 120px);
  display: grid;
  align-content: center;
}

.privacy-status .legal-summary {
  width: min(100%, 610px);
  font-size: clamp(18px, 2vw, 22px);
}

.js .reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.anim {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(22px) scale(0.98);
  animation: reveal 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--d, 0s);
}

.cta.anim { animation-name: revealPulse; }

.mobile-menu {
  position: fixed;
  z-index: 50;
  inset: 0;
}

.mobile-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(6px);
  cursor: default;
  animation: overlayIn 0.28s ease both;
}

.mobile-sheet {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  width: min(calc(100% - 28px), 420px);
  padding: 22px 18px 20px;
  display: grid;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  animation: menuIn 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mobile-sheet > a:not(.mobile-sign-in) {
  min-height: 48px;
  font-size: 15px;
  opacity: 0;
  animation: linkIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.06s + var(--link-index, 0) * 0.045s);
}

.mobile-sheet > a:nth-child(1) { --link-index: 0; }
.mobile-sheet > a:nth-child(2) { --link-index: 1; }
.mobile-sheet > a:nth-child(3) { --link-index: 2; }
.mobile-sheet > a:nth-child(4) { --link-index: 3; }
.mobile-sheet > a:nth-child(5) { --link-index: 4; }

.mobile-sheet > a.is-active:not(.mobile-sign-in)::after { bottom: 8px; }

.mobile-sign-in {
  min-height: 48px;
  margin-top: 12px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--pill-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  animation: linkIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.24s forwards;
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.desktop-nav a:focus-visible,
.logo:focus-visible,
.mobile-sheet a:focus-visible {
  outline-color: #000;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}

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

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

@keyframes reveal {
  to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}

@keyframes revealMuted {
  to { opacity: 0.8; filter: blur(0); transform: translateY(0) scale(1); }
}

@keyframes revealPulse {
  0% { opacity: 0; filter: blur(6px); transform: translateY(22px) scale(0.92); }
  72% { opacity: 1; filter: blur(0); transform: translateY(-1px) scale(1.035); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}

@keyframes overlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes menuIn {
  from { opacity: 0; transform: translate(-50%, -14px) scale(0.97); }
  to { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

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

@keyframes missionsAtmosphere {
  from { transform: translate3d(-0.7%, -0.25%, 0) scale(1.035); }
  to { transform: translate3d(0.8%, 0.35%, 0) scale(1.06); }
}

@keyframes boundariesAtmosphere {
  from { transform: translate3d(0.7%, -0.2%, 0) scale(1.045); }
  to { transform: translate3d(-0.8%, 0.3%, 0) scale(1.065); }
}

@media (max-width: 760px) {
  .page {
    padding-inline: 14px;
  }

  .site-header {
    width: 100%;
    justify-content: space-between;
  }

  .logo,
  .menu-toggle {
    width: 48px;
    height: 48px;
  }

  .desktop-nav,
  .desktop-sign-in {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 60;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    border-radius: 50%;
    background: var(--pill-dark);
    box-shadow: var(--nav-shadow);
    cursor: pointer;
    transition: transform 0.16s ease, background 0.28s ease;
  }

  .menu-toggle span {
    width: 18px;
    height: 1.5px;
    display: block;
    background: #fff;
    transform-origin: center;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, background 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] { background: #fff; }
  .menu-toggle[aria-expanded="true"] span { background: #000; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .headline {
    font-size: clamp(28px, 9vw, 58px);
    letter-spacing: -0.08em;
    line-height: 1.05;
  }

  .subhead { max-width: min(520px, 94%); }
  .desktop-break { display: none; }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.8vh, 18px) clamp(18px, 8vw, 42px);
  }

  .stat-icon { font-size: clamp(20px, 6vw, 28px); }

  .story-section {
    padding: 84px 22px;
  }

  .what-solen-is {
    padding-top: 110px;
    padding-bottom: 104px;
  }

  .what-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .operator-visual {
    min-height: 440px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 54px 1fr;
  }

  .operator-lane {
    padding: 30px 24px;
  }

  .shared-axis span {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .shared-axis::before,
  .shared-axis::after {
    top: 50%;
    width: calc(50% - 58px);
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.28));
  }

  .shared-axis::before { left: 0; }
  .shared-axis::after { right: 0; bottom: auto; left: auto; }

  .work-lines { margin-top: 34px; }
  .operator-lane--solen .work-lines { margin-top: 22px; }

  .operator-cursor--you,
  .operator-cursor--solen {
    width: 42px;
    height: 42px;
    right: 14%;
    bottom: 26px;
  }

  .operator-cursor--solen {
    width: 46px;
    height: auto;
  }

  .mission-object { margin-top: 21px; }

  .operator-truths {
    grid-template-columns: 1fr;
  }

  .operator-truths article {
    padding: 24px 4px 26px;
  }

  .operator-truths article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .relationship {
    padding-top: 108px;
  }

  .display-heading {
    font-size: clamp(44px, 14vw, 68px);
    line-height: 1.02;
  }

  .relationship .display-heading {
    font-size: clamp(40px, 11.2vw, 56px);
  }

  .section-lede {
    font-size: 17px;
    line-height: 1.58;
  }

  .flow-track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .flow-step {
    min-height: 172px;
    padding: 0 0 34px 88px;
  }

  .flow-node {
    position: absolute;
    left: 0;
    top: 0;
  }

  .flow-step + .flow-step::before {
    top: -108px;
    left: 32px;
    right: auto;
    width: 1px;
    height: 106px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
  }

  .intervention-line {
    border-radius: 24px;
  }

  .intervention-line strong {
    display: block;
    margin: 0 0 4px;
  }

  .split-heading,
  .repeat-composition {
    grid-template-columns: 1fr;
  }

  .split-heading {
    align-items: start;
    gap: 48px;
  }

  .quiet-callout { margin-top: 24px; }

  .mission-sequence article {
    grid-template-columns: 38px 1fr;
    gap: 8px 18px;
  }

  .mission-sequence p {
    grid-column: 2;
  }

  .ambient-word {
    font-size: clamp(128px, 48vw, 205px);
  }

  .ambient-word--hold {
    top: 2.5%;
    right: -0.2em;
  }

  .ambient-word--whenever {
    top: 0.5%;
    left: -0.18em;
    font-size: clamp(94px, 33vw, 150px);
  }

  .ambient-word--yours {
    top: 3%;
    right: -0.18em;
  }

  .missions::before {
    background-position: 62% 34%;
    background-size: 218% auto;
    opacity: 0.56;
  }

  .boundaries::before {
    background-position: 46% 34%;
    background-size: 206% auto;
    opacity: 0.5;
  }

  .repeat-composition { gap: 58px; }

  .repeat-work::before {
    background: radial-gradient(ellipse 92% 34% at 112% 3%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.38) 56%, transparent 100%);
  }

  .boundary-lines article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .plan-line article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .plan-line article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .plan-line article {
    min-height: 168px;
    padding-inline: 14px;
  }

  .site-footer {
    display: grid;
    justify-items: center;
  }

  .closing .display-heading {
    font-size: clamp(54px, 14.5vw, 70px);
  }

  .legal-header {
    padding-inline: 14px;
  }

  .legal-main {
    width: min(calc(100% - 36px), 860px);
    padding-top: 96px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }

  .content-header {
    padding-inline: 14px;
  }

  .content-hero {
    min-height: 82vh;
    min-height: 82dvh;
    padding: 100px 22px 90px;
  }

  .content-title {
    font-size: clamp(50px, 16vw, 76px);
  }

  .inside-opening {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .inside-opening i {
    width: 1px;
    height: 46px;
    margin-inline: auto;
    background: linear-gradient(to bottom, transparent, rgba(238, 182, 196, 0.72), transparent);
  }

  .content-heading {
    font-size: clamp(44px, 13vw, 66px);
  }

  .content-lede {
    font-size: 17px;
    line-height: 1.58;
  }

  .page-ambient {
    font-size: clamp(120px, 48vw, 210px);
  }

  .editorial-section,
  .page-next {
    padding: 88px 22px;
  }

  .editorial-split {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 46px;
  }

  .editorial-rows article {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .editorial-rows strong {
    font-size: clamp(34px, 11vw, 50px);
  }

  .process-sequence article {
    min-height: 0;
    padding: 82px 22px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px 16px;
  }

  .process-sequence article > p {
    grid-column: 2;
  }

  .process-sequence h2 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .page-next {
    min-height: 68vh;
  }

  .plan-line--full {
    grid-template-columns: 1fr;
  }

  .plan-line--full article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .contact-address {
    font-size: 12px;
  }

  .contact-context {
    grid-template-columns: 1fr;
  }

  .contact-context article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 420px) {
  .trust-row { --trust-size: 34px; }
  .trust-row p { font-size: 12px; }

  .headline {
    font-size: clamp(27px, 9vw, 38px);
    letter-spacing: -0.09em;
    line-height: 1.04;
  }

  .story-section { padding-inline: 18px; }
  .what-solen-is { padding-inline: 18px; }
  .repeat-panels { padding: 30px 22px; }
}

@media (max-height: 700px) {
  .page { padding-block: clamp(10px, 2vh, 16px); }

  .headline {
    font-size: clamp(28px, min(6.2vw, 8vh), 80px);
    line-height: 1.05;
  }

  .trust-row { margin-bottom: clamp(11px, 1.8vh, 16px); }

  .subhead {
    margin-top: clamp(10px, 1.8vh, 16px);
    line-height: 1.45;
  }

  .cta { margin-top: clamp(11px, 2vh, 17px); }
  .stat-icon { font-size: clamp(19px, 2.5vw, 27px); }
  .stat-value { margin-top: 2px; }
}

@media (hover: none), (pointer: coarse) {
  .pointer-glow-copy { display: none; }
  .signal-field { opacity: 0.62; }
  .tactile { translate: 0 0 !important; }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .anim,
  .headline > span,
  .mobile-sheet > a,
  .js .reveal-on-scroll {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .subhead.anim { opacity: 0.8; }
  .pointer-glow-copy { display: none; }
  .signal-field { opacity: 0.62; }
  .tactile { translate: 0 0 !important; }

  .missions::before,
  .boundaries::before {
    animation: none !important;
    transform: none;
  }

  .js .site-shell,
  .js .legal-shell,
  .js .content-shell,
  html.is-leaving .site-shell,
  html.is-leaving .legal-shell,
  html.is-leaving .content-shell {
    opacity: 1;
    transform: none;
  }
}
