:root {
  --ink: #29231f;
  --ink-soft: #5f554f;
  --paper: #f6f1e9;
  --paper-deep: #ebe2d5;
  --white: #fffdf9;
  --taupe: #8b7669;
  --clay: #8b5448;
  --clay-dark: #693c33;
  --sand: #d7c4aa;
  --line: rgba(55, 43, 36, 0.19);
  --danger: #9b2f2f;
  --focus: #6d463d;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .26; background-image: radial-gradient(rgba(61, 46, 37, .12) .55px, transparent .55px); background-size: 5px 5px; z-index: -1; }
button, input, select, textarea { font: inherit; }
button, a, label { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
[hidden] { display: none !important; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; transform: translateY(-180%); background: var(--ink); color: var(--white); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(20px, 5vw, 76px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { color: var(--ink); }
.brand span { display: grid; line-height: 1; }
.brand strong { font-size: 13px; letter-spacing: .22em; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .34em; color: var(--ink-soft); }
.privacy-link { font-size: 12px; letter-spacing: .11em; text-underline-offset: 5px; }

.hero { min-height: min(940px, 100svh); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: stretch; padding-left: clamp(20px, 7vw, 118px); background: linear-gradient(112deg, var(--paper) 0 63%, #e5d9c9 63% 100%); overflow: hidden; }
.hero__copy { align-self: center; max-width: 730px; padding: 138px clamp(32px, 7vw, 116px) 88px 0; }
.eyebrow { margin: 0 0 24px; color: var(--clay-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 690px; margin: 0 0 30px; font-size: clamp(50px, 5.25vw, 88px); line-height: .98; }
.opening { max-width: 610px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.54; }
.opening p { margin: 0 0 7px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 14px 22px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-weight: 700; font-size: 13px; letter-spacing: .06em; text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .56; cursor: wait; transform: none; }
.button--primary { margin-top: 26px; color: var(--white); background: var(--clay-dark); }
.button--primary:hover { background: #4f2d27; }
.button--secondary { color: var(--ink); background: transparent; border-color: var(--line); }
.trust { display: flex; gap: 10px; max-width: 520px; margin: 22px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.trust span { color: var(--clay); }
.hero__portrait { position: relative; align-self: end; width: min(100%, 650px); height: calc(100% - 94px); min-height: 650px; margin: 94px 0 0; overflow: hidden; }
.image-frame { height: 100%; overflow: hidden; }
.hero__portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 42%; filter: saturate(.78) contrast(.95); }
.hero__portrait figcaption { position: absolute; right: 26px; bottom: 25px; padding: 9px 12px; color: var(--white); background: rgba(41,35,31,.62); backdrop-filter: blur(7px); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero__portrait figcaption span { padding: 0 4px; color: var(--sand); }

.welcome { display: grid; grid-template-columns: minmax(320px, .86fr) minmax(380px, 1.14fr); gap: clamp(50px, 9vw, 150px); align-items: center; max-width: 1440px; margin: 0 auto; padding: clamp(96px, 12vw, 180px) clamp(20px, 7vw, 110px); }
.welcome__images { position: relative; min-height: 690px; }
.welcome__images img { position: absolute; display: block; object-fit: cover; filter: saturate(.72); }
.welcome__images img:first-child { inset: 0 auto auto 0; width: 68%; height: 82%; object-position: 50% 35%; }
.welcome__images img:last-child { right: 0; bottom: 0; width: 55%; height: 48%; border: 10px solid var(--paper); object-position: 50% 45%; }
.section-mark { margin-bottom: 36px; color: var(--clay); }
.welcome h2 { max-width: 660px; margin: 0 0 30px; font-size: clamp(42px, 4.3vw, 68px); line-height: 1.05; }
.welcome__copy > p:not(.eyebrow) { max-width: 600px; color: var(--ink-soft); font-family: var(--serif); font-size: 19px; line-height: 1.7; }
.text-button { min-height: 48px; margin-top: 18px; padding: 8px 0; color: var(--clay-dark); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-weight: 700; }

.conversation { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); max-width: 1380px; min-height: 820px; margin: 0 auto clamp(80px, 10vw, 150px); background: var(--white); border: 1px solid var(--line); }
.conversation__shell { padding: clamp(28px, 6vw, 82px); }
.conversation__aside { position: relative; min-height: 100%; overflow: hidden; color: var(--white); background: var(--ink); }
.conversation__aside::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(31,24,21,.88)); }
.conversation__aside img { width: 100%; height: 100%; min-height: 820px; display: block; object-fit: cover; object-position: 50% 38%; filter: saturate(.65); }
.conversation__aside p, .conversation__aside span { position: absolute; z-index: 1; right: 30px; left: 30px; }
.conversation__aside p { bottom: 86px; margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.3; }
.conversation__aside span { bottom: 46px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.progress { margin-bottom: clamp(42px, 7vw, 72px); }
.progress__meta { display: flex; justify-content: space-between; margin-bottom: 12px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.progress__track { height: 2px; overflow: hidden; background: var(--paper-deep); }
.progress__track span { display: block; width: 0; height: 100%; background: var(--clay); transition: width .35s ease; }
.step-header { max-width: 760px; margin-bottom: 42px; }
.step-kicker { margin: 0 0 12px; color: var(--clay-dark); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.step-header h2 { margin: 0 0 13px; font-size: clamp(36px, 4vw, 54px); line-height: 1.06; }
.step-intro { margin: 0; color: var(--ink-soft); line-height: 1.6; }
.personal-note { display: inline-block; margin: 17px 0 0; color: var(--clay-dark); font-family: var(--serif); font-style: italic; }
.fields { display: grid; gap: 32px; }
.field { min-width: 0; margin: 0; padding: 0; border: 0; }
.field > label, .field > legend { display: block; max-width: 800px; margin: 0 0 12px; padding: 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 25px); line-height: 1.35; }
.field__help { display: block; margin: -4px 0 13px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea { width: 100%; min-height: 54px; padding: 14px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--taupe); border-radius: 0; }
textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
input::placeholder, textarea::placeholder { color: #968b84; }
.choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.choice { position: relative; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice label { min-height: 52px; display: flex; align-items: center; padding: 13px 15px; border: 1px solid var(--line); cursor: pointer; line-height: 1.35; transition: border-color .18s ease, background-color .18s ease; }
.choice label::before { content: ""; flex: 0 0 17px; width: 17px; height: 17px; margin-right: 11px; border: 1px solid var(--taupe); border-radius: 50%; }
.choice input:focus-visible + label { outline: 3px solid var(--focus); outline-offset: 3px; }
.choice input:checked + label { border-color: var(--clay-dark); background: #f1e8de; }
.choice input:checked + label::before { border: 5px solid var(--clay-dark); background: var(--white); }
.other-field { margin-top: 12px; padding-left: 4px; }
.scale { display: grid; grid-template-columns: repeat(11, minmax(36px, 1fr)); gap: 5px; }
.scale .choice label { min-height: 48px; justify-content: center; padding: 8px 4px; }
.scale .choice label::before { display: none; }
.scale-ends { display: flex; justify-content: space-between; margin-top: 9px; color: var(--ink-soft); font-size: 10px; }
.check-choice { position: relative; }
.check-choice input { position: absolute; top: 17px; left: 17px; width: 20px; height: 20px; accent-color: var(--clay-dark); }
.check-choice label { min-height: 58px; display: block; padding: 16px 18px 16px 52px; border: 1px solid var(--line); cursor: pointer; font-family: var(--sans); font-size: 14px; line-height: 1.55; }
.check-choice input:checked + label { border-color: var(--clay-dark); background: #f1e8de; }
.check-choice a { text-underline-offset: 3px; }
.field-error { display: block; margin-top: 8px; color: var(--danger); font-size: 12px; font-weight: 700; }
.has-error input:not([type="radio"]):not([type="checkbox"]), .has-error textarea { border-bottom-color: var(--danger); }
.has-error .choices { padding: 3px; outline: 2px solid var(--danger); outline-offset: 2px; }
.error-summary { margin-bottom: 28px; padding: 15px 18px; border-left: 3px solid var(--danger); background: #f8e9e5; color: #6e2424; line-height: 1.5; }
.error-summary strong { display: block; margin-bottom: 4px; }
.form-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--line); }
.form-actions .button--primary { margin-top: 0; margin-left: auto; }
.review-card { margin-bottom: 30px; padding: 22px; background: var(--paper); border-left: 3px solid var(--sand); }
.review-card p { margin: 0 0 8px; }
.review-card p:last-child { margin-bottom: 0; }
.honeypot { position: absolute; left: -9999px; }

.success { max-width: 720px; margin: 30px auto; text-align: center; }
.success img { width: 70px; height: 70px; margin-bottom: 28px; color: var(--clay); }
.success h2 { margin: 0 0 28px; font-size: clamp(48px, 7vw, 76px); }
.success p { color: var(--ink-soft); font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.confirmation-code { display: inline-block; margin-top: 24px; padding: 13px 18px; border: 1px solid var(--line); font-family: var(--sans) !important; font-size: 12px !important; letter-spacing: .12em; }
.closing-note { display: grid; justify-items: center; gap: 24px; padding: 90px 20px; color: var(--paper); background: var(--ink); text-align: center; }
.closing-note img { color: var(--sand); filter: invert(1); opacity: .78; }
.closing-note p { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); line-height: 1.35; }

footer { display: flex; align-items: center; gap: 28px; padding: 34px clamp(20px, 5vw, 76px); border-top: 1px solid var(--line); }
footer p { margin: 0 auto 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: 14px; }
footer nav { font-size: 12px; }
.brand--footer { flex: 0 0 auto; }

.legal { max-width: 840px; margin: 0 auto; padding: 150px 24px 100px; }
.legal h1 { margin: 0 0 25px; font-size: clamp(48px, 8vw, 82px); }
.legal__lead { margin: 0 0 70px; color: var(--ink-soft); font-family: var(--serif); font-size: 23px; line-height: 1.55; }
.legal section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal h2 { margin: 0 0 12px; font-size: 30px; }
.legal section p { margin: 0; color: var(--ink-soft); line-height: 1.75; }
.legal__version { margin-top: 40px; color: var(--ink-soft); font-size: 12px; }
.legal .button { margin-top: 20px; }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr 43%; padding-left: 40px; }
  .hero__copy { padding-right: 30px; }
  .hero__portrait { min-height: 660px; }
  .welcome { gap: 50px; padding-inline: 40px; }
  .welcome__images { min-height: 580px; }
  .conversation { margin-inline: 24px; grid-template-columns: 1fr 300px; }
  .conversation__shell { padding: 48px 38px; }
  .scale { grid-template-columns: repeat(6, 1fr); }
}

@media (max-width: 720px) {
  .site-header { position: absolute; padding: 18px 20px; }
  .privacy-link { font-size: 11px; }
  .hero { display: flex; flex-direction: column; padding: 0; background: var(--paper); }
  .hero__copy { order: 2; padding: 50px 22px 74px; }
  .hero h1 { font-size: clamp(47px, 14.5vw, 65px); }
  .opening { font-size: 18px; }
  .hero__copy .button { width: 100%; }
  .hero__portrait { order: 1; width: 100%; height: 59svh; min-height: 500px; margin: 0; }
  .hero__portrait::after { content: ""; position: absolute; inset: 0 0 auto; height: 130px; background: linear-gradient(rgba(246,241,233,.64), transparent); }
  .hero__portrait img { object-position: 50% 32%; }
  .hero__portrait figcaption { right: 16px; bottom: 16px; }
  .welcome { grid-template-columns: 1fr; padding: 100px 22px; }
  .welcome__images { min-height: 520px; }
  .welcome__copy { padding-top: 10px; }
  .welcome h2 { font-size: 44px; }
  .conversation { display: block; min-height: 0; margin: 0; border-right: 0; border-left: 0; }
  .conversation__shell { padding: 38px 20px 60px; }
  .conversation__aside { display: none; }
  .progress { margin-bottom: 45px; }
  .step-header h2 { font-size: 40px; }
  .fields { gap: 34px; }
  .choices { grid-template-columns: 1fr; }
  .scale { grid-template-columns: repeat(6, 1fr); }
  .form-actions { position: sticky; z-index: 5; bottom: 0; margin-inline: -20px; padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); background: rgba(255,253,249,.96); backdrop-filter: blur(14px); }
  .form-actions .button { min-width: 104px; }
  .closing-note { padding: 78px 22px; }
  footer { align-items: flex-start; flex-wrap: wrap; }
  footer p { flex-basis: 100%; order: 3; }
}

@media (max-width: 390px) {
  .brand strong { font-size: 11px; }
  .brand img { width: 34px; height: 34px; }
  .hero__portrait { min-height: 470px; }
  .hero h1 { font-size: 47px; }
  .welcome__images { min-height: 460px; }
  .welcome h2 { font-size: 39px; }
  .scale { grid-template-columns: repeat(4, 1fr); }
  .form-actions { gap: 8px; }
  .form-actions .button { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
