/* =========================
   ABOUT MOBCOW SECTION
========================= */

.about-mobcow-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0 58px;
  color: #000;
  background: url("../../background images/Abstract red brushstrokes on white canvas.png") center center / cover no-repeat #fff;
}

.about-container {
  width: min(100% - 96px, 1460px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.about-layout {
  display: grid;
  grid-template-columns: 53% 47%;
  gap: 40px;
  align-items: start;
}

.about-left {
  min-width: 0;
}

.about-main-copy {
  max-width: 690px;
}

.about-eyebrow {
  display: inline-block;
  color: #e53935;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-eyebrow::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  background: #e53935;
  margin-top: 18px;
}

.about-main-copy h2 {
  margin: 0 0 26px;
  max-width: 660px;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -2.6px;
  color: #000;
}

.about-main-copy p {
  margin: 0 0 32px;
  max-width: 650px;
  color: #202020;
  font-size: 18px;
  line-height: 1.58;
}

.about-primary-btn {
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #e53935;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 48px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 52px;
  align-items: start;
}

.about-story-list {
  display: grid;
  gap: 34px;
}

.about-story-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 26px;
  align-items: start;
}

.about-story-icon {
  color: #e53935;
  width: 52px;
  height: 52px;
}

.about-story-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-story-item h3 {
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #111;
  text-transform: uppercase;
}

.about-story-item p {
  margin: 0;
  max-width: 390px;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
}

.about-image-stack {
  display: grid;
  gap: 10px;
  margin-top: 0;
  padding-top: 0;
  max-width: 390px;
  align-self: center;
  justify-self: end;
}

.about-image-stack img {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: 108px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.13);
}

.about-right {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding-top: 150px;
}

.about-timeline {
  position: relative;
  height: 720px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  margin-top: 28px;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 52px;
  bottom: 52px;
  left: 50%;
  width: 1px;
  background: rgba(0,0,0,0.2);
  transform: translateX(-50%);
}

.timeline-dot {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #e53935;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(229,57,53,0.28);
}

.about-card-list {
  display: grid;
  gap: 24px;
  width: min(100%, 610px);
  justify-self: end;
  margin-right: 0;
  margin-top: 64px;
}

.about-card {
  min-height: 126px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  padding: 50px 24px 12px 22px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(229,57,53,0.22);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

.about-card-icon {
  color: #e53935;
  width: 42px;
  height: 42px;
}

.about-card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.about-card h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
}

.about-card p {
  margin: 0;
  max-width: 460px;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.about-footer-logo {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.about-footer-logo img {
  width: 150px;
  height: auto;
}

@media (max-width: 1100px) {
  .about-container {
    width: min(100% - 48px, 900px);
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .about-right {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 0;
  }

  .about-timeline {
    display: none;
  }

  .about-card-list {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .about-mobcow-section {
    padding: 82px 0 46px;
    background-position: center center;
  }

  .about-container {
    width: min(100% - 34px, 520px);
  }

  .about-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  .about-main-copy h2 {
    font-size: 43px;
    line-height: 1.05;
    letter-spacing: -1.4px;
  }

  .about-main-copy p {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .about-primary-btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 34px;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-story-item {
    grid-template-columns: 52px 1fr;
    gap: 18px;
  }

  .about-story-icon {
    width: 42px;
    height: 42px;
  }

  .about-story-item p {
    max-width: 100%;
  }

  .about-image-stack {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    gap: 0;
    max-width: 100%;
    min-height: 240px;
    justify-self: stretch;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  }

  .about-image-stack img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    min-height: 100%;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.7s ease, transform 0.7s ease;
    pointer-events: none;
  }

  .about-image-stack img:first-child {
    opacity: 1;
    transform: scale(1);
  }

  .about-image-stack img.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .about-image-stack img:not(:first-child) {
    display: none;
  }

  .about-right {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-timeline {
    display: none;
  }

  .about-card-list {
    gap: 18px;
  }

  .about-card {
    position: relative;
    grid-template-columns: 54px 1fr;
    padding: 24px 22px;
    min-height: auto;
  }

  .about-card::before {
    content: attr(data-number);
    position: absolute;
    top: -13px;
    right: 18px;
    width: 38px;
    height: 38px;
    background: #e53935;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(229,57,53,0.24);
  }

  .about-card-icon {
    width: 38px;
    height: 38px;
  }

  .about-card h3 {
    font-size: 18px;
  }

  .about-card p {
    font-size: 14.5px;
  }

  .about-footer-logo img {
    width: 130px;
  }
}
