/* Red Leaf — About page styles */

/* ─── Shared ───────────────────────────────────────────── */
.ab-page { background: var(--paper); padding-bottom: 0; }
.ab-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.12em; font-weight: 600;
  color: var(--red);
}
.ab-eyebrow::before {
  content: ''; width: 24px; height: 1px; background: var(--red);
}

/* ─────────────────────────────────────────────────────────
   V1 — Editorial profile
   Big editorial name + portrait, third-person intro,
   then first-person letter, values, credentials.
   ───────────────────────────────────────────────────────── */
.abv1-hero {
  padding: 56px 0 80px;
  border-bottom: 1px solid var(--line);
}
.abv1-hero-eyebrow {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em;
  font-weight: 600; color: var(--ink-3);
  padding-bottom: 32px; border-bottom: 1px solid var(--line);
  margin-bottom: 56px;
}
.abv1-hero-eyebrow .red { color: var(--red); }
.abv1-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: end;
}
.abv1-name {
  font-family: var(--display);
  font-size: clamp(80px, 9vw, 140px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.abv1-name .accent { color: var(--red); font-style: italic; font-weight: 800; }
.abv1-role {
  margin-top: 28px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.3;
  max-width: 480px;
  letter-spacing: -0.012em;
}
.abv1-portrait {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 12px;
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: 0 24px 60px rgba(15,15,15,0.12);
}
.abv1-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.abv1-portrait-cap {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(255,255,255,0.95);
  padding: 8px 12px; border-radius: 6px;
  font-size: 11px; font-weight: 600; color: var(--ink-2);
  letter-spacing: 0.04em; text-transform: uppercase;
}

.abv1-lede {
  padding: 80px 0;
  max-width: 820px;
  margin: 0 auto;
}
.abv1-lede p {
  font-family: var(--display);
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-wrap: pretty;
}
.abv1-lede p + p { margin-top: 24px; }
.abv1-lede .pull { color: var(--red); }

.abv1-letter {
  padding: 80px 0;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.abv1-letter-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  max-width: 1080px; margin: 0 auto;
}
.abv1-letter-side {
  position: sticky; top: 24px;
  align-self: start;
}
.abv1-letter-side .ab-eyebrow { color: var(--red); }
.abv1-letter-side h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 16px;
  line-height: 1.1;
}
.abv1-letter-body p {
  font-size: 17px; line-height: 1.65; color: var(--ink-2);
}
.abv1-letter-body p + p { margin-top: 18px; }
.abv1-letter-body .first::first-letter {
  font-family: var(--display);
  float: left;
  font-size: 72px;
  line-height: 0.85;
  font-weight: 900;
  color: var(--red);
  margin: 6px 12px 0 0;
  padding: 0;
}
.abv1-letter-sig {
  margin-top: 32px;
  font-family: var(--display);
  font-style: italic;
  font-size: 26px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: -0.015em;
}
.abv1-letter-sig + p {
  font-size: 13px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 6px;
  font-weight: 600;
}

.abv1-creds {
  padding: 64px 0;
  display: flex; flex-wrap: wrap; gap: 10px;
  align-items: center; justify-content: center;
  border-bottom: 1px solid var(--line);
}
.abv1-creds-label {
  font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.14em; font-weight: 600;
  color: var(--ink-3); margin-right: 16px;
}
.abv1-cred-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px; font-weight: 500; color: var(--ink-2);
}
.abv1-cred-pill .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--red);
}

.abv1-values {
  padding: 96px 0;
}
.abv1-values-head {
  margin-bottom: 48px;
}
.abv1-values-head h2 {
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 16px;
}
.abv1-values-head h2 .accent { color: var(--red); }
.abv1-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid var(--ink);
}
.abv1-value {
  padding: 32px 28px 36px 0;
  border-right: 1px solid var(--line);
}
.abv1-value:last-child { border-right: none; padding-right: 0; }
.abv1-value-num {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.04em;
}
.abv1-value-title {
  margin-top: 18px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.abv1-value-desc {
  margin-top: 12px;
  font-size: 14.5px;
  color: var(--ink-3);
  line-height: 1.55;
}

.abv1-collab {
  padding: 80px 0 96px;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}
.abv1-collab-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}
.abv1-collab h2 {
  font-family: var(--display);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-top: 14px;
}
.abv1-collab h2 .accent { color: var(--red); }
.abv1-collab p {
  font-size: 17px; line-height: 1.6; color: var(--ink-2);
}
.abv1-collab p + p { margin-top: 14px; }

/* ─────────────────────────────────────────────────────────
   V2 — First-person letter
   Conversational, photo on right, dropcap letter,
   values as inline list, sign-off.
   ───────────────────────────────────────────────────────── */
.abv2-hero {
  padding: 80px 0 64px;
}
.abv2-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr;
  gap: 72px;
  align-items: start;
}
.abv2-greeting {
  font-family: var(--display);
  font-size: clamp(56px, 6.5vw, 96px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: var(--ink);
}
.abv2-greeting .wave {
  display: inline-block; transform-origin: 70% 70%;
}
.abv2-greeting .accent {
  color: var(--red);
  font-style: italic;
  font-weight: 800;
}
.abv2-greeting .underline {
  display: inline-block;
  position: relative;
}
.abv2-greeting .underline::after {
  content: '';
  position: absolute;
  bottom: 0.05em; left: -0.04em; right: -0.04em;
  height: 0.18em;
  background: var(--red);
  opacity: 0.25;
  z-index: -1;
}
.abv2-sub {
  margin-top: 32px;
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 560px;
}
.abv2-pills {
  margin-top: 24px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.abv2-portrait {
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: 0 18px 40px rgba(15,15,15,0.1);
  border: 1px solid var(--line);
}
.abv2-portrait img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.abv2-letter {
  padding: 64px 0 96px;
  max-width: 720px;
  margin: 0 auto;
}
.abv2-letter-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--red);
  font-weight: 700;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
}
.abv2-letter-eyebrow::before {
  content: ''; width: 24px; height: 1px; background: var(--red);
}
.abv2-letter h2 {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 28px;
  text-wrap: balance;
}
.abv2-letter h2 .accent { color: var(--red); }
.abv2-letter p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-2);
  text-wrap: pretty;
}
.abv2-letter p + p { margin-top: 18px; }
.abv2-letter p.lede {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.abv2-letter p strong { color: var(--ink); font-weight: 700; }
.abv2-letter p .red { color: var(--red); font-weight: 600; }
.abv2-letter-sig {
  margin-top: 40px;
  display: flex; align-items: center; gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.abv2-sig-mark {
  font-family: var(--display);
  font-style: italic;
  font-size: 36px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: -0.02em;
}
.abv2-sig-meta {
  font-size: 13px; color: var(--ink-3); line-height: 1.4;
}
.abv2-sig-meta strong { color: var(--ink); display: block; font-size: 14px; }

.abv2-believe {
  padding: 80px 0;
  background: var(--ink);
  color: white;
}
.abv2-believe-head {
  text-align: center; margin-bottom: 56px;
}
.abv2-believe-head .ab-eyebrow {
  color: white; opacity: 0.6; justify-content: center;
}
.abv2-believe-head .ab-eyebrow::before {
  background: rgba(255,255,255,0.3);
}
.abv2-believe-head h2 {
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: white;
  margin-top: 14px;
}
.abv2-believe-head h2 .accent { color: var(--red); }
.abv2-believe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-left: 1px solid rgba(255,255,255,0.15);
}
.abv2-belief {
  padding: 36px 32px;
  border-right: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.abv2-belief-num {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.06em;
}
.abv2-belief-title {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-top: 14px;
  color: white;
}
.abv2-belief-desc {
  margin-top: 12px;
  font-size: 15px;
  color: #C9C9C9;
  line-height: 1.55;
}

.abv2-creds {
  padding: 72px 0;
  text-align: center;
}
.abv2-creds-label {
  font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.14em; font-weight: 600;
  color: var(--ink-3); margin-bottom: 20px;
}
.abv2-creds-row {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center;
}

/* ─────────────────────────────────────────────────────────
   V3 — Focused minimal
   Single column, narrative-led, asymmetric portrait,
   typographic values, low chrome.
   ───────────────────────────────────────────────────────── */
.abv3-wrap {
  max-width: 980px;
  margin: 0 auto;
}
.abv3-top {
  padding: 80px 0 56px;
  border-bottom: 1px solid var(--line);
}
.abv3-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; text-transform: uppercase;
  letter-spacing: 0.14em; font-weight: 600;
  color: var(--ink-3);
  margin-bottom: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.abv3-meta .red { color: var(--red); }
.abv3-h1 {
  font-family: var(--display);
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-wrap: balance;
}
.abv3-h1 .accent { color: var(--red); font-style: italic; font-weight: 800; }
.abv3-h1 .strike {
  position: relative;
  color: var(--ink-4);
}
.abv3-h1 .strike::after {
  content: '';
  position: absolute;
  left: -2%; right: -2%;
  top: 52%;
  height: 6px;
  background: var(--red);
  transform: rotate(-2deg);
}

.abv3-deck {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
}
.abv3-deck-text {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-2);
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.abv3-deck-text strong { color: var(--ink); font-weight: 700; }
.abv3-portrait {
  aspect-ratio: 5/4;
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper-2);
}
.abv3-portrait img { width: 100%; height: 100%; object-fit: cover; }

.abv3-body {
  padding: 80px 0;
}
.abv3-section {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 56px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.abv3-section:last-child { border-bottom: 1px solid var(--line); }
.abv3-section-num {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.08em;
}
.abv3-section-title {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-top: 8px;
  color: var(--ink);
}
.abv3-section-body p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  text-wrap: pretty;
}
.abv3-section-body p + p { margin-top: 14px; }
.abv3-section-body .red { color: var(--red); font-weight: 600; }
.abv3-section-body strong { color: var(--ink); }

.abv3-values-list {
  margin-top: 4px;
  display: flex; flex-direction: column; gap: 18px;
}
.abv3-value-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: baseline;
}
.abv3-value-row .key {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.abv3-value-row .key .accent { color: var(--red); }
.abv3-value-row .desc {
  font-size: 16px;
  color: var(--ink-3);
  line-height: 1.5;
}

.abv3-creds {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 12px;
}

.abv3-signoff {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: -0.015em;
}
.abv3-signoff + .meta {
  font-size: 12px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 6px;
  font-weight: 600;
}

/* ─── Final CTA shared by all variants ─────────────────── */
.ab-cta {
  padding: 32px 0 80px;
}
.ab-cta-card {
  background: var(--red);
  color: white;
  border-radius: 24px;
  padding: 64px 56px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.ab-cta-card h2 {
  font-family: var(--display);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: white;
}
.ab-cta-card p {
  margin: 16px auto 28px;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255,255,255,0.95);
  text-align: center;
}
.ab-cta-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .abv1-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .abv1-letter-grid { grid-template-columns: 1fr; gap: 32px; }
  .abv1-values-grid { grid-template-columns: repeat(2, 1fr); }
  .abv1-collab-grid { grid-template-columns: 1fr; gap: 32px; }
  .abv2-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .abv2-believe-grid { grid-template-columns: 1fr; }
  .abv3-section { grid-template-columns: 1fr; gap: 24px; padding: 28px 0; }
}

@media (max-width: 640px) {
  .abv1-values-grid { grid-template-columns: 1fr; }
  .abv1-portrait, .abv2-portrait { max-width: 380px; margin: 0 auto; }
  .abv3-value-row { grid-template-columns: 1fr; gap: 6px; }

  /* Editorial eyebrow — two metadata strings, stack instead of squishing */
  .abv1-hero-eyebrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.12em;
    padding-bottom: 24px;
    margin-bottom: 36px;
    line-height: 1.5;
  }
  .abv1-hero { padding: 36px 0 56px; }
}
