:root {
  --ink: #090d20;
  --navy: #10162f;
  --navy-soft: #182042;
  --navy-pale: #222a4d;
  --gold: #c9aa67;
  --gold-bright: #e6cf98;
  --ivory: #f6f0e4;
  --ivory-deep: #e9dfcd;
  --lavender: #aaa2c7;
  --muted: #b9b7c8;
  --coral: #d26962;
  --line: rgba(230, 207, 152, 0.22);
  --dark-line: rgba(9, 13, 32, 0.14);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --shadow-soft: 0 24px 70px rgba(3, 6, 20, 0.28);
  --shadow-deep: 0 40px 110px rgba(3, 6, 20, 0.48);
  --radius-small: 0.75rem;
  --radius-medium: 1.3rem;
  --radius-large: 2rem;
  color-scheme: dark;
  font-synthesis: none;
}

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

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 15% 8%, rgba(92, 79, 135, 0.22), transparent 28rem),
    radial-gradient(circle at 90% 22%, rgba(201, 170, 103, 0.1), transparent 25rem),
    linear-gradient(180deg, var(--ink) 0%, #0c1126 46%, var(--ink) 100%);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.035;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

body:has(dialog[open]) {
  overflow: hidden;
}

::selection {
  color: var(--ink);
  background: var(--gold-bright);
}

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

button,
input,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

svg {
  display: block;
}

img,
svg {
  max-width: 100%;
}

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

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

p {
  text-wrap: pretty;
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--ivory);
  border-radius: 999px;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.shell {
  width: min(100% - 2.25rem, 74rem);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: 5.75rem;
}

.sky-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(230, 207, 152, 0.65);
  animation: star-pulse 4s ease-in-out infinite;
}

.star-one {
  top: 12%;
  left: 7%;
}

.star-two {
  top: 28%;
  right: 9%;
  animation-delay: -1.7s;
}

.star-three {
  top: 62%;
  left: 14%;
  animation-delay: -3s;
}

.star-four {
  top: 80%;
  right: 18%;
  animation-delay: -0.8s;
}

.star-five {
  top: 46%;
  right: 44%;
  animation-delay: -2.3s;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 15;
  background: rgba(9, 13, 32, 0.9);
  border-bottom: 1px solid rgba(230, 207, 152, 0.12);
  backdrop-filter: blur(18px);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(9, 13, 32, 0.96);
  border-color: var(--line);
  box-shadow: 0 12px 32px rgba(3, 6, 20, 0.24);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
}

.wordmark {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  min-height: 2.75rem;
  color: var(--ivory);
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.wordmark-mark {
  width: 2.1rem;
  height: 2.1rem;
  fill: none;
  stroke: var(--gold-bright);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.header-nav {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.nav-link {
  display: none;
  min-height: 2.75rem;
  padding: 0.6rem 0.8rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  font-size: 0.72rem;
}

.button-gold,
.button-primary {
  color: var(--ink);
  background: var(--gold-bright);
  border-color: var(--gold-bright);
  box-shadow: 0 12px 32px rgba(201, 170, 103, 0.16);
}

.button-primary:hover,
.button-gold:hover {
  background: #f2dfb2;
  border-color: #f2dfb2;
  box-shadow: 0 16px 38px rgba(201, 170, 103, 0.24);
}

.button-quiet {
  color: var(--navy);
  background: transparent;
  border-color: rgba(9, 13, 32, 0.18);
}

.text-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.75rem;
  padding-block: 0.45rem;
  color: var(--gold-bright);
  border-bottom: 1px solid rgba(230, 207, 152, 0.5);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1.15rem;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-star {
  font-size: 0.65rem;
}

.hero {
  display: flex;
  align-items: center;
  min-height: min(58rem, 100svh);
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: 15%;
  left: -17rem;
  width: 30rem;
  height: 30rem;
  pointer-events: none;
  border: 1px solid rgba(230, 207, 152, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.6rem rgba(230, 207, 152, 0.02),
    0 0 0 8rem rgba(230, 207, 152, 0.015);
  content: "";
}

.hero-grid {
  display: grid;
  gap: 3.75rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 41rem;
}

.hero h1 {
  max-width: 9ch;
  margin-bottom: 1.55rem;
  font-family: var(--display);
  font-size: clamp(3.75rem, 17vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.84;
}

.hero h1 em,
.section-heading h2 em,
.section-copy h2 em,
.final-inner h2 em {
  color: var(--gold-bright);
  font-weight: 400;
}

.hero-lede {
  max-width: 35rem;
  margin-bottom: 2rem;
  color: #d5d2dc;
  font-size: clamp(1.05rem, 3.8vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.hero-actions .button {
  width: 100%;
}

.hero-actions .text-link {
  align-self: center;
}

.microcopy {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin: 1.35rem 0 0;
  color: #9291a4;
  font-size: 0.78rem;
}

.microcopy svg {
  width: 0.85rem;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.2;
}

.hero-cosmos {
  position: relative;
  width: min(100%, 31rem);
  min-height: 31rem;
  margin-inline: auto;
}

.orbit-system {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 130%;
  max-width: none;
  opacity: 0.52;
  transform: translate(-50%, -50%);
}

.orbit-chart {
  width: 100%;
  overflow: visible;
  fill: var(--gold-bright);
  stroke: var(--gold-bright);
  stroke-width: 0.7;
  animation: orbit-drift 42s linear infinite;
}

.orbit {
  fill: none;
  stroke-opacity: 0.33;
}

.orbit-middle {
  stroke-dasharray: 2 7;
  stroke-opacity: 0.48;
}

.orbit-inner {
  stroke-opacity: 0.16;
}

.orbit-cross {
  fill: none;
  stroke-opacity: 0.1;
}

.planet {
  stroke: none;
}

.planet-one {
  fill: var(--gold-bright);
}

.planet-two,
.planet-three {
  fill: var(--lavender);
}

.orbit-chart text {
  stroke: none;
  font-family: var(--display);
  font-size: 17px;
}

.forecast-card {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(82vw, 20.5rem);
  margin: 0;
  padding: 1.5rem;
  color: var(--navy);
  background:
    linear-gradient(rgba(246, 240, 228, 0.96), rgba(238, 227, 208, 0.98)),
    var(--ivory);
  border: 1px solid rgba(230, 207, 152, 0.8);
  border-radius: 1.15rem;
  box-shadow:
    0 0 0 0.5rem rgba(230, 207, 152, 0.035),
    var(--shadow-deep);
  transform: translate(-50%, -50%) rotate(1.5deg);
}

.forecast-card::before {
  position: absolute;
  inset: 0.55rem;
  pointer-events: none;
  border: 1px solid rgba(16, 22, 47, 0.1);
  border-radius: 0.82rem;
  content: "";
}

.forecast-header,
.forecast-focus,
.forecast-lucky {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forecast-brand,
.forecast-date {
  margin: 0;
}

.forecast-brand {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.forecast-date {
  color: #6c6a74;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.forecast-moon {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border: 1px solid rgba(16, 22, 47, 0.15);
  border-radius: 50%;
}

.forecast-moon span {
  width: 1.25rem;
  height: 1.25rem;
  background: var(--navy);
  border-radius: 50%;
  box-shadow: 0.38rem -0.12rem 0 0 var(--ivory-deep);
}

.forecast-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.6rem;
  align-items: center;
  margin-block: 1rem 1.15rem;
  color: #91783f;
}

.forecast-divider span {
  height: 1px;
  background: rgba(16, 22, 47, 0.14);
}

.forecast-divider b {
  font-size: 0.58rem;
}

.forecast-kicker {
  margin-bottom: 0.35rem;
  color: #8d7137;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.forecast-card h2 {
  margin-bottom: 0.4rem;
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.forecast-signs {
  margin-bottom: 1.1rem;
  color: #76717f;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.forecast-signs i {
  color: var(--gold);
  font-style: normal;
}

.forecast-body {
  margin-bottom: 1.25rem;
  color: #3e4050;
  font-family: var(--display);
  font-size: 0.93rem;
  line-height: 1.55;
}

.forecast-focus {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(16, 22, 47, 0.12);
  border-bottom: 1px solid rgba(16, 22, 47, 0.12);
}

.forecast-focus div {
  display: grid;
  gap: 0.1rem;
}

.forecast-focus div:last-child {
  text-align: right;
}

.forecast-focus span,
.forecast-lucky,
.forecast-focus strong {
  font-size: 0.55rem;
}

.forecast-focus span {
  color: #88838c;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.forecast-focus strong {
  font-weight: 800;
}

.forecast-lucky {
  padding-top: 0.85rem;
  color: #74717c;
}

.forecast-lucky span {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.forecast-lucky b {
  color: #8d7137;
  font-family: var(--display);
  font-size: 0.9rem;
}

.forecast-lucky i {
  width: 0.7rem;
  height: 0.7rem;
  background: #bc883d;
  border-radius: 50%;
}

.orbit-note {
  position: absolute;
  z-index: 3;
  display: none;
  padding: 0.5rem 0.75rem;
  color: var(--gold-bright);
  background: rgba(9, 13, 32, 0.8);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.value-rail {
  position: relative;
  z-index: 3;
  background: rgba(17, 23, 48, 0.8);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.value-grid {
  display: grid;
}

.value-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding-block: 1.4rem;
  border-bottom: 1px solid rgba(230, 207, 152, 0.12);
}

.value-grid article:last-child {
  border-bottom: 0;
}

.value-symbol {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--gold-bright);
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
}

.value-grid h2,
.value-grid p {
  margin: 0;
}

.value-grid h2 {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
}

.value-grid p {
  color: #9594a7;
  font-size: 0.73rem;
}

.preview-section {
  z-index: 1;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 12%, rgba(170, 162, 199, 0.34), transparent 24rem),
    linear-gradient(155deg, #f8f3e9 0%, #efe6d8 100%);
}

.preview-section::after {
  position: absolute;
  right: -15rem;
  bottom: -17rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgba(16, 22, 47, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(16, 22, 47, 0.025),
    0 0 0 8rem rgba(16, 22, 47, 0.018);
  content: "";
}

.preview-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 3rem;
  align-items: center;
}

.preview-section .eyebrow,
.faq-section .eyebrow {
  color: #876d38;
}

.section-copy h2,
.section-heading h2,
.final-inner h2 {
  margin-bottom: 1.35rem;
  font-family: var(--display);
  font-size: clamp(2.75rem, 12vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.section-copy > p:not(.eyebrow),
.split-heading > p,
.heading-lede,
.faq-title > p:not(.eyebrow) {
  max-width: 37rem;
  color: #5e5d68;
  line-height: 1.75;
}

.quiet-list {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--dark-line);
}

.quiet-list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--dark-line);
  color: #323442;
  font-size: 0.85rem;
}

.quiet-list span {
  color: #8d7137;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.email-detail {
  position: relative;
  padding: 1.5rem;
  background: rgba(255, 252, 246, 0.8);
  border: 1px solid rgba(16, 22, 47, 0.16);
  border-radius: var(--radius-medium);
  box-shadow: 0 28px 70px rgba(47, 39, 34, 0.12);
  backdrop-filter: blur(10px);
}

.email-detail::before {
  position: absolute;
  inset: 0.55rem;
  pointer-events: none;
  border: 1px solid rgba(141, 113, 55, 0.15);
  border-radius: 0.95rem;
  content: "";
}

.email-topline {
  display: flex;
  justify-content: space-between;
  padding: 0 0.25rem 1rem;
  color: #7c7880;
  border-bottom: 1px solid var(--dark-line);
  font-size: 0.65rem;
}

.email-subject {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding-block: 1.6rem;
}

.email-moon {
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  color: #7a6336;
  background: #efe4cf;
  border: 1px solid rgba(141, 113, 55, 0.2);
  border-radius: 50%;
  place-items: center;
  font-family: var(--display);
  font-size: 1.35rem;
}

.email-subject small,
.email-footer-grid small {
  display: block;
  margin-bottom: 0.2rem;
  color: #8d7137;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.email-subject h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.05;
}

.email-transit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.email-transit span {
  padding: 0.42rem 0.65rem;
  color: #575264;
  background: rgba(170, 162, 199, 0.14);
  border: 1px solid rgba(79, 70, 111, 0.14);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
}

.email-detail > p {
  position: relative;
  color: #454653;
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.7;
}

.email-detail blockquote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1rem;
  color: #3e3653;
  border-left: 2px solid var(--gold);
  font-family: var(--display);
  font-size: 1.05rem;
  font-style: italic;
}

.email-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--dark-line);
}

.email-footer-grid strong {
  display: block;
  font-family: var(--display);
  font-size: 0.78rem;
}

.email-detail .sample-note {
  margin: 1.2rem 0 0;
  color: #77727a;
  font-family: var(--body);
  font-size: 0.62rem;
}

.process-section {
  background:
    radial-gradient(circle at 5% 85%, rgba(104, 86, 146, 0.17), transparent 25rem),
    linear-gradient(180deg, #0d1229, #101630);
}

.section-heading.centered {
  max-width: 51rem;
  margin: 0 auto 3.2rem;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered h2 {
  font-size: clamp(2.75rem, 11vw, 5.6rem);
}

.heading-lede {
  margin-inline: auto;
}

.process-grid {
  display: grid;
  gap: 1rem;
}

.process-card {
  position: relative;
  min-height: 18rem;
  padding: 1.5rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
}

.process-card::after {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(230, 207, 152, 0.09);
  border-radius: 50%;
  content: "";
}

.process-number {
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.process-icon {
  display: grid;
  width: 5.25rem;
  height: 5.25rem;
  margin: 2rem 0 2.5rem;
  color: var(--gold-bright);
  background: rgba(230, 207, 152, 0.04);
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
}

.process-icon svg {
  width: 3.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.process-card h3 {
  margin-bottom: 0.6rem;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
}

.process-card p {
  max-width: 26rem;
  margin: 0;
  color: #9e9dad;
  font-size: 0.86rem;
}

.features-section {
  overflow: hidden;
  background: #0a0f23;
}

.split-heading {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.split-heading h2 {
  margin: 0;
}

.split-heading > p {
  margin: 0;
  color: #aaa8b7;
}

.feature-scroll {
  display: grid;
  grid-auto-columns: min(82vw, 20rem);
  grid-auto-flow: column;
  gap: 0.85rem;
  margin-right: calc((100vw - 100%) / -2);
  padding-right: 1.25rem;
  padding-bottom: 1.1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.feature-scroll::-webkit-scrollbar {
  display: none;
}

.feature-card {
  position: relative;
  min-height: 20rem;
  padding: 1.45rem;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    var(--navy);
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  scroll-snap-align: start;
}

.feature-card::after {
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(230, 207, 152, 0.12);
  border-radius: 50%;
  content: "";
}

.feature-glyph {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin-bottom: 5rem;
  color: var(--gold-bright);
  background: rgba(230, 207, 152, 0.04);
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  font-family: var(--display);
  font-size: 1.35rem;
}

.feature-index {
  margin-bottom: 0.55rem;
  color: var(--gold);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.feature-card h3 {
  margin-bottom: 0.7rem;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 500;
}

.feature-card > p:last-child {
  margin: 0;
  color: #9b9aaa;
  font-size: 0.84rem;
}

.swipe-note {
  margin: 0.7rem 0 0;
  color: #77778a;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pricing-section {
  background:
    radial-gradient(circle at 50% 8%, rgba(201, 170, 103, 0.09), transparent 28rem),
    #111731;
}

.billing-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 20rem);
  margin: 0 auto 2rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.billing-toggle button {
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  color: #9d9baa;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.billing-toggle button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--gold-bright);
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  max-width: 62rem;
  margin-inline: auto;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.plan-card.is-selected {
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 0.25rem rgba(230, 207, 152, 0.11);
  transform: translateY(-4px);
}

.plan-featured {
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 0%, rgba(170, 162, 199, 0.28), transparent 17rem),
    linear-gradient(150deg, #faf4e9, #e9decd);
  border-color: rgba(230, 207, 152, 0.8);
  box-shadow: var(--shadow-soft);
}

.plan-ribbon {
  position: absolute;
  top: -0.65rem;
  right: 1.25rem;
  padding: 0.38rem 0.65rem;
  color: var(--ink);
  background: var(--gold-bright);
  border-radius: 999px;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.plan-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.plan-featured .plan-topline {
  border-color: var(--dark-line);
}

.plan-topline p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 700;
}

.plan-topline span {
  color: var(--gold);
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.plan-featured .plan-topline span {
  color: #775f2e;
}

.plan-card h3 {
  margin: 1.65rem 0;
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.05;
}

.plan-price {
  display: flex;
  gap: 0.55rem;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.plan-price strong {
  font-family: var(--display);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.plan-price span {
  color: #908e9d;
  font-size: 0.72rem;
}

.plan-featured .plan-price span {
  color: #6e6971;
}

.plan-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.8rem;
  padding: 0;
  list-style: none;
}

.plan-card li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.55rem;
  color: #b7b5c1;
  font-size: 0.82rem;
}

.plan-featured li {
  color: #4b4a55;
}

.plan-card li::before {
  color: var(--gold-bright);
  content: "✦";
  font-size: 0.55rem;
  transform: translateY(0.2rem);
}

.plan-featured li::before {
  color: #8d7137;
}

.button-plan {
  width: 100%;
  margin-top: auto;
  color: var(--ivory);
  background: transparent;
  border-color: var(--line);
}

.plan-featured .button-primary {
  color: var(--ivory);
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: none;
}

.free-note {
  display: grid;
  gap: 1rem;
  align-items: center;
  max-width: 62rem;
  margin: 1rem auto 0;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
}

.free-icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  color: var(--gold-bright);
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
}

.free-note p,
.free-note h3,
.free-note div > span {
  margin: 0;
}

.free-note p {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.free-note h3 {
  margin-block: 0.12rem;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 500;
}

.free-note div > span {
  color: #9695a6;
  font-size: 0.74rem;
}

.free-note .text-link {
  justify-self: start;
}

.faq-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(170, 162, 199, 0.26), transparent 24rem),
    var(--ivory);
}

.faq-grid {
  display: grid;
  gap: 2.5rem;
}

.faq-list {
  border-top: 1px solid var(--dark-line);
}

.faq-list details {
  border-bottom: 1px solid var(--dark-line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr 1.6rem;
  gap: 1rem;
  align-items: center;
  min-height: 4.8rem;
  padding-block: 1rem;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.07rem;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

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

.faq-list summary span {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgba(16, 22, 47, 0.19);
  border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.58rem;
  height: 1px;
  background: var(--navy);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details p {
  margin: -0.35rem 2.5rem 1.4rem 0;
  color: #62616c;
  font-size: 0.86rem;
  line-height: 1.75;
}

.final-section {
  display: grid;
  min-height: 39rem;
  overflow: hidden;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(113, 91, 156, 0.22), transparent 24rem),
    var(--ink);
}

.final-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.final-inner .eyebrow {
  justify-content: center;
}

.final-inner h2 {
  font-size: clamp(3.2rem, 13vw, 6.4rem);
}

.final-inner > p:not(.eyebrow) {
  max-width: 34rem;
  margin-bottom: 2rem;
  color: #aaa8b7;
}

.final-inner small {
  margin-top: 1rem;
  color: #747487;
  font-size: 0.67rem;
}

.final-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(150vw, 58rem);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.final-orbit span {
  position: absolute;
  border: 1px solid rgba(230, 207, 152, 0.08);
  border-radius: 50%;
}

.final-orbit span:first-child {
  inset: 0;
}

.final-orbit span:nth-child(2) {
  inset: 12%;
  border-style: dashed;
}

.final-orbit span:nth-child(3) {
  inset: 25%;
}

.site-footer {
  padding-block: 2.5rem;
  background: #070b19;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.footer-grid > p {
  max-width: 40rem;
  margin: 0;
  color: #858496;
  font-size: 0.7rem;
  line-height: 1.65;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #6e6d7e;
  font-size: 0.64rem;
}

.quiz-dialog {
  width: 100%;
  max-width: none;
  max-height: min(92svh, 48rem);
  margin: auto 0 0;
  padding: 0;
  overflow: hidden;
  color: var(--navy);
  background: var(--ivory);
  border: 0;
  border-radius: 1.6rem 1.6rem 0 0;
  box-shadow: 0 -24px 80px rgba(3, 6, 20, 0.45);
}

.quiz-dialog::backdrop {
  background: rgba(3, 6, 18, 0.74);
  backdrop-filter: blur(8px);
}

.quiz-dialog[open] {
  animation: sheet-in 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.quiz-shell {
  position: relative;
  max-height: min(92svh, 48rem);
  padding: 1.6rem 1.2rem calc(1.2rem + env(safe-area-inset-bottom));
  overflow-y: auto;
}

.quiz-shell::before {
  position: absolute;
  top: 0.55rem;
  left: 50%;
  width: 2.8rem;
  height: 0.22rem;
  background: rgba(9, 13, 32, 0.16);
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
}

.quiz-close {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  z-index: 2;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  color: var(--navy);
  background: rgba(9, 13, 32, 0.04);
  border: 1px solid rgba(9, 13, 32, 0.1);
  border-radius: 50%;
  cursor: pointer;
  place-items: center;
  font-family: var(--body);
  font-size: 1.45rem;
  font-weight: 400;
}

.quiz-intro {
  padding-right: 3rem;
}

.quiz-intro .eyebrow,
.quiz-complete .eyebrow {
  color: #826a38;
}

.quiz-intro h2 {
  margin-bottom: 0.5rem;
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.quiz-intro > p:last-child {
  margin: 0;
  color: #6f6c76;
  font-size: 0.72rem;
}

.quiz-progress {
  display: grid;
  gap: 0.5rem;
  margin-block: 1.4rem 1.65rem;
}

.quiz-progress > span {
  color: #78633a;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.progress-track {
  height: 2px;
  overflow: hidden;
  background: rgba(9, 13, 32, 0.12);
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  background: #987b3e;
  transition: width 240ms ease;
}

#quiz-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#quiz-form fieldset[hidden],
.quiz-complete[hidden] {
  display: none;
}

#quiz-form legend {
  padding: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
}

.step-note {
  margin: 0.25rem 0 1.25rem;
  color: #73707a;
  font-size: 0.78rem;
}

.field {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.field > span {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field input,
.field select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 0.85rem;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(9, 13, 32, 0.18);
  border-radius: var(--radius-small);
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.field input:focus,
.field select:focus {
  border-color: #93783d;
  box-shadow: 0 0 0 3px rgba(147, 120, 61, 0.14);
}

.field input[disabled] {
  color: #8a8790;
  background: rgba(9, 13, 32, 0.05);
  cursor: not-allowed;
}

.field small,
.group-error {
  min-height: 1rem;
  color: #a43f3a;
  font-size: 0.68rem;
}

.field.has-error input,
.field.has-error select,
.interest-grid.has-error {
  border-color: var(--coral);
  box-shadow: 0 0 0 2px rgba(210, 105, 98, 0.12);
}

.check-row {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  min-height: 2.75rem;
  color: #4e4b57;
  cursor: pointer;
  font-size: 0.78rem;
}

.check-row input,
.interest-grid input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #8d7137;
}

.interest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.15rem;
  border: 1px solid transparent;
  border-radius: var(--radius-small);
}

.interest-grid label {
  position: relative;
  cursor: pointer;
}

.interest-grid input {
  position: absolute;
  opacity: 0;
}

.interest-grid span {
  display: grid;
  min-height: 2.9rem;
  padding: 0.5rem;
  color: #56535e;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(9, 13, 32, 0.14);
  border-radius: var(--radius-small);
  place-items: center;
  font-size: 0.7rem;
  font-weight: 700;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.interest-grid input:checked + span {
  color: var(--ivory);
  background: var(--navy);
  border-color: var(--navy);
}

.interest-grid input:focus-visible + span {
  outline: 2px solid #8d7137;
  outline-offset: 2px;
}

.delivery-field {
  margin-top: 1rem;
}

.quiz-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.quiz-actions .button-primary {
  min-width: 0;
}

.quiz-actions .button-primary:only-child {
  grid-column: 1 / -1;
}

.quiz-complete {
  padding: 1.6rem 0 0;
  text-align: center;
}

.complete-mark {
  display: grid;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.5rem;
  color: #876d38;
  background: rgba(201, 170, 103, 0.13);
  border: 1px solid rgba(141, 113, 55, 0.28);
  border-radius: 50%;
  place-items: center;
  font-size: 1.2rem;
}

.quiz-complete .eyebrow {
  justify-content: center;
}

.quiz-complete h3 {
  margin-bottom: 0.75rem;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.quiz-complete > p:not(.eyebrow) {
  max-width: 29rem;
  margin: 0 auto 1.5rem;
  color: #696671;
  font-size: 0.82rem;
}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(1.1rem);
}

html.reveal-ready [data-reveal].is-visible {
  animation: reveal-up 680ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

html.reveal-ready [data-reveal].is-visible.reveal-initial {
  opacity: 1;
  transform: none;
  animation: none;
}

@keyframes orbit-drift {
  to {
    transform: rotate(360deg);
  }
}

@keyframes star-pulse {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1.35);
  }
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sheet-in {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
}

@media (min-width: 35rem) {
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .hero-actions .button {
    width: auto;
  }

  .hero-actions .text-link {
    align-self: auto;
  }

  .free-note {
    grid-template-columns: auto 1fr;
  }

  .free-note .text-link {
    grid-column: 2;
  }
}

@media (min-width: 48rem) {
  .shell {
    width: min(100% - 4rem, 74rem);
  }

  .section {
    padding-block: 8rem;
  }

  .nav-link {
    display: inline-flex;
    align-items: center;
  }

  .header-nav {
    gap: 1rem;
  }

  .hero {
    min-height: 50rem;
    padding-top: 8.5rem;
    padding-bottom: 6rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.85fr);
    gap: 1.5rem;
  }

  .hero h1 {
    font-size: clamp(4.8rem, 9.4vw, 7.5rem);
  }

  .hero-cosmos {
    min-height: 38rem;
  }

  .forecast-card {
    width: 21rem;
    padding: 1.65rem;
  }

  .orbit-note {
    display: block;
  }

  .orbit-note-one {
    top: 19%;
    right: -2%;
  }

  .orbit-note-two {
    bottom: 18%;
    left: -6%;
  }

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

  .value-grid article {
    padding: 1.5rem 1.25rem;
    border-right: 1px solid rgba(230, 207, 152, 0.12);
    border-bottom: 0;
  }

  .value-grid article:first-child {
    padding-left: 0;
  }

  .value-grid article:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .preview-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(24rem, 1fr);
    gap: 5rem;
  }

  .email-detail {
    padding: 2.1rem;
    transform: rotate(1deg);
  }

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

  .process-card {
    min-height: 23rem;
  }

  .process-card:nth-child(2) {
    transform: translateY(1.8rem);
  }

  .split-heading {
    grid-template-columns: 1fr minmax(18rem, 0.65fr);
    align-items: end;
    margin-bottom: 4rem;
  }

  .feature-scroll {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 1rem;
    margin-right: 0;
    padding: 0;
    overflow: visible;
  }

  .feature-card {
    min-height: 21rem;
  }

  .swipe-note {
    display: none;
  }

  .free-note {
    grid-template-columns: auto 1fr auto;
    padding: 1.35rem 1.6rem;
  }

  .free-note .text-link {
    grid-column: auto;
    justify-self: end;
  }

  .faq-grid {
    grid-template-columns: minmax(18rem, 0.72fr) 1fr;
    gap: 5rem;
    align-items: start;
  }

  .faq-title {
    position: sticky;
    top: 7rem;
  }

  .footer-grid {
    grid-template-columns: auto minmax(15rem, 1fr) auto;
    align-items: center;
  }

  .footer-grid > p {
    margin-inline: auto;
    text-align: center;
  }

  .footer-meta {
    text-align: right;
  }

  .quiz-dialog {
    width: min(100% - 3rem, 37rem);
    margin: auto;
    border-radius: var(--radius-large);
  }

  .quiz-shell {
    max-height: min(90svh, 48rem);
    padding: 2.25rem;
  }

  .quiz-shell::before {
    display: none;
  }

  .quiz-close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .quiz-dialog[open] {
    animation-name: reveal-up;
  }
}

@media (min-width: 64rem) {
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }

  .plan-card {
    padding: 2rem;
  }

  .plan-featured {
    transform: translateY(-0.5rem);
  }

  .plan-featured.is-selected {
    transform: translateY(-0.8rem);
  }

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

  .feature-card {
    min-height: 22rem;
  }

  .feature-card:nth-child(5),
  .feature-card:nth-child(6),
  .feature-card:nth-child(7) {
    grid-column: span 1;
  }

  .feature-card:nth-child(5) {
    grid-column: 2;
  }
}

@media (min-width: 75rem) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(30rem, 0.88fr);
    gap: 3rem;
  }

  .hero-cosmos {
    width: 34rem;
    min-height: 42rem;
  }

  .forecast-card {
    width: 22rem;
  }

  .orbit-note-one {
    right: -5%;
  }

  .orbit-note-two {
    left: -8%;
  }
}

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

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

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