:root {
  --black: #000000;
  --charcoal: #1a1a1a;
  --gray: #6b6b6b;
  --light-gray: #eaeaea;
  --white: #ffffff;
  --deep-teal: #2c515a;
  --teal: #427a87;
  --connector: #64d2b8;
  --page: min(1120px, calc(100vw - 48px));
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.page { width: var(--page); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: 11px; font-weight: 760; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.green { color: var(--connector); }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--sans); letter-spacing: -.045em; }
h1 { max-width: 920px; margin-bottom: 28px; font-size: clamp(52px, 7.2vw, 96px); font-weight: 700; line-height: .96; }
h1 em { color: var(--connector); font-family: var(--serif); font-weight: 400; }
h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(36px, 4.7vw, 60px); font-weight: 700; line-height: 1; }
h3 { margin-bottom: 8px; font-size: 21px; font-weight: 700; line-height: 1.15; }
p { line-height: 1.68; }
.large { font-family: var(--serif); font-size: clamp(21px, 2.4vw, 28px); line-height: 1.5; }
.muted { color: rgba(0,0,0,.62); }

header { position: relative; z-index: 20; background: var(--white); border-bottom: 1px solid rgba(0,0,0,.16); }
.header-inner { position: relative; min-height: 124px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-crop { width: 230px; height: 104px; overflow: hidden; flex: none; background: transparent; }
.brand-crop img { width: 230px; max-width: none; transform: translateY(-18px); filter: grayscale(1) contrast(1.7) brightness(1.22); mix-blend-mode: multiply; }
.africa-brand-crop { width: 300px; height: 112px; overflow: hidden; flex: none; background: transparent; }
.africa-brand-crop img { width: 300px; max-width: none; transform: translateY(-28px); filter: grayscale(1) contrast(1.7) brightness(1.22); mix-blend-mode: multiply; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { font-size: 12px; font-weight: 650; }
nav a[aria-current="page"] { color: var(--teal); }
nav .contact-link { padding: 12px 16px; background: var(--deep-teal); color: var(--white); }
.menu-toggle { display: none; padding: 11px 12px; align-items: center; gap: 9px; border: 1px solid rgba(0,0,0,.28); background: transparent; color: var(--black); font: inherit; font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.menu-toggle-icon { position: relative; width: 18px; height: 12px; display: block; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }
.menu-toggle-icon::after { content: ""; position: absolute; top: 4px; left: 0; width: 18px; border-top: 1.5px solid currentColor; }

.hero { padding: 96px 0 0; background: var(--black); color: var(--white); }
.hero.compact { padding-bottom: 88px; }
.hero-copy { max-width: 820px; margin-bottom: 42px; color: rgba(255,255,255,.72); font-size: 19px; }
.hero-actions { margin-bottom: 72px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-block; padding: 14px 19px; background: var(--connector); color: var(--black); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.button.white { background: var(--white); }
.quiet-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; }
.proof-line { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.proof-line div { padding: 22px 18px 22px 0; }
.proof-line strong { display: block; color: var(--connector); font-size: 27px; }
.proof-line span { color: rgba(255,255,255,.56); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.network-proof { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; transform: translateY(3px); }
.network-proof > span { display: block; }
.globe-icon { position: relative; width: 31px; height: 31px; margin-bottom: 9px; display: block; border: 2px solid var(--connector); border-radius: 50%; transform: translateY(-4px); }
.globe-icon::before { content: ""; position: absolute; inset: 2px 8px; border-right: 1px solid var(--connector); border-left: 1px solid var(--connector); border-radius: 50%; }
.globe-icon::after { content: ""; position: absolute; left: 2px; right: 2px; top: 9px; height: 9px; border-top: 1px solid var(--connector); border-bottom: 1px solid var(--connector); border-radius: 50%; }

section { padding: 92px 0; border-bottom: 1px solid rgba(0,0,0,.16); }
.section-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: 88px; align-items: end; }
.section-intro > p { margin-bottom: 0; color: rgba(0,0,0,.78); font-family: var(--serif); font-size: 18px; font-style: italic; line-height: 1.55; }
.service-list { margin-top: 48px; border-top: 1px solid rgba(0,0,0,.18); }
.service { display: grid; grid-template-columns: 58px 1fr 1.2fr; gap: 30px; padding: 25px 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.service-number { color: var(--teal); font-size: 10px; font-weight: 760; }
.service p { margin-bottom: 0; color: rgba(0,0,0,.62); }

.method { background: var(--deep-teal); color: var(--white); }
.method .large { max-width: 860px; color: rgba(255,255,255,.72); }
.method-chain { max-width: none !important; white-space: nowrap; font-size: clamp(16px, 2.35vw, 28px); letter-spacing: -.015em; }
.method-row { margin-top: 22px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.method-row div { padding: 20px 18px 5px 0; border-right: 1px solid rgba(255,255,255,.23); }
.method-row div:not(:first-child) { padding-left: 18px; }
.method-row div:last-child { border-right: 0; }
.method-row span { color: var(--connector); font-size: 10px; font-weight: 760; }
.method-row strong { display: block; margin: 34px 0 7px; font-size: 17px; }
.method-row p { margin-bottom: 0; color: rgba(255,255,255,.66); font-size: 12px; }
.result-line { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.result-line div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.34); }
.result-line strong { display: block; margin-bottom: 6px; color: var(--connector); font-size: 30px; }
.result-line span { color: rgba(255,255,255,.66); font-size: 12px; }

.pathways { background: var(--light-gray); }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(0,0,0,.18); border: 1px solid rgba(0,0,0,.18); }
.pathway-grid.three { grid-template-columns: repeat(3, 1fr); }
.pathway { min-height: 310px; padding: 38px; display: flex; flex-direction: column; background: var(--white); }
.pathway-grid.three .pathway h2 { min-height: 76px; font-size: 36px; line-height: 1.04; }
.pathway p { max-width: 470px; color: rgba(0,0,0,.62); }
.pathway .quiet-link { width: max-content; margin-top: auto; color: var(--deep-teal); }

.contact-band { padding: 72px 0; background: var(--deep-teal); color: var(--white); border-bottom: 0; }
.contact-inner { display: flex; align-items: end; justify-content: space-between; gap: 46px; }
.contact-inner h2 { margin-bottom: 12px; }
.contact-inner p { margin-bottom: 0; color: rgba(255,255,255,.7); }
footer { padding: 36px 0; background: var(--black); color: rgba(255,255,255,.52); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 88px; align-items: end; }
.page-hero-grid h1 { margin-bottom: 0; }
.page-hero-grid p { margin-bottom: 0; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 21px; }
.bio-opening { display: grid; grid-template-columns: .7fr 1.3fr; gap: 88px; align-items: start; }
.bio-facts { border-top: 1px solid rgba(0,0,0,.18); }
.bio-facts div { padding: 14px 0; display: grid; grid-template-columns: 145px 1fr; gap: 22px; border-bottom: 1px solid rgba(0,0,0,.18); }
.bio-facts strong { font-size: 13px; }
.bio-facts span { color: rgba(0,0,0,.62); font-size: 13px; }
.timeline { background: var(--charcoal); color: var(--white); }
.timeline-list { margin-top: 46px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.26); }
.timeline-list article { min-height: 390px; padding: 18px 16px 18px 0; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); }
.timeline-list article:not(:first-child) { padding-left: 16px; }
.timeline-list article:last-child { border-right: 0; }
.timeline-list span { color: var(--connector); font-size: 10px; }
.timeline-list h3 { min-height: 72px; margin-top: 40px; }
.timeline-list p { color: rgba(255,255,255,.6); font-size: 12px; }
.experience-logo { width: 100%; height: 92px; margin-top: auto; padding: 12px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--white); }
.experience-logo img { max-width: 100%; max-height: 68px; object-fit: contain; }
.experience-logo .west-point-logo { max-height: 76px; }
.experience-logo .erm-logo { max-width: 150px; }
.experience-logo .fuqua-logo { max-height: 74px; }
.experience-logo .quoxient-logo { width: 170px; }
.experience-logo.dual-mark, .experience-logo.career-mark { gap: 12px; }
.experience-logo.dual-mark .west-point-logo { width: 68px; flex: none; }
.veteran-mark { width: 104px; height: 64px; overflow: hidden; flex: none; }
.experience-logo .veteran-mark img { width: 104px; max-width: none; max-height: none; }
.experience-logo.career-mark .fuqua-logo { width: 62px; flex: none; }
.experience-logo.career-mark div { line-height: 1.15; }
.experience-logo.career-mark strong { display: block; font-size: 9px; letter-spacing: .06em; }
.career-companies { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.experience-logo.career-mark .alistair-logo { width: 78px; max-height: 55px; margin-top: 3px; }
.experience-logo.pm-timeline-logo img { width: 210px; max-width: none; max-height: none; transform: translateY(6px); filter: grayscale(1) contrast(1.7) brightness(1.22); }
.nexus-quote { margin: 30px 0 20px; padding-left: 20px; border-left: 3px solid var(--connector); font-family: var(--serif); font-size: 20px; line-height: 1.45; }
.inline-link { color: var(--deep-teal); font-weight: 700; border-bottom: 1px solid currentColor; }
.thinking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; }
.principles { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid rgba(0,0,0,.18); }
.principles article { padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.principles article p { margin-bottom: 0; color: rgba(0,0,0,.62); font-size: 13px; }
.network { background: var(--light-gray); }
.network-grid, .ai-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 88px; }
.network-triad { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.network-triad article { padding-top: 15px; border-top: 2px solid var(--teal); }
.network-triad p { margin-bottom: 0; color: rgba(0,0,0,.62); font-size: 12px; }
.ai-grid p { color: rgba(0,0,0,.62); }
.ai-grid strong { color: var(--deep-teal); }

.africa-hero { padding: 96px 0; background: var(--black); color: var(--white); }
.africa-hero-copy { max-width: 900px; }
.africa-hero h1 { font-size: clamp(48px, 6.4vw, 84px); }
.africa-hero .eyebrow { color: var(--connector); }
.africa-hero .large { color: rgba(255,255,255,.7); }
.africa-proof { background: var(--deep-teal); color: var(--white); }
.africa-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.26); }
.africa-proof-grid div { padding: 24px 18px 0 0; border-right: 1px solid rgba(255,255,255,.22); }
.africa-proof-grid div:not(:first-child) { padding-left: 18px; }
.africa-proof-grid div:last-child { border-right: 0; }
.africa-proof-grid strong { display: block; margin-bottom: 10px; color: var(--connector); font-size: 44px; }
.africa-proof-grid span { color: rgba(255,255,255,.66); font-size: 12px; }
.corridor { background: var(--light-gray); }

.audience-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.18); border-left: 1px solid rgba(0,0,0,.18); }
.audience-grid article { min-height: 250px; padding: 28px; border-right: 1px solid rgba(0,0,0,.18); border-bottom: 1px solid rgba(0,0,0,.18); }
.audience-grid span { color: var(--teal); font-size: 10px; font-weight: 760; }
.audience-grid h3 { margin-top: 40px; }
.audience-grid p { margin-bottom: 0; color: rgba(0,0,0,.62); font-size: 13px; }
.fit-section { background: var(--black); color: var(--white); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; }
.fit-list { border-top: 1px solid rgba(255,255,255,.26); }
.fit-list p { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 19px; }
.clients-hero h1 { letter-spacing: 0; line-height: 1.02; }
.engagements { background: var(--light-gray); }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(0,0,0,.18); border: 1px solid rgba(0,0,0,.18); }
.engagement-grid article { min-height: 220px; padding: 32px; background: var(--white); }
.engagement-grid p { color: rgba(0,0,0,.62); font-size: 13px; }
.regional-callout { background: var(--white); }
.regional-callout .contact-inner > div { max-width: 760px; }
.regional-callout .contact-inner p { color: rgba(0,0,0,.62); }
.regional-callout .quiet-link { flex: none; color: var(--deep-teal); }

@media (max-width: 840px) {
  :root { --page: min(100% - 32px, 700px); }
  .header-inner { min-height: 96px; flex-wrap: wrap; gap: 0 16px; padding: 6px 0; }
  .menu-toggle { margin-left: auto; display: inline-flex; }
  nav { width: 100%; margin-top: -1px; padding: 0 0 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; }
  nav.is-open { display: flex; }
  nav a, nav a:not(.contact-link) { width: 100%; padding: 14px 2px; display: block; border-top: 1px solid rgba(0,0,0,.14); font-size: 12px; }
  nav a[aria-current="page"] { color: var(--deep-teal); }
  nav .contact-link { margin-top: 8px; padding: 14px 16px; border-top: 0; text-align: center; }
  body.nav-open { overflow: hidden; }
  .section-intro, .page-hero-grid, .bio-opening, .thinking-grid, .network-grid, .ai-grid, .fit-grid { grid-template-columns: 1fr; gap: 44px; }
  .service { grid-template-columns: 42px 1fr; gap: 18px; }
  .service p { grid-column: 2; }
  .method-row { grid-template-columns: 1fr 1fr; }
  .method-row div { border-bottom: 1px solid rgba(255,255,255,.2); }
  .timeline-list { grid-template-columns: 1fr 1fr; }
  .network-triad { grid-template-columns: 1fr; }
  .africa-proof-grid { grid-template-columns: 1fr 1fr; }
  .africa-proof-grid div { border-bottom: 1px solid rgba(255,255,255,.2); }
  .pathway-grid.three, .audience-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .brand-crop { width: 158px; height: 72px; }
  .brand-crop img { width: 158px; transform: translateY(-10px); }
  .africa-brand-crop { width: 178px; height: 72px; }
  .africa-brand-crop img { width: 178px; transform: translateY(-15px); }
  .header-inner { min-height: 82px; }
  .menu-toggle { padding: 10px; }
  .hero { padding-top: 68px; }
  .clients-hero h1 { font-size: clamp(42px, 14vw, 52px); }
  .proof-line, .method-row, .result-line, .pathway-grid, .pathway-grid.three, .principles, .timeline-list, .africa-proof-grid, .audience-grid, .engagement-grid { grid-template-columns: 1fr; }
  .service { grid-template-columns: 1fr; }
  .service p { grid-column: auto; }
  .method-row div, .method-row div:not(:first-child) { padding-left: 0; border-right: 0; }
  .pathway { min-height: 260px; padding: 28px; }
  .bio-facts div { grid-template-columns: 1fr; gap: 5px; }
  .timeline-list article, .timeline-list article:not(:first-child) { min-height: 330px; padding-left: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .africa-proof-grid div, .africa-proof-grid div:not(:first-child) { padding-left: 0; border-right: 0; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { flex-direction: column; }
  .method-chain { white-space: normal; font-size: 13px; line-height: 1.6; letter-spacing: -.025em; }
}

/* Lead capture */
.contact-page { background: var(--white); }
.contact-intro { padding: 72px 0 64px; border-bottom: 1px solid var(--light-gray); }
.contact-intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 80px; align-items: end; }
.contact-intro h1 { max-width: 820px; margin: 14px 0 0; font-size: clamp(42px, 5.2vw, 76px); line-height: .98; letter-spacing: -.04em; }
.contact-intro-copy { max-width: 580px; color: #3f3f3f; font-size: 19px; line-height: 1.65; }
.contact-intro-copy p { margin: 0; }
.contact-intro-copy .contact-note { margin-top: 18px; color: var(--deep-teal); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lead-section { padding: 72px 0 92px; background: #f7f7f5; }
.lead-layout { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 64px; align-items: start; }
.lead-context { position: sticky; top: 112px; padding-top: 10px; }
.lead-context ol { margin: 30px 0 0; padding: 0; list-style: none; }
.lead-context li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid #d8d8d5; }
.lead-context li:last-child { border-bottom: 1px solid #d8d8d5; }
.lead-context li > span { color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.lead-context strong { display: block; margin-bottom: 6px; font-size: 17px; }
.lead-context li p { margin: 0; color: var(--gray); font-size: 14px; line-height: 1.55; }
.direct-email { margin: 26px 0 0; color: var(--gray); font-size: 14px; line-height: 1.6; }
.direct-email a, .privacy-page a, .consent-field a { color: var(--deep-teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.lead-form-panel { padding: clamp(26px, 4vw, 54px); border: 1px solid #dfdfdc; background: var(--white); }
.form-section + .form-section { margin-top: 54px; padding-top: 48px; border-top: 1px solid var(--light-gray); }
.form-heading { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; }
.form-heading span { color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.form-heading h2 { margin: 0; font-size: 26px; letter-spacing: -.02em; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.field { display: block; color: #262626; font-size: 13px; font-weight: 700; line-height: 1.35; }
.field[hidden] { display: none; }
.field-wide { grid-column: 1 / -1; }
.optional { margin-left: 4px; color: #858585; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { display: block; width: 100%; margin-top: 9px; padding: 13px 14px; border: 1px solid #cfcfcb; border-radius: 0; background: var(--white); color: var(--charcoal); font: inherit; font-size: 16px; font-weight: 400; line-height: 1.4; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 128px; resize: vertical; }
.field select { appearance: none; padding-right: 40px; background-image: linear-gradient(45deg, transparent 50%, #444 50%), linear-gradient(135deg, #444 50%, transparent 50%); background-position: calc(100% - 18px) 52%, calc(100% - 13px) 52%; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(66,122,135,.15); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #9c302f; }
.field-error { display: block; margin-top: 7px; color: #8f2928; font-size: 12px; font-weight: 600; }
.form-actions { margin-top: 38px; padding-top: 30px; border-top: 1px solid var(--light-gray); }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; color: #555; font-size: 12px; line-height: 1.55; }
.consent-field input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--deep-teal); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin: 22px 0 0; padding: 15px 17px; font-size: 14px; line-height: 1.5; }
.form-message.success { border-left: 3px solid var(--connector); background: #eef8f4; color: #173e35; }
.form-message.error { border-left: 3px solid #9c302f; background: #fbefef; color: #76201f; }
.lead-submit { margin-top: 24px; border: 0; cursor: pointer; }
.lead-submit:disabled { cursor: not-allowed; opacity: .58; }
.privacy-page { padding: 80px 0 100px; }
.narrow-page { max-width: 820px; }
.privacy-page h1 { margin: 12px 0 8px; font-size: clamp(44px, 6vw, 72px); letter-spacing: -.04em; }
.privacy-updated { margin: 0 0 54px; color: var(--gray); font-size: 13px; }
.privacy-page section { padding: 26px 0; border-top: 1px solid var(--light-gray); }
.privacy-page h2 { margin: 0 0 10px; font-size: 21px; }
.privacy-page section p { margin: 0; color: #4d4d4d; line-height: 1.7; }

@media (max-width: 900px) {
  .contact-intro-grid, .lead-layout { grid-template-columns: 1fr; gap: 38px; }
  .contact-intro { padding: 54px 0; }
  .lead-context { position: static; padding: 0; }
  .lead-context ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .lead-context li, .lead-context li:last-child { display: block; padding: 18px 0; border-bottom: 0; }
  .lead-context li > span { display: block; margin-bottom: 10px; }
}

@media (max-width: 620px) {
  .contact-intro { padding: 42px 0; }
  .contact-intro-copy { font-size: 17px; }
  .lead-section { padding: 48px 0 64px; }
  .lead-context ol, .field-grid { grid-template-columns: 1fr; }
  .lead-context ol { gap: 0; }
  .lead-context li, .lead-context li:last-child { display: grid; grid-template-columns: 36px 1fr; border-bottom: 1px solid #d8d8d5; }
  .field-wide { grid-column: auto; }
  .lead-form-panel { padding: 26px 20px; }
  .form-section + .form-section { margin-top: 42px; padding-top: 38px; }
}
