/* Richard Baltimore Advisory: production stylesheet
   Visual system is frozen. Change tokens here only if the brand changes. */

@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 500; font-display: swap; src: url("../fonts/cormorant-garamond-latin-500-italic.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/hanken-grotesk-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/hanken-grotesk-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Hanken Grotesk"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/hanken-grotesk-latin-600-normal.woff2") format("woff2"); }

:root {
  --ivory: #F5F1EA;
  --paper: #FBF9F5;
  --sand: #E9E2D6;
  --navy: #13203A;
  --navy-deep: #0B1428;
  --ink: #13203A;
  --body: #3A4150;
  --muted: #5A6070;
  --brass: #7A5C31;          /* accent text on light grounds (AA contrast) */
  --brass-light: #D9C29A;    /* accent on navy */
  --on-navy: #F5F1EA;
  --on-navy-body: #D5DAE3;
  --on-navy-muted: #C9CFDA;
  --rule: rgba(19, 32, 58, 0.14);
  --rule-strong: rgba(19, 32, 58, 0.28);
  --rule-on-navy: rgba(245, 241, 234, 0.28);
  --error: #9B2C2C;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --gutter: 96px;
  --max: 1440px;
  --section-y: 136px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); color: var(--ink); text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
a { color: var(--ink); }
button { font: inherit; }
[id] { scroll-margin-top: 96px; }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
.on-navy :focus-visible, .inquiry__aside :focus-visible, .site-footer :focus-visible { outline-color: var(--brass-light); }

.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--navy); color: var(--on-navy); font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }

/* Type roles */
.eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); line-height: 1.4; }
.on-navy .eyebrow { color: var(--brass-light); }
.lede { font-size: 21px; line-height: 1.6; color: var(--body); }
.h2 { font-size: clamp(36px, 3.9vw, 56px); font-weight: 500; line-height: 1.08; }
.h3-card { font-size: clamp(28px, 2.4vw, 34px); font-weight: 600; line-height: 1.12; }
em.accent { font-style: italic; color: var(--brass); }
.on-navy em.accent, .inquiry__aside em.accent { color: var(--brass-light); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 30px; border: 1px solid transparent; font-family: var(--sans); font-size: 16px; font-weight: 600; line-height: 1.25; text-decoration: none; text-align: center; cursor: pointer; transition: background-color 160ms ease, color 160ms ease; }
.btn--primary { background: var(--navy); color: var(--on-navy); }
.btn--primary:hover { background: var(--navy-deep); color: var(--on-navy); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--navy); color: var(--on-navy); }
.btn--sm { min-height: 48px; padding: 12px 22px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; font-size: 16px; font-weight: 600; color: var(--ink); text-decoration: none; }
.text-link:hover span { text-decoration: underline; text-underline-offset: 4px; }
.text-link svg { flex-shrink: 0; }

/* Header */
.site-header { position: relative; z-index: 20; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 32px; padding-bottom: 32px; }
.wordmark { display: inline-flex; flex-direction: column; justify-content: center; gap: 4px; min-height: 48px; text-decoration: none; color: var(--ink); }
.wordmark__name { font-family: var(--serif); font-size: 30px; font-weight: 600; line-height: 1; }
.wordmark__cat { font-size: 11px; font-weight: 600; letter-spacing: 0.34em; text-transform: uppercase; color: var(--brass); line-height: 1.2; }
.site-footer .wordmark { color: var(--on-navy); }
.site-footer .wordmark__cat { color: var(--brass-light); }

.primary-nav { display: flex; align-items: center; gap: 32px; }
.primary-nav a:not(.btn) { display: inline-flex; align-items: center; min-height: 44px; font-size: 15px; font-weight: 500; text-decoration: none; color: var(--ink); }
.primary-nav a:not(.btn):hover { text-decoration: underline; text-underline-offset: 6px; }
.menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.mobile-menu { display: none; }

/* Hero */
.hero { display: flex; align-items: center; gap: 96px; padding-top: 64px; padding-bottom: 112px; }
.hero__copy { flex: 1 1 auto; display: flex; flex-direction: column; gap: 32px; min-width: 0; }
.eyebrow-rule { display: flex; align-items: center; gap: 16px; }
.eyebrow-rule::before { content: ""; width: 40px; height: 1px; background: var(--brass); flex-shrink: 0; }
.hero__title { font-size: clamp(42px, 4.45vw, 64px); font-weight: 500; line-height: 1.06; letter-spacing: -0.01em; }
.hero__title em { display: block; }
.hero__support { text-wrap: balance; font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 580px; }
.hero .lede { max-width: 580px; text-wrap: balance; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 32px; padding-top: 8px; }
.confidential-note { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); }
.confidential-note svg { flex-shrink: 0; }
.hero__figure { margin: 0; flex: 0 0 auto; width: 544px; display: flex; flex-direction: column; gap: 40px; }
.hero__frame { position: relative; padding: 0 24px 24px 0; }
.hero__frame::after { content: ""; position: absolute; top: 24px; left: 24px; right: 0; bottom: 0; border: 1px solid var(--brass); pointer-events: none; }
.hero__frame picture, .hero__frame img { position: relative; z-index: 1; }
.hero__frame img { width: 100%; aspect-ratio: 520 / 640; object-fit: cover; object-position: 50% 22%; }
.hero__caption { font-size: 14px; line-height: 1.6; letter-spacing: 0.02em; color: var(--muted); }

/* Why Richard */
.why { padding-bottom: var(--section-y); display: flex; flex-direction: column; gap: 56px; }
.split-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 96px; }
.split-head__title { display: flex; flex-direction: column; gap: 20px; max-width: 620px; }
.split-head__body { max-width: 560px; font-size: 19px; line-height: 1.7; color: var(--body); padding-top: 38px; }
.split-head--end { align-items: flex-end; }
.split-head--end .split-head__body { padding-top: 0; max-width: 440px; font-size: 18px; line-height: 1.65; }
.pedigree { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; border-top: 1px solid rgba(19, 32, 58, 0.16); border-bottom: 1px solid rgba(19, 32, 58, 0.16); }
.pedigree__group { margin: 0; padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; border-left: 1px solid rgba(19, 32, 58, 0.16); }
.pedigree__group:first-child { padding-left: 0; border-left: 0; }
.pedigree__group:last-child { padding-right: 0; }
.pedigree dt { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); }
.pedigree dd { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.3; color: var(--ink); }
.pedigree dd.is-employer { font-size: 22px; }

/* Cards */
.who, .services { display: flex; flex-direction: column; gap: 64px; }
.who { padding-bottom: var(--section-y); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; list-style: none; margin: 0; padding: 0; }
.card { background: var(--paper); border: 1px solid rgba(19, 32, 58, 0.10); padding: 44px 40px; display: flex; flex-direction: column; gap: 18px; }
.card__tag { font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); }
.card__num { font-family: var(--serif); font-size: 22px; font-style: italic; color: var(--brass); }
.card p { font-size: 17px; line-height: 1.65; color: var(--body); }
.card .text-link { margin-top: 6px; font-size: 15px; }

/* The work list */
.work { display: flex; gap: 96px; padding-bottom: var(--section-y); }
.work__head { flex: 0 0 440px; display: flex; flex-direction: column; gap: 20px; }
.work__head .h2 { font-size: clamp(36px, 3.6vw, 52px); }
.work__list { flex: 1 1 auto; list-style: none; margin: 0; padding: 0; counter-reset: work; }
.work__list li { counter-increment: work; display: flex; align-items: baseline; gap: 32px; padding: 26px 0; border-top: 1px solid var(--rule); font-size: 21px; line-height: 1.5; color: var(--ink); }
.work__list li:last-child { border-bottom: 1px solid var(--rule); }
.work__list li::before { content: counter(work, lower-roman) "."; flex: 0 0 32px; font-family: var(--serif); font-size: 20px; font-style: italic; color: var(--brass); }

/* Approach */
.approach { background: var(--navy); color: var(--on-navy); }
.approach__inner { padding-top: var(--section-y); padding-bottom: var(--section-y); display: flex; flex-direction: column; gap: 88px; }
.approach h2, .approach h3 { color: var(--on-navy); }
.approach__title { font-size: clamp(42px, 4.6vw, 66px); font-weight: 500; line-height: 1.04; }
.approach__title em { display: block; }
.approach__body { max-width: 560px; display: flex; flex-direction: column; gap: 22px; padding-top: 44px; }
.approach__body p { font-size: 20px; line-height: 1.7; color: var(--on-navy-body); }
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; list-style: none; margin: 0; padding: 0; }
.pillars li { border-top: 1px solid var(--rule-on-navy); padding-top: 36px; display: flex; flex-direction: column; gap: 18px; }
.pillars h3 { font-size: 34px; font-weight: 600; line-height: 1.15; }
.pillars p { font-size: 17px; line-height: 1.65; color: var(--on-navy-muted); }

/* Services + steps */
.services { padding-top: var(--section-y); padding-bottom: var(--section-y); }
.steps-block { display: flex; flex-direction: column; gap: 36px; padding-top: 32px; }
.steps-block > h3 { font-size: 38px; font-weight: 500; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; list-style: none; margin: 0; padding: 0; }
.steps li { border-top: 1px solid rgba(19, 32, 58, 0.20); padding-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.steps__label { font-family: var(--serif); font-size: 20px; font-style: italic; color: var(--brass); }
.steps h4 { font-size: 28px; font-weight: 600; line-height: 1.2; }
.steps p { font-size: 17px; line-height: 1.65; color: var(--body); }

/* About */
.about { background: var(--paper); border-top: 1px solid rgba(19, 32, 58, 0.10); border-bottom: 1px solid rgba(19, 32, 58, 0.10); }
.about__inner { padding-top: var(--section-y); padding-bottom: var(--section-y); display: flex; gap: 112px; }
.about__belief { flex: 0 0 460px; display: flex; flex-direction: column; gap: 28px; padding-top: 12px; margin: 0; }
.about__belief::before { content: ""; width: 56px; height: 1px; background: var(--brass); }
.about__belief p { font-family: var(--serif); font-size: clamp(36px, 4vw, 58px); font-style: italic; font-weight: 500; line-height: 1.06; color: var(--ink); }
.about__belief figcaption { font-size: 14px; letter-spacing: 0.04em; color: var(--muted); }
.about__bio { flex: 1 1 auto; display: flex; flex-direction: column; gap: 26px; }
.about__bio .h2 { font-size: clamp(32px, 3.6vw, 52px); margin-bottom: 8px; }
.about__bio p { font-size: 19px; line-height: 1.75; color: var(--body); }

/* Closing CTA */
.closing { background: var(--sand); }
.closing__inner { padding-top: 128px; padding-bottom: 128px; display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.closing h2 { font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1.05; }
.closing p { max-width: 620px; font-size: 20px; line-height: 1.65; color: var(--body); }
.closing .btn { margin-top: 12px; min-height: 60px; padding-inline: 34px; font-size: 17px; }

/* Footer */
.site-footer { background: var(--navy); color: var(--on-navy); }
.site-footer__inner { padding-top: 64px; padding-bottom: 64px; display: flex; justify-content: space-between; align-items: center; gap: 32px 64px; flex-wrap: wrap; }
.footer-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 40px; font-size: 15px; }
.footer-nav a, .footer-nav button { display: inline-flex; align-items: center; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--on-navy); text-decoration: none; cursor: pointer; font-size: 15px; }
.footer-nav a:hover, .footer-nav button:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-nav small { font-size: 14px; color: var(--on-navy-muted); }

/* Inquiry dialog */
.inquiry { width: min(1200px, calc(100vw - 48px)); max-width: none; height: min(900px, calc(100dvh - 48px)); max-height: none; padding: 0; border: 0; background: var(--ivory); color: var(--ink); box-shadow: 0 30px 80px rgba(11, 20, 40, 0.35); overflow: hidden; }
.inquiry::backdrop { background: rgba(11, 20, 40, 0.62); }
.inquiry[open] { display: flex; }
.inquiry__aside { flex: 0 0 400px; background: var(--navy); color: var(--on-navy); padding: 48px 56px; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; overflow-y: auto; }
.inquiry__aside .wordmark { color: var(--on-navy); }
.inquiry__aside .wordmark__cat { color: var(--brass-light); }
.inquiry__intro { display: flex; flex-direction: column; gap: 22px; }
.inquiry__intro h2 { color: var(--on-navy); font-size: 48px; font-weight: 500; line-height: 1.05; }
.inquiry__intro p { font-size: 17px; line-height: 1.7; color: var(--on-navy-muted); }
.progress { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.progress li { display: flex; align-items: center; gap: 14px; font-size: 15px; color: var(--on-navy); }
.progress__dot { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--brass-light); font-size: 13px; font-weight: 600; color: var(--brass-light); }
.progress li[aria-current="step"] .progress__dot { background: var(--brass-light); color: var(--navy); }
.inquiry__assure { display: flex; gap: 12px; font-size: 14px; line-height: 1.6; color: var(--on-navy-muted); }
.inquiry__assure svg { flex-shrink: 0; margin-top: 3px; }
.inquiry__main { position: relative; flex: 1 1 auto; overflow-y: auto; padding: 56px 72px; }
.inquiry__close { position: absolute; top: 14px; right: 14px; width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.inquiry__step[hidden] { display: none !important; }
.inquiry__step { display: flex; flex-direction: column; gap: 24px; }
.step-head { display: flex; flex-direction: column; gap: 10px; padding-right: 40px; }
.step-head h3 { font-size: 38px; font-weight: 600; line-height: 1.1; }
.step-head h3:focus { outline: none; }
.step-head p { font-size: 17px; line-height: 1.65; color: var(--body); max-width: 640px; }
.step-kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field label, .field legend { font-size: 14px; font-weight: 600; color: var(--ink); padding: 0; }
.field .optional { font-weight: 400; color: var(--muted); }
.field input:not([type="radio"]), .field textarea, .field select { width: 100%; min-height: 52px; padding: 12px 16px; border: 1px solid var(--rule-strong); border-radius: 0; background: #FFFFFF; font-family: var(--sans); font-size: 16px; line-height: 1.5; color: var(--ink); -webkit-appearance: none; appearance: none; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2313203A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:not([type="radio"]):focus-visible, .field textarea:focus-visible, .field select:focus-visible { outline: 2px solid var(--navy); outline-offset: 1px; }
.field [aria-invalid="true"] { border-color: var(--error); }
.field-error { font-size: 14px; color: var(--error); }
.field-error:empty { display: none; }
.field--wide { max-width: 480px; }
fieldset.field { margin: 0; border: 0; padding: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 2px; }
.choice { position: relative; display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 10px 16px; border: 1px solid var(--rule-strong); background: #FFFFFF; font-size: 15px; line-height: 1.35; cursor: pointer; }
.choice input { flex-shrink: 0; width: 18px; height: 18px; margin: 0; accent-color: var(--navy); }
.choice:has(input:checked) { border-color: var(--navy); box-shadow: inset 0 0 0 1px var(--navy); }
.choice:has(input:focus-visible) { outline: 2px solid var(--brass); outline-offset: 2px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; padding-top: 4px; }
.form-alert { padding: 16px 18px; border: 1px solid var(--error); background: #FBF1F0; color: var(--error); font-size: 15px; line-height: 1.55; }
.form-alert[hidden] { display: none; }
.form-alert a, .form-alert button { color: var(--error); font-weight: 600; }
.btn[aria-busy="true"] { opacity: 0.75; cursor: progress; }

.scheduler { position: relative; min-height: 640px; border: 1px solid var(--rule); background: #FFFFFF; }
.scheduler iframe { display: block; width: 100%; height: 640px; border: 0; }
.scheduler__fallback { padding: 8px 0 0; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.done { justify-content: center; min-height: 100%; max-width: 640px; gap: 26px; }
.done h3 { font-size: 56px; font-weight: 500; line-height: 1.05; }
.done p { font-size: 19px; line-height: 1.65; color: var(--body); }
.done .fine { font-size: 16px; color: var(--muted); }

/* Privacy page */
.legal { max-width: 760px; margin: 0 auto; padding: 48px 24px 120px; }
.legal h1 { font-size: clamp(42px, 6vw, 64px); font-weight: 500; line-height: 1.05; margin: 12px 0 12px; }
.legal .updated { font-size: 15px; color: var(--muted); margin-bottom: 40px; }
.legal h2 { font-size: 30px; font-weight: 600; line-height: 1.2; margin: 44px 0 12px; }
.legal p, .legal li { font-size: 18px; line-height: 1.75; color: var(--body); }
.legal p + p { margin-top: 16px; }
.legal ul { padding-left: 22px; margin: 12px 0 0; }
.legal li + li { margin-top: 8px; }
.legal a { text-underline-offset: 3px; }

/* ---------- Responsive ---------- */
@media (max-width: 1279px) {
  :root { --gutter: 64px; --section-y: 112px; }
  .hero { gap: 64px; }
  .hero__figure { width: 440px; }
  .split-head, .work, .about__inner { gap: 64px; }
  .work__head { flex-basis: 360px; }
  .about__belief { flex-basis: 380px; }
  .card { padding: 36px 30px; }
  .primary-nav { gap: 24px; }
}

@media (max-width: 1099px) {
  .primary-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-menu:not([hidden]) { display: block; position: absolute; left: 0; right: 0; top: 100%; background: var(--ivory); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); box-shadow: 0 18px 40px rgba(11, 20, 40, 0.12); }
  .mobile-menu ul { list-style: none; margin: 0; padding: 8px var(--gutter) 24px; }
  .mobile-menu li a:not(.btn) { display: flex; align-items: center; min-height: 52px; font-size: 18px; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--rule); }
  .mobile-menu li:last-child { padding-top: 20px; }
  .mobile-menu .btn { width: 100%; }

  .hero { flex-direction: column-reverse; align-items: stretch; padding-top: 16px; gap: 48px; }
  .hero__figure { width: min(100%, 520px); }
  .split-head, .split-head--end { flex-direction: column; align-items: flex-start; gap: 22px; }
  .split-head__body { padding-top: 0; }
  .pedigree { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pedigree__group, .pedigree__group:first-child, .pedigree__group:last-child { padding: 28px 24px; border-left: 0; border-bottom: 1px solid rgba(19, 32, 58, 0.16); }
  .pedigree__group:nth-child(odd) { padding-left: 0; }
  .pedigree__group:nth-child(even) { border-left: 1px solid rgba(19, 32, 58, 0.16); padding-right: 0; }
  .pedigree__group:nth-last-child(-n+2) { border-bottom: 0; }
  .card-grid, .pillars, .steps { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .pillars, .steps { gap: 36px; }
  .work, .about__inner { flex-direction: column; gap: 32px; }
  .work__head, .about__belief { flex-basis: auto; }
  .approach__inner { gap: 48px; }
  .approach__body { padding-top: 0; }
  .site-footer__inner { flex-direction: column; align-items: flex-start; }

  .inquiry { width: 100vw; height: 100dvh; max-width: 100vw; max-height: 100dvh; margin: 0; box-shadow: none; }
  .inquiry[open] { flex-direction: column; overflow-y: auto; }
  .inquiry__aside { flex: 0 0 auto; padding: 20px var(--gutter); overflow: visible; gap: 0; }
  .inquiry__intro, .inquiry__assure { display: none; }
  .inquiry__main { flex: 1 0 auto; overflow: visible; padding: 32px var(--gutter) 48px; }
  .inquiry__close { position: fixed; top: 10px; right: 10px; z-index: 5; color: var(--on-navy); }
}

@media (max-width: 767px) {
  :root { --gutter: 24px; --section-y: 80px; }
  body { font-size: 16px; }
  .site-header__inner { padding-top: 18px; padding-bottom: 18px; }
  .wordmark__name { font-size: 24px; }
  .wordmark__cat { font-size: 10px; }
  .eyebrow { font-size: 12px; letter-spacing: 0.2em; }
  .hero { padding-bottom: 72px; gap: 36px; }
  .hero__figure { width: 100%; gap: 0; }
  .hero__frame { padding: 0; }
  .hero__frame::after { display: none; }
  .hero__frame img { aspect-ratio: 342 / 400; object-position: 50% 20%; }
  .hero__caption { display: none; }
  .hero__copy { gap: 22px; }
  .hero__title { font-size: 42px; }
  .hero__title em { display: inline; }
  .lede { font-size: 17px; }
  .hero__support { font-size: 16px; }
  .hero__actions { padding-top: 4px; }
  .hero__actions .btn { width: 100%; }
  .btn { padding-inline: 16px; font-size: 15px; }
  .hero .eyebrow-rule { font-size: 11px; letter-spacing: 0.14em; }
  .hero .eyebrow-rule::before { display: none; }
  .hero .lede, .hero__support { text-wrap: pretty; }
  .hero__actions .text-link { display: none; }
  .confidential-note { justify-content: center; font-size: 13px; }
  .why { gap: 36px; }
  .split-head__body { font-size: 17px; }
  .pedigree dd { font-size: 16px; letter-spacing: 0.08em; }
  .pedigree dd.is-employer { font-size: 18px; }
  .pedigree__group, .pedigree__group:first-child, .pedigree__group:last-child { padding-top: 22px; padding-bottom: 22px; }
  .pedigree__group:nth-child(odd) { padding-right: 14px; }
  .pedigree__group:nth-child(even) { padding-left: 14px; }
  .pedigree dt { font-size: 11px; letter-spacing: 0.18em; }
  .who, .services { gap: 32px; }
  .card { padding: 30px 24px; gap: 14px; }
  .card p { font-size: 16px; }
  .work__list li { gap: 18px; padding: 20px 0; font-size: 18px; }
  .work__list li::before { flex-basis: 26px; font-size: 18px; }
  .approach__title { font-size: 40px; }
  .approach__title em { display: inline; }
  .approach__body p { font-size: 17px; }
  .pillars h3 { font-size: 30px; }
  .pillars p, .steps p { font-size: 16px; }
  .steps-block > h3 { font-size: 32px; }
  .steps h4 { font-size: 26px; }
  .about__belief p { font-size: 36px; line-height: 1.1; }
  .about__bio p { font-size: 17px; line-height: 1.72; }
  .closing__inner { padding-top: 80px; padding-bottom: 80px; gap: 22px; }
  .closing p { font-size: 17px; }
  .closing .btn { align-self: stretch; min-height: 56px; padding-inline: 16px; font-size: 15px; }
  .site-footer__inner { padding-top: 48px; padding-bottom: 48px; gap: 24px; }
  .footer-nav { flex-direction: column; align-items: flex-start; gap: 0; font-size: 16px; }
  .footer-nav a, .footer-nav button { min-height: 48px; font-size: 16px; }
  .footer-nav small { padding-top: 12px; }

  .progress { flex-direction: row; gap: 18px; margin: 0; }
  .inquiry__aside { padding-right: 64px; }
  .progress li { font-size: 14px; gap: 10px; }
  .inquiry__aside .wordmark { display: none; }
  .inquiry__main { padding-top: 28px; }
  .step-head { padding-right: 0; }
  .step-head h3 { font-size: 32px; }
  .form-grid, .choice-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .form-actions .btn { width: 100%; }
  .form-actions .text-link { width: 100%; justify-content: center; }
  .scheduler, .scheduler iframe { min-height: 720px; height: 720px; }
  .done h3 { font-size: 44px; }
  .legal p, .legal li { font-size: 17px; }
}
