@font-face {
  font-family: "Suisse Intl";
  src: url("assets/fonts/SuisseIntl-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("assets/fonts/SuisseIntl-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("assets/fonts/AktivGrotesk_Rg.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Aktiv Grotesk";
  src: url("assets/fonts/AktivGrotesk_Md.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #242726;
  --body: #57544c;
  --muted: #8b867c;
  --paper: #f5f2ec;
  --panel: #efebe2;
  --dark: #1e1a16;
  --terracotta: #a9744e;
  --green: #5c6e5b;
  --mint: #8fb39a;
  --line: rgba(36, 39, 38, 0.1);
  --serif: "Newsreader", Iowan Old Style, Baskerville, Georgia, serif;
  --sans: "Suisse Intl", "Aktiv Grotesk", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 4px;
}

input:focus-visible {
  outline: none;
  border-color: rgba(143, 179, 154, 0.78);
  box-shadow: 0 0 0 3px rgba(143, 179, 154, 0.16);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

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

.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;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 96px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  background: linear-gradient(
    to bottom,
    rgba(20, 18, 16, 0.46),
    rgba(20, 18, 16, 0.18) 60%,
    transparent
  );
  text-shadow: 0 1px 14px rgba(20, 18, 16, 0.35);
  transition:
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}

.site-header.is-solid {
  color: var(--ink);
  background: rgba(245, 242, 236, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  text-shadow: none;
}

.wordmark,
.footer-wordmark {
  display: flex;
  align-items: baseline;
  gap: 12px;
  white-space: nowrap;
}

.wordmark span {
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 35px;
  letter-spacing: 0.32em;
  line-height: 1;
}

.wordmark small {
  color: rgba(245, 242, 236, 0.72);
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 17px;
  letter-spacing: 0.18em;
}

.is-solid .wordmark small {
  color: #6e6a61;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 17px;
}

.site-nav > a:not(.nav-cta),
.footer-nav a,
.footer-nav button {
  transition: color 160ms ease;
}

.site-nav > a:not(.nav-cta):hover,
.footer-nav a:hover,
.footer-nav button:hover {
  color: #8fb39a;
}

.is-solid .site-nav > a:not(.nav-cta):hover {
  color: var(--green);
}

.nav-cta {
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  background: var(--paper);
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-shadow: none;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
}

.is-solid .nav-cta {
  background: var(--ink);
  color: var(--paper);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 23px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--paper);
}

.hero-media {
  position: absolute;
  inset: 0;
  display: block;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 calc(100% - 104px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 calc(100% - 104px),
    transparent 100%
  );
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 26%;
}

.hero-fade {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 44%;
  min-height: calc(100svh - 120px);
  margin: 96px 0 24px 6%;
  display: flex;
  align-items: center;
}

.glass-panel,
.reading-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(30, 26, 22, 0.42);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.glass-panel {
  width: 100%;
  padding: clamp(36px, 4.4vw, 64px);
}

.eyebrow {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--terracotta);
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: max(13px, 0.9vw);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  flex: none;
  background: currentColor;
  opacity: 0.58;
}

.eyebrow-light {
  color: rgba(245, 242, 236, 0.75);
  font-size: max(11px, 0.95vw);
}

h1,
h2,
h3,
blockquote {
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: -0.01em;
}

.hero h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(46px, 3.5vw, 68px);
  font-weight: 400;
  line-height: 1.14;
}

.hero-lede {
  max-width: 34em;
  margin: 28px 0 0;
  color: rgba(245, 242, 236, 0.9);
  font-size: max(19px, 1.35vw);
  line-height: 1.55;
}

.proof {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(245, 242, 236, 0.7);
  font-size: max(15px, 1vw);
}

.proof span {
  color: rgba(245, 242, 236, 0.72);
}

.waitlist-form {
  position: relative;
  display: flex;
  gap: 10px;
}

.waitlist-form input,
.waitlist-form button {
  height: 54px;
  border-radius: 3px;
}

.waitlist-form input {
  min-width: 0;
  padding: 0 18px;
  outline: none;
}

.waitlist-form button {
  padding: 0 24px;
  border: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.waitlist-form button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px -18px rgba(20, 18, 16, 0.5);
}

.waitlist-form button:disabled {
  cursor: default;
  opacity: 0.65;
}

.waitlist-form-hero {
  max-width: 600px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.waitlist-form-hero input,
.waitlist-form-hero button {
  height: 64px;
  font-size: max(16px, 1.1vw);
}

.waitlist-form-hero input {
  flex: 1 1 200px;
  border: 1px solid rgba(245, 242, 236, 0.32);
  background: rgba(245, 242, 236, 0.1);
  color: var(--paper);
  backdrop-filter: blur(6px);
}

.waitlist-form-hero input::placeholder {
  color: rgba(245, 242, 236, 0.56);
}

.waitlist-form-hero button {
  flex: 1 1 auto;
  background: var(--paper);
  color: #2a2620;
}

.form-status {
  flex: 1 0 100%;
  min-height: 1.5em;
  margin: 2px 0 0;
  color: inherit;
  font-size: 14px;
}

.form-status.is-error {
  color: #c57a68;
}

.reading-card {
  position: absolute;
  z-index: 3;
  width: 240px;
  padding: 11px 13px;
  overflow: hidden;
  box-shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.8);
  transition:
    top 420ms cubic-bezier(0.22, 1, 0.36, 1),
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 350ms ease,
    box-shadow 350ms ease;
}

.reading-card-balance {
  top: 28%;
  left: 58%;
  animation: reading-float 8s ease-in-out infinite;
}

.reading-card-type {
  top: 40%;
  right: 5%;
  animation: reading-float 9s ease-in-out -2.8s infinite reverse;
}

.reading-card-product {
  top: 64%;
  bottom: auto;
  left: 61%;
  animation: reading-float 8.5s ease-in-out -5.2s infinite;
}

@keyframes reading-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -5px;
  }
}

.reading-summary {
  width: 100%;
  min-height: 58px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.reading-summary-insight {
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 16px;
  padding-inline: 5px 2px;
}

.reading-compact-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.reading-compact-copy > span {
  color: rgba(245, 242, 236, 0.58);
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.reading-compact-copy strong {
  overflow: hidden;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reading-state {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(245, 242, 236, 0.14);
  border-radius: 50%;
  background: rgba(245, 242, 236, 0.06);
}

.reading-state-skin::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: conic-gradient(
    from -35deg,
    #c29372 0 42%,
    transparent 42% 50%,
    #8fb39a 50% 92%,
    transparent 92%
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    #000 calc(100% - 2px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 2px),
    #000 calc(100% - 2px)
  );
}

.reading-state-skin::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(245, 242, 236, 0.72);
}

.reading-state-product {
  padding: 8px 7px 7px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  border-color: rgba(143, 179, 154, 0.22);
  background: rgba(143, 179, 154, 0.1);
}

.reading-state-product i {
  width: 3px;
  border-radius: 3px 3px 1px 1px;
  background: #a8c4af;
}

.reading-state-product i:nth-child(1) {
  height: 6px;
  opacity: 0.55;
}

.reading-state-product i:nth-child(2) {
  height: 10px;
  opacity: 0.75;
}

.reading-state-product i:nth-child(3) {
  height: 15px;
}

.score-ring {
  --reading-accent: var(--mint);
  --reading-progress: 274deg;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: conic-gradient(
    from -90deg,
    var(--reading-accent) 0 var(--reading-progress),
    rgba(245, 242, 236, 0.22) var(--reading-progress)
  );
}

.score-ring::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: rgba(20, 18, 16, 0.92);
}

.score-ring span {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 300;
}

.reading-summary > strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.reading-details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 600ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease;
}

.reading-details-inner {
  width: 296px;
  padding-top: 20px;
}

.reading-card:focus-within,
.reading-card.is-expanded {
  z-index: 7;
  width: min(340px, 32vw);
  padding: 20px 22px 22px;
  background: rgba(30, 26, 22, 0.68);
  box-shadow: 0 36px 80px -34px rgba(0, 0, 0, 0.9);
  animation-play-state: paused;
}

.reading-card:focus-within .reading-details,
.reading-card.is-expanded .reading-details {
  max-height: 300px;
  opacity: 1;
  transition-delay: 0ms, 180ms;
}

.reading-status {
  margin: 0;
  padding-top: 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.reading-status strong {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.reading-metrics {
  margin-top: 18px;
  display: grid;
  gap: 11px;
}

.reading-metrics p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.reading-metrics em {
  color: #a8c4af;
  font-style: normal;
}

.reading-metrics em::before {
  content: "·";
  margin-right: 9px;
  color: rgba(245, 242, 236, 0.35);
}

.reading-metrics .warm {
  color: #d9ae7e;
}

.reading-note {
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(245, 242, 236, 0.7);
  font-size: 14px;
}

.section {
  padding-block: clamp(120px, 8vw, 156px);
  padding-inline: max(6%, calc((100% - 1360px) / 2));
  border-top: 1px solid rgba(36, 39, 38, 0.08);
}

.how {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  border-top: 0;
  background: var(--paper);
}

.section-heading {
  max-width: 680px;
}

.section-heading-wide {
  max-width: 720px;
}

.section-heading h2,
.final-cta h2 {
  max-width: 22ch;
  margin: 0;
  font-size: max(40px, 3.2vw);
  line-height: 1.15;
  text-wrap: balance;
}

.section-heading > p:last-child {
  max-width: 38em;
  margin: 20px 0 0;
  color: var(--body);
  font-size: max(17px, 1.15vw);
  line-height: 1.6;
}

.two-up {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

figure {
  margin: 0;
}

.feedback-stage {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.72fr);
  grid-template-rows: auto 1fr;
  column-gap: clamp(48px, 6vw, 88px);
}

.feedback-heading {
  position: relative;
  z-index: 1;
  grid-column: 1;
  max-width: 650px;
}

.feedback-heading h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 4.3vw, 66px);
  line-height: 1.06;
  text-wrap: balance;
}

.feedback-heading > p:last-child {
  max-width: 38em;
  margin: 24px 0 0;
  color: var(--body);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.62;
}

.process-panel {
  position: relative;
  z-index: 1;
  grid-column: 1;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.process-intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.process-intro p,
.process-intro span {
  margin: 0;
}

.process-intro p {
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-intro span {
  color: var(--muted);
  font-size: 14px;
}

.process-steps {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 25px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--mint),
    rgba(143, 179, 154, 0.62)
  );
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 0;
}

.process-step + .process-step {
  border-top: 1px solid var(--line);
}

.process-index {
  position: relative;
  z-index: 1;
  width: 52px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 110, 91, 0.42);
  border-radius: 50%;
  background: var(--paper);
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.process-step h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(27px, 2.3vw, 34px);
  font-weight: 400;
  line-height: 1.1;
}

.process-step p {
  max-width: 38em;
  margin: 7px 0 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.48;
}

.process-return {
  margin: 8px 0 0;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.process-return-mark {
  width: 52px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 110, 91, 0.42);
  border-radius: 50%;
  background: rgba(143, 179, 154, 0.08);
  color: var(--green);
  font-size: 30px;
  line-height: 1;
}

.process-return p {
  margin: 0;
  display: grid;
  gap: 3px;
}

.process-return strong {
  color: var(--green);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.process-return p span {
  color: var(--body);
  font-size: 15px;
  line-height: 1.45;
}

.feedback-phone {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  justify-self: end;
  width: min(108%, 440px);
  aspect-ratio: 1086 / 1448;
  margin-bottom: -14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #9b876d;
  box-shadow: 0 34px 70px -42px rgba(0, 0, 0, 0.72);
}

.feedback-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback-phone figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  max-width: 205px;
  padding: 9px 11px 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 10px;
  background: rgba(29, 31, 27, 0.55);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.3;
  backdrop-filter: blur(10px);
}

.feedback-phone figcaption span {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution {
  display: block;
}

.solution .section-heading {
  max-width: 720px;
}

.solution-figure {
  width: 100%;
  max-width: 1080px;
  margin: 54px auto 0;
}

.solution-image-mobile {
  display: none;
}

.solution-figure img,
.image-frame {
  border-radius: 18px;
  box-shadow: 0 26px 64px -32px rgba(36, 39, 38, 0.28);
}

.solution-figure img {
  width: 100%;
  aspect-ratio: 2.14 / 1;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.96) contrast(1.02) saturate(0.92) sepia(0.08);
}

.solution-labels {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 96px);
}

.solution-label {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.solution-label:last-child {
  text-align: right;
}

.solution-label > span {
  color: var(--terracotta);
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.solution-label h3 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.1;
}

.solution-label p {
  max-width: 31ch;
  margin: 7px 0 0;
  color: var(--body);
  font-size: 13.5px;
  line-height: 1.48;
}

.solution-label:last-child p {
  margin-left: auto;
}

.image-frame {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.value-images figcaption {
  margin-top: 18px;
  color: var(--body);
  font-size: max(15px, 1vw);
}

.value-images {
  max-width: 1080px;
  margin-inline: auto;
}

.advisor-grid {
  width: 100%;
  max-width: 1120px;
  margin: 116px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 92px;
  align-items: center;
}

.advisor-grid h2 {
  margin: 0;
  font-size: max(32px, 2.5vw);
  line-height: 1.15;
}

.advisor-intro {
  margin: 18px 0 0;
  color: var(--body);
  font-size: max(17px, 1.15vw);
}

.advisor-card {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding: 28px 30px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  box-shadow: 0 26px 64px -32px rgba(36, 39, 38, 0.28);
}

.advisor-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--green);
  opacity: 0.55;
}

.advisor-card:first-of-type {
  margin-top: 28px;
}

.advisor-card h3,
.science-grid h3 {
  margin: 0;
  font-size: max(24px, 1.7vw);
  font-weight: 400;
}

.advisor-card p {
  margin: 10px 0 0;
  color: var(--body);
  font-size: max(15px, 1vw);
}

.advisor-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advisor-phone img {
  width: 100%;
  max-width: 340px;
  height: auto;
  filter:
    drop-shadow(0 38px 30px rgba(36, 39, 38, 0.18))
    drop-shadow(0 10px 12px rgba(36, 39, 38, 0.12));
}

.science {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: #f5f3ee;
}

.topo-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.topo-lines g {
  stroke: rgba(245, 243, 238, 0.1);
  stroke-width: 1;
}

.science-content {
  position: relative;
  padding-block: clamp(120px, 8vw, 156px);
  padding-inline: max(6%, calc((100% - 1360px) / 2));
}

.science .eyebrow {
  color: #c29372;
}

.science .section-heading h2 {
  color: var(--paper);
}

.science .section-heading > p:last-child {
  color: rgba(245, 243, 238, 0.72);
}

.science-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.science-grid article {
  padding: 30px 28px 34px;
  border: 1px solid rgba(245, 242, 236, 0.16);
  border-radius: 16px;
  background: rgba(245, 242, 236, 0.04);
  box-shadow: 0 26px 64px -32px rgba(0, 0, 0, 0.75);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.science-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  color: var(--mint);
}

.science-droplet::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 17px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 52% 52% 52% 0;
  transform: rotate(-45deg);
}

.science-target::before,
.science-target::after {
  content: "";
  position: absolute;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.science-target::before {
  inset: 2px;
  box-shadow: inset 0 0 0 5px rgba(143, 179, 154, 0.08);
}

.science-target::after {
  inset: 9px;
  background: currentColor;
}

.science-sun::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.science-sun::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    0 -12px currentColor,
    0 12px currentColor,
    -12px 0 currentColor,
    12px 0 currentColor,
    -8.5px -8.5px currentColor,
    8.5px -8.5px currentColor,
    -8.5px 8.5px currentColor,
    8.5px 8.5px currentColor;
}

.science-grid h3 {
  margin-top: 20px;
  color: var(--paper);
}

.science-grid p {
  margin: 10px 0 0;
  color: rgba(245, 243, 238, 0.66);
  font-size: max(15px, 1vw);
}

.science-summary {
  max-width: 30ch;
  margin: 64px auto 0;
  color: rgba(245, 243, 238, 0.92);
  font-family: var(--serif);
  font-size: max(23px, 1.5vw);
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  text-wrap: balance;
}

.founder-note {
  padding: 112px 6% 180px;
  background: var(--dark);
  color: var(--paper);
  text-align: center;
}

.founder-note blockquote {
  max-width: 28ch;
  margin: 0 auto;
  font-size: clamp(34px, 2.8vw, 54px);
  line-height: 1.2;
  text-wrap: balance;
}

.founder-note p {
  margin: 44px 0 0;
  color: #c29372;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: max(13px, 0.9vw);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.final-cta {
  text-align: center;
}

.final-cta h2 {
  margin-inline: auto;
}

.final-cta > p:not(.eyebrow) {
  margin: 18px auto 0;
  color: var(--body);
  font-size: max(17px, 1.15vw);
}

.waitlist-form-light {
  max-width: 460px;
  margin: 34px auto 0;
  flex-wrap: wrap;
}

.waitlist-form-light input {
  flex: 1;
  border: 1px solid #c9c2b4;
  background: #fdfcf9;
  color: var(--ink);
}

.waitlist-form-light button,
.dialog-button {
  background: var(--ink);
  color: var(--paper);
}

footer {
  border-top: 1px solid var(--line);
}

.footer-main {
  padding: 56px 6% 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.footer-wordmark span {
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 18px;
  letter-spacing: 0.32em;
}

.footer-wordmark small {
  color: #6e6a61;
  font-family: "Aktiv Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.footer-main p {
  max-width: 260px;
  margin: 14px 0 0;
  color: #6e6a61;
  font-size: 14px;
}

.footer-nav {
  display: flex;
  gap: 40px;
  color: var(--body);
  font-size: 14px;
}

.footer-nav button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.footer-meta {
  padding: 18px 6% 28px;
  border-top: 1px solid rgba(36, 39, 38, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: var(--muted);
  font-size: 13px;
}

.privacy-dialog {
  width: min(560px, calc(100% - 40px));
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.25);
}

.privacy-dialog::backdrop {
  background: rgba(30, 26, 22, 0.58);
  backdrop-filter: blur(5px);
}

.privacy-dialog h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.15;
}

.privacy-dialog > p:not(.eyebrow) {
  color: var(--body);
}

.privacy-dialog a {
  text-decoration: underline;
}

.dialog-close {
  position: absolute;
  top: 15px;
  right: 18px;
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
}

.dialog-button {
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .reading-card:hover {
    z-index: 7;
    width: min(340px, 32vw);
    padding: 20px 22px 22px;
    background: rgba(30, 26, 22, 0.68);
    box-shadow: 0 36px 80px -34px rgba(0, 0, 0, 0.9);
    animation-play-state: paused;
  }

  .reading-card:hover .reading-details {
    max-height: 300px;
    opacity: 1;
    transition-delay: 0ms, 180ms;
  }

  .image-frame:hover {
    transform: translateY(-3px);
    box-shadow: 0 34px 72px -36px rgba(36, 39, 38, 0.35);
  }

  .science-grid article:hover {
    transform: translateY(-3px);
    border-color: rgba(143, 179, 154, 0.38);
    background: rgba(245, 242, 236, 0.065);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 821px) {
  .reading-card-product:hover {
    top: calc(64% - 126px);
  }
}

@media (min-width: 821px) {
  .reading-card-product:focus-within,
  .reading-card-product.is-expanded {
    top: calc(64% - 126px);
  }
}

@media (max-width: 1100px) {
  .site-header {
    height: 78px;
  }

  .wordmark span {
    font-size: 29px;
  }

  .wordmark small {
    font-size: 13px;
  }

  .site-nav {
    gap: 24px;
    font-size: 15px;
  }

  .hero-copy {
    width: 52%;
    margin-top: 78px;
  }

  .reading-card {
    width: 228px;
    padding: 10px 12px;
  }

  .reading-card:hover,
  .reading-card:focus-within,
  .reading-card.is-expanded {
    width: min(320px, 34vw);
    padding: 18px 20px 20px;
  }

  .reading-details-inner {
    width: calc(min(320px, 34vw) - 40px);
  }

  .reading-metrics p {
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    height: 72px;
    padding-inline: 22px;
  }

  .site-header.is-solid,
  body.menu-open .site-header {
    color: var(--ink);
    background: rgba(245, 242, 236, 0.97);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
    text-shadow: none;
  }

  .wordmark span {
    font-size: 25px;
  }

  .wordmark small {
    font-size: 11px;
  }

  body.menu-open .wordmark small {
    color: #6e6a61;
  }

  .menu-toggle {
    display: block;
  }

  body.menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: -1;
    inset: 72px 0 auto;
    min-height: calc(100svh - 72px);
    padding: 56px 22px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--serif);
    font-size: 34px;
    text-shadow: none;
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .nav-cta,
  .is-solid .nav-cta {
    margin-top: 12px;
    background: var(--ink);
    color: var(--paper);
    font-family: var(--sans);
    font-size: 15px;
  }

  .hero {
    min-height: 0;
    padding-bottom: 64px;
    background: var(--dark);
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 1456 / 819;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-image {
    object-position: center;
  }

  .hero-fade {
    position: absolute;
    z-index: 1;
    inset: 0 0 auto;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1456 / 819;
    background: linear-gradient(
      to bottom,
      rgba(30, 26, 22, 0) 0%,
      rgba(30, 26, 22, 0.06) 45%,
      rgba(30, 26, 22, 0.62) 76%,
      var(--dark) 100%
    );
  }

  .hero-copy {
    width: auto;
    min-height: 0;
    margin: -54px 0 0;
    padding: 0 18px;
    align-items: flex-start;
  }

  .glass-panel {
    max-width: 560px;
    margin-inline: auto;
    padding: 32px 28px;
    border-color: rgba(245, 242, 236, 0.12);
    background: rgba(30, 26, 22, 0.82);
    box-shadow: 0 30px 72px -36px rgba(0, 0, 0, 0.86);
    backdrop-filter: blur(18px);
  }

  .hero h1 {
    font-size: clamp(43px, 11vw, 58px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .hero > .reading-card {
    display: none;
  }

  .section,
  .science-content {
    padding: 96px 22px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .two-up,
  .advisor-grid,
  .science-grid {
    grid-template-columns: 1fr;
  }

  .two-up {
    margin-top: 52px;
    gap: 24px;
  }

  .value-images {
    max-width: 600px;
  }

  .feedback-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .feedback-heading,
  .process-panel,
  .feedback-phone {
    grid-column: 1;
  }

  .feedback-phone {
    grid-row: auto;
    width: min(100%, 410px);
    margin-top: 48px;
    margin-bottom: 0;
    justify-self: center;
  }

  .solution {
    display: block;
  }

  .solution .section-heading {
    max-width: 680px;
  }

  .solution-figure {
    width: 100%;
    max-width: 520px;
    margin: 48px auto 0;
    justify-self: auto;
  }

  .solution-image-desktop {
    display: none;
  }

  .solution-figure img.solution-image-mobile {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .solution-labels {
    gap: 28px;
    margin-top: 24px;
  }

  .advisor-grid {
    margin-top: 84px;
    gap: 60px;
  }

  .advisor-phone img {
    max-width: 280px;
  }

  .science-grid {
    gap: 16px;
  }

  .founder-note {
    padding: 84px 22px 130px;
  }

  .founder-note blockquote {
    font-size: clamp(30px, 7.8vw, 42px);
  }

  .footer-main,
  .footer-meta {
    flex-direction: column;
  }

  .footer-main {
    padding-inline: 22px;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 18px 28px;
  }

  .footer-meta {
    padding-inline: 22px;
  }
}

@media (max-width: 560px) {
  .solution-labels {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
  }

  .solution-label {
    padding-top: 14px;
  }

  .solution-label:last-child {
    text-align: left;
  }

  .solution-label:last-child p {
    margin-left: 0;
  }

  .feedback-stage {
    padding: 0;
  }

  .feedback-heading h2 {
    font-size: clamp(40px, 12vw, 50px);
  }

  .feedback-heading > p:last-child {
    margin-top: 20px;
    font-size: 16px;
  }

  .process-panel {
    margin-top: 38px;
  }

  .process-intro {
    display: block;
  }

  .process-intro span {
    display: block;
    margin-top: 5px;
  }

  .process-step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding-block: 22px;
  }

  .process-steps::before {
    left: 22px;
  }

  .process-index {
    width: 46px;
  }

  .process-step h3 {
    font-size: 27px;
  }

  .process-step p {
    font-size: 14px;
  }

  .process-return {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .process-return-mark {
    width: 46px;
    font-size: 27px;
  }

  .feedback-phone {
    margin-top: 38px;
    border-radius: 18px;
  }

  .feedback-phone figcaption {
    bottom: 12px;
    left: 12px;
    max-width: 190px;
  }

  .wordmark small {
    display: none;
  }

  .hero {
    padding-bottom: 54px;
  }

  .glass-panel {
    padding: 28px 22px;
  }

  .proof {
    align-items: flex-start;
    font-size: 14px;
  }

  .waitlist-form-hero,
  .waitlist-form-light {
    display: grid;
    grid-template-columns: 1fr;
  }

  .waitlist-form-hero input,
  .waitlist-form-hero button {
    width: 100%;
    height: 58px;
  }

  .advisor-card {
    padding: 24px;
  }

  .privacy-dialog {
    padding: 38px 26px 28px;
  }
}

.motion-ready .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 800ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.motion-ready .feedback-phone.scroll-reveal {
  transform: translate3d(0, 38px, 0) scale(0.985);
}

.motion-ready .feedback-phone.scroll-reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .process-panel .process-steps::before {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 300ms;
}

.motion-ready .process-panel.is-visible .process-steps::before {
  transform: scaleY(1);
}

.motion-ready .process-panel .process-step {
  opacity: 0;
  transform: translate3d(-14px, 0, 0);
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .process-panel.is-visible .process-step {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .process-panel.is-visible .process-step:nth-child(1) {
  transition-delay: 180ms;
}

.motion-ready .process-panel.is-visible .process-step:nth-child(2) {
  transition-delay: 300ms;
}

.motion-ready .process-panel.is-visible .process-step:nth-child(3) {
  transition-delay: 420ms;
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
