/*
 * rog-state.css — page-specific styling for individual ROG state pages.
 * Reusable across all 51 state pages — only the textual content changes.
 * Uses the same FMV CSS variables as the rest of the marketing surface.
 */

/* ====================================================
   BREADCRUMB
==================================================== */
.rs-breadcrumb {
  background: #fafafa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--fmv-muted, #6c757d);
}
.rs-breadcrumb a {
  color: var(--fmv-muted, #6c757d);
  text-decoration: none;
  transition: color 0.15s ease;
}
.rs-breadcrumb a:hover { color: var(--fmv-dark, #1a1f3a); }
.rs-breadcrumb-sep {
  margin: 0 0.6rem;
  opacity: 0.4;
}
.rs-breadcrumb-current {
  color: var(--fmv-dark, #1a1f3a);
  font-weight: 600;
}

/* ====================================================
   HERO
==================================================== */
.rs-hero {
  background:
    radial-gradient(ellipse at top right, rgba(197, 160, 40, 0.18), transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(26, 31, 58, 0.6), transparent 55%),
    var(--fmv-dark, #1a1f3a);
  color: #ffffff;
  padding: 64px 0;
}

.rs-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}

.rs-hero-state-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--fmv-gold, #c5a028);
  color: var(--fmv-dark, #1a1f3a);
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.06em;
}

.rs-hero-tier {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 0.78rem;
}
.rs-tier-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.rs-tier-gold .rs-tier-dot   { background: var(--fmv-gold, #c5a028); }
.rs-tier-silver .rs-tier-dot { background: #f4ecd0; }
.rs-tier-bronze .rs-tier-dot { background: #f7f1e3; }
.rs-tier-plain .rs-tier-dot  { background: #ffffff; opacity: 0.6; }

.rs-hero-meta {
  font-size: 0.78rem;
  opacity: 0.65;
  letter-spacing: 0.04em;
}

.rs-hero-title {
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #ffffff;
  margin: 0 0 1rem;
  letter-spacing: -0.005em;
  line-height: 1.15;
}

.rs-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  line-height: 1.6;
  max-width: 640px;
}

/* ====================================================
   SHARED — section title
==================================================== */
.rs-section-title {
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--fmv-dark, #1a1f3a);
  margin: 0 0 0.5rem;
}
.rs-section-sub {
  color: var(--fmv-muted, #6c757d);
  margin: 0;
}

/* ====================================================
   FACTS STRIP — 6 cards
==================================================== */
.rs-facts {
  background: #ffffff;
  padding: 72px 0 48px;
}

.rs-fact-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 24px 22px;
  height: 100%;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rs-fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(26, 31, 58, 0.08);
}

/* "Yes" treatment for facts that favor the buyer */
.rs-fact-card.rs-fact-yes {
  border-left: 4px solid var(--fmv-gold, #c5a028);
  background: linear-gradient(180deg, rgba(197, 160, 40, 0.04) 0%, #ffffff 60%);
}

.rs-fact-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(197, 160, 40, 0.12);
  color: var(--fmv-gold-dark, #a07f1e);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.rs-fact-status { position: absolute; top: 22px; right: 22px; }

.rs-fact-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.rs-fact-pill.is-yes {
  background: rgba(40, 167, 69, 0.12);
  color: #2e7d32;
  border: 1px solid rgba(40, 167, 69, 0.3);
}
.rs-fact-pill.is-no {
  background: rgba(0, 0, 0, 0.05);
  color: var(--fmv-muted, #6c757d);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.rs-fact-pill.is-na {
  background: rgba(180, 140, 30, 0.10);
  color: #8a6d12;
  border: 1px solid rgba(180, 140, 30, 0.25);
}

.rs-fact-title {
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--fmv-dark, #1a1f3a);
  margin: 0 0 0.5rem;
}

.rs-fact-detail {
  color: var(--fmv-muted, #6c757d);
  line-height: 1.55;
  font-size: 0.92rem;
  margin: 0;
}
.rs-fact-detail strong {
  color: var(--fmv-dark, #1a1f3a);
  font-weight: 700;
}

/* ====================================================
   CONTEXT — narrative explainer
==================================================== */
.rs-context {
  background: #fafafa;
  padding: 48px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.rs-context-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 36px 32px;
}
.rs-context-card .rs-section-title { margin-bottom: 1rem; }
.rs-context-card p {
  color: var(--fmv-dark, #1a1f3a);
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.rs-context-card p:last-child { margin-bottom: 0; }
.rs-context-card .rs-context-bottom {
  font-weight: 600;
  color: var(--fmv-gold-dark, #a07f1e);
}

/* ====================================================
   CITIES
==================================================== */
.rs-cities {
  background: #ffffff;
  padding: 72px 0 48px;
}

.rs-city-card {
  display: block;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 24px 22px;
  height: 100%;
  text-decoration: none;
  color: var(--fmv-dark, #1a1f3a);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}
.rs-city-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(26, 31, 58, 0.08);
  border-color: rgba(197, 160, 40, 0.4);
}

.rs-city-name {
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--fmv-dark, #1a1f3a);
  margin: 0 0 0.3rem;
}

.rs-city-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--fmv-muted, #6c757d);
  font-size: 0.85rem;
  margin-bottom: 0.9rem;
}
.rs-city-tax {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fmv-muted, #6c757d);
}

.rs-city-meta-pending {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.05);
  color: var(--fmv-muted, #6c757d);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
}

.rs-city-card p {
  color: var(--fmv-muted, #6c757d);
  line-height: 1.55;
  font-size: 0.92rem;
  margin: 0 0 0.9rem;
}

.rs-city-link {
  color: var(--fmv-gold-dark, #a07f1e);
  font-weight: 600;
  font-size: 0.9rem;
}

/* Empty state — city we have no captured dealer data for yet.
   Used when a city card has no anchor target in the Featured Dealers section. */
.rs-city-card.is-empty {
  background: #fafafa;
  border-style: dashed;
  cursor: default;
}
.rs-city-card.is-empty:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.12);
}
.rs-city-link.is-empty {
  color: var(--fmv-muted, #6c757d);
  font-weight: 500;
  font-style: italic;
}

/* ====================================================
   DEALERS
==================================================== */
.rs-dealers {
  background: #fafafa;
  padding: 72px 0;
}

.rs-dealers-header {
  margin-bottom: 1.5rem;
}

.rs-dealer-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 28px 26px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.rs-dealer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(26, 31, 58, 0.08);
}

.rs-dealer-meta { margin-bottom: 0.6rem; }
.rs-dealer-city {
  display: inline-block;
  background: rgba(197, 160, 40, 0.12);
  color: var(--fmv-gold-dark, #a07f1e);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
}

.rs-dealer-name {
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--fmv-dark, #1a1f3a);
  margin: 0 0 0.75rem;
}

.rs-dealer-addr,
.rs-dealer-phone {
  color: var(--fmv-muted, #6c757d);
  font-size: 0.9rem;
  margin: 0 0 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.rs-dealer-addr i,
.rs-dealer-phone i { color: var(--fmv-gold-dark, #a07f1e); flex-shrink: 0; }
.rs-dealer-phone a { color: var(--fmv-dark, #1a1f3a); text-decoration: none; font-weight: 600; }
.rs-dealer-phone a:hover { color: var(--fmv-gold-dark, #a07f1e); }

.rs-dealer-blurb {
  color: var(--fmv-muted, #6c757d);
  line-height: 1.6;
  font-size: 0.93rem;
  margin: 1rem 0;
}
.rs-dealer-blurb strong { color: var(--fmv-dark, #1a1f3a); font-weight: 700; }

.rs-dealer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}
.rs-dealer-tag {
  background: rgba(0, 0, 0, 0.04);
  color: var(--fmv-muted, #6c757d);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.rs-dealers-footnote {
  text-align: center;
  margin: 2.5rem 0 0;
  color: var(--fmv-muted, #6c757d);
  font-size: 0.92rem;
}
.rs-dealers-footnote a {
  color: var(--fmv-gold-dark, #a07f1e);
  font-weight: 600;
  text-decoration: none;
}
.rs-dealers-footnote a:hover { color: var(--fmv-gold, #c5a028); }

/* ====================================================
   DISCLAIMER
==================================================== */
.rs-disclaimer {
  background: #ffffff;
  padding: 48px 0;
}
.rs-disclaimer-card {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--fmv-gold, #c5a028);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.rs-disclaimer-card i {
  color: var(--fmv-gold-dark, #a07f1e);
  font-size: 1.4rem;
  flex-shrink: 0;
}
.rs-disclaimer-card p {
  color: var(--fmv-muted, #6c757d);
  line-height: 1.6;
  margin: 0;
  font-size: 0.92rem;
}
.rs-disclaimer-card strong { color: var(--fmv-dark, #1a1f3a); }

/* ====================================================
   CTA
==================================================== */
.rs-cta {
  padding: 72px 0;
  background:
    radial-gradient(ellipse at top, rgba(197, 160, 40, 0.18), transparent 55%),
    var(--fmv-dark, #1a1f3a);
  color: #ffffff;
}
.rs-cta-title {
  font-family: var(--font-heading, 'Cinzel', serif);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  color: #ffffff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.005em;
}
.rs-cta-title .text-gold { color: var(--fmv-gold, #c5a028); }
.rs-cta-sub {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.75rem;
}

/* ====================================================
   RESPONSIVE
==================================================== */
@media (max-width: 991.98px) {
  .rs-hero { padding: 48px 0; }
  .rs-facts, .rs-cities { padding: 48px 0 32px; }
  .rs-dealers { padding: 48px 0; }
  .rs-context, .rs-disclaimer { padding: 36px 0; }
  .rs-cta { padding: 56px 0; }
}
@media (max-width: 575.98px) {
  .rs-hero-title { font-size: 1.7rem; }
  .rs-hero-sub { font-size: 0.95rem; }
  .rs-fact-card, .rs-city-card { padding: 20px 18px; }
  .rs-dealer-card { padding: 22px 20px; }
  .rs-section-title { font-size: 1.4rem; }
}

/* ====================================================
   STATE FLAG — small inline identifier in the hero eyebrow row.
   Lives next to the state code chip (e.g. "TX"). We chose flags over
   seals because flags read distinctly at small sizes; seals blur to
   indistinguishable circles.
==================================================== */
.rs-hero-flag-inline {
  /* Match the rendered height of .rs-hero-state-code (currently 31px) so the
     flag and the state-code chip line up cleanly. If you change the chip's
     padding/font-size, update this too. */
  height: 31px;
  width: auto;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  vertical-align: middle;
}

/* ====================================================
   MAP & COVERAGE — state outline + city dots
==================================================== */
.rs-map {
  background: #ffffff;
  padding: 72px 0;
}

.rs-map-wrap {
  margin-top: 2rem;
  position: relative;
}

.rs-map-svg {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
}

.rs-map-state {
  fill: #faf6e8;
  stroke: var(--fmv-gold-dark, #a07f1e);
  stroke-width: 2.5;
  stroke-linejoin: round;
  fill-rule: evenodd;
}

/* City markers */
.rs-map-cities .rs-map-dot {
  fill: var(--fmv-gold, #c5a028);
  stroke: var(--fmv-dark, #1a1f3a);
  stroke-width: 2.5;
  cursor: pointer;
  transition: r 0.15s ease, fill 0.15s ease;
}
.rs-map-city:hover .rs-map-dot {
  fill: var(--fmv-dark, #1a1f3a);
  r: 18;
}
.rs-map-label {
  font-family: var(--font-heading, 'Cinzel', serif);
  font-size: 26px;
  font-weight: 600;
  fill: var(--fmv-dark, #1a1f3a);
  pointer-events: none;
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Bullion Depository — distinctive marker */
.rs-map-dep-stem {
  stroke: var(--fmv-dark, #1a1f3a);
  stroke-width: 2.5;
  stroke-linecap: round;
}
.rs-map-dep-dot {
  fill: var(--fmv-dark, #1a1f3a);
  stroke: var(--fmv-gold, #c5a028);
  stroke-width: 3;
}
.rs-map-dep-label {
  font-family: var(--font-body, 'Plus Jakarta Sans', system-ui);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  fill: var(--fmv-dark, #1a1f3a);
  pointer-events: none;
  paint-order: stroke;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 5;
}

/* Legend below the map */
.rs-map-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  font-size: 