:root {
  --deep-purple: #3b1e54;
  --lavender: #c8a2c8;
  --lavender-light: #ead9ea;
  --gold: #e6b800;
  --gold-light: #f7df82;
  --soft-white: #faf9f6;
  --warm-white: #f3eef3;
  --dark-plum: #1f102e;
  --ink: #271832;
  --muted-ink: #6b5c70;
  --line-light: rgba(31, 16, 46, 0.12);
  --line-dark: rgba(250, 249, 246, 0.14);
  --display: Georgia, 'Times New Roman', serif;
  --sans: 'Aptos', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow: 0 24px 80px rgba(25, 10, 38, 0.22);
  --shell: min(1240px, calc(100vw - 48px));
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--dark-plum);
  color: var(--soft-white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

button,
input {
  font: inherit;
}

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

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

::selection {
  background: var(--gold);
  color: var(--dark-plum);
}

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

.purpose :focus-visible,
.inside :focus-visible,
.release :focus-visible {
  outline-color: var(--deep-purple);
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--dark-plum);
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(88px, 10vw, 150px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--lavender-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.eyebrow.dark {
  color: var(--deep-purple);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(250, 249, 246, 0.1);
  background: rgba(31, 16, 46, 0.9);
  box-shadow: 0 12px 36px rgba(17, 7, 26, 0.16);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--soft-white);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(230, 184, 0, 0.38);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(11, 4, 17, 0.24);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  color: rgba(250, 249, 246, 0.78);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--soft-white);
}

.site-nav .nav-cta {
  padding: 10px 17px;
  border: 1px solid rgba(230, 184, 0, 0.52);
  border-radius: 999px;
  color: var(--gold-light);
}

.site-nav .nav-cta:hover {
  background: rgba(230, 184, 0, 0.1);
  color: var(--gold-light);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(250, 249, 246, 0.18);
  border-radius: 50%;
  background: rgba(250, 249, 246, 0.06);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 5px auto;
  background: var(--soft-white);
  transition: transform 180ms ease;
}

.menu-button[aria-expanded='true'] span:first-child {
  transform: translateY(3.2px) rotate(45deg);
}

.menu-button[aria-expanded='true'] span:last-child {
  transform: translateY(-3.2px) rotate(-45deg);
}

.hero {
  position: relative;
  display: flex;
  min-height: 960px;
  align-items: center;
  overflow: hidden;
  padding: 154px 0 104px;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -4;
  inset: 0;
  background-image: url('/assets/home-background.webp');
  background-position: 50% 45%;
  background-size: cover;
  content: '';
  transform: scale(1.02);
}

.hero::after {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 8, 34, 0.97) 0%, rgba(31, 16, 46, 0.86) 45%, rgba(31, 16, 46, 0.47) 100%),
    linear-gradient(180deg, rgba(19, 7, 29, 0.28) 0%, rgba(31, 16, 46, 0.35) 65%, #1f102e 100%);
  content: '';
}

.hero-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: clamp(54px, 8vw, 112px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 710px;
  min-width: 0;
}

.hero h1 {
  max-width: 710px;
  margin-bottom: 26px;
  color: var(--soft-white);
  font-family: var(--display);
  font-size: clamp(4.2rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.064em;
  line-height: 0.92;
}

.hero h1 em,
.section-intro h2 em {
  color: var(--gold-light);
  font-weight: inherit;
}

.hero-lede {
  max-width: 600px;
  margin-bottom: 24px;
  color: rgba(250, 249, 246, 0.83);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.launch-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 34px;
  color: rgba(250, 249, 246, 0.63);
  font-size: 0.82rem;
}

.launch-line strong {
  color: var(--lavender-light);
  font-weight: 700;
}

.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(230, 184, 0, 0.1);
}

.status-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(230, 184, 0, 0.4);
  border-radius: inherit;
  animation: pulse 2.8s ease-out infinite;
  content: '';
}

@keyframes pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.5);
  }
  65%,
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.waitlist-form {
  position: relative;
}

.hero-form {
  max-width: 700px;
  padding: 23px;
  border: 1px solid rgba(250, 249, 246, 0.17);
  border-radius: 22px;
  background: rgba(31, 16, 46, 0.55);
  box-shadow: 0 24px 70px rgba(13, 4, 21, 0.25);
  backdrop-filter: blur(16px);
}

.form-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.form-heading p {
  margin: 0;
}

.form-heading .form-title {
  color: var(--soft-white);
  font-size: 0.92rem;
  font-weight: 750;
}

.form-heading p:last-child {
  color: rgba(250, 249, 246, 0.54);
  font-size: 0.8rem;
}

.form-row {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(120px, 0.7fr) minmax(190px, 1fr);
  gap: 10px;
}

.field {
  position: relative;
  min-width: 0;
}

.field label {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero-form .field label {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin: 0 0 7px 2px;
  clip: auto;
  clip-path: none;
  color: rgba(250, 249, 246, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: normal;
}

.field input {
  width: 100%;
  min-height: 51px;
  border: 1px solid rgba(250, 249, 246, 0.17);
  border-radius: 12px;
  outline: none;
  background: rgba(250, 249, 246, 0.09);
  color: var(--soft-white);
  padding-inline: 15px;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.field input::placeholder {
  color: rgba(250, 249, 246, 0.66);
}

.field input:focus {
  border-color: var(--gold-light);
  background: rgba(250, 249, 246, 0.13);
  box-shadow: 0 0 0 3px rgba(230, 184, 0, 0.12);
}

.field.has-error input {
  border-color: #f2a6a6;
}

.field-error {
  display: block;
  min-height: 0;
  color: #ffd1d1;
  font-size: 0.78rem;
  line-height: 1.35;
}

.field .field-error:not(:empty) {
  padding: 5px 3px 0;
}

.primary-button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--gold);
  border-radius: 12px;
  background: var(--gold);
  box-shadow: 0 10px 30px rgba(230, 184, 0, 0.15);
  color: var(--dark-plum);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  min-width: 0;
  padding-inline: 18px;
  text-align: center;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
  white-space: normal;
}

.form-button {
  width: 100%;
  margin-top: 14px;
}

.primary-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 160ms ease;
}

.primary-button:hover {
  border-color: var(--gold-light);
  background: var(--gold-light);
  box-shadow: 0 14px 36px rgba(230, 184, 0, 0.22);
  transform: translateY(-1px);
}

.primary-button:hover svg {
  transform: translateX(2px);
}

.primary-button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 13px;
  color: rgba(250, 249, 246, 0.57);
  cursor: pointer;
  font-size: 0.78rem;
  line-height: 1.45;
}

.consent input {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--gold);
}

.consent a {
  color: rgba(250, 249, 246, 0.83);
}

.consent.has-error {
  color: #ffd1d1;
}

.consent-error:not(:empty) {
  padding: 5px 0 0 23px;
}

.form-status {
  min-height: 0;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 650;
}

.form-status:not(:empty) {
  margin-top: 11px;
}

.form-status[data-state='success'] {
  color: #ddf4c7;
}

.form-status[data-state='error'] {
  color: #ffd1d1;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 690px;
  align-items: center;
  justify-content: center;
}

.phone-figure {
  position: relative;
  z-index: 2;
  margin: 0;
  transform: rotate(1.6deg);
}

.phone-shell {
  width: 340px;
  padding: 10px;
  border: 1px solid rgba(250, 249, 246, 0.32);
  border-radius: 46px;
  background: linear-gradient(145deg, #2d2932, #0d0a10 46%, #343039);
  box-shadow:
    0 48px 100px rgba(9, 2, 14, 0.52),
    0 0 0 7px rgba(250, 249, 246, 0.035),
    inset 0 0 0 1px rgba(250, 249, 246, 0.16);
}

.phone-screen {
  position: relative;
  height: 686px;
  overflow: hidden;
  border-radius: 37px;
  background: var(--dark-plum);
}

.phone-screen::before {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 50%;
  width: 94px;
  height: 25px;
  border-radius: 999px;
  background: #09060c;
  content: '';
  transform: translateX(-50%);
}

.phone-wallpaper {
  position: absolute;
  inset: 0;
  background-image: url('/assets/sunset-background.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.phone-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(31, 16, 46, 0.3) 0%, rgba(31, 16, 46, 0.88) 55%, rgba(31, 16, 46, 0.98) 100%),
    rgba(31, 16, 46, 0.25);
}

.phone-status {
  position: relative;
  z-index: 6;
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  color: rgba(250, 249, 246, 0.9);
  font-size: 0.67rem;
  font-weight: 750;
}

.phone-sensors {
  font-size: 0.57rem;
  letter-spacing: 0.15em;
}

.phone-content {
  position: relative;
  z-index: 2;
  padding: 8px 20px 20px;
}

.app-wordmark {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--soft-white);
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 700;
}

.app-wordmark img {
  border-radius: 8px;
}

.app-day {
  margin-left: auto;
  color: var(--lavender-light);
  font-family: var(--sans);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.app-greeting {
  margin: 43px 0 28px;
}

.app-greeting p {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.app-greeting h2 {
  margin: 0;
  color: var(--soft-white);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.mantra-card,
.step-card {
  border: 1px solid rgba(250, 249, 246, 0.15);
  background: rgba(31, 16, 46, 0.68);
  backdrop-filter: blur(12px);
}

.mantra-card {
  margin-bottom: 12px;
  padding: 18px;
  border-radius: 18px;
}

.card-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 11px;
  color: var(--lavender-light);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.card-kicker span {
  color: var(--gold);
}

.mantra-card p {
  margin: 0;
  color: var(--soft-white);
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 1.48;
}

.step-card {
  padding: 17px;
  border-radius: 18px;
}

.step-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.step-card-top div {
  display: flex;
  flex-direction: column;
}

.step-label {
  color: var(--lavender-light);
  font-size: 0.49rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.step-card-top strong {
  margin-top: 2px;
  font-size: 0.82rem;
}

.progress-count {
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 800;
}

.progress-track {
  height: 3px;
  margin: 13px 0 14px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(250, 249, 246, 0.14);
}

.progress-track span {
  display: block;
  width: 43%;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
}

.step-card > p {
  margin-bottom: 14px;
  color: rgba(250, 249, 246, 0.72);
  font-size: 0.72rem;
  line-height: 1.55;
}

.step-card .mock-button {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 9px;
  background: var(--gold);
  color: var(--dark-plum);
  font-size: 0.68rem;
  font-weight: 850;
}

.phone-figure figcaption {
  max-width: 280px;
  margin: 20px auto 0;
  color: rgba(250, 249, 246, 0.46);
  font-size: 0.68rem;
  text-align: center;
  transform: rotate(-1.6deg);
}

.visual-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(200, 162, 200, 0.14);
  border-radius: 50%;
}

.orbit-one {
  width: 560px;
  height: 560px;
}

.orbit-two {
  width: 440px;
  height: 440px;
  border-color: rgba(230, 184, 0, 0.12);
}

.floating-note {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(250, 249, 246, 0.16);
  border-radius: 13px;
  background: rgba(31, 16, 46, 0.72);
  box-shadow: 0 16px 40px rgba(10, 3, 16, 0.25);
  color: var(--soft-white);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  backdrop-filter: blur(14px);
}

.floating-note small {
  display: block;
  margin-bottom: 2px;
  color: var(--lavender-light);
  font-size: 0.49rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.note-top {
  top: 105px;
  left: -36px;
}

.note-bottom {
  right: -53px;
  bottom: 112px;
}

.note-spark {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: rgba(230, 184, 0, 0.13);
  color: var(--gold-light);
}

.progress-mini {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 3px solid rgba(200, 162, 200, 0.35);
  border-top-color: var(--gold);
  border-radius: 50%;
  transform: rotate(42deg);
}

.progress-mini i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.hero-glow-one {
  top: 14%;
  right: 4%;
  width: 360px;
  height: 360px;
  background: rgba(138, 67, 179, 0.2);
}

.hero-glow-two {
  bottom: 0;
  left: 28%;
  width: 320px;
  height: 240px;
  background: rgba(230, 184, 0, 0.07);
}

.hero-bottom-fade {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 80px;
  background: linear-gradient(180deg, transparent, var(--soft-white));
}

.purpose {
  background: var(--soft-white);
  color: var(--ink);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.7fr);
  gap: clamp(48px, 9vw, 130px);
}

.section-intro h2,
.centered-intro h2,
.inside-heading h2,
.promise h2,
.release h2,
.final-copy h2,
.legal-main h1 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.section-intro h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5.2rem);
}

.section-intro h2 em {
  color: #784979;
}

.intro-copy {
  align-self: end;
  padding-bottom: 8px;
}

.intro-copy p {
  margin-bottom: 16px;
  color: var(--muted-ink);
  font-size: 1.03rem;
  line-height: 1.8;
}

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

.belief-grid {
  display: grid;
  margin-top: 86px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.belief-card {
  min-height: 270px;
  min-width: 0;
  padding: 38px 34px 36px;
  border-right: 1px solid var(--line-light);
}

.belief-card:last-child {
  border-right: 0;
}

.belief-card.featured {
  background: var(--warm-white);
}

.belief-number {
  display: block;
  margin-bottom: 50px;
  color: #76517b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.belief-card h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.85rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.belief-card p {
  max-width: 300px;
  margin: 0;
  color: var(--muted-ink);
  font-size: 0.92rem;
  line-height: 1.72;
}

.experience {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(94, 48, 125, 0.45), transparent 42%),
    var(--dark-plum);
}

.experience::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(250, 249, 246, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250, 249, 246, 0.022) 1px, transparent 1px);
  background-size: 52px 52px;
  content: '';
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
}

.centered-intro {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 72px;
  text-align: center;
}

.centered-intro .eyebrow {
  justify-content: center;
}

.centered-intro h2 {
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 6vw, 5.6rem);
}

.centered-intro > p:last-child {
  max-width: 580px;
  margin: 0 auto;
  color: rgba(250, 249, 246, 0.65);
  font-size: 1.05rem;
}

.rhythm-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rhythm-card {
  min-height: 510px;
  padding: 20px 30px 36px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(250, 249, 246, 0.055);
  transition:
    border-color 200ms ease,
    transform 200ms ease,
    background-color 200ms ease;
}

.rhythm-card:hover {
  border-color: rgba(230, 184, 0, 0.32);
  background: rgba(250, 249, 246, 0.075);
  transform: translateY(-5px);
}

.rhythm-card.raised {
  transform: translateY(-18px);
}

.rhythm-card.raised:hover {
  transform: translateY(-23px);
}

.rhythm-visual {
  display: flex;
  height: 252px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ground-visual {
  position: relative;
}

.breath-circle {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 162, 200, 0.24);
  border-radius: 50%;
}

.breath-three {
  width: 214px;
  height: 214px;
}

.breath-two {
  width: 150px;
  height: 150px;
  border-color: rgba(200, 162, 200, 0.36);
}

.breath-one {
  width: 80px;
  height: 80px;
  border-color: rgba(230, 184, 0, 0.38);
  background: radial-gradient(circle, rgba(230, 184, 0, 0.17), rgba(230, 184, 0, 0.03));
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 1.35rem;
}

.reframe-visual {
  flex-direction: column;
  gap: 10px;
}

.thought {
  width: min(260px, 90%);
  padding: 13px 17px;
  border-radius: 12px;
  font-family: var(--display);
  font-size: 0.95rem;
  text-align: center;
}

.thought-old {
  border: 1px solid rgba(250, 249, 246, 0.1);
  background: rgba(250, 249, 246, 0.045);
  color: rgba(250, 249, 246, 0.48);
  text-decoration: line-through;
  text-decoration-color: rgba(250, 249, 246, 0.24);
}

.thought-new {
  border: 1px solid rgba(230, 184, 0, 0.28);
  background: rgba(230, 184, 0, 0.09);
  color: var(--gold-light);
  font-size: 1.1rem;
}

.reframe-arrow {
  color: var(--lavender);
  font-size: 1rem;
}

.move-visual {
  gap: 0;
}

.path-dot {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(250, 249, 246, 0.2);
  border-radius: 50%;
  color: rgba(250, 249, 246, 0.48);
  font-size: 0.67rem;
  font-weight: 800;
}

.path-dot.complete {
  border-color: rgba(200, 162, 200, 0.44);
  background: rgba(200, 162, 200, 0.13);
  color: var(--lavender-light);
}

.path-dot.active {
  width: 60px;
  height: 60px;
  border-color: var(--gold);
  background: rgba(230, 184, 0, 0.13);
  box-shadow: 0 0 0 8px rgba(230, 184, 0, 0.04);
  color: var(--gold-light);
}

.path-line {
  width: 40px;
  height: 1px;
  background: rgba(250, 249, 246, 0.17);
}

.path-line.complete {
  background: rgba(200, 162, 200, 0.5);
}

.card-eyebrow {
  margin-bottom: 9px;
  color: var(--gold-light);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.rhythm-card h3 {
  margin-bottom: 12px;
  color: var(--soft-white);
  font-family: var(--display);
  font-size: 1.72rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.rhythm-card > p:last-child {
  margin: 0;
  color: rgba(250, 249, 246, 0.6);
  font-size: 0.9rem;
  line-height: 1.7;
}

.inside {
  background: var(--soft-white);
  color: var(--ink);
}

.inside-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(500px, 1.05fr);
  gap: clamp(60px, 10vw, 150px);
}

.inside-heading {
  position: sticky;
  top: 130px;
  min-width: 0;
  align-self: start;
}

.inside-heading h2 {
  margin-bottom: 25px;
  font-size: clamp(2.8rem, 4.6vw, 4.7rem);
}

.inside-heading > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 30px;
  color: var(--muted-ink);
  line-height: 1.78;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(59, 30, 84, 0.32);
  color: var(--deep-purple);
  font-size: 0.85rem;
  font-weight: 800;
  padding-bottom: 5px;
  text-decoration: none;
}

.text-link span {
  color: #9b7900;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(3px);
}

.feature-list {
  min-width: 0;
  border-top: 1px solid var(--line-light);
}

.feature-item {
  display: grid;
  min-height: 180px;
  align-items: center;
  grid-template-columns: 54px 1fr 50px;
  gap: 25px;
  border-bottom: 1px solid var(--line-light);
  transition: padding 180ms ease;
}

.feature-item > div {
  min-width: 0;
}

.feature-item:hover {
  padding-inline: 8px;
}

.feature-index {
  color: #76517b;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feature-item h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.feature-item p {
  max-width: 560px;
  margin: 0;
  color: var(--muted-ink);
  font-size: 0.9rem;
}

.feature-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(59, 30, 84, 0.15);
  border-radius: 50%;
  color: var(--deep-purple);
  font-family: var(--display);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.feature-item:hover .feature-mark {
  background: var(--deep-purple);
  color: var(--gold-light);
  transform: rotate(8deg);
}

.promise {
  position: relative;
  display: flex;
  min-height: 760px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.promise-image,
.promise-overlay {
  position: absolute;
  inset: 0;
}

.promise-image {
  z-index: -3;
  background-image: url('/assets/sunset-background.webp');
  background-position: center 47%;
  background-size: cover;
  transform: scale(1.03);
}

.promise-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(25, 8, 38, 0.95) 0%, rgba(31, 16, 46, 0.77) 52%, rgba(31, 16, 46, 0.2) 100%),
    linear-gradient(180deg, rgba(31, 16, 46, 0.12), rgba(31, 16, 46, 0.65));
}

.promise-inner {
  padding-block: 120px;
}

.promise h2 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 6.5vw, 6.6rem);
}

.promise-inner > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 40px;
  color: rgba(250, 249, 246, 0.76);
  font-size: 1.1rem;
  line-height: 1.8;
}

.promise-signature {
  display: flex;
  align-items: center;
  gap: 18px;
}

.promise-signature > span {
  width: 48px;
  height: 1px;
  background: var(--gold);
}

.promise-signature p {
  margin: 0;
  color: var(--lavender-light);
  font-family: var(--display);
  font-size: 1.06rem;
  line-height: 1.35;
}

.promise-signature strong {
  color: var(--gold-light);
  font-weight: 400;
}

.release {
  background: var(--soft-white);
  color: var(--ink);
}

.release-card {
  display: grid;
  min-height: 430px;
  align-items: center;
  padding: clamp(48px, 7vw, 84px);
  border: 1px solid var(--line-light);
  border-radius: 32px;
  background:
    radial-gradient(circle at 86% 25%, rgba(200, 162, 200, 0.22), transparent 25%),
    linear-gradient(135deg, #f2ebf3, #faf9f6 55%);
  box-shadow: 0 28px 80px rgba(48, 24, 62, 0.09);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 70px;
}

.release-copy {
  max-width: 750px;
  min-width: 0;
}

.release h2 {
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.release-copy > p:last-child {
  max-width: 670px;
  margin: 0;
  color: var(--muted-ink);
  line-height: 1.78;
}

.release-meta {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.release-icon-wrap {
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  border: 1px solid rgba(59, 30, 84, 0.13);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 45px rgba(52, 26, 70, 0.12);
}

.release-icon-wrap img {
  border-radius: 24px;
}

.release-meta span {
  display: block;
  margin-bottom: 3px;
  color: #76537a;
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.release-meta strong {
  color: var(--deep-purple);
  font-size: 1rem;
}

.final-waitlist {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 50%, rgba(103, 50, 138, 0.34), transparent 32%),
    var(--dark-plum);
}

.final-waitlist::before {
  position: absolute;
  top: -140px;
  right: -110px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(200, 162, 200, 0.13);
  border-radius: 50%;
  content: '';
}

.final-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.7fr);
  gap: clamp(60px, 10vw, 140px);
}

.final-copy h2 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 5.7vw, 5.8rem);
}

.final-copy > p:last-child {
  max-width: 560px;
  margin: 0;
  color: rgba(250, 249, 246, 0.66);
  font-size: 1.04rem;
}

.final-form {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  background: rgba(250, 249, 246, 0.06);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.final-form .field {
  margin-bottom: 14px;
}

.final-form .field label {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-bottom: 7px;
  clip: auto;
  clip-path: none;
  color: rgba(250, 249, 246, 0.68);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: normal;
}

.final-form .field input {
  min-height: 56px;
}

.final-button {
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
}

.site-footer {
  background: #160a22;
}

.footer-main {
  display: grid;
  min-height: 170px;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  border-bottom: 1px solid rgba(250, 249, 246, 0.09);
}

.footer-main > p {
  margin: 0;
  color: rgba(250, 249, 246, 0.52);
  font-size: 0.84rem;
  text-align: center;
}

.footer-main > a:last-child {
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.footer-main > a:last-child:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: rgba(250, 249, 246, 0.68);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 24px;
}

.footer-bottom a {
  text-decoration: none;
}

.footer-bottom a:hover {
  color: rgba(250, 249, 246, 0.72);
}

.legal-page,
.not-found-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 88% 12%, rgba(104, 51, 139, 0.3), transparent 30%),
    var(--dark-plum);
}

.legal-header {
  border-bottom: 1px solid rgba(250, 249, 246, 0.1);
  background: rgba(31, 16, 46, 0.65);
}

.legal-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.legal-nav a {
  color: rgba(250, 249, 246, 0.66);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-nav a:hover,
.legal-nav a[aria-current='page'] {
  color: var(--gold-light);
}

.back-link {
  color: rgba(250, 249, 246, 0.66);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.back-link:hover {
  color: var(--soft-white);
}

.legal-main {
  min-height: calc(100vh - 165px);
  padding: clamp(90px, 11vw, 150px) 0;
}

.legal-shell {
  max-width: 900px;
}

.legal-main h1 {
  max-width: 800px;
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.legal-updated {
  margin-bottom: 70px;
  color: rgba(250, 249, 246, 0.46);
  font-size: 0.78rem;
}

.legal-summary {
  margin: -28px 0 64px;
  padding: 28px 30px;
  border: 1px solid rgba(230, 184, 0, 0.22);
  border-radius: 18px;
  background: rgba(250, 249, 246, 0.05);
}

.legal-summary p {
  margin: 0;
  color: rgba(250, 249, 246, 0.72);
}

.legal-summary p + p {
  margin-top: 14px;
}

.legal-summary a,
.support-contact a {
  color: var(--gold-light);
}

.legal-content {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-dark);
}

.legal-content section {
  display: grid;
  padding: 32px 0;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
  gap: 40px;
  border-bottom: 1px solid var(--line-dark);
}

.legal-content h2 {
  margin: 0;
  color: var(--lavender-light);
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 400;
}

.legal-content p,
.legal-content li {
  margin: 0;
  color: rgba(250, 249, 246, 0.65);
  line-height: 1.8;
}

.legal-content p + p {
  margin-top: 16px;
}

.legal-content ul {
  margin: 14px 0 16px;
  padding-left: 20px;
}

.legal-content li + li {
  margin-top: 7px;
}

.legal-content a {
  color: var(--gold-light);
}

.support-contact {
  display: grid;
  margin: -24px 0 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.support-contact > div {
  padding: 24px;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: rgba(250, 249, 246, 0.04);
}

.support-contact span {
  color: rgba(250, 249, 246, 0.46);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-contact p {
  margin: 8px 0 0;
  color: var(--soft-white);
}

.safety-notice {
  margin-bottom: 54px;
  padding: 28px 30px;
  border-left: 3px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: rgba(230, 184, 0, 0.08);
}

.safety-notice h2 {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 400;
}

.safety-notice p {
  margin: 0;
  color: rgba(250, 249, 246, 0.7);
}

.legal-actions {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 26px;
}

.legal-actions > a:not(.primary-button) {
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.legal-actions .primary-button {
  width: auto;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
}

.legal-footer {
  border-top: 1px solid rgba(250, 249, 246, 0.09);
  background: #160a22;
}

.legal-footer .footer-bottom > a {
  color: rgba(250, 249, 246, 0.53);
  text-decoration: none;
}

.not-found-page {
  display: grid;
  place-items: center;
  padding: 24px;
}

.not-found-page main {
  max-width: 620px;
  text-align: center;
}

.not-found-page img {
  margin: 0 auto 30px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.not-found-page .eyebrow {
  justify-content: center;
}

.not-found-page h1 {
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(3.5rem, 9vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.not-found-page main > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 auto 34px;
  color: rgba(250, 249, 246, 0.62);
}

.not-found-page .primary-button {
  text-decoration: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal-delay='1'] {
  transition-delay: 110ms;
}

.js [data-reveal-delay='2'] {
  transition-delay: 220ms;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
    gap: 46px;
  }

  .hero h1 {
    font-size: clamp(4rem, 7.8vw, 5.7rem);
  }

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

  .form-button {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .phone-shell {
    width: 312px;
  }

  .phone-screen {
    height: 628px;
  }

  .phone-content {
    padding-inline: 18px;
  }

  .app-greeting {
    margin-block: 34px 23px;
  }

  .app-greeting h2 {
    font-size: 1.8rem;
  }

  .note-top {
    left: -22px;
  }

  .note-bottom {
    right: -22px;
  }

  .inside-grid {
    gap: 70px;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 760px);
  }

  .site-nav {
    position: fixed;
    top: 70px;
    right: 18px;
    left: 18px;
    display: flex;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(250, 249, 246, 0.12);
    border-radius: 18px;
    background: rgba(31, 16, 46, 0.97);
    box-shadow: 0 30px 80px rgba(9, 3, 14, 0.36);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition:
      max-height 240ms ease,
      opacity 160ms ease,
      visibility 0s linear 240ms;
    backdrop-filter: blur(20px);
  }

  .site-nav.is-open {
    max-height: min(420px, calc(100dvh - 86px));
    overflow-y: auto;
    padding: 10px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }

  .site-nav a,
  .site-nav .nav-cta {
    padding: 14px 15px;
    border: 0;
    border-radius: 10px;
    color: var(--soft-white);
    font-size: 0.94rem;
  }

  .site-nav a:hover,
  .site-nav .nav-cta:hover {
    background: rgba(250, 249, 246, 0.07);
  }

  .js .menu-button {
    display: block;
  }

  html:not(.js) .header-inner {
    flex-wrap: wrap;
    padding-block: 12px;
  }

  html:not(.js) .site-nav {
    position: static;
    display: flex;
    max-height: none;
    flex: 0 0 100%;
    flex-flow: row wrap;
    gap: 4px 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    backdrop-filter: none;
  }

  html:not(.js) .site-nav a,
  html:not(.js) .site-nav .nav-cta {
    padding: 6px 0;
    color: rgba(250, 249, 246, 0.82);
    font-size: 0.78rem;
  }

  html:not(.js) .hero {
    padding-top: 170px;
  }

  .header-inner {
    min-height: 70px;
  }

  .hero {
    padding-top: 130px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(20, 8, 31, 0.94) 0%, rgba(31, 16, 46, 0.78) 55%, #1f102e 100%),
      rgba(31, 16, 46, 0.22);
  }

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

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    min-height: 690px;
  }

  .section-intro,
  .inside-grid,
  .final-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-intro {
    gap: 40px;
  }

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

  .belief-card {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .belief-card:last-child {
    border-bottom: 0;
  }

  .belief-number {
    margin-bottom: 30px;
  }

  .rhythm-grid {
    max-width: 620px;
    margin-inline: auto;
  }

  .rhythm-card,
  .rhythm-card.raised {
    min-height: 450px;
    transform: none;
  }

  .rhythm-card.raised:hover {
    transform: translateY(-5px);
  }

  .inside-heading {
    position: static;
  }

  .release-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }

  .release-meta {
    min-width: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .final-grid {
    gap: 50px;
  }

  .final-form {
    max-width: 590px;
  }

}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .section {
    padding-block: 84px;
  }

  .brand {
    font-size: 1.12rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .hero {
    min-height: auto;
    padding: 118px 0 90px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 18vw, 5.1rem);
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .launch-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .launch-line > span[aria-hidden='true'] {
    display: none;
  }

  .launch-line .status-dot {
    position: absolute;
    margin-top: 7px;
  }

  .launch-line strong,
  .launch-line > span:last-child {
    margin-left: 20px;
  }

  .hero-form {
    padding: 18px;
  }

  .form-heading {
    display: block;
  }

  .form-heading p:last-child {
    margin-top: 3px;
  }

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

  .form-button {
    grid-column: auto;
    margin-top: 0;
  }

  .hero-visual {
    min-height: 610px;
    margin-inline: -8px;
  }

  .phone-shell {
    width: 286px;
    border-radius: 40px;
  }

  .phone-screen {
    height: 574px;
    border-radius: 32px;
  }

  .phone-screen::before {
    width: 80px;
    height: 23px;
  }

  .phone-content {
    padding-inline: 16px;
  }

  .app-greeting {
    margin: 29px 0 20px;
  }

  .app-greeting h2 {
    font-size: 1.57rem;
  }

  .mantra-card {
    padding: 15px;
  }

  .mantra-card p {
    font-size: 0.95rem;
  }

  .step-card {
    padding: 14px;
  }

  .phone-figure figcaption {
    display: none;
  }

  .orbit-one {
    width: 410px;
    height: 410px;
  }

  .orbit-two {
    width: 330px;
    height: 330px;
  }

  .floating-note {
    font-size: 0.62rem;
  }

  .note-top {
    top: 76px;
    left: -3px;
  }

  .note-bottom {
    right: -4px;
    bottom: 80px;
  }

  .section-intro h2,
  .inside-heading h2,
  .release h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .belief-grid {
    margin-top: 56px;
  }

  .belief-card {
    min-height: 215px;
    padding-inline: 24px;
  }

  .centered-intro {
    margin-bottom: 50px;
    text-align: left;
  }

  .centered-intro .eyebrow {
    justify-content: flex-start;
  }

  .centered-intro h2 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .centered-intro > p:last-child {
    margin: 0;
  }

  .rhythm-card {
    min-height: auto;
    padding: 18px 23px 31px;
  }

  .rhythm-visual {
    height: 220px;
  }

  .feature-item {
    min-height: 190px;
    align-items: start;
    padding-block: 30px;
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .feature-mark {
    display: none;
  }

  .feature-item:hover {
    padding-inline: 0;
  }

  .promise {
    min-height: 690px;
  }

  .promise-overlay {
    background:
      linear-gradient(180deg, rgba(24, 8, 37, 0.72), rgba(31, 16, 46, 0.92)),
      rgba(31, 16, 46, 0.24);
  }

  .promise h2 {
    font-size: clamp(3.25rem, 15vw, 4.5rem);
  }

  .release-card {
    min-height: 0;
    padding: 35px 25px;
    border-radius: 24px;
  }

  .release-icon-wrap {
    width: 100px;
    height: 100px;
  }

  .release-icon-wrap img {
    width: 76px;
  }

  .final-copy h2 {
    font-size: clamp(3.15rem, 15vw, 4.4rem);
  }

  .final-form {
    padding: 24px 19px;
  }

  .footer-main {
    min-height: 240px;
    align-items: flex-start;
    padding-block: 46px;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-main > p {
    max-width: 330px;
    text-align: left;
  }

  .footer-bottom {
    min-height: 120px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .legal-content section {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .legal-main h1 {
    font-size: clamp(3.15rem, 15vw, 4.5rem);
  }

  .legal-updated {
    margin-bottom: 50px;
  }

}

@media (max-width: 620px) {
  .legal-header .header-inner {
    min-height: 74px;
  }

  .legal-nav {
    gap: 14px;
  }

  .legal-nav a {
    font-size: 0.72rem;
  }

  .legal-header .brand span {
    display: none;
  }

  .legal-summary {
    padding: 22px;
  }

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

  .legal-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

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

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
