:root {
  --green-950: #082f29;
  --green-900: #0b3d34;
  --green-800: #145246;
  --green-700: #1f6658;
  --sage-100: #e8f0eb;
  --sage-200: #d6e3db;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --gold: #d2b171;
  --gold-dark: #9b7238;
  --ink: #17231f;
  --ink-soft: #53605b;
  --line: #d9dcd5;
  --white: #ffffff;
  --danger: #8c2f2f;
  --success: #246742;
  --shadow-sm: 0 10px 30px rgba(8, 47, 41, 0.08);
  --shadow-lg: 0 24px 70px rgba(8, 47, 41, 0.15);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-height: 88px;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  margin: 0 0 .75rem;
  color: var(--green-950);
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.12;
}
h1 { font-size: clamp(2.55rem, 6vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
p { margin: 0 0 1rem; }
ul { margin: 0 0 1.2rem; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 820px); margin-inline: auto; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-cream { background: var(--cream); }
.section-sage { background: var(--sage-100); }
.section-dark { color: var(--white); background: var(--green-950); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.eyebrow {
  display: inline-flex;
  gap: .65rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--gold-dark);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.lede { max-width: 68ch; color: var(--ink-soft); font-size: clamp(1.04rem, 2vw, 1.23rem); }
.small { font-size: .88rem; }
.muted { color: var(--ink-soft); }
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; transform: translateY(-180%); padding: .65rem 1rem; color: white; background: var(--green-950); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { color: rgba(255,255,255,.88); background: var(--green-950); font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.utility-contact { display: flex; flex-wrap: wrap; gap: 1.15rem; align-items: center; }
.utility-contact a { text-decoration: none; }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,253,248,.97); border-bottom: 1px solid rgba(8,47,41,.1); backdrop-filter: blur(14px); }
.nav-shell { min-height: var(--header-height); display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.brand { display: inline-flex; gap: .8rem; align-items: center; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--green-900); border: 1px solid rgba(210,177,113,.8); border-radius: 50%; font-family: var(--font-serif); font-size: 1.05rem; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-name { font-family: var(--font-serif); font-size: 1.18rem; font-weight: 700; }
.brand-title { margin-top: .2rem; color: var(--ink-soft); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-nav > ul { display: flex; gap: .25rem; align-items: center; margin: 0; padding: 0; list-style: none; }
.site-nav a, .nav-more > summary { display: inline-flex; min-height: 42px; align-items: center; padding: .65rem .9rem; border-radius: 999px; font-size: .88rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible, .nav-more > summary:hover, .nav-more > summary:focus-visible { color: var(--green-900); background: var(--sage-100); outline: none; }
.site-nav a[aria-current="page"] { color: var(--green-900); box-shadow: inset 0 -2px var(--gold); border-radius: 0; }
.nav-more { position: relative; }
.nav-more > summary { cursor: pointer; list-style: none; }
.nav-more > summary::-webkit-details-marker { display: none; }
.nav-more > summary::after { margin-left: .45rem; content: "▾"; font-size: .7rem; }
.nav-more-menu { position: absolute; top: calc(100% + .55rem); right: 0; min-width: 190px; display: grid; gap: .2rem; padding: .5rem; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); }
.nav-more-menu a { width: 100%; border-radius: 8px; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 8px; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { width: 20px; height: 2px; display: block; margin: auto; background: var(--green-950); content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before { position: absolute; top: -6px; left: 0; }
.menu-toggle-lines::after { position: absolute; top: 6px; left: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }

.home-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 18%, rgba(210,177,113,.16), transparent 30%), var(--green-950); }
.home-hero::after { position: absolute; right: -18rem; bottom: -22rem; width: 48rem; height: 48rem; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 7rem rgba(255,255,255,.015), 0 0 0 14rem rgba(255,255,255,.012); content: ""; }
.hero-grid { position: relative; z-index: 1; min-height: 690px; display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(0, 1.05fr) minmax(340px, .8fr); align-items: center; padding: clamp(4.5rem, 10vw, 8rem) 0; }
.home-hero h1 { max-width: 13ch; color: var(--white); font-size: clamp(2.8rem, 6vw, 5.65rem); }
.home-hero .lede { max-width: 60ch; color: rgba(255,255,255,.77); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.hero-art { position: relative; max-width: 500px; justify-self: end; }
.hero-art img { width: 100%; height: auto; aspect-ratio: 872/939; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; box-shadow: var(--shadow-lg); }
.hero-callout { position: absolute; right: -1rem; bottom: 1.5rem; padding: 1rem 1.2rem; color: var(--ink); background: var(--paper); border-radius: 12px; box-shadow: var(--shadow-sm); }
.hero-callout strong { display: block; color: var(--green-950); font-family: var(--font-serif); font-size: 1.15rem; }
.hero-callout span { font-size: .8rem; }

.button { min-height: 46px; display: inline-flex; gap: .55rem; align-items: center; justify-content: center; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--white); background: var(--green-900); }
.button-primary:hover { background: var(--green-800); box-shadow: var(--shadow-sm); }
.button-gold { color: var(--green-950); background: var(--gold); }
.button-gold:hover { background: #dfc28c; }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.button-quiet { color: var(--green-900); background: transparent; border-color: var(--green-900); }
.button:disabled { cursor: not-allowed; opacity: .52; transform: none; box-shadow: none; }

.why-grid { display: grid; gap: clamp(2.5rem, 7vw, 6rem); grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); align-items: center; }
.reason-list { display: grid; gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.reason-list li { position: relative; padding: .95rem 1rem .95rem 2.9rem; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.reason-list li::before { position: absolute; top: 1rem; left: 1rem; width: 1.15rem; height: 1.15rem; display: grid; place-items: center; color: var(--green-950); background: var(--gold); border-radius: 50%; content: "✓"; font-size: .72rem; font-weight: 900; }
.attorney-card { position: relative; max-width: 470px; justify-self: end; }
.attorney-card img { width: 100%; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-lg); }
.phone-card { position: absolute; right: -1rem; bottom: -1.3rem; min-width: 240px; padding: 1rem 1.2rem; color: var(--white); background: var(--green-900); border: 1px solid rgba(210,177,113,.65); border-radius: 12px; box-shadow: var(--shadow-sm); }
.phone-card span { display: block; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.phone-card a { display: block; margin-top: .15rem; font-family: var(--font-serif); font-size: 1.45rem; text-decoration: none; }

.practice-intro { display: grid; gap: 1.5rem; grid-template-columns: 1fr .75fr; align-items: end; margin-bottom: 3rem; }
.practice-location { padding: 1.3rem 1.4rem; background: rgba(255,255,255,.65); border-left: 3px solid var(--gold); }
.practice-stack { display: grid; gap: 1.25rem; }
.practice-row { display: grid; overflow: hidden; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.45fr); min-height: 350px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 35px rgba(8,47,41,.055); }
.practice-row.reverse { grid-template-columns: minmax(0, 1.45fr) minmax(250px, .72fr); }
.practice-row.reverse .practice-visual { order: 2; }
.practice-visual { position: relative; display: grid; place-items: center; min-height: 320px; padding: 2rem; background: linear-gradient(145deg, var(--green-950), var(--green-800)); }
.practice-visual::before { position: absolute; inset: 1.25rem; border: 1px solid rgba(210,177,113,.38); border-radius: 50%; content: ""; }
.practice-visual img { position: relative; z-index: 1; width: min(75%, 250px); filter: drop-shadow(0 16px 20px rgba(0,0,0,.14)); }
.practice-copy { padding: clamp(2rem, 5vw, 3.5rem); }
.practice-copy h3 { font-size: clamp(1.8rem, 3.2vw, 2.75rem); }
.practice-copy > p { color: var(--ink-soft); font-size: 1.03rem; }
.practice-copy h4 { margin: 1.35rem 0 .55rem; color: var(--green-900); font-family: var(--font-sans); font-size: .8rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.practice-copy ul { display: grid; gap: .42rem; padding-left: 1.2rem; }
.practice-copy li::marker, .prose li::marker, .job-posting li::marker { color: var(--gold-dark); }

.page-hero { color: var(--white); background: var(--green-950); }
.page-hero-inner { min-height: 390px; display: grid; grid-template-columns: 1fr .55fr; gap: 3rem; align-items: center; padding: clamp(4rem, 8vw, 6.5rem) 0; }
.page-hero-inner.single { min-height: 310px; grid-template-columns: 1fr; }
.page-hero h1 { color: var(--white); }
.page-hero .lede { color: rgba(255,255,255,.74); }
.page-hero-art { justify-self: end; width: min(100%, 330px); opacity: .95; }
.page-hero-art img { border-radius: 180px 180px 18px 18px; border: 1px solid rgba(255,255,255,.15); }

.bio-grid { display: grid; gap: clamp(2.5rem, 7vw, 6rem); grid-template-columns: minmax(280px, .7fr) minmax(0, 1.35fr); align-items: start; }
.portrait-frame { position: sticky; top: calc(var(--header-height) + 2rem); }
.portrait-frame img { width: 100%; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); }
.prose h2 { margin-top: 2.3rem; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.8rem; }
.prose ul { display: grid; gap: .5rem; padding-left: 1.25rem; }
.credentials-grid { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 2rem 0; }
.credential { padding: 1rem; background: var(--cream); border-left: 3px solid var(--gold); }
.credential strong { display: block; color: var(--green-950); font-family: var(--font-serif); }
.credential span { color: var(--ink-soft); font-size: .82rem; }

.jobs-list { display: grid; gap: 2rem; }
.job-posting { padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.job-posting + .job-posting { margin-top: 1rem; }
.job-head { display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-start; padding-bottom: 1.4rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.job-head h2 { margin: .25rem 0 .8rem; }
.kicker { color: var(--gold-dark); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.job-meta { display: flex; flex-wrap: wrap; gap: .5rem; }
.job-meta span { padding: .35rem .7rem; color: var(--green-900); background: var(--sage-100); border-radius: 999px; font-size: .76rem; font-weight: 750; }
.job-status { padding: .35rem .75rem; color: var(--success); background: #e3f3e9; border-radius: 999px; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.job-posting h3 { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-family: var(--font-sans); font-size: .9rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.job-posting ul { display: grid; gap: .38rem; padding-left: 1.25rem; }

.contact-section { position: relative; overflow: hidden; background: var(--cream); }
.contact-grid-main { display: grid; gap: clamp(2rem, 6vw, 5rem); grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; }
.contact-details { display: grid; gap: .8rem; margin: 1.8rem 0; }
.contact-line { padding: 1rem 1.1rem; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.contact-line .label { display: block; color: var(--ink-soft); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-line a, .contact-line strong { display: inline-block; margin-top: .15rem; color: var(--green-900); font-family: var(--font-serif); font-size: 1.18rem; text-decoration: none; }
.office-grid { display: grid; gap: .75rem; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 1.4rem; }
.office-card { padding: 1rem; color: rgba(255,255,255,.82); background: var(--green-900); border-radius: 10px; }
.office-card strong { display: block; color: var(--gold); font-family: var(--font-serif); }
.no-free { display: inline-block; margin-top: .8rem; padding: .5rem .75rem; color: var(--green-950); background: var(--gold); border-radius: 6px; font-weight: 850; }

.form-panel { padding: clamp(1.35rem, 4vw, 2.4rem); background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.form-panel h2 { font-size: clamp(1.65rem, 3vw, 2.3rem); }
.form-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 1.35rem; }
.field { display: grid; gap: .42rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--green-950); font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; color: var(--ink); background: var(--white); border: 1px solid #bfc8c2; border-radius: 8px; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { min-height: 130px; resize: vertical; }
.field input[type="file"] { padding: .55rem; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(31,102,88,.12); }
.field-help { color: var(--ink-soft); font-size: .75rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-top: 1.25rem; }
.form-status { min-height: 1.5em; margin: .85rem 0 0; font-size: .88rem; font-weight: 700; }
.form-status[data-state="success"] { color: var(--success); }
.form-status[data-state="error"] { color: var(--danger); }
.form-setup-warning { margin: 1rem 0 0; padding: .75rem .85rem; color: #6b4618; background: #fff0cd; border: 1px solid #e7c878; border-radius: 8px; font-size: .8rem; }
.turnstile-shell { min-height: 68px; margin-top: 1rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-note { margin-top: 1rem; padding: .85rem 1rem; color: var(--ink-soft); background: var(--sage-100); border-left: 3px solid var(--gold); font-size: .8rem; }

.notice-section { padding: 2.2rem 0; color: rgba(255,255,255,.82); background: var(--green-800); }
.notice-section strong { color: var(--white); }

.site-footer { color: rgba(255,255,255,.76); background: #062722; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1.2fr .75fr .9fr; padding: 3.5rem 0; }
.site-footer .brand-name { color: var(--white); }
.site-footer .brand-title { color: rgba(255,255,255,.55); }
.footer-heading { color: var(--gold); font-family: var(--font-sans); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { text-decoration: none; }
.footer-office { margin-bottom: 1rem; }
.footer-office strong { display: block; color: var(--white); }
.footer-bottom { padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.11); font-size: .72rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 1rem; }

.redirect-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; background: var(--cream); }
.redirect-card { max-width: 620px; padding: 2rem; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: none; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --header-height: 74px; }
  .utility-note { display: none; }
  .utility-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 1rem; left: 1rem; display: none; padding: .75rem; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg); }
  .site-nav[data-open="true"] { display: block; }
  .site-nav > ul { display: grid; align-items: stretch; }
  .site-nav a, .nav-more > summary { width: 100%; border-radius: 8px; }
  .nav-more-menu { position: static; margin-top: .25rem; box-shadow: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-art { width: min(100%, 430px); justify-self: center; }
  .why-grid, .practice-intro, .page-hero-inner, .bio-grid, .contact-grid-main { grid-template-columns: 1fr; }
  .attorney-card { justify-self: center; }
  .page-hero-art { display: none; }
  .portrait-frame { position: static; width: min(100%, 480px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .utility-bar { display: none; }
  .nav-shell { min-height: 72px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 1.02rem; }
  .home-hero h1 { font-size: clamp(2.55rem, 12vw, 4.1rem); }
  .hero-callout { right: -.25rem; bottom: .75rem; }
  .practice-row, .practice-row.reverse { grid-template-columns: 1fr; }
  .practice-row.reverse .practice-visual { order: 0; }
  .practice-visual { min-height: 250px; }
  .practice-visual img { width: min(55%, 190px); }
  .credentials-grid, .form-grid, .office-grid, .footer-grid { grid-template-columns: 1fr; }
  .job-head, .footer-bottom-inner { align-items: flex-start; flex-direction: column; }
  .field.full { grid-column: auto; }
  .phone-card { position: static; margin: .75rem auto 0; }
  .footer-bottom-inner { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
}


/* Small resilience and accessibility refinements */
:focus-visible { outline: 3px solid rgba(210, 177, 113, .75); outline-offset: 3px; }
.contact-line a, .footer-office a { overflow-wrap: anywhere; }
.form-panel[aria-busy="true"] { opacity: .84; }
.turnstile-shell > div { max-width: 100%; }
@media (max-width: 980px) { body.menu-open { overflow: hidden; } }

/* Original attorney photography and practical office links. */
.attorney-card img { height: auto; aspect-ratio: 872 / 939; object-fit: cover; object-position: center; }
.portrait-frame img { height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: center bottom; }
.office-directions { display: block; margin-top: .8rem; color: var(--gold); text-decoration: underline; text-underline-offset: .2em; font-size: .9rem; }
.office-directions:hover { color: var(--white); }

/* Give the firm’s reasons their own centered section. */
.why-grid { display: block; max-width: 860px; }

/* Readable, familiar typography for the firm's clients.
   Lora Regular is the same font used on the original Wix site, served locally. */
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --font-serif: "Lora", Georgia, "Times New Roman", serif;
  --font-sans: Arial, Helvetica, sans-serif;
  --ink-soft: #3e4e47;
  --gold-dark: #765323;
}
body { font-size: 1.1875rem; line-height: 1.7; }
h1, h2, h3, h4 { font-weight: 400; line-height: 1.25; letter-spacing: normal; overflow-wrap: break-word; }
h1, .home-hero h1 { font-size: clamp(2.25rem, 4.5vw, 4rem); letter-spacing: -.015em; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
.practice-copy h3 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.lede, .practice-copy > p { font-size: 1.1875rem; line-height: 1.7; }
.prose p, .practice-copy p, .practice-copy ul { max-width: 65ch; }
.practice-copy ul, .prose ul { gap: .65rem; }
.practice-copy h4 { font-size: 1.0625rem; line-height: 1.5; letter-spacing: .025em; text-transform: none; font-weight: 700; }
.eyebrow, .kicker { font-size: 1rem; letter-spacing: .07em; }
.small, .credential span, .field-help, .privacy-note, .form-setup-warning,
.form-status, .footer-bottom, .hero-callout span { font-size: 1rem; line-height: 1.65; }
.utility-bar { font-size: 1rem; }
.utility-inner { padding-block: .35rem; flex-wrap: wrap; }
.brand-name { font-size: 1.4rem; }
.brand-title { font-size: .875rem; letter-spacing: .06em; }
.site-nav a, .nav-more > summary { font-size: 1.0625rem; min-height: 48px; font-weight: 700; }
.button { font-size: 1.0625rem; min-height: 48px; font-weight: 700; }
.field label, .contact-line .label, .footer-heading, .phone-card span {
  font-size: 1rem; line-height: 1.5; letter-spacing: .035em;
}
.field input, .field select, .field textarea { font-size: 1.125rem; }
.contact-line a, .contact-line strong { font-size: 1.25rem; }
.phone-card a { font-size: 1.6rem; }
.home-hero .lede, .page-hero .lede, .phone-card span,
.site-footer, .site-footer .brand-title, .notice-section, .office-card { color: #f1f5f2; }
.footer-heading { color: var(--gold); }
.site-nav a:focus-visible, .button:focus-visible, a:focus-visible {
  outline: 3px solid var(--gold-dark); outline-offset: 3px;
}
.home-hero a:focus-visible, .site-footer a:focus-visible { outline-color: var(--gold); }
@media (max-width: 720px) {
  body { font-size: 1.125rem; }
  .home-hero h1 { font-size: clamp(2.15rem, 8vw, 3rem); }
  .brand-name { font-size: 1.15rem; }
  .brand-title { font-size: .8125rem; }
  .nav-shell { gap: .75rem; }
  .menu-toggle { flex: 0 0 46px; min-height: 46px; }
  .lede, .practice-copy > p { font-size: 1.125rem; }
  .practice-copy { padding: 1.5rem; }
  .contact-line a { font-size: 1.125rem; }
}

/* Contact details and primary navigation stay visible at every screen size. */
:root { --header-height: 230px; }
.header-identity { min-width: 0; }
.nav-shell { padding-block: 1rem; align-items: center; }
.header-phone {
  display: block; width: fit-content; padding-block: .35rem;
  margin-top: .55rem; color: var(--green-950);
  font-size: 1.4rem; font-weight: 700; line-height: 1.5;
  text-decoration: underline; min-height: 44px;
}
.header-offices { display: flex; flex-wrap: wrap; gap: .6rem 1.75rem; margin-top: .35rem; }
.header-offices address { font-size: 1rem; line-height: 1.5; }
.header-offices strong { display: block; color: var(--green-950); }
.header-offices a { display: block; color: var(--ink-soft); text-decoration: underline; }
@media (max-width: 980px) {
  .site-header { position: static; }
  html { scroll-padding-top: 1rem; }
  .nav-shell { display: flex; flex-direction: column; align-items: stretch; gap: .9rem; }
  .site-nav, .site-nav[data-open="true"] {
    position: static; display: block; padding: .35rem 0 0;
    background: transparent; border: 0; border-top: 1px solid var(--line);
    border-radius: 0; box-shadow: none;
  }
  .site-nav > ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .25rem; }
  .site-nav a { justify-content: center; padding: .65rem .2rem; font-size: 1rem; min-height: 48px; }
  .header-offices { gap: .65rem 1.25rem; }
  .header-phone { font-size: 1.375rem; }
  .hero-grid { padding-block: 2.5rem; }
  body.menu-open { overflow: auto; }
}
@media (max-width: 380px) {
  .header-offices { display: grid; grid-template-columns: 1fr; }
}

/* Restore the original site's restrained header, centered title and portrait composition. */
.traditional-intro { --green-950: #1c3d40; --green-900: #234548; }
.site-header { position: static; background: white; backdrop-filter: none; }
html { scroll-padding-top: 1rem; }
.nav-shell { display: grid; grid-template-columns: minmax(250px, .85fr) minmax(0, 1.4fr); gap: 2.5rem; padding-block: 1.5rem; }
.header-identity { padding-right: 1.5rem; border-right: 1px solid var(--line); }
.site-header .brand-mark { display: none; }
.site-header .brand-name { font-weight: 400; font-size: 1.35rem; }
.site-header .brand-title { font-family: var(--font-serif); font-weight: 400; font-style: italic; text-transform: none; letter-spacing: normal; font-size: 1rem; }
.header-phone { font-family: var(--font-serif); font-size: 1.125rem; font-weight: 400; margin-top: .4rem; }
.header-offices address { font-size: 1rem; }
.header-offices strong { font-weight: 400; }
.site-nav, .site-nav[data-open="true"] { position: static; display: block; padding: 0; border: none; background: transparent; box-shadow: none; }
.site-nav > ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; }
.site-nav a { display: flex; justify-content: center; font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 1.125rem; padding: .85rem .2rem; border-radius: 0; border-block: 1px solid var(--line); }
.site-nav a[aria-current="page"] { border-color: var(--green-950); box-shadow: none; }
.office-grid { grid-template-columns: 1fr; }
.traditional-intro {
  padding: 1.75rem 0 3rem;
  background: linear-gradient(rgba(59,49,63,.60), rgba(59,49,63,.60)), url("../images/original-building.jpg") center / cover;
}
.traditional-title { padding: 1.5rem 2rem; color: white; background: var(--green-950); text-align: center; }
.traditional-title h1 { max-width: 100%; margin: 0 auto; color: white; font-size: clamp(2rem,3.4vw,3.1rem); line-height: 1.35; letter-spacing: normal; }
.traditional-title p { max-width: 75ch; margin: 1rem auto 0; font-size: 1.125rem; line-height: 1.6; color: #f1f5f2; }
.traditional-intro-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 1.75rem; margin-top: 1.75rem; }
.traditional-reasons { padding: clamp(1.25rem,3vw,2.5rem); color: white; background: var(--green-950); }
.traditional-reasons h2 { color: white; font-size: clamp(1.6rem,2.5vw,2.3rem); }
.traditional-reasons .reason-list { margin: 1.25rem 0; gap: .65rem; font-family: var(--font-serif); font-size: 1.125rem; }
.traditional-reasons .reason-list li { padding: 0; background: none; border: none; border-radius: 0; }
.traditional-reasons .reason-list li::before { content: none; }
.referral-note { border-top: 1px solid rgba(255,255,255,.3); padding-top: 1rem; font-size: 1rem; line-height: 1.65; }
.traditional-portrait { width: 100%; height: auto; border-radius: 0; }
.traditional-reasons .button { border-radius: 0; font-weight: 400; font-size: 1.125rem; }
@media (max-width: 700px) {
  .nav-shell { grid-template-columns: 1fr; gap: .8rem; padding-block: 1rem; }
  .header-identity { padding-right: 0; border: none; }
  .site-nav > ul { gap: .5rem; }
  .site-nav a { font-size: 1rem; min-height: 48px; }
  .traditional-intro { padding: 1rem 0 1.5rem; }
  .traditional-title { padding: 1.25rem 1rem; }
  .traditional-title h1 { font-size: clamp(1.8rem,6vw,2.35rem); }
  .traditional-intro-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 1rem; }
  .traditional-portrait { max-width: 480px; justify-self: center; }
}

/* Original website practice-area photographs. */
.practice-visual { background: #f5f2e9; padding: 1.5rem; }
.practice-visual::before { content: none; }
.practice-visual img { width: min(100%, 298px); height: auto; aspect-ratio: 1; object-fit: cover; filter: none; }
@media (max-width: 720px) {
  .practice-visual { min-height: auto; padding: 1.25rem; }
  .practice-visual img { width: min(100%, 240px); }
}

.office-map-section { background: #1e3e40; color: #fff; text-align: center; }
.office-map-section h2, .office-map-section p, .office-map-section address { color: #fff; }
.office-map-section address { font-style: normal; }
.office-map-section iframe { display: block; width: 100%; max-width: 100%; height: 380px; border: 0; margin-top: 1.5rem; }
@media (max-width: 720px) { .office-map-section iframe { height: 320px; } }

/* Service details and clear, generous text-link targets. */
.practice-learn-more { display: inline-flex; align-items: center; min-height: 48px; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; }
.estate-planning-detail > ul { gap: 1.1rem; }
.estate-planning-detail > p:last-child { margin-top: 2rem; }

/* Framed JM monogram beside the office contact details. */
.site-header .header-identity {
  position: relative;
  padding-right: 108px;
}
.site-header .header-identity::after {
  content: "JM";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 62px;
  height: 108px;
  border: 5px solid #42565e;
  outline: 1px solid #d0c4a5;
  outline-offset: -10px;
  background: #1e3e40;
  color: #d4b57b;
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.04em;
  pointer-events: none;
}
@media (max-width: 720px) {
  .site-header .header-identity { padding-right: 82px; }
  .site-header .header-identity::after { right: 8px; width: 54px; height: 92px; font-size: 20px; }
}
@media (max-width: 380px) {
  .site-header .header-identity { padding-right: 62px; }
  .site-header .header-identity::after { right: 0; width: 46px; height: 80px; font-size: 18px; }
}

/* Always-available phone contact links, with room for device safe areas. */
.mobile-contact-bar { display: none; }
@media (max-width: 900px) {
  html { scroll-padding-bottom: calc(110px + env(safe-area-inset-bottom, 0px)); }
  body { padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)); }
  .mobile-contact-bar {
    position: fixed; inset: auto 0 0; z-index: 1000;
    display: grid; grid-template-columns: 1fr 1fr;
    background: #fff; color: #1e3e40;
    border-top: 1px solid #cbd4d0;
    box-shadow: 0 -2px 12px rgb(0 0 0 / 8%);
    padding: 4px max(8px, env(safe-area-inset-right, 0px)) calc(4px + env(safe-area-inset-bottom, 0px)) max(8px, env(safe-area-inset-left, 0px));
  }
  .mobile-contact-bar a {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 3px; min-height: 76px; padding: 4px 8px;
    color: #1e3e40; font-size: 16px; font-weight: 600; line-height: 1.25;
    text-align: center; text-decoration: none;
  }
  .mobile-contact-bar a + a { border-left: 1px solid #dce2df; }
  .mobile-contact-bar svg { flex-shrink: 0; }
  .mobile-contact-bar a:hover { background: #edf3ef; }
  .mobile-contact-bar a:focus-visible { outline: 3px solid #76571e; outline-offset: -3px; }
}
@media print { .mobile-contact-bar { display: none; } body { padding-bottom: 0; } }

/* Regional service information and a more readable serif referral note. */
.traditional-title .service-area-subheading {
  margin: 1.25rem auto 0; max-width: 48ch;
  color: #f1f5f2; font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 400; line-height: 1.5;
}
.traditional-title .statewide-service { margin-top: .5rem; font-size: clamp(1.125rem, 1.8vw, 1.35rem); }
.referral-note, .regional-referral {
  font-family: var(--font-serif); font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400; line-height: 1.65; letter-spacing: normal;
}
.communities-section { background: var(--paper); }
.communities-section h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }

/* Light sans-serif accents, inspired by the owner's reference. */
@font-face {
  font-family: "Raleway Light";
  src: url("../fonts/raleway-light.woff") format("woff");
  font-weight: 300; font-style: normal; font-display: swap;
}
.referral-note, .regional-referral,
.traditional-title .service-area-subheading,
.traditional-title .statewide-service {
  font-family: "Raleway Light", Arial, sans-serif;
  font-weight: 300; font-style: normal; letter-spacing: normal;
}
.traditional-reasons .reason-list {
  display: block; list-style: disc outside;
  margin: 1rem 0; padding-left: 1.25rem;
  font-size: 1.0625rem; line-height: 1.5;
}
.traditional-reasons .reason-list li { display: list-item; margin: .25rem 0; padding: 0; }
.traditional-reasons .reason-list li::marker { color: #d4b57b; }

/* A small, accompanying portrait on practice-area detail pages. */
.service-detail-layout {
  display: grid; grid-template-columns: minmax(180px, 230px) minmax(0, 820px);
  justify-content: center; align-items: start; gap: clamp(2rem, 5vw, 4rem);
}
.service-portrait { position: sticky; top: 2rem; text-align: center; }
.service-portrait img {
  display: block; width: 100%; height: auto; aspect-ratio: 1;
  object-fit: cover; object-position: center bottom;
  border: 1px solid var(--line); border-radius: 8px;
}
.service-portrait .service-portrait-name { font-family: var(--font-serif); font-size: 1.25rem; margin: .75rem 0 0; }
.service-portrait .service-portrait-role { font-size: 1rem; margin: .1rem 0 .3rem; }
.service-portrait a { display: inline-flex; align-items: center; min-height: 44px; font-size: 1rem; text-decoration: underline; }
.service-detail-copy { min-width: 0; }
@media (max-width: 900px) {
  .service-detail-layout { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .service-portrait { position: static; width: min(100%, 200px); justify-self: center; }
}
@media (max-height: 550px) { .service-portrait { position: static; } }

/* Readable community links and a visitor-facing sitemap. */
.community-links { display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; padding: 0; list-style: none; }
.community-links a, .sitemap-links a { display: inline-flex; align-items: center; min-height: 48px; text-underline-offset: .2em; }
.sitemap-links { padding-left: 1.25rem; }
.sitemap-links li { margin-bottom: .35rem; }
