/* ============================================================
   Halim Ng & Pillai — shared stylesheet
   White · ink navy · gold restraint. Source Serif 4 + Inter.
   ============================================================ */

:root {
  --bg: #ffffff;
  --alt: #f4f6f8;
  --ink: #17293f;
  --ink-soft: #4c5c6e;
  --ink-faint: #7d8a99;
  --navy: #14273e;
  --navy-deep: #0d1b2e;
  --gold: #ab8a44;
  --gold-dark: #8f7134;
  --gold-tint: #f6f1e6;
  --line: #dfe4ea;
  --radius: 4px;
  --shadow: 0 2px 16px rgba(13, 27, 46, 0.07);
  --shadow-lift: 0 12px 34px rgba(13, 27, 46, 0.14);
  --font-serif: "Source Serif 4", Georgia, serif;
  --font-sans: "Inter", -apple-system, "Segoe UI", sans-serif;
  --wrap: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
}

body {
  font-family: var(--font-sans);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

h1, h2, h3 { font-family: var(--font-serif); font-weight: 600; line-height: 1.2; color: var(--navy); letter-spacing: -0.005em; }
h1 { font-size: clamp(2rem, 4.2vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 2.9vw, 2.05rem); }
h3 { font-size: 1.2rem; line-height: 1.35; }
h4 { font-size: 1rem; font-weight: 650; }

p { margin: 0; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-dark); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 840px; margin: 0 auto; padding: 0 24px; }

/* ---------- utility ---------- */
.eyebrow {
  display: inline-block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 14px;
}
.eyebrow::after { content: ""; display: inline-block; width: 34px; height: 1px; background: var(--gold); margin: 4px 0 4px 12px; }
.lede { font-size: 1.1rem; color: var(--ink-soft); max-width: 66ch; }
.muted { color: var(--ink-soft); }
.small { font-size: 0.88rem; }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }
section { padding: 76px 0; }
section.tight { padding: 48px 0; }
.alt { background: var(--alt); }
.dark { background: var(--navy-deep); color: #c7d3e0; }
.dark h1, .dark h2, .dark h3 { color: #ffffff; }
.dark .lede, .dark .muted { color: #97a8ba; }
.section-head { margin-bottom: 40px; }
.section-head .lede { margin-top: 12px; }
.flex-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-sans); font-size: 0.86rem; font-weight: 650; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 14px 30px; border-radius: 2px; border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; transition: all 0.18s ease; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); color: #fff; }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-light { border-color: rgba(255,255,255,0.7); color: #fff; background: transparent; }
.btn-outline-light:hover { background: #fff; color: var(--navy); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---------- header ---------- */
.topbar { background: var(--navy-deep); color: #8fa2b5; font-size: 0.8rem; padding: 8px 0; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.topbar a { color: #d4dde6; text-decoration: none; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar .tb-right { display: flex; gap: 22px; align-items: center; }
@media (max-width: 720px) { .topbar .tb-offices { display: none; } }

header.site {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
header.site .wrap { display: flex; align-items: center; gap: 26px; height: 82px; }
.logo { display: flex; align-items: baseline; gap: 12px; text-decoration: none; margin-right: auto; }
.logo .lg-name { font-family: var(--font-serif); font-size: 1.42rem; font-weight: 600; color: var(--navy); letter-spacing: 0.01em; line-height: 1; }
.logo .lg-amp { color: var(--gold); }
.logo .lg-sub { display: block; font-family: var(--font-sans); font-size: 0.6rem; font-weight: 650; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-faint); margin-top: 5px; }

nav.main { display: flex; gap: 4px; align-items: center; }
nav.main > ul { display: flex; list-style: none; gap: 0; align-items: center; }
nav.main a.nav-link {
  display: block; padding: 10px 13px; font-size: 0.92rem; font-weight: 550;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
nav.main a.nav-link:hover { color: var(--gold-dark); }
nav.main li.active > a.nav-link { color: var(--navy); font-weight: 700; box-shadow: inset 0 -2px 0 var(--gold); }

.has-drop { position: relative; }
.has-drop > a.nav-link::after { content: "▾"; font-size: 0.6rem; margin-left: 5px; opacity: 0.55; }
.drop {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 300px;
  background: #fff; border: 1px solid var(--line); border-top: 2px solid var(--gold);
  box-shadow: var(--shadow-lift); padding: 12px; list-style: none;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 0.16s ease;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a { display: block; padding: 9px 14px; font-size: 0.9rem; color: var(--ink); text-decoration: none; }
.drop a:hover { background: var(--alt); color: var(--navy); }
.drop .drop-all { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 10px; font-weight: 650; color: var(--gold-dark); }

.head-cta { flex: none; padding: 12px 24px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); }

@media (max-width: 1080px) {
  header.site .wrap { height: 70px; gap: 12px; }
  .nav-toggle { display: flex; }
  .head-cta { display: none; }
  nav.main {
    position: fixed; inset: 0; background: #fff; z-index: 90;
    flex-direction: column; align-items: stretch; padding: 86px 26px 40px;
    transform: translateX(100%); transition: transform 0.24s ease; overflow-y: auto;
  }
  nav.main.open { transform: translateX(0); }
  nav.main > ul { flex-direction: column; align-items: stretch; }
  nav.main a.nav-link { font-size: 1.1rem; padding: 13px 6px; border-bottom: 1px solid var(--line); white-space: normal; }
  nav.main li.active > a.nav-link { box-shadow: inset 3px 0 0 var(--gold); padding-left: 14px; }
  .has-drop > a.nav-link::after { display: none; }
  .drop { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; padding: 0 0 6px 14px; min-width: 0; }
  .drop a { font-size: 0.95rem; padding: 8px 6px; color: var(--ink-soft); }
  .nav-close {
    position: absolute; top: 14px; right: 16px; background: var(--alt); border: 0;
    font-size: 1.5rem; color: var(--navy); cursor: pointer; line-height: 1;
    width: 44px; height: 44px; border-radius: 50%;
  }
  .nav-mobile-cta { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
}
@media (min-width: 1081px) { .nav-close, .nav-mobile-cta { display: none; } }

/* ---------- breadcrumbs ---------- */
.crumbs { padding: 16px 0 0; font-size: 0.83rem; color: var(--ink-faint); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--line); }
.crumbs a { color: var(--ink-soft); text-decoration: none; }
.crumbs a:hover { color: var(--gold-dark); text-decoration: underline; }
.dark-crumbs .crumbs, .dark-crumbs .crumbs a { color: #9fb1c3; }

/* ---------- hero (home) ---------- */
.hero-legal { position: relative; min-height: 560px; display: flex; align-items: center; color: #fff; }
.hero-legal .hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-legal .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-legal .hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(13,27,46,0.88) 22%, rgba(13,27,46,0.45) 65%, rgba(13,27,46,0.55) 100%); }
.hero-legal .hero-content { position: relative; z-index: 2; width: 100%; padding-top: 90px; padding-bottom: 90px; }
.hero-legal h1 { color: #fff; font-size: clamp(2.2rem, 4.8vw, 3.4rem); max-width: 17ch; margin-bottom: 20px; }
.hero-legal .lede { color: #c9d5e1; margin-bottom: 30px; }
.hero-legal .eyebrow { color: var(--gold); }
.hero-legal .eyebrow::after { background: var(--gold); }

/* ---------- find a lawyer bar ---------- */
.fal-bar {
  position: relative; z-index: 5; margin-top: -46px;
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold);
  box-shadow: var(--shadow-lift); padding: 26px 30px;
  display: grid; grid-template-columns: auto 1fr 1fr auto; gap: 16px; align-items: end;
}
.fal-bar .fal-title { font-family: var(--font-serif); font-size: 1.25rem; font-weight: 600; color: var(--navy); align-self: center; }
.fal-bar label { display: block; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px; }
.fal-bar input, .fal-bar select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-sans); font-size: 0.94rem; color: var(--ink); background: #fbfcfd;
}
.fal-bar input:focus, .fal-bar select:focus { outline: none; border-color: var(--gold); }
@media (max-width: 900px) { .fal-bar { grid-template-columns: 1fr; margin-top: 18px; } .fal-bar .fal-title { padding-bottom: 4px; } }

/* ---------- page hero (inner) ---------- */
.page-hero { background: var(--navy-deep); color: #c7d3e0; padding: 0 0 58px; }
.page-hero h1 { color: #fff; margin: 10px 0 16px; max-width: 26ch; }
.page-hero .lede { color: #a7b8c9; max-width: 70ch; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero .crumbs { color: #7d92a8; padding-top: 18px; padding-bottom: 26px; }
.page-hero .crumbs a { color: #a7b8c9; }
.page-hero .crumbs li + li::before { color: #40566e; }

/* ---------- cards & grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.practice-card {
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--navy);
  padding: 28px 28px 24px; text-decoration: none; display: flex; flex-direction: column; gap: 12px;
  transition: all 0.18s ease; color: var(--ink);
}
.practice-card:hover { border-top-color: var(--gold); box-shadow: var(--shadow-lift); transform: translateY(-3px); color: var(--ink); }
.practice-card h3 { font-size: 1.14rem; }
.practice-card p { color: var(--ink-soft); font-size: 0.92rem; flex: 1; }
.practice-card .pc-link { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark); }

.card {
  background: #fff; border: 1px solid var(--line);
  overflow: hidden; display: flex; flex-direction: column; transition: all 0.18s ease;
}
a.card { text-decoration: none; color: inherit; }
a.card:hover { box-shadow: var(--shadow-lift); transform: translateY(-3px); }
.card-img { aspect-ratio: 3 / 2; overflow: hidden; background: var(--alt); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
a.card:hover .card-img img { transform: scale(1.03); }
.card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 { font-size: 1.1rem; }
.card-body p { color: var(--ink-soft); font-size: 0.93rem; flex: 1; }
.card-meta { display: flex; justify-content: space-between; gap: 10px; align-items: center; font-size: 0.84rem; color: var(--ink-faint); padding-top: 12px; border-top: 1px solid var(--line); flex-wrap: wrap; }

.tags { display: flex; gap: 8px; flex-wrap: wrap; }
.tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; background: var(--gold-tint); color: var(--gold-dark); }

/* ---------- people ---------- */
.person-card { background: #fff; border: 1px solid var(--line); overflow: hidden; transition: all 0.18s; }
.person-card .pc-img { aspect-ratio: 3 / 3.4; overflow: hidden; background: #2b3947; }
.person-card .pc-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.person-card .pc-body { padding: 20px 22px 24px; }
.person-card h3 { font-size: 1.12rem; }
.person-role { color: var(--gold-dark); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin: 5px 0 8px; }
.person-practice { font-size: 0.88rem; color: var(--ink-soft); }
.person-creds { font-size: 0.8rem; color: var(--ink-faint); line-height: 1.55; margin-top: 10px; }
.person-bio { font-size: 0.92rem; color: var(--ink-soft); margin-top: 12px; }
.person-matters { font-size: 0.86rem; color: var(--ink-soft); margin-top: 10px; padding: 14px 16px; background: var(--alt); border-left: 3px solid var(--gold); }
.person-office { font-size: 0.82rem; color: var(--ink-faint); margin-top: 10px; }

/* ---------- stats band ---------- */
.stats-band { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.stats-band > div { text-align: center; padding: 8px; border-left: 1px solid rgba(255,255,255,0.14); }
.stats-band > div:first-child { border-left: 0; }
.stats-band .n { font-family: var(--font-serif); font-size: clamp(1.9rem, 3.4vw, 2.8rem); font-weight: 600; color: #fff; }
.stats-band .n span { color: var(--gold); }
.stats-band .l { font-size: 0.84rem; color: #8fa2b5; margin-top: 4px; }
@media (max-width: 860px) { .stats-band { grid-template-columns: repeat(2, 1fr); } .stats-band > div { border-left: 0; } }

/* ---------- recognition ---------- */
.rec-card { background: #fff; border: 1px solid var(--line); padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; }
.rec-card .rec-source { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dark); }
.rec-card blockquote { font-family: var(--font-serif); font-size: 1.05rem; color: var(--navy); line-height: 1.5; flex: 1; }
.rec-card .rec-detail { font-size: 0.84rem; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 12px; }

/* ---------- experience list ---------- */
.exp-list { list-style: none; display: grid; gap: 0; }
.exp-list li { padding: 18px 0 18px 34px; border-bottom: 1px solid var(--line); position: relative; color: var(--ink-soft); font-size: 0.97rem; }
.exp-list li:last-child { border-bottom: 0; }
.exp-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); font-weight: 600; }

.checklist { list-style: none; display: grid; gap: 12px; }
.checklist li { padding-left: 30px; position: relative; color: var(--ink-soft); }
.checklist li::before { content: "›"; position: absolute; left: 6px; top: -2px; color: var(--gold); font-size: 1.3rem; font-weight: 600; }

/* ---------- fee calculator ---------- */
.calc { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); box-shadow: var(--shadow-lift); padding: 38px 42px; }
.calc h2 { margin-bottom: 8px; }
.calc .c-sub { color: var(--ink-soft); font-size: 0.95rem; margin-bottom: 26px; max-width: 60ch; }
.calc-input-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: end; margin-bottom: 8px; }
.calc-input-row .field { flex: 1; min-width: 240px; }
.calc label { display: block; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 7px; }
.calc input[type="text"], .calc input[type="number"] {
  width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-sans); font-size: 1.05rem; color: var(--ink); background: #fbfcfd;
}
.calc input:focus { outline: none; border-color: var(--gold); }
.calc-results { margin-top: 26px; display: none; }
.calc-results.show { display: block; }
.calc-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.calc-table td { padding: 12px 4px; border-bottom: 1px solid var(--line); }
.calc-table td:last-child { text-align: right; font-weight: 650; color: var(--navy); white-space: nowrap; }
.calc-table tr.ct-total td { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 600; border-bottom: 0; padding-top: 16px; }
.calc-table tr.ct-sub td { font-size: 0.84rem; color: var(--ink-faint); font-weight: 400; }
.calc-note { font-size: 0.82rem; color: var(--ink-faint); margin-top: 16px; }
.calc-err { display: none; color: #a33b26; font-size: 0.9rem; margin-top: 10px; }
@media (max-width: 640px) { .calc { padding: 26px 20px; } }

/* ---------- price-ish tables ---------- */
.data-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: var(--shadow); }
.data-table th, .data-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 0.94rem; vertical-align: top; }
.data-table th { background: var(--navy); color: #fff; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table td.dt-note { color: var(--ink-soft); font-size: 0.87rem; }
.table-scroll { overflow-x: auto; }
@media (max-width: 640px) { .data-table th, .data-table td { padding: 11px 12px; font-size: 0.88rem; } }

/* ---------- accordion ---------- */
.accordion { display: grid; gap: 12px; }
.acc-item { background: #fff; border: 1px solid var(--line); }
.acc-item summary { list-style: none; cursor: pointer; padding: 18px 52px 18px 24px; font-family: var(--font-serif); font-weight: 600; font-size: 1.02rem; position: relative; color: var(--navy); }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 1.3rem; color: var(--gold); font-family: var(--font-sans); }
.acc-item[open] summary::after { content: "–"; }
.acc-body { padding: 0 24px 20px; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: 36px 38px; box-shadow: var(--shadow-lift); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } .form-card { padding: 26px 20px; } }
.field label { display: block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 7px; color: var(--ink); }
.field label .req { color: var(--gold-dark); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-sans); font-size: 0.95rem; color: var(--ink); background: #fbfcfd;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field .err-msg { display: none; font-size: 0.8rem; color: #a33b26; margin-top: 5px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #a33b26; }
.field.invalid .err-msg { display: block; }
.form-reassure { font-size: 0.83rem; color: var(--ink-faint); margin-top: 16px; }
.form-success { display: none; text-align: center; padding: 40px 20px; }
.form-success.show { display: block; }
.form-success h3 { margin-bottom: 10px; }

/* ---------- people filter ---------- */
.people-filter { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-bottom: 32px; }
.people-filter input[type="search"] {
  flex: 1; min-width: 230px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 2px;
  font-family: var(--font-sans); font-size: 0.94rem; background: #fff;
}
.people-filter input[type="search"]:focus { outline: none; border-color: var(--gold); }
.people-filter select { padding: 12px 14px; border: 1px solid var(--line); border-radius: 2px; font-family: var(--font-sans); font-size: 0.92rem; background: #fff; color: var(--ink); }
.chip { background: #fff; border: 1px solid var(--line); padding: 9px 18px; font-size: 0.84rem; font-weight: 600; cursor: pointer; color: var(--ink-soft); font-family: var(--font-sans); transition: all 0.15s; }
.chip:hover { border-color: var(--gold); color: var(--gold-dark); }
.chip.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.people-empty { display: none; text-align: center; padding: 40px; color: var(--ink-soft); }

/* ---------- insights / article ---------- */
.post-meta { display: flex; gap: 14px; align-items: center; font-size: 0.86rem; color: var(--ink-faint); flex-wrap: wrap; }
.post-meta .dot::before { content: "·"; margin-right: 14px; }
article.post h1 { color: var(--navy); }
article.post h2 { margin: 40px 0 14px; }
article.post p { margin: 0 0 18px; color: #3a4a5c; }
article.post ul, article.post ol { margin: 0 0 18px 22px; color: #3a4a5c; display: grid; gap: 8px; }
article.post em { color: var(--ink-soft); }
.post-hero-img { overflow: hidden; margin: 30px 0 36px; box-shadow: var(--shadow); }
.author-box { display: flex; gap: 20px; align-items: center; background: var(--alt); border-left: 3px solid var(--gold); padding: 22px 26px; margin-top: 44px; }
.author-box img { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; object-position: top center; flex: none; }
.author-box .ab-name { font-weight: 700; }
.author-box .ab-creds { font-size: 0.82rem; color: var(--ink-faint); }
.author-box p { font-size: 0.88rem; color: var(--ink-soft); margin: 6px 0 0; }

/* ---------- split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.split-img { overflow: hidden; box-shadow: var(--shadow-lift); }
.split-img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- offices ---------- */
.office-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--navy); padding: 28px 30px; display: flex; flex-direction: column; gap: 10px; }
.office-card .oc-tag { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-dark); }
.office-card h3 { font-size: 1.2rem; }
.office-card address { font-style: normal; font-size: 0.92rem; color: var(--ink-soft); }
.office-card .oc-row { font-size: 0.9rem; color: var(--ink-soft); }
.office-card .oc-row a { color: var(--navy); }
.office-card .oc-note { font-size: 0.83rem; color: var(--ink-faint); border-top: 1px solid var(--line); padding-top: 12px; margin-top: 4px; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--navy-deep); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.cta-band .inner { display: grid; grid-template-columns: 1.2fr auto; gap: 30px; align-items: center; }
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { color: #97a8ba; }
@media (max-width: 820px) { .cta-band .inner { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
footer.site { background: var(--navy-deep); color: #8fa2b5; font-size: 0.9rem; }
footer.site .foot-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 42px; padding: 58px 0 44px; }
footer.site h4 { color: #fff; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 18px; }
footer.site ul { list-style: none; display: grid; gap: 10px; }
footer.site a { color: #b9c7d5; text-decoration: none; }
footer.site a:hover { color: #fff; text-decoration: underline; }
.foot-brand .lg-name { color: #fff; font-family: var(--font-serif); font-size: 1.35rem; font-weight: 600; }
.foot-brand .lg-amp { color: var(--gold); }
.foot-brand .lg-sub { display: block; font-size: 0.6rem; font-weight: 650; letter-spacing: 0.3em; text-transform: uppercase; color: #8fa2b5; margin-top: 5px; }
.foot-brand p { margin: 18px 0 20px; font-size: 0.88rem; line-height: 1.65; }
.foot-legal { border-top: 1px solid rgba(255,255,255,0.12); padding: 22px 0 26px; font-size: 0.78rem; color: #6d8095; }
.foot-legal p { margin-bottom: 6px; }
.foot-legal .foot-links { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 10px; }
.foot-legal .foot-links a { color: #8fa2b5; }
@media (max-width: 960px) { footer.site .foot-main { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 580px) { footer.site .foot-main { grid-template-columns: 1fr; } }

/* ---------- mobile bar ---------- */
.mobile-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgba(13,27,46,0.12); }
.mobile-bar a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px 4px 12px; text-decoration: none; font-size: 0.72rem; font-weight: 650; color: var(--navy); }
.mobile-bar a svg { width: 20px; height: 20px; }
.mobile-bar a.mb-main { background: var(--navy); color: #fff; }
@media (max-width: 760px) { .mobile-bar { display: flex; } body { padding-bottom: 62px; } }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- misc ---------- */
.notice { background: var(--gold-tint); border: 1px solid #e7dcc2; padding: 18px 22px; font-size: 0.92rem; color: #6e5a2e; }
.anchor-offset { scroll-margin-top: 100px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 10px 18px; z-index: 200; }
.skip-link:focus { left: 0; }
