body { background: var(--parchment); color: var(--abyss); font-family: 'Poppins', sans-serif; font-weight: 300; line-height: 1.7; overflow-x: hidden; }


/* ── HERO ── */
.page-hero { background: var(--abyss); padding: 11rem 8rem 6rem; border-bottom: 1px solid rgba(112,162,174,0.15); }
.eyebrow { font-family: 'Poppins', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); margin-bottom: 1.2rem; }
.page-hero h1 { font-family: 'Unbounded', sans-serif; font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 900; line-height: 1.1; color: var(--white); }
.page-hero p { font-family: 'Poppins', sans-serif; font-size: 1.05rem; font-style: italic; color: var(--white-70); margin-top: 1.2rem; max-width: 580px; line-height: 1.8; }
.media-contact { margin-top: 2rem; font-family: 'Poppins', sans-serif; font-size: 0.72rem; color: var(--white-50); }
.media-contact a { color: var(--gold); text-decoration: none; }
.media-contact a:hover { text-decoration: underline; }

/* ── BODY LAYOUT ── */
.media-body { padding: 7rem 8rem; display: grid; grid-template-columns: 1fr 340px; gap: 5rem; align-items: start; }

/* ── BIO BLOCKS ── */
.bio-block { margin-bottom: 5rem; padding-bottom: 5rem; border-bottom: 1px solid rgba(6,31,40,0.12); }
.bio-block h2 { font-family: 'Unbounded', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--abyss); margin-bottom: 1.8rem; }
.bio-block p { font-family: 'Poppins', sans-serif; font-size: 1rem; color: var(--abyss-text); line-height: 1.9; margin-bottom: 1.2rem; font-style: italic; }
.bio-block p strong { font-style: normal; color: var(--abyss); font-weight: 600; }

/* ── TOPICS ── */
.topics h2 { font-family: 'Unbounded', sans-serif; font-size: 1.6rem; font-weight: 700; color: var(--abyss); margin-bottom: 2rem; }
.topic-list { display: flex; flex-direction: column; gap: 1.2rem; }
.topic { border-left: 2px solid var(--gold); padding: 1rem 1.8rem; }
.topic h3 { font-family: 'Unbounded', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--abyss); margin-bottom: 0.5rem; line-height: 1.4; }
.topic p { font-family: 'Poppins', sans-serif; font-size: 0.78rem; color: var(--abyss-text); line-height: 1.7; }

/* ── SIDEBAR ── */
.sidebar-media { display: flex; flex-direction: column; gap: 2rem; position: sticky; top: 7rem; }
.media-card { padding: 2.5rem; border: 1px solid rgba(6,31,40,0.12); background: var(--white); }
.media-card h3 { font-family: 'Unbounded', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--abyss-text); margin-bottom: 1.2rem; }
.media-card p { font-family: 'Poppins', sans-serif; font-size: 0.78rem; color: var(--abyss-text); line-height: 1.7; margin-bottom: 1.2rem; }
.dl-link { font-family: 'Poppins', sans-serif; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); text-decoration: none; border-bottom: 1px solid var(--teal); padding-bottom: 0.15rem; display: inline-block; transition: all 0.2s; }
.dl-link:hover { color: var(--abyss); border-color: var(--abyss); }

/* ── BUTTON (media page override) ── */
.btn-primary { display: inline-block; background: var(--gold); color: var(--black); font-family: 'Unbounded', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.9rem 2rem; text-decoration: none; transition: all 0.25s; border-radius: 0; white-space: nowrap; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--gold-dark); }

/* ── FOOTER (media page — different structure) ── */
footer { background: var(--black); padding: 5rem 8rem 3rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 4rem; }
.footer-brand-col .footer-logo { font-family: 'Unbounded', sans-serif; font-size: 1rem; font-weight: 700; color: var(--gold); margin-bottom: 1rem; }
.footer-brand-col p { font-family: 'Poppins', sans-serif; font-size: 0.78rem; color: var(--white-50); line-height: 1.7; max-width: 260px; }
.footer-col h4 { font-family: 'Unbounded', sans-serif; font-size: 0.55rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col ul a { font-family: 'Poppins', sans-serif; font-size: 0.72rem; color: var(--white-50); text-decoration: none; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-family: 'Poppins', sans-serif; font-size: 0.6rem; color: var(--white-35); letter-spacing: 0.06em; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-family: 'Poppins', sans-serif; font-size: 0.6rem; color: var(--white-35); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: var(--gold); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav { padding: 0 2rem; }
  .nav-links { display: flex; gap: 1.2rem; } /* override main.css which hides it */
  .hamburger { display: none; }              /* override main.css which shows it */
  .page-hero, .media-body { padding: 5rem 2.5rem; }
  .page-hero { padding-top: 8rem; }
  .media-body { grid-template-columns: 1fr; }
  .sidebar-media { position: static; }
  footer { padding: 3rem 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 62px; left: 0; right: 0; background: var(--black); padding: 1.5rem 2rem; gap: 1rem; border-top: 1px solid rgba(255,255,255,0.08); }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
