/* =========================================================
       AFICTA IGF WORKSHOP 2020
       Brand-aligned archive page
       ========================================================= */

.igf20-page {
  --igf-green: #0a1230;
  --igf-green-2: #16224f;
  --igf-green-3: #1e2f6b;
  --igf-green-soft: #eef6f1;
  --igf-gold: #c18b3fc5;
  --igf-gold-soft: var(--igf-gold-soft);
  --igf-ink: #1e2a23;
  --igf-muted: #344b67;
  --igf-border: #252d3e;
  --igf-white: #ffffff;
  --igf-light: #f7f9f7;

  color: var(--igf-ink);
  background: #fff;
}

/* =========================================================
       HERO
       ========================================================= */

.igf20-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 82% 25%,
      rgba(193, 139, 63, 0.17),
      transparent 32%
    ),
    radial-gradient(circle at 8% 85%, rgba(20, 83, 45, 0.35), transparent 35%),
    linear-gradient(
      135deg,
      var(--igf-green) 0%,
      var(--igf-green-2) 48%,
      var(--igf-green-3) 100%
    );
  color: #fff;
  padding: 70px 0 76px;
}

.igf20-hero::before,
.igf20-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(193, 139, 63, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.igf20-hero::before {
  width: 420px;
  height: 420px;
  right: -170px;
  top: -190px;
}

.igf20-hero::after {
  width: 300px;
  height: 300px;
  left: -170px;
  bottom: -180px;
}

.igf20-hero-inner {
  position: relative;
  z-index: 2;
}

.igf20-breadcrumb {
  margin-bottom: 34px;
}

.igf20-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.igf20-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.92);
}

.igf20-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.35);
}

.igf20-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid rgba(193, 139, 63, 0.52);
  border-radius: 999px;
  background: rgba(193, 139, 63, 0.1);
  color: var(--igf-gold-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.igf20-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--igf-gold);
}

.igf20-title {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: #fff;
}

.igf20-title-accent {
  color: var(--igf-gold-soft);
}

.igf20-subtitle {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.8;
}

.igf20-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.igf20-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 650;
}

.igf20-meta-item i {
  color: var(--igf-gold-soft);
  font-size: 1rem;
}

.igf20-hero-actions {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.igf20-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.igf20-btn-primary {
  color: #142117;
  background: var(--igf-gold);
  border: 1px solid var(--igf-gold);
}

.igf20-btn-primary:hover {
  color: #142117;
  background: var(--igf-gold);
  transform: translateY(-2px);
}

.igf20-btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.igf20-btn-outline:hover {
  color: #fff;
  border-color: var(--igf-gold);
  background: rgba(255, 255, 255, 0.08);
}

/* HERO IMAGE */

.igf20-image-wrap {
  position: relative;
  margin-top: 12px;
}

.igf20-image-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.igf20-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.igf20-image-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.73rem;
  font-weight: 650;
}

.igf20-archive-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(10, 35, 27, 0.87);
  border: 1px solid var(--igf-gold);
  color: var(--igf-gold-soft);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* =========================================================
       QUICK NAV
       ========================================================= */

.igf20-anchor-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--igf-border);
}

.igf20-anchor-inner {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 0;
}

.igf20-anchor-inner::-webkit-scrollbar {
  display: none;
}

.igf20-anchor-link {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--igf-muted);
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: all 0.2s ease;
}

.igf20-anchor-link:hover {
  color: var(--igf-green);
  background: var(--igf-green-soft);
}

/* =========================================================
       GENERAL SECTIONS
       ========================================================= */

.igf20-section {
  padding: 72px 0;
}

.igf20-section-soft {
  background: var(--igf-light);
}

.igf20-section-green {
  background: var(--igf-green);
  color: #fff;
}

.igf20-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--igf-green-3);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.igf20-section-green .igf20-eyebrow {
  color: var(--igf-gold-soft);
}

.igf20-heading {
  margin: 0;
  color: var(--igf-green);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.igf20-section-green .igf20-heading {
  color: #fff;
}

.igf20-section-intro {
  max-width: 760px;
  margin-top: 13px;
  color: var(--igf-muted);
  line-height: 1.8;
}

.igf20-section-green .igf20-section-intro {
  color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
       THEME / SUBTHEMES
       ========================================================= */

.igf20-theme-box {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid var(--igf-border);
  background: #fff;
  box-shadow: 0 12px 35px rgba(16, 56, 39, 0.055);
}

.igf20-theme-label {
  color: var(--igf-gold);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.igf20-theme-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  color: var(--igf-green);
  line-height: 1.35;
  font-weight: 800;
}

.igf20-subtheme-grid {
  margin-top: 24px;
}

.igf20-subtheme {
  height: 100%;
  padding: 20px;
  border-radius: 9px;
  background: var(--igf-green-soft);
  border: 1px solid rgba(20, 83, 45, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.igf20-subtheme:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(15, 61, 46, 0.08);
}

.igf20-subtheme-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--igf-green);
  color: #fff;
  margin-bottom: 15px;
}

.igf20-subtheme-title {
  margin: 0;
  color: var(--igf-green);
  font-size: 0.93rem;
  font-weight: 800;
}

.igf20-subtheme a {
  text-decoration: none;
}

/* =========================================================
       POLICY QUESTION
       ========================================================= */

.igf20-policy-box {
  position: relative;
  margin-top: 28px;
  padding: 32px 34px 32px 38px;
  border-left: 4px solid var(--igf-gold);
  border-radius: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 56, 39, 0.055);
}

.igf20-policy-box::before {
  content: "POLICY QUESTIONS";
  display: block;
  margin-bottom: 16px;
  color: var(--igf-gold);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.igf20-policy-box p {
  margin: 0;
  color: #4f5a53;
  font-size: 0.93rem;
  line-height: 1.9;
}

/* =========================================================
       PEOPLE
       ========================================================= */

.igf20-people-grid {
  margin-top: 32px;
}

.igf20-person {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--igf-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 61, 46, 0.045);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.igf20-person:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(15, 61, 46, 0.1);
}

.igf20-person-image {
  overflow: hidden;
  background: var(--igf-green-soft);
}

.igf20-person-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.igf20-person-body {
  padding: 17px;
}

.igf20-person-name {
  margin: 0;
  color: var(--igf-green);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.35;
}

.igf20-person-role {
  margin: 7px 0 14px;
  color: var(--igf-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.igf20-person-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--igf-green-3);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.igf20-person-link:hover {
  color: var(--igf-gold);
}

.igf20-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--igf-green), var(--igf-green-2));
  color: var(--igf-gold-soft);
  font-size: 2rem;
  font-weight: 800;
}

/* ORGANIZERS */

.igf20-organizer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--igf-border);
  border-radius: 9px;
  background: #fff;
}

.igf20-organizer-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--igf-green-soft);
  color: var(--igf-green);
}

.igf20-organizer-name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--igf-green);
}

.igf20-organizer-role {
  margin: 5px 0 0;
  color: var(--igf-muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

/* =========================================================
       VENUE
       ========================================================= */

.igf20-venue-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--igf-green), var(--igf-green-2));
  box-shadow: 0 18px 38px rgba(15, 61, 46, 0.16);
}

.igf20-venue-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--igf-gold-soft);
  font-size: 1.25rem;
}

.igf20-venue-label {
  margin: 0 0 4px;
  color: var(--igf-gold-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.igf20-venue-title {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

/* =========================================================
       SPONSORS
       ========================================================= */

.igf20-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.igf20-sponsor {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--igf-border);
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s ease;
}

.igf20-sponsor:hover {
  transform: translateY(-3px);
  border-color: rgba(193, 139, 63, 0.5);
  box-shadow: 0 12px 25px rgba(15, 61, 46, 0.08);
}

.igf20-sponsor img {
  display: block;
  max-width: 100%;
  max-height: 65px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* =========================================================
       FOOTER CTA
       ========================================================= */

.igf20-end {
  padding: 60px 0;
  background: var(--igf-green-3);
  color: #fff;
  text-align: center;
}

.igf20-end-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 800;
}

.igf20-end-text {
  max-width: 620px;
  margin: 12px auto 24px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
  font-size: 0.9rem;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 1199px) {
  .igf20-sponsor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .igf20-hero {
    padding: 52px 0 58px;
  }

  .igf20-image-wrap {
    margin-top: 32px;
  }

  .igf20-section {
    padding: 56px 0;
  }

  .igf20-sponsor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .igf20-title {
    font-size: 2.25rem;
  }

  .igf20-subtitle {
    font-size: 0.9rem;
  }

  .igf20-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .igf20-meta-item {
    width: 100%;
  }

  .igf20-section {
    padding: 48px 0;
  }

  .igf20-theme-box,
  .igf20-policy-box {
    padding: 23px;
  }

  .igf20-sponsor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .igf20-sponsor {
    min-height: 84px;
    padding: 10px;
  }

  .igf20-sponsor img {
    max-height: 48px;
  }

  .igf20-venue-card {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .igf20-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .igf20-hero-actions {
    flex-direction: column;
  }

  .igf20-btn {
    width: 100%;
  }
}
