/* ============================================================
   HOXIE LAW  - Shared Design System
   Style reference: hw-lawfirm.com adapted for Hoxie Law Phoenix
   Fonts: Gotham (Black/Bold headings, Book body)
   Fallback: Montserrat from Google Fonts

   To use real Gotham: drop .woff2 files into /fonts/ and
   uncomment the @font-face declarations below.
   ============================================================ */

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}

:root {
  --navy: #333038;          /* Solid Graphite  - primary dark */
  --navy-dark: #28262d;     /* deeper Graphite */
  --navy-light: #4a4650;    /* lighter Graphite */
  --gold: #D9D7CC;          /* Cottage White  - primary accent */
  --gold-warm: #C0BBB4;     /* Calm Grey  - muted accent */
  --gold-light: #e4e2d9;    /* lighter Cottage White */
  --silver: #C0BBB4;        /* Calm Grey */
  --white: #ffffff;
  --off-white: #F2EFE9;     /* White Amber  - light bg */
  --ink: #333038;            /* Solid Graphite */
  --ink-soft: #4a4650;       /* lighter Graphite */
  --accent: #c0392b;
  --pop: #A79A6D;            /* Matte Khaki  - color pop accent */
  --pop-light: #b8ac82;      /* lighter Khaki for hovers */
  --line: rgba(51, 48, 56, .12);
  --line-light: rgba(255, 255, 255, .15);
  --shadow: 0 18px 50px -20px rgba(0, 0, 0, .45);
  --shadow-sm: 0 6px 22px -12px rgba(0, 0, 0, .35);
  --r: 0px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-weight: 400;
  background: var(--white);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .display {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ---------- ACCESSIBILITY: visible keyboard focus ---------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible,
.calc-option:focus-visible {
  outline: 3px solid var(--pop);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ---------- ACCESSIBILITY: respect reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- PLACEHOLDER FLAG ---------- */
.ph {
  position: relative;
  outline: 2px dashed var(--accent);
  outline-offset: 3px;
  background: rgba(192, 57, 43, .04);
}
.ph::after {
  content: "PLACEHOLDER  - verify before launch";
  position: absolute; top: -9px; left: 8px;
  font-family: 'Gotham', 'Montserrat', sans-serif; font-weight: 700;
  font-size: 9px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--white); background: var(--accent);
  padding: 2px 7px; border-radius: 6px; white-space: nowrap;
  z-index: 10;
}

/* ---------- BUTTONS ---------- */
.btn {
  font-family: 'Gotham', 'Montserrat'; font-weight: 700; font-size: 14px;
  letter-spacing: .08em; text-transform: uppercase;
  border: none; cursor: pointer; border-radius: 0;
  padding: 14px 28px; display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }

.btn-gold {
  background: var(--gold); color: var(--navy-dark);
  box-shadow: 0 8px 20px -8px rgba(217, 215, 204, .5);
}
.btn-gold:hover { background: var(--gold-light); }

.btn-outline {
  background: transparent; color: var(--gold);
  border: 2px solid var(--gold);
}
.btn-outline:hover { background: var(--gold); color: var(--navy-dark); }

.btn-white {
  background: var(--white); color: var(--navy);
}
.btn-white:hover { background: var(--off-white); }

.btn-call { background: var(--gold); color: var(--navy-dark); }
.btn-text { background: var(--navy-light); color: var(--white); border: 1.5px solid var(--gold); }

/* ---------- STICKY NAVIGATION ---------- */
/* Spanish top bar - sticky above the nav, with an animated shine */
.topbar {
  position: sticky; top: 0; z-index: 101;
  background: #7a3438; color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  height: 40px; padding: 0 16px; text-align: center;
  font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .05em;
  overflow: hidden;
}
.topbar svg { width: 15px; height: 15px; flex-shrink: 0; }
.topbar > * { position: relative; z-index: 1; }
.topbar::after {
  content: ""; position: absolute; top: 0; left: -60%;
  width: 55%; height: 100%; z-index: 2; pointer-events: none;
  background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.38) 50%, transparent 80%);
  animation: topbar-shine 5.5s ease-in-out infinite;
}
@keyframes topbar-shine {
  0% { left: -60%; }
  55%, 100% { left: 130%; }
}
@media (prefers-reduced-motion: reduce) { .topbar::after { animation: none; } }

.site-nav {
  position: sticky; top: 40px; z-index: 100;
  background: var(--navy-dark);
  border-bottom: 1px solid var(--line-light);
}
.nav-inner {
  max-width: 1320px; margin: 0 auto;
  display: flex; align-items: center;
  padding: 0 clamp(16px, 4vw, 40px);
  min-height: 105px;
}
.nav-inner .nav-brand {
  margin-right: auto;
}
.nav-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-brand .nav-logo-img {
  height: 63px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex; gap: 0; align-items: center;
}
.nav-links a {
  font-family: 'Gotham', 'Montserrat'; font-weight: 600;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255, 255, 255, .8); padding: 26px 18px;
  transition: color .2s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--pop); }

.nav-cta {
  display: flex; align-items: center; gap: 16px;
}
.nav-cta-label {
  font-family: 'Gotham', 'Montserrat'; font-size: 11px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}
.nav-cta-phone {
  font-family: 'Gotham', 'Montserrat'; font-size: 16px; font-weight: 700;
  color: var(--gold); letter-spacing: .02em;
}
.nav-cta-phone:hover { color: var(--gold-light); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 30px; height: 24px; position: relative; z-index: 110;
}
.nav-toggle span {
  display: block; width: 100%; height: 2px;
  background: var(--white); position: absolute; left: 0;
  transition: all .3s;
}
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 11px; }
.nav-toggle span:nth-child(3) { top: 22px; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-dark) 100%);
  padding: clamp(80px, 10vw, 140px) clamp(16px, 5vw, 60px) clamp(50px, 6vw, 80px);
  overflow: hidden;
  text-align: center;
  width: 100%;
  min-height: 85vh;
}
/* Subtle light glow behind photo area */
.hero::before {
  content: ""; position: absolute;
  left: -5%; bottom: -10%; width: 50%; height: 80%;
  background: radial-gradient(ellipse at 40% 70%, rgba(217, 215, 204, .08), transparent 65%);
  z-index: 1;
  pointer-events: none;
}
/* Studio lighting spot behind Joseph */
.hero-photo::before {
  content: "";
  position: absolute;
  right: 32%;
  top: 5%;
  width: 75%;
  height: 55%;
  background: radial-gradient(circle at 50% 50%,
    rgba(255, 250, 240, .28) 0%,
    rgba(235, 230, 218, .18) 20%,
    rgba(210, 206, 196, .10) 40%,
    transparent 65%);
  z-index: -1;
  pointer-events: none;
  filter: blur(25px);
}

/* Hero attorney photo  - absolutely positioned left, overlaps buttons for 3D */
.hero-photo {
  position: absolute;
  left: -8%;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
}
.hero-photo img {
  display: block;
  height: 115%;
  width: auto;
  object-fit: contain;
  object-position: bottom left;
}

.hero-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 5;
}

.hero-kicker {
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: clamp(12px, 1.5vw, 15px);
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .3);
}

.hero-sub {
  font-family: 'Gotham', 'Montserrat'; font-weight: 600;
  font-size: clamp(12px, 1.4vw, 16px);
  letter-spacing: .25em; text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  margin-bottom: 36px;
}

/* Hero Google badge  - clickable pill */
.hero-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 12px 24px;
  margin-bottom: 28px;
  transition: all .25s ease;
  cursor: pointer;
  text-decoration: none;
}
.hero-google-badge:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .25);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, .4);
}
.hgb-score {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.hgb-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.hgb-logo {
  display: block;
  height: 28px;
  width: auto;
}
.hgb-stars {
  font-size: 16px;
  letter-spacing: 2px;
  color: #FBBC05;
  line-height: 1;
}
.hgb-count {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, .55);
  letter-spacing: .02em;
}

.hero-actions {
  display: flex; justify-content: center; gap: 16px;
  flex-wrap: wrap; margin-top: 10px;
}
.hero-actions .btn { padding: 16px 0; font-size: 14px; width: 240px; justify-content: center; text-align: center; }

/* Hero for inner pages */
.hero-inner-page { padding: clamp(80px, 12vw, 160px) clamp(16px, 5vw, 40px); min-height: auto; }
.hero-inner-page h1 {
  font-size: clamp(48px, 8vw, 100px);
}
.hero-video-bg .hero-bg-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-video-bg .hero-inner { position: relative; z-index: 2; }
.hero-video-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg,rgba(40,38,45,.8),rgba(30,28,35,.88));
  z-index: 1;
}
.hero-inner-page .hero-page-subtitle {
  font-family: 'Gotham', 'Montserrat'; font-weight: 600;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  margin-top: 8px;
}

/* ---------- CASE RESULTS SIDEBAR ---------- */
.results-sidebar {
  position: absolute; right: -60px; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 28px;
  z-index: 5;
}
.results-sidebar .rs-item {
  text-align: left;
}
.rs-item .rs-amount {
  font-family: 'Gotham', 'Montserrat'; font-size: 28px; font-weight: 600;
  color: var(--gold);
}
.rs-item .rs-label-top {
  font-family: 'Gotham', 'Montserrat'; font-size: 9px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}
.rs-item .rs-label {
  font-family: 'Gotham', 'Montserrat'; font-size: 10px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--white); max-width: 14ch;
}

/* ---------- HERO RESULTS SIDEBAR (continuous vertical scroll) ---------- */
.hero-results-sidebar {
  position: absolute;
  right: clamp(20px, 3vw, 60px);
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Masked viewport  - shows ~3 items with top/bottom gradient fade */
.hrs-viewport {
  flex: 1;
  height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom,
    transparent 0%, rgba(0,0,0,1) 18%,
    rgba(0,0,0,1) 82%, transparent 100%);
  mask-image: linear-gradient(to bottom,
    transparent 0%, rgba(0,0,0,1) 18%,
    rgba(0,0,0,1) 82%, transparent 100%);
}

/* Track  - continuous upward scroll, duplicated items for seamless loop */
.hrs-track {
  display: flex;
  flex-direction: column;
  animation: hrs-scroll-up 20s linear infinite;
}

@keyframes hrs-scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Each result item */
.hrs-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 24px 0 20px;
  border-bottom: 2px solid var(--pop);
}

.hrs-amount {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -.02em;
}
.hrs-amount sup {
  font-size: 0.48em;
  vertical-align: super;
  margin-right: 1px;
  font-weight: 700;
}

.hrs-recovered {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--pop);
  margin-top: 4px;
  display: block;
}

.hrs-type {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 6px;
  line-height: 1.35;
  display: block;
}

/* Vertical dots column  - desktop only */
.hrs-dots-v {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
}

.hrs-dot-v {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
}
.hrs-dot-v.active {
  width: 11px;
  height: 11px;
  background: transparent;
  border: 2px solid var(--pop);
}


/* ---------- SECTION SHELLS ---------- */
section { padding: clamp(50px, 7vw, 90px) clamp(16px, 5vw, 40px); }
.wrap { max-width: 1100px; margin: 0 auto; }
.wrap-wide { max-width: 1280px; margin: 0 auto; }

.kicker {
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--pop); margin-bottom: 12px;
}

.sec-h {
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 700;
  color: var(--ink); margin-bottom: 20px;
}

.sec-p {
  font-size: clamp(15px, 1.6vw, 17px);
  color: var(--ink-soft); max-width: 60ch; line-height: 1.7;
}

.section-dark {
  background: var(--navy); color: var(--white);
}
.section-dark .sec-h { color: var(--white); }
.section-dark .sec-p { color: rgba(255, 255, 255, .75); }
.section-dark .kicker { color: var(--pop); }

.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ---------- WATERMARK TEXT ---------- */
.watermark {
  position: relative; overflow: hidden;
}
.watermark::before {
  content: attr(data-watermark);
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: var(--wm-override, 10vw);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(51, 48, 56, .06);
  pointer-events: none; z-index: 0;
  letter-spacing: -.02em;
  text-align: center;
  width: 100%;
}
.section-dark.watermark::before {
  color: rgba(255, 255, 255, .06);
}

/* ---------- ABOUT SECTION ---------- */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px); align-items: start;
  margin-top: 30px;
}
.about-text-right {
  border-left: 3px solid var(--pop);
  padding-left: 24px;
}
.about-text-right p {
  font-size: 15px; color: var(--ink-soft); line-height: 1.7;
  margin-bottom: 16px;
}
.about-text-right p strong { color: var(--pop); font-weight: 700; }

/* ---------- FULL-BLEED CITY SECTION ---------- */
.city-section {
  position: relative;
  min-height: 85vh;
  background: linear-gradient(180deg, #c8cdd5 0%, #8a9aae 50%, var(--navy-dark) 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  padding: 40px clamp(16px, 5vw, 40px) 20px;
  overflow: hidden;
}
.city-bg-text {
  position: absolute; top: -8%; left: 50%;
  transform: translateX(-50%);
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: clamp(180px, 32vw, 550px);
  font-weight: 700;
  color: rgba(170, 175, 190, .5);
  white-space: nowrap; pointer-events: none;
  text-transform: uppercase; letter-spacing: .06em;
  z-index: 4;
  line-height: 1;
}
.city-photo {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%; height: 85%;
  object-fit: cover;
  object-position: center 20%;
  z-index: 3;
  -webkit-mask-image: linear-gradient(to bottom,
    transparent 0%, rgba(0,0,0,.5) 10%,
    rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%,
    rgba(0,0,0,.8) 90%, rgba(0,0,0,.6) 100%);
  mask-image: linear-gradient(to bottom,
    transparent 0%, rgba(0,0,0,.5) 10%,
    rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%,
    rgba(0,0,0,.8) 90%, rgba(0,0,0,.6) 100%);
}
.city-section::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    transparent 0%,
    transparent 50%,
    rgba(40, 38, 45, .5) 75%,
    rgba(40, 38, 45, .85) 100%);
  z-index: 4;
  pointer-events: none;
}
.city-overlay {
  position: relative; z-index: 5;
  text-align: center; color: var(--white);
  padding-bottom: 10px;
}
.city-logo {
  height: clamp(120px, 18vw, 260px);
  width: auto;
  display: block;
  margin: 0 auto;
}

/* ---------- SCROLLING TICKER ---------- */
.ticker {
  background: var(--navy-dark);
  overflow: hidden; padding: 14px 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.ticker-track {
  display: flex; gap: 0;
  animation: ticker-scroll 40s linear infinite;
  width: max-content;
}
.ticker-item {
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255, 255, 255, .7);
  white-space: nowrap;
  padding: 0 20px;
  display: flex; align-items: center; gap: 20px;
}
.ticker-item::after {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%; background: var(--pop);
  flex-shrink: 0;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- ATTORNEY PHOTO SECTION ---------- */
.attorney-section {
  background: var(--navy); color: var(--white);
  text-align: center; position: relative; overflow: hidden;
  min-height: 80vh;
  display: flex; align-items: center; justify-content: center;
}
.attorney-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  opacity: .4;
}
.attorney-watermark {
  position: absolute; top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  font-family: 'Gotham', 'Montserrat'; font-size: 4.5vw;
  font-weight: 700;
  color: rgba(255, 255, 255, .03);
  white-space: nowrap; pointer-events: none;
  text-transform: uppercase;
  text-align: center; width: 100%;
}
.attorney-card {
  display: inline-block; position: relative;
  margin: 30px auto;
  max-width: 100%;
}
.attorney-card-photo-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.attorney-card-info {
  background: rgba(51, 48, 56, .9);
  padding: 16px 20px; text-align: left;
}
.attorney-card-info .role {
  font-family: 'Gotham', 'Montserrat'; font-size: 10px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); border: 1px solid var(--gold);
  display: inline-block; padding: 3px 10px; margin-bottom: 6px;
}
.attorney-card-info .name {
  font-family: 'Gotham', 'Montserrat'; font-size: 22px; font-weight: 600;
  color: var(--white);
}

.attorney-cta {
  margin-top: 30px; position: relative; z-index: 2;
}
.attorney-cta p {
  font-family: 'Gotham', 'Montserrat'; font-size: clamp(16px, 2vw, 20px);
  font-weight: 600; color: var(--white);
  margin-bottom: 20px; letter-spacing: .02em;
  text-transform: uppercase;
}

/* ---------- CASE RESULTS STRIP ---------- */
.results-strip {
  background: var(--navy-dark); color: var(--white);
  padding: 50px clamp(16px, 5vw, 40px);
  position: relative; overflow: hidden;
}
.results-strip::before {
  content: "RESULTS";
  position: absolute; top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  font-family: 'Gotham', 'Montserrat'; font-size: 14vw;
  font-weight: 700;
  color: rgba(255, 255, 255, .03);
  pointer-events: none; white-space: nowrap;
  text-align: center; width: 100%;
}
/* Scrolling marquee viewport */
.results-scroll-viewport {
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0%, rgba(0,0,0,1) 8%,
    rgba(0,0,0,1) 92%, transparent 100%);
  mask-image: linear-gradient(to right,
    transparent 0%, rgba(0,0,0,1) 8%,
    rgba(0,0,0,1) 92%, transparent 100%);
}
.results-scroll-track {
  display: flex;
  gap: 50px;
  animation: results-scroll 60s linear infinite;
  width: max-content;
}
@keyframes results-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.results-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 20px; text-align: center;
  position: relative; z-index: 2;
}
.results-scroll-track .result-item {
  flex-shrink: 0;
  text-align: center;
  min-width: 220px;
  padding: 0 10px;
}
.result-item .result-badge {
  font-family: 'Gotham', 'Montserrat'; font-size: 9px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .2);
  display: inline-block; padding: 3px 12px;
  margin-bottom: 10px;
}
.result-item .result-amount {
  font-family: 'Gotham', 'Montserrat'; font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700; color: var(--gold);
}
.result-item .result-type {
  font-family: 'Gotham', 'Montserrat'; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255, 255, 255, .7); margin-top: 6px;
}
.results-more {
  text-align: right; margin-top: 20px;
  position: relative; z-index: 2;
}
.results-more a {
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: 12px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold);
  display: inline-flex; align-items: center; gap: 10px;
}
.results-disclaimer {
  max-width: 800px; margin: 24px auto 0;
  font-family: 'Gotham', 'Montserrat'; font-size: 12px;
  color: rgba(255, 255, 255, .7); text-align: center;
  position: relative; z-index: 2;
}

/* ---------- PRACTICE AREA CARDS ---------- */
.pa-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 12px; margin-top: 36px;
}
.pa-card {
  position: relative; border-radius: 0;
  overflow: hidden; aspect-ratio: 3/4;
  cursor: pointer;
}
.pa-card-bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, var(--navy), var(--navy-dark));
  transition: transform .4s ease;
}
.pa-card-bg.pa-card-video {
  width: 100%; height: 100%;
  object-fit: cover;
}
.pa-card:hover .pa-card-bg { transform: scale(1.05); }
.pa-card-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 20px;
  background: linear-gradient(0deg, rgba(51, 48, 56, .85) 0%, transparent 60%);
  z-index: 2;
}
.pa-card-content h3 {
  font-family: 'Gotham', 'Montserrat'; font-size: 18px; font-weight: 700;
  color: var(--gold); text-transform: uppercase;
}
.pa-card .pa-hover-text {
  opacity: 0; max-height: 0; overflow: hidden;
  font-size: 13px; color: rgba(255, 255, 255, .8);
  margin-top: 10px; line-height: 1.5;
  transition: all .3s ease;
}
.pa-card:hover .pa-hover-text { opacity: 1; max-height: 200px; }
.pa-card .pa-read-more {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Gotham', 'Montserrat'; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--white); margin-top: 12px;
  opacity: 0; transition: opacity .3s ease;
}
.pa-card:hover .pa-read-more { opacity: 1; }
.pa-read-more .arrow {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--pop); display: flex;
  align-items: center; justify-content: center;
}
.pa-read-more .arrow svg { width: 14px; height: 14px; stroke: var(--navy-dark); }

/* ---------- THREE PILLARS ---------- */
.pillars-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; margin-top: 40px;
}
.pillar {
  padding: 40px 30px;
  border-left: 2px solid var(--pop);
}
.pillar:first-child { border-left: none; }
.pillar h3 {
  font-family: 'Gotham', 'Montserrat'; font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  color: var(--pop); margin-bottom: 20px;
}
.pillar p {
  font-size: 14.5px; color: var(--ink-soft); line-height: 1.7;
}

/* ---------- GOOGLE REVIEWS ---------- */
.google-reviews-section {
  background: var(--white);
  padding: clamp(60px, 6vw, 80px) clamp(16px, 5vw, 40px) clamp(150px, 20vw, 240px);
  overflow: hidden;
  position: relative;
  margin-top: -320px;
  z-index: 3;
}

.gr-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
  margin-bottom: 60px;
}
.gr-logo svg {
  width: clamp(100px, 14vw, 160px);
  height: auto;
}

.gr-badge {
  text-align: center;
}
.gr-score {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: clamp(56px, 8vw, 80px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.gr-stars-row {
  font-size: 26px;
  letter-spacing: 4px;
  color: #FBBC05;
  margin-top: 6px;
}

.gr-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.gr-logo svg {
  display: block;
}
.gr-reviews-label {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink-soft);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* Carousel track */
.gr-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right,
    transparent 0%, rgba(0,0,0,1) 8%,
    rgba(0,0,0,1) 92%, transparent 100%);
  mask-image: linear-gradient(to right,
    transparent 0%, rgba(0,0,0,1) 8%,
    rgba(0,0,0,1) 92%, transparent 100%);
}

.gr-track {
  display: flex;
  gap: 32px;
  animation: gr-scroll 35s linear infinite;
  width: max-content;
}
.gr-track:hover {
  animation-play-state: paused;
}

@keyframes gr-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Individual review card */
.gr-card {
  flex-shrink: 0;
  width: 440px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,.08), 0 4px 16px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}
.gr-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,.12), 0 8px 24px rgba(0,0,0,.1);
}
.gr-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.gr-card-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}
.gr-card-header-info {
  flex: 1;
  min-width: 0;
}
.gr-card-author {
  font-family: 'Gotham', 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #202124;
  line-height: 1.3;
}
.gr-card-date {
  font-size: 12px;
  color: #70757a;
  margin-top: 2px;
}
.gr-card-google {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: auto;
}
.gr-card-stars {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fbbc04;
  line-height: 1;
  margin-bottom: 10px;
}
.gr-card-text {
  font-size: 15px;
  color: #3c4043;
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gr-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}

/* Legacy testimonials (kept for testimonials.html) */
.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 36px;
}
.tcard {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 30px; position: relative;
}
.tcard .quote-mark {
  font-family: 'Gotham', 'Montserrat'; font-size: 48px;
  color: var(--gold); line-height: 1;
  margin-bottom: 8px;
}
.tcard .t-name {
  font-family: 'Gotham', 'Montserrat'; font-size: 14px; font-weight: 700;
  color: var(--navy); text-transform: uppercase;
  letter-spacing: .04em;
}
.tcard .t-stars {
  color: var(--pop); font-size: 15px; letter-spacing: 2px;
  margin-top: 2px;
}
.tcard .t-date {
  font-family: 'Gotham', 'Montserrat'; font-size: 11px; font-weight: 500;
  color: var(--ink-soft); margin-top: 2px;
}
.tcard .t-body {
  font-size: 14.5px; color: var(--ink-soft); line-height: 1.6;
  margin-top: 16px;
}
.testimonials-footer {
  display: flex; justify-content: space-between;
  align-items: center; margin-top: 30px;
  padding-top: 20px; border-top: 1px solid var(--line);
}
.t-rating {
  display: flex; align-items: baseline; gap: 8px;
}
.t-rating .t-rating-num {
  font-family: 'Gotham', 'Montserrat'; font-size: 28px; font-weight: 600;
  color: var(--gold);
}
.t-rating .t-rating-stars {
  color: var(--gold); font-size: 16px; letter-spacing: 2px;
}
.t-rating small {
  font-family: 'Gotham', 'Montserrat'; font-size: 12px; font-weight: 600;
  color: var(--ink-soft); display: block;
}

/* ---------- FAQ ---------- */
.faq-list { margin-top: 30px; }
.faq-item {
  border-top: 2px solid var(--pop);
}
.faq-item:last-child { border-bottom: 2px solid var(--pop); }
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 22px 0; display: flex;
  justify-content: space-between; align-items: center; gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 {
  font-family: 'Gotham', 'Montserrat'; font-size: clamp(16px, 2vw, 20px);
  font-weight: 700; color: var(--navy);
}
.faq-item summary .faq-icon {
  width: 20px; height: 20px; flex-shrink: 0;
  color: var(--navy); transition: transform .2s;
}
.faq-item[open] summary .faq-icon { transform: rotate(180deg); }
.faq-answer {
  padding: 0 0 24px;
  font-size: 15px; color: var(--ink-soft); line-height: 1.7;
  max-width: 80ch;
}
.faq-answer strong { color: var(--ink); }

/* ---------- CONTACT / CTA SECTION ---------- */
.contact-cta {
  position: relative;
  background: linear-gradient(160deg, var(--navy) 20%, var(--navy-dark) 100%);
  color: var(--white);
  padding: clamp(50px, 7vw, 90px) clamp(16px, 5vw, 40px);
  overflow: hidden;
}
.contact-cta-bg {
  position: absolute; inset: 0;
  overflow: hidden;
}
.contact-cta-bg video {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  object-fit: cover;
  opacity: .32;
}
.contact-cta-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(51,48,56,.6) 0%, rgba(40,38,45,.75) 100%);
  z-index: 1;
}
.contact-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 60px); align-items: center;
  position: relative; z-index: 2;
}
.contact-info h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: var(--gold); margin-bottom: 16px;
}
.contact-info .sub {
  color: rgba(255, 255, 255, .75);
  font-size: 16px; margin-bottom: 28px;
  border-left: 3px solid var(--pop);
  padding-left: 16px;
}
.contact-info .chat-btn {
  display: inline-flex; padding: 12px 24px;
  background: var(--gold); color: var(--navy-dark);
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}

.contact-form {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 30px;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-bottom: 12px;
}
.contact-form label {
  display: block; font-family: 'Gotham', 'Montserrat';
  font-size: 11px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255, 255, 255, .5); margin-bottom: 4px;
}
.contact-form input,
.contact-form textarea {
  width: 100%; font-family: 'Gotham', 'Montserrat'; font-size: 14px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 12px 14px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, .35);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--pop); outline-offset: 1px; border-color: var(--pop);
}
.contact-form textarea { resize: vertical; min-height: 80px; }
.contact-form .submit-btn {
  margin-top: 12px;
  float: right;
}
.consent-row {
  display: flex; gap: 8px; align-items: flex-start;
  margin: 14px 0;
}
.consent-row input[type="checkbox"] { width: auto; margin-top: 3px; }
.consent-row label {
  margin: 0; text-transform: none; letter-spacing: 0;
  font-weight: 500; font-size: 12px; line-height: 1.5;
  color: rgba(255, 255, 255, .8);
}

/* ---------- FULL-BLEED PHOTO SECTION ---------- */
.photo-section {
  position: relative;
  overflow: hidden;
  background: var(--white);
}
.photo-section-image-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
}
.photo-section-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
  -webkit-mask-image: linear-gradient(to bottom,
    rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%,
    rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom,
    rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%,
    rgba(0,0,0,0) 100%);
}
.photo-section-heading {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 2;
  text-align: center;
  padding: clamp(70px, 10vw, 140px) clamp(16px, 5vw, 40px) 0;
}
.photo-section-title {
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: 10vw;
  color: rgba(100, 95, 88, .55);
  text-transform: uppercase;
  letter-spacing: -.01em;
  line-height: 1.05;
  margin-bottom: 0;
}
.photo-section-sub {
  font-family: 'Gotham', 'Montserrat'; font-size: 16px;
  color: rgba(80, 75, 70, .8);
  max-width: 55ch; margin: 8px auto 20px;
  line-height: 1.7;
}
.about-photo {
  display: block; width: 100%; max-width: 700px; height: auto;
  margin: 0 auto 36px; border-radius: 10px;
}
.photo-section .btn-outline,
.photo-section-cta {
  color: var(--ink-soft);
  border-color: rgba(51, 48, 56, .25);
}
.photo-section .btn-outline:hover,
.photo-section-cta:hover {
  background: var(--navy);
  color: var(--white);
}
.photo-section-cta-wrap {
  display: none;
}
/* Desktop only: make the case-worth CTA a proper centered button (mobile keeps full-width) */
@media (min-width: 761px) {
  .photo-section-cta {
    left: 50% !important;
    right: auto !important;
    top: 66% !important;
    bottom: auto !important;
    width: auto;
    transform: translate(-50%, -50%);
    display: inline-flex !important;
    align-items: center;
    background: rgba(30, 28, 34, .45) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 3px solid var(--gold) !important;
    color: var(--gold) !important;
    padding: 25px 50px !important;
    font-size: 24px !important;
    letter-spacing: .08em;
    box-shadow: 0 8px 30px -8px rgba(0,0,0,.45) !important;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }
  .photo-section-cta:hover {
    background: var(--gold) !important;
    color: var(--navy-dark) !important;
    transform: translate(-50%, -50%) translateY(-2px);
  }
}

/* ---------- FLOATING CASE ESTIMATE CTA (Shiny Button) ---------- */
.floating-calc-cta {
  --shiny-x: 100%;
  position: fixed;
  right: 24px;
  bottom: 90px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.2) 0%, transparent 60%),
              var(--pop);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 10px;
  font-family: 'Gotham', 'Montserrat'; font-size: 13px;
  font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0,0,0,.35);
  transition: box-shadow .3s, transform .15s;
  animation: shinySlide 3.5s ease-in-out infinite;
  overflow: hidden;
}
.floating-calc-cta:hover {
  box-shadow: 0 0 24px rgba(167,154,109,.35);
  transform: scale(1.04);
}
.floating-calc-cta:active {
  transform: scale(0.96);
}
.fcc-icon { font-size: 18px; position: relative; z-index: 2; }
.fcc-text {
  position: relative;
  z-index: 2;
  -webkit-mask-image: linear-gradient(-75deg, #fff calc(var(--shiny-x) + 20%), transparent calc(var(--shiny-x) + 30%), #fff calc(var(--shiny-x) + 100%));
  mask-image: linear-gradient(-75deg, #fff calc(var(--shiny-x) + 20%), transparent calc(var(--shiny-x) + 30%), #fff calc(var(--shiny-x) + 100%));
}
.floating-calc-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(-75deg, rgba(167,154,109,.1) calc(var(--shiny-x) + 20%), rgba(167,154,109,.6) calc(var(--shiny-x) + 25%), rgba(167,154,109,.1) calc(var(--shiny-x) + 100%));
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@keyframes shinySlide {
  0%   { --shiny-x: 100%; }
  50%  { --shiny-x: -100%; }
  100% { --shiny-x: -100%; }
}
@property --shiny-x {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@media (max-width: 760px) {
  .floating-calc-cta {
    right: 16px; bottom: 76px;
    padding: 12px 16px; font-size: 11px;
  }
  .fcc-text { display: none; }
  .fcc-icon { font-size: 22px; }
}

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, .7);
  padding: 50px clamp(16px, 5vw, 40px) 24px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 30px; padding-bottom: 40px;
  border-bottom: 1px solid var(--line-light);
}
.footer-col h4 {
  font-family: 'Gotham', 'Montserrat'; font-size: 12px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255, 255, 255, .5); margin-bottom: 16px;
}
.footer-col p,
.footer-col a {
  font-size: 14px; color: rgba(255, 255, 255, .7);
  line-height: 1.7;
}
.footer-col a:hover { color: var(--gold); }
.footer-col .footer-phone {
  font-family: 'Gotham', 'Montserrat'; font-size: 18px; font-weight: 700;
  color: var(--gold);
}
.footer-col .footer-directions {
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold); margin-top: 8px; display: inline-block;
}
.footer-social {
  display: flex; gap: 14px; margin-top: 4px;
}
.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.25);
  transition: border-color .2s, background .2s;
}
.footer-social a:hover {
  border-color: var(--gold);
  background: rgba(255,255,255,.08);
}
.footer-social a svg {
  width: 20px; height: 20px;
  fill: rgba(255,255,255,.7);
  transition: fill .2s;
}
.footer-social a:hover svg { fill: var(--gold); }

.footer-menu {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.footer-menu a {
  font-family: 'Gotham', 'Montserrat'; font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .04em;
}

.footer-firm-name {
  text-align: center; padding: 40px 0 20px;
}
.footer-logo-img {
  height: clamp(105px, 17vw, 210px);
  width: auto;
  display: inline-block;
  opacity: .8;
}

.footer-bottom {
  display: flex; justify-content: space-between;
  align-items: center; padding-top: 16px;
  font-size: 12px; color: rgba(255, 255, 255, .7);
  flex-wrap: wrap; gap: 10px;
}
.footer-bottom a { color: rgba(255, 255, 255, .75); }
.footer-bottom a:hover { color: var(--gold); }

.footer-disclaimer {
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--line-light);
  font-size: 12px; color: rgba(255, 255, 255, .7);
  line-height: 1.6;
}
.footer-disclaimer strong { color: rgba(255, 255, 255, .85); }

/* ---------- MOBILE STICKY BAR ---------- */
.mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 90; display: none;
  background: var(--navy-dark);
  box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, .6);
}
.mobile-bar a {
  flex: 1; display: flex; align-items: center;
  justify-content: center; gap: 8px; padding: 15px;
  font-family: 'Gotham', 'Montserrat'; font-weight: 700;
  font-size: 14px; color: var(--white);
  letter-spacing: .04em; text-transform: uppercase;
}
.mobile-bar .mb-call { background: var(--gold); color: var(--navy-dark); flex: 1 1 50%; }
.mobile-bar .mb-text { background: var(--navy-light); border-top: none; border-left: 2px solid var(--gold); flex: 1 1 50%; }

/* ---------- INNER PAGE: PRACTICE AREA ---------- */
.pa-inner-layout {
  display: grid; grid-template-columns: 1fr 340px;
  gap: clamp(30px, 5vw, 60px); align-items: start;
}
.pa-main h2 {
  font-family: 'Gotham', 'Montserrat'; font-size: clamp(24px, 3vw, 34px);
  font-weight: 700; color: var(--navy);
  margin: 36px 0 16px; text-transform: uppercase;
}
.pa-main h2:first-child { margin-top: 0; }
.pa-main p {
  font-size: 15px; color: var(--ink-soft); line-height: 1.75;
  margin-bottom: 16px; text-align: justify;
}
.pa-main ul {
  margin: 16px 0 16px 8px;
}
.pa-main ul li {
  font-size: 15px; color: var(--ink-soft); line-height: 1.75;
  padding: 6px 0 6px 24px; position: relative;
}
.pa-main ul li::before {
  content: ""; position: absolute; left: 0; top: 14px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--pop);
}

.pa-sidebar { position: sticky; top: 90px; }
.pa-sidebar-nav { margin-bottom: 30px; }
.pa-sidebar-nav h3 {
  font-family: 'Gotham', 'Montserrat'; font-size: 22px; font-weight: 700;
  color: var(--navy); margin-bottom: 16px;
  text-transform: uppercase;
}
.pa-sidebar-nav a {
  display: block; padding: 10px 18px;
  font-family: 'Gotham', 'Montserrat'; font-size: 12px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--navy);
  border: 1.5px solid var(--gold);
  margin-bottom: 8px;
  transition: all .2s;
  text-align: center;
}
.pa-sidebar-nav a:hover,
.pa-sidebar-nav a.active {
  background: var(--gold); color: var(--navy-dark);
}

.pa-sidebar-testimonial {
  background: var(--navy); padding: 24px;
  position: relative; overflow: hidden;
}
.pa-sidebar-testimonial .watermark-sm {
  position: absolute; bottom: -10px; left: 0;
  font-family: 'Gotham', 'Montserrat'; font-size: 50px;
  font-weight: 700;
  color: rgba(255, 255, 255, .04);
  text-transform: uppercase; white-space: nowrap;
}
.pa-sidebar-testimonial .quote-mark {
  font-family: 'Gotham', 'Montserrat'; font-size: 36px;
  color: var(--gold); line-height: 1;
}
.pa-sidebar-testimonial .t-name {
  font-family: 'Gotham', 'Montserrat'; font-size: 13px; font-weight: 700;
  color: var(--white); margin-top: 12px;
}
.pa-sidebar-testimonial .t-stars {
  color: var(--gold); font-size: 14px; letter-spacing: 2px;
}
.pa-sidebar-testimonial .t-body {
  font-size: 13px; color: rgba(255, 255, 255, .75);
  line-height: 1.55; margin-top: 10px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
  .pa-grid { grid-template-columns: repeat(3, 1fr); }
  .results-grid { grid-template-columns: repeat(3, 1fr); }
  .results-sidebar { display: none; }
  .hero { min-height: auto; }
}

/* Mid-width desktop (e.g. Android "Desktop site" ~980px): keep nav from overflowing */
@media (min-width: 881px) and (max-width: 1180px) {
  .nav-cta-label { display: none; }
  .nav-links a { padding: 24px 11px; font-size: 11px; letter-spacing: .08em; }
  .nav-brand .nav-logo-img { height: 52px; }
  .nav-inner { min-height: 88px; }
  .nav-cta { gap: 12px; }
}


@media (max-width: 880px) {
  .page-wrap { overflow-x: clip; width: 100%; max-width: 100vw; }
  /* --- Nav: fixed on mobile (sticky breaks on iOS with overflow-x:hidden) --- */
  .site-nav { position: fixed; left: 0; right: 0; }
  body { padding-top: 64px; }
  /* Spanish top bar: fixed above nav, exact heights so bars sit flush (no seam) */
  .has-topbar .topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 101; height: 36px; padding: 0 16px; font-size: 13px; }
  .has-topbar .site-nav { top: 36px; }
  body.has-topbar { padding-top: 102px; }
  .has-topbar .nav-links.open { top: var(--menu-top, 101px); }
  .nav-inner { min-height: 64px; }
  .nav-brand .nav-logo-img { height: 44px; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 64px; left: 0; right: 0;
    background: var(--navy-dark);
    padding: 12px 0; gap: 0; z-index: 100;
    border-top: 1px solid var(--line-light);
  }
  .nav-links.open a {
    padding: 16px 24px; border-bottom: 1px solid var(--line-light);
    font-size: 13px;
  }
  .nav-cta { display: none; }
  .nav-toggle { margin-left: auto; }

  /* --- Hero --- */
  .hero { min-height: 100svh; padding: 10px 20px 80px; text-align: right; overflow: clip; clip-path: inset(0); }
  .hero-photo { left: -35%; top: 0; }
  .hero-photo img { height: 90%; }
  .hero-photo::before { right: auto; left: 25%; top: 15%; width: 60%; height: 65%; filter: blur(40px); }
  .hero-inner { max-width: 100%; text-align: right; margin: 0; position: relative; z-index: 11; padding-top: 0; }
  .hero-kicker { display: none; }
  .hero-sub { display: none; }
  .hero h1 { font-size: clamp(60px, 18vw, 100px); line-height: .95; margin-bottom: 8px; text-align: center; }
  .hero-actions { display: none; }
  .hero-google-badge {
    position: fixed; bottom: 60px; right: 20px; z-index: 12;
    padding: 0; gap: 0; margin: 0;
    background: none; border: none; box-shadow: none;
    flex-direction: column; align-items: center;
  }
  .hero-google-badge:hover { background: none; border-color: transparent; box-shadow: none; transform: none; }
  .hgb-score { display: none; }
  .hgb-right { align-items: center; }
  .hgb-logo { width: 80px; height: auto; }
  .hgb-stars { font-size: 22px; letter-spacing: 3px; }
  .hgb-count { display: none; }

  /* Results sidebar: full-screen motion background on mobile */
  .hero-results-sidebar {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    transform: none;
    z-index: 2;
    opacity: .12;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hrs-viewport {
    height: 100%;
    width: 100%;
    -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%, rgba(0,0,0,1) 10%,
      rgba(0,0,0,1) 90%, transparent 100%);
    mask-image: linear-gradient(to bottom,
      transparent 0%, rgba(0,0,0,1) 10%,
      rgba(0,0,0,1) 90%, transparent 100%);
  }
  .hrs-amount { font-size: clamp(48px, 15vw, 80px); text-align: center; }
  .hrs-recovered { font-size: 14px; text-align: center; }
  .hrs-type { font-size: 16px; text-align: center; }
  .hrs-item { padding: 30px 20px; min-height: auto; text-align: center; border-bottom: none; }
  .hrs-dots-v { display: none; }

  /* --- Sections: better mobile spacing --- */
  section { padding: clamp(40px, 6vw, 90px) 24px; }
  .wrap { width: 100%; }
  .hero-inner-page { padding: clamp(70px, 10vw, 160px) 24px; min-height: auto; }
  .hero-inner-page h1 { font-size: clamp(40px, 11vw, 70px); text-align: center; word-spacing: 100vw; }
  .hero-inner-page .hero-kicker,
  .hero-inner-page .hero-page-subtitle { text-align: center; }
  .sec-h { font-size: clamp(26px, 6vw, 50px); margin-bottom: 16px; }
  .sec-p { font-size: 15px; }

  /* --- City section: reduce height on mobile, contain width --- */
  .city-section { min-height: 50vh; max-width: 100vw; width: 100%; }
  .city-logo { height: clamp(80px, 14vw, 260px); }

  /* --- Google Reviews: fix overlap + card sizing --- */
  .google-reviews-section { margin-top: -160px; padding-left: 24px; padding-right: 24px; padding-bottom: clamp(80px, 12vw, 240px); }
  .gr-card { width: 300px; padding: 22px; }
  .gr-card-text { font-size: 14px; }
  .gr-score { font-size: clamp(44px, 10vw, 80px); }
  .gr-header { gap: 16px; margin-bottom: 36px; }
  .gr-footer { flex-direction: column; gap: 12px; margin-top: 32px; }
  .gr-footer .btn { width: 100%; max-width: 320px; justify-content: center; }

  /* --- Contact CTA: consistent lateral padding --- */
  .contact-cta { padding-left: 24px; padding-right: 24px; }

  /* --- About photo --- */
  .about-photo { display: block; width: 100%; border-radius: 8px; margin-bottom: 28px; }

  /* --- Grids: stack to single column --- */
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .photo-content { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: 1fr; gap: 0; }
  .pillar { border-left: none; border-top: 2px solid var(--pop); padding: 28px 0; }
  .pillar:first-child { border-top: none; }
  .pillar h3 { font-size: 24px; margin-bottom: 12px; }
  .pa-inner-layout { grid-template-columns: 1fr; }
  .pa-main h2 { text-align: center; }
  .pa-sidebar { position: static; }
  .testimonials-grid { grid-template-columns: 1fr; }

  /* --- Contact page: stack info cards --- */
  #contact-cards { grid-template-columns: 1fr !important; gap: 20px !important; }

  /* --- Contact form: better mobile spacing --- */
  .contact-form { padding: 24px 20px; }
  .contact-info h2 { font-size: clamp(26px, 6vw, 46px); }
  .contact-info .sub { font-size: 15px; }

  /* --- Buttons: full-width on mobile --- */
  .hero-actions .btn { width: 100%; }
  .contact-info div[style*="display:flex"] { flex-direction: column; }
  .contact-info div[style*="display:flex"] .btn { width: 100%; justify-content: center; text-align: center; }

  /* --- Photo section: text on clean area of image, button below in white --- */
  .photo-section { overflow: visible; }
  .photo-section-heading { padding-top: 20px; }
  .photo-section-title { font-size: 8vw; }
  .photo-section-sub { font-size: 14px; }
  .photo-section-cta-wrap {
    display: block;
    padding: 0 20px 15px;
    background: var(--white);
    margin-top: -40px;
    position: relative;
    z-index: 2;
  }
  .photo-section-cta {
    display: block;
    color: #4a4650;
    border: 2px solid #999;
    background: #f2efe9;
    padding: 16px 20px;
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
  }

  /* --- FAQ: better touch targets --- */
  .faq-item summary { padding: 18px 0; gap: 16px; }
  .faq-item summary h3 { font-size: clamp(15px, 3.5vw, 20px); }
  .faq-answer { font-size: 14px; padding-bottom: 20px; }

  /* --- Footer: breathing room --- */
  .site-footer { padding: 40px 24px 30px; }
  .footer-grid { gap: 28px; }
  .footer-col h4 { margin-bottom: 12px; }
  .footer-disclaimer { font-size: 12px; line-height: 1.6; }

  /* --- Attorney section --- */
  .attorney-section { min-height: 60vh; }
  .attorney-cta p { font-size: clamp(14px, 3.5vw, 20px); }
  .attorney-cta .btn { white-space: normal; width: 100%; text-align: center; padding: 16px 20px; font-size: 13px; }
}

@media (max-width: 760px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 54px; }
  /* --- Practice areas: horizontal swipe carousel --- */
  .pa-carousel {
    display: flex; grid-template-columns: none;
    overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 14px; margin: 28px -20px 0; padding: 4px 20px;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .pa-carousel::-webkit-scrollbar { display: none; }
  .pa-carousel .pa-card {
    flex: 0 0 76%; scroll-snap-align: start; aspect-ratio: 3/4;
  }
  /* Card details always visible on touch (no hover) */
  .pa-carousel .pa-hover-text { opacity: 1; max-height: 200px; }
  .pa-carousel .pa-read-more { opacity: 1; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  /* --- Google Reviews: smaller cards --- */
  .gr-card { width: 270px; padding: 18px; }
  .gr-track { gap: 16px; }
  .google-reviews-section { margin-top: -100px; }
}

@media (max-width: 480px) {
  /* --- Tightest screens --- */
  section { padding-left: 20px; padding-right: 20px; }
  .google-reviews-section { padding-left: 20px; padding-right: 20px; }
  .contact-cta { padding-left: 20px; padding-right: 20px; }
  .pa-grid { grid-template-columns: 1fr; gap: 12px; }
  .pa-card { aspect-ratio: 4/3; }
  .results-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-photo { left: -35%; top: 0; }
  .hero-photo img { height: 90%; }
  .hero h1 { font-size: clamp(52px, 16vw, 90px); }
  .hero-inner-page h1 { font-size: clamp(40px, 11vw, 70px); text-align: center; word-spacing: 100vw; }
  .hero-inner-page .hero-kicker,
  .hero-inner-page .hero-page-subtitle { text-align: center; }

  /* --- Google Reviews: fit phone --- */
  .gr-card { width: 260px; padding: 16px; }
  .gr-card-text { font-size: 13px; -webkit-line-clamp: 4; }
  .google-reviews-section { margin-top: -60px; padding-bottom: 80px; }
  .gr-score { font-size: 40px; }
  .gr-stars-row { font-size: 20px; }
  .gr-reviews-label { font-size: 16px; }

  /* --- City section: even smaller --- */
  .city-section { min-height: 40vh; }

  /* --- Contact cards: more compact --- */
  .contact-form { padding: 20px 16px; }

  /* --- Footer logo --- */
  .footer-logo-img { height: clamp(70px, 20vw, 210px); }
  .footer-firm-name { padding: 28px 0 16px; }
  .footer-bottom { font-size: 12px; justify-content: center; text-align: center; }
  .site-footer { padding-bottom: 24px; }

  /* --- Mobile bar spacing from floating CTA --- */
  .floating-calc-cta {
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-radius: 6px 0 0 6px;
    padding: 12px 6px;
    flex-direction: column;
    gap: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: var(--navy);
  }
  .floating-calc-cta .fcc-text {
    display: block;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    writing-mode: vertical-rl;
    color: var(--navy);
  }
  .floating-calc-cta .fcc-icon { display: none; }
}
