/* ============================================================
   ABOUT PAGE
   ============================================================ */


/* ── 1. HERO ── */
.ab-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px clamp(24px, 6vw, 100px) 100px;
  background: var(--d-bg);
  position: relative;
  overflow: hidden;
}
.ab-hero__inner {
  position: relative;
  max-width: 860px;
}
.ab-hero__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1eb5a8;
  margin-bottom: 32px;
}
.ab-hero__h1 {
  font-family: 'Urbanist', sans-serif;
  font-size: clamp(48px, 7.5vw, 100px);
  font-weight: 450;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 32px;
}
.ab-hero__em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  color: #1eb5a8;
  text-shadow: 0 0 40px rgba(30,181,168,0.15);
}
.ab-hero__sub {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
  max-width: 620px;
  margin: 0 auto 40px;
}
.ab-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}
.ab-hero__dot { opacity: 0.3; }

/* ── 2. STORY ── */
.ab-story {
  padding: 100px clamp(24px, 6vw, 100px);
  background: var(--d-bg);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ab-story__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: start;
}
.ab-story__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1eb5a8;
  margin-bottom: 28px;
}
.ab-story__text {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.8;
  color: rgba(255,255,255,0.5);
  margin: 0 0 20px;
}
.ab-story__text:last-child { margin-bottom: 0; }
.ab-story__text strong { color: rgba(255,255,255,0.75); font-weight: 600; }
.ab-story__right {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  overflow: hidden;
}
.ab-story__stat {
  padding: 28px 32px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.ab-story__stat:last-child { border-bottom: none; }
.ab-story__stat-n {
  display: block;
  font-family: 'Urbanist', sans-serif;
  font-size: 36px;
  font-weight: 450;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.ab-story__stat-l {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── 3. TEAM ── */
.ab-team {
  padding: 100px clamp(24px, 6vw, 100px);
  background: var(--d-surface);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ab-team__inner { max-width: 1100px; margin: 0 auto; }
.ab-team__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 56px;
}
.ab-team__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ab-person {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
  padding: 48px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ab-person:first-child { padding-top: 0; }
.ab-person:last-child { border-bottom: none; padding-bottom: 0; }
.ab-person__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4/5;
}
.ab-person__img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16,1,0.3,1);
}
.ab-person__img-wrap:hover .ab-person__img { transform: scale(1.04); }
.ab-person__content {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ab-person__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.ab-person__name {
  font-family: 'Urbanist', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 450;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1;
}
.ab-person__role {
  font-size: 13px;
  color: #1eb5a8;
  margin: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.ab-person__bio {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.45);
  margin: 0;
  max-width: 540px;
}
.ab-person__linkedin {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  flex-shrink: 0;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.ab-person__linkedin svg { width: 15px; height: 15px; }
.ab-person__linkedin:hover {
  border-color: #1eb5a8;
  color: #1eb5a8;
  background: rgba(30,181,168,0.06);
}

/* ── 4. VALUES ── */
.ab-values {
  padding: 100px clamp(24px, 6vw, 100px);
  background: var(--d-bg);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ab-values__inner { max-width: 1100px; margin: 0 auto; }
.ab-values__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  margin-bottom: 48px;
}
.ab-values__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.ab-value {
  padding: 44px 40px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 4px;
  transition: background 0.3s;
}
.ab-value:hover { background: rgba(255,255,255,0.02); }
.ab-value__num {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #1eb5a8;
  margin-bottom: 20px;
}
.ab-value__title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}
.ab-value__text {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.38);
  margin: 0;
}

/* ── 5. PULL QUOTE ── */
.ab-pullquote {
  padding: 120px clamp(24px, 6vw, 100px);
  background: var(--d-surface);
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}
.ab-pullquote__text {
  font-family: 'Urbanist', sans-serif;
  font-size: clamp(22px, 3.5vw, 42px);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
  max-width: 820px;
  margin: 0 auto 24px;
  font-style: normal;
}
.ab-pullquote__cite {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  font-style: normal;
}

/* ── 6. CTA ── */
.ab-cta {
  padding: 120px clamp(24px, 6vw, 100px);
  background: var(--d-bg);
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 36px;
}
.ab-cta__line {
  font-family: 'Urbanist', sans-serif;
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 450;
  color: #fff;
  margin: 0;
  max-width: 640px;
  line-height: 1.2;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ab-hero { text-align: left; align-items: flex-start; justify-content: flex-start; padding-top: 140px; padding-bottom: 80px; }
  .ab-hero__meta { justify-content: flex-start; }
  .ab-story__inner { grid-template-columns: 1fr; gap: 48px; }
  .ab-person { grid-template-columns: 1fr; gap: 28px; }
  .ab-person__img-wrap { max-width: 280px; }
  .ab-values__grid { grid-template-columns: 1fr; }
  .ab-cta { align-items: flex-start; text-align: left; }
}
