/* ═══════════════════════════════════════════
   Road Solutions Paving — Home Page
   Editorial · Asymmetric · Cinematic
   ═══════════════════════════════════════════ */

/* ═══════════════════════════════════════════
   HERO — bold magazine-style cover
   ═══════════════════════════════════════════ */
.home-hero {
  position: relative;
  min-height: calc(100dvh - 36px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #07090A;
  isolation: isolate;
  padding-bottom: 2.5rem;
}
@media (min-width: 900px) {
  .home-hero { min-height: calc(100dvh - 44px); padding-bottom: 3rem; }
}

/* Background image */
.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  animation: heroBgIn 1.6s var(--ease) 0.15s forwards;
}
@keyframes heroBgIn { to { opacity: 1; } }
.home-hero-bg img,
.home-hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(0.35) contrast(1.12) brightness(0.42) saturate(0.9);
  animation: heroDrift 18s var(--ease) infinite alternate;
}
@keyframes heroDrift {
  from { transform: scale(1.04) translateX(0); }
  to { transform: scale(1.12) translateX(-12px); }
}

/* Layered overlays */
.home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 9, 10, 0.78) 0%, rgba(7, 9, 10, 0.4) 36%, rgba(7, 9, 10, 0.95) 100%),
    radial-gradient(ellipse at 25% 70%, rgba(7, 9, 10, 0.2) 0%, rgba(7, 9, 10, 0.85) 80%);
}
.home-hero-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.95 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 280px 280px;
  opacity: 0.18;
  mix-blend-mode: overlay;
}

/* Decorative big serif backdrop word */
.home-hero-word {
  position: absolute;
  font-family: 'Anton', sans-serif;
  font-size: clamp(14rem, 38vw, 38rem);
  line-height: 1;
  color: rgba(232, 188, 64, 0.04);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  bottom: -2rem;
  right: -3rem;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  font-weight: 400;
}

/* Top index strip — magazine numbering */
.home-hero-index {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Manrope', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--text-dim);
  opacity: 0;
  animation: fadeIn 1.2s var(--ease) 0.6s forwards;
}
@keyframes fadeIn { to { opacity: 1; } }
.home-hero-index span { display: inline-flex; align-items: center; gap: 0.6rem; }
.home-hero-index span::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--gold);
}
.home-hero-index .home-hero-index-right::before { display: none; }
.home-hero-index .home-hero-index-right::after {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--gold);
}
@media (max-width: 768px) {
  .home-hero-index { display: none; }
}

.home-hero-shell {
  position: relative;
  z-index: 3;
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto;
  padding: 7rem 1.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) { .home-hero-shell { padding: 8rem 2rem 0; } }
@media (min-width: 1100px) { .home-hero-shell { padding: 9rem 3.5rem 0; } }

.home-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.9rem;
  background: rgba(232, 188, 64, 0.08);
  border: 1px solid rgba(232, 188, 64, 0.4);
  color: var(--gold);
  font-family: 'Manrope', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin-bottom: 1.6rem;
  opacity: 0;
  animation: fadeUp 0.85s var(--ease) 0.6s forwards;
}
.home-hero-tag-dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(232, 188, 64, 0.7);
  animation: pulseDot 1.6s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-hero-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.8rem, 8.4vw, 6.6rem);
  line-height: 1.02;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 2rem;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}
.home-hero-title .line {
  display: block;
  overflow: hidden;
  padding: 0.05em 0.15em;
  margin: 0 -0.15em;
  animation: lineOpenOverflow 0s 2s forwards;
}
@keyframes lineOpenOverflow {
  to { overflow: visible; }
}
.home-hero-title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%) skewY(5deg);
  animation: wordIn 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.home-hero-title .line:nth-child(1) .word { animation-delay: 0.45s; }
.home-hero-title .line:nth-child(2) .word { animation-delay: 0.65s; }
@keyframes wordIn {
  to { opacity: 1; transform: translateY(0) skewY(0); }
}
.home-hero-title em {
  font-family: 'Anton', sans-serif;
  font-style: normal;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.005em;
  display: inline-block;
  transform: skewX(-9deg);
  text-shadow:
    2px 3px 0 #07090A,
    0 0 28px rgba(232, 188, 64, 0.35);
  padding: 0 0.08em;
  font-size: 1em;
  line-height: inherit;
}

.home-hero-bottom {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(232, 188, 64, 0.2);
  padding-top: 1.75rem;
}

.home-hero-lead {
  color: var(--text-soft);
  font-family: 'Manrope', sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 58ch;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease) 1.05s forwards;
}
.home-hero-lead strong {
  color: var(--text);
  font-weight: 700;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
  justify-content: center;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease) 1.2s forwards;
}

.home-hero-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: 100%;
  max-width: 720px;
  margin: 0.5rem auto 0;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease) 1.4s forwards;
}
@media (min-width: 600px) { .home-hero-meta { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
.home-hero-meta-item {
  padding: 1rem 1.1rem;
  background: rgba(7, 9, 10, 0.55);
  border: 1px solid rgba(232, 188, 64, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.home-hero-meta-num {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.home-hero-meta-label {
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--text-muted);
  line-height: 1.3;
}

/* Scroll indicator (vertical) */
.home-hero-scroll {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  z-index: 4;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 1.7s forwards;
}
@media (min-width: 1100px) {
  .home-hero-scroll { display: flex; }
}
.home-hero-scroll-text {
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--text-dim);
  font-weight: 700;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.home-hero-scroll-line {
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  position: relative;
  overflow: hidden;
}
.home-hero-scroll-line::after {
  content: '';
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--gold);
  animation: scrollDrop 2s ease-in-out infinite;
}
@keyframes scrollDrop {
  0% { top: -50%; }
  100% { top: 100%; }
}

/* ═══════════════════════════════════════════
   QUICK INFO RIBBON (under hero)
   ═══════════════════════════════════════════ */
.info-ribbon {
  background: var(--bg-surface);
  border-top: 1px solid rgba(232, 188, 64, 0.22);
  border-bottom: 1px solid rgba(232, 188, 64, 0.22);
  padding: 1.4rem 0;
  position: relative;
}
.info-ribbon-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  .info-ribbon-grid { grid-template-columns: repeat(4, 1fr); }
}
.info-ribbon-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--bg-line);
  transition: background 0.3s ease;
}
.info-ribbon-item:last-child { border-bottom: none; }
@media (min-width: 768px) {
  .info-ribbon-item { border-bottom: none; border-right: 1px solid var(--bg-line); }
  .info-ribbon-item:last-child { border-right: none; }
}
.info-ribbon-item:hover { background: rgba(232, 188, 64, 0.04); }
.info-ribbon-icon {
  width: 42px;
  height: 42px;
  background: var(--gold-glow);
  border: 1px solid rgba(232, 188, 64, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.info-ribbon-label {
  color: var(--text-dim);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 800;
  margin-bottom: 0.15rem;
}
.info-ribbon-value {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.005em;
}

/* ═══════════════════════════════════════════
   INTRODUCTION — editorial 2-column
   ═══════════════════════════════════════════ */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .intro-grid {
    grid-template-columns: 5fr 7fr;
    gap: 4.5rem;
  }
}

.intro-image-stack {
  position: relative;
}
.intro-image-stack-main {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  z-index: 1;
}
.intro-image-stack-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05);
  transition: transform 0.8s var(--ease);
}
.intro-image-stack-main:hover img { transform: scale(1.05); }
.intro-image-stack-frame {
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: 30px;
  right: 30px;
  border: 2px solid var(--gold);
  z-index: 0;
  pointer-events: none;
}
.intro-image-stack-badge {
  position: absolute;
  bottom: 1.5rem;
  right: -1.5rem;
  z-index: 2;
  background: var(--gold);
  color: #0C1113;
  padding: 1rem 1.4rem;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  box-shadow: var(--shadow-md);
  max-width: 220px;
}
.intro-image-stack-badge strong {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.intro-image-stack-badge span {
  font-family: 'Manrope', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.3;
  color: rgba(12, 17, 19, 0.7);
}

.intro-text {
  max-width: 60ch;
}
.intro-text p {
  color: var(--text-soft);
  font-size: 1.06rem;
  line-height: 1.8;
  margin-bottom: 1.3rem;
  font-weight: 400;
}
.intro-text p strong { color: var(--text); font-weight: 700; }
.intro-text p:first-of-type::first-letter {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 0.9;
  color: var(--gold);
  float: left;
  margin: 0.15rem 0.55rem -0.1rem 0;
  padding-top: 0.3rem;
}

.intro-stats {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--bg-line);
  padding-top: 1.75rem;
}
.intro-stat {
  padding-right: 1rem;
  border-right: 1px solid var(--bg-line);
}
.intro-stat:last-child { border-right: none; padding-right: 0; padding-left: 1rem; }
.intro-stat:nth-child(2) { padding-left: 1rem; }
.intro-stat-num {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.intro-stat-label {
  color: var(--text-muted);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}

/* ═══════════════════════════════════════════
   PROCESS — vertical numbered steps with image
   ═══════════════════════════════════════════ */
.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .process-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 4.5rem;
  }
}
.process-image {
  position: sticky;
  top: 8rem;
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1px solid var(--bg-line);
}
.process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.05) brightness(0.9);
  transition: transform 1s var(--ease);
}
.process-image:hover img { transform: scale(1.04); }
.process-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232, 188, 64, 0.08), transparent 60%);
  pointer-events: none;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  padding: 1.85rem 0;
  border-bottom: 1px solid var(--bg-line);
  transition: background 0.3s, border-color 0.3s;
}
.process-step:first-child { border-top: 1px solid var(--bg-line); }
.process-step:hover {
  background: rgba(232, 188, 64, 0.025);
  border-color: rgba(232, 188, 64, 0.25);
}
.process-step:hover .process-step-num {
  color: var(--gold);
  background: rgba(232, 188, 64, 0.08);
  border-color: rgba(232, 188, 64, 0.4);
  transform: rotate(-4deg);
}
.process-step-num {
  width: 64px;
  height: 64px;
  border: 1.5px solid rgba(232, 188, 64, 0.25);
  background: transparent;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Anton', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.4s, background 0.4s, border-color 0.4s, transform 0.4s var(--ease-fluid);
  letter-spacing: 0.02em;
}
.process-step-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.5rem;
  line-height: 1.05;
}
.process-step-desc {
  color: var(--text-muted);
  font-size: 0.97rem;
  line-height: 1.72;
  max-width: 56ch;
}

/* ═══════════════════════════════════════════
   TESTIMONIAL — full-width quote w/ background
   ═══════════════════════════════════════════ */
.testimonial-feature {
  position: relative;
  padding: 5rem 0 5rem;
  background: var(--bg-page);
  overflow: hidden;
  isolation: isolate;
}
.testimonial-feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("../images/reviews-bg.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(0.5) contrast(1.05) brightness(0.32);
  z-index: -2;
}
.testimonial-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 9, 10, 0.85) 0%, rgba(7, 9, 10, 0.7) 50%, rgba(7, 9, 10, 0.92) 100%);
  z-index: -1;
}
.testimonial-feature-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) { .testimonial-feature-inner { padding: 0 2rem; } }

.testimonial-feature-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 2rem;
  position: relative;
}
.testimonial-feature-quote::before {
  content: '"';
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6rem;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
}
.testimonial-feature-stars {
  display: inline-flex;
  gap: 0.25rem;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.testimonial-feature-author {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.testimonial-feature-author-name {
  font-family: 'Anton', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  color: var(--text);
  text-transform: uppercase;
}
.testimonial-feature-author-loc {
  color: var(--gold);
  font-family: 'Manrope', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Testimonial trio (smaller) */
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--bg-line);
  padding: 2rem 1.75rem;
  position: relative;
  transition: transform 0.4s var(--ease-fluid), border-color 0.3s, background 0.3s;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(232, 188, 64, 0.15);
  pointer-events: none;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 188, 64, 0.3);
  background: var(--bg-elevated);
}
.testimonial-card-stars {
  display: inline-flex;
  gap: 0.2rem;
  color: var(--gold);
  margin-bottom: 1rem;
  position: relative;
}
.testimonial-card-text {
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.72;
  margin-bottom: 1.5rem;
  position: relative;
}
.testimonial-card-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  position: relative;
}
.testimonial-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: #0C1113;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Anton', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.testimonial-card-author-name {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}
.testimonial-card-author-loc {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════
   GALLERY PREVIEW (home) — bento layout
   ═══════════════════════════════════════════ */
.gallery-preview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .gallery-preview {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .gallery-preview {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 200px;
    gap: 1rem;
  }
  .gallery-preview .gallery-item:nth-child(1) { grid-column: span 4; grid-row: span 2; }
  .gallery-preview .gallery-item:nth-child(2) { grid-column: span 2; grid-row: span 1; }
  .gallery-preview .gallery-item:nth-child(3) { grid-column: span 2; grid-row: span 1; }
  .gallery-preview .gallery-item:nth-child(4) { grid-column: span 2; grid-row: span 1; }
  .gallery-preview .gallery-item:nth-child(5) { grid-column: span 2; grid-row: span 1; }
  .gallery-preview .gallery-item:nth-child(6) { grid-column: span 2; grid-row: span 1; }
}
.gallery-preview .gallery-item { aspect-ratio: auto; }

/* ═══════════════════════════════════════════
   COVERAGE / MAP SECTION (home)
   ═══════════════════════════════════════════ */
.coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .coverage-grid {
    grid-template-columns: 5fr 7fr;
    gap: 3.5rem;
    align-items: stretch;
  }
}
.coverage-side {
  display: flex;
  flex-direction: column;
}
.coverage-states {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.coverage-state {
  padding: 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--bg-line);
  border-left: 3px solid var(--gold);
  transition: transform 0.3s var(--ease-fluid), background 0.3s;
}
.coverage-state:hover {
  transform: translateY(-4px);
  background: var(--bg-elevated);
}
.coverage-state-name {
  font-family: 'Anton', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: var(--text);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.coverage-state-count {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.coverage-map-wrap {
  position: relative;
  aspect-ratio: 4/3;
  border: 1px solid var(--bg-line);
  overflow: hidden;
}
@media (min-width: 1024px) { .coverage-map-wrap { aspect-ratio: auto; height: 100%; min-height: 420px; } }
.coverage-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.45) invert(0.92) hue-rotate(180deg) brightness(0.94);
}

/* ═══════════════════════════════════════════
   COMMITMENT / WHY US — large statement strip
   ═══════════════════════════════════════════ */
.commitment {
  position: relative;
  padding: 6rem 0;
  background: #07090A;
  overflow: hidden;
  border-top: 1px solid rgba(232, 188, 64, 0.15);
  border-bottom: 1px solid rgba(232, 188, 64, 0.15);
}
.commitment::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(232, 188, 64, 0.1), transparent 55%),
    radial-gradient(circle at 10% 80%, rgba(232, 188, 64, 0.06), transparent 50%);
  pointer-events: none;
}
.commitment-statement {
  max-width: 920px;
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  line-height: 1.22;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.005em;
  margin-bottom: 2.5rem;
}
.commitment-statement em {
  font-family: 'Anton', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.005em;
  display: inline-block;
  transform: skewX(-9deg);
  text-shadow:
    2px 3px 0 #07090A,
    0 0 24px rgba(232, 188, 64, 0.3);
  padding: 0 0.08em;
  font-size: 1em;
  line-height: inherit;
}
.commitment-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .commitment-points { grid-template-columns: repeat(3, 1fr); }
}
.commitment-point {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(232, 188, 64, 0.25);
}
.commitment-point-num {
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.32em;
  color: var(--gold);
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}
.commitment-point-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text);
  line-height: 1.05;
  margin-bottom: 0.6rem;
}
.commitment-point-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}
