/* ═══════════════════════════════════════════════════════════
   REVIEWS PAGE — Premium Redesign 2025
   Clean · Interactive · Trust-First · No Cursive
   Matches site tokens: navy #071c2f · gold #e8a020 · copper #B87333
═══════════════════════════════════════════════════════════ */

/* ── TICKER ── */
.reviews-ticker-wrap {
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
.reviews-ticker-wrap::before,
.reviews-ticker-wrap::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 80px;
  z-index: 2; pointer-events: none;
}
.reviews-ticker-wrap::before { left: 0; background: linear-gradient(to right, var(--navy), transparent); }
.reviews-ticker-wrap::after  { right: 0; background: linear-gradient(to left,  var(--navy), transparent); }
.reviews-ticker {
  display: flex; gap: 0; white-space: nowrap;
  animation: ticker-scroll 42s linear infinite;
  width: max-content;
}
.reviews-ticker span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 500;
  color: rgba(255,255,255,0.55);
  padding: 0 36px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.reviews-ticker span em { font-style: normal; font-weight: 700; color: rgba(255,255,255,0.80); }
.tk-star { color: #FBBC04; font-size: 0.70rem; letter-spacing: 1px; }
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════════ */
.rv-hero {
  background:
    url('../images/reviews-hero-bg.jpg') center center / cover no-repeat;
  padding: 72px 0 0;
  position: relative; overflow: hidden;
}
.rv-hero::before {
  content: '';
  position: absolute; inset: 0;
  /* Rich multi-layer overlay: deep navy at top for header legibility,
     warm copper mid-tone, very dark navy at bottom for text contrast */
  background:
    linear-gradient(
      to bottom,
      rgba(7,28,47,0.82)  0%,
      rgba(7,28,47,0.55) 30%,
      rgba(12,22,38,0.60) 60%,
      rgba(5,15,28,0.88) 100%
    ),
    radial-gradient(ellipse 60% 50% at 70% 40%, rgba(184,115,51,0.18) 0%, transparent 65%);
  pointer-events: none;
}
.rv-hero__inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  padding-bottom: 64px;
}

/* Left */
.rv-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.74rem; font-weight: 500;
  color: rgba(255,255,255,0.35);
  margin-bottom: 28px;
}
.rv-breadcrumb a { color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.15s; }
.rv-breadcrumb a:hover { color: rgba(255,255,255,0.70); }
.rv-breadcrumb__sep { color: rgba(255,255,255,0.20); }
.rv-breadcrumb__current { color: rgba(255,255,255,0.60); font-weight: 600; }

.rv-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(251,188,4,0.10);
  border: 1px solid rgba(251,188,4,0.22);
  border-radius: 8px;
  padding: 7px 14px;
  margin-bottom: 24px;
}
.rv-hero__eyebrow-stars { color: #FBBC04; font-size: 0.72rem; letter-spacing: 2px; }
.rv-hero__eyebrow-text {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.10em;
  text-transform: uppercase; color: rgba(255,255,255,0.70);
}

.rv-hero__h1 {
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.rv-hero__h1 strong {
  color: var(--gold);
  font-weight: 900;
}
.rv-hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.72;
  max-width: 480px;
  margin-bottom: 32px;
}
.rv-hero__trust-row {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.rv-trust-pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 0.76rem; font-weight: 600;
  color: rgba(255,255,255,0.72);
}
.rv-trust-pill i { color: #FBBC04; font-size: 0.70rem; }

/* Right — Score Panel */
.rv-hero__right {
  display: flex; flex-direction: column; gap: 16px;
}
.rv-score-panel {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
}
.rv-score-panel__ring {
  width: 100px; height: 100px; border-radius: 50%;
  border: 4px solid rgba(251,188,4,0.30);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  margin: 0 auto 18px;
  background: rgba(251,188,4,0.06);
  position: relative;
}
.rv-score-panel__ring::before {
  content: '';
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #FBBC04;
  border-right-color: #FBBC04;
  border-bottom-color: #FBBC04;
}
.rv-score-panel__num {
  font-size: 2rem; font-weight: 900; color: #fff;
  letter-spacing: -0.04em; line-height: 1;
}
.rv-score-panel__out {
  font-size: 0.62rem; font-weight: 600;
  color: rgba(255,255,255,0.35); text-transform: uppercase;
  letter-spacing: 0.08em; margin-top: 2px;
}
.rv-score-panel__stars {
  display: flex; align-items: center; justify-content: center;
  gap: 3px; margin-bottom: 8px;
}
.rv-score-panel__star { color: #FBBC04; font-size: 1.1rem; }
.rv-score-panel__label {
  font-size: 0.70rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(255,255,255,0.35);
}

.rv-google-badge {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 10px;
  padding: 12px 18px;
  display: flex; align-items: center; gap: 12px;
}
.rv-google-badge__g {
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.05rem; font-weight: 900; font-style: italic;
  font-family: Georgia, serif;
  background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC04 75%, #EA4335 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
  /* Wrap in white circle */
  background-color: #fff;
  -webkit-background-clip: unset; background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #4285F4;
  font-size: 0.9rem;
}
.rv-google-badge__text {
  font-size: 0.78rem; font-weight: 600;
  color: rgba(255,255,255,0.65);
}

.rv-hero__stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px; overflow: hidden;
}
.rv-hero__stat {
  background: rgba(255,255,255,0.03);
  padding: 18px 16px; text-align: center;
  transition: background 0.2s;
}
.rv-hero__stat:hover { background: rgba(255,255,255,0.07); }
.rv-hero__stat-num {
  font-size: 1.55rem; font-weight: 900; color: #fff;
  letter-spacing: -0.04em; line-height: 1;
}
.rv-hero__stat-label {
  font-size: 0.62rem; font-weight: 600;
  color: rgba(255,255,255,0.35); text-transform: uppercase;
  letter-spacing: 0.07em; margin-top: 4px;
}
.rv-hero__cta { padding-top: 4px; }
.rv-hero__cta .btn { width: 100%; text-align: center; justify-content: center; }

/* ═══════════════════════════════════════════════════════════
   SCROLLING QUOTE BAR
═══════════════════════════════════════════════════════════ */
.rv-quote-bar {
  background: var(--gold);
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}
.rv-quote-bar::before,
.rv-quote-bar::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 60px;
  z-index: 2; pointer-events: none;
}
.rv-quote-bar::before { left: 0; background: linear-gradient(to right, var(--gold), transparent); }
.rv-quote-bar::after  { right: 0; background: linear-gradient(to left, var(--gold), transparent); }
.rv-quote-bar__track {
  display: flex; width: max-content; gap: 0;
  animation: ticker-scroll 52s linear infinite;
}
.rv-quote-bar__track span {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.80rem; font-weight: 700;
  color: var(--navy);
  padding: 0 36px;
  border-right: 1px solid rgba(7,28,47,0.15);
}
.qb-star { color: var(--navy); font-size: 0.68rem; }

/* ═══════════════════════════════════════════════════════════
   PROOF BAND
═══════════════════════════════════════════════════════════ */
.rv-proof-band {
  background: #fff;
  padding: 64px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.rv-proof-band__inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px; overflow: hidden;
}
.rv-proof-item {
  padding: 36px 28px; text-align: center;
  border-right: 1px solid rgba(0,0,0,0.07);
  position: relative;
  transition: background 0.22s;
}
.rv-proof-item:last-child { border-right: none; }
.rv-proof-item:hover { background: #fafafa; }
/* Gold top accent */
.rv-proof-item::before {
  content: '';
  position: absolute; top: 0; left: 20%; right: 20%; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 0 0 4px 4px;
  opacity: 0; transition: opacity 0.25s;
}
.rv-proof-item:hover::before { opacity: 1; }
.rv-proof-item__num {
  font-size: 2.6rem; font-weight: 900;
  color: var(--navy); letter-spacing: -0.05em; line-height: 1;
  margin-bottom: 8px;
}
.rv-proof-item__label {
  font-size: 0.82rem; font-weight: 800;
  color: var(--navy); margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.rv-proof-item__sub {
  font-size: 0.72rem; font-weight: 500;
  color: #9CA3AF; letter-spacing: 0.02em;
}

/* ═══════════════════════════════════════════════════════════
   FEATURED QUOTE
═══════════════════════════════════════════════════════════ */
.rv-feat {
  background: var(--navy);
  padding: 96px 0;
  position: relative; overflow: hidden;
}
.rv-feat::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(184,115,51,0.10) 0%, transparent 60%);
  pointer-events: none;
}
.rv-feat__deco {
  position: absolute; top: -20px; left: 50%;
  transform: translateX(-50%);
  font-size: 28rem; font-weight: 900; line-height: 1;
  color: rgba(255,255,255,0.025);
  pointer-events: none; user-select: none;
  font-family: Georgia, serif;
}
.rv-feat__inner {
  position: relative; z-index: 1;
  max-width: 780px; margin: 0 auto;
  text-align: center;
}
.rv-feat__stars {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; margin-bottom: 28px;
}
.rv-feat__star { color: #FBBC04; font-size: 1.4rem; }
.rv-feat__quote {
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.60;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
  quotes: none;
}
.rv-feat__quote::before,
.rv-feat__quote::after { content: none; }
.rv-feat__author {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
  margin-bottom: 24px;
}
.rv-feat__avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, #B87333, #D4924A);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 800; color: #fff;
  flex-shrink: 0; letter-spacing: 0.04em;
}
.rv-feat__name {
  font-size: 1.0rem; font-weight: 800; color: #fff;
  letter-spacing: -0.01em;
}
.rv-feat__detail {
  font-size: 0.78rem; color: rgba(255,255,255,0.45);
  margin-top: 3px;
}
.rv-feat__verified {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(52,168,83,0.15);
  border: 1px solid rgba(52,168,83,0.30);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 0.72rem; font-weight: 700;
  color: #4ADE80;
}
.rv-feat__verified i { font-size: 0.68rem; }
.rv-feat__close-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.78rem; font-weight: 600;
  color: rgba(255,255,255,0.60);
}
.rv-feat__close-tag strong { color: #FBBC04; font-weight: 800; }
.rv-feat__close-tag i { color: rgba(52,168,83,0.80); }

/* ═══════════════════════════════════════════════════════════
   RATING BREAKDOWN BAND
═══════════════════════════════════════════════════════════ */
.rv-rating-band {
  background: #fff;
  padding: 72px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.rv-rating-band__inner {
  display: grid;
  grid-template-columns: 140px 1fr 280px;
  gap: 64px;
  align-items: center;
}
.rv-rb-score { text-align: center; }
.rv-rb-score__num {
  font-size: 4rem; font-weight: 900;
  color: var(--navy); letter-spacing: -0.06em; line-height: 1;
}
.rv-rb-score__stars {
  display: block; color: #FBBC04;
  font-size: 0.85rem; letter-spacing: 3px;
  margin: 8px 0 6px;
}
.rv-rb-score__sub {
  font-size: 0.68rem; font-weight: 600;
  color: #9CA3AF; text-transform: uppercase; letter-spacing: 0.08em;
}
.rv-rb-bars { display: flex; flex-direction: column; gap: 10px; }
.rv-rb-row {
  display: flex; align-items: center; gap: 12px;
}
.rv-rb-lbl {
  font-size: 0.78rem; font-weight: 700; color: #6B7280;
  width: 32px; flex-shrink: 0; text-align: right;
}
.rv-rb-track {
  flex: 1; height: 8px;
  background: #F3F4F6; border-radius: 4px; overflow: hidden;
}
.rv-rb-fill {
  height: 100%; border-radius: 4px;
  background: #FBBC04;
  width: 0%;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.rv-rb-fill--dim { background: #E5E7EB; }
.rv-rb-pct {
  font-size: 0.72rem; font-weight: 700; color: #6B7280;
  width: 32px; flex-shrink: 0;
}
.rv-rb-cta { text-align: center; }
.rv-rb-cta__text {
  font-size: 0.90rem; font-weight: 600;
  color: #374151; line-height: 1.55;
  margin-bottom: 16px;
}
.rv-rb-cta .btn { width: 100%; justify-content: center; margin-bottom: 10px; }
.rv-rb-cta__note {
  font-size: 0.72rem; color: #9CA3AF; font-weight: 500;
  display: flex; align-items: center; justify-content: center; gap: 5px;
}
.rv-rb-cta__note i { color: #34D399; }

/* ═══════════════════════════════════════════════════════════
   SECTION HEADER
═══════════════════════════════════════════════════════════ */
.rv-section-header {
  text-align: center;
  max-width: 640px; margin: 0 auto 48px;
}
.rv-section-eyebrow {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: #B87333;
  margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.rv-section-eyebrow::before,
.rv-section-eyebrow::after {
  content: ''; flex: 1; max-width: 36px; height: 1px;
  background: rgba(184,115,51,0.40);
}
.rv-section-h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.03em; line-height: 1.12;
  margin-bottom: 14px;
}
.rv-section-sub {
  font-size: 0.98rem; color: #6B7280;
  line-height: 1.70; margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   FILTER TABS
═══════════════════════════════════════════════════════════ */
.rv-filters {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 36px;
  padding: 4px;
  background: rgba(0,0,0,0.04);
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.07);
  width: fit-content;
}
.rv-filter-btn {
  background: transparent;
  border: none; cursor: pointer;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 0.80rem; font-weight: 700;
  color: #6B7280;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  letter-spacing: -0.01em;
  font-family: inherit;
}
.rv-filter-btn:hover { background: rgba(0,0,0,0.05); color: var(--navy); }
.rv-filter-btn.is-active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 2px 8px rgba(7,28,47,0.25);
}
.rv-filter-btn .rv-filter-count {
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.18);
  border-radius: 20px; padding: 1px 7px;
  font-size: 0.65rem; font-weight: 700;
  margin-left: 6px;
}
.rv-filter-btn:not(.is-active) .rv-filter-count {
  background: rgba(0,0,0,0.08); color: #9CA3AF;
}

/* ═══════════════════════════════════════════════════════════
   REVIEWS GRID — CSS COLUMNS MASONRY
═══════════════════════════════════════════════════════════ */
.rv-grid-section {
  padding: 80px 0;
  background: #F9F8F6;
}
.rv-grid {
  columns: 3;
  column-gap: 20px;
}
.rv-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 16px;
  padding: 28px 26px;
  margin-bottom: 20px;
  break-inside: avoid;
  position: relative;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
  display: flex; flex-direction: column; gap: 0;
}
.rv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 44px rgba(0,0,0,0.09);
  border-color: rgba(184,115,51,0.28);
}
/* Animated: fade in when revealed */
.rv-card[data-reveal] {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.50s ease, transform 0.50s ease, box-shadow 0.22s, border-color 0.22s;
}
.rv-card[data-reveal].revealed {
  opacity: 1; transform: translateY(0);
}
.rv-card[data-reveal]:hover { transform: translateY(-4px); }

/* Badge (e.g. "Closed in 8 days") */
.rv-card__badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(52,168,83,0.08);
  border: 1px solid rgba(52,168,83,0.22);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 0.68rem; font-weight: 800;
  color: #16A34A; letter-spacing: 0.03em;
  margin-bottom: 12px;
  width: fit-content;
}
.rv-card__badge i { font-size: 0.65rem; }

/* Category label */
.rv-card__cat {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #B87333;
  margin-bottom: 10px;
}
.rv-card__cat i { font-size: 0.65rem; }

/* Stars */
.rv-card__stars {
  color: #FBBC04; font-size: 0.75rem;
  letter-spacing: 2px; margin-bottom: 14px;
}

/* Review text */
.rv-card__text {
  font-size: 0.91rem; color: #374151;
  line-height: 1.78; margin: 0 0 22px;
  flex: 1;
}

/* Author row */
.rv-card__author {
  display: flex; align-items: center; gap: 11px;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 16px; margin-top: auto;
}
.rv-card__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), #1a4a7a);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 800;
  color: #FFD35C; flex-shrink: 0;
  letter-spacing: 0.04em;
}
.rv-card__name {
  font-size: 0.85rem; font-weight: 800; color: var(--navy);
  letter-spacing: -0.01em;
}
.rv-card__location {
  font-size: 0.71rem; color: #9CA3AF;
  margin-top: 2px;
}
.rv-card__verified {
  margin-left: auto; flex-shrink: 0;
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 0.65rem; font-weight: 700;
  color: #34D399;
}
.rv-card__verified i { font-size: 0.62rem; }

/* Featured card variant */
.rv-card--featured {
  border-color: rgba(251,188,4,0.35);
  background: linear-gradient(135deg, #fffdf5 0%, #fff 100%);
}
.rv-card--featured::before {
  content: 'Featured';
  position: absolute; top: -1px; right: 20px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.60rem; font-weight: 900;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 0 0 7px 7px;
}

/* Hidden/filtered cards */
.rv-card.is-hidden {
  display: none;
}

/* ═══════════════════════════════════════════════════════════
   "LEAVE A REVIEW" CTA BLOCK
═══════════════════════════════════════════════════════════ */
.rv-write {
  background: var(--navy);
  border-radius: 20px;
  padding: 40px 44px;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
  margin-top: 56px;
}
.rv-write__icon {
  font-size: 2.4rem; flex-shrink: 0;
  display: none; /* remove emoji per brief */
}
.rv-write__text { flex: 1; min-width: 260px; }
.rv-write__text h3 {
  font-size: 1.12rem; font-weight: 800; color: #fff;
  letter-spacing: -0.02em; margin-bottom: 6px;
}
.rv-write__text p {
  font-size: 0.85rem; color: rgba(255,255,255,0.50);
  line-height: 1.60; margin: 0;
}
.rv-write__btns {
  display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   SCOTT TRUST SECTION
═══════════════════════════════════════════════════════════ */
.rv-scott {
  background: #fff;
  padding: 96px 0;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.rv-scott__inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 72px;
  align-items: start;
}
.rv-scott__photo-wrap { text-align: center; }
.rv-scott__img {
  width: 160px; height: 160px;
  border-radius: 50%;
  object-fit: cover; object-position: top;
  display: block; margin: 0 auto 16px;
  border: 4px solid rgba(184,115,51,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.rv-scott__img-fallback {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), #1a4a7a);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-size: 2rem; font-weight: 900; color: var(--gold);
  letter-spacing: 0.04em;
}
.rv-scott__name {
  font-size: 1.0rem; font-weight: 800; color: var(--navy);
  letter-spacing: -0.02em; margin-bottom: 4px;
}
.rv-scott__lic {
  font-size: 0.68rem; font-weight: 600; color: #9CA3AF;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 8px;
}
.rv-scott__stars { color: #FBBC04; font-size: 0.78rem; letter-spacing: 2px; }

.rv-scott__content { padding-top: 4px; }
.rv-eyebrow {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: #B87333;
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.rv-eyebrow::before {
  content: ''; width: 24px; height: 1px;
  background: rgba(184,115,51,0.50);
}
.rv-scott__content h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 900; color: var(--navy);
  letter-spacing: -0.03em; line-height: 1.15;
  margin-bottom: 20px;
}
.rv-scott__content p {
  font-size: 0.96rem; color: #4B5563;
  line-height: 1.78; margin-bottom: 18px;
  max-width: 56ch;
}
.rv-scott__btns {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 28px;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .rv-hero__inner { grid-template-columns: 1fr 360px; gap: 40px; }
  .rv-proof-band__inner { grid-template-columns: repeat(2, 1fr); }
  .rv-rating-band__inner { grid-template-columns: 120px 1fr 240px; gap: 40px; }
  .rv-grid { columns: 2; }
}
@media (max-width: 900px) {
  .rv-hero__inner { grid-template-columns: 1fr; }
  .rv-hero__right { display: none; } /* show condensed version on mobile */
  .rv-proof-band__inner { grid-template-columns: repeat(2, 1fr); }
  .rv-rating-band__inner { grid-template-columns: 1fr; gap: 32px; }
  .rv-rb-score { display: flex; align-items: center; gap: 20px; text-align: left; }
  .rv-grid { columns: 2; }
  .rv-scott__inner { grid-template-columns: 1fr; gap: 40px; }
  .rv-scott__photo-wrap { display: flex; align-items: center; gap: 20px; text-align: left; }
  .rv-scott__img, .rv-scott__img-fallback { margin: 0; width: 100px; height: 100px; }
}
@media (max-width: 640px) {
  .rv-hero__h1 { font-size: 2.4rem; }
  .rv-proof-band__inner { grid-template-columns: 1fr 1fr; gap: 0; }
  .rv-grid { columns: 1; }
  .rv-filters { width: 100%; overflow-x: auto; }
  .rv-write { padding: 28px 24px; flex-direction: column; gap: 20px; }
  .rv-write__btns { width: 100%; flex-direction: column; }
  .rv-write__btns .btn { width: 100%; justify-content: center; }
  .rv-scott__photo-wrap { flex-direction: column; align-items: center; text-align: center; }
  .rv-scott__btns { flex-direction: column; }
  .rv-scott__btns .btn { width: 100%; justify-content: center; }
}
