/* ===== WYLER ABOUT PAGE STYLES ===== */

/* GLOBAL TYPOGRAPHY */
.about-hero, .about-content, .about-timeline {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  box-sizing: border-box;
  color: #333;
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

/* ========== 1. HERO BANNER ========== */
.about-hero {
  position: relative;
  background: url('URL_TO_HERO_IMAGE.jpg') center/cover no-repeat;
  height: 60vh;
  min-height: 400px;
}

.about-hero__overlay {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: white;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* ========== 2 & 3. ABOUT GRID ========== */
.about-content {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.about-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 2rem;
}

.about-grid.reverse {
  flex-direction: row-reverse;
}

.about-grid__item {
  flex: 1;
}

.about-grid__item--text h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #222;
}

.about-grid__item--text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.about-grid__item--image img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

/* ========== 4. TIMELINE ========== */
.about-timeline {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1rem;
}

.about-timeline h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #333;
}

.timeline {
  border-left: 4px solid #ab1f1f;
  position: relative;
  padding-left: 20px;
}

.timeline-event {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 20px;
}

.timeline-event::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -10px;
  width: 16px;
  height: 16px;
  background: #ab1f1f;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #ab1f1f;
}

.timeline-year {
  font-weight: bold;
  font-size: 1.2rem;
  color: #ab1f1f;
  margin-bottom: 0.3rem;
}

.timeline-content h3 {
  font-size: 1.25rem;
  margin: 0.25rem 0;
  color: #222;
}

.timeline-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* ========== 5. RESPONSIVE RULES ========== */
@media screen and (max-width: 768px) {
  .about-grid,
  .about-grid.reverse {
    flex-direction: column;
    text-align: center;
  }

  .about-grid__item--image img {
    max-width: 100%;
    height: auto;
  }

  .about-hero h1 {
    font-size: 2rem;
  }

  .timeline {
    border-left: 3px solid #007bff;
    padding-left: 10px;
  }

  .timeline-event {
    padding-left: 15px;
  }

  .timeline-event::before {
    left: -12px;
    width: 12px;
    height: 12px;
  }
}

/* ddcdusting 05748309 */
.page-header.responsive-centered-nav .header-navigation .navigation-default {position: absolute; right: 0px;}

/* 05758074 ddcjareds */
.page-header.responsive-centered-nav .ws-mycars-nav { position: absolute; width: auto; }

/* ddcdusting 05810391 */
[data-widget-name=ws-facet-browse] .facet-browse-container { --btn-border-radius-base: calc(1.1em + 6px) !important; }

/* ddcrandyh 05829134 */
.page-header .header-default .vcard.header-logo-enabled {   height: 70px;  }
@media (min-width: 1200px) {
    .kia .page-header.minimal .header-logo-container {  padding: 0px;   }
}

/* 05829134 ddcjareds */
.page-header { height: 112px!important; }