:root {
  --navy: #071b3d;
  --navy-soft: #19304f;
  --copper: #b95524;
  --copper-dark: #984019;
  --line: #b9c9d9;
  --line-soft: #dce5ec;
  --muted: #536277;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: 500 15px/1.4 var(--sans); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(185, 85, 36, .34); outline-offset: 3px; }
.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; left: 20px; top: -80px; z-index: 20; padding: 12px 18px; background: var(--navy); color: white; }
.skip-link:focus { top: 20px; }
.site-header { min-height: 96px; max-width: var(--max); margin: auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { font: 400 clamp(25px, 2vw, 33px)/1 var(--serif); letter-spacing: -1.1px; }
.brand b { color: var(--copper); font-weight: 400; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); font-size: 14px; font-weight: 600; }
.site-header nav a:not(.nav-cta) { padding: 12px 0 10px; border-bottom: 1px solid transparent; }
.site-header nav a:not(.nav-cta):hover { border-bottom-color: var(--copper); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px 7px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; background: var(--navy); margin: 7px 0; }
.hero { max-width: var(--max); margin: 0 auto; padding: 22px 32px 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, 1.04fr); min-height: 720px; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(70px, 9vw, 138px) clamp(40px, 6vw, 92px) 64px 28px; display: flex; flex-direction: column; align-items: flex-start; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(56px, 5.8vw, 94px); line-height: .98; }
.copper-rule { width: 80px; height: 2px; margin: 42px 0 32px; background: var(--copper); }
.hero-copy > p { max-width: 650px; margin: 0; color: var(--navy-soft); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.55; }
.hero-actions { margin-top: 44px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 22px; border: 1px solid transparent; cursor: pointer; font: 700 15px/1.2 var(--sans); }
.button-copper { background: var(--copper); color: white; }
.button-copper:hover { background: var(--copper-dark); }
.button-outline { border-color: var(--copper); color: var(--copper-dark); background: white; }
.button-outline:hover { background: #fbf6f2; }
.button-dark { width: 100%; background: var(--navy); color: white; }
.button-dark:hover { background: #102c56; }
.arrow { width: 20px; height: 20px; flex: 0 0 auto; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--copper-dark); font-weight: 700; border-bottom: 1px solid transparent; }
.text-link:hover { border-bottom-color: currentColor; }
.hero-media { margin: 0; min-height: 696px; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.services-section { max-width: var(--max); margin: auto; padding: 120px 60px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(70px, 9vw, 150px); border-bottom: 1px solid var(--line); }
.section-intro { position: sticky; top: 40px; align-self: start; }
.section-intro h2, .process-section h2, .contact-band h2, .page-hero h1 { margin: 0; font-size: clamp(48px, 5vw, 78px); line-height: 1.03; }
.section-intro h2::after { content: ""; display: block; width: 74px; height: 2px; margin: 34px 0; background: var(--copper); }
.section-intro p { max-width: 500px; margin: 0; color: var(--muted); font-size: 18px; }
.service-media { margin: 48px 0 0; }
.service-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-list { border-top: 1px solid var(--line); }
.service-row { min-height: 150px; display: grid; grid-template-columns: 70px 1fr 28px; gap: 28px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.service-row:hover { background: #f7f9fb; padding-left: 14px; }
.service-num { color: var(--copper); font: 400 40px/1 var(--serif); }
.service-row strong { display: block; font: 400 clamp(25px, 2.2vw, 34px)/1.16 var(--serif); letter-spacing: -.02em; }
.service-row small { display: block; max-width: 690px; margin-top: 10px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.process-section { max-width: var(--max); margin: auto; padding: 120px 60px; display: grid; grid-template-columns: 1.36fr .64fr; gap: clamp(70px, 8vw, 130px); border-bottom: 1px solid var(--line); }
.process-list { list-style: none; padding: 0; margin: 54px 0 0; counter-reset: none; }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 28px; padding: 0 0 30px; position: relative; }
.process-list li:not(:last-child)::before { content: ""; position: absolute; left: 28px; top: 56px; bottom: 0; width: 1px; background: var(--copper); }
.process-list li > span { width: 58px; height: 58px; border: 1px solid var(--copper); border-radius: 50%; display: grid; place-items: center; color: var(--copper); font: 400 30px/1 var(--serif); }
.process-list h3 { margin: 4px 0 6px; font-size: 28px; }
.process-list p { margin: 0; color: var(--muted); }
.fact-note { border-left: 3px solid var(--copper); padding-left: 18px; color: var(--navy-soft); }
.planning-moments { align-self: start; border-top: 2px solid var(--copper); }
.planning-moments h3 { margin: 28px 0 14px; font-size: 27px; }
.planning-moments ul { list-style: none; padding: 0; margin: 0 0 32px; }
.planning-moments li { padding: 17px 8px 17px 32px; border-bottom: 1px solid var(--line); position: relative; }
.planning-moments li::before { content: ""; position: absolute; left: 5px; top: 27px; width: 11px; height: 1px; background: var(--copper); }
.planning-moments figure { margin: 28px 0; }
.planning-moments figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.contact-band { max-width: var(--max); margin: auto; padding: 120px 60px 90px; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(70px, 9vw, 150px); }
.contact-band > div > p { max-width: 620px; color: var(--muted); font-size: 18px; }
.consultation-form { border: 1px solid var(--line); padding: 30px; }
.consultation-form label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 14px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; margin-top: 6px; padding: 13px 14px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 0; }
.consultation-form textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 13px 0 0; color: var(--copper-dark); font-size: 14px; }
.intake-routing-panel { background: #fbfcfd; }
.intake-routing-panel h3 { margin: 0 0 14px; font-size: clamp(28px, 3vw, 42px); }
.intake-routing-panel > p:not(.eyebrow):not(.intake-destination) { color: var(--muted); }
.intake-routing-panel ul { margin: 22px 0 26px; padding-left: 20px; color: var(--navy); }
.intake-routing-panel li { margin: 10px 0; padding-left: 4px; }
.intake-destination { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.site-footer { max-width: var(--max); margin: auto; padding: 34px 60px 42px; border-top: 2px solid var(--copper); }
.footer-main { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.firm-mark { display: flex; align-items: center; gap: 14px; }
.firm-mark strong { padding-right: 14px; border-right: 2px solid var(--copper); font: 400 48px/1 var(--serif); }
.firm-mark span { color: var(--copper); text-transform: uppercase; font-size: 18px; letter-spacing: .08em; }
.firm-mark small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .05em; }
.footer-main nav { display: flex; gap: 25px; flex-wrap: wrap; justify-content: flex-end; font-size: 13px; }
.site-footer > p { color: var(--muted); text-align: center; font-size: 13px; }
.site-footer .disclaimer { margin-bottom: 0; }
.page-hero { max-width: var(--max); margin: auto; padding: 110px 60px 90px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 1060px; }
.page-hero > p { max-width: 780px; margin: 30px 0 0; color: var(--muted); font-size: 20px; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--copper-dark); font-weight: 700; }
.topic-list { max-width: 1120px; margin: auto; padding: 90px 60px; }
.topic-row { display: grid; grid-template-columns: 90px 1fr; gap: 35px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.topic-row > span { color: var(--copper); font: 400 36px/1 var(--serif); }
.topic-row h2 { margin: -7px 0 10px; font-size: 34px; }
.topic-row p { max-width: 770px; margin: 0; color: var(--muted); }
.page-cta { max-width: 1120px; margin: 0 auto 90px; padding: 60px; background: #f6f9fb; border-top: 2px solid var(--copper); }
.page-cta h2 { max-width: 760px; margin: 0; font-size: 44px; }
.page-cta p { max-width: 680px; color: var(--muted); }
.page-cta .button { margin-top: 14px; }
.contact-hero { padding-bottom: 65px; }
.contact-hero + .contact-band { padding-top: 80px; }
.contact-hero + .contact-band > div { display: none; }
.contact-hero + .contact-band { grid-template-columns: 1fr; max-width: 920px; }
.preview-note { max-width: 920px; margin: 0 auto 90px; padding: 32px; border-left: 3px solid var(--copper); background: #f6f9fb; }
.preview-note h2 { margin: 0 0 8px; font-size: 28px; }
.preview-note p { margin: 0; color: var(--muted); }

@media (max-width: 1060px) {
  .site-header { min-height: 82px; }
  .menu-button { display: block; }
  .site-header nav { display: none; position: absolute; z-index: 10; top: 82px; left: 0; right: 0; padding: 24px 32px 32px; flex-direction: column; align-items: stretch; background: white; border-bottom: 1px solid var(--line); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 9px 0; }
  .hero { grid-template-columns: 1fr; padding: 0 32px; }
  .hero-copy { padding: 80px 18px 64px; }
  .hero-media { min-height: 520px; }
  .services-section, .process-section, .contact-band { grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .planning-moments { max-width: 620px; }
  .footer-main { align-items: flex-start; }
}

@media (max-width: 700px) {
  body { font-size: 15px; }
  .site-header { padding: 0 20px; }
  .site-header nav { padding-left: 20px; padding-right: 20px; }
  .hero { padding: 0 20px; min-height: auto; }
  .hero-copy { padding: 64px 0 46px; }
  .hero h1 { font-size: clamp(48px, 14vw, 67px); }
  .copper-rule { margin: 30px 0 24px; }
  .hero-copy > p { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 34px; gap: 18px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-media { min-height: 390px; margin: 0 -20px; }
  .services-section, .process-section, .contact-band { padding: 80px 24px; gap: 55px; }
  .section-intro h2, .process-section h2, .contact-band h2, .page-hero h1 { font-size: clamp(43px, 12vw, 58px); }
  .service-row { grid-template-columns: 52px 1fr 20px; gap: 12px; min-height: 145px; }
  .service-row small { font-size: 14px; }
  .process-list li { grid-template-columns: 54px 1fr; gap: 15px; }
  .process-list li > span { width: 46px; height: 46px; font-size: 25px; }
  .process-list li:not(:last-child)::before { left: 22px; top: 45px; }
  .process-list h3 { font-size: 25px; }
  .consultation-form { padding: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { padding: 32px 24px 40px; }
  .footer-main { flex-direction: column; }
  .footer-main nav { justify-content: flex-start; gap: 14px 22px; }
  .page-hero { padding: 80px 24px 65px; }
  .page-hero > p { font-size: 18px; }
  .topic-list { padding: 55px 24px; }
  .topic-row { grid-template-columns: 50px 1fr; gap: 15px; }
  .topic-row h2 { font-size: 28px; }
  .page-cta { margin: 0 24px 70px; padding: 38px 26px; }
  .page-cta h2 { font-size: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
