/* ── ABOUT PAGE ──────────────────────────────────────────────── */
/* Owns: /about page layout, hero, sections, philosophy, CTA.  */
/* Does NOT own: global nav (.ab-nav), footer, or theme vars.    */

.about-page {
  min-height: 100vh;
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
}

/* ── NAV ── */
/* Matches story/brand-guide nav (.bg-nav) for visual consistency */
.ab-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 64px;
  background: var(--cream-deep);
  border-bottom: 1px solid rgba(44,24,16,0.06);
  backdrop-filter: blur(8px);
}

.ab-nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ab-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-nav-links a {
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-muted);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}

.ab-nav-links a:hover,
.ab-nav-links a.active {
  color: var(--mahogany);
  border-bottom-color: var(--brass);
}

/* ── HERO ── */
.ab-hero {
  background: var(--mahogany);
  position: relative;
  overflow: hidden;
}

/* Hero image placeholder (TODO — Michael to provide actual photo) */
.ab-hero-placeholder {
  width: 100%;
  max-height: 520px;
  background: rgba(196,149,106,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(196,149,106,0.15);
  min-height: 260px;
}

.ab-hero-placeholder span {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(196,149,106,0.5);
  font-weight: 400;
}

/* Horizontal rail lines at bottom of hero */
.ab-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(
    90deg,
    var(--brass) 0px,
    var(--brass) 48px,
    transparent 48px,
    transparent 64px
  );
  opacity: 0.25;
}

.ab-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 40px 80px;
  position: relative;
}

.ab-eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
  display: block;
}

.ab-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.ab-hero-lede {
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(245,239,230,0.6);
  line-height: 1.75;
  font-weight: 300;
  max-width: 520px;
}

/* ── SECTION SCAFFOLDING ── */
.ab-section {
  padding: 88px 40px;
}

.ab-cream-bg    { background: var(--cream); }
.ab-mahogany-bg { background: var(--mahogany); }

.ab-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* Two-column layout */
.ab-two-col {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 64px;
  align-items: start;
}

.ab-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── SECTION TYPOGRAPHY ── */
.ab-section-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 12px;
  display: block;
}

.ab-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 34px);
  color: var(--mahogany);
  font-weight: 700;
  line-height: 1.2;
}

.ab-label-col {
  position: sticky;
  top: 88px;
}

.ab-body-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ab-text {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.8;
  font-weight: 300;
}

/* ── BRASS ORNAMENT ── */
.ab-brass-ornament {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.ab-rail-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(196,149,106,0.35), transparent);
}

/* ── FOUNDERS SECTION ── */
.ab-founders-photo-placeholder {
  width: 100%;
  max-width: 680px;
  height: 320px;
  background: rgba(196,149,106,0.08);
  border: 1px dashed rgba(196,149,106,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 56px;
  border-radius: 4px;
}

.ab-founders-photo-placeholder span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(196,149,106,0.4);
}

.ab-founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 700px;
}

.ab-founder {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ab-founder-name-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ab-founder-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.2;
}

.ab-founder-title {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 400;
}

.ab-founder-bio {
  font-size: 14px;
  color: rgba(245,239,230,0.65);
  line-height: 1.8;
  font-weight: 300;
}

/* ── CTA BUTTON ── */
.ab-cta-btn {
  display: inline-block;
  padding: 14px 40px;
  background: var(--brass);
  color: var(--mahogany);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s, transform 0.2s;
}

.ab-cta-btn:hover {
  background: #d4a87a;
  transform: translateY(-1px);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .ab-nav {
    padding: 0 24px;
    gap: 16px;
  }

  .ab-nav-links {
    gap: 20px;
  }

  .ab-hero-inner {
    padding: 56px 24px 64px;
  }

  .ab-section {
    padding: 56px 24px;
  }

  .ab-two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ab-label-col {
    position: static;
  }

  .ab-founders-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ab-founders-photo-placeholder {
    height: 220px;
    margin: 32px auto 40px;
  }
}

@media (max-width: 480px) {
  .ab-nav-links {
    gap: 14px;
  }

  .ab-nav-links a {
    font-size: 12px;
  }

  .ab-hero-title {
    font-size: 32px;
  }

  .ab-section-title {
    font-size: 22px;
  }
}