/* assets/css/about.css */

.about-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border-left: 1px solid var(--bd);
  border-right: 1px solid var(--bd);
}

/* ── HERO ─────────────────────────────────────────────────────────────── */
.about-hero {
  padding: 5rem 4rem 4rem;
  border-bottom: 1px solid var(--bd);
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.about-hero::before {
  content: 'CD';
  position: absolute;
  right: -1rem;
  top: -2rem;
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-size: 18rem;
  font-weight: 900;
  color: var(--bd);
  opacity: .4;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.about-hero-inner { position: relative; max-width: 680px; }
.about-kicker {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ac);
  margin-bottom: 1.25rem;
}
.about-title {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -.04em;
  color: var(--tx);
  margin-bottom: 1.5rem;
}
.about-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--tx2);
  max-width: 560px;
}

/* ── SECTIONS ─────────────────────────────────────────────────────────── */
.about-section { padding: 3.5rem 0; }
.about-section-inner { padding: 0 4rem; }
.about-rule { height: 1px; background: var(--bd); margin: 0 4rem; }

.about-two-col {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 3rem;
  align-items: start;
}
.about-col-label {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tx3);
  padding-top: .25rem;
  position: sticky;
  top: 2rem;
}
.about-col-body p {
  font-size: .97rem;
  line-height: 1.82;
  color: var(--tx2);
  margin-bottom: 1.15rem;
}
.about-col-body p:last-child { margin-bottom: 0; }

/* ── VALUES ───────────────────────────────────────────────────────────── */
.about-values-hdr { margin-bottom: 2rem; }
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.about-value {
  padding: 1.5rem;
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: 6px;
}
.about-value-num {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--bd2);
  line-height: 1;
  margin-bottom: .75rem;
}
.about-value-title {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: .6rem;
  line-height: 1.3;
}
.about-value p {
  font-size: .85rem;
  line-height: 1.7;
  color: var(--tx2);
  margin: 0;
}

/* ── TEAM ─────────────────────────────────────────────────────────────── */
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.about-staffer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--bg2);
  border: 1px solid var(--bd);
  border-radius: 6px;
  transition: box-shadow .15s, border-color .15s;
  cursor: pointer;
}
.about-staffer:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  border-color: var(--ac);
}
.about-staffer-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 2px solid var(--bd);
}
.about-staffer-initials {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--ac);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.about-staffer-name {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: .25rem;
  line-height: 1.2;
}
.about-staffer-title {
  font-size: .72rem;
  color: var(--ac);
  font-weight: 600;
  margin-bottom: .6rem;
  line-height: 1.4;
}
.about-staffer-cats {
  display: flex;
  gap: .3rem;
  flex-wrap: wrap;
  justify-content: center;
}
.about-staffer-cats span {
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .1rem .4rem;
  background: var(--bg3);
  color: var(--tx3);
  border-radius: 3px;
}

/* ── CTA ──────────────────────────────────────────────────────────────── */
.about-cta-section {
  background: var(--bg2);
  border-top: 1px solid var(--bd);
}
.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.about-cta-title {
  font-family: 'Fraunces', 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -.03em;
  color: var(--tx);
  margin-bottom: .5rem;
  line-height: 1.1;
}
.about-cta-body {
  font-size: .88rem;
  color: var(--tx2);
  line-height: 1.6;
  max-width: 420px;
  margin: 0;
}
.about-cta-btns {
  display: flex;
  gap: .75rem;
  flex-shrink: 0;
}
.about-btn-primary {
  padding: .65rem 1.5rem;
  background: var(--ac);
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: .85rem;
  transition: background .15s;
  white-space: nowrap;
}
.about-btn-primary:hover { background: var(--ac2, var(--ac)); filter: brightness(1.1); }
.about-btn-secondary {
  padding: .65rem 1.5rem;
  background: none;
  border: 1px solid var(--bd2);
  color: var(--tx2);
  border-radius: 5px;
  font-weight: 600;
  font-size: .85rem;
  transition: all .15s;
  white-space: nowrap;
}
.about-btn-secondary:hover { background: var(--bg3); color: var(--tx); }

/* ── RESPONSIVE ───────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .about-hero { padding: 3rem 2rem; }
  .about-section-inner { padding: 0 2rem; }
  .about-rule { margin: 0 2rem; }
  .about-two-col { grid-template-columns: 1fr; gap: 1rem; }
  .about-col-label { position: static; }
  .about-team-grid { grid-template-columns: repeat(3, 1fr); }
  .about-values-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .about-hero { padding: 2rem 1.25rem; }
  .about-section-inner { padding: 0 1.25rem; }
  .about-rule { margin: 0 1.25rem; }
  .about-team-grid { grid-template-columns: repeat(2, 1fr); }
  .about-cta { flex-direction: column; align-items: flex-start; }
  .about-cta-btns { flex-direction: column; width: 100%; }
  .about-btn-primary, .about-btn-secondary { text-align: center; }
}