/* ════════════════════════════════════════
   ABOUT.CSS — About page only
   Let's Start Moving
════════════════════════════════════════ */

/* ── PAGE BANNER override for about ─────── */
.page-banner {
  background:
    linear-gradient(rgba(12,12,12,.70), rgba(12,12,12,.70)),
    url('../images/lets-start-moving-04.jpg') center/cover no-repeat;
}

/* ── INTRO SECTION ──────────────────────── */
.about-intro { padding: 96px 0; background: #fff; }

.intro-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 12px;
}
.intro-img-grid img {
  width: 100%; height: 100%;
  object-fit: cover; border-radius: 8px;
}
.intro-img-grid img:first-child {
  grid-row: 1 / 3; /* tall left image */
}

.intro-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  color: var(--secondary); margin-bottom: 10px;
}
.intro-title {
  font-size: 32px; font-weight: 800;
  color: var(--dark); letter-spacing: -0.4px;
  line-height: 1.2; margin-bottom: 14px;
}
.intro-body {
  font-size: 15px; color: var(--text);
  line-height: 1.78; margin-bottom: 14px;
}
.intro-list { list-style: none; padding: 0; margin: 20px 0 28px; }
.intro-list li {
  display: flex; align-items: flex-start;
  gap: 10px; font-size: 14px; color: var(--text);
  margin-bottom: 11px;
}
.intro-list li i { color: var(--secondary); margin-top: 3px; flex-shrink: 0; font-size: 14px; }

/* ── MISSION STRIP ──────────────────────── */
.mission-strip {
  background: #8e0000; padding: 56px 0; color: #fff;
}
.mission-strip h2 { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 12px; }
.mission-strip p { font-size: 15px; opacity: .88; line-height: 1.75; }
.mission-icon-box {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(255,255,255,.1);
  border-radius: 10px; padding: 22px;
  height: 100%;
}
.mission-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: rgba(255,255,255,.15);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff;
}
.mission-icon-box h5 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.mission-icon-box p { font-size: 13.5px; opacity: .82; margin: 0; line-height: 1.6; }

/* ── MORE ABOUT SECTION ─────────────────── */
.more-about { padding: 96px 0; background: var(--light-bg); }

.more-img-wrap { position: relative; }
.more-img-wrap img {
  width: 100%; height: 480px;
  object-fit: cover; border-radius: 10px;
}
.more-img-badge {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--secondary); color: #fff;
  padding: 18px 22px; border-radius: 10px;
  text-align: center; box-shadow: 0 8px 24px rgba(255,90,9,.28);
}
.more-img-badge .num { font-size: 32px; font-weight: 900; line-height: 1; }
.more-img-badge .lbl { font-size: 11px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; opacity: .9; margin-top: 3px; }

.more-body { font-size: 15px; color: var(--text); line-height: 1.78; margin-bottom: 14px; }

/* Feature pills */
.feature-pill {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1.5px solid var(--border);
  border-left: 4px solid var(--secondary);
  border-radius: 8px; padding: 14px 18px;
  margin-bottom: 12px;
}
.feature-pill i { color: var(--secondary); font-size: 17px; flex-shrink: 0; }
.feature-pill h6 { font-size: 14px; font-weight: 700; color: var(--dark); margin: 0 0 2px; }
.feature-pill p { font-size: 12.5px; color: var(--muted); margin: 0; line-height: 1.5; }

/* ── WHY CHOOSE US ──────────────────────── */
.why-about {
  background:
    linear-gradient(rgba(28,28,28,.80), rgba(28,28,28,.80)),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1400&q=80') center/cover no-repeat;
  padding: 96px 0;
}
.why-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 28px 24px;
  height: 100%;
  transition: background .25s, border-color .25s, transform .25s;
}
.why-card:hover {
  background: rgba(255,90,9,.12);
  border-color: var(--secondary);
  transform: translateY(-4px);
}
.why-card-icon {
  width: 52px; height: 52px;
  background: var(--secondary); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #fff; margin-bottom: 16px;
}
.why-card h5 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.why-card p { font-size: 13.5px; color: #b0b7c3; line-height: 1.65; margin: 0; }

/* ── TEAM / VALUES ──────────────────────── */
.values-section { padding: 96px 0; background: #fff; }
.value-item {
  text-align: center; padding: 32px 20px;
  border: 1.5px solid var(--border); border-radius: 10px;
  transition: box-shadow .25s, border-color .25s, transform .25s;
  height: 100%;
}
.value-item:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,.08);
  border-color: var(--secondary);
  transform: translateY(-4px);
}
.value-icon {
  width: 60px; height: 60px; margin: 0 auto 16px;
  background: var(--light-bg); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: var(--secondary);
}
.value-item h5 { font-size: 16px; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.value-item p { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin: 0; }

/* ── RESPONSIVE ─────────────────────────── */
@media (max-width: 991px) {
  .about-intro, .more-about, .values-section, .why-about { padding: 64px 0; }
  .intro-title { font-size: 26px; }
  .more-img-badge { right: 0; }
}
@media (max-width: 767px) {
  .intro-img-grid { grid-template-columns: 1fr; grid-template-rows: 220px 160px 160px; }
  .intro-img-grid img:first-child { grid-row: auto; }
  .page-banner h1 { font-size: 28px; }
  .mission-strip { padding: 48px 0; }
}
