/*
 Theme Name:  Hello Elementor Child
 Description: Child theme for Hello Elementor — ICCC Climate Conferences
 Template:    hello-elementor
 Version:     1.0
*/

/* ══════════════════════════════════════════════════════════════
   ICCC DESIGN SYSTEM — CSS VARIABLES
   These match every WordPress block and PHP template on the site.
   ══════════════════════════════════════════════════════════════ */
:root {
  /* Dark palette */
  --iccc-forest:      #0d2318;
  --iccc-deep:        #081610;
  --iccc-mid:         #112d1e;
  --iccc-card-bg:     #0f2419;
  --iccc-border-dark: #1c3d28;
  /* Gold */
  --iccc-gold:        #c9a84c;
  --iccc-gold-light:  #e8c97a;
  --iccc-gold-dim:    rgba(201,168,76,0.13);
  /* Light palette */
  --iccc-off:         #f5f8f5;
  --iccc-border:      #dce8de;
  --iccc-text:        #0d2318;
  --iccc-text-mid:    #2a4a34;
  --iccc-text-muted:  #5a7a62;
  --iccc-shadow:      0 2px 16px rgba(13,35,24,0.07);
  --iccc-shadow-hover:0 8px 32px rgba(13,35,24,0.14);
}

/* ══════════════════════════════════════════════════════════════
   GLOBAL RESETS FOR SPEAKER PAGES
   ══════════════════════════════════════════════════════════════ */
.iccc-bc,
.iccc-page-hero,
.iccc-spk-controls,
.iccc-az-nav,
.iccc-spk-main,
.iccc-spk-hero,
.iccc-spk-body,
.iccc-sb-block,
.iccc-talk-card {
  box-sizing: border-box;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 300;
}

.iccc-bc *,
.iccc-page-hero *,
.iccc-spk-controls *,
.iccc-az-nav *,
.iccc-spk-main *,
.iccc-spk-hero *,
.iccc-spk-body * {
  box-sizing: border-box;
}


/* ══════════════════════════════════════════════════════════════
   BREADCRUMB
   ══════════════════════════════════════════════════════════════ */
.iccc-bc {
  background: var(--iccc-off);
  border-bottom: 1px solid var(--iccc-border);
  padding: 11px 40px;
  font-size: 12px;
  color: var(--iccc-text-muted);
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.iccc-bc a {
  color: var(--iccc-text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.iccc-bc a:hover       { color: var(--iccc-gold); }
.iccc-bc__sep          { color: var(--iccc-border); }
.iccc-bc__current      { color: var(--iccc-gold); }


/* ══════════════════════════════════════════════════════════════
   SHARED BUTTONS
   ══════════════════════════════════════════════════════════════ */
.iccc-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  font-family: 'Source Sans 3', sans-serif;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.iccc-btn--gold         { background: var(--iccc-gold); color: #081610; border: 2px solid var(--iccc-gold); font-weight: 700; }
.iccc-btn--gold:hover   { background: var(--iccc-gold-light); color: #081610; border-color: var(--iccc-gold-light); }
.iccc-btn--outline      { border: 1px solid rgba(201,168,76,0.4); color: #a8c9b0; background: transparent; }
.iccc-btn--outline:hover{ border-color: var(--iccc-gold); color: var(--iccc-gold); }
.iccc-btn--outline-dark { border: 1px solid var(--iccc-border); color: var(--iccc-text-muted); background: transparent; }
.iccc-btn--outline-dark:hover { border-color: var(--iccc-text); color: var(--iccc-text); }


/* ══════════════════════════════════════════════════════════════
   SPEAKERS DIRECTORY — HERO  (archive-speaker.php)
   ══════════════════════════════════════════════════════════════ */
.iccc-page-hero {
  background: linear-gradient(155deg, #142e1e 0%, #0b1e13 60%, #081610 100%);
  padding: 56px 40px 48px;
  position: relative;
  overflow: hidden;
}
.iccc-page-hero__grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(201,168,76,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
}
.iccc-page-hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 70% at 85% 50%, rgba(201,168,76,0.06) 0%, transparent 65%);
}
.iccc-page-hero__wm {
  position: absolute; right: -10px; top: 50%;
  transform: translateY(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 200px; font-weight: 900; line-height: 1;
  color: rgba(201,168,76,0.03);
  pointer-events: none; user-select: none;
}
.iccc-page-hero__inner {
  max-width: 1180px; margin: 0 auto;
  position: relative; z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.iccc-page-hero__eyebrow {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--iccc-gold); font-weight: 600; margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.iccc-page-hero__eyebrow::before {
  content: ''; width: 28px; height: 1px; background: var(--iccc-gold);
}
.iccc-page-hero__h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 900; line-height: 1.0;
  color: #fff; margin-bottom: 12px;
}
.iccc-page-hero__h1 em { color: var(--iccc-gold); font-style: normal; }
.iccc-page-hero__desc {
  font-size: 15px; color: #a8c9b0; line-height: 1.7; max-width: 520px;
}
.iccc-page-hero__stats {
  display: flex; gap: 2px; flex-shrink: 0; align-self: center;
}
.iccc-hero-stat {
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--iccc-border-dark);
  padding: 18px 24px;
  display: flex; flex-direction: column; align-items: center;
}
.iccc-hero-stat__num {
  font-family: 'Playfair Display', serif;
  font-size: 30px; font-weight: 700; color: var(--iccc-gold); line-height: 1;
}
.iccc-hero-stat__label {
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #7fa88a; margin-top: 4px;
}


/* ══════════════════════════════════════════════════════════════
   SPEAKER DIRECTORY — CONTROLS BAR
   ══════════════════════════════════════════════════════════════ */
.iccc-spk-controls {
  background: #fff;
  border-bottom: 1px solid var(--iccc-border);
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: 0 2px 8px rgba(13,35,24,0.05);
}
.iccc-spk-controls__inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 20px; padding: 12px 0;
  flex-wrap: wrap;
}
.iccc-spk-search {
  position: relative; flex: 0 0 240px;
}
.iccc-spk-search__icon {
  position: absolute; left: 11px; top: 50%;
  transform: translateY(-50%);
  font-size: 12px; color: var(--iccc-text-muted);
  pointer-events: none;
}
.iccc-spk-search input {
  width: 100%;
  background: var(--iccc-off);
  border: 1px solid var(--iccc-border);
  color: var(--iccc-text);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  padding: 9px 14px 9px 32px;
  outline: none;
  transition: border-color 0.2s;
}
.iccc-spk-search input::placeholder { color: var(--iccc-text-muted); }
.iccc-spk-search input:focus { border-color: var(--iccc-gold); }

.iccc-spk-filters { display: flex; gap: 5px; flex-wrap: wrap; }
.iccc-spk-filter {
  background: transparent;
  border: 1px solid var(--iccc-border);
  color: var(--iccc-text-muted);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 6px 11px; cursor: pointer;
  transition: all 0.2s;
}
.iccc-spk-filter:hover  { border-color: var(--iccc-gold); color: var(--iccc-gold); }
.iccc-spk-filter.active { background: var(--iccc-forest); border-color: var(--iccc-forest); color: #fff; }


/* ══════════════════════════════════════════════════════════════
   SPEAKER DIRECTORY — A–Z NAV
   ══════════════════════════════════════════════════════════════ */
.iccc-az-nav {
  background: var(--iccc-off);
  border-bottom: 1px solid var(--iccc-border);
  padding: 0 40px;
}
.iccc-az-nav__inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; flex-wrap: wrap;
}
.iccc-az-btn {
  background: none; border: none;
  color: #ccc;
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 700;
  padding: 9px 9px; cursor: pointer;
  transition: color 0.2s;
  letter-spacing: 0.04em;
}
.iccc-az-btn.has-entries { color: var(--iccc-text-muted); }
.iccc-az-btn:hover,
.iccc-az-btn.active      { color: var(--iccc-gold); }
.iccc-az-btn.active      { border-bottom: 2px solid var(--iccc-gold); }


/* ══════════════════════════════════════════════════════════════
   SPEAKER DIRECTORY — MAIN CONTENT
   ══════════════════════════════════════════════════════════════ */
.iccc-spk-main {
  max-width: 1180px; margin: 0 auto;
  padding: 48px 40px 72px;
  background: #fff;
}
.iccc-spk-empty {
  text-align: center; padding: 64px;
  font-size: 15px; color: var(--iccc-text-muted);
}


/* ── Letter groups ── */
.iccc-letter-group  { margin-bottom: 48px; }
.iccc-letter-group__header {
  display: flex; align-items: center;
  gap: 16px; margin-bottom: 20px;
}
.iccc-letter-group__letter {
  font-family: 'Playfair Display', serif;
  font-size: 48px; font-weight: 900;
  color: var(--iccc-gold); line-height: 1;
}
.iccc-letter-group__line  { flex: 1; height: 1px; background: var(--iccc-border); }
.iccc-letter-group__count {
  font-size: 11px; color: var(--iccc-text-muted);
  letter-spacing: 0.1em; text-transform: uppercase;
}


/* ── Speaker card grid ── */
.iccc-spk-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--iccc-border);
  border: 1px solid var(--iccc-border);
}

.iccc-spk-card {
  background: #fff;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  position: relative; overflow: hidden;
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.iccc-spk-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--iccc-gold);
  transform: scaleX(0);
  transition: transform 0.3s; transform-origin: left;
}
.iccc-spk-card:hover {
  background: var(--iccc-off);
  box-shadow: var(--iccc-shadow-hover);
  z-index: 1;
  text-decoration: none;
}
.iccc-spk-card:hover::before { transform: scaleX(1); }


/* Card photo */
.iccc-spk-card__photo {
  aspect-ratio: 3/4;
  background: var(--iccc-off);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.iccc-spk-card__photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top;
  transition: transform 0.4s;
  display: block;
}
.iccc-spk-card:hover .iccc-spk-card__photo img { transform: scale(1.04); }

.iccc-spk-card__initials {
  font-family: 'Playfair Display', serif;
  font-size: 40px; font-weight: 700;
  color: var(--iccc-border);
}
.iccc-spk-card__photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,22,16,0.5) 0%, transparent 50%);
}

/* Deceased/retired badge */
.iccc-spk-card__badge {
  position: absolute; top: 7px; right: 7px;
  background: rgba(8,22,16,0.75); color: #a8c9b0;
  font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 2px 6px;
}
.iccc-spk-card__badge--retired { color: #ffb74d; }

/* Conference tags on card */
.iccc-spk-card__confs {
  position: absolute; bottom: 7px; left: 7px;
  display: flex; flex-wrap: wrap; gap: 3px;
}
.iccc-spk-card__conf-tag {
  background: var(--iccc-gold); color: var(--iccc-deep);
  font-size: 8px; letter-spacing: 0.05em; font-weight: 600;
  padding: 2px 5px;
}

/* Card info */
.iccc-spk-card__info {
  padding: 12px 12px 14px;
}
.iccc-spk-card__name {
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 700;
  color: var(--iccc-text); line-height: 1.2; margin-bottom: 4px;
}
.iccc-spk-card__title {
  font-size: 11px; color: var(--iccc-text-muted); line-height: 1.35;
  /* Clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.iccc-spk-card__arrow {
  margin-top: 8px;
  font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--iccc-gold); font-weight: 600;
  opacity: 0; transition: opacity 0.2s;
}
.iccc-spk-card:hover .iccc-spk-card__arrow { opacity: 1; }


/* ══════════════════════════════════════════════════════════════
   SPEAKER PROFILE — HERO  (single-speaker.php)
   ══════════════════════════════════════════════════════════════ */
.iccc-spk-hero {
  background: linear-gradient(155deg, #142e1e 0%, #0b1e13 60%, #081610 100%);
  position: relative; overflow: hidden;
}
.iccc-spk-hero__grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(201,168,76,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
}
.iccc-spk-hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 80% at 100% 50%, rgba(201,168,76,0.05) 0%, transparent 60%);
}
.iccc-spk-hero__inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 280px 1fr;
  position: relative; z-index: 1;
}

/* Photo */
.iccc-spk-hero__photo-col { position: relative; }
.iccc-spk-hero__photo {
  width: 280px; height: 360px;
  background: linear-gradient(145deg, #142e1e, #0d2318);
  position: relative; overflow: hidden;
}
.iccc-spk-hero__photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top;
  display: block;
}
.iccc-spk-hero__initials {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 80px; font-weight: 700;
  color: rgba(201,168,76,0.15);
}
.iccc-spk-hero__photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 50%, #0b1e13 100%),
              linear-gradient(to top, rgba(8,22,16,0.4) 0%, transparent 40%);
}

/* Info */
.iccc-spk-hero__info {
  padding: 44px 44px 44px 36px;
  display: flex; flex-direction: column; justify-content: center;
}
.iccc-spk-hero__eyebrow {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--iccc-gold); font-weight: 600; margin-bottom: 10px;
  display: flex; align-items: center; gap: 10px;
}
.iccc-spk-hero__eyebrow::before {
  content: ''; width: 28px; height: 1px; background: var(--iccc-gold);
}
.iccc-spk-hero__name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 46px);
  font-weight: 900; line-height: 1.05;
  color: #fff; margin-bottom: 6px;
}
.iccc-spk-hero__credentials {
  font-family: 'Playfair Display', serif;
  font-size: 17px; color: var(--iccc-gold);
  margin-bottom: 5px; font-style: italic;
}
.iccc-spk-hero__institution {
  font-size: 14px; color: #a8c9b0; margin-bottom: 20px;
}
.iccc-spk-hero__tags {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px;
}
.iccc-spk-hero__tag {
  background: var(--iccc-gold-dim);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--iccc-gold);
  font-size: 11px; letter-spacing: 0.06em;
  padding: 4px 10px;
}
.iccc-spk-hero__links {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px;
}

/* Conference badges strip */
.iccc-spk-hero__conf-strip {
  border-top: 1px solid var(--iccc-border-dark);
  padding-top: 16px; margin-top: 4px;
}
.iccc-spk-hero__conf-label {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #7fa88a; margin-bottom: 9px; font-weight: 600;
}
.iccc-spk-hero__conf-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.iccc-spk-hero__conf-badge {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--iccc-border-dark);
  color: #7fa88a; font-size: 11px; letter-spacing: 0.06em;
  padding: 5px 12px;
  text-decoration: none; transition: all 0.2s;
}
.iccc-spk-hero__conf-badge:hover { border-color: var(--iccc-gold); color: var(--iccc-gold); background: rgba(201,168,76,0.08); }

/* Deceased note */
.iccc-spk-hero__deceased {
  margin-top: 12px;
  font-size: 12px; color: #a8c9b0; letter-spacing: 0.06em;
}


/* ══════════════════════════════════════════════════════════════
   SPEAKER PROFILE — WHITE BODY
   ══════════════════════════════════════════════════════════════ */
.iccc-spk-body {
  max-width: 1180px; margin: 0 auto;
  padding: 48px 40px 72px;
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 48px;
  background: #fff;
}

/* Section scaffolding */
.iccc-spk-section  { margin-bottom: 48px; }
.iccc-spk-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--iccc-gold); font-weight: 600; margin-bottom: 8px;
}
.iccc-spk-section__title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; color: var(--iccc-text); margin-bottom: 10px;
}
.iccc-spk-divider { width: 40px; height: 2px; background: var(--iccc-gold); margin-bottom: 20px; }

/* Bio */
.iccc-spk-bio { font-size: 15px; color: var(--iccc-text-mid); line-height: 1.85; }
.iccc-spk-bio p + p { margin-top: 16px; }
.iccc-spk-bio a { color: var(--iccc-gold); }
.iccc-spk-bio--empty { font-style: italic; color: var(--iccc-text-muted); }

/* Talk cards */
.iccc-talk-card {
  display: grid; grid-template-columns: 160px 1fr;
  border: 1px solid var(--iccc-border);
  margin-bottom: 1px;
  text-decoration: none; color: inherit;
  overflow: hidden; background: #fff;
  transition: background 0.2s, border-color 0.2s;
}
.iccc-talk-card:hover { background: var(--iccc-off); border-color: rgba(201,168,76,0.4); }
.iccc-talk-card__thumb {
  aspect-ratio: 16/9;
  background: var(--iccc-off);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.iccc-talk-card__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.iccc-talk-card__play {
  position: absolute; inset: 0;
  background: rgba(13,35,24,0.35);
  display: flex; align-items: center; justify-content: center;
}
.iccc-talk-card__play-btn {
  width: 32px; height: 32px;
  border: 2px solid var(--iccc-gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--iccc-gold); font-size: 12px;
}
.iccc-talk-card__info {
  padding: 16px 20px;
  display: flex; flex-direction: column; justify-content: center;
  border-left: 3px solid transparent;
  transition: border-color 0.2s;
}
.iccc-talk-card:hover .iccc-talk-card__info { border-left-color: var(--iccc-gold); }
.iccc-talk-card__conf {
  font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--iccc-gold); font-weight: 600; margin-bottom: 5px;
}
.iccc-talk-card__title { font-size: 14px; color: var(--iccc-text); line-height: 1.35; }


/* ══════════════════════════════════════════════════════════════
   SPEAKER PROFILE — SIDEBAR
   ══════════════════════════════════════════════════════════════ */
.iccc-sb-block {
  border: 1px solid var(--iccc-border);
  margin-bottom: 20px; overflow: hidden;
  box-shadow: var(--iccc-shadow);
}
.iccc-sb-block__header {
  background: var(--iccc-off);
  border-bottom: 1px solid var(--iccc-border);
  border-left: 3px solid var(--iccc-gold);
  padding: 12px 18px;
  display: flex; align-items: center; justify-content: space-between;
}
.iccc-sb-block__title {
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--iccc-gold); font-weight: 600;
}
.iccc-sb-block__link {
  font-size: 11px; color: var(--iccc-gold); text-decoration: none;
}
.iccc-sb-block__link:hover { text-decoration: underline; }
.iccc-sb-block__body { padding: 14px 18px; }

/* Fact rows */
.iccc-sb__row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 7px 0; border-bottom: 1px solid var(--iccc-border); gap: 12px;
}
.iccc-sb__row:last-child { border-bottom: none; }
.iccc-sb__label { font-size: 12px; color: var(--iccc-text-muted); }
.iccc-sb__val   { font-size: 13px; color: var(--iccc-text); font-weight: 600; text-align: right; }
.iccc-sb__val a { color: var(--iccc-gold); text-decoration: none; }
.iccc-sb__val a:hover { text-decoration: underline; }

/* Related speakers */
.iccc-sb-related {
  display: flex; align-items: center; gap: 12px;
  padding: 9px 0; border-bottom: 1px solid var(--iccc-border);
  text-decoration: none; color: inherit; transition: color 0.2s;
}
.iccc-sb-related:last-child { border-bottom: none; }
.iccc-sb-related:hover .iccc-sb-related__name { color: var(--iccc-gold); }
.iccc-sb-related__avatar {
  width: 36px; height: 36px;
  background: var(--iccc-off); border: 1px solid var(--iccc-border);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 13px; font-weight: 700; color: var(--iccc-text-muted);
  flex-shrink: 0; overflow: hidden;
}
.iccc-sb-related__avatar img { width:100%; height:100%; object-fit:cover; display:block; }
.iccc-sb-related__name { font-size: 13px; color: var(--iccc-text); transition: color 0.2s; }
.iccc-sb-related__inst { font-size: 11px; color: var(--iccc-text-muted); margin-top: 1px; }
.iccc-sb-related__arrow { color: var(--iccc-gold); margin-left: auto; font-size: 11px; }

/* Back button */
.iccc-back-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px; background: var(--iccc-off);
  border: 1px solid var(--iccc-border);
  color: var(--iccc-text-muted);
  text-decoration: none; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  transition: all 0.2s;
}
.iccc-back-btn:hover { border-color: var(--iccc-gold); color: var(--iccc-gold); }


/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .iccc-spk-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .iccc-spk-hero__inner { grid-template-columns: 1fr; }
  .iccc-spk-hero__photo { width: 100%; height: 260px; }
  .iccc-spk-hero__info  { padding: 28px 24px; }
  .iccc-spk-body { grid-template-columns: 1fr; padding: 32px 24px 56px; }
  .iccc-talk-card { grid-template-columns: 130px 1fr; }
}
@media (max-width: 768px) {
  .iccc-spk-grid { grid-template-columns: repeat(3, 1fr); }
  .iccc-spk-main { padding: 32px 24px 56px; }
  .iccc-bc { padding: 11px 24px; }
  .iccc-page-hero { padding: 40px 24px 36px; }
  .iccc-page-hero__inner { flex-direction: column; align-items: flex-start; }
  .iccc-spk-controls { padding: 0 24px; }
  .iccc-az-nav { padding: 0 24px; }
}
@media (max-width: 480px) {
  .iccc-spk-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Lifespan display on deceased speakers */
.iccc-spk-hero__lifespan {
  font-size: 0.85em;
  font-weight: 400;
  opacity: 0.85;
  letter-spacing: 0;
}

/* Force Watch Talks button visibility inside dark hero */
.iccc-spk-hero .iccc-btn--gold {
  color: #081610 !important;
  background: var(--iccc-gold) !important;
  border: 2px solid var(--iccc-gold) !important;
}
.iccc-spk-hero .iccc-btn--gold:hover {
  color: #081610 !important;
  background: var(--iccc-gold-light) !important;
}

/* Override Elementor kit link color on gold buttons */
.elementor-kit-12 a.iccc-btn--gold,
a.iccc-btn--gold {
  color: #081610 !important;
}
.elementor-kit-12 a.iccc-btn--gold:hover,
a.iccc-btn--gold:hover {
  color: #081610 !important;
}

/* Override Elementor kit link color on conference badges */
.elementor-kit-12 a.iccc-spk-hero__conf-badge,
a.iccc-spk-hero__conf-badge {
  color: #7fa88a;
}
.elementor-kit-12 a.iccc-spk-hero__conf-badge:hover,
a.iccc-spk-hero__conf-badge:hover {
  color: var(--iccc-gold) !important;
  border-color: var(--iccc-gold);
  background: rgba(201,168,76,0.08);
}
