/* ---------- about page ---------- */
/* This page is a normal scrolling document (no wire/spark stage), so the
   fixed header needs the page content to reserve space for it instead of
   relying on the homepage's full-bleed hero to sit behind it. */
body.about-page { background: #000; }
body.about-page .site-header { background: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.6) 70%, rgba(0,0,0,0)); }

.about-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: calc(var(--header-h) + 64px) clamp(24px, 6vw, 90px) 0;
}

.about-hero {
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(242, 246, 244, 0.1);
}
.about-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
  color: var(--ink);
}
.about-hero .lead {
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--muted);
  max-width: 56ch;
  margin: 0;
}

.about-story {
  padding: 56px 0;
  border-bottom: 1px solid rgba(242, 246, 244, 0.1);
  max-width: 68ch;
}
.about-story p {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.75;
  font-weight: 300;
  color: rgba(242, 246, 244, 0.85);
  margin: 0 0 24px;
}
.about-story p:last-child { margin-bottom: 0; }

.about-quote {
  padding: 8px 0 56px;
  border-bottom: 1px solid rgba(242, 246, 244, 0.1);
  max-width: 64ch;
}
.about-quote blockquote {
  margin: 0 0 16px;
  padding: 0 0 0 24px;
  border-left: 3px solid var(--green);
  font-family: 'Sora', sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
}
.about-quote-attr {
  margin: 0;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
}

.about-values { padding: 64px 0; border-bottom: 1px solid rgba(242, 246, 244, 0.1); }
.about-values h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
  color: var(--ink);
  max-width: 26ch;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}
.value-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 10px;
}
.value-card p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
  max-width: 40ch;
}

.about-timeline { padding: 64px 0; border-bottom: 1px solid rgba(242, 246, 244, 0.1); }
.timeline {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline li {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid rgba(242, 246, 244, 0.1);
  align-items: baseline;
}
.timeline li:first-child { border-top: none; }
.timeline-label {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.timeline p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(242, 246, 244, 0.85);
  max-width: 52ch;
}

.about-clients { padding: 64px 0; border-bottom: 1px solid rgba(242, 246, 244, 0.1); }
.about-clients h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
  color: var(--ink);
  max-width: 30ch;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 28px;
}
.client-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 10px;
}
.client-card p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}

.about-cta {
  padding: 72px 0 90px;
  text-align: left;
}
.about-cta h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--ink);
  max-width: 24ch;
}
.about-cta .lead {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 300;
  color: var(--muted);
}
.about-cta .contact-cta { margin-top: 30px; }
.about-cta .back-home {
  display: inline-block;
  margin-top: 32px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
}
.about-cta .back-home:hover { color: var(--ink); }

@media (max-width: 860px) {
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .values-grid { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 1fr; gap: 8px; }
  .clients-grid { grid-template-columns: 1fr; }
}
