/* ─── ABOUT PAGE BASE ────────────────────────────────────────────────────── */
.about-page {
  background: #000;
}

/* Prevents flash before GSAP sets initial autoAlpha states */
.about-hero-img,
.about-kicker,
.about-hero-title,
.about-hero-lead {
  visibility: hidden;
}

.about-page .nav {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.about-page .nav-offer {
  top: 15px;
}

.nav-link--active {
  color: #fff !important;
}

.nav-link--active::after {
  transform: scaleX(1) !important;
}

/* ─── ABOUT KICKER / LABEL ──────────────────────────────────────────────── */
.about-kicker,
.about-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}

/* ─── HERO ───────────────────────────────────────────────────────────────── */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding-top: var(--nav-h);
}

.about-hero-img-col {
  position: relative;
  overflow: hidden;
}

.about-hero-img-wrap {
  position: absolute;
  inset: 0;
}

.about-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.78) saturate(0.9);
  display: block;
}

.about-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 10% 80px 8%;
}

.about-hero-title {
  font-family: 'Lora', serif;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 32px;
}

.about-hero-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}

.about-hero-lead {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
}

/* ─── STORY ──────────────────────────────────────────────────────────────── */
.about-story {
  padding: 100px 10rem;
}

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

.about-story-label-col {
  padding-top: 6px;
}

.about-story-text-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-story-text-col p {
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
}

.about-story-text-col strong {
  font-weight: 600;
  color: #fff;
}

/* ─── STATS ──────────────────────────────────────────────────────────────── */
.about-stats {
  padding: 80px 10rem;
}

.about-stats-inner {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: start;
  gap: 0;
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 4rem;
}

.about-stat:first-child {
  padding-left: 0;
}

.about-stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.about-stat-num {
  font-family: 'Urbanist', sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1;
}

.about-stat-label {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

/* ─── VALUES ─────────────────────────────────────────────────────────────── */
.about-values {
  padding: 100px 10rem;
}

.about-values-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.about-values-header {
  display: flex;
  flex-direction: column;
}

.about-values-title {
  font-family: 'Lora', serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 700px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.about-value-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 42px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.3s;
}

.about-value-card:hover {
  background: rgba(255, 255, 255, 0.03);
}

.about-value-num {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
}

.about-value-card h3 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.about-value-card p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}

/* ─── CTA ────────────────────────────────────────────────────────────────── */
.about-cta {
  padding: 120px 10rem;
  text-align: center;
}

.about-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.about-cta-title {
  font-family: 'Lora', serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.about-cta-text {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
}

.about-cta-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .about-story,
  .about-stats,
  .about-values,
  .about-cta {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-hero-img-col {
    position: relative;
    height: 55vw;
    min-height: 300px;
  }

  .about-hero-img-wrap {
    position: absolute;
    inset: 0;
  }

  .about-hero-content {
    padding: 52px 2rem 60px;
  }

  .about-story {
    padding: 72px 2rem;
  }

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

  .about-stats {
    padding: 64px 2rem;
  }

  .about-stats-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    justify-content: center;
  }

  .about-stat-divider {
    display: none;
  }

  .about-stat {
    padding: 0;
  }

  .about-values {
    padding: 72px 2rem;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-cta {
    padding: 80px 2rem;
  }
}

@media (max-width: 600px) {
  .about-stats-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-cta-btns {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .about-cta-btns .hero-btn {
    text-align: center;
  }
}
