/* ==========================================================================
   MAPS TOWING — ABOUT PAGE
   ========================================================================== */

/* Hero (taller variant, no glow, with collage) */
.page-hero--about {
  height: 800px;
}

.page-hero--about .page-hero__inner {
  padding-top: 156px;
  padding-bottom: 52px;
}

.about-hero__group {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.about-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}

.about-collage__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.about-collage__img {
  width: 100%;
  border-radius: var(--r-16);
  object-fit: cover;
}

.about-collage__img--tall { height: 340px; object-position: 50% 58%; }
.about-collage__img--a { height: 194px; object-position: 50% 68%; }
.about-collage__img--b { height: 194px; object-position: 50% 44%; }

.about-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  height: 130px;
  padding-left: 20px;
  border-radius: var(--r-16);
}

.about-stat--orange {
  background: var(--primary-1);
  color: var(--graphite-50);
}

.about-stat--white {
  background: var(--graphite-50);
  color: var(--graphite-900);
}

.about-stat__num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.72px;
}

.about-stat__text {
  display: flex;
  flex-direction: column;
}

.about-stat__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.about-stat--orange .about-stat__sub {
  font-size: 14px;
  line-height: 19px;
  color: var(--graphite-150);
}

.about-stat--white .about-stat__sub {
  font-size: 14px;
  line-height: 19px;
  color: var(--graphite-700);
}

/* Our Story */
.story {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 72px var(--side-pad);
}

.story__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.story__text-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 650px;
}

.story__paras {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story__paras p {
  font-size: 16px;
  line-height: 22px;
  color: var(--graphite-700);
}

.story__img {
  flex: 0 1 650px;
  min-width: 0;
  height: 426px;
  border-radius: var(--r-16);
  object-fit: cover;
}

/* Timeline */
.tl {
  --tl-item-width: min(260px, 25%);
  position: relative;
  height: 100px;
  width: 100%;
}

.tl__line {
  position: absolute;
  top: 15px;
  left: 16px;
  right: calc(var(--tl-item-width) - 16px);
  height: 2px;
}

.tl__line img {
  width: 100%;
  height: 100%;
  display: block;
}

.tl__items {
  position: absolute;
  inset: 0 0 auto 0;
  display: flex;
  justify-content: space-between;
}

.tl__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: var(--tl-item-width);
}

.tl-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--graphite-50);
  border: 3px solid var(--primary-1);
  flex: none;
}

.tl-dot--active {
  border: 0;
  background: var(--primary-1);
  box-shadow: 0 0 0 6px rgba(255, 56, 0, 0.18), 0 0 24px rgba(255, 56, 0, 0.45);
}

.tl__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tl__year {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--graphite-900);
}

.tl__year--active {
  color: var(--primary-1);
}

.tl__label {
  font-size: 16px;
  line-height: 22px;
  color: var(--graphite-700);
}

/* Why Us */
.why {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 72px var(--side-pad) 144px;
}

.why__media {
  position: relative;
  flex: 0 0 650px;
  height: 426px;
}

.why__img-big {
  width: 520px;
  height: 426px;
  border-radius: var(--r-16);
  object-fit: cover;
}

.why__img-small {
  position: absolute;
  left: 370px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 220px;
  border-radius: var(--r-16);
  border: 6px solid var(--graphite-50);
  object-fit: cover;
  background: var(--graphite-50);
}

.why__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  min-width: 0;
}

.why__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why__points {
  display: flex;
  gap: 36px;
}

.why__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 322px;
  padding: 16px 20px;
  border: 1px solid var(--graphite-150);
  border-radius: var(--r-16);
  background: var(--graphite-50);
}

.why-chip .icn {
  position: relative;
  flex: none;
}

.why-chip .icn img {
  position: absolute;
  left: 0;
  right: 0;
  top: 13.91%;
  bottom: 13.91%;
  width: 100%;
  height: 72.18%;
}

.why-chip__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--graphite-900);
  white-space: nowrap;
}

/* Our Equipment */
.equip {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 144px var(--side-pad);
}

.equip__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.equip__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.equip__row .sec-title,
.equip__row .sec-sub {
  max-width: 650px;
}

.equip__media {
  position: relative;
  height: 440px;
  border-radius: var(--r-16);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.equip__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
}

.equip__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}

.equip__feats {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px 40px;
}

.equip-feat {
  display: flex;
  align-items: center;
  gap: 16px;
}

.equip-feat__icn {
  display: grid;
  place-items: center;
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: var(--r-40);
  background: var(--grad-primary);
  filter: drop-shadow(0 4px 14px rgba(255, 56, 0, 0.24));
}

.equip-feat__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--graphite-50);
  white-space: nowrap;
}

/* Composite car icon */
.icn-car {
  position: relative;
}

.icn-car img {
  position: absolute;
}

.icn-car .icn-car__body {
  left: 8.33%;
  right: 8.33%;
  top: 0;
  bottom: 0;
  width: 83.34%;
  height: 100%;
}

.icn-car .icn-car__detail {
  left: 29.71%;
  top: 33.36%;
  width: 41.18%;
  height: 27.25%;
}

/* Static reviews (shared head/cards from global) */
.rev--static .rev__grid {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.rev--static .rev-card {
  flex: 1 1 0;
  min-width: 0;
}

.rev--static .rev__btn-mobile {
  display: none;
}

@media (max-width: 1023.98px) {
  /* Hero */
  .page-hero--about {
    height: 954px;
  }

  .page-hero--about .page-hero__inner {
    padding-top: 96px;
    padding-bottom: 40px;
  }

  .about-hero__group {
    gap: 20px;
  }

  .about-collage {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .about-collage__img--tall {
    height: 200px;
  }

  .about-collage__imgs {
    display: flex;
    gap: 16px;
  }

  .about-collage__imgs .about-collage__img {
    flex: 1 1 0;
    min-width: 0;
    height: 140px;
  }

  .about-stat {
    flex-direction: row;
    align-items: center;
    height: 70px;
  }

  /* Story */
  .story {
    gap: 24px;
    padding: 72px var(--side-pad-mobile);
  }

  .story__row {
    flex-direction: column;
    gap: 24px;
  }

  .story__paras {
    gap: 8px;
  }

  .story__img {
    flex: none;
    width: 100%;
    height: 220px;
  }

  /* Timeline: vertical */
  .tl {
    --tl-item-width: 260px;
    height: 300px;
    width: 260px;
  }

  .tl__line {
    top: 4px;
    left: 15px;
    right: auto;
    width: 274px;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-2px);
  }

  .tl__items {
    flex-direction: column;
    gap: 36px;
  }

  .tl__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  /* Why us */
  .why {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 72px var(--side-pad-mobile) 144px;
  }

  .why__media {
    flex: none;
    width: 100%;
    height: 305px;
  }

  .why__img-big {
    width: 100%;
    height: 240px;
  }

  .why__img-small {
    left: 50%;
    top: 145px;
    transform: translateX(-50%);
    width: 220px;
    height: 160px;
    border-width: 4px;
  }

  .why__content {
    gap: 24px;
  }

  .why__points {
    flex-direction: column;
    gap: 8px;
  }

  .why__col {
    gap: 8px;
  }

  .why-chip {
    width: 100%;
  }

  /* Equipment */
  .equip {
    gap: 24px;
    padding: 144px var(--side-pad-mobile);
  }

  .equip__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .equip__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 80.333%);
  }

  .equip__feats {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
  }

  .equip-feat {
    gap: 12px;
  }

  .equip-feat__icn {
    width: 48px;
    height: 48px;
  }

  .equip-feat__icn .icn {
    width: 16px;
    height: 16px;
  }

  /* Static reviews */
  .rev--static .rev__grid {
    flex-direction: column;
    align-items: stretch;
  }

  .rev--static .rev__btn-mobile {
    display: inline-flex;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
  }
}
