/* ─── ABOUT PAGE STYLES ─── */

.page-hero h1 {
  font-style: normal;
}

.page-hero h1 em {
  font-style: italic;
  color: var(--charcoal-soft);
}

/* ETHICS NOTICE */
.ethics-notice {
  margin-top: 20px;
  padding: 18px 22px;
  background: rgba(201,168,76,0.06);
  border-left: 3px solid var(--gold);
}

.ethics-notice p {
  font-size: 0.82rem;
  color: var(--charcoal-soft);
  line-height: 1.75;
  margin: 0;
}

.ethics-notice strong {
  color: var(--charcoal);
  font-weight: 600;
}

/* BIO SECTION */
.section-bio {
  padding: 100px 0 80px;
  background: var(--off-white);
}

.bio-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: start;
}

.bio-card {
  background: var(--white);
  padding: 56px 48px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.06);
}

.bio-name {
  font-family: var(--serif);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gold);
  margin-top: 8px;
  line-height: 1.1;
}

.bio-credentials {
  font-family: var(--sans);
  font-size: 0.8rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 8px;
  line-height: 1.6;
}

.bio-body {
  color: var(--charcoal-soft);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-top: 16px;
}

.bio-body em {
  font-style: italic;
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: 1.05em;
}

/* Photo */
.bio-photo-wrap {
  position: relative;
}

.bio-photo-frame {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  /* White background matches headshot's light background */
  background: #ffffff;
  position: relative;
}

.bio-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  /* Blend transparent areas into the gold background smoothly */
  mix-blend-mode: normal;
}

.bio-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, var(--gold-dark) 0%, var(--gold) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--charcoal);
}

.bio-photo-placeholder span {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  opacity: 0.6;
}

.bio-photo-placeholder small {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  opacity: 0.4;
  text-align: center;
  max-width: 180px;
}

.bio-photo-tag {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: var(--charcoal);
  color: var(--white);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

.tag-icon {
  font-size: 1.4rem;
  color: var(--gold);
}

.tag-text strong {
  display: block;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--white);
}

.tag-text span {
  font-family: var(--sans);
  font-size: 0.68rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
}

/* CREDENTIALS STRIP */
.section-credentials {
  padding: 72px 0;
  background: var(--charcoal);
}

.creds-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.cred-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cred-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.cred-text strong {
  display: block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 4px;
}

.cred-text span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
}

/* WHY SECTION */
.section-why {
  padding: 120px 0;
  background: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.why-text p {
  color: var(--charcoal-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.why-pillars {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pillar {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--light-gray);
}

.pillar:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pillar-num {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.5;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.pillar-content h4 {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 8px;
}

.pillar-content p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ABOUT CTA */
.section-cta-about {
  padding: 120px 0;
  background: var(--charcoal-mid);
}

/* BUSINESS CARD */
.bio-business-card {
  margin-top: 40px;
  width: 100%;
}

.bio-business-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  transition: transform var(--transition), box-shadow var(--transition);
}

.bio-business-card img:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .bio-grid { grid-template-columns: 1fr; gap: 48px; }
  .creds-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .why-grid { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 768px) {
  .section-bio,
  .section-why,
  .section-cta-about { padding: 80px 0; }
  .bio-card { padding: 36px 28px; }
  .creds-grid { grid-template-columns: 1fr; }
  .bio-photo-tag { bottom: 0; left: 0; }
}
