/*
Theme Name: Steven T. Fox Law Firm
Theme URI: https://foxcriminaldefense.com/
Author: Smith Consulting & Design, LLC
Author URI: https://foxcriminaldefense.com/
Description: Custom marketing theme for The Steven T. Fox Law Firm, LLC — Columbus & Central Ohio OVI/DUI and criminal defense. Deep-navy & gold brand system, Playfair Display + Montserrat, SEO-optimized templates. Converted 1:1 from the firm's static site.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: steven-t-fox
*/

/* ==========================================================================
   The Steven T. Fox Law Firm, LLC — Shared Stylesheet (v2 redesign)
   Deep-navy + gold, Playfair Display / Montserrat. No JavaScript.
   Mobile-first. WCAG AA. All design tokens live in :root — swap freely.
   ========================================================================== */
:root {
  /* ---- Brand color (from client moodboard) ---- */
  --navy-950: #0A1420;
  --navy-900: #0D1B2A;   /* primary dark surface */
  --navy-800: #1B263B;   /* raised dark surface */
  --navy-700: #26364F;
  --navy-600: #33475f;
  --slate-500: #475569;  /* muted text on light */
  --slate-300: #94a3b3;
  --slate-200: #E5E7EB;  /* hairlines / light fields */
  --slate-100: #eef1f4;

  --gold-400: #E4C562;
  --gold: #D4AF37;        /* primary accent */
  --gold-600: #B8942A;    /* accent hover / darker */
  --gold-700: #9a7c22;

  --white: #ffffff;
  --paper: #F7F6F2;       /* warm off-white section bg */
  --ink-900: #16202e;     /* darkest body copy */
  --ink-700: #33414f;     /* body copy */
  --ink-500: #5c6875;     /* meta */

  /* ---- Semantic ---- */
  --link: var(--navy-800);
  --link-hover: var(--gold-600);
  --focus-ring: var(--gold);

  /* ---- Type ---- */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Montserrat', -apple-system, 'Segoe UI', sans-serif;
  --tracking: 0.02em;
  --tracking-wide: 0.12em;
  --tracking-wider: 0.2em;

  /* ---- Spacing ---- */
  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px;
  --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px; --s10: 128px;

  /* ---- Radius ---- */
  --r-sm: 3px; --r-md: 6px; --r-lg: 10px; --r-pill: 999px;

  /* ---- Shadow ---- */
  --sh-soft: 0 6px 20px -8px rgba(10,20,32,.16);
  --sh-card: 0 16px 40px -16px rgba(10,20,32,.30), 0 2px 6px rgba(10,20,32,.06);
  --sh-raised: 0 36px 72px -24px rgba(10,20,32,.46), 0 8px 22px rgba(10,20,32,.16);

  /* ---- Layout ---- */
  --container: 1400px;
  --container-narrow: 940px;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body); font-size: 16.5px; line-height: 1.65;
  color: var(--ink-700); background: var(--white);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--link); text-decoration: none; transition: color .16s ease; }
a:hover { color: var(--link-hover); }
ul, ol { padding: 0; list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }
strong { font-weight: 700; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; color: var(--navy-900); letter-spacing: -0.01em; }
:target { scroll-margin-top: 140px; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
select:focus-visible, summary:focus-visible, label:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--focus-ring); outline-offset: 2px; border-radius: var(--r-sm);
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300; background: var(--gold);
  color: var(--navy-900); padding: 12px 20px; font-family: var(--font-body); font-weight: 700;
  letter-spacing: var(--tracking-wide); text-transform: uppercase; font-size: 12px;
}
.skip-link:focus { left: 8px; top: 8px; }
.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; }

/* ==========================================================================
   LAYOUT HELPERS
   ========================================================================== */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--s5); }
.container-narrow { max-width: var(--container-narrow); }
.section { padding-block: clamp(56px, 8vw, 104px); }
.section--tight { padding-block: clamp(40px, 5vw, 72px); }
.section--navy { background: var(--navy-900); color: rgba(255,255,255,.82); }
.section--navy-2 { background: var(--navy-800); color: rgba(255,255,255,.82); }
.section--paper { background: var(--paper); }
.section--navy h1, .section--navy h2, .section--navy h3,
.section--navy-2 h1, .section--navy-2 h2, .section--navy-2 h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-weight: 700; font-size: 12.5px;
  letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--gold-600);
  margin-bottom: var(--s4);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.eyebrow--center { justify-content: center; }
.section--navy .eyebrow, .section--navy-2 .eyebrow, .hero .eyebrow, .page-hero .eyebrow { color: var(--gold-400); }

.section-head { max-width: 1400px; margin-bottom: var(--s7); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(29px, 4.2vw, 45px); line-height: 1.08; }
.section-head p { margin-top: var(--s4); font-size: 17.5px; color: var(--ink-500); line-height: 1.7; }
.section--navy .section-head p, .section--navy-2 .section-head p { color: rgba(255,255,255,.72); }
.lead { font-size: 19px; line-height: 1.7; color: var(--ink-700); }
.section--navy .lead, .section--navy-2 .lead { color: rgba(255,255,255,.82); }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; white-space: nowrap;
  font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: var(--tracking-wide);
  text-transform: uppercase; padding: 15px 28px; border: 2px solid transparent; border-radius: var(--r-sm);
  cursor: pointer; transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
  line-height: 1; text-align: center;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn--primary { background: var(--gold); color: var(--navy-900); box-shadow: 0 10px 22px -10px rgba(212,175,55,.7); }
.btn--primary:hover { background: var(--gold-400); color: var(--navy-950); transform: translateY(-2px); box-shadow: 0 16px 28px -10px rgba(212,175,55,.75); }
.btn--dark { background: var(--navy-900); color: #fff; }
.btn--dark:hover { background: var(--navy-800); color: #fff; transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--navy-900); border-color: var(--navy-900); }
.btn--outline:hover { background: var(--navy-900); color: #fff; }
.btn--on-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn--on-dark:hover { background: #fff; color: var(--navy-900); border-color: #fff; }
.btn--lg { padding: 18px 34px; font-size: 14px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3); }
.txt-link {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--tracking-wide); font-size: 12.5px; color: var(--gold-600);
}
.txt-link svg { width: 15px; height: 15px; transition: transform .16s ease; }
.txt-link:hover { color: var(--navy-900); }
.txt-link:hover svg { transform: translateX(4px); }
.section--navy .txt-link, .section--navy-2 .txt-link { color: var(--gold-400); }
.section--navy .txt-link:hover, .section--navy-2 .txt-link:hover { color: #fff; }

/* ==========================================================================
   HEADER + DROPDOWN NAV (CSS only)
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 200; }
.utilitybar { background: var(--navy-950); color: rgba(255,255,255,.72); font-size: 12.5px; font-weight: 500; }
.utilitybar .container { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); min-height: 40px; }
.utilitybar a { color: rgba(255,255,255,.82); font-weight: 600; }
.utilitybar a.u-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.utilitybar a.u-item svg { flex: none; }
.utilitybar a:hover { color: var(--gold-400); }
.utilitybar-left, .utilitybar-right { display: flex; flex-wrap: wrap; align-items: center; gap: 6px var(--s5); }
.utilitybar-left { display: none; }
.utilitybar span.u-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.utilitybar svg { width: 14px; height: 14px; color: var(--gold); }
@media (max-width: 679px) { .utilitybar { display: none; } }

.masthead { background: var(--navy-900); box-shadow: 0 2px 0 rgba(212,175,55,.5), var(--sh-soft); }
.masthead .container { display: flex; align-items: center; gap: var(--s5); min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { height: 60px; width: auto; max-width: 100%; object-fit: contain; }
.brand-word { display: none; flex-direction: column; line-height: 1; }
.brand-word b { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: 22px; letter-spacing: .02em; }
.brand-word span { font-family: var(--font-body); font-weight: 600; color: var(--gold-400); font-size: 10.5px; letter-spacing: var(--tracking-wider); text-transform: uppercase; margin-top: 4px; }

.nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; }
.nav-burger { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; cursor: pointer; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: var(--r-sm); margin-left: auto; }
.nav-burger svg { width: 26px; height: 26px; }
.nav-burger .ic-close { display: none; }
.nav-toggle:checked ~ .nav-burger .ic-open { display: none; }
.nav-toggle:checked ~ .nav-burger .ic-close { display: block; }

.primary-nav {
  display: none; position: absolute; left: 0; right: 0; top: 100%;
  background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: var(--sh-card); padding: var(--s3) var(--s5) var(--s6); max-height: calc(100vh - 118px); overflow-y: auto;
}
.nav-toggle:checked ~ .primary-nav { display: block; }
.primary-nav > ul { display: flex; flex-direction: column; }
.nav-item { border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-item > a, .nav-item > .nav-parent > a {
  display: block; font-family: var(--font-body); font-weight: 600; font-size: 15px; white-space: nowrap;
  color: #fff; padding: 14px 4px; text-transform: uppercase; letter-spacing: var(--tracking); position: relative;
}
.nav-item > a:hover, .nav-item.has-current > a, .nav-item[data-current] > a { color: var(--gold-400); }
.nav-parent { position: relative; }
.nav-parent > a::after { content: "▾"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 12px; padding-left: 5px; }
.submenu { padding: 2px 0 12px 14px; }
.submenu a { display: block; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 500; padding: 9px 4px; text-transform: none; letter-spacing: 0; border-left: 2px solid rgba(255,255,255,.12); padding-left: 14px; }
.submenu a:hover { color: var(--gold-400); border-left-color: var(--gold); }
.nav-cta { margin-top: var(--s5); }
.nav-cta .btn { width: 100%; }

/* ==========================================================================
   HERO (homepage) — skyline + attorney cutout
   ========================================================================== */
.hero { position: relative; background: var(--navy-950); color: #fff; overflow: hidden; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: 0; background: url('images/columbus-skyline.jpg') center 28%/cover no-repeat; }
.hero-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(96deg, var(--navy-950) 6%, rgba(10,20,32,.82) 40%, rgba(10,20,32,.36) 62%, rgba(10,20,32,.62) 100%),
    linear-gradient(180deg, rgba(10,20,32,.5) 0%, rgba(10,20,32,0) 30%, rgba(10,20,32,.45) 100%);
}
.hero-portrait { position: absolute; z-index: 2; right: 2%; bottom: 0; height: 92%; width: auto; max-width: 46%; object-fit: contain; object-position: bottom; filter: saturate(.82) contrast(1.02); display: none; }
.hero .container { position: relative; z-index: 3; }
.hero-inner { display: grid; grid-template-columns: 1fr; align-items: center; padding-block: clamp(48px, 8vw, 104px); gap: var(--s7); }
.hero-copy { max-width: 620px; }
.hero h1 { color: #fff; font-size: clamp(36px, 6.6vw, 62px); line-height: 1.03; }
.hero h1 .l1 { display: block; font-size: .52em; font-family: var(--font-body); font-weight: 600; text-transform: uppercase; letter-spacing: var(--tracking-wide); color: var(--gold-400); margin-bottom: var(--s4); line-height: 1.3; }
.hero-copy p { margin-top: var(--s5); font-size: 18.5px; line-height: 1.62; color: rgba(255,255,255,.84); max-width: 48ch; }
.hero .btn-row { margin-top: var(--s6); flex-direction: column; align-items: stretch; }
.hero .btn-row .btn { width: 100%; }
@media (min-width: 680px) {
  .hero .btn-row { flex-direction: row; align-items: center; flex-wrap: wrap; }
  .hero .btn-row .btn { width: auto; }
}
.hero-reassure { margin-top: var(--s5); display: inline-flex; align-items: center; gap: 10px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.75); }
.hero-reassure svg { width: 20px; height: 20px; color: var(--gold); flex: none; }
.hero-card {
  background: rgba(13,27,42,.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212,175,55,.4); border-radius: var(--r-md); padding: var(--s5) var(--s6);
  box-shadow: var(--sh-raised); max-width: 420px;
}
.hero-card h2 { font-family: var(--font-display); color: #fff; font-size: 24px; letter-spacing: 0; }
.hero-card .role { font-family: var(--font-body); font-weight: 600; font-size: 11.5px; letter-spacing: var(--tracking-wide); text-transform: uppercase; color: var(--gold-400); margin-top: 4px; display: block; }
.hero-card .divider { height: 1px; background: rgba(255,255,255,.16); margin: var(--s4) 0; }
.hero-card ul { display: grid; gap: 11px; }
.hero-card li { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: rgba(255,255,255,.9); }
.hero-card li svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 2px; }

/* ==========================================================================
   TRUST BAR
   ========================================================================== */
.trustbar { background: var(--paper); border-bottom: 1px solid var(--slate-200); }
.trustbar ul { display: grid; grid-template-columns: 1fr; }
.trustbar li { display: flex; gap: var(--s4); align-items: flex-start; padding: var(--s5) 0; border-bottom: 1px solid var(--slate-200); }
.trustbar li:last-child { border-bottom: 0; }
.trustbar .ic { width: 42px; height: 42px; flex: none; color: var(--gold-600); }
.trustbar .ic svg { width: 42px; height: 42px; }
.trustbar b { display: block; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking); font-size: 13px; color: var(--navy-900); }
.trustbar span { display: block; font-size: 13.5px; color: var(--ink-500); margin-top: 3px; }

/* ==========================================================================
   PAGE HERO (interior)
   ========================================================================== */
.page-hero { position: relative; background: var(--navy-900); color: #fff; overflow: hidden; isolation: isolate; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; background: url('images/columbus-skyline.jpg') center 30%/cover no-repeat; opacity: .28; }
.page-hero-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(92deg, var(--navy-950) 20%, rgba(10,20,32,.66) 100%); }
.page-hero .container { position: relative; z-index: 2; padding-block: clamp(52px, 7vw, 92px); }
.page-hero .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: rgba(255,255,255,.6); margin-bottom: var(--s4); }
.page-hero .breadcrumb a { color: rgba(255,255,255,.82); font-weight: 600; }
.page-hero .breadcrumb a:hover { color: var(--gold-400); }
.page-hero .breadcrumb [aria-current] { color: var(--gold-400); }
.page-hero h1 { color: #fff; font-size: clamp(31px, 5vw, 52px); line-height: 1.06; max-width: 20ch; }
.page-hero p { margin-top: var(--s4); font-size: 18px; color: rgba(255,255,255,.82); max-width: 62ch; line-height: 1.65; }
.page-hero .btn-row { margin-top: var(--s6); }

/* ==========================================================================
   PRACTICE CARDS
   ========================================================================== */
.pcard-grid { display: grid; gap: var(--s5); grid-template-columns: 1fr; }
.pcard {
  position: relative; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md);
  padding: var(--s7) var(--s6); box-shadow: var(--sh-soft); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pcard::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.pcard:hover { transform: translateY(-6px); box-shadow: var(--sh-card); border-color: rgba(212,175,55,.5); }
.pcard:hover::before { transform: scaleX(1); }
.pcard .wm { position: absolute; right: -20px; bottom: -24px; width: 150px; height: 174px; color: var(--navy-900); opacity: .05; pointer-events: none; background: currentColor; -webkit-mask: url(images/lady-justice.png) no-repeat center / contain; mask: url(images/lady-justice.png) no-repeat center / contain; }
.pcard .wm svg { display: none; }
.pcard .ic { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: var(--navy-900); color: var(--gold); margin-bottom: var(--s5); border: 1px solid rgba(212,175,55,.35); }
.pcard .ic svg { width: 32px; height: 32px; }
.pcard h3 { font-size: 22px; }
.pcard .rule { width: 40px; height: 2px; background: var(--gold); margin: var(--s3) 0 var(--s4); }
.pcard p { color: var(--ink-500); font-size: 15px; position: relative; z-index: 1; }
.pcard .txt-link { margin-top: auto; padding-top: var(--s5); }

/* ==========================================================================
   COURTS WE SERVE
   ========================================================================== */
.courts-wrap { display: grid; gap: var(--s6); grid-template-columns: 1fr; }
.court-grid { display: grid; gap: var(--s4); grid-template-columns: repeat(2, 1fr); }
.court-tile {
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--sh-soft); transition: transform .18s ease, box-shadow .18s ease;
}
.court-tile:hover { transform: translateY(-3px); box-shadow: var(--sh-card); color: inherit; }
.court-thumb { aspect-ratio: 16/10; background: linear-gradient(160deg, var(--navy-800), var(--navy-950)); display: grid; place-items: center; color: rgba(212,175,55,.85); position: relative; }
.court-thumb svg { width: 46px; height: 46px; }
.court-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 120% at 50% 0%, rgba(212,175,55,.12), transparent 60%); }
.court-body { padding: var(--s4); }
.court-body b { display: block; font-family: var(--font-body); font-weight: 700; font-size: 14px; color: var(--navy-900); }
.court-body span { display: block; font-size: 12.5px; color: var(--ink-500); margin-top: 2px; }
.court-callout { background: var(--navy-900); color: #fff; border-radius: var(--r-md); padding: var(--s7) var(--s6); box-shadow: var(--sh-card); }
.court-callout .ic { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: rgba(212,175,55,.14); color: var(--gold); margin-bottom: var(--s4); }
.court-callout .ic svg { width: 26px; height: 26px; }
.court-callout h3 { color: #fff; font-size: 24px; }
.court-callout p { color: rgba(255,255,255,.76); font-size: 15px; margin-top: var(--s3); }
.court-callout .btn { margin-top: var(--s5); }

/* ==========================================================================
   SPLIT (media + copy)
   ========================================================================== */
.split { display: grid; gap: var(--s7); align-items: center; }
.split-media { position: relative; }
.split-media > img { border-radius: var(--r-md); box-shadow: var(--sh-card); width: 100%; object-fit: cover; }
.split-media::after { content: ""; position: absolute; z-index: -1; right: -16px; bottom: -16px; width: 60%; height: 62%; border: 2px solid var(--gold); border-radius: var(--r-md); }
.split--rev .split-media::after { right: auto; left: -16px; }
.split-copy h2 { font-size: clamp(27px, 3.8vw, 40px); }
.split-copy p + p { margin-top: var(--s4); }
.split-copy .btn-row { margin-top: var(--s6); }
.checklist { display: grid; gap: var(--s3); margin-top: var(--s5); }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; }
.checklist svg { width: 22px; height: 22px; flex: none; color: var(--gold-600); margin-top: 2px; }
.section--navy .checklist svg, .section--navy-2 .checklist svg { color: var(--gold); }

/* value mini-grid (Why choose) */
.value-grid { display: grid; gap: var(--s6) var(--s5); grid-template-columns: repeat(2, 1fr); margin-top: var(--s6); }
.value { text-align: center; }
.value .ic { margin: 0 auto 16px; }
.value h4 { display: flex; flex-direction: column; gap: 10px; font-family: var(--font-display); font-size: 18px; color: var(--navy-900); }
.section--navy .value h4, .section--navy-2 .value h4 { color: #fff; }
.value .ic { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); color: var(--gold-600); border: 1px solid var(--slate-200); }
.section--navy .value .ic, .section--navy-2 .value .ic { background: rgba(212,175,55,.12); border-color: rgba(212,175,55,.3); color: var(--gold); }
.value .ic svg { width: 22px; height: 22px; }
.value p { margin-top: var(--s3); font-size: 14.5px; color: var(--ink-500); }
.section--navy .value p, .section--navy-2 .value p { color: rgba(255,255,255,.7); }

/* ==========================================================================
   PROCESS TIMELINE
   ========================================================================== */
.process { display: grid; gap: var(--s4); grid-template-columns: 1fr; }
.pstep { position: relative; display: flex; gap: var(--s4); align-items: flex-start; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); padding: var(--s5); box-shadow: var(--sh-soft); }
.pstep .n { width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--navy-900); color: var(--gold); font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.pstep h4 { font-size: 17px; color: var(--navy-900); }
.pstep p { font-size: 14px; color: var(--ink-500); margin-top: 3px; }

/* compact icon process row */
.flow { display: grid; grid-template-columns: 1fr; gap: var(--s4); }
.flow-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--s3); }
.flow-item .fic { width: 54px; height: 54px; flex: none; border-radius: 50%; border: 1px solid var(--slate-200); background: var(--paper); display: grid; place-items: center; color: var(--gold-600); position: relative; }
.flow-item .fic .num { position: absolute; top: -6px; left: -6px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: var(--navy-900); font-family: var(--font-body); font-weight: 700; font-size: 11px; display: grid; place-items: center; }
.flow-item .fic svg { width: 26px; height: 26px; }
.flow-item b { font-family: var(--font-body); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: var(--tracking); color: var(--navy-900); }
.flow-item span { display: block; font-size: 13px; color: var(--ink-500); margin-top: 2px; font-weight: 500; }
.flow-item > div { max-width: 22ch; }

/* ==========================================================================
   FAQ (details/summary)
   ========================================================================== */
.faq { display: grid; gap: var(--s3); }
.faq details { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); box-shadow: var(--sh-soft); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: var(--s5); display: flex; align-items: center; justify-content: space-between; gap: var(--s4); font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--navy-900); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { position: relative; width: 20px; height: 20px; flex: none; }
.faq summary .pm::before, .faq summary .pm::after { content: ""; position: absolute; background: var(--gold-600); border-radius: 2px; transition: transform .2s ease; }
.faq summary .pm::before { left: 0; top: 9px; width: 20px; height: 2.5px; }
.faq summary .pm::after { left: 9px; top: 0; width: 2.5px; height: 20px; }
.faq details[open] summary .pm::after { transform: scaleY(0); }
.faq details[open] summary { color: var(--gold-700); }
.faq .fbody { padding: 0 var(--s5) var(--s5); color: var(--ink-700); font-size: 15px; line-height: 1.7; }
.faq .fbody p + p { margin-top: var(--s3); }

/* ==========================================================================
   REVIEWS / TESTIMONIALS
   ========================================================================== */
.review-grid { display: grid; gap: var(--s5); grid-template-columns: 1fr; }
.review { position: relative; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); padding: var(--s7) var(--s6) var(--s6); box-shadow: var(--sh-soft); overflow: hidden; }
.review::before { content: "\201C"; position: absolute; top: -18px; right: 16px; font-family: var(--font-display); font-size: 110px; line-height: 1; color: var(--gold); opacity: .16; }
.section--navy .review, .section--navy-2 .review { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); box-shadow: none; }
.stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: var(--s4); }
.stars svg { width: 19px; height: 19px; }
.review blockquote { font-size: 16px; line-height: 1.72; color: var(--ink-700); position: relative; z-index: 1; }
.section--navy .review blockquote, .section--navy-2 .review blockquote { color: rgba(255,255,255,.9); }
.review .cite { margin-top: var(--s4); font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking); font-size: 12.5px; color: var(--gold-600); }
.section--navy .review .cite, .section--navy-2 .review .cite { color: var(--gold-400); }
.review .cite span { display: block; text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--ink-500); font-size: 12px; margin-top: 3px; }
.section--navy .review .cite span, .section--navy-2 .review .cite span { color: rgba(255,255,255,.6); }

.rating-band { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s5); justify-content: center; text-align: center; }
.rating-band .big { font-family: var(--font-display); font-weight: 800; font-size: 52px; color: var(--gold); line-height: 1; }
.rating-band .stars svg { width: 24px; height: 24px; }

/* badges */
.badge-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s4); align-items: stretch; justify-content: center; }
.badge-chip { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); padding: var(--s5) var(--s4); box-shadow: var(--sh-soft); display: grid; place-items: center; min-height: 132px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.badge-chip:hover { transform: translateY(-4px); box-shadow: var(--sh-card); border-color: rgba(212,175,55,.55); }
.badge-chip img { max-height: 96px; max-width: 100%; width: auto; object-fit: contain; }
@media (min-width: 560px) { .badge-row { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .badge-row { grid-template-columns: repeat(4, 1fr); } }

/* ==========================================================================
   STATS
   ========================================================================== */
.stats { display: grid; gap: var(--s5) var(--s4); grid-template-columns: repeat(2, 1fr); text-align: center; align-items: start; justify-items: center; }
.stat { max-width: 22ch; min-width: 0; }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 4.2vw, 46px); color: var(--gold); line-height: 1.05; }
.stat span { display: block; margin-top: var(--s2); font-size: 12.5px; letter-spacing: var(--tracking-wide); text-transform: uppercase; color: rgba(255,255,255,.72); font-weight: 600; }
.section--paper .stat b { color: var(--gold-600); }
.section--paper .stat span { color: var(--ink-500); }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band { position: relative; background: var(--navy-900); color: #fff; overflow: hidden; isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(100deg, var(--navy-950), var(--navy-800)); }
.cta-band .wm { position: absolute; z-index: 0; top: 0; bottom: 0; height: 100%; width: min(420px, 45%); right: max(var(--s5), calc((100% - var(--container)) / 2 + var(--s5))); transform: none; opacity: 1; color: #fff; background: currentColor; -webkit-mask: url(images/lady-justice.png) no-repeat right center / contain; mask: url(images/lady-justice.png) no-repeat right center / contain; pointer-events: none; }
.cta-band .wm svg { display: none; }
.cta-band .container { position: relative; z-index: 1; }
.cta-inner { position: relative; z-index: 1; }
.cta-inner { display: grid; gap: var(--s5); align-items: center; }
.cta-inner h2 { color: #fff; font-size: clamp(27px, 4vw, 42px); }
.cta-inner p { color: rgba(255,255,255,.8); font-size: 17px; margin-top: var(--s3); max-width: 52ch; }
.cta-actions { display: flex; flex-direction: column; gap: var(--s3); }
.cta-phone { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3.4vw, 34px); color: #fff; }
.cta-phone a { color: #fff; }
.cta-phone a:hover { color: var(--gold-400); }

/* ==========================================================================
   PROSE (article pages)
   ========================================================================== */
.prose { max-width: 100%; }
.prose > p { color: var(--ink-700); font-size: 16.5px; line-height: 1.75; }
.prose > p + p { margin-top: var(--s4); }
.prose h2 { font-size: clamp(24px, 3.2vw, 33px); margin-top: var(--s8); margin-bottom: var(--s4); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 20px; margin-top: var(--s6); margin-bottom: var(--s3); }
.prose ul.bullets { display: grid; gap: 12px; margin: var(--s4) 0; }
.prose ul.bullets li { position: relative; padding-left: 30px; color: var(--ink-700); line-height: 1.6; }
.prose ul.bullets li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg); }
.prose ul.bullets li strong { color: var(--navy-900); }
.prose .note { background: var(--paper); border-left: 3px solid var(--gold); border-radius: var(--r-sm); padding: var(--s4) var(--s5); font-size: 14.5px; color: var(--ink-500); margin: var(--s5) 0; }
.prose a { color: var(--gold-700); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(212,175,55,.5); }
.prose a:hover { color: var(--navy-900); }

.article-layout { display: grid; gap: var(--s7); }
.aside-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); box-shadow: var(--sh-soft); padding: var(--s6); }
.aside-card + .aside-card { margin-top: var(--s5); }
.aside-card h3 { font-size: 19px; margin-bottom: var(--s3); }
.aside-card.dark { background: var(--navy-900); color: #fff; border-color: transparent; }
.aside-card.dark h3 { color: #fff; }
.aside-card.dark p { color: rgba(255,255,255,.78); font-size: 14.5px; }
.aside-card.dark .btn { margin-top: var(--s4); }
.aside-nav a { display: flex; justify-content: space-between; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--slate-200); font-size: 14.5px; font-weight: 600; color: var(--navy-800); }
.aside-nav a:last-child { border-bottom: 0; }
.aside-nav a:hover { color: var(--gold-600); }
.aside-nav a svg { width: 14px; height: 14px; flex: none; }
.aside-nav a span, .aside-nav a { min-width: 0; }
.aside-nav a[aria-current] { color: var(--gold-700); }

/* comparison/penalties table */
.tablecard { overflow-x: auto; border-radius: var(--r-md); box-shadow: var(--sh-card); border: 1px solid var(--slate-200); }
table.data { width: 100%; border-collapse: collapse; background: #fff; min-width: 560px; }
table.data caption { text-align: left; padding: var(--s4) var(--s5) 0; color: var(--ink-500); font-size: 13px; }
table.data th, table.data td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--slate-200); font-size: 14.5px; vertical-align: top; }
table.data thead th { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking); font-size: 12px; background: var(--navy-900); color: #fff; }
table.data thead th:first-child { background: var(--navy-950); }
table.data tbody th { font-family: var(--font-display); font-weight: 700; color: var(--navy-900); font-size: 16px; }
table.data tbody tr:nth-child(even) { background: var(--paper); }

/* ==========================================================================
   FORMS
   ========================================================================== */
.form-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); box-shadow: var(--sh-card); padding: clamp(24px, 4vw, 48px); }
.form-grid { display: grid; gap: var(--s5); grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.span-2 { grid-column: 1 / -1; }
.field label { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: var(--tracking); text-transform: uppercase; color: var(--navy-900); }
.field label .req { color: var(--gold-700); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--slate-200); border-radius: var(--r-sm); padding: 13px 14px; background: var(--paper); font-size: 15px; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(212,175,55,.22); outline: none; }
.field .hint { font-size: 12px; color: var(--ink-500); }
.form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-500); }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold-600); flex: none; }
.form-note { font-size: 12px; color: var(--ink-500); margin-top: var(--s3); }

.contact-list { display: grid; gap: var(--s4); }
.contact-list li { display: flex; gap: var(--s4); align-items: flex-start; }
.contact-list .ci { width: 46px; height: 46px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--navy-900); color: var(--gold); }
.contact-list .ci svg { width: 22px; height: 22px; }
.contact-list dt { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking); font-size: 11.5px; color: var(--ink-500); }
.contact-list dd { font-size: 16px; font-weight: 600; color: var(--navy-900); }
.contact-list dd a { font-weight: 600; }

/* Form-free contact methods */
.contact-methods { display: grid; gap: var(--s5); grid-template-columns: 1fr; margin-bottom: var(--s7); }
.cmethod { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); box-shadow: var(--sh-soft); padding: var(--s7) var(--s5); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.cmethod:hover { transform: translateY(-4px); box-shadow: var(--sh-card); border-color: rgba(212,175,55,.55); }
.cmethod-ic { width: 58px; height: 58px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--navy-900); color: var(--gold); margin-bottom: var(--s2); }
.cmethod-ic svg { width: 26px; height: 26px; }
.cmethod-label { font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking); font-size: 11.5px; color: var(--ink-500); }
.cmethod-value { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--navy-900); line-height: 1.15; word-break: break-word; }
.cmethod-note { font-size: 13px; color: var(--ink-500); }
.cmethod--primary { background: var(--navy-900); border-color: transparent; }
.cmethod--primary .cmethod-ic { background: var(--gold); color: var(--navy-900); }
.cmethod--primary .cmethod-label { color: rgba(255,255,255,.7); }
.cmethod--primary .cmethod-value { color: #fff; font-size: 24px; }
.cmethod--primary .cmethod-note { color: rgba(255,255,255,.7); }

.contact-info-grid { display: grid; gap: var(--s5); grid-template-columns: 1fr; }
.info-panel { background: var(--paper); border: 1px solid var(--slate-200); border-radius: var(--r-md); padding: var(--s6); }
.info-ic { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-sm); background: #fff; border: 1px solid var(--slate-200); color: var(--gold-700); margin-bottom: var(--s4); }
.info-ic svg { width: 22px; height: 22px; }
.info-panel h3 { font-size: 18px; margin-bottom: var(--s3); }
.info-panel p { font-size: 14.5px; color: var(--ink-500); line-height: 1.6; }
.info-panel .txt-link { margin-top: var(--s3); display: inline-flex; }
.contact-disclaimer { max-width: 78ch; margin: var(--s7) auto 0; text-align: center; font-size: 12.5px; color: var(--ink-500); line-height: 1.6; }

/* ==========================================================================
   DIRECTORY LISTS (silo link lists)
   ========================================================================== */
.dir-grid { display: grid; gap: var(--s4); grid-template-columns: 1fr; }
.dir-item { display: flex; gap: var(--s4); align-items: flex-start; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); padding: var(--s5); box-shadow: var(--sh-soft); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.dir-item:hover { transform: translateY(-3px); box-shadow: var(--sh-card); border-color: rgba(212,175,55,.5); }
.dir-item .ic { width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--navy-900); color: var(--gold); display: grid; place-items: center; }
.dir-item .ic svg { width: 24px; height: 24px; }
.dir-item h3 { font-size: 18px; }
.dir-item h3 a { color: var(--navy-900); }
.dir-item h3 a:hover { color: var(--gold-600); }
.dir-item p { font-size: 14px; color: var(--ink-500); margin-top: 3px; }
.dir-item .txt-link { margin-top: var(--s3); }

/* blog */
.post-grid { display: grid; gap: var(--s6); grid-template-columns: 1fr; }
.post-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-soft); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--sh-card); }
.post-thumb { aspect-ratio: 16/9; background: linear-gradient(160deg, var(--navy-800), var(--navy-950)); position: relative; display: grid; place-items: center; color: rgba(212,175,55,.7); overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.court-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-thumb img, .court-thumb img { filter: brightness(.55); transition: filter .35s ease, transform .4s ease; }
.post-card:hover .post-thumb img, .court-tile:hover .court-thumb img { filter: brightness(1); transform: scale(1.05); }
.post-thumb svg { width: 44px; height: 44px; }
.post-cat { position: absolute; left: 14px; top: 14px; background: var(--gold); color: var(--navy-900); font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking); font-size: 10.5px; padding: 6px 11px; border-radius: var(--r-sm); }
.post-body { padding: var(--s5); display: flex; flex-direction: column; flex: 1; }
.post-meta { font-size: 11.5px; letter-spacing: var(--tracking); text-transform: uppercase; color: var(--ink-500); font-weight: 600; }
.post-body h3 { margin-top: var(--s2); font-size: 20px; line-height: 1.25; }
.post-body h3 a { color: var(--navy-900); }
.post-body h3 a:hover { color: var(--gold-600); }
.post-body p { margin-top: var(--s3); color: var(--ink-500); font-size: 14.5px; }
.post-body .txt-link { margin-top: auto; padding-top: var(--s4); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,.72); }
.footer-top { display: grid; gap: var(--s7); padding-block: var(--s8); grid-template-columns: 1fr; max-width: min(1600px, 90%); }
.footer-brand img { height: 52px; width: auto; }
.footer-brand p { margin-top: var(--s4); font-size: 14px; color: rgba(255,255,255,.66); max-width: 36ch; line-height: 1.7; }
.footer-social { display: flex; gap: 10px; margin-top: var(--s5); }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.12); }
.footer-social a:hover { background: var(--gold); color: var(--navy-900); border-color: var(--gold); }
.footer-social svg { width: 19px; height: 19px; }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: var(--tracking-wide); font-size: 12.5px; margin-bottom: var(--s4); padding-bottom: var(--s3); border-bottom: 1px solid rgba(212,175,55,.3); }
.footer-col ul.flinks { display: grid; gap: 11px; }
.footer-col ul.flinks a { color: rgba(255,255,255,.7); font-size: 14px; }
.footer-col ul.flinks a:hover { color: var(--gold-400); }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; margin-bottom: var(--s3); }
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--gold); }
.footer-contact a { color: rgba(255,255,255,.78); }
.footer-contact a:hover { color: var(--gold-400); }
.footer-legal { background: #060d16; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }
.footer-legal .container { padding-block: var(--s6); display: grid; gap: var(--s3); }
.footer-legal a { color: rgba(255,255,255,.7); }
.footer-legal .fl-bottom { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); padding-top: var(--s4); }

/* ==========================================================================
   MISC
   ========================================================================== */
.center { text-align: center; }
.mt-6 { margin-top: var(--s6); }
.mt-7 { margin-top: var(--s7); }

/* ==========================================================================
   RESPONSIVE — tablet
   ========================================================================== */
@media (min-width: 680px) {
  .container { padding-inline: var(--s6); }
  .pcard-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .pcard-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .trustbar ul { grid-template-columns: repeat(2, 1fr); gap: 0 var(--s6); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .court-grid { grid-template-columns: repeat(4, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.6fr 1fr 1fr; }
  .cta-inner { grid-template-columns: 1.4fr auto; }
  .cta-actions { flex-direction: row; align-items: center; }
  .dir-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .value-grid { gap: var(--s7) var(--s6); }
}

/* ==========================================================================
   RESPONSIVE — desktop
   ========================================================================== */
@media (min-width: 1000px) {
  .utilitybar-left { display: flex; }
  .brand-word { display: flex; }
  .nav-burger { display: none; }
  .primary-nav { display: flex !important; position: static; box-shadow: none; border: 0; padding: 0; background: transparent; max-height: none; overflow: visible; margin-left: auto; align-items: center; }
  .primary-nav > ul { flex-direction: row; align-items: center; gap: 2px; }
  .nav-item { border-bottom: 0; }
  .nav-item > a, .nav-item > .nav-parent > a { padding: 12px 13px; font-size: 13.5px; font-weight: 600; }
  .nav-parent > a { padding-left: 13px; padding-right: 13px; }
  .nav-parent > a::after { position: static; transform: none; }
  .submenu {
    position: absolute; top: 100%; left: 0; width: max-content; min-width: 264px; max-width: 340px; background: var(--navy-800);
    border: 1px solid rgba(212,175,55,.25); border-top: 2px solid var(--gold); border-radius: 0 0 var(--r-md) var(--r-md);
    box-shadow: var(--sh-card); padding: var(--s3) 0; opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s; pointer-events: none;
  }
  .nav-parent:hover .submenu, .nav-parent:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .submenu a { border-left: 0; padding: 10px 22px; margin: 0; white-space: nowrap; }
  .submenu a:hover { background: rgba(212,175,55,.1); }
  .nav-cta { margin-top: 0; margin-left: var(--s4); }
  .nav-cta .btn { width: auto; }

  .hero-portrait { display: block; }
  .hero-inner { grid-template-columns: 1.2fr .8fr; padding-block: clamp(80px, 9vw, 128px); }
  .hero-card { justify-self: center; align-self: center; margin-top: 200px; }

  .trustbar ul { grid-template-columns: repeat(4, 1fr); }
  .trustbar li { border-bottom: 0; border-right: 1px solid var(--slate-200); padding: var(--s6) var(--s5); }
  .trustbar li:first-child { padding-left: 0; }
  .trustbar li:last-child { border-right: 0; }

  .split { grid-template-columns: 1fr 1fr; gap: var(--s8); }
  .split--rev .split-media { order: 2; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }

  .courts-wrap { grid-template-columns: 1.7fr 1fr; align-items: center; }
  .process--3 { grid-template-columns: repeat(3, 1fr); }
  .flow { grid-template-columns: repeat(3, 1fr); }
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s8); align-items: start; }
  .article-layout { grid-template-columns: 1fr 320px; }
  .article-layout.rev { grid-template-columns: 320px 1fr; }
  .footer-top { grid-template-columns: 1.6fr 1fr 1fr 1fr 1.1fr; }
  .contact-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: var(--s8); align-items: start; }
  .contact-methods { grid-template-columns: repeat(3, 1fr); }
  .contact-info-grid { grid-template-columns: repeat(3, 1fr); }
  .county-cols { columns: 2; column-gap: var(--s7); }
}

@media (min-width: 1180px) {
  .hero-portrait { right: 4%; max-width: 42%; }
}

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