/* ==========================================================================
   Gelasia Croom — portfolio site
   Palette: HCMA brand system
   Type: Poppins throughout, weight does the work
   ========================================================================== */

:root{
  --white:        #FFFFFF;
  --hc-white:     #D8E3E0;
  --hc-black:     #252324;
  --hc-pink:      #CA0257;
  --hustle-green: #24524F;
  --grey:         #79807E;
  --gold:         #F6B83B;
  --green:        #00A468;

  --ink:          var(--hc-black);
  --ink-soft:     #55504f;
  --rule:         #e4e1de;
  --tint:         #f6f8f7; /* whisper of hc-white on white */

  --serif-line: 1.15;
  --measure: 62ch;

  --gap: clamp(1.25rem, 2vw, 2rem);
  --pad: clamp(1.5rem, 5vw, 5rem);
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body{
  margin: 0;
  overflow-x: hidden; /* keeps the off-canvas skip-link and the logo ticker's wide track from ever causing page-level horizontal scroll */
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3{ font-weight: 700; margin: 0; color: var(--hc-black); }

h2{
  display: inline;
  background-image: linear-gradient(rgba(202,2,87,.26), rgba(202,2,87,.26));
  background-repeat: no-repeat;
  background-size: 100% .42em;
  background-position: 0 92%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
p{ margin: 0; }
a{ color: inherit; }
img{ display: block; max-width: 100%; }

.skip-link{
  position: absolute; left: -9999px; top: 0; background: var(--hc-pink); color: #fff;
  padding: .75rem 1.25rem; z-index: 200;
}
.skip-link:focus{ left: 1rem; top: 1rem; }

:focus-visible{ outline: 3px solid var(--hc-pink); outline-offset: 2px; }

/* ---------- buttons ---------- */
.btn{
  display: inline-block;
  padding: .8rem 1.6rem;
  border-radius: 2px;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn-pink{ background: var(--hc-pink); color: #fff; }
.btn-pink:hover{ background: #a80148; }
.btn-outline{ border-color: var(--hc-black); color: var(--hc-black); }
.btn-outline:hover{ background: var(--hc-black); color: #fff; }
.btn-outline-light{ border-color: rgba(255,255,255,.55); color: #fff; }
.btn-outline-light:hover{ background: #fff; color: var(--hc-black); }

/* ---------- layout helpers ---------- */
section{ padding: clamp(3.5rem, 8vw, 6.5rem) var(--pad); }
.section-head{ max-width: var(--measure); margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head h2{ font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -.01em; }
.section-head p{ margin-top: .6rem; color: var(--ink-soft); font-size: 1.05rem; }
.section-head--light h2, .section-head--light p{ color: #fff; }
.section-head--light p{ color: rgba(255,255,255,.75); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header{
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.header-inner{
  display: flex; align-items: center; gap: 1.5rem;
  padding: 1.1rem var(--pad);
  max-width: 1400px; margin: 0 auto;
}
.wordmark{
  font-weight: 700; font-size: 1.05rem; text-decoration: none; color: var(--hc-black);
  letter-spacing: -.01em;
}
.primary-nav{ display: flex; gap: 1.75rem; margin-left: auto; }
.primary-nav a{ text-decoration: none; font-size: .92rem; font-weight: 500; color: var(--ink-soft); }
.primary-nav a:hover{ color: var(--hc-pink); }
.header-cta{ padding: .55rem 1.2rem; font-size: .85rem; }
.nav-toggle{
  display: none; margin-left: .75rem; background: none; border: none; cursor: pointer;
  width: 32px; height: 32px; padding: 0; flex-direction: column; justify-content: center; gap: 5px;
}
.nav-toggle span{ display: block; height: 2px; background: var(--hc-black); }
.mobile-nav{ display: none; flex-direction: column; padding: 0 var(--pad) 1.25rem; gap: .9rem; }
.mobile-nav a{ text-decoration: none; color: var(--hc-black); font-weight: 500; }

@media (max-width: 780px){
  .primary-nav, .header-cta{ display: none; }
  .nav-toggle{ display: flex; }
  .site-header.nav-open .mobile-nav{ display: flex; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-bottom: 1px solid var(--rule);
}
.hero-text{
  min-width: 0; /* prevents the wide logo-ticker's intrinsic content size from blowing out the grid column */
  padding: clamp(3rem, 7vw, 6rem) var(--pad);
  display: flex; flex-direction: column; justify-content: center; gap: 1.5rem;
}
.hero-kicker{
  font-size: .95rem; font-weight: 600; color: var(--hc-pink);
}
.hero-name{
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.02em;
}
.hero-credential{
  font-size: 1em; font-weight: inherit; letter-spacing: inherit; color: inherit;
}
.hero-lede{
  max-width: 46ch; font-size: 1.15rem; color: var(--ink-soft);
}
.hero-actions{ display: flex; flex-wrap: wrap; gap: 1rem; margin-top: .25rem; }
.logo-ticker{
  margin: 1.25rem 0 0; padding-top: 1.5rem; padding-bottom: .5rem; border-top: 1px solid var(--rule);
  overflow-x: hidden; overflow-y: visible; position: relative; width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.logo-ticker-track{
  display: flex; align-items: center; gap: 3.5rem; width: max-content;
  animation: logo-ticker-scroll 34s linear infinite;
}
.logo-ticker:hover .logo-ticker-track{ animation-play-state: paused; }
.logo-ticker-item{
  flex: 0 0 auto; height: 44px; display: flex; align-items: center; justify-content: center;
  position: relative; transition: transform .35s ease;
}
.logo-ticker-item img{
  height: 100%; width: auto; max-width: 220px; object-fit: contain; display: block;
}
/* Cap the pop so even the widest wordmark logo, scaled up, stays inside its gap and never overlaps a neighbor. */
.logo-ticker-item.is-centered{ transform: scale(1.35); z-index: 5; }
.logo-ticker-item.is-centered::before{
  content: ""; position: absolute; inset: -12px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 0 0 1px rgba(202,2,87,.35), 0 0 20px 4px rgba(255,255,255,.6);
  opacity: 0; animation: logo-sparkle .9s ease-out; pointer-events: none;
}
@keyframes logo-ticker-scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
@keyframes logo-sparkle{
  0%{ opacity: 0; transform: scale(.82); }
  35%{ opacity: 1; transform: scale(1.02); }
  100%{ opacity: 0; transform: scale(1.18); }
}
@media (prefers-reduced-motion: reduce){
  .logo-ticker-track{ animation: none; }
  .logo-ticker-item.is-centered{ transform: none; }
  .logo-ticker-item.is-centered::before{ animation: none; opacity: 0; }
}
@media (max-width: 600px){
  .logo-ticker{ padding-top: 1.15rem; }
  .logo-ticker-track{ gap: 2.5rem; animation-duration: 26s; }
  .logo-ticker-item{ height: 32px; }
  .logo-ticker-item img{ max-width: 110px; }
  .logo-ticker-item.is-centered{ transform: scale(1.28); }
  .logo-ticker-item.is-centered::before{ inset: -8px; }
}

.hero-photo{
  position: relative; min-height: 420px; background: var(--hc-black);
  display: flex; align-items: center; justify-content: center; padding: 2.5rem;
}
.photo-frame{
  position: relative; width: 74%; max-width: 360px; aspect-ratio: 2/3;
  overflow: hidden; border-radius: 2px;
}
.headshot-img{
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%;
}
.photo-frame .smoke-overlay{ opacity: .8; }
.photo-frame .hero-photo-darken{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23,20,18,.04) 0%, rgba(23,20,18,.07) 55%, rgba(23,20,18,.4) 78%, rgba(15,13,12,.86) 100%);
}
.placeholder{
  background:
    radial-gradient(circle at 22% 18%, rgba(36,82,79,.55), transparent 45%),
    linear-gradient(135deg, var(--hc-pink) 0%, var(--gold) 100%);
  display: flex; align-items: center; justify-content: center; position: relative;
  overflow: hidden;
}
.placeholder .mono{
  font-size: clamp(3rem, 8vw, 6rem); font-weight: 800; color: rgba(255,255,255,.92);
  letter-spacing: -.03em;
}
.photo-frame.placeholder{ position: absolute; } /* .photo-frame + .placeholder together (hero headshot): stay absolute, fill the frame */
.placeholder .slot-label{
  position: absolute; left: 50%; bottom: .9rem; transform: translateX(-50%);
  font-size: .68rem; font-weight: 500; color: rgba(255,255,255,.65);
  background: rgba(0,0,0,.35); padding: .3rem .6rem; border-radius: 2px;
  white-space: nowrap; letter-spacing: .01em;
}

@media (max-width: 900px){
  .hero{ grid-template-columns: 1fr; }
  .hero-photo{ min-height: 280px; order: -1; padding: 1.5rem; }
  .photo-frame{ width: 62%; }
}

/* ==========================================================================
   About
   ========================================================================== */
.about-grid{
  display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.about-copy-col{ display: flex; flex-direction: column; gap: 1.75rem; }
.about-copy{ font-size: 1.08rem; color: var(--ink-soft); max-width: 58ch; }
.about-copy strong{ color: var(--hc-black); }
.about-photo{ margin: 0; max-width: 46ch; }
.about-photo img{ width: 100%; border: 1px solid var(--rule); }
.about-photo figcaption{ margin-top: .6rem; font-size: .85rem; color: var(--grey); }
.about-stats{
  display: flex; flex-direction: column; gap: 1.5rem;
  border-left: 2px solid var(--hc-pink); padding-left: 1.5rem; margin: 0;
}
.about-stats dt{ font-size: 2rem; font-weight: 800; color: var(--hustle-green); line-height: 1; }
.about-stats dd{ margin: .35rem 0 0; font-size: .92rem; color: var(--ink-soft); }

@media (max-width: 780px){
  .about-grid{ grid-template-columns: 1fr; }
}

/* ==========================================================================
   Career timeline
   ========================================================================== */
.career{ background: var(--tint); }
.timeline{ list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.timeline-row{
  display: grid; grid-template-columns: 140px 1fr; gap: clamp(1.5rem, 4vw, 3rem);
  padding: 2.25rem 0; border-bottom: 1px solid var(--rule);
}
.tl-when{ display: flex; flex-direction: column; }
.tl-year{ font-size: 1.6rem; font-weight: 800; color: var(--hc-pink); line-height: 1; }
.tl-to{ font-size: .85rem; color: var(--grey); margin-top: .25rem; }
.tl-body{ display: grid; grid-template-columns: 1fr 220px; gap: 1.75rem; align-items: start; }
.tl-copy h3{ font-size: 1.2rem; margin-bottom: .5rem; }
.tl-role{ display: block; font-size: .85rem; font-weight: 500; color: var(--hustle-green); margin-top: .2rem; }
.tl-copy p{ color: var(--ink-soft); max-width: 58ch; }
.tl-jump-link{
  display: inline-block; margin-top: .6rem; font-size: .88rem; font-weight: 700;
  color: var(--hc-pink); text-decoration: none; border-bottom: 1px solid currentColor;
}
.tl-jump-link:hover{ color: var(--hustle-green); }
.tl-photo{ width: 220px; aspect-ratio: 4/3; border-radius: 2px; align-self: start; position: relative; overflow: hidden; }
.tl-photo .slot-label{ font-size: .62rem; }
.tl-video{ position: relative; overflow: hidden; background: var(--hc-black); }
.tl-embed{ aspect-ratio: 16/9; overflow: hidden; background: var(--hc-black); }
.tl-embed iframe{ width: 100%; height: 100%; display: block; border: 0; }
.tl-embed--tall{ aspect-ratio: 4/3; }
.tl-video video{ width: 100%; height: 100%; object-fit: cover; display: block; }
.tl-video-caption{
  position: absolute; left: 0; right: 0; bottom: 0; padding: .5rem .6rem .45rem;
  font-size: .68rem; font-weight: 500; color: #fff; line-height: 1.3;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
}

.tl-carousel{ position: relative; overflow: hidden; background: var(--hc-black); }
.tl-carousel-img{
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.1s ease;
}
.tl-carousel-img.is-active{ opacity: 1; }
.tl-carousel-darken, .tl-media-darken{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23,20,18,.08) 0%, rgba(23,20,18,.4) 62%, rgba(15,13,12,.86) 100%);
}
.tl-carousel .smoke-overlay, .tl-video .smoke-overlay{ opacity: .55; }

/* Multi-tile media gallery within a single timeline row */
.tl-body--gallery{ grid-template-columns: 1fr 460px; }
.tl-media-grid{ display: grid; gap: 8px; }
.tl-media-grid .tl-photo,
.tl-media-grid .tl-video,
.tl-media-grid .tl-carousel{ width: 100%; min-width: 0; aspect-ratio: 4/3; align-self: stretch; }
.tl-media-grid--2{ grid-template-columns: 1fr 1fr; }
.tl-media-grid--3{ grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; grid-template-areas: "a b" "a c"; }
.tl-media-grid--3 > :nth-child(1){ grid-area: a; }
.tl-media-grid--3 > :nth-child(1).tl-video{ aspect-ratio: unset; height: 100%; }
.tl-media-grid--3 > :nth-child(2){ grid-area: b; }
.tl-media-grid--3 > :nth-child(3){ grid-area: c; }
.tl-media-grid--4{ grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-template-areas: "a b" "a c" "a d"; }
.tl-media-grid--4 > :nth-child(1){ grid-area: a; }
.tl-media-grid--4 > :nth-child(1).tl-video{ aspect-ratio: unset; height: 100%; }
.tl-media-grid--4 > :nth-child(2){ grid-area: b; }
.tl-media-grid--4 > :nth-child(3){ grid-area: c; }
.tl-media-grid--4 > :nth-child(4){ grid-area: d; }
.tl-photo-link{ display: block; width: 100%; height: 100%; }
.tl-photo-link img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.tl-press-caption a{ color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.tl-press-caption a:hover{ color: #fff; }

@media (max-width: 900px){
  .timeline-row{ grid-template-columns: 1fr; }
  .tl-body{ grid-template-columns: 1fr; }
  .tl-photo{ order: -1; width: 100%; aspect-ratio: 16/9; }
  .tl-media-grid{ order: -1; width: 100%; grid-template-columns: 1fr !important; grid-template-areas: none !important; grid-template-rows: none !important; }
  .tl-media-grid > *{ grid-area: auto !important; }
  .tl-media-grid .tl-photo,
  .tl-media-grid .tl-video,
  .tl-media-grid .tl-carousel{ aspect-ratio: 16/9; }
  .tl-media-grid--3 > :nth-child(1).tl-video{ aspect-ratio: 3/4; height: auto; }
  .tl-media-grid--4 > :nth-child(1).tl-video{ aspect-ratio: 3/4; height: auto; }
}

/* ==========================================================================
   Signature win / video
   ========================================================================== */
.wins{ background: var(--hc-black); color: #fff; }
.wins-inner{ max-width: 900px; margin: 0 auto; text-align: left; }
.wins-kicker{ color: var(--gold); font-weight: 600; font-size: .95rem; }
.wins-headline{
  display: block; background-image: none; color: #fff;
  font-size: clamp(1.7rem, 3.1vw, 2.35rem); font-weight: 700; line-height: 1.28;
  margin-top: .6rem; letter-spacing: -.01em; max-width: 50ch;
}
.wins-copy{ color: rgba(255,255,255,.78); font-size: 1.08rem; max-width: 62ch; margin-top: 1.1rem; }

.wins-video-frame{
  position: relative; margin-top: 2.5rem; aspect-ratio: 16/9; border-radius: 3px; overflow: hidden;
  background: #1a1717;
}
.wins-video, .wins-poster-img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wins-poster-img{ object-position: 50% 22%; }
.wins-darken{
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23,20,18,.25) 0%, rgba(23,20,18,.55) 55%, rgba(15,13,12,.88) 100%);
}

/* smoke / fire drifting overlay */
.smoke-overlay{
  position: absolute; inset: 0; pointer-events: none; mix-blend-mode: screen; opacity: .8;
  background:
    radial-gradient(ellipse 60% 50% at 20% 100%, rgba(246,184,59,.55), transparent 60%),
    radial-gradient(ellipse 50% 60% at 80% 100%, rgba(202,2,87,.4), transparent 65%),
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(255,255,255,.12), transparent 70%);
  animation: drift 14s ease-in-out infinite alternate;
}
@keyframes drift{
  0%   { transform: translateY(0) scale(1); opacity: .7; }
  50%  { transform: translateY(-2%) scale(1.04); opacity: .9; }
  100% { transform: translateY(1%) scale(1.01); opacity: .75; }
}

.wins-video-caption{
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.75rem clamp(1.25rem, 3vw, 2.5rem);
  display: flex; flex-direction: column; gap: .15rem;
}
.wins-stat{ font-size: clamp(2.2rem, 6vw, 3.6rem); font-weight: 800; color: #fff; line-height: 1; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.wins-stat-label{ font-size: .95rem; color: rgba(255,255,255,.85); max-width: 40ch; }


/* ==========================================================================
   Event recaps
   ========================================================================== */
.recap-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.recap-card{ border-top: 3px solid var(--gold); padding-top: 1.1rem; }
.recap-embed{ aspect-ratio: 16/9; margin-bottom: 1rem; border-radius: 2px; overflow: hidden; background: var(--hc-black); }
.recap-embed iframe{ width: 100%; height: 100%; display: block; border: 0; }
.recap-embed .slot-label{ font-size: .65rem; }
.recap-card h3{ font-size: 1.05rem; }
.recap-card p{ color: var(--ink-soft); font-size: .95rem; margin-top: .4rem; }

@media (max-width: 900px){ .recap-grid{ grid-template-columns: 1fr; } }

/* ==========================================================================
   Brand work gallery
   ========================================================================== */
.brand-gallery{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
  align-items: start;
}
.brand-shot{ margin: 0; position: relative; }
.brand-shot-frame{
  aspect-ratio: 3/4; background: var(--hc-black); border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  transform-origin: bottom center;
  position: relative; z-index: 1;
}
.brand-shot:nth-child(3n+1) .brand-shot-frame{ transform-origin: bottom left; }
.brand-shot:nth-child(3n) .brand-shot-frame{ transform-origin: bottom right; }
.brand-shot:hover .brand-shot-frame{
  transform: scale(1.4); z-index: 20;
  box-shadow: 0 22px 50px rgba(23,20,18,.4);
}
.brand-shot img{ width: 100%; height: 100%; object-fit: contain; }
.brand-shot-frame--video{ aspect-ratio: 16/9; }
.brand-shot-frame--video iframe{ width: 100%; height: 100%; border: 0; display: block; }
.brand-shot figcaption{ margin-top: .6rem; font-size: .85rem; color: var(--grey); }
.brand-doc-link{
  display: inline-block; margin-top: .5rem; font-size: .82rem; font-weight: 600;
  color: var(--hc-pink); text-decoration: none; border-bottom: 1px solid currentColor;
}
.brand-doc-link:hover{ color: var(--hustle-green); }
.brand-doc-note{ display: block; margin-top: .3rem; font-size: .72rem; font-style: italic; color: var(--grey); }
.brand-doc-note a{ color: var(--grey); font-weight: 600; text-decoration: underline; }
.brand-doc-note a:hover{ color: var(--hustle-green); }

.brand-note{ margin-top: 2.5rem; max-width: var(--measure); color: var(--ink-soft); font-size: 1.02rem; }

@media (max-width: 900px){
  .brand-gallery{ grid-template-columns: 1fr; }
  .brand-shot-frame,
  .brand-shot:nth-child(3n+1) .brand-shot-frame,
  .brand-shot:nth-child(3n) .brand-shot-frame{ transform-origin: bottom center; }
  .brand-shot:hover .brand-shot-frame{ transform: scale(1.12); }
}
@media (prefers-reduced-motion: reduce){
  .brand-shot-frame{ transition: none; }
  .brand-shot:hover .brand-shot-frame{ transform: none; }
}

/* ==========================================================================
   Donor impact
   ========================================================================== */
.impact{ background: var(--hustle-green); color: #fff; }
.impact-stats{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap);
  border-top: 1px solid rgba(255,255,255,.2); padding-top: 2rem;
}
.impact-stat{ display: flex; flex-direction: column; gap: .5rem; }
.stat-num{ font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--gold); line-height: 1; }
.stat-plus{ font-size: .55em; color: #fff; font-weight: 600; }
.stat-label{ font-size: .92rem; color: rgba(255,255,255,.82); max-width: 32ch; }
.impact-note{ margin-top: 3.25rem; font-size: .9rem; color: rgba(255,255,255,.65); max-width: var(--measure); }
.impact-note-lead{ color: var(--gold); font-weight: 600; }

.impact-media{ display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); margin-top: 2.25rem; }
.impact-video-card{ border-top: 3px solid var(--gold); padding-top: 1.1rem; }
.impact-embed{ aspect-ratio: 16/9; margin-bottom: 1rem; border-radius: 2px; overflow: hidden; background: var(--hc-black); position: relative; }
.impact-embed iframe{ width: 100%; height: 100%; display: block; border: 0; }
.media-logo-badge{
  position: absolute; left: .6rem; top: .6rem; z-index: 2;
  background: rgba(255,255,255,.92); padding: .3rem .55rem; border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0,0,0,.3); line-height: 0;
}
.media-logo-badge img{ display: block; height: 15px; width: auto; }
.impact-video-card h3{ font-size: 1.05rem; color: #fff; }
.impact-video-card p{ color: rgba(255,255,255,.75); font-size: .95rem; margin-top: .4rem; }
.impact-doc-link{
  display: inline-block; margin-top: .5rem; font-size: .82rem; font-weight: 600;
  color: var(--gold); text-decoration: none; border-bottom: 1px solid currentColor;
}
.impact-doc-link:hover{ color: #fff; }

@media (max-width: 900px){
  .impact-media{ grid-template-columns: 1fr; }
}
@media (max-width: 780px){
  .impact-stats{ grid-template-columns: 1fr; }
}

/* ==========================================================================
   Earlier career
   ========================================================================== */
.earlier-list{ margin: 0; border-top: 1px solid var(--rule); }
.earlier-row{
  display: grid; grid-template-columns: 1fr auto auto; gap: 1.5rem; align-items: baseline;
  padding: 1.1rem 0; border-bottom: 1px solid var(--rule);
}
.earlier-row dt{ font-weight: 600; font-size: 1rem; }
.earlier-role{ color: var(--ink-soft); font-size: .92rem; margin: 0; }
.earlier-date{ color: var(--grey); font-size: .88rem; margin: 0; white-space: nowrap; }

@media (max-width: 700px){
  .earlier-row{ grid-template-columns: 1fr; gap: .2rem; }
}

/* ==========================================================================
   Recognition
   ========================================================================== */
.recognition-grid{ display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.awards-list{ list-style: none; margin: 1.25rem 0 0; padding: 0; display: flex; flex-direction: column; gap: .85rem; }
.awards-list li{ font-size: .98rem; color: var(--ink-soft); }
.awards-list strong{ color: var(--hc-pink); }
.press-list{ margin-top: 1.25rem; color: var(--ink-soft); line-height: 1.9; font-size: .98rem; }

@media (max-width: 780px){ .recognition-grid{ grid-template-columns: 1fr; } }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact{ background: var(--hc-black); color: #fff; text-align: center; }
.contact-inner{ max-width: 640px; margin: 0 auto; }
.contact h2{ color: #fff; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.contact-lede{ color: rgba(255,255,255,.75); margin-top: 1rem; font-size: 1.05rem; }
.contact-actions{ display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2rem; }
.contact-meta{ margin-top: 2rem; color: rgba(255,255,255,.55); font-size: .9rem; }
.contact-meta a{ color: var(--gold); text-decoration: none; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer{ padding: 1.5rem var(--pad); text-align: center; background: var(--hc-black); }
.site-footer p{ color: rgba(255,255,255,.4); font-size: .8rem; margin: 0; }
