/* =====================================================
   FIND A DEALER — Store Locator
===================================================== */

.nh-body {
  background: #0A0B0D;
  color: #F3F6F7;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.nh-body .container-xl {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

.nh-body h1,
.nh-body h2,
.nh-body h3,
.nh-body h4 {
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.nh-body p,
.nh-body li {
  color: #c0c8ce;
}

.eyebrow {
  font-size: 15px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #D91C1C;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-weight: 700;
}

.eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: #D91C1C;
  display: inline-block;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

/* =====================================================
   HERO (.pg-hero) — base box; shared bits live in page-hero.css
===================================================== */
.pg-hero {
  position: relative;
  width: 100%;
  min-height: 550px;
  background: #0A0B0D;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pg-hero .hero-desc {
  line-height: 1.7;
  color: rgba(255, 255, 255, .62);
  max-width: 58ch;
  margin: 0 0 1.8rem;
}

@media (max-width: 768px) {
  .pg-hero,
  .pg-hero .hero-body {
    min-height: auto;
  }

  .pg-hero .hero-body {
    padding: 2rem 0 3rem;
  }

  .pg-hero .hero-desc {
    line-height: 1.6;
  }
}

/* ===== GLOBAL TYPOGRAPHY OVERRIDE ===== */
/* H1 (.pg-hero .hero-title): 40 / 32 / 25 */
.nh-body .pg-hero .hero-title {
  font-size: 40px;
}

@media (max-width: 768px) {
  .nh-body .pg-hero .hero-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .nh-body .pg-hero .hero-title {
    font-size: 25px;
  }
}

/* H2: 35 / 30 / 23 */
.nh-body h2 {
  font-size: 35px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .nh-body h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .nh-body h2 {
    font-size: 23px;
  }
}

.nh-body h3 {
  text-transform: uppercase;
}

/* p: 17 / 15 */
.nh-body p {
  font-size: 17px;
}

@media (max-width: 768px) {
  .nh-body p {
    font-size: 15px;
  }
}

/* ===== 60/40 LIGHT SECTION UTILITY ===== */
.sec-light {
  background: #F3F5F7;
  border-color: #E3E6E9;
}

.sec-light .eyebrow {
  color: #D91C1C;
}

.sec-light h1,
.sec-light h2,
.sec-light h3,
.sec-light h4 {
  color: #101214;
}

.sec-light p,
.sec-light li {
  color: #5b6470;
}

.nh-body section {
  position: relative;
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .nh-body section {
    padding: 4rem 0;
  }
}

/* =====================================================
   GENERIC BUTTONS (legacy "ug-" naming used outside the hero)
===================================================== */
.ug-btn-red {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #D91C1C;
  border: 1.5px solid #D91C1C;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .82rem 1.7rem;
  border-radius: 4px;
  transition: .2s;
  text-decoration: none;
  cursor: pointer;
}

.ug-btn-red:hover {
  background: #A01515;
  border-color: #A01515;
}

.ug-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .22);
  color: rgba(255, 255, 255, .85);
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .82rem 1.7rem;
  border-radius: 4px;
  transition: .2s;
  text-decoration: none;
}

.ug-btn-ghost:hover {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

/* =====================================================
   COVERAGE STRIP
===================================================== */
.cov-strip {
  background: #15181C;
  border-top: 1px solid #2C3238;
  border-bottom: 1px solid #2C3238;
  padding: 3rem 0 !important;
}

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

@media (max-width: 768px) {
  .cov-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cov-grid strong {
  display: block;
  font-size: 32px;
  font-weight: 900;
  color: #D91C1C;
}

.cov-grid span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #9AA6AE;
}

@media (max-width: 768px) {
  .cov-strip {
    padding: 2rem 0 !important;
  }

  .cov-grid {
    gap: 1.1rem 1rem;
  }

  .cov-grid strong {
    font-size: 26px;
  }
}

/* =====================================================
   STORE LOCATOR
===================================================== */
.loc-filters {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}

.loc-filters .search {
  position: relative;
  flex: 1;
  min-width: 220px;
}

.loc-filters .search i {
  position: absolute;
  left: .9rem;
  top: 50%;
  transform: translateY(-50%);
  color: #5b6470;
}

.loc-filters .search input {
  width: 100%;
  padding: .75rem 1rem .75rem 2.4rem;
  border: 1px solid #E3E6E9;
  border-radius: 6px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  background: #fff;
  color: #101214;
}

.loc-filters .search input:focus {
  outline: none;
  border-color: #D91C1C;
}

.loc-filters select {
  padding: .75rem 1rem;
  border: 1px solid #E3E6E9;
  border-radius: 6px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  color: #101214;
}

.loc-shell {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 1.4rem;
  align-items: start;
}

@media (max-width: 960px) {
  .loc-shell {
    grid-template-columns: 1fr;
  }
}

.loc-list {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  max-height: 660px;
  overflow-y: auto;
  padding-right: .4rem;
}

.loc-card {
  background: #fff;
  border: 1.5px solid #E3E6E9;
  border-radius: 10px;
  padding: 1.2rem 1.3rem;
  cursor: pointer;
  transition: .18s;
}

.loc-card:hover {
  border-color: rgba(217, 28, 28, .4);
  box-shadow: 0 8px 24px rgba(16, 18, 20, .08);
}

.loc-card.active {
  border-color: #D91C1C;
  background: rgba(217, 28, 28, .05);
}

.loc-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: .7rem;
  margin-bottom: .6rem;
}

.loc-card__top strong {
  font-size: 16px;
  color: #101214;
  text-transform: uppercase;
  line-height: 1.25;
}

.loc-pill {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: .22rem .55rem;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.loc-pill--active {
  background: rgba(26, 156, 74, .12);
  color: #1a9c4a;
}

.loc-pill--soon {
  background: rgba(217, 140, 28, .14);
  color: #d98c1c;
}

.loc-card__addr {
  display: flex;
  gap: .5rem;
  font-size: 15px;
  color: #5b6470;
  margin-bottom: .6rem;
}

.loc-card__addr i {
  color: #D91C1C;
  flex-shrink: 0;
  margin-top: .15rem;
}

.loc-card__svc {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.loc-svc-tag {
  background: #F3F5F7;
  border: 1px solid #E3E6E9;
  color: #5b6470;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding: .2rem .55rem;
  border-radius: 20px;
}

.loc-map {
  border: 1px solid #E3E6E9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(16, 18, 20, .06);
  background: #fff;
  min-height: 660px;
  display: flex;
  flex-direction: column;
}

.loc-map__head {
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid #E3E6E9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.loc-map__head strong {
  font-size: 16px;
  text-transform: uppercase;
  color: #101214;
}

.loc-map__head .ug-btn-ghost {
  border-color: #E3E6E9;
  color: #101214;
}

.loc-map__head .ug-btn-ghost:hover {
  border-color: #101214;
}

.loc-map iframe {
  width: 100%;
  flex: 1;
  min-height: 360px;
  border: none;
}

.loc-map__panel {
  padding: 1.3rem 1.5rem;
  border-top: 1px solid #E3E6E9;
}

.loc-map__panel .row1 {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1rem;
}

.loc-map__panel .ug-btn-ghost {
  border-color: #E3E6E9;
  color: #101214;
}

.loc-detail {
  display: flex;
  gap: .7rem;
  font-size: 15px;
  color: #5b6470;
  margin-bottom: .55rem;
  align-items: flex-start;
}

.loc-detail i {
  color: #D91C1C;
  margin-top: .15rem;
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.empty-loc {
  text-align: center;
  padding: 3rem 1rem;
  color: #5b6470;
  font-size: 15px;
}

/* =====================================================
   CTA BOX
===================================================== */
.ug-cta-box {
  background: linear-gradient(135deg, #D91C1C 0%, #8f0f0f 100%);
  border-radius: 10px;
  padding: 3.5rem 3rem;
  text-align: center;
}

.ug-cta-box h2 {
  color: #fff;
}

.ug-cta-box p {
  color: rgba(255, 255, 255, .82) !important;
  max-width: 55ch;
  margin: .8rem auto 1.8rem;
}

.ug-cta-box .btn-white {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  border: 1.5px solid #fff;
  color: #D91C1C;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  padding: .82rem 1.8rem;
  border-radius: 4px;
  text-decoration: none;
  transition: .2s;
}

.ug-cta-box .btn-white:hover {
  background: transparent;
  color: #fff;
}

.ug-cta-box .ug-btn-ghost {
  border-color: rgba(255, 255, 255, .5);
}

/* =====================================================
   APP-LIKE MOBILE OPTIMIZATION
===================================================== */
@media (max-width: 768px) {
  .loc-filters {
    flex-direction: column;
    align-items: stretch;
    gap: .6rem;
    margin-bottom: 1.4rem;
  }

  .loc-filters .search {
    min-width: 100%;
  }

  .loc-filters .search input {
    font-size: 16px;
  }

  .loc-filters select {
    width: 100%;
    font-size: 16px;
  }

  .loc-shell {
    gap: 1rem;
  }

  .loc-list {
    max-height: 340px;
    gap: .7rem;
  }

  .loc-card {
    padding: 1rem 1.1rem;
    -webkit-tap-highlight-color: transparent;
    transition: transform .12s ease;
  }

  .loc-card:active {
    transform: scale(.97);
  }

  .loc-map {
    min-height: auto;
  }

  .loc-map iframe {
    min-height: 260px;
    height: 260px;
    flex: none;
  }

  .loc-map__head {
    padding: .9rem 1.1rem;
    flex-wrap: wrap;
    gap: .6rem;
  }

  .loc-map__head strong {
    font-size: 15px;
  }

  .loc-map__panel {
    padding: 1.1rem 1.2rem;
  }

  .loc-map__panel .row1 {
    gap: .5rem;
  }

  .loc-map__panel .row1 .ug-btn-red,
  .loc-map__panel .row1 .ug-btn-ghost {
    flex: 1 1 auto;
    justify-content: center;
    padding: .7rem 1rem;
    font-size: 15px;
  }

  .ug-cta-box {
    padding: 2.4rem 1.6rem;
  }

  .ug-cta-box .d-flex {
    flex-direction: column;
  }

  .ug-cta-box .btn-white,
  .ug-cta-box .ug-btn-ghost {
    width: 100%;
    justify-content: center;
  }
}
