:root {
  --ink: #141414;
  --paper: #ffffff;
  --soft: #f3f3f0;
  --muted: #626560;
  --line: #d8d9d4;
  --warm-stone: #f1ece7;
  --earth: #8b624e;
  --accent: #e54b2b;
  --display: "Bricolage Grotesque", Arial, sans-serif;
  --body: "Atkinson Hyperlegible", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 18px; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -70px; z-index: 50; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 20px; }

.site-header { width: min(1360px, calc(100% - 64px)); min-height: 84px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.wordmark { text-decoration: none; font: 700 1.24rem var(--display); letter-spacing: -.045em; }
.wordmark span { color: var(--accent); }
.nav { display: flex; gap: 30px; }
.nav a { color: #3d403c; text-decoration: none; font-size: .86rem; }
.nav a:hover { color: var(--accent); }
.header-phone { justify-self: end; font-size: .86rem; text-underline-offset: 4px; }
.header-cta { justify-self: end; display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 18px; background: var(--ink); color: white; text-decoration: none; font-size: .82rem; font-weight: 700; }
.header-cta:hover { background: var(--accent); }
.menu-button { display: none; }

.hero { min-height: 580px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); grid-template-rows: 1fr auto; grid-template-areas: "copy image" "license image"; border-bottom: 1px solid var(--line); }
.hero-copy { grid-area: copy; padding: clamp(68px, 7vw, 96px) clamp(54px, 7vw, 100px) 30px max(32px, calc((100vw - 1220px) / 2)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-image { grid-area: image; margin: 0; min-height: 580px; }
.hero-photo-stage { display: grid; place-items: center; padding: 42px; overflow: hidden; background: var(--paper); }
.hero-photo { width: min(100%, 390px); aspect-ratio: 4 / 5; display: block; object-fit: cover; object-position: center 22%; }
.hero-photo-placeholder { position: relative; width: min(100%, 390px); aspect-ratio: 4 / 5; display: flex; align-items: flex-end; overflow: hidden; padding: 18px; background: #d7d3cf; }
.hero-photo-placeholder::after { content: ""; position: absolute; width: 150%; height: 2px; left: -28%; top: 62%; background: var(--accent); transform: rotate(-45deg); transform-origin: center; opacity: .78; }
.hero-photo-placeholder span { position: relative; z-index: 1; color: #343632; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { margin: 0 0 25px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .095em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.055em; line-height: 1.01; }
h1 { max-width: 590px; font-size: clamp(3.8rem, 5.35vw, 5.9rem); }
h2 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.hero-lead { max-width: 610px; margin: 26px 0 0; font-size: clamp(1.04rem, 1.35vw, 1.2rem); line-height: 1.48; }
.plainspoken { margin: 0; color: var(--muted); font-size: .98rem; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 28px; }
.primary-action { display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: white; padding: 15px 20px; text-decoration: none; font-weight: 700; }
.hero .primary-action { min-height: 52px; padding-inline: 24px; }
.primary-action:hover { background: var(--accent); }
.secondary-action { font-size: .92rem; text-underline-offset: 5px; }
.hero-second-opinion { max-width: 300px; line-height: 1.35; }
.credential-line { width: 100%; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 22px; color: var(--muted); font-size: .74rem; }
.credential-line span + span::before { content: "/"; margin-right: 22px; color: var(--line); }
.hero-license { grid-area: license; width: auto; margin: 0 clamp(54px, 7vw, 100px) 30px max(32px, calc((100vw - 1220px) / 2)); padding-top: 14px; }

.image-placeholder { position: relative; background: #d7d3cf; overflow: hidden; }
.image-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 55%, rgba(255,255,255,.23)); pointer-events: none; }
.image-instruction { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; max-width: 430px; padding-top: 13px; border-top: 3px solid var(--accent); color: #4d514c; font-size: .73rem; line-height: 1.4; }
.image-instruction span { color: var(--ink); font-weight: 700; }
.image-instruction p { margin: 5px 0 0; }

.money-jobs { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.money-jobs span { padding: 17px 28px; text-align: center; color: #4a4c49; font-size: .8rem; border-right: 1px solid var(--line); }
.money-jobs span:last-child { border-right: 0; }

.approach { padding-block: 120px; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 10vw, 150px); }
.section-intro h2 { max-width: 520px; }
.large-copy { max-width: 720px; margin: 0 0 58px; font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.4; }
.method-list { border-top: 1px solid var(--line); }
.method-list div { display: grid; grid-template-columns: 155px 1fr; gap: 34px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.method-list strong { font-family: var(--display); font-size: 1.1rem; }
.method-list p { margin: 0; color: var(--muted); font-size: .94rem; }
.first-call-kpi { margin: 28px 0 0; color: var(--accent); font: 600 1.05rem var(--display); }

.questions-section { padding-block: 120px; background: var(--ink); color: white; }
.questions-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 150px); }
.questions-section .eyebrow { color: #a7aaa5; }
.questions-grid h2 { max-width: 520px; }
.question-list { border-top: 1px solid #3b3c3a; }
.question-list p { margin: 0; padding: 25px 0; border-bottom: 1px solid #3b3c3a; font: 500 clamp(1.16rem, 1.8vw, 1.45rem) var(--display); line-height: 1.35; }

.booking-section { padding-block: 120px; }
.booking-intro { max-width: 760px; margin-bottom: 70px; }
.booking-intro h2 { margin-bottom: 25px; }
.booking-intro > p:last-child { color: var(--muted); }
.booking-options { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.booking-options article { padding: 45px 60px 50px 0; }
.booking-options article + article { padding-inline: 60px 0; border-left: 1px solid var(--line); }
.option-number { margin: 0 0 35px; color: var(--accent); font-size: .75rem; font-weight: 700; }
.booking-options h3 { margin: 0 0 8px; font: 600 clamp(1.9rem, 3vw, 3rem) var(--display); letter-spacing: -.04em; }
.option-for { min-height: 52px; margin-bottom: 28px; color: var(--muted); font-size: .88rem; }
.booking-options article > p:not(.option-number):not(.option-for) { max-width: 510px; }
.booking-options ul { margin: 28px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.booking-options li { padding: 10px 0; border-bottom: 1px solid var(--line); color: #50534f; font-size: .88rem; }
.option-action { display: inline-block; padding-bottom: 4px; border-bottom: 2px solid var(--accent); text-decoration: none; font-weight: 700; }
.option-action:hover { color: var(--accent); }
.second-opinion { max-width: 820px; margin-top: 45px; display: grid; grid-template-columns: .55fr 1fr; gap: 40px; }
.second-opinion strong { font-family: var(--display); font-size: 1.08rem; }
.second-opinion p { margin: 0; color: var(--muted); }
.precall-expectation { max-width: 820px; margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .55fr 1fr; gap: 40px; }
.precall-expectation strong { font-family: var(--display); font-size: 1.08rem; }
.precall-expectation p { margin: 0; color: var(--muted); }
.people-strip { background: var(--soft); border-block: 1px solid var(--line); }
.people-strip > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.people-strip span { padding: 17px 24px; text-align: center; color: var(--muted); font-size: .76rem; border-right: 1px solid var(--line); }
.people-strip span:last-child { border-right: 0; }

.story-section { padding-block: 120px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.story-images { display: block; }
.story-photo { margin: 0; min-height: 620px; }
.archive-photo { margin: 0; }
.archive-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.archive-photo figcaption { margin-top: 9px; color: var(--muted); font-size: .7rem; }
.story-copy h2 { margin-bottom: 34px; }
.story-copy p:not(.eyebrow) { color: #444743; }
.story-copy .professional-involvement { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .82rem; }
.story-copy .professional-involvement a { color: inherit; text-underline-offset: 4px; }

.truth-section { padding-block: 105px; background: var(--warm-stone); border-block: 1px solid var(--line); }
.truth-section .eyebrow { color: var(--earth); }
.truth-grid { display: grid; grid-template-columns: .35fr 1.1fr .55fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.truth-grid blockquote { margin: 0; font: 500 clamp(1.8rem, 3vw, 3.2rem) var(--display); line-height: 1.18; letter-spacing: -.035em; }
.truth-grid > p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }

.care-section { padding-block: 120px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); }
.care-heading h2 { max-width: 560px; }
.service-photo { margin: 44px 0 0; }
.service-photo img { width: 100%; aspect-ratio: 8 / 7; display: block; object-fit: cover; object-position: center top; }
.care-content > ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.care-content > ul li { padding: 15px 0; border-bottom: 1px solid var(--line); color: #454844; }
.ongoing-care { margin-top: 55px; max-width: 690px; }
.ongoing-care h3 { margin: 0 0 18px; font: 600 clamp(1.45rem, 2.4vw, 2.1rem) var(--display); letter-spacing: -.035em; }
.ongoing-care p { color: var(--muted); }
.ongoing-care .option-action { margin-top: 12px; }

.back-home { justify-self: center; color: #3d403c; font-size: .86rem; text-underline-offset: 4px; }
.referral-main { min-height: 70vh; }
.referral-hero { padding-block: 105px; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(70px, 10vw, 150px); align-items: end; }
.referral-hero h1 { max-width: 760px; font-size: clamp(3.5rem, 6vw, 6.4rem); }
.referral-lead { max-width: 580px; }
.referral-lead p { margin: 0 0 18px; color: #444743; font-size: 1.08rem; }
.referral-tool-section { padding-block: 105px; background: var(--soft); border-block: 1px solid var(--line); }
.referral-tool-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); }
.referral-tool-grid h2 { max-width: 480px; }
.tool-note { max-width: 460px; color: var(--muted); }
.message-tool { padding: 42px; background: white; border: 1px solid var(--line); }
.message-tool > p:first-child { margin: 0; font: 500 clamp(1.2rem, 2vw, 1.55rem) var(--display); line-height: 1.45; }
.message-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
button.primary-action { border: 0; font: 700 .9rem var(--body); cursor: pointer; }
.copy-status { min-height: 1.4em; margin: 14px 0 0; color: var(--accent); font-size: .8rem; }
.referral-next { padding-block: 105px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); }
.referral-next h2 { max-width: 520px; }
.referral-next > div:last-child { max-width: 650px; }
.referral-next > div:last-child p { color: #444743; }
.referral-next .primary-action { margin-top: 24px; }
.referral-main-link { display: inline-block; margin-left: 24px; }

.family-section { padding-block: 120px; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.family-copy h2 { margin-bottom: 34px; }
.family-copy p:not(.eyebrow) { color: #444743; }
.family-photo { margin: 0; min-height: 600px; overflow: hidden; }
.family-photo img { width: 100%; height: 100%; min-height: 600px; display: block; object-fit: cover; object-position: center; }

.talk-section { padding-block: 110px; background: var(--accent); color: var(--ink); }
.talk-section .eyebrow { color: #682012; }
.talk-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.talk-copy > p:first-child { margin-bottom: 28px; font-size: 1.1rem; }
.light-action { background: white; color: var(--ink); }
.light-action:hover { background: var(--ink); color: white; }
.no-pressure { margin: 16px 0 0; font-size: .78rem; }
.talk-phone { display: inline-block; margin-left: 18px; color: #512015; font-size: .84rem; text-underline-offset: 4px; }

footer { padding: 45px 0 28px; background: var(--ink); color: #b7bab5; }
.footer-main { display: grid; grid-template-columns: .7fr 1.45fr .85fr; gap: 50px; }
.footer-main div { display: flex; flex-direction: column; gap: 5px; font-size: .76rem; }
.footer-main strong { color: white; font: 600 1.16rem var(--display); }
.footer-main a { color: inherit; text-underline-offset: 3px; }
.disclaimer { margin-top: 35px; padding-top: 20px; border-top: 1px solid #333533; color: #858884; font-size: .65rem; }
.disclaimer p { margin: 0; }
.disclaimer p + p { margin-top: 8px; }

@media (max-width: 980px) {
  .section-shell, .site-header { width: min(100% - 40px, 1220px); }
  .site-header { grid-template-columns: 1fr auto; position: relative; }
  .nav { display: none; position: absolute; z-index: 20; inset: 84px 0 auto; padding: 24px; background: white; border: 1px solid var(--line); flex-direction: column; gap: 18px; }
  .nav.open { display: flex; }
  .header-phone { display: none; }
  .header-cta { display: none; }
  .menu-button { display: block; border: 0; background: transparent; padding: 10px 0; font: 400 .86rem var(--body); }
  .hero { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; grid-template-areas: "copy" "image" "license"; }
  .hero-image { min-height: 0; }
  .hero-photo-stage { padding: 0 20px; }
  .hero-photo { width: min(100%, 620px); aspect-ratio: 4 / 3; }
  .hero-photo-placeholder { width: min(100%, 620px); aspect-ratio: 4 / 3; }
  .hero-copy { min-height: auto; padding: 64px 20px 34px; }
  .hero-license { margin: 0 20px 34px; padding-top: 14px; }
  .approach, .questions-grid, .story-section, .care-section, .family-section, .talk-grid { grid-template-columns: 1fr; }
  .referral-hero, .referral-tool-grid, .referral-next { grid-template-columns: 1fr; }
  .booking-options { grid-template-columns: 1fr; }
  .booking-options article, .booking-options article + article { padding: 42px 0; border-left: 0; }
  .booking-options article + article { border-top: 1px solid var(--line); }
  .option-for { min-height: 0; }
  .second-opinion, .precall-expectation { grid-template-columns: 1fr; gap: 8px; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-grid blockquote { max-width: 760px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .section-shell, .site-header { width: min(100% - 28px, 1220px); }
  .site-header { min-height: 72px; }
  .nav { inset-block-start: 72px; }
  .hero-copy { min-height: auto; padding: 36px 14px 24px; }
  h1 { font-size: clamp(3rem, 13vw, 3.25rem); line-height: .97; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero-lead { margin-top: 22px; font-size: 1rem; line-height: 1.42; }
  .hero-actions { width: 100%; margin-top: 22px; display: grid; gap: 12px; }
  .hero .primary-action { width: 100%; }
  .hero-second-opinion { max-width: none; font-size: .79rem; line-height: 1.35; }
  .hero-image { min-height: auto; }
  .hero-photo-stage { padding: 0 14px; }
  .hero-photo { width: 100%; aspect-ratio: 4 / 3; }
  .hero-photo-placeholder { width: 100%; aspect-ratio: 4 / 3; }
  .credential-line { flex-direction: column; gap: 4px; }
  .hero-license { margin: 0 14px 28px; padding-top: 12px; }
  .credential-line span + span::before { content: none; }
  .money-jobs { grid-template-columns: 1fr 1fr; }
  .money-jobs span:nth-child(2) { border-right: 0; }
  .money-jobs span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .approach, .questions-section, .booking-section, .story-section, .truth-section, .care-section, .family-section, .talk-section { padding-block: 80px; }
  .method-list div { grid-template-columns: 1fr; gap: 7px; }
  .people-strip > div { grid-template-columns: 1fr 1fr; width: 100%; }
  .people-strip span:nth-child(2) { border-right: 0; }
  .people-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .talk-phone { display: block; margin: 16px 0 0; }
  .archive-photo { width: 100%; margin: 0; position: relative; background: white; }
  .archive-photo img { height: auto; object-fit: contain; }
  .family-photo { min-height: 470px; }
  .family-photo img { min-height: 470px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .back-home { justify-self: end; }
  .referral-page .header-phone { display: none; }
  .referral-hero, .referral-tool-section, .referral-next { padding-block: 75px; }
  .message-tool { padding: 28px; }
  .referral-main-link { display: block; margin: 18px 0 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
