/* SKY LAW FIRM, P.A. — Professional Personal Injury Site */
:root {
  --navy: #0b1f3a;
  --navy-deep: #061525;
  --navy-mid: #132f54;
  --gold: #1a6fd4;
  --gold-light: #5eb0ff;
  --gold-dark: #0d5aad;
  --cream: #f7f4ef;
  --ivory: #fbfaf7;
  --slate: #4a5568;
  --muted: #6b7280;
  --line: rgba(11, 31, 58, 0.12);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(6, 21, 37, 0.14);
  --radius: 14px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --header-h: 78px;
  --topbar-h: 42px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--navy);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

address {
  font-style: normal;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-lg {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}

.btn-block {
  width: 100%;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 45%, var(--gold-dark));
  color: var(--navy-deep);
  box-shadow: 0 10px 28px rgba(26, 111, 212, 0.35);
}

.btn-gold:hover {
  box-shadow: 0 14px 34px rgba(26, 111, 212, 0.45);
}

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

.btn-navy:hover {
  background: var(--navy-mid);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
}

/* Top bar */
.top-bar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  min-height: var(--topbar-h);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--topbar-h);
  flex-wrap: wrap;
  padding: 0.45rem 0;
}

.top-bar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--gold-light);
}

.top-bar-cta {
  color: var(--gold-light);
  font-weight: 600;
  border-bottom: 1px solid transparent;
}

.top-bar-cta:hover {
  border-bottom-color: var(--gold-light);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  min-height: var(--header-h);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.logo-img {
  display: block;
  height: 80px;
  width: auto;
  max-width: min(400px, 64vw);
  object-fit: contain;
  transform: scale(1.15);
  transform-origin: left center;
}

.logo-light .logo-img {
  height: 72px;
  transform: scale(1.12);
  transform-origin: left center;
}

/* Fallback text logo if image missing */
.logo-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--navy-mid), var(--navy-deep));
  color: var(--gold-light);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  box-shadow: inset 0 0 0 1px rgba(94, 176, 255, 0.35);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.logo-text strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo-text em {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.logo-light .logo-text strong,
.logo-light .logo-text em {
  color: var(--white);
}

.logo-light .logo-text em {
  opacity: 0.75;
}

@media (max-width: 760px) {
  .logo-img {
    height: 64px;
    max-width: min(290px, 68vw);
    transform: scale(1.1);
  }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.main-nav a:not(.btn) {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--navy-mid);
  position: relative;
}

.main-nav a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.2s ease;
}

.main-nav a:not(.btn):hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 0.4rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
}

/* Hero */
.hero {
  position: relative;
  min-height: clamp(560px, 88vh, 760px);
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(6, 21, 37, 0.92) 0%, rgba(11, 31, 58, 0.78) 48%, rgba(11, 31, 58, 0.45) 100%),
    linear-gradient(to top, rgba(6, 21, 37, 0.65), transparent 40%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 4rem;
  max-width: 780px;
  margin-left: max(1.25rem, calc((100% - var(--max)) / 2));
  margin-right: auto;
  width: min(100% - 2.5rem, 780px);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.eyebrow.gold {
  color: var(--gold-dark);
}

.hero h1 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.hero h1 span {
  color: var(--gold-light);
}

.hero-lead {
  margin: 0 0 2rem;
  font-size: 1.12rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

.hero-lead strong {
  font-weight: 600;
  color: var(--white);
}

.hero-lead-emphasis {
  margin-top: -0.75rem;
  padding: 0.9rem 1.1rem;
  max-width: 36rem;
  border-left: 3px solid var(--gold);
  background: rgba(26, 111, 212, 0.12);
  border-radius: 0 10px 10px 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2.25rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-trust li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(26, 111, 212, 0.25);
}

/* Results recovery meter */
.results-meter {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(26, 111, 212, 0.16), transparent 55%),
    linear-gradient(180deg, #07182c 0%, var(--navy-deep) 45%, #0a1c33 100%);
  color: var(--white);
  padding: 3.5rem 0 3.25rem;
  border-bottom: 1px solid rgba(26, 111, 212, 0.25);
}

.results-meter-inner {
  text-align: center;
  max-width: 820px;
}

.results-meter-eyebrow {
  color: var(--gold-light);
}

.results-meter-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--white);
}

.results-meter-sub {
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.recovery-display {
  margin-bottom: 1.5rem;
}

.recovery-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1;
  color: var(--gold-light);
  text-shadow: 0 0 40px rgba(26, 111, 212, 0.35);
}

.recovery-currency {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-right: 0.1rem;
}

.recovery-number {
  font-size: clamp(2.75rem, 8vw, 4.75rem);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.recovery-caption {
  margin: 0.85rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.recovery-meter {
  margin: 0 auto 1.75rem;
  max-width: 640px;
}

.recovery-meter-track {
  position: relative;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(26, 111, 212, 0.35);
  overflow: hidden;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.35);
}

.recovery-meter-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #0a4a94 0%, var(--gold) 45%, var(--gold-light) 100%);
  box-shadow: 0 0 18px rgba(94, 176, 255, 0.55);
}

.recovery-meter-glow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 60%, rgba(255, 255, 255, 0.45));
  pointer-events: none;
  mix-blend-mode: screen;
}

.recovery-meter-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.recovery-ticks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

.recovery-tick {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.85rem 0.5rem;
}

.recovery-tick span {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1.1;
}

.recovery-tick .tick-text {
  font-size: 1.25rem;
}

.recovery-tick small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
}

.results-disclaimer {
  margin: 0 auto;
  max-width: 40rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 560px) {
  .recovery-ticks {
    grid-template-columns: 1fr;
  }
}

/* ========== Conversion layout (Newlin-style format) ========== */
.top-bar-conversion {
  background: #000;
  min-height: 48px;
}

.top-bar-conversion .top-bar-inner {
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0.55rem 0;
}

.top-bar-phone-lg {
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 800;
  color: var(--gold-light);
  letter-spacing: 0.02em;
}

.top-bar-avail,
.top-bar-free {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.header-conversion {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.btn-xl {
  padding: 1.05rem 1.85rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Split hero */
.hero-split {
  position: relative;
  color: var(--white);
  padding: 2.5rem 0 3rem;
  overflow: hidden;
}

.hero-split-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-split-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(0, 0, 0, 0.88) 0%, rgba(11, 31, 58, 0.82) 50%, rgba(11, 31, 58, 0.55) 100%);
}

.hero-split-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.hero-split-copy h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 1.05;
}

.hero-split-copy h1 span {
  color: var(--gold-light);
}

.hero-tagline {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 700;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hero-split-copy .hero-lead {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-bullets {
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.hero-bullets li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  font-weight: 600;
}

.hero-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-light);
  font-weight: 800;
}

.hero-fine {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 28rem;
}

.hero-form-card {
  background: var(--white);
  color: var(--navy);
  border-radius: 16px;
  padding: 1.35rem 1.35rem 1.15rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border-top: 5px solid var(--gold);
}

.hero-form-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.hero-form-card h2 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
}

.hero-form-sub {
  margin: 0 0 1rem;
  font-weight: 700;
  color: var(--navy-mid);
}

.hero-form .field {
  margin-bottom: 0.75rem;
}

.hero-form .btn-xl {
  margin-top: 0.35rem;
}

/* Billboard strip */
.billboard {
  background: var(--gold);
  color: var(--navy-deep);
  padding: 1.15rem 0;
}

.billboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  text-align: center;
}

.billboard-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
}

.billboard-item span {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Wins grid */
.wins-section {
  background: var(--cream);
}

.wins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.win-card {
  background: var(--navy-deep);
  color: var(--white);
  border-radius: 14px;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(26, 111, 212, 0.35);
  box-shadow: 0 14px 36px rgba(6, 21, 37, 0.12);
  transition: transform 0.2s ease;
}

.win-card:hover {
  transform: translateY(-3px);
}

.win-amount {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--gold-light);
  line-height: 1.1;
}

.win-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.win-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

/* Reviews */
.reviews-section {
  background: #0a1628;
  color: var(--white);
}

.reviews-section .section-sub {
  color: rgba(255, 255, 255, 0.75);
}

.reviews-section h2 {
  color: var(--white);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.review-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.35rem;
}

.review-stars {
  color: var(--gold-light);
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
}

.review-card p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.55;
}

.review-card strong {
  color: var(--gold-light);
  font-size: 0.92rem;
}

.team-band {
  background: var(--cream);
}

.center-cta {
  margin-top: 1.75rem;
  text-align: center;
}

.center-text {
  text-align: center;
}

.muted-note {
  margin-top: 1.25rem;
  color: var(--muted) !important;
}

.cta-banner-xl {
  padding: 3.5rem 0;
}

.cta-banner-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
}

.cta-office strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin-bottom: 0.4rem;
}

.open-chat-gap {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

/* Sticky call bar */
.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 180;
  display: none;
  grid-template-columns: 1.2fr 1fr;
}

.sticky-call-btn,
.sticky-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 0.5rem;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.sticky-call-btn {
  background: var(--gold);
  color: var(--navy-deep);
}

.sticky-form-btn {
  background: var(--navy-deep);
  color: var(--white);
}

body.layout-conversion {
  padding-bottom: 0;
}

@media (max-width: 960px) {
  .hero-split-grid,
  .wins-grid,
  .reviews-grid,
  .billboard-grid,
  .cta-banner-grid {
    grid-template-columns: 1fr;
  }

  .billboard-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  body.layout-conversion {
    padding-bottom: 58px;
  }

  .sticky-call {
    display: grid;
  }

  .top-bar-avail,
  .top-bar-free {
    display: none;
  }

  .top-bar-conversion .top-bar-inner {
    justify-content: center;
  }

  .open-chat-gap {
    margin-left: 0;
    display: inline-flex;
  }
}

/* Stats */
.stats-strip {
  background: var(--navy);
  color: var(--white);
  border-top: 3px solid var(--gold);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.75rem 0;
}

.stat {
  text-align: center;
  padding: 0.5rem;
}

.stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1.2;
}

.stat-label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

/* Sections */
.section {
  padding: 5.5rem 0;
}

.section-head {
  margin-bottom: 2.75rem;
  max-width: 640px;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
}

.section-head.light {
  color: var(--white);
  max-width: 700px;
}

.section-head.light .eyebrow {
  color: var(--gold-light);
}

.section h2,
.about-copy h2,
.contact-info h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy);
}

.section-head.light h2 {
  color: var(--white);
}

.section-sub,
.contact-intro {
  margin: 0;
  color: var(--slate);
  font-size: 1.05rem;
}

.section-sub em {
  font-style: italic;
  color: var(--navy);
}

/* Difference compare */
.difference {
  background: var(--cream);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.compare-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem 2rem 1.75rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
}

.compare-card.muted {
  opacity: 0.92;
  background: #f0eee9;
  box-shadow: none;
}

.compare-card.featured {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: var(--white);
  border: 1px solid rgba(26, 111, 212, 0.35);
  transform: scale(1.02);
}

.compare-card h3 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
}

.compare-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-card li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.5rem;
  border-top: 1px solid rgba(11, 31, 58, 0.08);
  color: var(--slate);
}

.compare-card.featured li {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

.compare-card li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--muted);
}

.compare-card.featured li::before {
  content: "✓";
  color: var(--gold-light);
  font-weight: 700;
}

.ribbon {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(26, 111, 212, 0.18);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(26, 111, 212, 0.4);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: var(--gold-dark);
}

.card-icon svg {
  width: 100%;
  height: 100%;
}

.card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
}

.card p {
  margin: 0;
  color: var(--slate);
  font-size: 0.98rem;
}

/* Approach */
.approach {
  position: relative;
  color: var(--white);
  overflow: hidden;
}

.approach-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35) saturate(0.85);
}

.approach-inner {
  position: relative;
  z-index: 1;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.step {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  backdrop-filter: blur(6px);
}

.step-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold-light);
  margin-bottom: 0.65rem;
  font-weight: 600;
}

.step h3 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
}

.step p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about-media {
  position: relative;
}

.about-media img {
  width: 100%;
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.about-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  background: var(--white);
  padding: 0.9rem 1.15rem;
  border-radius: 12px;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--gold);
}

.about-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.about-badge span {
  color: var(--muted);
  font-size: 0.88rem;
}

.about-copy p {
  color: var(--slate);
}

.check-list {
  list-style: none;
  margin: 1.5rem 0 1.75rem;
  padding: 0;
}

.check-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.7rem;
  font-weight: 500;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(26, 111, 212, 0.22);
}

/* CTA banner */
.cta-banner {
  background: linear-gradient(120deg, var(--navy-deep), var(--navy-mid) 55%, #1a3d6b);
  color: var(--white);
  padding: 3.25rem 0;
  border-top: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cta-inner h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
}

.cta-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Contact */
.contact {
  background: var(--cream);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 1.25rem;
  margin: 1.75rem 0;
}

.detail-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.25rem;
}

.detail a {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--navy);
}

.detail a:hover {
  color: var(--gold-dark);
}

.detail p,
.detail address {
  margin: 0;
  color: var(--slate);
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(6, 21, 37, 0.08);
  aspect-ratio: 16 / 10;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form {
  background: var(--white);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.75rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.form-banner {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 10px;
  background: rgba(26, 111, 212, 0.1);
  border: 1px solid rgba(26, 111, 212, 0.28);
  font-size: 0.92rem;
}

.form-banner strong {
  color: var(--navy);
}

.form-banner span {
  color: var(--slate);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  margin-bottom: 1rem;
}

.field label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.field label span,
.req {
  color: #b45309;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid #d5d2cb;
  border-radius: 10px;
  font: inherit;
  color: var(--navy);
  background: #fffcf8;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(26, 111, 212, 0.2);
}

.field-hint {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.checkbox-field label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--slate);
  cursor: pointer;
}

.checkbox-field input {
  width: auto;
  margin-top: 0.25rem;
  accent-color: var(--gold-dark);
}

.form-status {
  min-height: 1.4em;
  margin: 0.85rem 0 0;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-status.success {
  color: #166534;
}

.form-status.error {
  color: #b91c1c;
}

.disclaimer-mini {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
}

/* Footer */
.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.82);
  padding-top: 3.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.footer-brand p {
  margin: 1rem 0 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.68);
}

.footer-col h4 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold-light);
}

.footer-col a,
.footer-col p {
  display: block;
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-col a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0 2rem;
}

.legal-disclaimer {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
}

.copyright {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}

/* Chat widget */
.chat-widget {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 200;
  font-family: var(--font-body);
}

.chat-launcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(6, 21, 37, 0.28);
}

.chat-launcher-pulse {
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 2px solid rgba(26, 111, 212, 0.5);
  animation: pulse 2.2s ease infinite;
  pointer-events: none;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  70% { transform: scale(1.08); opacity: 0; }
  100% { opacity: 0; }
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.75rem);
  width: min(380px, calc(100vw - 2rem));
  height: min(520px, calc(100vh - 7rem));
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(6, 21, 37, 0.28);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chat-panel[hidden] {
  display: none;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1rem 0.9rem;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-mid));
  color: var(--white);
}

.chat-header strong {
  display: block;
  font-size: 1rem;
}

.chat-header span {
  display: block;
  font-size: 0.78rem;
  opacity: 0.75;
  margin-top: 0.15rem;
}

.chat-close {
  background: transparent;
  border: 0;
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  background: #f6f3ee;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.chat-bubble {
  max-width: 88%;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.chat-bubble.bot {
  align-self: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--navy);
  border-bottom-left-radius: 4px;
}

.chat-bubble.user {
  align-self: flex-end;
  background: var(--navy);
  color: var(--white);
  border-bottom-right-radius: 4px;
}

.chat-form {
  border-top: 1px solid var(--line);
  padding: 0.75rem;
  background: var(--white);
}

.chat-notice {
  margin: 0 0 0.55rem;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.35;
}

.chat-fields {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.chat-fields input,
.chat-compose input {
  width: 100%;
  border: 1px solid #d5d2cb;
  border-radius: 10px;
  padding: 0.6rem 0.75rem;
  font: inherit;
  font-size: 0.9rem;
}

.chat-fields input:focus,
.chat-compose input:focus {
  outline: none;
  border-color: var(--gold);
}

.chat-fields.is-hidden {
  display: none;
}

.chat-compose {
  display: flex;
  gap: 0.4rem;
}

.chat-send {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: var(--gold);
  color: var(--navy-deep);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.chat-send:hover {
  background: var(--gold-light);
}

/* Responsive */
@media (max-width: 980px) {
  .stats-grid,
  .steps,
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .compare-grid,
  .about-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .compare-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .top-bar-loc {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 1.25rem 1.25rem;
    gap: 0.35rem;
    display: none;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a:not(.btn) {
    padding: 0.7rem 0.25rem;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:not(.btn)::after {
    display: none;
  }

  .nav-phone {
    margin-top: 0.5rem;
    text-align: center;
  }

  .hero-content {
    margin-left: auto;
    margin-right: auto;
  }

  .form-row,
  .stats-grid,
  .steps,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.75rem 0;
  }

  .chat-widget {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .chat-launcher-label {
    display: none;
  }

  .chat-launcher {
    width: 58px;
    height: 58px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .chat-launcher-pulse,
  .btn,
  .card {
    animation: none;
    transition: none;
  }
}

/* —— Interior SEO pages —— */
.page-hero {
  background: linear-gradient(120deg, var(--navy-deep), var(--navy-mid));
  color: var(--white);
  padding: 3.5rem 0 3rem;
  border-bottom: 3px solid var(--gold);
}

.page-hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
}

.page-hero .lead {
  margin: 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  font-weight: 300;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb a {
  color: var(--gold-light);
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.35);
}

.page-content {
  padding: 3.5rem 0 4.5rem;
}

.page-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2.5rem;
  align-items: start;
}

.prose h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--navy);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin: 1.5rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.prose p,
.prose li {
  color: var(--slate);
}

.prose ul {
  padding-left: 1.25rem;
}

.prose a {
  color: var(--navy-mid);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(26, 111, 212, 0.55);
  text-underline-offset: 2px;
}

.prose a:hover {
  color: var(--gold-dark);
}

.page-sidebar {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  display: grid;
  gap: 1rem;
}

.side-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 10px 28px rgba(6, 21, 37, 0.06);
}

.side-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.side-card p {
  margin: 0 0 1rem;
  color: var(--slate);
  font-size: 0.95rem;
}

.side-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-card li {
  border-top: 1px solid var(--line);
}

.side-card li a {
  display: block;
  padding: 0.55rem 0;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--navy-mid);
}

.side-card li a:hover {
  color: var(--gold-dark);
}

.side-card .phone-lg {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

/* Service areas + FAQ on homepage */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.area-chip {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.area-chip:hover {
  border-color: rgba(26, 111, 212, 0.45);
  box-shadow: var(--shadow);
}

.area-chip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.area-chip span {
  font-size: 0.9rem;
  color: var(--slate);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 600;
  list-style: none;
  color: var(--navy);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--gold-dark);
  font-weight: 700;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  color: var(--slate);
}

.card-link {
  display: block;
  color: inherit;
  height: 100%;
}

.card-link .card {
  height: 100%;
}

.card .card-more {
  display: inline-block;
  margin-top: 0.85rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gold-dark);
}

@media (max-width: 900px) {
  .page-layout {
    grid-template-columns: 1fr;
  }

  .page-sidebar {
    position: static;
  }

  .areas-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Team page & preview —— */
.team-page .team-grid {
  display: grid;
  gap: 1.75rem;
}

.team-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.75rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 2px);
  padding: 1.5rem;
  box-shadow: 0 12px 36px rgba(6, 21, 37, 0.07);
}

.team-photo {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 1;
}

.team-photo img {
  object-fit: contain;
  object-position: center bottom;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-photo--placeholder,
.team-photo--lg.team-photo--placeholder {
  display: grid;
  place-items: center;
}

.team-initials {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--gold-light);
  letter-spacing: 0.04em;
}

.team-photo--md .team-initials {
  font-size: 1.75rem;
}

.team-card-body h2 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--navy);
}

.team-title {
  margin: 0 0 0.75rem;
  color: var(--gold-dark);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.team-contact {
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.team-contact a {
  color: var(--navy-mid);
  font-weight: 600;
}

.team-bio p {
  margin: 0 0 0.85rem;
  color: var(--slate);
}

.team-bio p:last-child {
  margin-bottom: 0;
}

.team-meta {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.team-meta strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--navy);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-meta ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--slate);
}

.team-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.team-preview-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.team-preview-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(26, 111, 212, 0.4);
}

.team-preview-card .team-photo {
  width: 140px;
  margin: 0 auto 1rem;
}

.team-preview-card h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--navy);
}

.team-preview-card p {
  margin: 0 0 0.65rem;
  color: var(--slate);
  font-size: 0.95rem;
}

.team-cta-box {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: var(--radius);
  background: linear-gradient(120deg, var(--navy-deep), var(--navy-mid));
  color: var(--white);
  text-align: center;
}

.team-cta-box h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
  color: var(--white);
}

.team-cta-box p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

.team-cta-box .hero-actions {
  justify-content: center;
  margin: 0;
}

.team-admin-hint {
  margin-top: 2.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  background: rgba(26, 111, 212, 0.1);
  border: 1px dashed rgba(26, 111, 212, 0.45);
}

.team-admin-hint h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.team-admin-hint p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}

.team-admin-hint code {
  background: rgba(11, 31, 58, 0.06);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  font-size: 0.88em;
}

.team-empty,
.team-loading {
  color: var(--slate);
}

@media (max-width: 800px) {
  .team-card {
    grid-template-columns: 1fr;
  }

  .team-photo--lg {
    max-width: 240px;
  }

  .team-preview-grid {
    grid-template-columns: 1fr;
  }
}

/* White logo treatment for dark headers/footers */
.site-header .logo-img,
.header-conversion .logo-img,
.logo-light .logo-img,
.site-footer .logo-img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* Keep logo readable if header is light (fallback) */
.logo-img.logo-img--color {
  filter: none !important;
}