:root {
  --ink: #11141c;
  --white: #f8f4ed;
  --soft: #e9e6e1;
  --blue: #0fa3b1;
  --pink: #e0218a;
  --steel: #aab5be;
  --line: rgba(17,20,28,.18);
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Instrument Sans", Arial, sans-serif;
  font-variation-settings: "wdth" 92;
  -webkit-font-smoothing: antialiased;
}

.grecaptcha-badge { display: none !important; }
button, input, textarea { font: inherit; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}
.skip-link { position: fixed; left: 10px; top: 10px; transform: translateY(-160%); z-index: 20; background: white; padding: 10px; }
.skip-link:focus { transform: none; }
header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 78px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  mix-blend-mode: difference;
}
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; width: max-content; }
.brand-mark { font-family: "Archivo Black", sans-serif; font-size: 23px; letter-spacing: -2px; }
.brand-mark span { color: #51c3cc; }
.brand-name { font-size: 10.5px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
header > p { margin: 0; font: 500 11px "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }
.close-link { justify-self: end; display: flex; align-items: center; gap: 13px; color: inherit; font: 500 11px "IBM Plex Mono", monospace; text-decoration: none; text-transform: uppercase; }
.close-link span { font-size: 18px; }

main { min-height: 100vh; display: grid; grid-template-columns: minmax(360px, 42%) 1fr; }
.story-panel {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  color: white;
  background: var(--ink);
}
.story-panel > img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; filter: saturate(.65) contrast(1.06); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,20,28,.12), rgba(17,20,28,.25) 42%, rgba(17,20,28,.88)); }
.story-copy { position: absolute; left: clamp(28px,4vw,64px); right: clamp(28px,4vw,64px); bottom: 105px; }
.eyebrow, .step-kicker {
  margin: 0 0 19px;
  font: 500 11px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.story-copy h1 {
  max-width: 600px;
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(43px, 5vw, 76px);
  line-height: .88;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
blockquote { margin: 42px 0 0; max-width: 390px; font-size: 17px; line-height: 1.35; }
blockquote footer { margin-top: 9px; font: 400 10px "IBM Plex Mono", monospace; text-transform: uppercase; }
.promise {
  position: absolute;
  left: clamp(28px,4vw,64px);
  right: clamp(28px,4vw,64px);
  bottom: 30px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255,255,255,.45);
  font: 400 10px "IBM Plex Mono", monospace;
  text-transform: uppercase;
}
.promise span:nth-child(2) { text-align: center; }
.promise span:last-child { color: #75d2d9; text-align: right; }

.form-panel {
  position: relative;
  min-height: 100vh;
  padding: 118px clamp(30px,7vw,112px) 70px;
  display: flex;
  flex-direction: column;
}
.progress-wrap { margin-bottom: clamp(60px,8vh,100px); }
.progress-copy { display: flex; justify-content: space-between; font: 500 11px "IBM Plex Mono", monospace; text-transform: uppercase; }
.progress-track { height: 2px; margin: 12px 0; background: #d3d9dd; }
.progress-track i { display: block; width: 20%; height: 100%; background: var(--blue); transition: width .5s cubic-bezier(.16,1,.3,1); }
.progress-moments { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; font: 400 9px "IBM Plex Mono", monospace; color: #727c84; text-transform: uppercase; }
.progress-moments span:not(:first-child) { text-align: center; }
.progress-moments span:last-child { text-align: right; }
.progress-moments .active { color: var(--blue); }
.apply-eligibility {
  margin-top: 24px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 5px 5px 0 var(--blue);
}
.apply-eligibility strong {
  font: 400 24px "Archivo Black", sans-serif;
  letter-spacing: -.06em;
}
.apply-eligibility strong span { color: var(--pink); }
.apply-eligibility p { margin: 0; color: #dce1e4; font-size: 14px; line-height: 1.45; }

form { width: min(100%, 820px); margin: auto 0; }
.form-step { display: none; margin: 0; padding: 0; border: 0; }
.form-step.active { display: block; animation: enter .5s cubic-bezier(.16,1,.3,1); }
@keyframes enter { from { opacity: 0; transform: translateY(15px); } }
legend {
  width: 100%;
  padding: 0;
  font-size: clamp(37px,4.7vw,70px);
  font-weight: 650;
  line-height: .98;
  letter-spacing: -.055em;
}
legend .step-kicker { display: block; color: var(--blue); font-size: 11px; letter-spacing: .08em; }
.help { margin: 22px 0 34px; max-width: 560px; color: #5e6870; font-size: 15px; line-height: 1.45; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.choice-grid label,
.choice-list label {
  position: relative;
  min-height: 86px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border .18s, background .18s, transform .18s;
}
.choice-grid input,
.choice-list input { position: absolute; opacity: 0; }
.choice-grid label > span,
.choice-list label > span { padding: 20px 42px 20px 20px; font-size: 14px; line-height: 1.3; }
.choice-grid label::after,
.choice-list label::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 14px;
  height: 14px;
  border: 1px solid #8c969d;
}
.choice-list label::after { border-radius: 50%; }
.choice-grid label:has(input:checked),
.choice-list label:has(input:checked) { border-color: var(--blue); background: #eef1fb; transform: translateX(3px); }
.choice-grid label:has(input:checked)::after { background: var(--blue); box-shadow: inset 0 0 0 3px #eef1fb; }
.choice-list label:has(input:checked)::after { background: var(--blue); box-shadow: inset 0 0 0 3px #eef1fb; }
.choice-list { display: grid; gap: 9px; }
.choice-list label { min-height: 78px; }
.choice-list label > span { display: flex; flex-direction: column; gap: 4px; }
.choice-list b { font-size: 15px; }
.choice-list small { color: #657078; font-size: 14px; }
.secondary-question { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.secondary-question > p { margin: 0 0 13px; font-size: 15px; font-weight: 650; }
.choice-grid.compact label,
.choice-list.compact label { min-height: 62px; }
.choice-grid.compact label > span,
.choice-list.compact label > span { padding-top: 14px; padding-bottom: 14px; font-size: 14px; }
.form-error { min-height: 20px; margin: 12px 0 0; color: #923b35; font-size: 14px; }

.textarea-label { display: block; }
.textarea-label > span, .details-grid label > span { display: block; margin-bottom: 8px; font: 500 11px "IBM Plex Mono", monospace; text-transform: uppercase; }
.field-help { display: block; margin-top: 7px; color: #657078; font-size: 14px; line-height: 1.45; }
textarea, .details-grid input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  outline: 0;
}
textarea { padding: 15px; border: 1px solid var(--ink); resize: vertical; font-size: 16px; }
textarea:focus, .details-grid input:focus { border-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
.readiness-choice { margin-top: 30px; }
.readiness-choice > p { margin: 0 0 12px; font-size: 15px; font-weight: 650; }
.readiness-choice label { display: inline-flex; margin: 0 20px 10px 0; gap: 8px; font-size: 15px; cursor: pointer; }
.readiness-choice input { accent-color: var(--blue); }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 20px; }
.details-grid .wide { grid-column: 1 / -1; }
.details-grid input { padding: 10px 2px; font-size: 17px; }
.consent { margin-top: 25px; display: flex; gap: 11px; max-width: 680px; color: #4f5960; font-size: 14px; line-height: 1.55; }
.consent input { accent-color: var(--blue); }

.form-actions {
  margin-top: 38px;
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}
.form-actions button, .completion button, .booking-link {
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.back { padding: 15px 0; color: #59636a; background: transparent; font: 500 11px "IBM Plex Mono", monospace; }
.next, .completion button, .booking-link {
  margin-left: auto;
  min-width: 205px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  color: white;
  background: var(--ink);
  font-size: 14px;
  font-weight: 700;
  transition: background .2s, transform .2s;
}
.next:hover, .completion button:hover, .booking-link:hover { background: var(--blue); transform: translateX(4px); }
.next span, .completion button span, .booking-link span { color: #64cad2; }
.next[disabled] { cursor: wait; opacity: .66; transform: none; }
.completion { width: min(100%, 720px); margin: auto 0; }
.completion h2 { margin: 0 0 25px; font-family: "Archivo Black", sans-serif; font-size: clamp(45px,6vw,86px); line-height: .89; letter-spacing: -.065em; text-transform: uppercase; }
.completion > p:not(.step-kicker) { max-width: 600px; font-size: 17px; line-height: 1.5; }
.completion button { width: min(300px, 100%); margin: 35px 0 12px; }
.booking-link {
  width: min(300px, 100%);
  margin: 35px 0 12px;
  text-decoration: none;
}
.completion small { display: block; color: #5b656c; font: 400 10px "IBM Plex Mono", monospace; text-transform: uppercase; }
.calendar-demo {
  max-width: 620px;
  margin: 12px 0 18px;
  padding: 20px;
  border: 1px solid var(--ink);
  background: #fff;
  box-shadow: 8px 8px 0 var(--blue);
}
.calendar-demo-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.calendar-demo-head strong { font-size: 14px; }
.calendar-demo-head span,
.calendar-demo p {
  color: #69737a;
  font: 400 10px "IBM Plex Mono", monospace;
  text-transform: uppercase;
}
.calendar-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0; }
.calendar-slots button {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 14px 8px;
  display: block;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  font: 500 10px "IBM Plex Mono", monospace;
}
.calendar-slots button:hover,
.calendar-slots button.selected {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  transform: none;
}
.calendar-demo p { margin: 0; line-height: 1.5; }
.demo-note { position: absolute; right: 18px; bottom: 13px; margin: 0; color: #687279; font: 400 9.5px/1.45 "IBM Plex Mono", monospace; text-transform: uppercase; }
.demo-note a { text-underline-offset: 2px; }

@media (max-width: 900px) {
  header { position: absolute; padding: 0 22px; }
  main { grid-template-columns: 1fr; }
  .story-panel { position: relative; height: 540px; }
  .story-copy h1 { font-size: clamp(44px,10vw,72px); }
  .form-panel { min-height: 900px; padding: 85px 24px 70px; }
  .progress-wrap { margin-bottom: 65px; }
}
@media (max-width: 580px) {
  .brand-name, header > p { display: none; }
  .story-panel { height: 480px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid label { min-height: 68px; }
  .progress-moments { display: none; }
  .details-grid { grid-template-columns: 1fr; }
  .details-grid .wide { grid-column: auto; }
  .next { min-width: 175px; }
  .completion h2 { font-size: 39px; letter-spacing: -.07em; }
  .calendar-demo-head { display: block; }
  .calendar-demo-head span { display: block; margin-top: 5px; }
  .calendar-slots { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
