/* ============================================================
   Thurgood — Homepage v3 body modules
   Source: "Marketing Pages v2" design bundle (2026-09-12) —
   marketing-home-v2.css + marketing-v2-theme.css, which the handoff
   names as the authoritative source for exact values.

   Layered ON TOP of homepage-claude.css, which is unmodified and
   still supplies every base token, section, button, card and map rule.

   Deliberate deviations from the handoff (do not "fix" these back):
   1. The design scopes rules under `.mk-page` and
      `[data-screen-label="Homepage"]`. Neither exists on the live page —
      they are prototype-only wrappers — so the rules are unscoped here.
   2. The closing-CTA re-theme (#e7ede9 band, ::before{background:none},
      padding-top:72px, border, ghost-button change) is INTENTIONALLY
      OMITTED. "Get started in minutes" keeps its existing teal design.
   3. The map's bottom wedge is NOT filled #e7ede9. That value existed
      only because the recoloured CTA sat directly beneath the map. The
      FAQ (#f5f7f6) now sits there instead, which is what the wedge
      already inherits from var(--mk-bg). Changing it would put a visible
      mint sliver under the map.
   ============================================================ */

/* one headline size for every module under the hero
   (hero and "Get started in minutes" keep their own) */
.mk-section-h { font-size: 40px; line-height: 1.08; }
@media (max-width: 980px) { .mk-section-h { font-size: 32px; } }

/* ============================================================
   SECTION 1 — Our practice + Statutes We Serve
   ============================================================ */
.mkv2-rep { background: var(--mk-bg); }
.mkv2-rep-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr); gap: 72px; align-items: center; }
.mkv2-rep-h { margin: 0 0 22px; text-wrap: pretty; }
.mkv2-rep-p { font-size: 16.5px; line-height: 1.68; color: var(--mk-text-soft); margin: 0; max-width: 56ch; text-wrap: pretty; }
.mkv2-rep-cta { margin-top: 30px; }

.mkv2-statutes { background: var(--mk-card); border: 1px solid var(--mk-line); border-radius: var(--mk-radius); padding: 30px 32px 34px; }
.mkv2-statutes-t { font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mk-text-mute); margin: 0 0 22px; }
.mkv2-ag { display: flex; flex-direction: column; gap: 10px; padding: 18px 0; border-top: 1px solid var(--mk-line-soft); }
.mkv2-ag:first-of-type { border-top: 0; padding-top: 0; }
.mkv2-ag:last-child { padding-bottom: 0; }
.mkv2-ag-head { display: flex; align-items: baseline; gap: 10px; }
.mkv2-ag-tag { font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; color: #ffffff; background: var(--mk-teal-3); border-radius: 4px; padding: 4px 8px; }
.mkv2-ag-note { font-size: 12.5px; color: var(--mk-text-mute); }
.mkv2-ag-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.mkv2-ag-list li { display: grid; grid-template-columns: 14px minmax(0,1fr); gap: 10px; font-size: 14.5px; line-height: 1.5; color: var(--mk-text); }
.mkv2-ag-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--mk-orange); margin: 8px 0 0 4px; }
.mkv2-ag-list a { color: var(--mk-teal-3); text-decoration: underline; text-decoration-color: rgba(14,84,84,0.3); text-underline-offset: 2px; }
.mkv2-ag-list a:hover { color: var(--mk-orange-d); text-decoration-color: currentColor; }
.mkv2-ag-list .mkv2-cite { color: var(--mk-text-mute); font-family: var(--font-mono); font-size: 11.5px; }

/* ============================================================
   SECTION 2 — Video reviews, inverted on teal
   Flat gradient + radial glow, no diagonal wedges: ::before is the
   glow, so this block cannot also carry a wedge (per the design).
   ============================================================ */
.mkv2-reviews { background: linear-gradient(168deg, var(--mk-teal-2) 0%, var(--mk-teal-1) 100%); color: #ffffff; position: relative; overflow: hidden; }
.mkv2-reviews::before { content: ''; position: absolute; inset: 0; background: radial-gradient(640px 380px at 84% 8%, rgba(45,163,163,0.20), transparent 72%); pointer-events: none; }
.mkv2-reviews .mk-section-inner { position: relative; }
.mkv2-reviews .mk-section-h { color: #ffffff; }
.mkv2-reviews .mk-section-eyebrow { color: rgba(255,255,255,0.66); }
.mkv2-reviews .mk-section-eyebrow::after { background: var(--mk-orange-h); }
.mkv2-reviews .mk-section-sub { color: rgba(255,255,255,0.80); }
.mkv2-reviews .mk-tcard { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); }
.mkv2-reviews .mk-tcard-q { color: #ffffff; }
.mkv2-reviews .mk-tcard-q::before { color: rgba(255,255,255,0.35); }
.mkv2-reviews .mk-tcard-by { color: rgba(255,255,255,0.82); }
.mkv2-reviews .mk-tcard-by-avatar { background: rgba(255,255,255,0.16); color: #ffffff; }
.mkv2-reviews .mk-testi-meta { color: rgba(255,255,255,0.58); }
/* Carousel controls: the live module has a carousel the prototype never had, so
   the design's inversion list doesn't cover it. Left as-is they read as two white
   pucks on the teal. Matched to the block's translucent-white language instead. */
.mkv2-reviews .mk-carousel-btn { background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.22); color: #ffffff; box-shadow: none; }
.mkv2-reviews .mk-carousel-btn:hover { background: rgba(255,255,255,0.18); box-shadow: none; }

/* ============================================================
   SECTION 3 — Our process, sticky stage meter
   ============================================================ */
.mkv2-process { background: var(--mk-bg); }
.mkv2-proc-sub { max-width: 62ch; margin-bottom: 0; }
.mkv2-proc-grid { display: grid; grid-template-columns: minmax(200px,244px) minmax(0,1fr); gap: clamp(36px,5vw,80px); align-items: start; margin-top: 56px; }

/* stage meter — full-viewport sticky box keeps it centred while docked */
.mkv2-rail { position: sticky; top: 0; height: 100dvh; display: flex; flex-direction: column; justify-content: center; }
.mkv2-rail-track { display: flex; flex-direction: column; gap: 9px; }
.mkv2-rail-item { display: grid; grid-template-columns: 5px 26px minmax(0,1fr); align-items: center; gap: 0 12px; width: 100%; min-height: 42px; text-align: left; appearance: none; background: transparent; border: 0; padding: 0; cursor: pointer; font-family: var(--font-ui); color: var(--mk-text-soft); transition: color 180ms ease; }
.mkv2-rail-tick { grid-column: 1; align-self: stretch; width: 5px; border-radius: 3px; background: rgba(7,44,44,0.13); transition: background 260ms ease, box-shadow 260ms ease, transform 260ms cubic-bezier(.4,0,.2,1); }
.mkv2-rail-item.done .mkv2-rail-tick { background: var(--mk-teal-4); }
.mkv2-rail-item.on .mkv2-rail-tick { background: linear-gradient(180deg, var(--mk-orange-h) 0%, var(--mk-orange-d) 100%); transform: scaleX(1.6); box-shadow: 0 0 0 4px rgba(243,114,34,0.14); }
.mkv2-rail-num { grid-column: 2; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--mk-text-soft); transition: color 180ms ease; }
.mkv2-rail-item.done .mkv2-rail-num { color: var(--mk-teal-4); }
.mkv2-rail-item.on .mkv2-rail-num { color: var(--mk-orange-d); }
.mkv2-rail-label { grid-column: 3; font-size: 14px; line-height: 1.3; letter-spacing: -0.005em; }
.mkv2-rail-item.on { color: var(--mk-text); }
.mkv2-rail-item.on .mkv2-rail-label { font-weight: 600; }
.mkv2-rail-item:hover { color: var(--mk-text); }
.mkv2-rail-item:not(.on):hover .mkv2-rail-tick { background: rgba(7,44,44,0.28); }

/* step cards — rollover is weight and elevation, not a stroke */
.mkv2-steps { display: flex; flex-direction: column; gap: 20px; }
.mkv2-step { position: relative; background: #eef2f0; border: 0; border-radius: var(--mk-radius); padding: 30px 34px 32px; transition: background 260ms ease, box-shadow 260ms ease, transform 260ms cubic-bezier(.4,0,.2,1); }
.mkv2-step.on { background: var(--mk-card); transform: translateY(-2px); box-shadow: 0 1px 0 rgba(7,44,44,0.06), 0 20px 46px -18px rgba(7,44,44,0.28); }
.mkv2-step-num, .mkv2-step-h, .mkv2-step-meta, .mkv2-step-d { transition: color 260ms ease, opacity 260ms ease; }
.mkv2-step:not(.on) .mkv2-step-num { color: #7a8583; }
.mkv2-step:not(.on) .mkv2-step-h { color: #44514f; }
.mkv2-step:not(.on) .mkv2-step-meta { background: rgba(7,44,44,0.05); color: #5d6d6b; }
.mkv2-step:not(.on) .mkv2-step-d { color: #4f5c5a; }
.mkv2-step-num { font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em; color: var(--mk-orange-d); }
.mkv2-step-h { font-family: var(--font-display); font-weight: 500; font-size: 26px; letter-spacing: -0.018em; line-height: 1.2; margin: 8px 0 10px; text-wrap: pretty; }
.mkv2-step-meta { display: inline-block; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.03em; color: var(--mk-teal-3); background: var(--mk-inset); border-radius: 4px; padding: 5px 9px; margin-bottom: 14px; }
.mkv2-step-d { font-size: 16px; line-height: 1.65; color: var(--mk-text-soft); margin: 0; max-width: 56ch; text-wrap: pretty; }
.mkv2-proc-cta { margin-top: 56px; text-align: center; }

/* ============================================================
   50-state map — top padding only
   ============================================================ */
.mkv2-map { padding-top: 128px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1020px) {
  .mkv2-rep-grid { grid-template-columns: minmax(0,1fr); gap: 40px; }
}
@media (max-width: 820px) {
  .mkv2-proc-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .mkv2-rail { position: static; height: auto; display: block; }
  .mkv2-rail-item { min-height: 38px; }
}
