/* About page — Brand House LA inspired layout */

/* HERO */
.abh-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 160px var(--pad-x) 120px;
}
.abh-hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  text-align: left;
}
.abh-hero-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.abh-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.abh-hero-h1 {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 32px;
}
.abh-hero-h1 em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.abh-hero-sub {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 620px;
  margin: 0;
}

/* Shared big heading */
.abh-h2 {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.abh-h2-wide { max-width: 900px; margin: 0 auto 24px; text-align: center; }
.abh-lede {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 640px;
}
.abh-lede-center { margin: 0 auto 64px; text-align: center; }
.abh-accent { color: var(--accent); }

/* SPLIT */
.abh-split {
  border-top: 1px solid var(--line);
  padding: 160px var(--pad-x) 56px;
}
.abh-split-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.abh-split-head {
  max-width: 820px;
  margin-bottom: 0;
}
.abh-split-head .abh-h2 {
  margin-bottom: 24px;
}
.abh-split-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.abh-split-points {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.abh-split-point {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.abh-split-point h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: var(--ink);
}
.abh-split-point p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
}
.abh-split-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: end;
}
.abh-split-img {
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  background:
    repeating-linear-gradient(135deg, rgba(22,24,28,0.04) 0 10px, transparent 10px 20px),
    linear-gradient(135deg, #efece5, #e3e1da);
  border: 1px solid var(--line);
  position: relative;
}
.abh-split-img::after {
  content: attr(data-label);
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(22,24,28,0.45);
  text-transform: uppercase;
}
.abh-split-img-2 {
  aspect-ratio: 3 / 3.4;
  transform: translateY(-40px);
  background:
    repeating-linear-gradient(135deg, rgba(31,169,240,0.06) 0 10px, transparent 10px 20px),
    linear-gradient(135deg, #e8f1f7, #d6e8f3);
}

/* EXPERTISE */
.abh-expertise {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 120px var(--pad-x);
}
.abh-expertise-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.abh-expertise-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 auto 28px;
  width: 100%;
  justify-content: center;
}
.abh-expertise-eyebrow .eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.abh-expertise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}
.abh-expertise-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 40px;
}
.abh-expertise-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
}
.abh-expertise-card h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  color: var(--ink);
}
.abh-expertise-card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--muted);
}

/* FOUNDER */
.abh-founder {
  background:
    radial-gradient(circle at 1px 1px, rgba(15, 28, 46, 0.08) 1px, transparent 0) 0 0 / 22px 22px,
    #FFFFFF;
  border-top: 1px solid var(--line);
  padding: 32px var(--pad-x) 60px;
}
.abh-founder-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.abh-founder-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 36px;
}
.abh-founder-eyebrow .eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.abh-founder-statement {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--ink);
  max-width: 1100px;
  margin-bottom: 100px;
}
.abh-founder-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.abh-founder-photo {
  height: 100%;
  min-height: 340px;
  border-radius: 22px;
  background:
    repeating-linear-gradient(135deg, rgba(22,24,28,0.05) 0 10px, transparent 10px 20px),
    linear-gradient(135deg, #f0ede5, #e0ddd5);
  border: 1px solid var(--line);
  position: relative;
}
.abh-founder-photo::after {
  content: attr(data-label);
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(22,24,28,0.5);
  text-transform: uppercase;
}
.abh-founder-body {
  padding-top: 12px;
}
.abh-founder-name {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 4px;
}
.abh-founder-role {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.abh-founder-divider {
  height: 1px;
  background: var(--line);
  margin: 28px 0;
}
.abh-founder-body p {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 18px;
}
.abh-founder-body p strong {
  color: var(--ink);
  font-weight: 600;
}
.abh-founder-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
}

/* PROJECT CTA */
.abh-projcta {
  background: var(--ink);
  color: #fff;
  padding: 120px var(--pad-x);
  text-align: center;
}
.abh-projcta-inner {
  max-width: 820px;
  margin: 0 auto;
}
.abh-projcta-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 24px;
}
.abh-projcta-h2 {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 24px;
}
.abh-projcta-h2 em {
  color: var(--accent);
}
.abh-projcta-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 40px;
}
.abh-projcta .btn-primary {
  background: #fff;
  color: var(--ink);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .abh-split-row { grid-template-columns: 1fr; gap: 48px; }
  .abh-split-img-2 { transform: none; }
  .abh-expertise-grid { grid-template-columns: 1fr; }
  .abh-founder-card { grid-template-columns: 1fr; gap: 40px; }
  .abh-founder-photo { height: auto; min-height: 0; aspect-ratio: 3 / 2; }
  .abh-hero { padding: 140px var(--pad-x) 80px; }
  .abh-split, .abh-expertise, .abh-founder, .abh-projcta { padding-top: 80px; padding-bottom: 80px; }
  .abh-split { padding-top: 140px; padding-bottom: 40px; }
  .abh-founder { padding-top: 40px; padding-bottom: 40px; }
}
