:root {
  --navy: #0f2744;
  --navy-dark: #0a1b31;
  --gold: #b87333;
  --gold-light: #d08b4c;
  --cream: #f7f3ec;
  --ink: #1a1a1a;
  --muted: #5b6472;
  --rule: #e4e0d7;
  --maxw: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "EB Garamond", "Garamond", "Georgia", "Times New Roman", serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 13pt;
  -webkit-font-smoothing: antialiased;
}

section { background: var(--cream); }
section.alt { background: #ede7da; }

h1, h2, h3, h4, .logo {
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  color: var(--navy);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 0.6em;
}

h1 { font-size: 2.6rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1em; }

a {
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease, color 0.15s ease;
}

a:hover { border-color: var(--gold); color: var(--gold); }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Header ---------- */
.site-header {
  background: var(--navy);
  border-bottom: 3px solid var(--gold);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 14px rgba(10, 27, 49, 0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.logo {
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1.1;
}

.logo .mark {
  display: inline-block;
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  background: var(--cream);
  border-radius: 50%;
  padding: 5px;
  box-sizing: border-box;
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 3px rgba(208, 139, 76, 0.15), 0 4px 12px rgba(0, 0, 0, 0.18);
}


.logo .mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo .wordmark { display: flex; flex-direction: column; }

.logo .firm-tag {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.logo .firm-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
}

nav.primary {
  display: flex;
  gap: 32px;
  align-items: center;
}

nav.primary a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e4e0d7;
  border: none;
  padding: 8px 0;
  position: relative;
}

nav.primary a.active,
nav.primary a:hover {
  color: #fff;
}

nav.primary a.active::after,
nav.primary a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--gold);
}

nav.primary .btn {
  background: var(--gold);
  color: #fff !important;
  border-color: var(--gold);
  padding: 13px 42px;
  min-width: 220px;
  text-align: center;
}

nav.primary .btn:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: #fff !important;
}

.btn {
  display: inline-block;
  padding: 13px 32px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--navy);
  color: #fff !important;
  border: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  transition: background 0.15s ease, border-color 0.15s ease;
  cursor: pointer;
}

.btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff !important;
}

.btn.ghost {
  background: transparent;
  color: var(--navy) !important;
}

.btn.ghost:hover {
  background: var(--navy);
  color: #fff !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background-color: var(--navy-dark);
  background-image:
    linear-gradient(rgba(10, 27, 49, 0.86), rgba(10, 27, 49, 0.92)),
    url("../images/courthouse.jpg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 130px 0 120px;
  text-align: left;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.hero h1 {
  color: #fff;
  font-size: 3.2rem;
  max-width: 780px;
}

.hero .eyebrow {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold-light);
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-brand {
  display: block;
  margin-bottom: 28px;
  max-width: 520px;
}

.hero-brand img { width: 100%; height: auto; display: block; }

/* ---------- Hero two-column grid ---------- */
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-portrait {
  position: relative;
  padding: 14px;
  background: rgba(247, 243, 236, 0.06);
  border: 1px solid rgba(208, 139, 76, 0.4);
  backdrop-filter: blur(2px);
  max-width: 360px;
  justify-self: end;
}

.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(208, 139, 76, 0.5);
  pointer-events: none;
}

.hero-portrait img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--cream);
}

.hero-portrait .caption {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(208, 139, 76, 0.35);
  text-align: center;
}

.hero-portrait .caption .k {
  display: block;
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold-light);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.hero-portrait .caption .n {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-portrait { max-width: 280px; justify-self: center; }
}

.hero p.lede {
  font-size: 1.18rem;
  max-width: 680px;
  color: var(--cream);
  opacity: 0.92;
  margin-bottom: 34px;
}

.page-hero {
  background-color: var(--navy);
  background-image:
    linear-gradient(rgba(10, 27, 49, 0.85), rgba(10, 27, 49, 0.90)),
    url("../images/courthouse.jpg");
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 90px 0 80px;
  position: relative;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  background: var(--gold);
}

.page-hero h1 { color: #fff; margin-bottom: 10px; }
.page-hero .eyebrow {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.page-hero p { color: var(--cream); opacity: 0.92; max-width: 720px; margin: 0; }

/* ---------- Sections ---------- */
section { padding: 80px 0; }

.section-head {
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-head .eyebrow {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}

.section-head h2 { margin-bottom: 12px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Practice cards ---------- */
.practice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.practice-grid.compact {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.practice-grid.compact .practice-card {
  padding: 24px 20px;
}

.practice-grid.compact .practice-card h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  line-height: 1.25;
}

.practice-grid.compact .practice-card p {
  font-size: 0.86rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.practice-grid.compact .practice-card .num {
  font-size: 0.82rem;
  margin-bottom: 12px;
}

.practice-grid.compact .practice-card .more {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

@media (max-width: 1100px) {
  .practice-grid.compact { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .practice-grid.compact { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .practice-grid.compact { grid-template-columns: 1fr; }
}

.practice-card {
  background: #fff;
  border: 1px solid var(--rule);
  padding: 36px 32px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
}

.practice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 39, 68, 0.10);
  border-color: var(--gold);
}

.practice-card .num {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}

.practice-card h3 { margin-bottom: 12px; }

.practice-card p {
  color: var(--muted);
  flex: 1;
  font-size: 0.98rem;
}

.practice-card .more {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  display: inline-block;
  padding-bottom: 2px;
  align-self: flex-start;
  margin-top: 10px;
}

/* ---------- Two-col ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.two-col .col-img {
  background: linear-gradient(135deg, var(--navy), var(--navy-dark));
  min-height: 360px;
  position: relative;
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: flex-end;
}

.two-col .col-img::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(208, 139, 76, 0.35);
  pointer-events: none;
}

.two-col .col-img .pullquote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.55;
  font-style: italic;
  position: relative;
  padding: 0 8px;
}

.two-col .col-img .pullquote::before {
  content: "\201C";
  position: absolute;
  top: -28px;
  left: -10px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold-light);
  font-size: 5rem;
  line-height: 1;
  font-style: normal;
  opacity: 0.85;
}

.two-col .col-img .pullquote::after {
  content: "\201D";
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--gold-light);
  font-size: 2.4rem;
  line-height: 0;
  font-style: normal;
  vertical-align: -0.35em;
  margin-left: 4px;
}

/* ---------- Practice area deep sections ---------- */
.pa-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--rule);
}

.pa-section:last-child { border-bottom: 0; }

.pa-section .pa-inner {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
}

.pa-section h2 { margin-bottom: 14px; }
.pa-section p { margin-bottom: 14px; }
.pa-section h3 { margin-top: 20px !important; margin-bottom: 12px; font-size: 1.15rem; }
.pa-section ul { margin-top: 8px; margin-bottom: 0; }

.pa-section h2 {
  font-size: 1.9rem;
  margin-top: 0;
}

.pa-section .pa-label {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding-top: 6px;
  border-top: 2px solid var(--gold);
  display: inline-block;
}

.pa-section ul {
  columns: 2;
  column-gap: 36px;
  padding-left: 20px;
  color: var(--muted);
}

.pa-section ul li { margin-bottom: 6px; break-inside: avoid; }

/* ---------- Courthouse band (about) ---------- */
.courthouse-band {
  position: relative;
  color: #fff;
  padding: 120px 0;
  background-color: var(--navy-dark);
  background-image:
    linear-gradient(rgba(10, 27, 49, 0.82), rgba(10, 27, 49, 0.88)),
    url("../images/courthouse.jpg");
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.courthouse-band::before,
.courthouse-band::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: var(--gold);
}

.courthouse-band::before { top: 0; }
.courthouse-band::after { bottom: 0; }

.courthouse-band .quote {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.courthouse-band .eyebrow {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: block;
}

.courthouse-band blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1.45;
  font-style: italic;
  color: var(--cream);
  margin: 0 0 32px;
  quotes: "\201C" "\201D";
  position: relative;
  padding: 0 12px;
}

.courthouse-band blockquote::before {
  content: open-quote;
  font-size: 4rem;
  font-style: normal;
  color: var(--gold-light);
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 8px;
  opacity: 0.9;
}

.courthouse-band blockquote::after {
  content: close-quote;
  font-size: 4rem;
  font-style: normal;
  color: var(--gold-light);
  line-height: 0;
  vertical-align: -0.6em;
  margin-left: 4px;
  opacity: 0.9;
}

.courthouse-band .attribution {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  color: var(--gold-light);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.courthouse-band .attribution::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--gold-light);
  vertical-align: middle;
  margin-right: 14px;
}

.courthouse-band .attribution::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--gold-light);
  vertical-align: middle;
  margin-left: 14px;
}

@media (max-width: 900px) {
  .courthouse-band { padding: 80px 0; background-attachment: scroll; }
  .courthouse-band blockquote { font-size: 1.35rem; }
}

/* ---------- Portrait (about page) ---------- */
.portrait-frame {
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--rule);
  box-shadow: 0 20px 48px rgba(15, 39, 68, 0.12);
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184, 115, 51, 0.35);
  pointer-events: none;
}

.portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--cream);
  transition: filter 0.4s ease;
}

.portrait-frame.mono {
  background: var(--cream);
  border: 1px solid rgba(208, 139, 76, 0.4);
  box-shadow: 0 24px 56px rgba(15, 39, 68, 0.15);
}

.portrait-frame.mono::before {
  border-color: rgba(184, 115, 51, 0.45);
}

.portrait-frame.mono img {
  filter: grayscale(100%) contrast(1.04) brightness(0.98) sepia(4%);
  background: var(--cream);
  mix-blend-mode: multiply;
}

.portrait-frame.mono:hover img {
  filter: grayscale(70%) contrast(1.04) brightness(1) sepia(2%);
}

.portrait-frame.mono .caption .k { color: var(--gold); }

.portrait-frame .caption {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  text-align: center;
}

.portrait-frame .caption .k {
  display: block;
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.portrait-frame .caption .n {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 700;
}

/* ---------- Bio extras (about page) ---------- */
.bio-extras {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  margin-top: 40px;
}

.bio-extras .block h3 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}

.bio-extras ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bio-extras ul li {
  padding: 10px 0;
  border-bottom: 1px dashed var(--rule);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.bio-extras ul li:last-child { border-bottom: 0; }

.bio-extras .pub-cite {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 4px;
  font-style: italic;
}

@media (max-width: 900px) {
  .bio-extras { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- CTA strip ---------- */
.cta-strip {
  background: var(--navy);
  color: #fff;
  padding: 64px 0;
  text-align: center;
  position: relative;
}

.cta-strip::before,
.cta-strip::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: var(--gold);
}

.cta-strip::before { top: 0; }
.cta-strip::after { bottom: 0; }

.cta-strip h2 { color: #fff; margin-bottom: 10px; }
.cta-strip p { color: var(--cream); opacity: 0.9; margin-bottom: 26px; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info .block {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--rule);
}

.contact-info .block:last-child { border-bottom: 0; }

.contact-info h4 {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 8px;
}

.contact-info p { margin: 0; color: var(--ink); font-size: 1.05rem; }

form.contact-form label {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}

form.contact-form input,
form.contact-form select,
form.contact-form textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  background: #fff;
  margin-bottom: 18px;
  border-radius: 2px;
}

form.contact-form textarea { min-height: 140px; resize: vertical; }

form.contact-form input:focus,
form.contact-form select:focus,
form.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.15);
}

/* ---------- Intake card ---------- */
.intake-section {
  background: linear-gradient(180deg, var(--cream) 0%, #ede7da 100%);
  padding: 80px 0;
  position: relative;
}

.intake-section.dark {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: #fff;
}

.intake-section.dark .intake-card {
  background: #fff;
}

.intake-section.dark .intake-heading h2,
.intake-section.dark .intake-heading .eyebrow,
.intake-section.dark .intake-heading p {
  color: #fff;
}

.intake-section .intake-heading .eyebrow { color: var(--gold-light); }
.intake-section.dark .intake-heading .eyebrow { color: var(--gold-light); }

.intake-heading {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.intake-heading .eyebrow {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}

.intake-heading h2 { margin-bottom: 10px; }
.intake-heading p { color: var(--muted); font-size: 1.05rem; }

.intake-card {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border-top: 4px solid var(--gold);
  box-shadow: 0 24px 60px rgba(15, 39, 68, 0.12);
  padding: 48px 48px 40px;
  position: relative;
}

.intake-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(184, 115, 51, 0.18);
  pointer-events: none;
}

.intake-card .card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--rule);
}

.intake-card .card-head img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.intake-card .card-head .titles {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.intake-card .card-head .titles .k {
  font-family: "Cinzel", serif;
  font-weight: 600;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.intake-card .card-head .titles .t {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  color: var(--navy);
  font-weight: 700;
}

.intake-card form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}

.intake-card form .grid .full { grid-column: 1 / -1; }

.intake-card form label {
  display: block;
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  margin: 0 0 6px;
}

.intake-card form label .req { color: var(--gold); margin-left: 4px; }

.intake-card form input,
.intake-card form select,
.intake-card form textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid var(--rule);
  background: #fff;
  border-radius: 2px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.intake-card form textarea { min-height: 140px; resize: vertical; }

.intake-card form input:focus,
.intake-card form select:focus,
.intake-card form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.15);
}

.intake-card .consent {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0 22px;
}

.intake-card .consent input {
  width: auto;
  margin: 3px 0 0;
  flex-shrink: 0;
  accent-color: var(--gold);
}

.intake-card .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}

.intake-card .actions .note {
  font-size: 0.8rem;
  color: var(--muted);
  font-style: italic;
  flex: 1;
}

.intake-card .honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

@media (max-width: 700px) {
  .intake-card { padding: 32px 24px 28px; }
  .intake-card form .grid { grid-template-columns: 1fr; }
  .intake-card .actions { flex-direction: column; align-items: stretch; }
  .intake-card .actions .btn { width: 100%; text-align: center; }
}

/* ---------- Disclaimer box ---------- */
.disclaimer {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 20px 24px;
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 30px;
}

.disclaimer strong { color: var(--ink); }

/* ---------- Footer ---------- */
footer {
  background: var(--navy-dark);
  color: var(--cream);
  padding: 60px 0 28px;
  font-size: 0.95rem;
}

footer p { color: var(--cream); opacity: 0.82; }

footer .foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

footer h5 {
  font-family: "Cinzel", "Playfair Display", Georgia, serif;
  font-weight: 600;
  color: var(--gold-light);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

footer .foot-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

footer .foot-brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  background: #f7f3ec;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid rgba(208, 139, 76, 0.5);
}

footer .foot-brand .stack {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

footer .foot-brand .tag {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 2px;
}

footer .foot-brand .name {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}

footer a { color: var(--cream); opacity: 0.78; border: none; }
footer a:hover { color: var(--gold-light); opacity: 1; }

footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 8px; }

footer .foot-logo {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.legal {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--cream);
  opacity: 0.55;
}

/* ---------- Placeholder tag ---------- */
.ph {
  background: rgba(184, 115, 51, 0.15);
  color: #7a4820;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 0.9em;
  font-family: "Menlo", monospace;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  h1 { font-size: 2rem; }
  .hero { padding: 80px 0; }
  .hero h1 { font-size: 2.2rem; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-grid.compact { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .two-col, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .pa-section .pa-inner { grid-template-columns: 1fr; gap: 24px; }
  .pa-section ul { columns: 1; }
  footer .foot-grid { grid-template-columns: 1fr 1fr; }
  .logo .mark { width: 46px; height: 46px; }
  .logo .firm-name { font-size: 1.05rem; }
  .logo .firm-tag { font-size: 0.58rem; }

  nav.primary {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--navy-dark);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 8px 0;
  }
  nav.primary.open { display: flex; }
  nav.primary a {
    padding: 14px 24px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #e4e0d7;
  }
  nav.primary a.active::after,
  nav.primary a:hover::after { display: none; }
  nav.primary .btn {
    margin: 12px 24px;
    text-align: center;
  }
  .nav-toggle { display: block; }
  .site-header { position: relative; }
}

@media (max-width: 540px) {
  footer .foot-grid { grid-template-columns: 1fr; }
  section { padding: 56px 0; }
}
