/* ─── About page ─────────────────────────────────────────── */

/* ── Hero ──
   Deliberately NOT a full-bleed video hero like the homepage —
   a compact, bordered editorial masthead instead: a modest title
   paired with a side column of tags, split by a vertical rule. */
.ab-hero {
  padding: 9rem 0 5rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.ab-hero-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 4rem;
  align-items: end;
}

.ab-hero-main .section-label {
  margin-bottom: 1.5rem;
}

.ab-hero-title {
  font-size: clamp(2.4rem, 4.4vw, 4.6rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--text-pri);
  margin-bottom: 1.75rem;
  overflow: hidden;
}

.ab-hero-title .line {
  display: block;
  overflow: hidden;
}

.ab-hero-title .wd {
  display: inline-block;
}

.ab-hero-sub {
  font-size: clamp(0.88rem, 1.2vw, 1.05rem);
  line-height: 1.72;
  color: var(--text-sec);
  max-width: 440px;
}

.ab-hero-side {
  border-left: 1px solid var(--border);
  padding-left: 2.5rem;
  padding-bottom: 0.3rem;
}

.ab-hero-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.ab-hero-tags span {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-sec);
  border: 1px solid var(--border);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
}

/* ── Manifesto ── */
.ab-manifesto {
  padding: 8rem 0;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.ab-manifesto-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ab-manifesto-line {
  font-size: clamp(2rem, 3.8vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text-pri);
  display: block;
  overflow: hidden;
}

.ab-manifesto-line--muted {
  color: rgba(232,224,208,0.22);
}

.ab-manifesto-line-inner {
  display: block;
}

/* ── Studio ── */
.ab-studio {
  padding: 10rem 0 8rem;
  border-top: 1px solid var(--border);
  background: var(--bg);
}

.ab-studio-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.ab-studio-right p {
  font-size: 0.92rem;
  line-height: 1.82;
  color: var(--text-sec);
  margin-bottom: 1.5rem;
}

.ab-studio-right p:last-of-type { margin-bottom: 0; }

/* ── Team ── */
.ab-team {
  padding: 0 0 10rem;
  background: var(--bg);
}

.ab-team .section-label {
  margin-bottom: 3rem;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.team-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  background: var(--surface);
  transition: border-color 0.3s ease;
}

.team-card:hover {
  border-color: rgba(224,95,24,0.35);
}

.team-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(160deg, #1c1c18 0%, #2a1e12 50%, #1a1410 100%);
  position: relative;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(15%);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s ease;
}

.team-card:hover .team-photo img {
  transform: scale(1.04);
  filter: grayscale(0%);
}

/* Placeholder shown when no real photo */
.team-photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

.team-photo-initial {
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: rgba(224,95,24,0.12);
  line-height: 1;
  user-select: none;
  position: absolute;
  bottom: -1rem;
  right: 1.5rem;
}

.team-info {
  padding: 2rem 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.team-name-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.team-name {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--text-pri);
}

.team-role {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.team-bio {
  font-size: 0.86rem;
  line-height: 1.72;
  color: var(--text-sec);
  margin-bottom: 0.5rem;
}

.team-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.team-tag {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-sec);
  border: 1px solid var(--border);
  padding: 0.3rem 0.7rem;
  border-radius: 2rem;
}

/* ── Values ── */
.ab-values {
  padding: 10rem 0;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.ab-values .section-label { margin-bottom: 4rem; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}

.value-item {
  background: var(--surface);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: background 0.25s ease;
}

.value-item:hover { background: rgba(224,95,24,0.04); }

.client-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 1.75rem;
  align-items: start;
}

.client-tile {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  min-width: 0;
  background: #fff;
  border-radius: 26px;
  padding: 2.25rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.client-tile img {
  max-width: 78%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
}

a.client-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

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

.value-num {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.value-title {
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--text-pri);
  line-height: 1.2;
}

.value-desc {
  font-size: 0.86rem;
  line-height: 1.75;
  color: var(--text-sec);
}

/* ── CTA ── */
.ab-cta {
  padding: 12rem 0;
  border-top: 1px solid var(--border);
  background: var(--bg);
  text-align: center;
}

.ab-cta-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
  display: block;
}

.ab-cta-title {
  font-size: clamp(3rem, 6vw, 7.5rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--text-pri);
  margin-bottom: 3rem;
}

.ab-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  padding: 1rem 2.2rem;
  border-radius: 2rem;
  transition: background 0.2s ease, gap 0.3s ease;
}

.ab-cta-btn:hover {
  background: #EA7030;
  gap: 0.9rem;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ab-studio-split {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .ab-manifesto-line {
    font-size: clamp(1.6rem, 5vw, 3rem);
  }

  .ab-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }

  .ab-hero-side {
    border-left: none;
    border-top: 1px solid var(--border);
    padding-left: 0;
    padding-top: 1.5rem;
  }

  .ab-hero-tags {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .ab-hero {
    padding: 7rem 0 4rem;
  }

  .ab-cta {
    padding: 8rem 0;
  }
}
