body {
  font-family: 'Poppins', sans-serif;
  color: var(--abyss);
  background: var(--parchment);
  line-height: 1.7;
  font-size: 15px;
}

/* ── ABOUT HERO ── */
.about-hero { padding: 130px 6rem 6rem; background: var(--abyss); color: white; }
.about-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 900; line-height: 1.1; margin-bottom: 1.5rem;
}
.about-hero h1 em { color: var(--gold); font-style: normal; display: block; }
.about-hero-lead {
  font-family: 'Poppins', sans-serif; font-size: 1rem;
  color: var(--white-70); line-height: 1.9; margin-bottom: 2rem;
}
.about-identity-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.5rem; }
.identity-tag {
  background: var(--gold-muted); border: 1px solid rgba(223,182,43,0.25);
  color: var(--gold); font-family: 'Poppins', sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 0;
}
.about-hero-right { display: flex; flex-direction: column; gap: 1.5rem; }
.hero-pull-quote {
  font-family: 'Poppins', sans-serif; font-style: italic;
  font-size: 1.25rem; font-weight: 400; line-height: 1.65;
  color: var(--white-70); border-left: 3px solid var(--gold); padding-left: 2rem;
}
.hero-photo-placeholder {
  background: rgba(255,255,255,0.04); border: 1px dashed rgba(255,255,255,0.1);
  height: 300px; display: flex; align-items: center;
  justify-content: center; text-align: center; padding: 2rem;
}
.hero-photo-placeholder p {
  font-family: 'Poppins', sans-serif; font-size: 0.8rem;
  color: var(--white-35); line-height: 1.6;
}

/* ── FULL BIO ── */
.full-bio { padding: 6rem; background: var(--parchment); }
.full-bio-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; align-items: start; }
.bio-text h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 700; color: var(--abyss); margin-bottom: 1.5rem; line-height: 1.2;
}
.bio-text p {
  font-family: 'Poppins', sans-serif; font-size: 0.95rem;
  color: var(--abyss-text); line-height: 1.95; margin-bottom: 1.2rem;
}
.bio-text p strong { color: var(--abyss); font-weight: 600; }
.bio-text blockquote {
  font-family: 'Poppins', sans-serif; font-style: italic; font-size: 1.1rem;
  color: var(--abyss); border-left: 3px solid var(--gold);
  padding: 1rem 1.5rem; margin: 2rem 0; line-height: 1.6;
  background: rgba(223,182,43,0.06);
}
.bio-sidebar { position: sticky; top: 80px; }
.sidebar-card {
  background: rgba(6,31,40,0.05); padding: 2rem;
  border: 1px solid rgba(223,182,43,0.15); margin-bottom: 1.5rem;
}
.sidebar-card h3 {
  font-family: 'Unbounded', sans-serif; font-size: 0.8rem;
  font-weight: 700; color: var(--abyss); margin-bottom: 1.2rem;
  letter-spacing: 0.02em; line-height: 1.3;
}
.sidebar-list { list-style: none; }
.sidebar-list li {
  display: flex; align-items: flex-start; gap: 0.8rem;
  font-family: 'Poppins', sans-serif; font-size: 0.82rem;
  color: var(--abyss-text); padding: 0.5rem 0;
  border-bottom: 1px solid rgba(223,182,43,0.1); line-height: 1.5;
}
.sidebar-list li::before { content: '✦'; color: var(--gold); font-size: 0.6rem; flex-shrink: 0; margin-top: 0.25rem; }
.sidebar-list li:last-child { border-bottom: none; }

/* ── THE CHAPTERS OF KERRY ── */
.kerry-chapters { padding: 6rem; background: rgba(6,31,40,0.04); }
.kerry-chapters-inner { max-width: 1100px; margin: 0 auto; }
.kerry-chapters h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700; color: var(--abyss); margin-bottom: 0.5rem;
}
.kerry-chapters-lead {
  font-family: 'Poppins', sans-serif; font-size: 1rem;
  color: var(--abyss-text); max-width: 540px; line-height: 1.8; margin-bottom: 4rem;
}
.chapters-timeline {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; border-top: 2px solid rgba(223,182,43,0.2); margin-top: 2rem;
}
.ct-item { padding: 2rem 2rem 2rem 0; border-right: 1px solid rgba(223,182,43,0.15); }
.ct-item:last-child { border-right: none; padding-right: 0; padding-left: 1.5rem; }
.ct-item:not(:first-child) { padding-left: 2rem; }
.ct-era {
  font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--abyss-text); margin-bottom: 0.8rem; margin-top: 1rem;
}
.ct-item h3 {
  font-family: 'Unbounded', sans-serif; font-size: 0.85rem;
  font-weight: 700; color: var(--abyss); margin-bottom: 0.8rem; line-height: 1.3;
}
.ct-item p { font-family: 'Poppins', sans-serif; font-size: 0.82rem; color: var(--abyss-text); line-height: 1.7; }
.ct-dot { width: 12px; height: 12px; background: var(--gold); border-radius: 50%; margin-top: -7px; margin-bottom: 0; }

/* ── WHAT KERRY DOES ── */
.what-kerry-does { padding: 6rem; background: var(--abyss); color: white; }
.what-kerry-does-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.what-kerry-does h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700; margin-bottom: 1.5rem; line-height: 1.25; color: var(--white);
}
.what-kerry-does p {
  font-family: 'Poppins', sans-serif; font-size: 0.95rem;
  color: var(--white-70); line-height: 1.9; margin-bottom: 1rem;
}
.framework-list { display: flex; flex-direction: column; gap: 1rem; }
.framework-step {
  display: flex; align-items: flex-start; gap: 1.2rem; padding: 1.2rem;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
}
.fs-num {
  font-family: 'Unbounded', sans-serif; font-size: 1.6rem; font-weight: 900;
  color: rgba(223,182,43,0.3); line-height: 1; flex-shrink: 0; width: 2rem;
}
.fs-content h4 {
  font-family: 'Poppins', sans-serif; font-size: 0.88rem; font-weight: 700;
  color: var(--gold); margin-bottom: 0.3rem; letter-spacing: 0.05em;
}
.fs-content p {
  font-family: 'Poppins', sans-serif; font-size: 0.8rem;
  color: var(--white-50); line-height: 1.6; margin: 0;
}

/* ── LISBON ── */
.lisbon-section { padding: 6rem; background: #04141C; color: white; }
.lisbon-inner { max-width: 900px; margin: 0 auto; }
.lisbon-inner h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700; margin-bottom: 1.5rem; line-height: 1.25; color: var(--white);
}
.lisbon-inner p {
  font-family: 'Poppins', sans-serif; font-size: 0.97rem;
  color: var(--white-70); line-height: 1.95; margin-bottom: 1.2rem; max-width: 720px;
}
.lisbon-inner blockquote {
  font-family: 'Poppins', sans-serif; font-style: italic; font-size: 1.2rem;
  color: var(--gold); border-left: 3px solid var(--gold);
  padding-left: 2rem; margin: 2rem 0; line-height: 1.6; max-width: 640px;
}

/* ── KERRY THE ARTIST ── */
.artist-section { padding: 6rem; background: var(--parchment); }
.artist-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.artist-section h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700; color: var(--abyss); margin-bottom: 1.2rem; line-height: 1.25;
}
.artist-section p {
  font-family: 'Poppins', sans-serif; font-size: 0.95rem;
  color: var(--abyss-text); line-height: 1.9; margin-bottom: 1rem;
}
.artist-mediums { display: flex; flex-direction: column; gap: 1.5rem; }
.artist-medium {
  background: var(--white); padding: 2rem;
  border: 1px solid rgba(223,182,43,0.15);
}
.artist-medium h3 {
  font-family: 'Unbounded', sans-serif; font-size: 0.82rem;
  font-weight: 700; color: var(--abyss); margin-bottom: 0.5rem; line-height: 1.3;
}
.artist-medium p {
  font-family: 'Poppins', sans-serif; font-size: 0.85rem;
  color: var(--abyss-text); line-height: 1.7; margin: 0;
}
.artist-medium .medium-tag {
  font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--abyss-text); display: block; margin-bottom: 0.5rem;
}

/* ── CTA ── */
.about-cta {
  padding: 6rem; background: var(--parchment); text-align: center;
  border-top: 1px solid rgba(6,31,40,0.08);
}
.about-cta-inner { max-width: 640px; margin: 0 auto; }
.about-cta h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700; color: var(--abyss); margin-bottom: 1rem; line-height: 1.2;
}
.about-cta p {
  font-family: 'Poppins', sans-serif; font-size: 1rem;
  color: var(--abyss-text); line-height: 1.85; margin-bottom: 2.5rem;
}
.cta-buttons { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-hero { padding: 100px 3rem 4rem; }
  .about-hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .full-bio { padding: 4rem 3rem; }
  .full-bio-inner { grid-template-columns: 1fr; }
  .bio-sidebar { position: static; }
  .kerry-chapters { padding: 4rem 3rem; }
  .chapters-timeline { grid-template-columns: 1fr 1fr; gap: 2rem; border-top: none; }
  .ct-item { border: 1px solid rgba(223,182,43,0.15); padding: 1.5rem; }
  .ct-dot { display: none; }
  .what-kerry-does { padding: 4rem 3rem; }
  .what-kerry-does-inner { grid-template-columns: 1fr; }
  .lisbon-section { padding: 4rem 3rem; }
  .artist-section { padding: 4rem 3rem; }
  .artist-inner { grid-template-columns: 1fr; }
  .about-cta { padding: 4rem 3rem; }
}
@media (max-width: 640px) {
  .chapters-timeline { grid-template-columns: 1fr; }
}
