:root {
  --ink: #29241f;
  --muted: #8b806d;
  --paper: #090d0a;
  --line: rgba(217, 189, 122, 0.18);
  --line-strong: rgba(217, 189, 122, 0.38);
  --gold: #c9a45d;
  --gold-soft: #d9bd7a;
  --gold-dark: #9f7d37;
  --forest: #29382f;
  --sage: #71806b;
  --white: #fffdf9;
  --shadow: 0 24px 70px rgba(41, 36, 31, 0.08);
  --ease-elegant: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

.app {
  min-height: 100vh;
  overflow-x: hidden;
}

.screen {
  display: none;
  min-height: 100vh;
}

.screen.is-active {
  display: flex;
  animation: settle 900ms var(--ease-elegant) both;
}

.hero {
  position: relative;
  flex-direction: column;
  background: #171915;
  color: var(--white);
  isolation: isolate;
  min-height: 100svh;
}

.hero-media,
.hero-image,
.grain {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
}

.hero-image {
  background:
    linear-gradient(rgba(8, 12, 9, 0.58), rgba(8, 12, 9, 0.8)),
    url("https://images.unsplash.com/photo-1682965742594-2295b987d852?auto=format&fit=crop&w=2200&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.78) contrast(1.04) brightness(0.5);
  transform: scale(1.03);
}

.grain {
  z-index: -1;
  opacity: 0.22;
  background-image: radial-gradient(rgba(255, 253, 249, 0.2) 0.7px, transparent 0.7px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px clamp(24px, 4vw, 64px);
}

.hero-stage {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.hero-stage > .hero-copy {
  margin-top: auto;
  margin-bottom: auto;
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.brand span {
  display: block;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-align: center;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 253, 249, 0.56);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-align: center;
}

.hero-copy {
  align-self: center;
  width: min(720px, calc(100% - 48px));
  margin: -1vh auto 0;
  text-align: center;
}

.serpent-mark {
  display: block;
  width: clamp(104px, 10vw, 145px);
  height: auto;
  margin: 0 auto 16px;
  filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.26));
  opacity: 0.94;
}

.eyebrow,
.progress-label {
  margin: 0 0 18px;
  color: rgba(255, 253, 249, 0.62);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 4.8vw, 62px);
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

.subhead {
  max-width: 460px;
  margin: 18px auto 30px;
  color: rgba(255, 253, 249, 0.7);
  font-size: clamp(14px, 1.45vw, 17px);
  line-height: 1.55;
}

.primary-action,
.continue-button,
.jump-button {
  min-width: 220px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #110f0b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 16px 28px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.primary-action:hover,
.continue-button:hover,
.jump-button:hover {
  background: var(--gold-soft);
  transform: translateY(-1px);
}

.primary-action:focus-visible,
.continue-button:focus-visible,
.jump-button:focus-visible,
.option-card:focus-visible,
.back-button:focus-visible,
.field:focus-visible {
  outline: 2px solid rgba(217, 189, 122, 0.82);
  outline-offset: 4px;
}

.hero-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(920px, calc(100% - 44px));
  margin: 0 auto 28px;
  color: rgba(255, 253, 249, 0.5);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: none;
}

.hero-footer span {
  border-top: 1px solid rgba(255, 253, 249, 0.18);
  padding-top: 16px;
}

.intro {
  position: relative;
  flex-direction: column;
  background:
    linear-gradient(rgba(8, 12, 9, 0.76), rgba(8, 12, 9, 0.86)),
    url("https://images.unsplash.com/photo-1682965742594-2295b987d852?auto=format&fit=crop&w=2200&q=88");
  background-color: #080c09;
  background-position: center;
  background-size: cover;
  color: var(--white);
  isolation: isolate;
}

.intro::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 253, 249, 0.16) 0.7px, transparent 0.7px);
  background-size: 5px 5px;
  content: "";
  mix-blend-mode: soft-light;
  opacity: 0.16;
}

.intro-header {
  position: relative;
  min-height: 84px;
}

.intro-content {
  display: grid;
  flex: 1;
  align-content: center;
  padding-bottom: clamp(52px, 7vw, 96px);
}

.intro-opening {
  width: min(760px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(8px, 2vw, 18px) 0 clamp(24px, 3vw, 40px);
  text-align: center;
}

.intro-opening h1 {
  margin: 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.02;
  text-wrap: balance;
}

.intro-opening p:last-child {
  max-width: 560px;
  margin: 18px auto 0;
  color: rgba(255, 253, 249, 0.66);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.7;
}

.intro-opening .jump-button {
  margin-top: 28px;
}

.story-section,
.founder-section,
.landing-close {
  position: relative;
  width: min(1040px, calc(100% - 44px));
  margin-right: auto;
  margin-left: auto;
}

.story-section {
  display: grid;
  padding: 0 0 clamp(56px, 7vw, 88px);
  text-align: center;
}

.section-kicker {
  margin: 0 0 16px;
  color: rgba(217, 189, 122, 0.76);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-kicker.founder-kicker {
  color: #ffffff;
}

.story-section h2,
.founder-section h2 {
  margin: 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

.story-section > p,
.founder-section p,
.landing-close p {
  color: rgba(255, 253, 249, 0.66);
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.7;
}

.story-section > p {
  max-width: 650px;
  margin: 22px auto 0;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(38px, 5vw, 58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principles div {
  min-height: 210px;
  padding: 28px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
  text-align: left;
}

.principles div:last-child {
  border-right: 0;
}

.principles span {
  display: block;
  margin-bottom: 30px;
  color: rgba(217, 189, 122, 0.72);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.principles h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
}

.principles p {
  margin: 0;
  color: rgba(255, 253, 249, 0.56);
  font-size: 13px;
  line-height: 1.65;
}

.founder-section {
  display: grid;
  grid-template-columns: 156px minmax(0, 620px);
  gap: clamp(26px, 5vw, 62px);
  align-items: start;
  justify-content: center;
  padding: 0 0 clamp(56px, 7vw, 88px);
}

.founder-mark {
  width: 156px;
  aspect-ratio: 1;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  object-fit: cover;
  object-position: 50% 4%;
  padding: 4px;
}

.founder-section h2 {
  margin-left: 0;
}

.founder-section p {
  margin: 18px 0 18px;
}

.founder-copy {
  margin: 12px 0 18px;
}

.founder-copy p {
  margin: 0 0 14px;
}

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

.text-link {
  color: rgba(217, 189, 122, 0.86);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--gold-soft);
}

.landing-close {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 0;
  text-align: center;
}

.landing-close p {
  max-width: none;
  margin: 0;
  color: rgba(255, 253, 249, 0.72);
  font-size: 14px;
  white-space: nowrap;
}

.survey {
  position: relative;
  flex-direction: column;
  background:
    linear-gradient(rgba(8, 12, 9, 0.76), rgba(8, 12, 9, 0.86)),
    url("https://images.unsplash.com/photo-1682965742594-2295b987d852?auto=format&fit=crop&w=2200&q=88");
  background-color: #080c09;
  background-position: center;
  background-size: cover;
  color: var(--white);
  isolation: isolate;
}

.survey::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 253, 249, 0.16) 0.7px, transparent 0.7px);
  background-size: 5px 5px;
  content: "";
  mix-blend-mode: soft-light;
  opacity: 0.16;
}

.progress-wrap {
  position: relative;
  min-height: 88px;
  padding: 26px clamp(18px, 3.7vw, 48px) 0;
}

.back-button {
  position: absolute;
  top: 24px;
  left: clamp(18px, 3.7vw, 48px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: rgba(217, 189, 122, 0.78);
  cursor: pointer;
  font-size: 13px;
  padding: 7px 0;
  transition: color 180ms ease, opacity 180ms ease;
}

.back-button:hover,
.back-button:focus-visible {
  color: var(--gold-soft);
}

.back-button[disabled] {
  opacity: 0;
  pointer-events: none;
}

.back-button span {
  font-size: 23px;
  line-height: 1;
}

.wordmark {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  color: rgba(255, 253, 249, 0.82);
  cursor: pointer;
  padding: 0;
  text-align: center;
}

.wordmark:hover span,
.wordmark:focus-visible span {
  color: var(--gold-soft);
}

.progress-label {
  position: absolute;
  right: clamp(18px, 3.7vw, 48px);
  top: 33px;
  color: rgba(217, 189, 122, 0.62);
  font-size: 9px;
}

.progress-track {
  position: absolute;
  right: clamp(18px, 3.7vw, 48px);
  bottom: 0;
  left: clamp(18px, 3.7vw, 48px);
  height: 1px;
  background: rgba(217, 189, 122, 0.18);
}

.progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-soft));
  transition: width 420ms ease;
}

.question-shell {
  display: grid;
  flex: 1;
  place-items: center;
  padding: 54px 22px 76px;
}

.question-panel {
  width: min(660px, 100%);
  text-align: center;
}

.question-panel.is-changing {
  animation: dissolve 280ms ease both;
}

.question-title {
  margin: 0 auto 30px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.7vw, 56px);
  font-weight: 500;
  line-height: 1.04;
  text-wrap: balance;
}

.question-kicker {
  margin: 0 0 14px;
  color: rgba(255, 253, 249, 0.52);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.options {
  display: grid;
  gap: 10px;
}

.option-card {
  display: grid;
  grid-template-columns: 30px 1fr 22px;
  align-items: center;
  gap: 8px;
  min-height: 62px;
  width: 100%;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.045);
  box-shadow: 0 1px 0 rgba(255, 253, 249, 0.06) inset;
  color: rgba(255, 253, 249, 0.88);
  cursor: pointer;
  padding: 15px 18px;
  text-align: left;
  transition: border 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.option-card:hover {
  border-color: rgba(217, 189, 122, 0.5);
  background: rgba(217, 189, 122, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.option-card.is-selected {
  border-color: rgba(217, 189, 122, 0.78);
  background: rgba(217, 189, 122, 0.14);
  box-shadow: 0 1px 0 rgba(217, 189, 122, 0.3) inset, 0 18px 50px rgba(0, 0, 0, 0.22);
}

.option-card.is-selected .option-check {
  opacity: 1;
  transform: scale(1);
}

.option-icon {
  color: rgba(217, 189, 122, 0.86);
  font-size: 16px;
}

.option-text {
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
}

.option-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--gold);
  color: #110f0b;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 180ms ease, transform 180ms ease;
}

.question-hint {
  margin: -18px 0 18px;
  color: rgba(217, 189, 122, 0.72);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.question-advance {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 3vw, 28px);
}

.question-advance .continue-button[disabled] {
  background: rgba(217, 189, 122, 0.22);
  color: rgba(17, 15, 11, 0.55);
  cursor: not-allowed;
  transform: none;
}

.question-advance .continue-button[disabled]:hover {
  background: rgba(217, 189, 122, 0.22);
  transform: none;
}

.lead-form {
  display: grid;
  gap: 16px;
  width: min(520px, 100%);
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  padding: 16px 4px 14px;
  text-align: center;
}

.field::placeholder {
  color: rgba(255, 253, 249, 0.44);
}

.textarea {
  min-height: 110px;
  resize: vertical;
  text-align: left;
}

.link-fields {
  display: grid;
  gap: 12px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-fields .field {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.links-group {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
}

.links-legend {
  padding: 0;
  color: rgba(217, 189, 122, 0.78);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.links-list {
  display: grid;
  gap: 10px;
}

.links-list .link-field {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.link-add {
  justify-self: start;
  margin-top: 2px;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: rgba(217, 189, 122, 0.78);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.link-add:hover,
.link-add:focus-visible {
  color: var(--gold-soft);
  outline: none;
}

.lead-form .continue-button {
  justify-self: center;
  min-width: 260px;
}

.textarea-prompt {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 510px;
  margin: 6px auto -6px;
  padding: 0 4px;
  text-align: left;
}

.textarea-prompt-title {
  color: rgba(217, 189, 122, 0.78);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.textarea-prompt-hint {
  color: rgba(255, 253, 249, 0.62);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.mastermind-opt {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  max-width: 510px;
  margin: 4px auto 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.04);
  color: rgba(255, 253, 249, 0.78);
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
}

.mastermind-opt input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--gold);
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.legal-footer {
  margin-top: 28px;
  padding: 18px 0 4px;
  border-top: 1px solid rgba(217, 189, 122, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.legal-disclaimer {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 253, 249, 0.34);
  font-size: 11px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-style: italic;
  text-wrap: balance;
}

.legal-meta {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 253, 249, 0.32);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.legal-link {
  background: transparent;
  border: 0;
  padding: 0;
  color: rgba(217, 189, 122, 0.55);
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: inherit;
  cursor: pointer;
  transition: color 160ms ease;
}

.legal-link:hover,
.legal-link:focus-visible {
  color: var(--gold-soft);
  outline: none;
}

.inline-link {
  text-transform: none;
  letter-spacing: 0;
}

.form-status {
  margin: 0 auto;
  max-width: 510px;
  color: rgba(255, 253, 249, 0.55);
  font-size: 12px;
  line-height: 1.55;
  min-height: 18px;
}

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

.privacy-note,
.result-copy {
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 253, 249, 0.58);
  font-size: 13px;
  line-height: 1.6;
}

.result-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.05);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  padding: clamp(24px, 4vw, 44px);
}

.answers {
  display: grid;
  gap: 10px;
  margin: clamp(24px, 3vw, 36px) auto 0;
  max-width: 620px;
  padding: 0;
  color: rgba(255, 253, 249, 0.62);
  font-size: 13.5px;
  line-height: 1.55;
  list-style: none;
  text-align: left;
}

.answers li {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(217, 189, 122, 0.08);
}

.answers li:last-child {
  border-bottom: 0;
}

.answers strong {
  color: rgba(255, 253, 249, 0.86);
  font-weight: 500;
}

.result-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: clamp(40px, 5vw, 56px);
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid rgba(217, 189, 122, 0.1);
}

.result-actions .continue-button {
  min-width: 260px;
  padding: 14px 38px;
}

.result-share-hint {
  margin: 0;
  max-width: 420px;
  color: rgba(255, 253, 249, 0.5);
  font-size: 12.5px;
  line-height: 1.55;
  text-align: center;
}

@keyframes settle {
  from {
    opacity: 0;
    transform: translateY(6px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

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

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

.screen.is-active .serpent-mark {
  animation: rise 1100ms var(--ease-elegant) both;
  animation-delay: 120ms;
}

.screen.is-active .hero-copy .eyebrow {
  animation: rise 1100ms var(--ease-elegant) both;
  animation-delay: 220ms;
}

.screen.is-active .hero-copy h1 {
  animation: rise 1200ms var(--ease-elegant) both;
  animation-delay: 360ms;
}

.screen.is-active .hero-copy .subhead {
  animation: rise 1200ms var(--ease-elegant) both;
  animation-delay: 540ms;
}

.screen.is-active .hero-copy .primary-action {
  animation: rise 1100ms var(--ease-elegant) both;
  animation-delay: 720ms;
}

.screen.is-active .hero-footer {
  animation: rise 1100ms var(--ease-elegant) both;
  animation-delay: 900ms;
}

.screen.is-active .hero .legal-footer {
  animation: rise 1100ms var(--ease-elegant) both;
  animation-delay: 1080ms;
}

.privacy-content > * {
  animation: rise 900ms var(--ease-elegant) both;
}

.privacy-content > .section-kicker { animation-delay: 80ms; }
.privacy-content > h1 { animation-delay: 180ms; }
.privacy-content > .privacy-lede { animation-delay: 300ms; }
.privacy-content > .privacy-block:nth-of-type(1) { animation-delay: 420ms; }
.privacy-content > .privacy-block:nth-of-type(2) { animation-delay: 500ms; }
.privacy-content > .privacy-block:nth-of-type(3) { animation-delay: 580ms; }
.privacy-content > .privacy-block:nth-of-type(4) { animation-delay: 660ms; }
.privacy-content > .privacy-block:nth-of-type(5) { animation-delay: 740ms; }
.privacy-content > .privacy-block:nth-of-type(6) { animation-delay: 820ms; }
.privacy-content > .privacy-block:nth-of-type(7) { animation-delay: 900ms; }
.privacy-content > .legal-footer { animation-delay: 1000ms; }

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1100ms var(--ease-elegant), transform 1100ms var(--ease-elegant);
  will-change: opacity, transform;
}

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

@media (prefers-reduced-motion: reduce) {
  .screen.is-active,
  .screen.is-active .serpent-mark,
  .screen.is-active .hero-copy .eyebrow,
  .screen.is-active .hero-copy h1,
  .screen.is-active .hero-copy .subhead,
  .screen.is-active .hero-copy .primary-action,
  .screen.is-active .hero-footer,
  .screen.is-active .hero .legal-footer,
  .privacy-content > *,
  .reveal-on-scroll {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.privacy-screen {
  position: relative;
  flex-direction: column;
  background:
    linear-gradient(rgba(8, 12, 9, 0.86), rgba(8, 12, 9, 0.92)),
    url("https://images.unsplash.com/photo-1682965742594-2295b987d852?auto=format&fit=crop&w=2200&q=88");
  background-color: #080c09;
  background-position: center;
  background-size: cover;
  color: var(--white);
  isolation: isolate;
}

.privacy-screen::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 253, 249, 0.16) 0.7px, transparent 0.7px);
  background-size: 5px 5px;
  content: "";
  mix-blend-mode: soft-light;
  opacity: 0.16;
}

.privacy-content {
  width: min(640px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(96px, 12vw, 140px) 0 clamp(48px, 7vw, 80px);
}

.privacy-content .section-kicker {
  text-align: center;
  margin-bottom: 22px;
}

.privacy-content h1 {
  margin: 0 0 32px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--white);
  text-wrap: balance;
}

.privacy-lede {
  margin: 0 0 clamp(40px, 5vw, 56px);
  color: rgba(255, 253, 249, 0.72);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(17px, 1.7vw, 21px);
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  text-wrap: balance;
}

.privacy-block {
  margin: 0 0 clamp(28px, 3.5vw, 40px);
  padding: 0 0 clamp(28px, 3.5vw, 40px);
  border-bottom: 1px solid rgba(217, 189, 122, 0.1);
}

.privacy-block:last-of-type {
  margin-bottom: clamp(36px, 4.5vw, 56px);
}

.privacy-block h2 {
  margin: 0 0 10px;
  color: rgba(217, 189, 122, 0.82);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.privacy-block p {
  margin: 0;
  color: rgba(255, 253, 249, 0.74);
  font-size: 15px;
  line-height: 1.72;
}

.privacy-content .legal-footer {
  margin-top: 0;
}

@media (max-width: 720px) {
  .hero-image {
    background:
      linear-gradient(rgba(8, 12, 9, 0.62), rgba(8, 12, 9, 0.82)),
      url("https://images.unsplash.com/photo-1682965742594-2295b987d852?auto=format&fit=crop&w=1300&q=88");
    background-position: center;
    filter: saturate(0.78) contrast(1.04) brightness(0.48);
  }

  .hero-header {
    padding-top: 22px;
  }

  .hero-copy {
    margin-top: 4vh;
  }

  .hero h1 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .hero-footer {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .hero-footer span {
    padding-top: 10px;
  }

  .legal-disclaimer {
    font-size: 11px;
    padding: 0 4px;
  }

  .legal-meta {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
  }

  .story-section h2,
  .founder-section h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .principles div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles div:last-child {
    border-bottom: 0;
  }

  .principles span {
    margin-bottom: 18px;
  }

  .founder-section {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .founder-mark {
    width: 118px;
    font-size: 30px;
  }

  .founder-section h2 {
    margin-right: auto;
    margin-left: auto;
  }

  .landing-close p {
    white-space: normal;
    text-wrap: balance;
  }

  .intro-back-button {
    top: 22px;
  }

  .progress-label {
    display: none;
  }

  .progress-wrap {
    min-height: 76px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .back-button {
    left: 16px;
  }

  .wordmark {
    top: 22px;
  }

  .question-shell {
    padding: 32px 18px 60px;
  }

  .question-title {
    font-size: clamp(31px, 9.4vw, 42px);
    margin-bottom: 24px;
  }

  .question-hint {
    margin: -14px 0 16px;
  }

  .options {
    gap: 8px;
  }

  .option-card {
    grid-template-columns: 26px 1fr 20px;
    min-height: 58px;
    padding: 13px 14px;
  }

  .option-text {
    font-size: 14px;
  }

  .option-check {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .link-fields {
    grid-template-columns: 1fr;
  }

  .lead-form .continue-button,
  .result-actions .continue-button {
    width: 100%;
    min-width: 0;
  }

  .mastermind-opt {
    font-size: 13px;
    padding: 12px 14px;
  }

  .privacy-content {
    width: min(640px, calc(100% - 32px));
    padding-top: 110px;
  }

  .privacy-content h1 {
    margin-bottom: 24px;
  }

  .privacy-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .privacy-block p {
    font-size: 14.5px;
  }

  .privacy-content .legal-footer {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: clamp(30px, 10vw, 40px);
  }

  .question-title {
    font-size: clamp(28px, 9vw, 38px);
  }

  .primary-action,
  .continue-button,
  .jump-button {
    min-width: 0;
    width: 100%;
    padding: 14px 22px;
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .hero-copy .primary-action,
  .intro-opening .jump-button,
  .landing-close .primary-action {
    width: auto;
    min-width: 200px;
  }
}
