@font-face {
  font-family: "Comfortaa";
  src: url("assets/comfortaa-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #171a1d;
  --ink-soft: #4e5255;
  --paper: #f2eee6;
  --paper-deep: #e5ded1;
  --white: #fcfaf6;
  --accent: #171a1d;
  --accent-dark: #000000;
  --line: rgba(23, 26, 29, .18);
  --comfortaa: "Comfortaa", "Segoe UI", Arial, sans-serif;
  --sans: var(--comfortaa);
  --serif: var(--comfortaa);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; color-scheme: only light; scroll-behavior: smooth; }
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--comfortaa);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -60px; left: 24px; z-index: 999; padding: 12px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 78px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  transition: border-color .25s, height .25s, box-shadow .25s;
}
.site-header.scrolled { height: 74px; border-color: var(--line); box-shadow: 0 8px 28px rgba(0,0,0,.1); }
.brand { display: block; text-decoration: none; }
.brand-logo { display: flex; align-items: center; width: 250px; height: 54px; }
.brand-logo picture, .brand-logo img { display: block; width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); }
nav a { font-size: 12px; font-weight: 650; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.nav-cta { padding-bottom: 4px; border-bottom: 1px solid var(--ink); }
.mobile-only { display: none !important; }
.section-page .site-header { position: sticky; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  padding: 140px clamp(24px, 7vw, 112px) 96px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero::after { position: absolute; top: 0; right: 18%; width: 1px; height: 100%; background: rgba(255,255,255,.13); content: ""; }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; font-size: clamp(58px, 7.8vw, 128px); line-height: .82; letter-spacing: -.055em; }
h1 em { color: inherit; font-weight: 400; }
.lead { max-width: 670px; margin: 40px 0 0 6px; color: #cbc8c2; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; }
.lead,
.section-heading > p:last-child,
.method-grid p,
.intake-intro > p:not(.eyebrow),
.response-note p,
.document-note span {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin: 40px 0 0 6px; }
.hero-contact-links { display: flex; gap: 9px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 54px; padding: 0 22px; border: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary, .form-next, .form-submit { border-color: var(--accent); background: var(--accent); color: white; }
.button.primary:hover, .form-next:hover, .form-submit:hover { background: var(--accent-dark); }
.hero .button.primary, .form-next, .form-submit { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero .button.primary:hover, .form-next:hover, .form-submit:hover { background: #e7e3dc; color: var(--ink); }
.text-link { color: var(--ink-soft); font-size: 13px; text-underline-offset: 5px; }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(440px, 87%); }
.hero-photo { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 0 28px 80px rgba(23, 26, 29, .2); transform: rotate(1deg); }
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 36%, rgba(0,0,0,.76) 100%); content: ""; }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 51% 42%; filter: grayscale(1) contrast(1.12); }
.photo-statement { position: absolute; right: 32px; bottom: 42px; left: 32px; z-index: 2; color: var(--white); }
.photo-statement blockquote { margin: 0; font-size: clamp(40px, 4vw, 60px); line-height: .9; letter-spacing: -.035em; }
.hero-foot { position: absolute; bottom: 28px; left: clamp(24px, 7vw, 112px); right: clamp(24px, 7vw, 112px); display: flex; gap: 24px; color: #aaa8a3; font-size: 9px; letter-spacing: .18em; }
.hero-foot span:last-child { margin-left: auto; }

.method { padding: clamp(90px, 12vw, 170px) clamp(24px, 7vw, 112px); background: var(--white); }
.section-heading { display: grid; grid-template-columns: .55fr 1.3fr 1fr; align-items: end; gap: 40px; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.section-heading .eyebrow { align-self: start; }
.section-heading h1, .section-heading h2, .intake h1, .intake h2 { margin: 0; font-size: clamp(43px, 5vw, 76px); line-height: .98; letter-spacing: -.04em; }
.intake h1, .intake h2 { font-size: clamp(39px, 4vw, 60px); line-height: 1.02; }
.section-heading > p:last-child { max-width: 440px; margin: 0 0 6px; color: var(--ink-soft); line-height: 1.7; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.method-grid li { min-height: 300px; padding: 42px 42px 42px 0; border-right: 1px solid var(--line); }
.method-grid li + li { padding-left: 42px; }
.method-grid li:last-child { border-right: 0; }
.step-number { color: var(--accent); font-family: var(--serif); font-size: 13px; }
.method-grid h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.method-grid p { max-width: 330px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.practice-areas { padding-top: 48px; border-top: 1px solid var(--line); }
.practice-areas .eyebrow { margin-bottom: 28px; }
.practice-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.practice-tile { display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 1; padding: 22px; border: 1px solid var(--line); }
.practice-tile h3 { max-width: 220px; margin: 0; font-family: var(--serif); font-size: clamp(14px, 1.35vw, 19px); font-weight: 500; line-height: 1.4; }
.practice-tile p { margin: 24px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.practice-tile-general { border-color: var(--ink); background: var(--ink); color: var(--white); }
.practice-tile-general p { color: #c9c6bf; }

.intake { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 760px; background: var(--ink); color: var(--white); }
.intake-intro { padding: clamp(80px, 8vw, 130px) clamp(24px, 7vw, 112px); border-right: 1px solid rgba(255,255,255,.13); }
.eyebrow.light { color: #bdb9b1; }
.intake-intro > p:not(.eyebrow) { max-width: 470px; color: #bdb9b1; font-size: 17px; line-height: 1.7; }
.response-note { display: flex; gap: 16px; max-width: 430px; margin-top: 80px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.response-note > span { color: var(--white); }
.response-note p { margin: 0; color: #a8a59f; font-size: 12px; line-height: 1.6; }
.response-note strong { color: var(--white); text-transform: uppercase; letter-spacing: .1em; }
.intake-form { position: relative; padding: clamp(80px, 8vw, 130px) clamp(24px, 7vw, 112px); }
.form-progress { display: flex; align-items: center; gap: 20px; margin-bottom: 52px; }
.progress-label { flex: none; color: #aaa7a1; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.progress-label b { color: white; }
.progress-track { position: relative; display: block; width: 150px; height: 1px; background: rgba(255,255,255,.16); }
.progress-track i { position: absolute; inset: 0 auto 0 0; width: 33.333%; background: var(--white); transition: width .35s ease; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-step { display: none; }
.form-step.is-active { display: block; animation: step-in .38s ease both; }
legend { display: block; width: 100%; margin-bottom: 12px; font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); line-height: 1.05; }
.field-help, .privacy-note { margin: 0 0 28px; color: #a8a59f; font-size: 12px; }
.privacy-note a { color: var(--white); text-underline-offset: 4px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 92px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); color: #d5d1ca; transition: background .2s, border .2s; }
.choice-grid strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }
.choice-grid small { display: block; margin-top: 5px; color: #939590; font-family: var(--sans); font-size: 10px; line-height: 1.45; }
.choice-grid input:checked + span small { color: #cbc7c0; }
.choice-wide { grid-column: 1 / -1; }
.choice-grid input:checked + span { border-color: var(--white); background: rgba(255,255,255,.1); color: white; }
.choice-grid input:focus-visible + span { outline: 2px solid white; outline-offset: 2px; }
.field-label { display: block; margin-bottom: 9px; color: #bdb9b1; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
textarea, input[type="text"], input[type="email"], input[type="date"], select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); border-radius: 0; outline: 0; background: transparent; color: white; }
textarea { resize: vertical; min-height: 150px; padding: 12px 0; line-height: 1.55; }
input[type="text"], input[type="email"], input[type="date"], select { height: 48px; padding: 0; }
textarea:focus, input:focus, select:focus { border-color: var(--white); }
textarea::placeholder { color: #747571; }
select { color-scheme: dark; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 28px; }
.document-note { display: flex; gap: 14px; margin-top: 28px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.16); }
.document-note svg { flex: none; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.document-note p { margin: 0; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.document-note span { display: block; margin-top: 5px; color: #9f9d98; font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 36px; }
.step-actions.single { justify-content: flex-end; }
.button.ghost { border-color: rgba(255,255,255,.25); color: white; }
.consent { display: flex; align-items: flex-start; gap: 12px; margin: 32px 0 15px; color: #d0ccc5; font-size: 12px; line-height: 1.55; }
.consent input { flex: none; width: 17px; height: 17px; margin-top: 1px; accent-color: var(--accent); }
.form-error { min-height: 24px; margin-top: 14px; color: #e39a94; font-size: 12px; }

footer { display: grid; grid-template-columns: 1.15fr 1.2fr 1.2fr 1fr; gap: 32px; padding: 42px clamp(24px, 5vw, 78px); border-top: 1px solid #33373a; background: var(--ink); color: #939590; font-family: var(--comfortaa); font-size: 10px; line-height: 1.7; letter-spacing: .08em; text-transform: uppercase; }
footer > div { display: flex; flex-direction: column; }
.footer-brand { align-items: center; width: min(100%, 300px); color: var(--white); font-weight: 700; text-align: center; }
.footer-icon { position: relative; display: block; width: 68px; height: 68px; overflow: hidden; }
.footer-icon img { position: absolute; top: -17px; left: -17px; display: block; width: 102px; height: auto; mix-blend-mode: screen; }
.footer-brand small { max-width: 280px; margin-top: 8px; color: #939590; font-size: 8px; font-weight: 500; letter-spacing: .1em; line-height: 1.5; }
footer a { text-underline-offset: 4px; }
.contact-link { width: fit-content; }
.footer-address .contact-link { margin-top: 8px; color: var(--white); }
.footer-appointment { padding-left: 24px; border-left: 1px solid #33373a; }
.footer-appointment > span { max-width: 250px; color: var(--white); }
.footer-appointment > a { width: fit-content; margin-top: 10px; color: var(--white); font-weight: 700; text-decoration: none; }
.footer-actions { display: flex; gap: 10px; margin-bottom: 8px; }
.footer-legal { align-items: flex-start; gap: 4px; }
.footer-legal > span { max-width: 260px; }
.footer-legal > a { width: fit-content; margin-top: 4px; color: var(--white); }
.icon-link { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #505357; color: var(--white); transition: background .2s, color .2s; }
.icon-link:hover { background: var(--white); color: var(--ink); }
.icon-link.light-icon { border-color: var(--line); color: var(--ink); }
.icon-link.light-icon:hover { background: var(--ink); color: var(--white); }
.hero .icon-link.light-icon { border-color: #505357; color: var(--white); }
.hero .icon-link.light-icon:hover { background: var(--white); color: var(--ink); }
.icon-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.icon-link .facebook-icon, .icon-link .social-icon { fill: currentColor; stroke: none; }
.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; }

dialog { width: min(560px, calc(100% - 32px)); padding: 48px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(12,14,15,.72); backdrop-filter: blur(5px); }
dialog h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.08; }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.dialog-mail-icon { margin: 14px 0 30px; }

.legal-page { background: var(--white); }
.legal-page .site-header { position: sticky; height: 82px; border-bottom-color: var(--line); box-shadow: 0 8px 28px rgba(23,26,29,.04); }
.legal-main { padding: clamp(78px, 10vw, 140px) clamp(24px, 12vw, 190px); }
.legal-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 54px; max-width: 1120px; margin: 0 auto 76px; padding-bottom: 64px; border-bottom: 1px solid var(--line); }
.legal-heading h1 { font-size: clamp(46px, 6vw, 84px); line-height: .95; letter-spacing: -.045em; }
.legal-heading p:last-child { margin: 0 0 6px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; text-align: justify; text-justify: inter-word; hyphens: auto; }
.legal-content { display: grid; grid-template-columns: 1fr 1fr; gap: 52px 72px; max-width: 1120px; margin: 0 auto; }
.legal-section { padding-top: 24px; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 18px; font-size: 21px; font-weight: 600; line-height: 1.25; letter-spacing: -.015em; }
.legal-section p, .legal-section li { color: var(--ink-soft); font-size: 13px; line-height: 1.8; text-align: justify; text-justify: inter-word; hyphens: auto; }
.legal-section p { margin: 0 0 14px; }
.legal-section ul { margin: 0; padding-left: 19px; }
.legal-section a { color: var(--ink); text-underline-offset: 4px; }
.legal-meta { max-width: 1120px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { height: 76px; gap: 16px; padding-right: 18px; padding-left: 18px; }
  .brand-logo { width: min(46vw, 180px); height: auto; }
  nav { gap: 0; }
  nav a.desktop-only:not(.nav-cta) { display: none; }
  .nav-cta { white-space: nowrap; }
  .hero { grid-template-columns: 1fr; gap: 76px; min-height: auto; padding-top: 150px; }
  .hero::after { right: 24px; }
  .hero-visual { justify-self: center; width: min(460px, 90%); }
  .hero-foot { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .method-grid li, .method-grid li + li { padding: 34px 24px 34px 0; }
  .method-grid li + li { padding-left: 24px; }
  .intake { grid-template-columns: 1fr; }
  .intake-intro { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .response-note { margin-top: 50px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-appointment { padding-left: 0; border-left: 0; }
  footer > div:last-child { grid-column: auto; }
  .legal-heading { grid-template-columns: 1fr; gap: 26px; }
  .legal-content { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 620px) {
  .site-header { height: calc(76px + env(safe-area-inset-top)); gap: 10px; padding: env(safe-area-inset-top) max(14px, env(safe-area-inset-right)) 0 max(14px, env(safe-area-inset-left)); border-bottom-color: #2b2b2b; background: #000; color: #fff; }
  .site-header.scrolled { height: calc(70px + env(safe-area-inset-top)); }
  .site-header .nav-cta { border-bottom-color: #fff; }
  .desktop-only { display: none !important; }
  .mobile-only { display: inline-flex !important; }
  .home-page .method, .home-page .intake { display: none; }
  nav { gap: 15px; }
  .brand { min-width: 0; }
  .brand-logo { width: min(40vw, 160px); height: auto; }
  .brand-logo img { width: 100%; }
  .nav-cta { flex: none; font-size: 10px; letter-spacing: .055em; }
  .hero { padding-top: calc(132px + env(safe-area-inset-top)); padding-left: max(24px, env(safe-area-inset-left)); padding-right: max(24px, env(safe-area-inset-right)); }
  .home-page .hero { background: #fff; color: #000; }
  .home-page .hero::after { background: rgba(0,0,0,.14); }
  .home-page .lead { color: #4e5255; }
  .home-page .hero .button.primary { border-color: #000; background: #000; color: #fff; }
  .home-page .hero .button.primary:hover { background: #171a1d; color: #fff; }
  .home-page .hero .icon-link.light-icon { border-color: rgba(0,0,0,.28); color: #000; }
  .home-page .hero .icon-link.light-icon:hover { background: #000; color: #fff; }
  h1 { font-size: clamp(48px, 15vw, 68px); line-height: .88; }
  .lead { margin-top: 30px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-photo { min-height: 470px; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid li, .method-grid li + li { min-height: auto; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-grid h3 { margin-top: 35px; }
  .practice-tiles { grid-template-columns: 1fr 1fr; gap: 9px; }
  .practice-tile { padding: 15px; }
  .practice-tile h3 { font-size: 12px; line-height: 1.35; }
  .practice-tile p { margin-top: 12px; font-size: 10px; line-height: 1.45; }
  .intake-intro, .intake-form { padding: 76px 24px; }
  .section-page .method, .section-page .intake { background: #fff; color: #000; }
  .section-page .intake-intro { border-color: rgba(23,26,29,.18); }
  .section-page .eyebrow.light, .section-page .intake-intro > p:not(.eyebrow), .section-page .response-note p, .section-page .field-help, .section-page .privacy-note, .section-page .progress-label, .section-page .field-label { color: #4e5255; }
  .section-page .response-note { border-color: rgba(23,26,29,.18); }
  .section-page .response-note > span, .section-page .response-note strong, .section-page .progress-label b { color: #171a1d; }
  .section-page .progress-track { background: rgba(23,26,29,.18); }
  .section-page .progress-track i { background: #171a1d; }
  .section-page .choice-grid span { border-color: rgba(23,26,29,.22); color: #171a1d; }
  .section-page .choice-grid small, .section-page .choice-grid input:checked + span small { color: #4e5255; }
  .section-page .choice-grid input:checked + span { border-color: #171a1d; background: rgba(23,26,29,.07); color: #171a1d; }
  .section-page .choice-grid input:focus-visible + span { outline-color: #171a1d; }
  .section-page textarea, .section-page input[type="text"], .section-page input[type="email"], .section-page input[type="date"], .section-page select { border-bottom-color: rgba(23,26,29,.28); color: #171a1d; }
  .section-page textarea:focus, .section-page input:focus, .section-page select:focus { border-color: #171a1d; }
  .section-page textarea::placeholder { color: #767a7d; }
  .section-page select { color-scheme: light; }
  .section-page .document-note { border-color: rgba(23,26,29,.18); }
  .section-page .document-note p, .section-page .privacy-note a { color: #171a1d; }
  .section-page .document-note span, .section-page .consent { color: #4e5255; }
  .section-page .form-next, .section-page .form-submit { border-color: #171a1d; background: #171a1d; color: #fcfaf6; }
  .section-page .button.ghost { border-color: rgba(23,26,29,.28); color: #171a1d; }
  .choice-grid, .field-row { grid-template-columns: 1fr; }
  .field-row { gap: 24px; }
  .choice-grid span { min-height: 64px; }
  .choice-grid small { font-size: 11px; }
  .step-actions { align-items: stretch; flex-direction: column-reverse; }
  .step-actions.single { flex-direction: column; }
  .step-actions .button { width: 100%; }
  footer { grid-template-columns: 1fr; background: #000; }
  footer > div:last-child { grid-column: auto; }
  dialog { padding: 42px 24px 30px; }
}

@media (max-width: 360px) {
  .brand-logo { width: 132px; }
  .nav-cta { font-size: 9.5px; letter-spacing: .035em; }
  h1 { font-size: 45px; }
}
