/* ============================================
   ILFORD inCOLOUR 2026 — sponsors.css
   Sponsors page only
   ============================================ */

/* ---------- Fredoka accents ---------- */
.ic-sphero__l1,
.ic-thanks__banner h2,
.ic-thanks__inner h3,
.ic-why__title,
.ic-why__item h3,
.ic-spcta__l1,
.ic-spcta__contact strong {
  font-family: 'Fredoka', sans-serif !important;
}

/* ============================================
   HERO
   Full-bleed background photo + cream wash.
   Splat cluster sits ABOVE the wash (z-index 2)
   or it would be washed out to nothing.
   ============================================ */
.ic-sphero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  max-height: 820px;
  padding: 90px 20px 80px;
  overflow: hidden;
  background: var(--ic-cream) url('/wp-content/uploads/2026/07/sponsors-pag.jpg') center right / cover no-repeat;
}

.ic-sphero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(247,244,238,.97) 0%,
    rgba(247,244,238,.93) 30%,
    rgba(247,244,238,.62) 56%,
    rgba(247,244,238,0) 82%
  );
}

/* ---------- Paint decor — left cluster ---------- */
.ic-sphero .ic-splat { z-index: 2; }

.ic-sphero__splat-1 {
  --splat-w: 300px; --splat-h: 300px;
  --splat-r: -14deg; --splat-o: .9;
  top: 6%; left: -60px;
}
.ic-sphero__splat-2 {
  --splat-w: 340px; --splat-h: 340px;
  --splat-r: 22deg; --splat-o: .85;
  top: 24%; left: -130px;
}
.ic-sphero__splat-3 {
  --splat-w: 220px; --splat-h: 220px;
  --splat-r: -38deg; --splat-o: .9;
  top: 16%; left: 130px;
}
.ic-sphero__splat-4 {
  --splat-w: 260px; --splat-h: 260px;
  --splat-r: 8deg; --splat-o: .85;
  bottom: 6%; left: 20px;
}

.ic-sphero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1320px;
}

/* ---------- Title ---------- */
.ic-sphero__title {
  color: var(--ic-navy) !important;
  line-height: 1.5;
  margin-bottom: 26px !important;
}

.ic-sphero__l1,
.ic-sphero__l2 { display: block; }

.ic-sphero__l1 {
  font-weight: 700;
  font-size: clamp(3.4rem, 8vw, 4.8rem);
  letter-spacing: -1px;
  color: var(--ic-navy);
}

/* script line — Caveat, per-letter colour, navy underline */
.ic-sphero__l2 {
  position: relative;
  font-family: 'Caveat', cursive !important;
  font-weight: 700;
  font-size: clamp(5rem, 9.4vw, 7.4rem);
  line-height: 1.05;
  padding-bottom: 18px;
}

.ic-sphero__l2 b,
.ic-sphero__l2 em,
.ic-sphero__l2 i { font-style: normal; font-weight: 700; }

.ic-sphero__l2 b { color: var(--ic-teal); }
.ic-sphero__l2 i { color: var(--ic-navy); }

.ic-sphero__l2 em:nth-of-type(1) { color: var(--ic-red); }
.ic-sphero__l2 em:nth-of-type(2) { color: var(--ic-red); }
.ic-sphero__l2 em:nth-of-type(3) { color: var(--ic-orange); }
.ic-sphero__l2 em:nth-of-type(4) { color: var(--ic-yellow); }
.ic-sphero__l2 em:nth-of-type(5) { color: var(--ic-green); }
.ic-sphero__l2 em:nth-of-type(6) { color: var(--ic-teal); }
.ic-sphero__l2 em:nth-of-type(7) { color: var(--ic-purple); }

.ic-sphero__l2::after {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 0;
  width: min(420px, 72%);
  height: 5px;
  border-radius: 4px;
  background: var(--ic-navy);
}

/* ---------- Intro ---------- */
.ic-sphero__intro {
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 600;
  color: var(--ic-navy);
  max-width: 470px;
  margin-bottom: 0 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .ic-sphero__splat-1 { --splat-w: 210px; --splat-h: 210px; left: -70px; }
  .ic-sphero__splat-2 { --splat-w: 230px; --splat-h: 230px; left: -120px; }
  .ic-sphero__splat-3 { --splat-w: 150px; --splat-h: 150px; left: 80px; }
  .ic-sphero__splat-4 { --splat-w: 175px; --splat-h: 175px; left: -10px; }
}

@media (max-width: 860px) {
  .ic-sphero {
    min-height: auto;
    max-height: none;
    padding: 70px 20px 60px;
    background-position: 68% center;
  }
  .ic-sphero::before {
    background: linear-gradient(
      100deg,
      rgba(247,244,238,.97) 0%,
      rgba(247,244,238,.9) 55%,
      rgba(247,244,238,.72) 100%
    );
  }
  .ic-sphero__intro { max-width: 100%; }

  /* the two inboard splats would sit under the copy once it goes full width */
  .ic-sphero__splat-3,
  .ic-sphero__splat-4 { display: none; }

  .ic-sphero__splat-1 { --splat-w: 150px; --splat-h: 150px; --splat-o: .75; left: -78px; }
  .ic-sphero__splat-2 { --splat-w: 165px; --splat-h: 165px; --splat-o: .75; left: -95px; }
}

@media (max-width: 520px) {
  .ic-sphero__l2 { padding-bottom: 12px; }
  .ic-sphero__l2::after { width: 82%; height: 4px; }
  .ic-sphero__splat-1 { --splat-w: 120px; --splat-h: 120px; left: -68px; }
  .ic-sphero__splat-2 { --splat-w: 130px; --splat-h: 130px; left: -80px; }
}

/* ============================================
   WITH THANKS TO
   Four cards. Drip runs along the top of the
   section; each card carries its own splats.
   ============================================ */
.ic-thanks {
  position: relative;
  background: #fff;
  padding: 118px 20px 80px;
  overflow: hidden;
}

.ic-thanks .ic-wrap {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

/* ---------- Paint decor ---------- */
.ic-thanks__splat-1 {
  --splat-w: 300px; --splat-h: 300px;
  --splat-r: 18deg; --splat-o: .85;
  top: 22%; right: -95px;
}
.ic-thanks__splat-2 {
  --splat-w: 240px; --splat-h: 240px;
  --splat-r: -30deg; --splat-o: .8;
  bottom: -60px; left: -85px;
}
.ic-thanks__splat-3 {
  --splat-w: 210px; --splat-h: 210px;
  --splat-r: 34deg; --splat-o: .8;
  bottom: 22%; left: -75px;
}

/* ---------- Navy banner heading ---------- */
.ic-thanks__banner {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 40px;
  padding: 42px 60px 46px;
  box-sizing: border-box;
  background: url('/wp-content/uploads/2026/07/Asset-10.png') center center / 100% 100% no-repeat;
}

.ic-thanks__banner h2 {
  color: #fff !important;
  font-size: clamp(1.45rem, 3vw, 2.15rem) !important;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  text-align: center;
}

/* ---------- Cards ---------- */
.ic-thanks__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.ic-thanks__card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e4da;
  border-radius: var(--ic-radius);
  box-shadow: 0 8px 24px rgba(0,0,0,.07);
  transition: transform .3s ease, box-shadow .3s ease;
}
.ic-thanks__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
}

.ic-thanks__cs-red {
  --splat-w: 170px; --splat-h: 170px;
  --splat-r: -18deg; --splat-o: .8;
  top: -50px; right: -50px;
}
.ic-thanks__cs-yellow {
  --splat-w: 130px; --splat-h: 130px;
  --splat-r: 26deg; --splat-o: .8;
  top: 34px; right: 46px;
}
.ic-thanks__cs-blue {
  --splat-w: 150px; --splat-h: 150px;
  --splat-r: 12deg; --splat-o: .8;
  bottom: -46px; left: -46px;
}
.ic-thanks__cs-green {
  --splat-w: 115px; --splat-h: 115px;
  --splat-r: -34deg; --splat-o: .8;
  bottom: 30px; left: 40px;
}

.ic-thanks__inner {
  position: relative;
  z-index: 1;
  padding: 30px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ic-thanks__logo {
  min-height: 92px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.ic-thanks__logo img {
  max-width: 100%;
  max-height: 92px;
  width: auto;
  height: auto;
  display: block;
}

.ic-thanks__logo--icon { color: var(--ic-teal); }
.ic-thanks__logo--icon svg { width: 175px; height: 175px; display: block; }

.ic-thanks__inner h3 {
  font-size: 1.12rem !important;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ic-navy) !important;
  text-transform: none;
  margin-bottom: 10px !important;
}

.ic-thanks__inner p {
  font-size: .95rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0 !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .ic-thanks__inner { padding: 26px 22px; }
  .ic-thanks__inner p { font-size: .9rem; }
}

@media (max-width: 1024px) {
  .ic-thanks__list { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .ic-thanks__splat-1 { --splat-w: 200px; --splat-h: 200px; right: -90px; }
  .ic-thanks__splat-2 { --splat-w: 170px; --splat-h: 170px; left: -80px; }
}

@media (max-width: 860px) {
  .ic-thanks { padding: 52px 20px 56px; }
  .ic-thanks__list { grid-template-columns: 1fr; gap: 18px; }
  .ic-thanks__inner { padding: 28px 24px; }
  .ic-thanks__logo { min-height: 0; }
  .ic-thanks__splat-1 { --splat-w: 150px; --splat-h: 150px; --splat-o: .7; right: -80px; }
  .ic-thanks__splat-2 { --splat-w: 130px; --splat-h: 130px; --splat-o: .7; left: -72px; }
  .ic-thanks__splat-3 { --splat-w: 130px; --splat-h: 130px; --splat-o: .7; left: -72px; }
  .ic-thanks__cs-red    { --splat-w: 130px; --splat-h: 130px; top: -40px; right: -40px; }
  .ic-thanks__cs-yellow { --splat-w: 100px; --splat-h: 100px; top: 26px; right: 34px; }
  .ic-thanks__cs-blue   { --splat-w: 115px; --splat-h: 115px; bottom: -36px; left: -36px; }
  .ic-thanks__cs-green  { --splat-w: 90px;  --splat-h: 90px;  bottom: 24px; left: 30px; }
}

@media (max-width: 480px) {
  .ic-thanks__banner { padding: 12px 34px 14px; }
  .ic-thanks__splat-1 { --splat-w: 115px; --splat-h: 115px; right: -66px; }
  .ic-thanks__splat-2 { --splat-w: 105px; --splat-h: 105px; left: -62px; }
  .ic-thanks__banner { padding: 40px 30px 44px; max-width: 100%; }
}

/* ============================================
   SPONSORSHIP CTA BAND
   ============================================ */
.ic-spcta {
  position: relative;
  color: #fff;
  padding: 76px 20px 80px;
  overflow: hidden;
  background: var(--ic-navy) url('/wp-content/uploads/2025/09/5.jpg') center right / cover no-repeat;
}

.ic-spcta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    rgba(11,10,54,.98) 0%,
    rgba(11,10,54,.96) 38%,
    rgba(11,10,54,.72) 60%,
    rgba(11,10,54,.28) 80%,
    rgba(11,10,54,0) 100%
  );
}

/* ---------- Paint decor ---------- */
.ic-spcta .ic-splat { z-index: 2; }

.ic-spcta__splat-1 {
  --splat-w: 260px; --splat-h: 260px;
  --splat-r: 18deg; --splat-o: .8;
  bottom: -70px; left: -80px;
}
.ic-spcta__splat-2 {
  --splat-w: 200px; --splat-h: 200px;
  --splat-r: -26deg; --splat-o: .75;
  bottom: 18%; left: -95px;
}

.ic-spcta__grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 52px;
  align-items: center;
  max-width: 1320px;
}

/* ---------- Title ---------- */
.ic-spcta__title {
  color: #fff !important;
  line-height: 1.1;
  margin-bottom: 0 !important;
}

.ic-spcta__l1,
.ic-spcta__l2 { display: block; }

.ic-spcta__l1 {
  font-weight: 700;
  font-size: clamp(1.6rem, 3.1vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -.3px;
  color: #fff;
  margin-bottom: 10px;
}

.ic-spcta__l2 {
  font-family: 'Caveat', cursive !important;
  font-weight: 700;
  font-size: clamp(2.6rem, 5.4vw, 4.1rem);
  line-height: 1.1;
}

.ic-spcta__l2 em,
.ic-spcta__l2 b { font-style: normal; font-weight: 700; }

/* child combinator — keeps these off the letters inside __break */
.ic-spcta__l2 > em:nth-of-type(1) { color: var(--ic-orange); }
.ic-spcta__l2 > em:nth-of-type(2) { color: var(--ic-purple); }

.ic-spcta__l2 b { color: var(--ic-red); }

.ic-spcta__break em:nth-of-type(1) { color: var(--ic-orange); }
.ic-spcta__break em:nth-of-type(2) { color: var(--ic-yellow); }
.ic-spcta__break em:nth-of-type(3) { color: var(--ic-green); }
.ic-spcta__break em:nth-of-type(4) { color: var(--ic-teal); }
.ic-spcta__break em:nth-of-type(5) { color: var(--ic-purple); }
.ic-spcta__break em:nth-of-type(6) { color: var(--ic-red); }
.ic-spcta__break em:nth-of-type(7) { color: var(--ic-orange); }
.ic-spcta__break em:nth-of-type(8) { color: var(--ic-green); }
.ic-spcta__break em:nth-of-type(9) { color: var(--ic-yellow); }

/* yellow stroke under the last line */
.ic-spcta__break {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.ic-spcta__break::after {
  content: '';
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 86%;
  height: 5px;
  border-radius: 4px;
  background: var(--ic-yellow);
}

/* ---------- Detail column ---------- */
.ic-spcta__detail {
  border-left: 1px solid rgba(255,255,255,.22);
  padding-left: 34px;
}

.ic-spcta__note {
  font-size: .98rem;
  line-height: 1.7;
  opacity: .92;
  margin-bottom: 26px !important;
}

.ic-spcta__contact {
  display: grid;
  gap: 18px;
  margin-bottom: 0 !important;
}
.ic-spcta__contact li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ic-spcta__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-spcta__icon svg { width: 22px; height: 22px; display: block; }

/* navy glyph on yellow — white on yellow fails WCAG */
.ic-spcta__icon--yellow { background: var(--ic-yellow); color: var(--ic-navy); }
.ic-spcta__icon--purple { background: var(--ic-purple); color: #fff; }

.ic-spcta__contact strong {
  display: block;
  font-weight: 500;
  font-size: .88rem;
  opacity: .85;
  line-height: 1.3;
}

.ic-spcta__contact a {
  display: block;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ic-yellow);
  line-height: 1.3;
  transition: opacity .2s;
}
.ic-spcta__contact a:hover { color: var(--ic-yellow); opacity: .8; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .ic-spcta__grid { grid-template-columns: 1fr; gap: 30px; }
  .ic-spcta__detail {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.22);
    padding-left: 0;
    padding-top: 26px;
  }
}

@media (max-width: 768px) {
  .ic-spcta {
    padding: 56px 20px 60px;
    background-position: 72% center;
  }
  .ic-spcta::before {
    background: linear-gradient(
      150deg,
      rgba(11,10,54,.97) 0%,
      rgba(11,10,54,.9) 60%,
      rgba(11,10,54,.78) 100%
    );
  }
  .ic-spcta__splat-1 { --splat-w: 150px; --splat-h: 150px; --splat-o: .7; left: -80px; }
  .ic-spcta__splat-2 { --splat-w: 120px; --splat-h: 120px; --splat-o: .7; left: -78px; }
}

@media (max-width: 480px) {
  .ic-spcta__icon { width: 40px; height: 40px; flex: 0 0 40px; }
  .ic-spcta__icon svg { width: 19px; height: 19px; }
  .ic-spcta__contact a { font-size: 1rem; word-break: break-word; }
}

/* ============================================
   WHY SPONSOR
   ============================================ */
.ic-why {
  position: relative;
  background: #fff;
  padding: 78px 20px 84px;
  overflow: hidden;
}

.ic-why .ic-wrap {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

/* ---------- Paint decor ---------- */
.ic-why__splat-1 {
  --splat-w: 250px; --splat-h: 250px;
  --splat-r: -20deg; --splat-o: .85;
  top: 40px; left: -85px;
}
.ic-why__splat-2 {
  --splat-w: 230px; --splat-h: 230px;
  --splat-r: 26deg; --splat-o: .8;
  bottom: -50px; right: -80px;
}

.ic-why__title {
  text-transform: uppercase;
  font-size: clamp(1.4rem, 3vw, 2.1rem) !important;
  letter-spacing: .5px;
  color: var(--ic-navy) !important;
  margin-bottom: 46px !important;
}

/* ---------- Items ---------- */
.ic-why__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
  align-items: start;
  margin-bottom: 0 !important;
}

.ic-why__item {
  position: relative;
  text-align: center;
  padding: 0 14px;
}

/* divider between items */
.ic-why__item + .ic-why__item::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 12%;
  width: 1px;
  height: 76%;
  background: #e6e2d8;
}

/* splat-backed icon */
.ic-why__icon {
  width: 170px;
  height: 170px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
}

.ic-why__icon svg { width: 44px; height: 44px; display: block; }

.ic-why__icon--red    { background-image: url('/wp-content/uploads/2026/07/s3.png'); }
.ic-why__icon--teal   { background-image: url('/wp-content/uploads/2026/07/s1.png'); }
.ic-why__icon--green  { background-image: url('/wp-content/uploads/2026/07/s4.png'); }
.ic-why__icon--orange { background-image: url('/wp-content/uploads/2026/07/s2.png'); }
.ic-why__icon--purple { background-image: url('/wp-content/uploads/2026/07/s5.png'); }

.ic-why__item h3 {
  font-size: .96rem !important;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: var(--ic-navy) !important;
  margin-bottom: 10px !important;
}

.ic-why__item p {
  font-size: .88rem;
  line-height: 1.65;
  color: #555;
  margin-bottom: 0 !important;
}

.ic-why__cta {
  margin-top: 46px;
  text-align: center;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .ic-why__list { grid-template-columns: repeat(3, 1fr); gap: 36px 22px; }
  .ic-why__item + .ic-why__item::before { display: none; }
  .ic-why__splat-1 { --splat-w: 180px; --splat-h: 180px; left: -80px; }
  .ic-why__splat-2 { --splat-w: 165px; --splat-h: 165px; right: -78px; }
}

@media (max-width: 720px) {
  .ic-why { padding: 56px 20px 62px; }
  .ic-why__list { grid-template-columns: repeat(2, 1fr); gap: 32px 18px; }
  .ic-why__item:last-child { grid-column: 1 / -1; }
  .ic-why__icon { width: 70px; height: 70px; }
  .ic-why__icon svg { width: 28px; height: 28px; }
  .ic-why__splat-1 { --splat-w: 140px; --splat-h: 140px; --splat-o: .7; left: -78px; }
  .ic-why__splat-2 { --splat-w: 130px; --splat-h: 130px; --splat-o: .7; right: -72px; }
}

@media (max-width: 480px) {
  .ic-why__cta .ic-btn { width: 100%; text-align: center; }
  .ic-why__splat-1 { --splat-w: 115px; --splat-h: 115px; left: -66px; }
  .ic-why__splat-2 { --splat-w: 105px; --splat-h: 105px; right: -62px; }
}