/* ============================================================
   About Us page — page-specific styles
   ============================================================ */

/* ---------- Hero (illustration instead of photo) ---------- */
.about-hero {
  position: relative;
  background: var(--primary);
  overflow: hidden;
}
.about-hero .hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; max-width: 757px; }
.about-hero .hero__copy > * { margin: 0; }

.about-hero__art {
  position: absolute;
  right: 84px; bottom: 0;
  width: min(854px, 44vw);
  aspect-ratio: 854 / 737;
  pointer-events: none;
  z-index: 1;
}
.about-hero__worker {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

/* ---------- Mission statement ---------- */
.mission { background: var(--white); padding: clamp(64px,10vw,160px) 0; }
.mission__inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.mission .eyebrow { margin-bottom: 12px; }
.mission p.statement {
  margin: 0;
  font-weight: 600;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.21;
  letter-spacing: -0.4px;
  color: var(--primary);
}
.mission p.statement .accent { color: var(--secondary); }

/* ---------- Our Story ---------- */
.story { background: var(--soft-bg); padding: 0; height: 790px; overflow: hidden; }
.story .container { height: 100%; }
.story__card {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 72px;
}
.story__art {
  position: absolute;
  left: -52px; top: 0;
  width: 623px;
  max-width: none;
  height: 790px;
  z-index: 0;
  pointer-events: none;
}
.story__img {
  position: relative;
  z-index: 1;
  flex: 0 0 573px;
  width: 573px;
  height: 790px;
}
.story__img img {
  display: block;
  width: 516px;
  height: 790px;
  border-radius: 8px;
  object-fit: cover;
}
.story__body { position: relative; z-index: 1; flex: 1 1 0; display: flex; flex-direction: column; gap: 32px; }
.story__body .eyebrow { margin-bottom: 12px; }
.story__body .h2 { margin-bottom: 12px; }
.story__body p.lead { margin: 0 0 16px; }
.story__signature { display: flex; flex-direction: column; }
.story__signature .role { font-weight: 600; font-size: 20px; line-height: 24px; color: var(--body-text); }
.story__signature .name { font-weight: 400; font-size: 16px; line-height: 22px; letter-spacing: -0.18px; color: var(--secondary); }

/* ---------- Our Journey (timeline) ---------- */
.journey { background: var(--primary-50); padding: clamp(64px,10vw,160px) 0; }
.journey__head { text-align: center; max-width: 900px; margin: 0 auto 72px; }
.journey__head .eyebrow { margin-bottom: 12px; }
.journey__head .h2 { margin: 0; }
.journey__row { display: flex; gap: 60px; align-items: flex-start; }
.jy-item { flex: 1 1 0; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; }
.jy-item p { margin: 0; font-weight: 400; font-size: 16px; line-height: 22px; letter-spacing: -0.18px; color: var(--secondary-text); }
.jy-item h3 { margin: 0; font-weight: 600; font-size: 20px; line-height: 24px; color: var(--body-text); }
.jy-item p.jy-item__year { margin: 0; font-weight: 900; font-size: 24px; line-height: 30px; letter-spacing: -0.15px; color: var(--secondary); }

/* ---------- Stats strip (navy) ---------- */
.stats-strip { background: var(--primary); padding: 60px 0; }
.stats-strip__row { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.stat-item { flex: 1 1 0; min-width: 160px; text-align: center; display: flex; flex-direction: column; gap: 2px; }
.stat-item p { margin: 0; font-weight: 700; font-size: 18px; line-height: 28px; color: var(--white); }
.stat-item p.stat-item__num { margin: 0; font-weight: 900; font-size: clamp(32px,4vw,48px); line-height: 1.2; letter-spacing: -0.4px; color: var(--secondary); }

/* ---------- What We Stand For (values) ---------- */
.values { background: var(--soft-bg); padding: clamp(64px,10vw,160px) 0; }
.values__inner { display: flex; gap: 32px; align-items: flex-start; }
.values__head { flex: 0 0 auto; width: 729px; max-width: 100%; }
.values__head .eyebrow { margin-bottom: 12px; }
.values__head .h2 { margin: 0; }
.values__grid { flex: 1 1 0; display: flex; gap: 28px; align-items: stretch; }
.value-card {
  flex: 1 1 0;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(31,41,55,.12);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease;
}
.value-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(31,41,55,.18); }
.value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border-radius: 999px;
  background: var(--secondary-50);
  color: var(--secondary);
  transition: transform .3s cubic-bezier(.2,.7,.3,1);
}
.value-card:hover .value-card__icon { transform: scale(1.08) rotate(-3deg); }
.value-card__icon svg { width: 34px; height: 34px; display: block; }
.value-card h3 { margin: 0; font-weight: 700; font-size: 18px; line-height: 28px; color: var(--body-text); }
.value-card p { margin: 0; font-weight: 400; font-size: 16px; line-height: 22px; letter-spacing: -0.18px; color: var(--secondary-text); }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .story { height: auto; padding: 64px 0; overflow: visible; }
  .story__card { flex-direction: column; gap: 40px; height: auto; }
  .story__img { width: 100%; max-width: 516px; height: 600px; flex-basis: auto; }
  .story__img img { width: 100%; height: 100%; }
  .story__art { display: none; }
  .values__inner { flex-direction: column; }
  .values__head { width: 100%; }
  .journey__row { flex-wrap: wrap; }
  .jy-item { flex: 1 1 45%; }
}
@media (max-width: 1024px) {
  .about-hero__art { display: none; }
  .values__grid { flex-direction: column; }
}
@media (max-width: 768px) {
  .stats-strip__row { gap: 32px 16px; }
  .stat-item { flex: 1 1 40%; }
  .jy-item { flex: 1 1 100%; }
}
