/* ============================================================
   WEST TEXAS TRIAL LAWYERS — wtxtrial.com
   Design system: "The Case File"
   Materials: PAPER · INK · LIGHT · UI
   ============================================================ */

:root {
  /* --- surfaces: warm carbon, keyed to dusk.webp (OKLCH H 48–67) --- */
  --ink: #0F0D0B;
  --ink-2: #171410;
  --ink-3: #221D16;
  --ash: #3A322A;             /* mid-band hinge between polarities */

  /* --- surfaces: court parchment, keyed to paper.webp --- */
  --bone: #F6F1E2;            /* document material (cards) */
  --bone-2: #EFE9D9;          /* page ground */
  --bone-3: #E4DBC6;          /* rules, dividers */

  /* --- text, surface-aware --- */
  --text-on-ink: #F2EFE6;
  --dust-on-ink: #A79E92;
  --text-on-bone: #14120E;
  --dust-on-bone: #5C554B;

  /* --- signal: PHONE ACTIONS ONLY (tel: controls + their states) --- */
  --signal: #C8321C;          /* field only; label = --text-on-ink (4.65:1) */
  --signal-press: #AE2C17;    /* active/press */
  --signal-up: #E0472E;       /* hover brighten on ink */
  --signal-on-bone: #A6210C;  /* tel: text links on bone only */
  --signal-glow: rgba(200,50,28,.28);

  /* --- gold ladder (evidence & prestige, never action) --- */
  --gold-on-ink: #C9A257;     /* stars/marks on dark */
  --gold-glyph: #9E7524;      /* glyphs/strokes on bone */
  --gold-on-bone: #7A5C1E;    /* small gold text on bone */

  /* --- slate (harvested from attorney plates; the State's voice) --- */
  --slate-on-ink: #8C90A0;
  --slate-on-bone: #565B69;

  /* --- type --- */
  --serif: "Zodiak", "Georgia", serif;
  --sans: "Satoshi", -apple-system, "Segoe UI", sans-serif;
  --mono: "Courier Prime", "Courier New", monospace;
  --hand: "Homemade Apple", cursive;
  --system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --text-xs: clamp(.72rem, .68rem + .2vw, .8rem);
  --text-sm: clamp(.85rem, .8rem + .25vw, .95rem);
  --text-base: clamp(1rem, .95rem + .3vw, 1.125rem);
  --text-lg: clamp(1.15rem, 1.05rem + .5vw, 1.4rem);
  --text-xl: clamp(1.45rem, 1.25rem + 1vw, 2rem);
  --text-2xl: clamp(1.9rem, 1.5rem + 2vw, 3.1rem);
  --text-3xl: clamp(2.5rem, 1.9rem + 3.2vw, 4.6rem);
  --text-hero: clamp(2.4rem, 1.3rem + 3.5vw, 4.4rem);

  /* --- rhythm --- */
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-6: 24px; --space-8: 32px; --space-12: 48px; --space-16: 64px;
  --space-24: 96px; --space-32: 128px;
  --gutter: clamp(20px, 5vw, 72px);
  --measure: 62ch;

  /* --- motion materials --- */
  --ease-paper: cubic-bezier(.16, 1, .3, 1);
  --dur-paper: 820ms;
  --dur-light: 1250ms;
  --dur-ui: 160ms;

  --dock-h: 64px;
}

::selection { background: var(--ink-3); color: var(--text-on-ink); }

html { background: var(--ink); }
body {
  font-family: var(--sans);
  font-size: var(--text-base);
  color: var(--text-on-bone);
  background: var(--bone-2);
}

/* skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--ink); color: var(--text-on-ink);
  padding: 10px 18px; font-size: var(--text-sm);
}
.skip-link:focus { left: 12px; top: 12px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.06; text-wrap: balance; }
.small-caps { font-variant-caps: all-small-caps; letter-spacing: .14em; }
.num, time, .clock { font-variant-numeric: tabular-nums; }

/* ============ GRAIN ============ */
.grain {
  position: fixed; inset: -60px; z-index: 90; pointer-events: none;
  background: url("./assets/grain.png") repeat; background-size: 256px;
  opacity: .07; mix-blend-mode: overlay;
}
@media (prefers-reduced-motion: no-preference) and (min-width: 821px) {
  .grain { animation: grainstep 0.5s steps(6) infinite; will-change: transform; }
}
@media (max-width: 820px) {
  .grain { opacity: .05; }
}
@keyframes grainstep {
  0% { transform: translate(0,0); } 100% { transform: translate(-42px, 28px); }
}

/* ============ HEADER ============ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4);
  padding: 14px var(--gutter);
  background: linear-gradient(to bottom, rgba(15,13,11,.92), rgba(15,13,11,.78));
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(242,239,230,.08);
  transition: transform var(--dur-ui) ease;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 34px; width: auto; }
.brand-locs {
  color: var(--dust-on-ink); font-size: var(--text-xs);
  letter-spacing: .16em; text-transform: uppercase;
  border-left: 1px solid rgba(242,239,230,.18); padding-left: 12px;
}
.header-actions { display: flex; align-items: center; gap: var(--space-4); flex-wrap: nowrap; }
.lang-toggle {
  display: inline-flex; align-items: center; white-space: nowrap; flex: none;
  font-family: var(--sans); font-size: var(--text-sm); font-weight: 600;
  letter-spacing: .02em; min-height: 44px; cursor: pointer;
  border: 1px solid var(--gold-on-ink); border-radius: 999px;
  background: rgba(201,162,87,.10); color: var(--text-on-ink);
  overflow: hidden; padding: 0;
  transition: background var(--dur-ui) ease, border-color var(--dur-ui) ease;
}
a.lang-toggle { padding: 9px 20px; text-decoration: none; color: var(--text-on-ink); }
a.lang-toggle:hover { background: rgba(201,162,87,.22); }
button.lang-toggle [data-lang-opt] {
  display: inline-flex; align-items: center; padding: 9px 16px;
  color: var(--dust-on-ink);
  transition: background var(--dur-ui) ease, color var(--dur-ui) ease;
}
button.lang-toggle:hover [data-lang-opt]:not([aria-current="true"]) { color: var(--text-on-ink); }
button.lang-toggle [aria-current="true"] {
  background: var(--bone); color: var(--ink); border-radius: 999px;
}
@media (max-width: 820px) {
  button.lang-toggle [aria-current="true"] { display: none; }
  button.lang-toggle [data-lang-opt] { color: var(--text-on-ink); padding: 9px 18px; }
}

/* --- the call action: red field, ink text --- */
.call-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #D23A22 0%, var(--signal) 55%, #BC2E19 100%);
  color: var(--text-on-ink) !important;
  font-family: var(--system); font-weight: 700;
  font-size: var(--text-sm);
  padding: 12px 20px; min-height: 48px;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0,0,0,.35), 0 8px 22px var(--signal-glow);
  transition: transform var(--dur-ui) ease, box-shadow var(--dur-ui) ease;
  white-space: nowrap;
}
.call-btn:hover { transform: translateY(-1px); background: linear-gradient(135deg, var(--signal-up) 0%, #D23A22 60%, var(--signal) 100%); box-shadow: 0 2px 0 rgba(0,0,0,.35), 0 12px 28px var(--signal-glow); }
.call-btn:active { transform: translateY(1px); background: var(--signal-press); }
.call-btn svg { width: 17px; height: 17px; flex: none; }
.call-btn .num { letter-spacing: .015em; font-variant-numeric: tabular-nums; }

/* mobile call dock */
.call-dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 110;
  display: none;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
  background: rgba(15,13,11,.94);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(242,239,230,.1);
  transition: transform .35s ease;
}
.call-dock.dock-held { transform: translateY(110%); }
.call-dock .call-btn {
  width: 100%; justify-content: center; min-height: 56px;
  font-size: 1.05rem;
}
@media (max-width: 820px) {
  .call-dock { display: block; }
  /* Sol: one focal CTA per viewport — once the dock is live, the header call demotes to a quiet outline */
  .site-header .call-btn {
    background: none;
    border: 1px solid rgba(242,239,230,.3);
    box-shadow: none;
    color: var(--text-on-ink);
  }
  .site-header .call-btn:hover { background: rgba(242,239,230,.07); }
  .site-header .call-btn .call-label-full { display: none; }
  body { padding-bottom: calc(var(--dock-h) + env(safe-area-inset-bottom, 0px)); }
  .brand-locs { display: none; }
}

/* ============ SECTION PLUMBING ============ */
section { position: relative; }
.wrap { max-width: 1180px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.kicker {
  font-family: var(--mono); font-size: var(--text-xs);
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--dust-on-bone);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: var(--space-6);
}
.kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .55; flex-shrink: 0; }
.hero .kicker { flex-wrap: wrap; row-gap: 5px; }
.on-ink .kicker { color: var(--dust-on-ink); }

/* PAPER material reveal */
.js .reveal { opacity: 0; transform: translateY(24px); }
.nw { white-space: nowrap; }
.tel-inline { color: var(--signal-on-bone); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.reveal.is-in {
  opacity: 1; transform: translateY(0);
  transition: opacity var(--dur-paper) var(--ease-paper), transform var(--dur-paper) var(--ease-paper);
}
.reveal-tilt.is-in { transform: translateY(0) rotate(-.35deg); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ============ HERO ============ */
.hero {
  min-height: 100svh;
  background:
    radial-gradient(120% 90% at 78% -10%, rgba(195,154,69,.07), transparent 55%),
    var(--ink);
  color: var(--text-on-ink);
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 84px; padding-bottom: var(--space-8);
  overflow: hidden;
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(32px, 5vw, 80px); align-items: center;
}
.hero h1 {
  font-size: var(--text-hero);
  line-height: .98;
  letter-spacing: -.015em;
  margin: var(--space-4) 0 var(--space-4);
}
.hero h1 em { font-style: normal; color: var(--gold-on-ink); }
.hero-sub {
  font-size: var(--text-lg); line-height: 1.5;
  color: var(--dust-on-ink); max-width: 46ch;
  margin-bottom: var(--space-6);
}
.hero-sub strong { color: var(--text-on-ink); font-weight: 500; }
.hero-cta-row { display: flex; align-items: stretch; gap: var(--space-3); margin-top: var(--space-6); max-width: 480px; }
.hero-cta-row .call-split {
  flex: 1 1 0; display: inline-flex; align-items: center; justify-content: center;
  gap: 9px; padding: 16px 14px; min-height: 62px;
  border-radius: 12px;
}
.hero-cta-row .call-split svg { width: 17px; height: 17px; flex: none; }
.hero-cta-row .call-split .num { font-size: 1.14rem; white-space: nowrap; letter-spacing: .01em; }
.hero-cta-row .call-solid { border: 1px solid rgba(255,118,92,.55); }
.hero-cta-row .call-ghost {
  background: #FFFDF6; color: #B12A16 !important;
  border: 1px solid rgba(200,50,28,.4);
  box-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.hero-cta-row .call-ghost:hover { background: #FFF6EC; box-shadow: 0 2px 0 rgba(0,0,0,.25), 0 10px 24px rgba(200,50,28,.18); }
.hero-cta-row .call-ghost:active { background: #FBEDE3; }
.hero .call-btn { font-size: 1.1rem; padding: 16px 28px; min-height: 60px; }
.hero-alt-lang {
  font-size: var(--text-sm); color: var(--dust-on-ink);
  text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(167,158,146,.5);
  min-height: 44px; display: inline-flex; align-items: center;
  transition: color var(--dur-ui) ease;
}
.hero-alt-lang:hover { color: var(--text-on-ink); }

.hero-trust {
  display: flex; flex-wrap: wrap; gap: var(--space-4) var(--space-8);
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid rgba(242,239,230,.1);
  font-size: var(--text-sm); color: var(--dust-on-ink);
}
.hero-trust b { color: var(--text-on-ink); font-weight: 600; }
@media (max-height: 840px) and (min-width: 900px) {
  .hero { padding-top: 72px; }
  .hero h1 { font-size: clamp(2.2rem, 1.2rem + 3vw, 3.7rem); }
  .hero-sub { font-size: var(--text-base); margin-bottom: var(--space-4); }
  .hero .caption-card { max-width: 440px; padding: clamp(16px, 2vw, 26px); }
  .hero-trust { margin-top: var(--space-4); }
}
.hero-trust .stars { color: var(--gold-on-ink); letter-spacing: 2px; }

/* the caption card */
.caption-card {
  position: relative;
  border: 1px solid rgba(15,13,11,.14);
  background:
    linear-gradient(rgba(246,241,226,.97), rgba(246,241,226,.97)),
    url("./assets/paper.webp");
  background-size: cover;
  color: var(--text-on-bone);
  font-family: var(--mono);
  font-size: clamp(.72rem, .62rem + .5vw, .92rem);
  line-height: 1.75;
  padding: clamp(22px, 3vw, 40px);
  box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 18px 50px rgba(0,0,0,.55);
  transform: rotate(.4deg);
  max-width: 460px; width: 100%;
  justify-self: end;
}
.caption-card .cause-no { display: flex; justify-content: space-between; color: var(--dust-on-bone); margin-bottom: 14px; }
.caption-row { display: grid; grid-template-columns: auto 14px auto; justify-content: space-between; gap: 0 10px; font-size: clamp(.58rem, .48rem + .4vw, .72rem); }
.caption-row .amp { color: var(--dust-on-bone); text-align: center; }
.caption-left { text-transform: uppercase; }
.caption-right { text-transform: uppercase; }
.caption-vs { margin: 4px 0; }
.blankline {
  display: inline-block; min-width: 130px;
  border-bottom: 1.5px solid var(--text-on-bone);
  vertical-align: baseline;
  height: 1.1em;
}
.caption-rule { border: none; border-top: 1.5px solid var(--text-on-bone); margin: 16px 0; }
.caption-atty { margin-top: 12px; }
.caption-atty .fill {
  color: var(--text-on-bone);
  font-weight: 700;
  border-bottom: 1.5px solid var(--text-on-bone);
  padding-bottom: 1px;
  min-height: 1.2em; display: inline-block; min-width: 230px;
}
.caption-note {
  margin-top: 18px; font-family: var(--sans); font-size: var(--text-xs);
  color: var(--dust-on-bone); letter-spacing: .05em;
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .caption-card { justify-self: start; max-width: 430px; transform: rotate(.3deg); }
  .hero { padding-top: 92px; }
  .hero .kicker .nw { white-space: normal; }
}

/* the stamp pressed onto the court caption */
.caption-atty .atty-line {
  display: inline-block;
  min-width: 30ch;
  min-height: 2.6em;
  border-bottom: 1px solid rgba(15,13,11,.55);
  vertical-align: bottom;
  padding-bottom: 5px;
}
.stamp {
  display: inline-block;
  font-family: var(--system);
  font-weight: 800;
  font-size: .92rem;
  line-height: 1.18;
  letter-spacing: .14em;
  text-align: center;
  color: rgba(15,13,11,.82);
  border: 2.5px solid rgba(15,13,11,.68);
  border-radius: 3px;
  padding: 6px 13px 5px;
  transform: rotate(-3.5deg);
  transform-origin: 50% 55%;
  mix-blend-mode: multiply;
  position: relative;
  top: 3px;
}
.js .stamp { opacity: 0; }
.js .stamp.is-stamped {
  animation: stampIn .48s cubic-bezier(.16, 1.3, .3, 1) forwards;
}
@keyframes stampIn {
  0%   { opacity: 0; transform: scale(2.5) rotate(-10deg); }
  55%  { opacity: 1; transform: scale(.93) rotate(-2.8deg); }
  74%  { transform: scale(1.05) rotate(-4deg); }
  100% { opacity: 1; transform: scale(1) rotate(-3.5deg); }
}
.caption-card.thud { animation: cardThud .38s ease-out; }
@keyframes cardThud {
  0% { transform: none; }
  35% { transform: translateY(3px) rotate(.25deg); }
  100% { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .js .stamp { opacity: 1; }
  .js .stamp.is-stamped, .caption-card.thud { animation: none; }
}

/* hero entrance choreography */
@media (prefers-reduced-motion: no-preference) {
  .js .hero .kicker, .js .hero h1, .js .hero .hero-sub,
  .js .hero .offer-stack li, .js .hero .hero-cta-row,
  .js .hero .hero-trust { animation: heroIn .85s var(--ease-paper) backwards; }
  .js .hero .kicker { animation-delay: .1s; }
  .js .hero h1 { animation-delay: .24s; animation-duration: 1s; }
  .js .hero .hero-sub { animation-delay: .46s; }
  .js .hero .offer-stack li:nth-child(1) { animation-delay: .6s; }
  .js .hero .offer-stack li:nth-child(2) { animation-delay: .67s; }
  .js .hero .offer-stack li:nth-child(3) { animation-delay: .74s; }
  .js .hero .offer-stack li:nth-child(4) { animation-delay: .81s; }
  .js .hero .hero-cta-row { animation-delay: .95s; }
  .js .hero .hero-trust { animation-delay: 1.12s; }
  .js .hero .caption-card { animation: cardIn 1.1s var(--ease-paper) .55s backwards; }
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(20px); }
}
@keyframes cardIn {
  from { opacity: 0; transform: translateY(30px) rotate(1.1deg); }
}

/* second sheet under the court document (Gemini: document depth) */
.caption-card::after {
  content: "";
  position: absolute;
  left: 7px; right: 7px; bottom: -7px;
  height: 14px;
  background: var(--bone-3);
  border: 1px solid rgba(15,13,11,.12);
  transform: rotate(-.45deg);
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
  z-index: -1;
}

/* 80px tonal bridge where dark film cuts to paper (Gemini vignettes) */
.scoreboard, .playbook, .signing { position: relative; }
.scoreboard::before, .playbook::before, .signing::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(15,13,11,.11), rgba(15,13,11,0));
  pointer-events: none;
}

/* ============ CUSTODY / SCRIPT ============ */
.custody { background: var(--bone-2); padding: var(--space-32) 0; }
.custody-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 3vw, 44px);
  margin-top: var(--space-12);
}
.custody h2 { font-size: var(--text-2xl); max-width: 22ch; }
.custody-lede { color: var(--dust-on-bone); font-size: var(--text-lg); max-width: 52ch; margin-top: var(--space-4); }

.doc-card {
  background:
    linear-gradient(rgba(246,241,226,.96), rgba(246,241,226,.96)),
    url("./assets/paper.webp");
  background-size: cover;
  border: 1px solid rgba(20,18,14,.14);
  box-shadow: 0 1px 2px rgba(20,18,14,.1), 0 14px 34px rgba(20,18,14,.12);
  padding: clamp(24px, 3vw, 40px);
}
.doc-card h3 {
  font-family: var(--mono); font-size: var(--text-sm); font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  padding-bottom: 12px; margin-bottom: 18px;
  border-bottom: 1.5px solid var(--text-on-bone);
}
.ready-list { list-style: none; padding: 0; counter-reset: item; }
.ready-list li {
  counter-increment: item;
  display: flex; gap: 16px; align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(92,85,75,.4);
  font-size: var(--text-base);
}
.ready-list li:last-child { border-bottom: none; }
.ready-list li::before {
  content: counter(item, decimal-leading-zero);
  font-family: var(--mono); color: var(--gold-on-bone); font-weight: 700;
  font-size: var(--text-sm);
}
.doc-card .aside { margin-top: 16px; font-size: var(--text-sm); color: var(--dust-on-bone); }

.script-card blockquote {
  font-family: var(--serif); font-size: var(--text-xl); line-height: 1.3;
  margin: 6px 0 18px;
}
.script-card blockquote .say { color: var(--slate-on-bone); }
.script-card p { color: var(--dust-on-bone); font-size: var(--text-sm); line-height: 1.65; }
.script-card p + p { margin-top: 10px; }
.h48 { margin-top: 18px; padding-top: 16px; border-top: 1px dashed rgba(92,85,75,.4); font-size: var(--text-sm); color: var(--dust-on-bone); }
.h48 b { color: var(--text-on-bone); }

/* ============ PROOF ============ */
.proof { background: var(--bone-2); padding: var(--space-24) 0; border-top: 1px solid rgba(20,18,14,.08); border-bottom: 1px solid rgba(20,18,14,.08); }
.proof-grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.review-block .score {
  font-family: var(--serif); font-size: var(--text-3xl); line-height: 1;
  display: flex; align-items: baseline; gap: 14px;
}
.review-block .score .stars { color: var(--gold-glyph); font-size: .45em; letter-spacing: 3px; }
.review-block .sub { color: var(--dust-on-bone); font-size: var(--text-sm); margin-top: 8px; }
.review-block a { color: var(--text-on-bone); text-underline-offset: 3px; }
.press-row {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(18px, 3vw, 40px);
  background: var(--ink-2);
  padding: clamp(16px, 2vw, 24px) clamp(20px, 2.5vw, 32px);
  box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 10px 26px rgba(20,18,14,.12);
}
.press-row img { height: 22px; width: auto; opacity: .82; filter: grayscale(1); }
.press-row img[alt="CBS"] { height: 15px; }
.press-row img[alt="NBC"] { height: 17px; }
.press-row img[alt="USA Today"] { height: 15px; }
.press-row img[alt="CNN"] { height: 17px; }
.press-row img[alt="Associated Press"] { height: 25px; }
.press-row img[alt="Univision"] { height: 27px; }
.press-row img[alt="ABC"] { height: 24px; }
.press-row img[alt="FOX"] { height: 18px; }
.press-note { flex-basis: 100%; font-size: var(--text-xs); color: var(--dust-on-ink); letter-spacing: .04em; }
@media (max-width: 760px) { .proof-grid { grid-template-columns: 1fr; } }

/* fact provenance */
.fact[data-source] { border-bottom: 1px dotted rgba(92,85,75,.6); cursor: help; position: relative; }
.fact[data-source]:hover::after, .fact[data-source]:focus::after {
  content: attr(data-source);
  position: absolute; left: 0; bottom: calc(100% + 6px); z-index: 50;
  background: var(--ink); color: var(--dust-on-ink);
  font-family: var(--mono); font-size: .68rem; letter-spacing: .02em;
  padding: 8px 12px; width: max-content; max-width: 320px; white-space: normal;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

/* ============ ATTORNEYS ============ */
.attorneys { background: var(--ink); color: var(--text-on-ink); padding: var(--space-32) 0; overflow: hidden; }
.attorneys .kicker { color: var(--dust-on-ink); }
.attorneys h2 { font-size: var(--text-2xl); max-width: 24ch; }
.attorneys .lede { color: var(--dust-on-ink); font-size: var(--text-lg); max-width: 54ch; margin-top: var(--space-4); }
.atty-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  margin-top: var(--space-16);
}
.atty-card { display: grid; gap: 20px; align-content: start; }
.atty-photo {
  position: relative;
  background: var(--ink-2);
  box-shadow: 0 2px 4px rgba(0,0,0,.5), 0 24px 60px rgba(0,0,0,.5);
  aspect-ratio: 4 / 5; overflow: hidden;
}
.atty-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: grayscale(1) contrast(1.04); }
.atty-photo figcaption {
  position: absolute; left: 0; bottom: 0; right: 0;
  padding: 14px 18px;
  background: linear-gradient(transparent, rgba(15,13,11,.88));
  font-family: var(--mono); font-size: var(--text-xs); letter-spacing: .14em; text-transform: uppercase;
  color: var(--dust-on-ink);
}
.atty-card h3 { font-size: var(--text-xl); }
.atty-role { color: var(--gold-on-ink); font-family: var(--mono); font-size: var(--text-xs); letter-spacing: .18em; text-transform: uppercase; margin-top: 6px; }
.atty-card ul { list-style: none; padding: 0; margin-top: 4px; align-self: start; }
.atty-card li:last-child { border-bottom: none; }
.atty-card li {
  padding: 10px 0; font-size: var(--text-sm); color: var(--dust-on-ink);
  border-bottom: 1px solid rgba(242,239,230,.08);
  line-height: 1.55;
}
.atty-card li b { color: var(--text-on-ink); font-weight: 500; }
@media (max-width: 860px) { .atty-grid { grid-template-columns: 1fr; } }

/* film section (standing rule) */
.film { background: var(--ink); color: var(--text-on-ink); padding: var(--space-24) 0; }
.film .kicker { color: var(--dust-on-ink); }

/* film cell */
.film-cell {
  margin-top: 0;
  display: grid; grid-template-columns: minmax(260px, 380px) minmax(0, 520px);
  gap: clamp(28px, 4vw, 64px); align-items: center; justify-content: center;
}
.film-frame {
  position: relative; background: #000;
  box-shadow: 0 2px 4px rgba(0,0,0,.5), 0 28px 70px rgba(0,0,0,.55);
}
.film-frame video { width: 100%; height: auto; }
.film-frame .film-edge {
  position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(242,239,230,.12);
}
.film-quote { font-family: var(--serif); font-size: var(--text-2xl); line-height: 1.22; max-width: 18ch; }
.film-quote .attr { display: block; margin-top: 18px; font-family: var(--mono); font-size: var(--text-xs); letter-spacing: .18em; text-transform: uppercase; color: var(--dust-on-ink); }
@media (max-width: 760px) { .film-cell { grid-template-columns: 1fr; } .film-frame { max-width: 320px; } }

/* ============ SITE FOOTER (links to the main website) ============ */
.site-footer {
  background: var(--ink); color: var(--text-on-ink);
  border-top: 1px solid rgba(242,239,230,.14);
  padding: var(--space-16) 0 var(--space-24);
}
.site-footer .sf-lede { max-width: 62ch; color: var(--dust-on-ink); line-height: 1.7; }
.site-footer .sf-lede a { color: var(--gold-on-ink); text-decoration: underline; text-underline-offset: 3px; }
.sf-cols {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px); margin-top: var(--space-16);
}
.sf-cols h3 {
  font-family: var(--mono); font-size: var(--text-xs); font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-on-ink); margin: 0 0 14px;
}
.sf-cols ul { list-style: none; margin: 0; padding: 0; }
.sf-cols li { margin: 0 0 10px; }
.sf-cols a { color: var(--dust-on-ink); font-size: var(--text-sm); text-decoration: none; }
.sf-cols a:hover, .sf-cols a:focus-visible { color: var(--text-on-ink); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .sf-cols { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding-bottom: 140px; }
}

/* ============ PLAYBOOK LEDGER ============ */
.playbook { background: var(--bone-2); padding: var(--space-32) 0; }
.playbook h2 { font-size: var(--text-2xl); max-width: 24ch; }
.playbook .lede { color: var(--dust-on-bone); font-size: var(--text-lg); max-width: 56ch; margin-top: var(--space-4); }
.ledger { margin-top: var(--space-16); display: grid; gap: clamp(20px, 2.5vw, 32px); }
.ledger-row {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  background:
    linear-gradient(rgba(246,241,226,.96), rgba(246,241,226,.96)),
    url("./assets/paper.webp");
  background-size: cover;
  border: 1px solid rgba(20,18,14,.14);
  box-shadow: 0 1px 2px rgba(20,18,14,.08), 0 12px 30px rgba(20,18,14,.1);
}
.ledger-state {
  padding: clamp(20px, 2.6vw, 34px);
  border-right: 1px dashed rgba(92,85,75,.45);
  font-family: var(--mono);
}
.ledger-state .stage {
  font-size: var(--text-xs); letter-spacing: .2em; color: var(--slate-on-bone);
  text-transform: uppercase; font-weight: 700;
  display: flex; gap: 12px; align-items: baseline;
}
.ledger-state .stage .idx { color: var(--dust-on-bone); }
.ledger-state h3 { font-family: var(--mono); font-size: var(--text-lg); letter-spacing: .02em; margin-top: 10px; text-transform: uppercase; }
.ledger-state p { margin-top: 12px; font-size: var(--text-sm); line-height: 1.7; color: var(--dust-on-bone); }
.ledger-ours { padding: clamp(20px, 2.6vw, 34px); position: relative; }
.ledger-ours .note {
  font-family: var(--hand);
  font-size: clamp(1.05rem, 1rem + .5vw, 1.35rem);
  line-height: 1.7;
  color: var(--slate-on-bone);
  transform: rotate(-1.1deg);
}
.ledger-row:nth-child(2n) .ledger-ours .note { transform: rotate(-.55deg); margin-top: 3px; }
.ledger-row:nth-child(3n) .ledger-ours .note { transform: rotate(-1.6deg); margin-top: -3px; }
.ledger-ours .note::before { content: "→ "; }
@media (max-width: 760px) {
  .ledger-row { grid-template-columns: 1fr; }
  .ledger-state { border-right: none; border-bottom: 1px dashed rgba(92,85,75,.45); }
}

/* ============ PRACTICE AREAS ============ */
.practice { background: var(--bone-2); padding: var(--space-32) 0; border-top: 1px solid rgba(20,18,14,.08); }
.practice h2 { font-size: var(--text-2xl); }
.practice .lede { color: var(--dust-on-bone); font-size: var(--text-lg); margin-top: var(--space-4); max-width: 52ch; }
.practice-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px; margin-top: var(--space-12);
}
.practice-grid .pa-aside { grid-column: auto / -1; }
.pa-card {
  background: var(--bone);
  border: 1px solid rgba(20,18,14,.14);
  padding: 24px;
  display: grid; gap: 10px; align-content: start;
  transition: transform var(--dur-ui) ease, box-shadow var(--dur-ui) ease;
}
.pa-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(20,18,14,.12); }
.pa-card .file-no { font-family: var(--mono); font-size: var(--text-xs); letter-spacing: .16em; color: var(--dust-on-bone); }
.pa-card h3 { font-size: var(--text-lg); font-family: var(--serif); }
.pa-card p { font-size: var(--text-sm); color: var(--dust-on-bone); line-height: 1.6; }
.pa-card .deadline { font-family: var(--mono); font-size: var(--text-xs); color: var(--gold-on-bone); letter-spacing: .04em; }
.practice-grid .pa-aside { margin-top: 0; display: flex; flex-direction: column; justify-content: center; max-width: none; }
.pa-aside {
  margin-top: var(--space-8); padding: 20px 24px;
  border: 1px dashed rgba(92,85,75,.5);
  color: var(--dust-on-bone); font-size: var(--text-sm);
  max-width: 640px;
}
.pa-aside b { color: var(--text-on-bone); }

/* ============ MAP / WHERE WE STAND ============ */
.territory { background: var(--bone-2); padding: var(--space-32) 0; }
.territory h2 { font-size: var(--text-2xl); max-width: 22ch; }
.territory .lede { color: var(--dust-on-bone); font-size: var(--text-lg); max-width: 50ch; margin-top: var(--space-4); }
.territory-grid {
  display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: clamp(28px, 4vw, 72px); align-items: center; margin-top: var(--space-12);
}
.txmap { width: 100%; height: auto; }
.txmap .outline { fill: none; stroke: var(--text-on-bone); stroke-width: 2.5; }
.txmap .seam { stroke: var(--gold-glyph); stroke-width: 2; stroke-dasharray: 7 7; fill: none; }
.txmap .city-dot { fill: var(--dust-on-bone); }
.txmap .city-dot.office { fill: var(--gold-glyph); }
.txmap .city-label {
  font-family: var(--mono); font-size: 21px; letter-spacing: .1em;
  fill: var(--dust-on-bone); text-transform: uppercase;
}
.txmap .city-label.office { fill: var(--text-on-bone); font-weight: 700; }
.txmap .seam-label { font-family: var(--mono); font-size: 19px; letter-spacing: .14em; fill: var(--gold-on-bone); text-transform: uppercase; }
@media (max-width: 860px) {
  .txmap .city-label { font-size: 27px; }
  .txmap .seam-label { font-size: 25px; }
}

.clocks { display: grid; gap: 18px; }
.clock-card {
  border: 1px solid rgba(20,18,14,.16);
  background: var(--bone);
  box-shadow: 0 1px 0 rgba(20,18,14,.05), 0 10px 24px rgba(20,18,14,.07);
  padding: 22px 26px;
}
.clock-card .city { font-family: var(--mono); font-size: var(--text-xs); letter-spacing: .2em; text-transform: uppercase; color: var(--dust-on-bone); }
.clock-card .clock { font-family: var(--serif); font-size: var(--text-2xl); line-height: 1.1; margin-top: 6px; }
.clock-card .tz { font-family: var(--mono); font-size: var(--text-xs); color: var(--dust-on-bone); letter-spacing: .1em; margin-top: 4px; }
.clock-line { font-size: var(--text-base); color: var(--dust-on-bone); line-height: 1.6; }
.clock-line b { color: var(--text-on-bone); }
.offices { margin-top: var(--space-16); display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.office-card {
  border-top: 2px solid var(--text-on-bone);
  padding: 18px 0;
  font-size: var(--text-sm); line-height: 1.7; color: var(--dust-on-bone);
}
.office-card h3 { font-family: var(--mono); font-size: var(--text-sm); text-transform: uppercase; letter-spacing: .16em; color: var(--text-on-bone); margin-bottom: 8px; }
.office-card a { color: var(--text-on-bone); font-weight: 600; text-underline-offset: 3px; }
@media (max-width: 860px) { .territory-grid { grid-template-columns: 1fr; } }

/* ============ SILENCE ============ */
.silence {
  min-height: 62svh;
  background: var(--ink);
  position: relative;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.silence img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.silence .veil { position: absolute; inset: 0; background: linear-gradient(rgba(15,13,11,.08), transparent 45%, rgba(15,13,11,.5)); }
.silence figcaption {
  position: relative; z-index: 2;
  padding: 0 var(--gutter) var(--space-12);
  font-family: var(--mono); font-size: var(--text-xs);
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(242,239,230,.66);
}

/* ============ THE STATE SIGNS ============ */
.signing { background: var(--bone-2); padding: var(--space-32) 0 var(--space-24); }
.signing-grid {
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 5vw, 88px); align-items: center;
}
.signing h2 { font-size: var(--text-2xl); max-width: 20ch; }
.signing .lede {
  color: var(--dust-on-bone); font-size: var(--text-lg); line-height: 1.6;
  max-width: 46ch; margin-top: var(--space-6);
}
.signing .lede b { color: var(--text-on-bone); font-weight: 500; }

.motion-doc {
  background:
    linear-gradient(rgba(246,241,226,.97), rgba(246,241,226,.97)),
    url("./assets/paper.webp");
  background-size: cover;
  color: var(--text-on-bone);
  font-family: var(--mono);
  font-size: clamp(.7rem, .6rem + .45vw, .9rem);
  line-height: 1.8;
  padding: clamp(26px, 3.4vw, 48px);
  box-shadow: 0 2px 4px rgba(20,18,14,.14), 0 26px 60px rgba(20,18,14,.22);
  position: relative;
  max-width: 560px;
  justify-self: end;
  width: 100%;
  transform: rotate(-.4deg);
}
.motion-doc .doc-head { text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.motion-doc .doc-head .title { font-weight: 700; margin-top: 14px; font-size: 1.1em; letter-spacing: .14em; }
.motion-doc .doc-body { margin-top: 18px; }
.motion-doc .sig-block { margin-top: 26px; display: grid; justify-content: end; text-align: left; }
.sig-line { position: relative; width: 240px; border-bottom: 1.5px solid var(--text-on-bone); height: 44px; }
.sig-line svg { position: absolute; left: 4px; bottom: -6px; width: 220px; height: 54px; overflow: visible; }
.sig-line svg path { fill: none; stroke: var(--slate-on-bone); stroke-linecap: round; }
.sig-caption { font-size: .85em; margin-top: 6px; color: var(--dust-on-bone); text-transform: uppercase; letter-spacing: .06em; }
.filed-stamp {
  position: absolute; top: 26px; right: 22px;
  font-family: var(--mono); font-weight: 700;
  color: var(--slate-on-bone);
  border: 2.5px solid var(--slate-on-bone);
  padding: 6px 14px;
  font-size: .9em; letter-spacing: .22em; text-transform: uppercase;
  transform: rotate(-1.7deg);
  opacity: 0;
}
.filed-stamp.is-in { opacity: .62; transition: opacity 500ms steps(2); }
@media (max-width: 480px) {
  .filed-stamp.is-in { opacity: .72; }
  .filed-stamp { font-size: 1em; }
}
.filed-stamp span { display: block; font-size: .6em; letter-spacing: .12em; font-weight: 400; }
@media (max-width: 900px) {
  .signing-grid { grid-template-columns: 1fr; }
  .motion-doc { justify-self: start; }
}
.signing-foot { margin-top: var(--space-12); font-size: var(--text-xs); color: var(--dust-on-bone); max-width: 62ch; }

/* ============ CLOSE ============ */
.close { background: var(--ink); color: var(--text-on-ink); padding: var(--space-32) 0 var(--space-16); }
.close .kicker { color: var(--dust-on-ink); }
.close h2 { font-size: var(--text-3xl); line-height: 1.02; max-width: 18ch; }
.close-phone {
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 1.6rem + 5vw, 5.4rem);
  letter-spacing: .01em;
  color: var(--text-on-ink);
  text-decoration: none;
  margin-top: var(--space-8);
  border-bottom: 3px solid var(--signal);
  padding-bottom: 6px;
  font-variant-numeric: tabular-nums;
  transition: color var(--dur-ui) ease;
}
.close-phone:hover { border-bottom-color: var(--signal-up); }
.close-sub { margin-top: var(--space-6); color: var(--dust-on-ink); font-size: var(--text-lg); max-width: 50ch; }
.close-sub b { color: var(--text-on-ink); font-weight: 500; }
.close-es { margin-top: var(--space-4); color: var(--dust-on-ink); font-size: var(--text-base); }
.close-es a { color: var(--text-on-ink); }
.close-meta {
  margin-top: var(--space-16);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--space-8);
  padding-top: var(--space-8);
  border-top: 1px solid rgba(242,239,230,.1);
  font-size: var(--text-sm); color: var(--dust-on-ink); line-height: 1.7;
}
.close-meta h3 { font-family: var(--mono); font-size: var(--text-xs); letter-spacing: .18em; text-transform: uppercase; color: var(--text-on-ink); margin-bottom: 10px; font-weight: 400; }
.close-meta a { color: var(--text-on-ink); text-underline-offset: 3px; }

.footer-legal {
  margin-top: var(--space-16);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(242,239,230,.08);
  font-size: var(--text-xs); color: rgba(167,158,146,.75); line-height: 1.8;
  max-width: 90ch;
}
.footer-legal p + p { margin-top: 8px; }

/* ============ GOOGLE RATING PANEL ============ */
.g-panel {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px;
  background: var(--bone);
  border: 1px solid rgba(20,18,14,.14);
  border-radius: 6px;
  padding: 18px 22px;
  margin: var(--space-6) 0 var(--space-8);
  box-shadow: 0 1px 0 rgba(20,18,14,.06);
}
.g-score { display: flex; align-items: center; gap: 12px; }
.g-mark { width: 26px; height: 26px; flex: none; }
.g-num { font-family: var(--serif); font-size: 2.2rem; line-height: 1; color: var(--text-on-bone); }
.g-stars { color: var(--gold-on-bone); letter-spacing: .12em; font-size: 1.05rem; }
.g-meta p { color: var(--text-on-bone); font-size: var(--text-sm); }
.g-meta .g-link {
  display: inline-block; margin-top: 4px; font-size: var(--text-sm);
  color: var(--text-on-bone); text-underline-offset: 3px;
}

/* ============ CLOSE TRUST LINE ============ */
.close-trust {
  margin-top: var(--space-6);
  font-family: var(--mono); font-size: var(--text-xs);
  letter-spacing: .08em;
  color: var(--dust-on-ink);
}
.close-trust b { color: var(--text-on-ink); font-weight: 700; }

/* ============ LANG TRANSITION ============ */
.lang-fade [data-i18n] { transition: opacity 210ms ease; }
.lang-swapping [data-i18n] { opacity: 0; }

/* ============ V3 DIRECT-RESPONSE COMPONENTS ============ */

/* hero action line + offer stack */
.hero h1 .h1-act { display: block; color: var(--text-on-ink); margin-top: .18em; }
.offer-stack {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px;
  margin: 0 0 var(--space-6); padding: 0;
}
.offer-stack li {
  font-family: var(--mono); font-size: var(--text-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--text-on-ink);
  border: 1px solid rgba(242,239,230,.28);
  padding: 7px 12px; border-radius: 3px;
  background: rgba(242,239,230,.05);
}
.call-btn-xl { font-size: 1.18rem; padding: 18px 30px; min-height: 64px; }
.hero-sa { font-size: var(--text-sm); color: var(--dust-on-ink); }
.hero-sa a { color: var(--text-on-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(242,239,230,.4); }

/* scoreboard */
.scoreboard {
  background: var(--bone-2); padding: var(--space-16) 0 var(--space-12);
  border-top: 1px solid rgba(20,18,14,.08); border-bottom: 1px solid rgba(20,18,14,.08);
}
.sb-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6) var(--space-8);
}
.sb-item { border-left: 2px solid rgba(20,18,14,.16); padding-left: var(--space-4); }
.sb-num {
  display: block; font-family: var(--serif);
  font-size: clamp(1.9rem, 1.4rem + 2vw, 3rem); font-weight: 500;
  color: var(--text-on-bone); line-height: 1.05;
}
.sb-label { display: block; margin-top: 6px; font-size: var(--text-sm); color: var(--dust-on-bone); }
.scoreboard .press-row { margin-top: var(--space-12); }
@media (max-width: 760px) { .sb-grid { grid-template-columns: repeat(2, 1fr); } }

/* generic ledes for new bone sections */
.fearq .lede, .results .lede, .reviews .lede {
  color: var(--dust-on-bone); font-size: var(--text-lg);
  max-width: 56ch; margin-top: var(--space-4);
}
.reviews .lede a { color: var(--text-on-bone); text-underline-offset: 3px; }

/* fear questions */
.fearq { background: var(--bone-2); padding: var(--space-24) 0; }
.fq-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 28px); margin-top: var(--space-12);
}
.fq-grid .doc-card h3 { font-size: var(--text-xl); }
.fq-grid .doc-card q { font-style: italic; }
.fq-cta { margin-top: var(--space-4); font-size: var(--text-sm); }
@media (max-width: 900px) { .fq-grid { grid-template-columns: 1fr; } }

/* results table */
.results { background: var(--bone-2); padding: var(--space-24) 0; }
.res-stamp {
  display: inline-block;
  vertical-align: .35em;
  margin-left: 10px;
  font-family: var(--mono);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gold-glyph);
  border: 1.5px solid rgba(158,117,36,.5);
  border-radius: 3px;
  padding: 5px 10px 4px;
  transform: rotate(-1.2deg);
  white-space: nowrap;
}
.results-table {
  margin-top: var(--space-12);
  border: 1px solid rgba(20,18,14,.14);
  background: var(--bone);
  box-shadow: 0 1px 0 rgba(20,18,14,.06), 0 14px 34px rgba(20,18,14,.07);
}
.rt-head, .rt-row {
  display: grid; grid-template-columns: minmax(0,1fr) 110px 150px;
  gap: var(--space-4); align-items: center;
  padding: 14px clamp(14px, 2.5vw, 26px);
}
.rt-head {
  font-family: var(--mono); font-size: var(--text-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--dust-on-bone);
  border-bottom: 1px solid rgba(20,18,14,.14);
}
.rt-row { border-bottom: 1px solid rgba(20,18,14,.08); }
.rt-row:last-child { border-bottom: none; }
.rt-charge { font-family: var(--serif); font-size: var(--text-base); font-weight: 500; color: var(--text-on-bone); }
.rt-sub { font-style: normal; font-family: var(--sans); font-size: var(--text-sm); font-weight: 400; color: var(--dust-on-bone); }
.rt-loc { font-size: var(--text-sm); color: var(--dust-on-bone); }
.rt-badge {
  justify-self: start;
  font-family: var(--mono); font-size: var(--text-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--slate-on-bone); border: 1.5px solid var(--slate-on-bone);
  padding: 4px 10px; border-radius: 2px; transform: rotate(-1.2deg);
}
.rt-badge-red { color: var(--gold-on-bone); border-color: var(--gold-on-bone); }
.results-foot { margin-top: var(--space-4); font-size: var(--text-xs); color: var(--dust-on-bone); max-width: 70ch; }
@media (max-width: 640px) {
  .rt-head { display: none; }
  .rt-row { grid-template-columns: 1fr auto; }
  .rt-loc { display: none; }
}

/* reviews */
.reviews { background: var(--bone-2); padding: var(--space-24) 0; border-top: 1px solid rgba(20,18,14,.08); }
.review-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(14px, 2vw, 24px); margin-top: var(--space-12);
}
.rev-card {
  background: var(--bone); border: 1px solid rgba(20,18,14,.12);
  padding: clamp(18px, 2.5vw, 28px);
  box-shadow: 0 1px 0 rgba(20,18,14,.05), 0 10px 26px rgba(20,18,14,.06);
  display: flex; flex-direction: column; margin: 0;
}
.rev-stars { color: var(--gold-glyph); letter-spacing: 3px; font-size: var(--text-sm); margin-bottom: var(--space-3); }
.rev-card blockquote {
  margin: 0; font-size: var(--text-base); line-height: 1.55; color: var(--text-on-bone);
}
.rev-card figcaption { margin-top: var(--space-4); font-size: var(--text-sm); color: var(--dust-on-bone); }

/* cta band */
.cta-band { background: var(--ash); padding: var(--space-12) 0; }
.cb-wrap {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: var(--space-6);
}
.cb-line {
  font-family: var(--serif); font-size: var(--text-xl); line-height: 1.25;
  color: var(--text-on-ink); max-width: 34ch; margin: 0;
}
.cta-band .call-btn { font-size: 1.05rem; padding: 15px 26px; min-height: 58px; }

/* hero fold compression */
.hero h1 { font-size: clamp(2.1rem, 1.1rem + 3vw, 3.8rem); }
.hero h1 .h1-act { font-size: .62em; line-height: 1.12; letter-spacing: -.005em; margin-top: .3em; }
.hero-sub { margin-top: 0; }
.hero-trust { row-gap: var(--space-2); }

/* credentials badge row */
.badge-row { list-style: none; margin: var(--space-5) 0 0; padding: var(--space-4) 0 0; border-top: 1px solid rgba(15,13,11,.14); display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-4); justify-content: center; }
.badge-row li { font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-on-bone); padding: .42em .9em; border: 1px solid rgba(158,117,36,.42); border-radius: 2px; background: linear-gradient(rgba(201,162,87,.12), rgba(158,117,36,.05)); white-space: nowrap; }
@media (max-width: 700px) { .badge-row li { white-space: normal; text-align: center; } }

/* ---- lead form (close section) ---- */
.lead-form { max-width: 620px; margin: var(--space-16) auto 0; text-align: left; scroll-margin-top: 110px; }
.lf-or {
  display: flex; align-items: center; gap: 14px; justify-content: center;
  font-family: var(--mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--dust-on-ink); margin-bottom: var(--space-6);
}
.lf-or::before, .lf-or::after { content: ""; height: 1px; flex: 1; background: rgba(242,239,230,.18); }
.lf-card {
  background: var(--bone); color: var(--ink);
  padding: var(--space-8); box-shadow: 0 18px 50px rgba(0,0,0,.45);
}
.lf-h { font-family: var(--serif); font-size: clamp(24px, 3.2vw, 32px); line-height: 1.15; margin: 0 0 var(--space-3); }
.lf-p { font-size: 16px; line-height: 1.65; margin: 0 0 var(--space-6); color: rgba(15,13,11,.82); max-width: 56ch; }
.lf-form label {
  display: block; font-family: var(--mono); font-size: 13.5px; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(15,13,11,.85); margin: var(--space-4) 0 var(--space-2);
}
.lf-form input[type="text"], .lf-form input[type="tel"], .lf-form textarea {
  width: 100%; box-sizing: border-box; font: inherit; font-size: 18px; color: var(--ink);
  background: #FFFDF6; border: 1px solid rgba(15,13,11,.35); border-radius: 2px;
  padding: 12px 14px; line-height: 1.4; outline: none;
}
.lf-form input:focus, .lf-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(15,13,11,.14); }
.lf-form textarea { resize: vertical; min-height: 92px; }
.lf-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.lf-btn {
  display: block; width: 100%; margin-top: var(--space-6); cursor: pointer;
  background: var(--gold-glyph); color: #0F0D0B; border: none; border-radius: 2px;
  font-family: var(--mono); font-size: 17px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 19px 16px; transition: background .18s ease;
}
.lf-btn:hover { background: #B98A2C; }
.lf-btn:disabled { cursor: default; }
.lf-note {
  font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(15,13,11,.6); text-align: center; margin: var(--space-4) 0 0;
}
.lf-error { color: var(--signal); font-size: 15px; line-height: 1.55; margin: var(--space-4) 0 0; }
.lf-error a { color: var(--signal); font-weight: 700; }
.lf-success { border-left: 3px solid var(--gold-glyph); padding-left: var(--space-5); }
.lf-success h3 { font-family: var(--serif); font-size: 26px; margin: 0 0 var(--space-3); }
.lf-success p { font-size: 16px; line-height: 1.65; margin: 0; color: rgba(15,13,11,.82); }
.lf-success a { color: var(--ink); font-weight: 700; white-space: nowrap; }
.hero-form-cta { margin: var(--space-5) 0 0; max-width: 480px; }
.btn-form {
  display: flex; width: 100%; align-items: center; justify-content: center; padding: 16px 26px; border: none;
  color: #0F0D0B; background: var(--gold-glyph); border-radius: 3px; text-decoration: none;
  font-family: var(--mono); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  min-height: 64px; box-sizing: border-box; text-align: center;
  transition: background .18s ease;
}
.btn-form:hover { background: #B98A2C; }
.hero-cta-meta {
  margin: var(--space-3) 0 0; font-size: var(--text-sm); color: var(--dust-on-ink);
  display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2) var(--space-6);
}
@media (max-width: 760px) {
  .lf-card { padding: var(--space-6) var(--space-5); }
  .lf-btn { font-size: 16px; padding: 18px 14px; }
  .hero-cta-row { max-width: none; gap: 10px; }
  .hero-cta-row .call-split { padding: 14px 8px; min-width: 0; min-height: 56px; gap: 7px; }
  .hero-cta-row .call-split svg { width: 14px; height: 14px; }
  .hero-cta-row .call-split .num { font-size: 1.01rem; }
}
