/**
 * Home page — unified section width & spacing (matches #about .container)
 */
#main > section#about,
#main > section#categories,
#main > section#schedule,
#main > section#judgin-metho,
#main > section#jurys,
#main > section#gallery,
#main > section#venue,
#main > section#supporters,
#main > section#faq {
  padding: 30px 0 40px;
}

/* All home sections share Bootstrap .container width (same as About) */
#main > section > .container {
  width: 100%;
}

/* Alternating section backgrounds */
#main > section#categories {
  background-color: #ffffff;
}

#main > section#schedule.icsa-timeline {
  background-color: #f6f7fd;
}

#main > section#judgin-metho.icsa-judging {
  background-color: #ffffff;
}

#main > section#jurys.section-with-bg {
  background-color: #f6f7fd;
}

#main > section#gallery {
  background-color: #ffffff;
}

/* Two-tone section headings (navy lead + red accent) */
#main .section-header.icsa-section-header::before {
  display: none;
}

#main .section-header.icsa-section-header {
  padding-bottom: 0;
  margin-bottom: 30px;
}

#main .icsa-section-heading {
  font-family: "Archivo Narrow", "Raleway", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 10px;
}

#main .icsa-section-heading__line {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.28em;
  row-gap: 0;
}

#main .icsa-section-heading__lead {
  position: relative;
  padding-bottom: 0.65rem;
  color: #0e1b4d;
}

#main .icsa-section-heading__lead::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  min-width: 36px;
  max-width: 120px;
  height: 4px;
  background: #f82249;
}

#main .icsa-section-heading__accent {
  color: #f82249;
}
