/* ============================================================
   Columbia Honda — temporary pitch microsite
   Aesthetic emulates hillcountryhonda.com (Team Velocity "Gemini"
   Honda theme). Tokens below are lifted from that theme, with the
   primary/navy swapped to the Columbia Honda logo's brand colors.
   ============================================================ */

:root {
  /* Brand — sampled from img/ch-logo.png */
  --primary:        #0068c9;
  --primary-dark:   #01527f;
  --primary-darker: #014176;
  --primary-light:  #4a9bd8;
  --primary-tint:   #e8f2fb;

  /* Neutrals — from the reference theme */
  --ink:            #212529;
  --ink-soft:       #4b5563;
  --ink-faint:      #7b8794;
  --line:           #d2d2d2;
  --line-soft:      #e6e9ec;
  --bg:             #ffffff;
  --bg-alt:         #f5f7f9;
  --footer-bg:      #f2f2f2;

  --star:           #f5a623;

  /* Radii — reference theme: rounded-buttons 25px, rounded-box 10px */
  --r-btn:  25px;
  --r-box:  10px;
  --r-sm:   6px;

  --shadow:    0 .5rem 1rem rgba(0,0,0,.15);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.08);

  --container: 1240px;
  --header-h:  92px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

h1, h2, h3, h4 { font-weight: 800; line-height: 1.2; margin: 0 0 .6em; }

p { margin: 0 0 1em; }

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

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

ul { margin: 0; padding: 0; }

address { font-style: normal; }

svg { display: block; }

:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 2px;
  border-radius: 3px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}
.container--narrow { max-width: 1020px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--primary); color: #fff;
  padding: 12px 20px; border-radius: 0 0 var(--r-sm) 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

.ico { width: 1em; height: 1em; fill: currentColor; flex: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: inherit; font-size: 14px; font-weight: 800;
  letter-spacing: .02em; text-transform: uppercase; line-height: 1;
  padding: 15px 30px;
  border: 1px solid transparent; border-radius: var(--r-btn);
  cursor: pointer; text-align: center;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:hover { text-decoration: none; }

.btn-primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: #fff; }

.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); }
.btn-ghost:hover { background: #fff; color: var(--primary-darker); border-color: #fff; }

.btn-pill {
  background: var(--primary); color: #fff; border-color: var(--primary);
  border-radius: 35px; flex: 1 1 0; min-width: 0;
}
.btn-pill:hover { background: var(--primary-darker); border-color: var(--primary-darker); color: #fff; }

.btn-block { display: flex; width: 100%; }

/* ---------- utility bar ---------- */
.utility-bar {
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13px;
  color: var(--ink-soft);
}
/* Always a single line. Items are dropped at breakpoints below rather
   than allowed to wrap. */
.utility-inner {
  display: flex; align-items: center; flex-wrap: nowrap;
  gap: 9px; height: 42px;
}
.utility-dealer { font-weight: 800; color: var(--ink); white-space: nowrap; }
.utility-group { display: flex; align-items: center; gap: 9px; flex-wrap: nowrap; }
.utility-item { display: inline-flex; align-items: center; gap: .4em; white-space: nowrap; }
.utility-item a { color: var(--primary); font-weight: 700; }
.utility-item strong { font-weight: 800; color: var(--ink); }
.utility-item .ico { color: var(--primary); font-size: 14px; }
.utility-sep { width: 1px; height: 16px; background: var(--line); flex: none; }
/* One auto margin on a wrapper, so address + hours travel together as a
   single right-aligned group instead of each claiming its own line. */
.utility-right {
  margin-left: auto;
  display: flex; align-items: center; gap: 9px; flex-wrap: nowrap;
}
.utility-address a { color: var(--ink-soft); font-weight: 400; }

/* ---------- header ---------- */
/* The logo has a baked white background, so the whole header row is white
   and the blue rule beneath carries the brand colour. */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 3px solid var(--primary);
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.header-inner { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }

/* Honda seasonal event badge, right of the logo — mirrors the reference
   site's secondary-logo slot. Background rather than <img> so a missing
   file degrades to nothing instead of a broken-image icon. */
.header-event {
  width: 176px; aspect-ratio: 4 / 1; flex: none;
  background-image: url("../img/honda-summer-event.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

/* The supplied logo is 1692x929 with the artwork inset (L 10.8% / R 9.9%
   / T 27.3% / B 24%). The wrapper crops that padding away so the mark
   optically fills the header. Swap the numbers if the file is replaced. */
.brand {
  display: block; position: relative;
  width: 174px; height: 78px;
  overflow: hidden;
}
.brand img {
  position: absolute;
  width: 217px; height: auto;
  left: -23px; top: -23px;
  max-width: none;
}

/* ---------- main nav (same row as logo + event badge) ---------- */
.mainnav { margin-left: auto; align-self: stretch; }

.mainnav-list {
  display: flex; align-items: stretch; list-style: none; height: 100%;
}
.mainnav-list li { display: flex; position: relative; }
/* Short, vertically centred rule — mirrors the reference site's separator. */
.mainnav-list li + li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 18px; background: var(--line);
}
.mainnav-list a {
  display: flex; align-items: center;
  padding: 0 17px;
  color: var(--ink); font-weight: 800; font-size: 15px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color .18s ease, border-color .18s ease;
}
.mainnav-list a:hover,
.mainnav-list a:focus-visible {
  color: var(--primary); border-bottom-color: var(--primary);
  text-decoration: none;
}

/* Hamburger — desktop hides it, the mobile block below reveals it */
.nav-toggle {
  display: none;
  margin-left: auto; align-items: center; gap: 9px;
  background: none; border: 0; cursor: pointer;
  font-family: inherit; font-size: 13px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .05em; color: var(--primary);
  padding: 10px 4px;
}
.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block; width: 24px; height: 3px; border-radius: 2px;
  background: var(--primary); transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle-bars { position: relative; }
.nav-toggle-bars::before,
.nav-toggle-bars::after { content: ''; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -8px; }
.nav-toggle-bars::after  { top: 8px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after  { transform: translateY(-8px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; background: var(--primary-darker); overflow: hidden; }

.hero-track { position: relative; }

.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
  display: flex; align-items: center;
}
.hero-slide.is-active { position: relative; opacity: 1; visibility: visible; }

.hero-media {
  position: absolute; inset: 0;
  background-color: var(--tint-a);
  background-image:
    radial-gradient(120% 100% at 78% 22%, var(--tint-b) 0%, transparent 58%),
    linear-gradient(120deg, var(--tint-a) 0%, var(--tint-b) 100%);
  background-size: cover;
  /* Anchored below centre so the vehicle rides above the search widget that
     overlaps the hero's bottom edge. `bottom` is too far — it decapitates the
     Pilot on slide 1. Raise the number to lift the subject further. */
  background-position: center 68%;
}
/* When a real photo is dropped in, JS sets --bg-img and it layers on top */
.hero-media.has-img {
  background-image:
    linear-gradient(90deg, rgba(1,36,63,.88) 0%, rgba(1,36,63,.55) 45%, rgba(1,36,63,.15) 100%),
    var(--bg-img);
}

.hero-content {
  position: relative; z-index: 2;
  padding-block: 92px;
  color: #fff;
  max-width: var(--container);
}
.hero-eyebrow {
  text-transform: uppercase; letter-spacing: .12em;
  font-size: 13px; font-weight: 800; margin-bottom: .8em;
  color: #bcdcf6;
}
.hero-title {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  margin-bottom: .35em;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}
.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  max-width: 46ch; margin-bottom: 1.8em;
  color: #e9f3fb;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.5);
  color: #fff; cursor: pointer;
  display: grid; place-items: center;
  transition: background-color .18s ease;
}
.hero-arrow:hover { background: rgba(255,255,255,.34); }
.hero-arrow svg { width: 22px; height: 22px; fill: currentColor; }
.hero-arrow--prev { left: 18px; }
.hero-arrow--next { right: 18px; }

.hero-dots {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; gap: 10px;
}
.hero-dots button {
  width: 11px; height: 11px; padding: 0; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.9); background: transparent;
  cursor: pointer; transition: background-color .18s ease;
}
.hero-dots button[aria-selected="true"] { background: #fff; }

/* ---------- vehicle search ---------- */
.searchbar { background: var(--primary-darker); }

.search-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 14px; align-items: end;
  background: #fff;
  border-radius: var(--r-box);
  box-shadow: var(--shadow);
  padding: 22px 24px;
  margin-top: -34px; position: relative; z-index: 5;
}
.search-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.search-field label {
  font-size: 12px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .06em; color: var(--ink-faint);
}
.search-field select {
  font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink);
  padding: 12px 38px 12px 14px;
  border: 1px solid var(--line); border-radius: var(--r-btn);
  background-color: #fff; cursor: pointer; width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230068c9'%3E%3Cpath d='M12 15.4 5.6 9l1.4-1.4 5 5 5-5L18.4 9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 17px;
}
.search-field select:hover { border-color: var(--primary); }
.search-submit { align-self: end; white-space: nowrap; }

.search-links { background: rgba(0,0,0,.22); margin-top: 22px; }
.search-links-inner { display: flex; gap: 16px; padding-block: 20px; }

/* ---------- generic section ---------- */
.section { padding-block: 60px; }
.section--alt { background: var(--bg-alt); }

.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 30px;
}
.section-head--center { flex-direction: column; align-items: center; text-align: center; }
.section-title { font-size: clamp(1.5rem, 2.4vw, 2rem); color: var(--primary); margin: 0; }
.section-sub { margin: 0; color: var(--ink-soft); }
.section-sub strong { color: var(--ink); }
.section-link { font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .03em; }

.widget-note {
  margin: 22px 0 0; text-align: center;
  font-size: 12px; color: var(--ink-faint); font-style: italic;
}

/* ---------- carousel shell (offers + reviews) ---------- */
.carousel { position: relative; display: flex; align-items: center; gap: 10px; }
/* No horizontal padding: JS sizes cards off clientWidth, which would
   otherwise include it and push the last card out of view. */
.car-viewport { overflow: hidden; flex: 1; padding: 6px 0 12px; }
.car-track {
  display: flex; gap: 22px; list-style: none;
  transition: transform .45s cubic-bezier(.4,0,.2,1);
}
.car-arrow {
  width: 42px; height: 42px; flex: none; border-radius: 50%;
  background: #fff; border: 1px solid var(--line); color: var(--primary);
  cursor: pointer; display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
  transition: background-color .18s ease, color .18s ease, opacity .18s ease;
}
.car-arrow:hover:not(:disabled) { background: var(--primary); color: #fff; border-color: var(--primary); }
.car-arrow:disabled { opacity: .3; cursor: default; }
.car-arrow svg { width: 20px; height: 20px; fill: currentColor; }

/* ---------- offer cards ---------- */
.offer-card {
  flex: none;
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: var(--r-box); overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.offer-media {
  position: relative; aspect-ratio: 16 / 9;
  background-color: var(--tint-a);
  background-image:
    radial-gradient(110% 130% at 75% 15%, var(--tint-b) 0%, transparent 62%),
    linear-gradient(135deg, var(--tint-a) 0%, var(--tint-b) 100%);
  display: grid; place-items: center;
}
/* Real offer photography replaces the gradient once it loads. */
.offer-media.has-img {
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
}
.offer-badge {
  position: absolute; top: 12px; left: 12px;
  background: #fff; color: var(--primary);
  font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--r-btn);
}
.offer-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.offer-model { font-weight: 800; font-size: 15px; margin-bottom: .4em; }
.offer-headline { margin-bottom: .3em; display: flex; align-items: baseline; gap: .4em; flex-wrap: wrap; }
.offer-headline strong { font-size: 2.1rem; color: var(--primary); line-height: 1; }
.offer-headline strong sup { font-size: .45em; top: -.9em; position: relative; }
.offer-headline span { font-size: 13px; color: var(--ink-soft); font-weight: 600; }
.offer-terms { font-size: 13px; color: var(--ink-soft); margin-bottom: 1.2em; flex: 1; }
.offer-disclaimer {
  background: none; border: 0; padding: 10px 0 0; margin: 0 auto;
  font-family: inherit; font-size: 11px; color: var(--ink-faint);
  text-decoration: underline; cursor: pointer;
}
.offer-disclaimer:hover { color: var(--primary); }

/* ---------- model grid (inventory widget) ---------- */
/* Flex rather than grid so the trailing row of a 9-model lineup
   centres under the row above instead of sitting ragged-left. */
.model-grid {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;
}
.model-card {
  flex: 1 1 190px; max-width: 240px;
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-box);
  padding: 18px; text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
.model-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
/* 4/3 matches the supplied cutouts (320x240) so they fill the slot
   instead of being letterboxed inside a wider box. */
.model-media {
  aspect-ratio: 4 / 3; margin-bottom: 14px; border-radius: var(--r-sm);
  background-color: var(--primary-tint);
  background-image: linear-gradient(160deg, #f2f7fc 0%, #dfebf7 100%);
  background-size: contain; background-position: center; background-repeat: no-repeat;
  position: relative;
}
/* Silhouette shown until a real model cutout is dropped in */
.model-media:not(.has-img)::after {
  content: '';
  position: absolute; left: 14%; right: 14%; bottom: 26%;
  height: 26%;
  border-radius: 40% 46% 14% 14% / 74% 74% 20% 20%;
  background: rgba(1,65,118,.13);
}
.model-media.has-img::after { content: none; }
.model-name { font-size: 1.15rem; margin-bottom: .25em; }
.model-price { font-size: 13px; color: var(--ink-soft); margin-bottom: .2em; }
.model-price strong { color: var(--ink); font-size: 15px; }
.model-count { font-size: 12px; color: var(--ink-faint); margin-bottom: 1em; flex: 1; }
.model-link {
  font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  padding-top: 12px; border-top: 1px solid var(--line-soft);
}

/* ---------- promo tiles ---------- */
.tile-grid {
  list-style: none;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px;
}
.tile {
  border-radius: var(--r-box); overflow: hidden;
  border: 1px solid var(--line-soft); background: #fff;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.tile-media {
  aspect-ratio: 21 / 9;
  background-color: var(--tint-a);
  background-image:
    radial-gradient(110% 140% at 80% 10%, var(--tint-b) 0%, transparent 60%),
    linear-gradient(135deg, var(--tint-a) 0%, var(--tint-b) 100%);
  display: grid; place-items: center;
}
.tile-media svg { width: 54px; height: 54px; fill: rgba(255,255,255,.72); }
.tile-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.tile-body h3 { color: var(--primary); font-size: 1.25rem; }
.tile-body p { color: var(--ink-soft); font-size: 15px; flex: 1; }
.tile-body .btn { align-self: flex-start; }

/* ---------- copy cards ---------- */
.copy-card {
  background: #fff; border-radius: var(--r-box);
  box-shadow: var(--shadow); padding: 34px;
  margin-bottom: 26px;
}
.copy-card:last-child { margin-bottom: 0; }
.copy-card--center { text-align: center; }
.copy-card h1 { font-size: 2rem; color: var(--primary); }
.copy-card h2 { font-size: 1.5rem; color: var(--primary); }
.copy-card p { color: var(--ink-soft); }
.copy-card ul { margin: 0 0 1em 1.2em; padding-left: .6em; color: var(--ink-soft); }
.copy-card li { margin-bottom: .5em; list-style: disc; }
.copy-card li strong { color: var(--ink); }
.copy-card a { font-weight: 700; }
.copy-cta { margin: 26px 0 0; text-align: center; }
.copy-cta .btn { min-width: 300px; max-width: 100%; }
.copy-cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 22px; }
.copy-cta-row .btn { flex: 1 1 220px; }

/* ---------- FAQ accordion ---------- */
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.faq-q { margin: 0; font-size: inherit; }
.faq-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: #f4f6f8; border: 0; padding: 16px 18px;
  font-family: inherit; font-size: 16px; font-weight: 800; color: var(--ink);
  text-align: left; cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}
.faq-btn:hover { background: var(--primary-tint); color: var(--primary); }
.faq-btn[aria-expanded="true"] { background: var(--primary); color: #fff; }
.faq-chev { width: 22px; height: 22px; flex: none; fill: currentColor; transition: transform .25s ease; }
.faq-btn[aria-expanded="true"] .faq-chev { transform: rotate(180deg); }
.faq-a { overflow: hidden; background: #fff; height: 0; transition: height .28s ease; }
.faq-a-inner { padding: 18px; color: var(--ink-soft); }
.faq-a-inner p:last-child { margin-bottom: 0; }

/* ---------- reviews ---------- */
.rating-summary { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.rating-summary strong { font-size: 1.35rem; }
.rating-count { color: var(--ink-soft); font-size: 14px; }
.stars { display: inline-flex; gap: 2px; }
.stars svg { width: 22px; height: 22px; fill: var(--star); }
.stars--sm svg { width: 16px; height: 16px; }
.stars svg.is-empty { fill: #d8dde2; }

.review-card {
  flex: none;
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-box);
  box-shadow: var(--shadow-sm); padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
}
.review-source { position: absolute; top: 20px; right: 20px; }
.review-source svg { width: 20px; height: 20px; }
.review-text { color: var(--ink-soft); font-size: 15px; margin: 0; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-author > span:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.review-author strong { font-size: 14px; }
.review-author em { font-style: normal; font-size: 12px; color: var(--ink-faint); }
.avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: var(--primary); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 17px;
}

/* ---------- visit / map ---------- */
.visit { display: grid; grid-template-columns: minmax(300px, 28%) 1fr; min-height: 420px; }

.visit-info { background: var(--primary); color: #fff; display: flex; }
.visit-info-inner { padding: 40px 32px; margin-inline: auto; max-width: 380px; width: 100%; }
.visit-eyebrow {
  text-transform: uppercase; letter-spacing: .1em;
  font-size: 13px; font-weight: 800; color: #bcdcf6; margin-bottom: 1em;
}
.visit-name { font-size: 1.35rem; margin-bottom: .6em; }
.visit-address { color: #dceefb; margin-bottom: 1em; line-height: 1.6; }
.visit-phone { margin: 0 0 .4em; font-size: 15px; color: #dceefb; }
.visit-phone a { color: #fff; text-decoration: underline; font-weight: 700; }
.visit-rule { display: block; width: 46px; height: 0; border-top: 3px solid #fff; margin: 26px 0; }
.visit-hours h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .07em; color: #bcdcf6; margin-bottom: .6em; }
.visit-hours dl {
  margin: 0 0 20px; display: grid; grid-template-columns: auto 1fr;
  gap: 4px 16px; font-size: 14px; color: #eaf4fc;
}
.visit-hours dt { font-weight: 700; }
.visit-hours dd { margin: 0; text-align: right; }
.visit-links { display: flex; gap: 18px; margin-bottom: 20px; }
.visit-links a { color: #fff; text-decoration: underline; font-size: 14px; }
.social-row { display: flex; gap: 10px; }
.social-row a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.55);
  display: grid; place-items: center; color: #fff;
  transition: background-color .18s ease, color .18s ease;
}
.social-row a:hover { background: #fff; color: var(--primary); }
.social-row svg { width: 17px; height: 17px; fill: currentColor; }

.visit-map { position: relative; background: #eef2f4; overflow: hidden; min-height: 340px; }
.map-svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.map-pin {
  position: absolute; top: 46%; left: 50%; transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.map-pin svg { width: 46px; height: 46px; fill: var(--primary); filter: drop-shadow(0 3px 5px rgba(0,0,0,.3)); }
.map-pin-label {
  background: #fff; color: var(--primary-darker);
  font-size: 12px; font-weight: 800; white-space: nowrap;
  padding: 6px 12px; border-radius: var(--r-btn);
  box-shadow: var(--shadow-sm);
}
.map-note {
  position: absolute; right: 12px; bottom: 10px;
  font-size: 11px; color: var(--ink-faint);
  background: rgba(255,255,255,.85); padding: 4px 10px; border-radius: var(--r-sm);
}

/* ---------- footer ---------- */
.site-footer { background: var(--footer-bg); color: var(--ink); font-size: 14px; }
.footer-top {
  display: grid; grid-template-columns: minmax(240px, 1fr) 3fr;
  gap: 40px; padding-block: 52px;
}
.footer-rule { display: block; width: 34px; height: 0; border-top: 3px solid var(--primary); margin-bottom: 14px; }
.footer-heading { font-size: 1.25rem; color: var(--primary); margin-bottom: .7em; }
.footer-heading a { color: inherit; }
.footer-dealer address { margin-bottom: .8em; line-height: 1.6; }
.footer-dealer p { margin: 0 0 .35em; }
.footer-dealer a { color: var(--ink); text-decoration: underline; }
.footer-dealer a:hover { color: var(--primary); }
/* Beats the underlined-link rule above — this one is a button. */
.footer-dealer a.footer-contact { color: #fff; text-decoration: none; margin-bottom: 18px; }
.footer-dealer a.footer-contact:hover { color: #fff; }

.footer-menus { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .6em; }
.footer-col li a { color: var(--ink); }
.footer-col li a:hover { color: var(--primary); text-decoration: underline; }

.footer-legal { background: #fff; border-top: 1px solid var(--line); padding-block: 16px; font-size: 12px; }
.footer-legal-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-legal-links { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; }
.footer-legal-name { font-weight: 800; }
.footer-legal-links a { color: var(--ink-soft); text-decoration: underline; }
.footer-legal-links a:hover { color: var(--primary); }
.footer-legal-note { margin: 0; color: var(--ink-faint); }

/* ---------- disclaimer modal ---------- */
.modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.modal[hidden] { display: none; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.modal-dialog {
  position: relative; background: #fff; border-radius: var(--r-box);
  padding: 30px; max-width: 520px; width: 100%;
  box-shadow: var(--shadow); text-align: center;
}
.modal-dialog h2 { color: var(--primary); font-size: 1.3rem; }
.modal-dialog p { color: var(--ink-soft); font-size: 14px; }

/* ============================================================
   Responsive
   ============================================================ */
/* Utility bar drop priority — items are removed in this order so the bar
   never wraps to a second line:
   dealer name → service/parts hours → address → today's hours → extra phones */
@media (max-width: 1420px) { .utility-dealer { display: none; } }
@media (max-width: 1240px) { .utility-hours2 { display: none; } }

@media (max-width: 1100px) {
  .footer-menus { grid-template-columns: repeat(3, 1fr); }
}

/* Header drop priority: the event badge yields first to buy the nav room,
   then the nav itself collapses behind the toggle. */
/* Logo + badge + all six nav items need ~1270px; below that the badge goes
   first so the nav keeps its inline row. */
@media (max-width: 1290px) {
  .header-event { display: none; }
}

@media (max-width: 1000px) {
  .nav-toggle { display: flex; }

  /* Panel drops out of the header row and spans the full width. It anchors
     to .site-header (sticky, so already a positioned ancestor) rather than
     the max-width container. */
  .mainnav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid var(--line-soft);
    box-shadow: 0 10px 18px rgba(0,0,0,.12);
    padding-block: 4px;
  }
  .mainnav.is-open { display: block; }

  .mainnav-list {
    flex-direction: column; align-items: stretch; height: auto;
    max-width: var(--container); margin-inline: auto;
    padding-inline: 20px;
  }
  .mainnav-list li + li::before { content: none; }
  .mainnav-list li + li { border-top: 1px solid var(--line-soft); }
  .mainnav-list a { padding: 15px 0; width: 100%; border-bottom: 0; }
  .mainnav-list a:hover { border-bottom: 0; }
}

@media (max-width: 991px) {
  .utility-address { display: none; }
  .search-card { grid-template-columns: repeat(2, 1fr); }
  .search-submit { grid-column: 1 / -1; }
  .search-links-inner { flex-wrap: wrap; }
  .btn-pill { flex: 1 1 calc(50% - 8px); }
  .visit { grid-template-columns: 1fr; }
  .visit-info-inner { max-width: none; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  :root { --header-h: 74px; }

  .utility-inner { justify-content: center; gap: 8px; font-size: 12px; }
  .utility-dealer, .utility-hours { display: none; }
  .utility-right { margin-left: 0; }

  .brand { width: 138px; height: 62px; }
  .brand img { width: 172px; left: -19px; top: -18px; }

  .header-inner { gap: 12px; }
  .header-event { width: 132px; }

  .hero-content { padding-block: 58px; }
  /* Arrows would sit on top of the headline at this width — dots drive it. */
  .hero-arrow { display: none; }
  .hero-cta .btn { flex: 1 1 100%; }

  /* Two model tiles per row. The cap keeps a trailing odd card the same
     size as the rest instead of stretching it across the full row. */
  .model-card { flex: 1 1 140px; max-width: calc(50% - 10px); }

  .search-card { grid-template-columns: 1fr; margin-top: -24px; padding: 18px; }
  .btn-pill { flex: 1 1 100%; }

  .section { padding-block: 44px; }
  .section-head { flex-direction: column; align-items: flex-start; }

  .copy-card { padding: 22px; }
  .copy-card h1 { font-size: 1.55rem; }
  .copy-cta .btn { min-width: 0; width: 100%; }
  .copy-cta-row .btn { flex: 1 1 100%; }

  .faq-btn { font-size: 15px; padding: 14px; }

  .footer-menus { grid-template-columns: 1fr; gap: 20px; }
  .footer-legal-inner { flex-direction: column; align-items: flex-start; }
}

/* Narrowest phones: keep the single-line utility bar to the sales number. */
@media (max-width: 520px) {
  .utility-extra { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
