@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/fraunces-latin.woff2") format("woff2-variations");
}
@font-face {
  font-family: Fraunces;
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url("../fonts/fraunces-latin-italic.woff2") format("woff2-variations");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/manrope-latin.woff2") format("woff2-variations");
}
:root {
  --cream: #faf6ee;
  --paper: #fffdf8;
  --paper-2: #f3eadc;
  --navy: #0f2443;
  --midnight: #0e1a2b;
  --ink: #16202e;
  --muted: #566170;
  --line: #d8ccb8;
  --gold: #c6a461;
  --gold-deep: #876a39;
  --green: #0e7355;
  --blue: #285a8f;
  --danger: #a33d32;
  --shadow: 0 12px 36px rgba(15, 36, 67, .12);
  --serif: Fraunces, Georgia, serif;
  --sans: Manrope, system-ui, -apple-system, Segoe UI, sans-serif;
  --radius: 8px;
}
[data-theme="dark"] {
  --cream: #0b1119;
  --paper: #121e2b;
  --paper-2: #162432;
  --navy: #f0ebe0;
  --midnight: #080e16;
  --ink: #f0ebe0;
  --muted: #b9c2ce;
  --line: #314155;
  --gold: #e0be7c;
  --gold-deep: #e0be7c;
  --green: #2acb9c;
  --blue: #7caee7;
  --danger: #ff9f93;
  --shadow: 0 18px 44px rgba(0, 0, 0, .34);
}
* {
  box-sizing: border-box;
  min-width: 0;
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font: 400 16px/1.55 var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: 10px;
  z-index: 1000;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--paper);
  padding: 10px 14px;
  font-weight: 800;
}
.skip-link:focus {
  transform: none;
}
.wrap {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-inline: 16px;
}
.app-shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.site-header {
  position: relative;
  z-index: 20;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: max(8px, env(safe-area-inset-top)) 16px 8px;
  background: var(--cream);
}
.brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  font-weight: 800;
  color: var(--muted);
}
.brand-horizontal {
  width: 174px;
}
.brand-monogram {
  width: 42px;
}
.logo-dark,
.moon {
  display: none;
}
[data-theme="dark"] .logo-light,
[data-theme="dark"] .sun {
  display: none;
}
[data-theme="dark"] .logo-dark,
[data-theme="dark"] .moon {
  display: block;
}
.icon-btn {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  font-size: 1.2rem;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 18px 16px max(18px, env(safe-area-inset-bottom));
  color: var(--muted);
  text-align: center;
  font-size: .84rem;
  font-weight: 700;
}
.chooser-page {
  padding-top: clamp(14px, 4vw, 32px);
  padding-bottom: 48px;
}
.chooser-intro {
  padding-bottom: 0;
}
.kicker,
.step-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--gold-deep);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.kicker::before,
.step-section::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--green);
}
h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}
.chooser-intro h1,
.question-card h1,
.done-hero h1 {
  margin: 0;
  font: 320 clamp(2rem, 9.5vw, 4.4rem)/1.02 var(--serif);
  letter-spacing: -.02em;
}
.lede {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
}
.chooser-orienting {
  margin-top: 8px;
}
.choice-heading {
  margin: 16px 0 0;
  color: var(--ink);
  font: 750 .82rem/1.3 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.track-list {
  display: grid;
  gap: 8px;
  padding-top: 8px;
}
.track-card {
  min-height: 64px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 9px 13px;
  touch-action: manipulation;
  transition: border-color .16s ease, background-color .16s ease, transform .08s ease;
}
.track-card:hover {
  border-color: var(--gold);
}
.track-card:active {
  border-color: var(--gold-deep);
  background: var(--paper-2);
  transform: scale(.985);
}
.track-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper-2);
  color: var(--gold-deep);
  font-size: 1.05rem;
}
.track-card strong {
  display: block;
  font: 440 1.18rem/1.12 var(--serif);
}
.track-card small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
}
.track-arrow {
  color: var(--gold-deep);
  font-size: 1.3rem;
}
.founder-line {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}
.chooser-details {
  margin-top: 18px;
  border-top: 1px solid var(--line);
}
.chooser-details summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--gold-deep);
  font-weight: 800;
}
.chooser-details-copy {
  padding: 0 0 10px;
}
.chooser-details-copy h2 {
  margin: 4px 0 0;
  font: 430 1.35rem/1.22 var(--serif);
}
.chooser-details-copy p,
.no-js-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .88rem;
}
.authority-nudge,
.submission-promise {
  margin: 14px 0 0;
  border-left: 3px solid var(--gold);
  background: var(--paper-2);
  padding: 10px 12px;
  color: var(--muted);
  font-size: .84rem;
  font-weight: 700;
}
.noscript-card {
  width: 100%;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 20px;
  box-shadow: var(--shadow);
}
.noscript-card h1 {
  margin: 0;
  font: 420 clamp(1.8rem, 8vw, 3.2rem)/1.08 var(--serif);
}
.noscript-card p {
  margin: 12px 0 0;
  color: var(--muted);
}
.noscript-actions {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.resume-card,
.resume-strip {
  margin-top: 16px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  background: var(--paper-2);
  padding: 14px;
}
.resume-card strong,
.resume-strip strong {
  display: block;
}
.resume-card p,
.resume-strip p {
  margin: 4px 0 12px;
  color: var(--muted);
  font-size: .9rem;
}
.resume-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.flow-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 64px);
  min-height: calc(100dvh - 64px);
  padding-top: 14px;
  padding-bottom: max(22px, env(safe-area-inset-bottom));
}
#resume-strip:not(:empty) {
  width: 100%;
  margin-bottom: 14px;
}
#flow-root {
  width: 100%;
  display: flex;
}
.question-shell {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
}
.progress-panel {
  display: grid;
  gap: 8px;
}
.progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 750;
}
.progress-copy strong {
  color: var(--ink);
}
.progress-track {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--paper-2);
}
.progress-track span {
  display: block;
  width: var(--progress);
  height: 100%;
  background: var(--green);
  transition: width .2s ease;
}
.question-card {
  min-height: 0;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: 20px 16px;
}
.question-card h1 {
  font-size: clamp(1.72rem, 8vw, 2.8rem);
}
.question-helper {
  min-height: 25px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .92rem;
}
.options {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.option {
  position: relative;
  display: block;
}
.option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.option-card {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 10px 12px;
  font-weight: 750;
}
.option-card::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid var(--gold-deep);
  border-radius: 50%;
}
.options.multi .option-card::before {
  border-radius: 4px;
}
.option input:checked + .option-card {
  border-color: var(--green);
  background: var(--paper-2);
  box-shadow: inset 0 0 0 1px var(--green);
}
.option input:focus-visible + .option-card {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.option input:checked + .option-card::before {
  border: 5px solid var(--green);
  background: var(--paper);
}
.options.multi .option input:checked + .option-card::before {
  border-width: 4px;
}
.planning-caption {
  margin: 12px 0 0;
  border-left: 2px solid var(--gold);
  padding-left: 10px;
  color: var(--muted);
  font-size: .78rem;
}
.destination-other {
  margin-top: 12px;
}
.actions {
  min-height: 56px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
  padding: 10px 16px;
  font-weight: 800;
  text-align: center;
}
.button.primary {
  border-color: var(--green);
  background: var(--green);
  color: var(--paper);
}
.button.ghost {
  background: transparent;
}
.button[disabled] {
  opacity: .58;
  cursor: not-allowed;
}
.field-list {
  display: grid;
  gap: 4px;
  margin-top: 16px;
}
.field {
  scroll-margin-block: 20vh;
}
.field label,
.consent-label {
  display: block;
  margin-bottom: 5px;
  font-size: .82rem;
  font-weight: 800;
}
.field input,
.destination-other input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
  padding: 11px 12px;
  font-size: 16px;
}
.field input[aria-invalid="true"],
.destination-other input[aria-invalid="true"] {
  border-color: var(--danger);
}
.field-error,
.screen-error,
.destination-error {
  min-height: 21px;
  margin: 3px 0 0;
  color: var(--danger);
  font-size: .78rem;
  font-weight: 700;
}
.consent-field {
  margin-top: 8px;
}
.consent-label {
  min-height: 48px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 10px;
  margin: 0;
  font-weight: 650;
}
.consent-label input {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  accent-color: var(--green);
}
.trust-line {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .78rem;
}
.honeypot {
  display: none !important;
}
.failure-card { border-color: #9d443b; }
.failure-badge { color: #9d443b; }
.done-page {
  padding-top: 28px;
  padding-bottom: 52px;
}
.done-stack {
  display: grid;
  gap: 18px;
}
.done-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  padding: 18px;
}
.done-hero h1 {
  font-size: clamp(2rem, 9vw, 3.8rem);
}
.done-copy {
  margin: 10px 0 0;
  color: var(--muted);
}
.reference-button {
  width: 100%;
  min-height: 74px;
  display: grid;
  gap: 2px;
  margin-top: 18px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  background: var(--paper-2);
  padding: 10px 14px;
  text-align: left;
}
.reference-button span {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.reference-button strong {
  font: 430 1.9rem/1 var(--serif);
}
.copy-status {
  min-height: 21px;
  margin: 4px 0 0;
  color: var(--green);
  font-size: .8rem;
  font-weight: 750;
}
.done-card h2,
.optional-panel summary {
  margin: 0;
  font: 380 1.55rem/1.14 var(--serif);
}
.brief-list,
.range-grid,
.next-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.brief-list li,
.range-row {
  border-top: 1px solid var(--line);
  padding-top: 9px;
}
.brief-list strong,
.range-row strong {
  display: block;
}
.brief-list span,
.range-row span {
  color: var(--muted);
  font-size: .88rem;
}
.range-figure {
  margin: 4px 0 0;
  font: 430 1.55rem/1.1 var(--serif);
}
.legal-caption {
  margin: 13px 0 0;
  border-left: 2px solid var(--gold);
  padding-left: 10px;
  color: var(--muted);
  font-size: .78rem;
}
.next-copy {
  margin: 10px 0 0;
  font-weight: 700;
}
.whatsapp-button {
  width: 100%;
  margin-top: 14px;
}
.optional-panel summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.optional-content {
  display: grid;
  gap: 18px;
  padding-top: 12px;
}
.optional-question {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.optional-question h3 {
  margin: 0;
  font: 500 1rem/1.3 var(--sans);
}
.optional-question .options {
  margin-top: 10px;
}
.optional-save-status {
  min-height: 22px;
  color: var(--green);
  font-size: .82rem;
  font-weight: 750;
}
@media (max-height: 720px) and (orientation: landscape) {
  .site-header {
    min-height: 56px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .brand {
    min-height: 48px;
  }
  .flow-page {
    min-height: calc(100vh - 56px);
    min-height: calc(100dvh - 56px);
    padding-top: 8px;
  }
  .question-card {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .question-card h1 {
    font-size: 1.55rem;
  }
  .options {
    margin-top: 12px;
  }
}
@media (min-width: 600px) {
  .wrap {
    padding-inline: 28px;
  }
  .question-card,
  .done-card {
    padding: 26px;
  }
}
@media (min-width: 768px) {
  .track-list {
    grid-template-columns: 1fr 1fr;
  }
  .track-card:last-child {
    grid-column: 1 / -1;
  }
  .field-list.contact-fields {
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
  }
  .field-list .field-wide,
  .consent-field,
  .trust-line {
    grid-column: 1 / -1;
  }
  .options.compact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .wrap {
    max-width: 900px;
    padding-inline: 40px;
  }
  .chooser-page {
    max-width: 1040px;
  }
  .chooser-intro {
    max-width: 760px;
  }
  .track-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .track-card,
  .track-card:last-child {
    min-height: 146px;
    grid-column: auto;
    grid-template-columns: 42px 1fr;
    align-content: space-between;
  }
  .track-card .track-arrow {
    grid-column: 2;
  }
  .track-card strong {
    font-size: 1.4rem;
  }
  .done-stack {
    grid-template-columns: 1fr 1fr;
  }
  .done-hero,
  .optional-panel {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  .site-header {
    min-height: 58px;
    padding-top: max(5px, env(safe-area-inset-top));
    padding-bottom: 5px;
  }
  .brand-horizontal {
    width: 150px;
  }
  .chooser-page {
    padding-top: 9px;
  }
  .kicker {
    margin-bottom: 5px;
  }
  .chooser-intro h1 {
    font-size: clamp(1.88rem, 9.4vw, 2.2rem);
  }
  .chooser-orienting {
    margin-top: 5px;
    font-size: .9rem;
    line-height: 1.35;
  }
  .founder-line {
    margin-top: 3px;
    font-size: .72rem;
  }
  .choice-heading {
    margin-top: 10px;
    font-size: .72rem;
  }
  .track-list {
    gap: 8px;
    padding-top: 6px;
  }
  .track-card {
    min-height: 52px;
    grid-template-columns: 32px 1fr auto;
    padding: 5px 10px;
  }
  .track-icon {
    width: 32px;
    height: 32px;
  }
  .track-card strong {
    font-size: 1.05rem;
  }
  .track-card small {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.not-found-page{padding-bottom:48px}
.not-found-page .track-list{margin-top:24px}
.not-found-fallback{display:flex;justify-content:center;margin-top:24px}
.draft-choice-actions{align-items:stretch}
.draft-choice-actions .button{justify-content:center;text-align:center}

.compound-list {
  display: grid;
  gap: 22px;
  margin-top: 18px;
}
.compound-group {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.compound-group:first-child {
  border-top: 0;
  padding-top: 0;
}
.compound-group h2 {
  margin: 0;
  font: 430 1.08rem/1.32 var(--sans);
}
.compound-helper,
.optional-intro {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .82rem;
}
.compound-group .options {
  margin-top: 10px;
}
.business-fields,
.strength-note {
  margin-top: 18px;
}
.readiness-count {
  margin: 12px 0 0;
  color: var(--muted);
}
.readiness-count strong {
  color: var(--ink);
}
.checklist {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.checklist li {
  min-height: 48px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
  color: var(--muted);
}
.checklist li span:first-child {
  color: var(--gold-deep);
  font-size: 1.2rem;
}
.readiness-ready {
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 750;
}
.done-card.readiness-card {
  align-self: start;
}
@media (min-width: 768px) {
  .field-list.business-fields {
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
  }
}
@media (min-width: 1024px) {
  .readiness-card {
    grid-column: 1 / -1;
  }
}

/* Launch-day presentation polish: preserve type scale while enforcing the
   measured mobile readability and touch-target floors. */
.kicker,
.step-section,
.choice-heading,
.founder-line {
  font-size: .75rem;
}
.site-footer a {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding-block: 3px;
}
.track-icon {
  color: var(--ink);
}

/* Legal links and permissions share the tool's responsive type and colour system. */
.footer-inner { max-width: 980px; margin-inline: auto; }
.footer-legal, .footer-contact { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 16px; }
.footer-contact { margin-top: 16px; }
.site-footer a, .site-footer button { min-width: 24px; min-height: 32px; padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; }
.site-footer .consent-manage { font: inherit; color: inherit; background: transparent; border: 0; border-radius: 0; margin: 0; }
.consent-label input { width: 24px; height: 24px; }
.consent-label a, .legal-caption a { display: inline-flex; align-items: center; min-width: 24px; min-height: 24px; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.consent-label span { overflow-wrap: anywhere; }
.option-content { display: block; flex: 1; }
.option-content > span { display: block; }
.planning-caption { display: block; font-size: 12px; font-weight: 500; line-height: 1.5; }
.option-content .planning-caption { margin-top: 8px; }
.acceptance-card { align-self: start; }
:root { --muted: #46515f; }
[data-theme="dark"] { --muted: #c7cfda; }
/* Native controls keep their complete touch target and visible state. */
.option input { width: 24px; height: 24px; opacity: 1; left: 12px; top: 50%; transform: translateY(-50%); margin: 0; z-index: 1; accent-color: var(--green); }
.option-card { padding-left: 48px; }
.option-card::before { display: none; }
.consent-label input { width: 24px; height: 24px; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
