/* ═══════════════════════════════════════════
   ABOUT PAGE REDESIGN — NEW STYLES
   ═══════════════════════════════════════════ */

/* --- Scroll Reveal Animation --- */
[data-about-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
              transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-about-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* --- 2. MANIFESTO --- */
.about-manifesto {
  padding: 0 0 6.5rem;
}

.about-manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: start;
}

.about-manifesto-title {
  margin: 0;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 22ch;
}

.about-manifesto-body .about-body {
  display: grid;
  gap: 1.25rem;
}

.about-manifesto-body .about-body p {
  margin: 0;
}

/* --- 3. STATS STRIP --- */
.about-stats-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 3.5rem 0;
  margin-bottom: 6.5rem;
  border-top: 1px solid rgba(85, 97, 109, 0.12);
  border-bottom: 1px solid rgba(85, 97, 109, 0.12);
}

.about-stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
}

.about-stat-number {
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.about-stat-label {
  color: #55616d;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(85, 97, 109, 0.16);
  flex-shrink: 0;
}

/* --- 4. CATEGORY CHAPTERS --- */
.about-categories {
  padding: 0 0 4rem;
}

.about-category-chapter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  margin-bottom: 5rem;
}

.about-category-image {
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 1.38;
  background: #e2e8ee;
}

.about-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}

.about-category-chapter:hover .about-category-image img {
  transform: scale(1.025);
}

.about-category-content {
  max-width: 520px;
}

.about-category-right .about-category-content {
  max-width: 520px;
}

.about-category-title {
  margin: 0 0 1.2rem;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.about-category-content .about-body {
  margin: 0 0 1.5rem;
  line-height: 1.85;
}

.about-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-category-tags li {
  padding: 0.42rem 0.92rem;
  border: 1px solid rgba(85, 97, 109, 0.16);
  border-radius: 999px;
  color: #55616d;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: border-color 220ms ease, color 220ms ease;
}

.about-category-tags li:hover {
  border-color: rgba(17, 19, 23, 0.32);
  color: #111317;
}

/* Capability Banner */
.about-capability-banner {
  padding: 1.8rem 2rem;
  background: #111317;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.about-capability-banner p {
  margin: 0;
  color: #f5f7f8;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.45rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  max-width: 920px;
}

/* --- 5. SLIDER INTRO --- */
.about-slider-intro {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(85, 97, 109, 0.14);
}

.about-slider-intro .about-kicker {
  margin-bottom: 0.6rem;
}

.about-slide-caption p {
  margin: 0.35rem 0 0;
  color: rgba(245, 247, 248, 0.65);
  font-size: 0.84rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* --- 6. CRAFT SECTION --- */
.about-craft-section {
  padding: 0 0 6.5rem;
}

.about-craft-intro {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.about-craft-intro .about-body {
  margin: 0;
}

.about-craft-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.about-craft-stat {
  padding: 1.25rem;
  border: 1px solid rgba(85, 97, 109, 0.12);
  border-radius: 8px;
  background: #fff;
}

.about-craft-stat span {
  display: block;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.about-craft-stat p {
  margin: 1.4rem 0 0;
  color: #55616d;
  font-size: 0.84rem;
  line-height: 1.55;
}

/* --- 7. GROUPED REFERENCES --- */
.about-ref-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

.about-ref-group-title {
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #ef6c23;
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-ref-group-list {
  display: grid;
  gap: 0.65rem;
}

.about-ref-group-list article {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(85, 97, 109, 0.1);
  border-radius: 8px;
  background: #fff;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.about-ref-group-list article:hover {
  border-color: rgba(17, 19, 23, 0.22);
  box-shadow: 0 12px 28px rgba(17, 19, 23, 0.05);
  transform: translateY(-1px);
}

.about-ref-group-list strong {
  color: #111317;
  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.about-ref-group-list span {
  color: #55616d;
  font-size: 0.78rem;
  line-height: 1.45;
}

/* --- 8. CLOSING CTA --- */
.about-cta {
  padding: 2rem 0 0;
}

.about-cta-inner {
  padding: 4.5rem 3rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #111317 0%, #1e2128 100%);
  text-align: center;
}

.about-cta-heading {
  margin: 0 auto 0.75rem;
  max-width: 18ch;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.about-cta-sub {
  margin: 0 0 2.5rem;
  color: rgba(245, 247, 248, 0.55);
  font-size: 1rem;
  line-height: 1.6;
}

.about-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 2rem;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 180ms ease, box-shadow 220ms ease;
}

.about-cta-btn:active {
  transform: scale(0.97);
}

.about-cta-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
}

.about-cta-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.about-cta-btn-solid {
  border: 1px solid #ef6c23;
  background: #ef6c23;
  color: #fff;
  box-shadow: 0 8px 24px rgba(239, 108, 35, 0.25);
}

.about-cta-btn-solid:hover {
  background: #d45e1a;
  border-color: #d45e1a;
  box-shadow: 0 12px 32px rgba(239, 108, 35, 0.35);
}

/* ═══════════════════════════════════════════
   MOBILE RESPONSIVE — ABOUT REDESIGN
   ═══════════════════════════════════════════ */
@media (max-width: 767px) {
  .about-manifesto {
    padding-bottom: 3.5rem;
  }

  .about-manifesto-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-manifesto-title {
    max-width: none;
  }

  .about-stats-strip {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 0;
    margin-bottom: 3.5rem;
  }

  .about-stat-divider {
    width: 48px;
    height: 1px;
  }

  .about-category-chapter,
  .about-category-chapter.about-category-right {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  /* On mobile, always show image first */
  .about-category-right .about-category-content {
    order: 2;
  }
  .about-category-right .about-category-image {
    order: 1;
  }

  .about-category-content {
    max-width: none;
  }

  .about-craft-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-ref-groups {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-cta-inner {
    padding: 3rem 1.5rem;
    border-radius: 16px;
  }

  .about-cta-actions {
    flex-direction: column;
  }

  .about-cta-btn {
    width: 100%;
  }

  .about-craft-section,
  .about-categories {
    padding-bottom: 3.5rem;
  }

  .about-capability-banner {
    padding: 1.4rem 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .about-manifesto-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-craft-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-ref-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-about-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
