/* ============================================================
   Kitt — About page styles
   ============================================================ */

/* ---------- PAGE HERO (light variant — centered) ---------- */
.page-hero { padding: 180px 0 100px; text-align: center; }
.page-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--muted);
  margin-bottom: 32px;
}
.page-hero .eyebrow::before {
  content: ""; width: 5px; height: 5px;
  border-radius: 50%; background: var(--ink);
}
.page-hero h1 {
  font-weight: 900;
  font-size: clamp(56px, 10vw, 140px); line-height: 0.95;
  letter-spacing: -0.05em;
  margin-bottom: 32px;
}
.page-hero h1 .light { font-weight: 300; color: var(--muted-2); }
.page-hero p {
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--ink-2);
  max-width: 720px; margin: 0 auto;
  line-height: 1.75;
}

/* ---------- MANIFESTO ---------- */
.manifesto { text-align: center; }
.manifesto blockquote {
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 52px); line-height: 1.4;
  letter-spacing: -0.025em;
  max-width: 1000px; margin: 0 auto 40px;
  color: var(--ink);
}
.manifesto .sig {
  font-family: var(--mono); font-size: 12px;
  letter-spacing: 0.18em; color: var(--muted);
}

/* ---------- TEAM ---------- */
.team-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 80px; flex-wrap: wrap; gap: 24px;
}
.team-head h2 {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 900; letter-spacing: -0.05em; line-height: 1;
}
.team-head .desc {
  max-width: 480px;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
  color: var(--muted); text-align: right;
}
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.member { position: relative; }
.member .photo {
  width: 100%; aspect-ratio: 1 / 1.1;
  background: #e8e8e8; border-radius: 4px;
  overflow: hidden; margin-bottom: 24px; position: relative;
  filter: grayscale(100%); transition: filter .4s;
}
.member:hover .photo { filter: grayscale(100%) brightness(1.05); }
.member .photo img {
  width: 100%; height: 100%;
  display: block; object-fit: cover;
  object-position: center top;
}
.member .photo .ph {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #3a3a3a, #1a1a1a);
  display: grid; place-items: center;
  color: rgba(255, 255, 255, 0.15);
  font-size: 72px; font-weight: 300;
}
.member .role {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--muted);
  margin-bottom: 12px;
}
.member .name { font-size: 28px; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 16px; }
.member .bio { font-size: 14px; line-height: 1.7; color: var(--ink-2); }
@media (max-width: 768px) {
  .team { grid-template-columns: 1fr; gap: 48px; }
  .team-head .desc { text-align: left; }
}

/* ---------- VALUES (dark sub-section) ---------- */
.values { background: var(--bg-dark); color: var(--paper); }
.values .eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--muted);
  margin-bottom: 24px;
}
.values .eyebrow::before {
  content: ""; width: 5px; height: 5px;
  border-radius: 50%; background: var(--paper);
}
.values h2 {
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 900; letter-spacing: -0.05em; line-height: 1;
  margin-bottom: 80px;
}
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.value {
  border-top: 1px solid var(--line-dark);
  padding-top: 32px; position: relative;
}
.value .num { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-bottom: 24px; }
.value h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 16px; }
.value p { font-size: 14px; line-height: 1.8; color: var(--muted-2); }
@media (max-width: 900px) { .values-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- FACTS ---------- */
.facts-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact {
  padding: 48px 32px;
  border-right: 1px solid var(--line);
  position: relative;
}
.fact:last-child { border-right: none; }
.fact .label {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--muted);
  margin-bottom: 16px;
}
.fact .val { font-size: 32px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
.fact .sub { font-size: 14px; color: var(--muted); margin-top: 10px; line-height: 1.55; }
@media (max-width: 900px) {
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: none; }
  .fact:nth-child(1), .fact:nth-child(2) { border-bottom: 1px solid var(--line); }
}

/* ---------- CTA ---------- */
.cta-section { text-align: center; }
.cta-section h2 {
  font-weight: 900;
  font-size: clamp(48px, 8vw, 108px);
  letter-spacing: -0.05em; line-height: 0.95;
  margin-bottom: 48px;
}
.cta-section h2 .fade { color: var(--muted-2); }
.cta-primary {
  display: inline-flex; align-items: center; gap: 16px;
  background: var(--ink); color: var(--paper);
  padding: 20px 14px 20px 40px;
  border-radius: 999px;
  font-size: 16px; font-weight: 600; letter-spacing: -0.01em;
  transition: transform .25s cubic-bezier(.2, .7, .2, 1);
  will-change: transform;
}
.cta-primary .arrow {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--paper); color: var(--ink);
  display: grid; place-items: center;
  transition: transform .3s;
}
.cta-primary:hover .arrow { transform: rotate(-45deg); }

/* ============================================================
   MOBILE PASS — about
   ============================================================ */
@media (max-width: 768px) {
  .page-hero { padding: 120px 0 60px; }
  .page-hero p { line-height: 1.7; }

  .manifesto blockquote { margin-bottom: 28px; }

  .team-head { margin-bottom: 48px; }
  .team-head .desc { text-align: left; }
  .member .name { font-size: 24px; margin-bottom: 12px; }

  .values h2 { margin-bottom: 48px; }
  .value { padding-top: 24px; }
  .value .num { margin-bottom: 16px; }

  .fact { padding: 32px 24px; }
  .fact .val { font-size: 28px; }

  .cta-section h2 { margin-bottom: 36px; }
  .cta-primary { padding: 16px 12px 16px 28px; font-size: 14px; gap: 12px; }
  .cta-primary .arrow { width: 36px; height: 36px; }
}
@media (max-width: 480px) {
  .fact { padding: 28px 18px; }
  .fact .val { font-size: 24px; }
}
