/* About page — extends styles.css */

/* ===== Hero ===== */
.about-hero {
  position: relative;
  padding-top: 200px;
  padding-bottom: 140px;
  overflow: hidden;
  isolation: isolate;
}
.about-hero-inner {
  max-width: 1100px;
}
.about-hero h1 {
  margin-top: 32px;
  font-size: clamp(48px, 7vw, 104px);
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}
.about-hero h1 .muted { color: var(--text-muted); }

/* ===== Facts strip ===== */
.about-facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 80px;
  padding-bottom: 80px;
}
.facts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 800px) {
  .facts-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 56px; }
}
.fact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fact-lbl {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.fact-val {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text);
  text-wrap: balance;
}
.fact-val.accent { color: var(--accent); }
.fact-sub {
  font-size: var(--t-body-s);
  color: var(--text-muted);
  line-height: 1.55;
  max-width: 36ch;
}

/* ===== CEO section ===== */
.ceo {
  position: relative;
  isolation: isolate;
}
.ceo::before {
  content: '';
  position: absolute;
  top: 20%; right: -200px;
  width: 800px; height: 800px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
  filter: blur(120px);
  opacity: calc(0.55 * var(--glow-strength));
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: screen;
}
.ceo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: center;
}
@media (min-width: 1024px) {
  .ceo-grid { grid-template-columns: 1.1fr 0.9fr; gap: 96px; }
}
.ceo-portrait {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}
.ceo-photo {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 1 / 1.05;
  border-radius: 18px;
  overflow: hidden;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  isolation: isolate;
}
.ceo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.05);
  position: relative;
  z-index: 1;
}
.ceo-photo-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, var(--accent) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-elev) 0%, #0A1530 100%);
  opacity: 0.5;
  z-index: 0;
}
.ceo-name .name {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.ceo-name .role {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 4px;
}
.ceo-copy .eyebrow + .ceo-quote { margin-top: 28px; }
.ceo-quote {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.018em;
  color: var(--text);
  max-width: 56ch;
  text-wrap: pretty;
}
.ceo-quote .quote-mark {
  color: var(--accent);
  font-weight: 500;
}

/* ===== About block — split editorial ===== */
.about-block-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 1024px) {
  .about-block-inner { grid-template-columns: 1fr 1.2fr; gap: 96px; }
}
.about-block-head h2 {
  margin-top: 22px;
  max-width: 14ch;
}
.about-block-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-block-body .lead { max-width: 58ch; }
.about-block-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* ===== Featured testimonial ===== */
.about-testimonial {
  position: relative;
}
.featured-quote {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.featured-mark {
  width: 40px; height: 30px;
  color: var(--accent);
  opacity: 0.9;
}
.featured-quote-text {
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.32;
  color: var(--text);
  text-wrap: pretty;
}
.featured-attr {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
}
.featured-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--green-500));
  flex: 0 0 auto;
}
.featured-attr .name { font-size: 15px; font-weight: 500; letter-spacing: -0.005em; }
.featured-attr .role { font-size: 13.5px; color: var(--text-muted); margin-top: 4px; }

/* ===== Trusted by ===== */
.about-trust {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
}
.about-trust-head {
  text-align: center;
  margin-bottom: 64px;
}
.about-trust-head h3 {
  margin-top: 22px;
  text-wrap: balance;
}

/* ===== Mobile ===== */
@media (max-width: 760px) {
  .about-hero {
    padding-top: 120px;
    padding-bottom: 72px;
  }
  .about-hero h1 { font-size: clamp(36px, 11vw, 56px); margin-top: 22px; }

  .about-facts { padding-top: 56px; padding-bottom: 56px; }
  .facts-grid { gap: 32px; }
  .fact-val { font-size: clamp(24px, 7vw, 36px); }

  .ceo { padding-top: 64px; padding-bottom: 64px; }
  .ceo-grid { gap: 36px; grid-template-columns: 1fr; }
  .ceo-photo { max-width: 100%; aspect-ratio: 4 / 5; }
  .ceo-quote { font-size: 18px; line-height: 1.45; }

  .about-block-inner { gap: 32px; grid-template-columns: 1fr; }
  .about-block-head h2 { font-size: clamp(30px, 8vw, 42px); }
  .about-block-actions { gap: 10px; }
  .about-block-actions .btn { flex: 1 1 auto; justify-content: center; }

  .about-testimonial { padding-top: 56px; padding-bottom: 56px; }
  .featured-quote-text { font-size: clamp(20px, 5.5vw, 28px); }
  .featured-attr .name { font-size: 14px; }
  .featured-attr .role { font-size: 13px; }

  .about-trust-head { margin-bottom: 40px; }
  .about-trust-head h3 { font-size: 20px; }
}
