/* ============================================
   ABOUT PAGE — page-specific styles
   Inherits theme tokens from styles.css
   ============================================ */

.ab-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px var(--gutter) 0;
}

/* Kill inherited section padding from global styles.css */
.ab-hero,
.ab-section,
.ab-horizon {
  padding-top: 0;
  padding-bottom: 0;
}

/* ============================================
   SHARED
   ============================================ */
.ab-eyebrow {
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.36em;
  color: var(--gold);
  margin-bottom: 28px;
}
.ab-eyebrow--center {
  text-align: center;
}

.ab-section-title {
  font-family: var(--f-display);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-align: center;
  margin-bottom: 48px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.ab-section-title em {
  font-style: italic;
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dim) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================
   HERO
   ============================================ */
.ab-hero {
  padding: 80px 0 100px;
}
.ab-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.ab-hero-copy {
  max-width: 520px;
}
.ab-hero-copy .ab-eyebrow {
  text-align: left;
}
.ab-title {
  font-family: var(--f-display);
  font-size: clamp(44px, 5.6vw, 76px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 36px;
}
.ab-title em {
  font-style: italic;
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dim) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ab-hero-body p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.ab-hero-body p:last-child { margin-bottom: 0; }

.ab-hero-image {
  position: relative;
  border: 1px solid var(--border);
}
.ab-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ab-hero-image::before,
.ab-hero-image::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: var(--gold);
  border-style: solid;
  border-width: 0;
  pointer-events: none;
}
.ab-hero-image::before { top: -1px; left: -1px; border-top-width: 1px; border-left-width: 1px; }
.ab-hero-image::after  { bottom: -1px; right: -1px; border-bottom-width: 1px; border-right-width: 1px; }

/* ============================================
   SECTIONS
   ============================================ */
.ab-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}

.ab-prose {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.ab-prose p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.ab-prose p:last-child { margin-bottom: 0; }

.ab-accent {
  color: var(--gold) !important;
  font-weight: 500;
}
.ab-center {
  text-align: center;
}
.ab-pull {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: var(--ink) !important;
  margin: 12px auto !important;
  max-width: 600px;
}
.ab-strong {
  color: var(--ink);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.ab-final {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 26px !important;
  line-height: 1.4 !important;
  margin-top: 32px !important;
}

/* ============================================
   HORIZON CTA BAND
   ============================================ */
.ab-horizon {
  position: relative;
  margin-top: 80px;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.ab-horizon-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ab-horizon-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ab-horizon-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.5) 100%);
}
.ab-horizon-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px var(--gutter);
}
.ab-horizon-title {
  font-family: var(--f-display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.ab-horizon-title em {
  font-style: italic;
  background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 60%, var(--gold-dim) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ab-horizon-tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.34em;
  color: var(--gold);
  margin-bottom: 36px;
}
.ab-horizon-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 36px;
  border: 1px solid var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
}
.ab-horizon-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.35s ease;
  position: relative;
  z-index: 1;
}
.ab-horizon-btn span { position: relative; z-index: 1; }
.ab-horizon-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}
.ab-horizon-btn:hover { color: var(--black); }
.ab-horizon-btn:hover::before { transform: translateX(0); }
.ab-horizon-btn:hover svg { transform: translateX(6px); }

/* ============================================
   FOOTER
   ============================================ */
.ab-footer {
  text-align: center;
  padding: 56px var(--gutter) 36px;
  border-top: 1px solid var(--border);
}
.ab-footer-mark {
  width: 42px;
  margin: 0 auto 14px;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.3));
}
.ab-footer-mark img {
  width: 100%;
  height: auto;
  display: block;
}
.ab-footer-brand {
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: var(--ink);
  margin-bottom: 6px;
}
.ab-footer-brand strong {
  font-weight: 600;
  color: var(--gold);
}
.ab-footer-copy {
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 980px) {
  .ab-hero { padding: 60px 0 80px; }
  .ab-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .ab-hero-image { order: -1; }
  .ab-hero-copy { max-width: none; }
  .ab-section { padding: 64px 0; }
}

@media (max-width: 600px) {
  .ab-main { padding: 24px var(--gutter) 0; }
  .ab-hero { padding: 40px 0 60px; }
  .ab-section { padding: 52px 0; }
  .ab-prose p { font-size: 14.5px; }
  .ab-pull { font-size: 19px !important; }
  .ab-final { font-size: 22px !important; margin-top: 24px !important; }
  .ab-horizon { min-height: 380px; margin-top: 56px; }
  .ab-horizon-content { padding: 60px var(--gutter); }
}
