/* ============================================
   BOLDBLACK DESIGNS — ABOUT PAGE
   Clean white, matches services/process/contact
   ============================================ */

.light-page { background: #ffffff; color: #0a0a0a; }

/* Eyebrow */
.ab-eyebrow {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent-2); display: block; margin-bottom: 12px;
}

/* Section header */
.ab-section-header { text-align: center; margin-bottom: 52px; }
.ab-section-header h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 4vw, 44px); color: #0a0a0a;
  letter-spacing: -0.02em; margin-bottom: 12px;
}
.ab-section-sub {
  font-size: 16px; color: #666;
  max-width: 460px; margin: 0 auto; line-height: 1.7;
}

/* Buttons */
.ab-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; background: #0a0a0a; color: #fff;
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: 0.04em;
  border: 2px solid #0a0a0a; text-decoration: none;
  transition: all 0.25s var(--ease);
}
.ab-btn-primary:hover {
  background: var(--accent-2); border-color: var(--accent-2); color: #0a0a0a;
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.ab-btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; background: transparent; color: #0a0a0a;
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: 0.04em;
  border: 2px solid #0a0a0a; text-decoration: none;
  transition: all 0.25s var(--ease);
}
.ab-btn-secondary:hover { background: #0a0a0a; color: #fff; }
.ab-btn-gold {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; background: var(--accent-2); color: #0a0a0a;
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: 0.04em;
  border: 2px solid var(--accent-2); text-decoration: none;
  transition: all 0.25s var(--ease);
}
.ab-btn-gold:hover {
  background: #dfc08a; border-color: #dfc08a;
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,169,110,0.3);
}
.ab-btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 30px; background: transparent;
  color: rgba(255,255,255,0.85);
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: 0.04em;
  border: 2px solid rgba(255,255,255,0.4); text-decoration: none;
  transition: all 0.25s var(--ease); backdrop-filter: blur(6px);
}
.ab-btn-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.08); }

/* ============================================
   HERO
   ============================================ */
.ab-hero {
  position: relative; min-height: 560px;
  display: flex; align-items: flex-end; padding-bottom: 80px;
  overflow: hidden; margin-top: var(--nav-h);
}
.ab-hero-bg { position: absolute; inset: 0; }
.ab-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.ab-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.42) 0%, rgba(10,10,10,0.58) 50%, rgba(10,10,10,0.9) 100%);
}
.ab-hero-content {
  position: relative; z-index: 2;
  max-width: 1200px; width: 100%; margin: 0 auto; padding: 60px 48px 0;
}
.ab-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 20px;
}
.ab-breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.ab-breadcrumb a:hover { color: var(--accent-2); }
.ab-breadcrumb svg { opacity: 0.4; flex-shrink: 0; }
.ab-hero-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(40px, 6.5vw, 76px); line-height: 1.02;
  letter-spacing: -0.03em; color: #fff; margin-bottom: 18px; max-width: 680px;
  animation: fadeUp 0.8s var(--ease) 0.2s both;
}
.ab-title-gold { color: var(--accent-2); }
.ab-hero-sub {
  font-size: clamp(16px, 2vw, 18px); color: rgba(255,255,255,0.68);
  max-width: 500px; line-height: 1.8; margin-bottom: 36px; font-weight: 300;
  animation: fadeUp 0.8s var(--ease) 0.35s both;
}
.ab-hero-btns {
  display: flex; gap: 14px; flex-wrap: wrap;
  animation: fadeUp 0.8s var(--ease) 0.5s both;
}

/* ============================================
   STATS BAR
   ============================================ */
.ab-stats-bar { background: #0a0a0a; border-bottom: 3px solid var(--accent-2); }
.ab-stats-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: stretch;
}
.ab-stat {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 36px 16px; text-align: center;
  transition: background 0.25s;
}
.ab-stat:hover { background: rgba(255,255,255,0.04); }
.ab-stat strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4vw, 48px); color: var(--accent-2);
  line-height: 1; margin-bottom: 6px;
}
.ab-stat span { font-size: 12px; color: rgba(255,255,255,0.45); letter-spacing: 0.08em; text-transform: uppercase; }
.ab-stat-div { width: 1px; background: rgba(255,255,255,0.08); flex-shrink: 0; margin: 16px 0; }

/* ============================================
   SPLIT SECTIONS
   ============================================ */
.ab-split {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 560px; background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.ab-split-alt { background: #f7f7f5; }
.ab-split-alt .ab-split-img { order: 2; }
.ab-split-alt .ab-split-text { order: 1; }

.ab-split-img {
  position: relative; overflow: hidden; min-height: 480px;
}
.ab-split-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.ab-split-img img {
  width: 100%;
  min-height: auto;
  max-width: 480px;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.ab-split:hover .ab-split-img img { transform: scale(1.04); }

.ab-img-badge {
  position: absolute; bottom: 24px; right: 24px;
  background: #0a0a0a; border: 1px solid var(--accent-2);
  padding: 14px 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
/* Founder badge — bottom left */
.ab-badge-right {
  right: auto;
  left: 24px;
}
.ab-img-badge strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: 16px; color: var(--accent-2); margin-bottom: 3px;
}
.ab-img-badge span { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 0.05em; }

.ab-img-num {
  position: absolute; top: 20px; left: 20px;
  font-family: var(--font-display); font-weight: 800; font-size: 56px;
  color: rgba(255,255,255,0.12); line-height: 1; letter-spacing: -0.04em;
  pointer-events: none;
}

.ab-split-text {
  display: flex; flex-direction: column; justify-content: center;
  padding: 72px 60px;
}
.ab-split-text h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 3.5vw, 42px); color: #0a0a0a;
  line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 18px;
}
.ab-lead { font-size: 16px; color: #444; line-height: 1.85; margin-bottom: 14px; }
.ab-body { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 14px; }
.ab-split-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

/* Check list */
.ab-check-list {
  list-style: none; display: flex; flex-direction: column;
  gap: 12px; margin-top: 24px;
}
.ab-check-list li {
  display: flex; align-items: center; gap: 12px;
  font-size: 15px; color: #333;
  font-family: var(--font-display); font-weight: 600;
  transition: color 0.2s;
}
.ab-check-list li:hover { color: #0a0a0a; }
.ab-check {
  width: 26px; height: 26px; background: #0a0a0a; color: #fff;
  font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: background 0.2s;
}
.ab-check-list li:hover .ab-check { background: var(--accent-2); color: #0a0a0a; }

/* ============================================
   VALUES GRID
   ============================================ */
.ab-values {
  background: #f7f7f5;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 88px 0;
}
.ab-values-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 48px;
}
.ab-values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: #e0e0e0; border: 1px solid #e0e0e0;
}
.ab-value-card {
  background: #fff; padding: 36px 28px;
  transition: background 0.25s, transform 0.35s var(--ease), box-shadow 0.35s;
  position: relative;
}
.ab-value-card::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: #0a0a0a; transform: scaleX(0);
  transform-origin: left; transition: transform 0.35s var(--ease);
}
.ab-value-card:hover {
  background: #fafaf8; transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08); z-index: 2;
}
.ab-value-card:hover::after { transform: scaleX(1); }
.ab-value-icon {
  width: 52px; height: 52px; border: 1.5px solid #e0e0e0;
  display: flex; align-items: center; justify-content: center;
  color: #666; margin-bottom: 20px; transition: all 0.3s;
}
.ab-value-card:hover .ab-value-icon { border-color: #0a0a0a; color: #0a0a0a; }
.ab-value-card h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  color: #0a0a0a; margin-bottom: 10px;
}
.ab-value-card p { font-size: 14px; color: #666; line-height: 1.75; }

/* ============================================
   FAQ
   ============================================ */
.ab-faq {
  background: #fff; padding: 88px 0;
  border-top: 1px solid #e8e8e8;
}
.ab-faq-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 48px;
  display: grid; grid-template-columns: 300px 1fr;
  gap: 80px; align-items: start;
}
.ab-faq-left h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 3.5vw, 38px); color: #0a0a0a;
  letter-spacing: -0.02em; margin-bottom: 14px;
}
.ab-faq-left p { font-size: 15px; color: #555; line-height: 1.8; }

.ab-faq-right { border-top: 1px solid #e0e0e0; }
.ab-faq-item { border-bottom: 1px solid #e0e0e0; }
.ab-faq-q {
  width: 100%; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  padding: 20px 0; background: none; border: none;
  cursor: pointer; text-align: left;
}
.ab-faq-q span {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  color: #0a0a0a; line-height: 1.3; transition: color 0.2s;
}
.ab-faq-q:hover span { color: var(--accent-2); }
.ab-faq-icon {
  width: 32px; height: 32px; border: 1.5px solid #e0e0e0;
  background: #f7f7f5; display: flex; align-items: center;
  justify-content: center; color: #666; flex-shrink: 0;
  transition: all 0.3s var(--ease);
}
.ab-faq-item.open .ab-faq-icon {
  background: #0a0a0a; border-color: #0a0a0a; color: #fff;
  transform: rotate(45deg);
}
.ab-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); }
.ab-faq-item.open .ab-faq-a { max-height: 300px; }
.ab-faq-a p {
  padding-bottom: 20px; font-size: 15px; color: #555; line-height: 1.8;
}

/* ============================================
   CONTACT BAND
   ============================================ */
.ab-contact-band {
  position: relative; padding: 96px 0; overflow: hidden;
}
.ab-band-bg { position: absolute; inset: 0; }
.ab-band-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.ab-band-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.78) 50%, rgba(10,10,10,0.92) 100%);
}
.ab-band-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; padding: 0 48px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.ab-band-text h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 4vw, 48px); color: #fff;
  line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 14px;
}
.ab-band-text p { font-size: 16px; color: rgba(255,255,255,0.62); line-height: 1.8; margin-bottom: 28px; }
.ab-band-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Info card inside band */
.ab-info-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 32px;
  display: flex; flex-direction: column; gap: 0;
}
.ab-info-row {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: background 0.2s;
}
.ab-info-row:last-child { border-bottom: none; padding-bottom: 0; }
.ab-info-row:hover { background: rgba(255,255,255,0.03); }
.ab-info-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  border: 1px solid rgba(200,169,110,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-2);
}
.ab-info-row div { display: flex; flex-direction: column; gap: 2px; }
.ab-info-row strong {
  display: block; font-family: var(--font-display);
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 2px;
}
.ab-info-row span { font-size: 14px; color: rgba(255,255,255,0.82); }
.ab-info-row a { font-size: 14px; color: rgba(255,255,255,0.82); text-decoration: none; transition: color 0.2s; }
.ab-info-row a:hover { color: var(--accent-2); }
.ab-info-sub { font-size: 12px !important; color: rgba(255,255,255,0.4) !important; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .ab-split { grid-template-columns: 1fr; min-height: auto; }
  .ab-split-alt .ab-split-img { order: 1; }
  .ab-split-alt .ab-split-text { order: 2; }
  .ab-split-img { min-height: 340px; }
  .ab-split-text { padding: 48px 40px; }
  .ab-values-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-faq-inner { grid-template-columns: 1fr; gap: 48px; padding: 0 32px; }
  .ab-band-inner { grid-template-columns: 1fr; gap: 48px; padding: 0 32px; }
  .ab-stats-inner { flex-wrap: wrap; padding: 0 32px; }
  .ab-stat { min-width: 48%; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .ab-stat-div { display: none; }
  .ab-values-inner { padding: 0 32px; }
}
@media (max-width: 768px) {
  .ab-hero { min-height: 500px; padding-bottom: 56px; }
  .ab-hero-content { padding: 40px 24px 0; }
  .ab-hero-btns { flex-direction: column; }
  .ab-split-text { padding: 36px 24px; }
  .ab-split-img { min-height: 280px; }
  .ab-values-grid { grid-template-columns: 1fr; }
  .ab-values { padding: 56px 0; }
  .ab-faq { padding: 56px 0; }
  .ab-contact-band { padding: 64px 0; }
  .ab-split-btns { flex-direction: column; }
  .ab-band-btns { flex-direction: column; }
  .ab-stat { min-width: 100%; }
}
@media (max-width: 480px) {
  .ab-hero-title { font-size: 36px; }
  .ab-split-text { padding: 28px 20px; }
  .ab-values-inner { padding: 0 20px; }
}