    html { scroll-behavior: smooth; }
    body { background-color: #f8f9fa; }
    .navbar-brand { display: flex; align-items: center; gap: 0.75rem; white-space: normal; font-weight: 600; }
    .navbar-brand img { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0; border-radius: 50%; }
    .navbar-brand span { line-height: 1.15; }
    .hero-section {
      position: relative;
      overflow: hidden;
      border-radius: 1rem;
      margin-bottom: 2rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      background: none !important;
      padding: 0;
      text-align: left;
      min-height: 640px;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../images/welcome-bg.jpg") center/cover no-repeat;
      z-index: 0;
    }

    .hero-section::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1;
    }

    .hero-section .hero-content {
      position: relative;
      z-index: 2;
      padding: 3rem 2rem;
      color: #fff;
    }

    .hero-section h1, .hero-section h2 { margin-bottom: 1.25rem; }
    .hero-section p { margin-bottom: 1rem; }
    .hero-eyebrow { display: inline-block; margin-bottom: 1rem; color: #ffd; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; font-size: 0.85rem; }
    .committee-card, .team-card, .fixture-card { border: 1px solid #dee2e6; border-radius: 1rem; padding: 1.5rem; height: 100%; background-color: #fff; color: #111; }
    .committee-card h3,
    .committee-card p { color: #111 !important; }
    .fixture-card { text-align: left; }
    .fixture-card h3 { margin-bottom: 1rem; font-size: 1.25rem; }
    .fixture-list { background: #f8f9fa; border: 1px solid #dee2e6; border-radius: 1rem; padding: 1rem; margin-top: 1.25rem; }
    .fixture-list h4 { margin-bottom: 0.75rem; font-size: 1rem; }
    .fixture-list ul { list-style: none; margin: 0; padding: 0; }
    .fixture-list li { padding: 0.65rem 0; border-bottom: 1px solid #e9ecef; display: flex; gap: 0.55rem; align-items: baseline; }
    .fixture-list li strong { color: #0d6efd; min-width: 6.25rem; font-size: 0.92rem; }
    .fixture-list li:last-child { border-bottom: none; }
    .fixture-date { display: block; font-size: 0.95rem; font-weight: 700; color: #495057; margin-bottom: 0.75rem; }
    .league-table-wrap { margin-top: 1rem; }
    .league-table { width: 100%; border-collapse: collapse; }
    .league-table th,
    .league-table td { padding: 0.75rem 0.85rem; border-bottom: 1px solid #e9ecef; text-align: left; }
    .league-table th { font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: #6c757d; }
    .league-table tbody tr:hover { background: #f8f9fa; }
    .league-table .club-name { min-width: 160px; }
    .league-table .position { width: 2.5rem; font-weight: 700; }
    .league-table .points { width: 3.25rem; font-weight: 700; }
    .league-table-mobile { display: none; margin-top: 1rem; }
    .league-table-mobile-item { background: #fff; border: 1px solid #e9ecef; border-radius: 0.75rem; padding: 0.95rem 1rem; margin-bottom: 0.75rem; box-shadow: 0 0.15rem 0.35rem rgba(0,0,0,0.04); }
    .league-table-mobile-item:last-child { margin-bottom: 0; }
    .league-table-mobile-top { display: flex; justify-content: space-between; align-items: center; gap: 0.75rem; }
    .league-table-mobile-position { display: inline-flex; align-items: center; justify-content: center; width: 1.8rem; height: 1.8rem; border-radius: 999px; background: #f1f3f5; font-weight: 700; margin-right: 0.5rem; }
    .league-table-mobile-points { font-weight: 700; color: #0d6efd; }
    .league-table-mobile-meta { margin-top: 0.45rem; font-size: 0.92rem; color: #495057; }
    .committee-photo { width: 96px; height: 96px; border-radius: 50%; background-color: #f8f9fa; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #111111; font-size: 2.5rem; box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08); }
    .committee-card { transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
    .committee-card:hover { transform: translateY(-2px); box-shadow: 0 0.4rem 0.9rem rgba(0,0,0,0.08); border-color: rgba(13,110,253,0.22); }
    .match-up-card {
      background: #fff;
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      padding: 1.5rem;
      margin-top: 1.5rem;
      box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.04);
    }
    .match-up-card h3 {
      margin-bottom: 1rem;
      font-size: 1.1rem;
      font-weight: 700;
    }
    .match-up-card ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .match-up-card li {
      padding: 0.65rem 0;
      border-bottom: 1px solid #e9ecef;
      line-height: 1.6;
    }
    .match-up-card li:last-child {
      border-bottom: none;
    }
    .match-up-card strong {
      display: inline-block;
      min-width: 170px;
      font-weight: 700;
      color: #212529;
    }
    .committee-photo { width: 96px; height: 96px; border-radius: 50%; background-color: #f8f9fa; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #111111; font-size: 2.5rem; box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.08); }
    .meta-list { list-style: none; padding: 0; margin: 0; }
    .meta-item { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid #e9ecef; }
    .meta-item:last-child { border-bottom: none; }
    .meta-label { color: #6c757d; font-size: 0.95rem; }
    .meta-value { font-weight: 700; }
    .content {
      background: rgba(255,255,255,0.96);
      border: 1px solid #dee2e6;
      border-radius: 1rem;
      padding: 1.75rem;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
      margin-top: 1.5rem;
    }
    .site-footer { background: #0b0b0f; color: #fff; border-top: 1px solid rgba(255,255,255,0.06); }
    .site-footer a { color: #fff; opacity: 0.95; text-decoration: none; }
    .site-footer a:hover { opacity: 1; text-decoration: underline; }
    .site-footer .footer-nav { margin-bottom: 0.5rem; }
    .site-footer .social-icons .list-inline-item { margin-left: 0.5rem; margin-right: 0.5rem; }
    .site-footer .social-icons svg { width: 22px; height: 22px; vertical-align: middle; fill: currentColor; }
    .navbar .icons a { color: inherit; display: inline-flex; align-items: center; }
    .navbar .icons svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; fill: currentColor; color: inherit; }
    .navbar .icons .label { display: none; }
    .navbar .icons .icon-x { color: #111; }
    .navbar .icons .icon-facebook { color: #1877F2; }
    .navbar .icons .icon-instagram { color: #E1306C; }
    .navbar .icons .icon-envelope { color: #495057; }
    .team-icon { line-height: 1; font-weight: 700; }
    .team-icon.gold { color: #d4af37; }
    .team-icon.silver { color: #c0c0c0; }
    .team-icon.bronze { color: #cd7f32; }
    .team-icon.black-piece { color: #111111; }

    .hero-news {
      position: relative;
      overflow: hidden;
      min-height: 640px;
      border-radius: 1rem;
      background: none !important;
      padding: 3rem 1.5rem;
      color: #fff;
      display: block;
    }

    .hero-news::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url("../images/news-bg.jpg") center/cover no-repeat;
      z-index: 0;
    }

    .hero-news::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.60);
      z-index: 1;
    }

    .hero-news .hero-content {
      position: relative;
      z-index: 2;
      width: min(100%, 1200px);
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 0.5rem;
      text-align: center;
      color: #fff;
      display: block;
    }

    .hero-news .news-placeholder {
      max-width: 1100px;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 1rem;
      padding: 1.5rem;
      backdrop-filter: blur(1px);
      color: #fff;
    }

    .hero-news .team-card {
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 1rem;
      padding: 1.5rem;
      height: 100%;
      background: rgba(255, 255, 255, 0.04);
      color: #fff;
    }

    .hero-rounds {
      min-height: auto;
      padding: 2.25rem 1.5rem;
    }

    .hero-rounds .hero-content {
      width: min(100%, 1100px);
      margin: 0 auto;
    }

    .rounds-card {
      background: rgba(255, 255, 255, 0.10);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 1rem;
      padding: 1.25rem;
      backdrop-filter: blur(1px);
    }

    .rounds-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 0.75rem;
    }

    .rounds-list a {
      display: block;
      padding: 0.75rem 0.9rem;
      border-radius: 0.75rem;
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(0, 0, 0, 0.22);
      color: #fff;
      text-decoration: none;
      font-weight: 600;
    }

    .rounds-list a:hover {
      background: rgba(0, 0, 0, 0.32);
      border-color: rgba(255, 255, 255, 0.4);
    }

    .rounds-date {
      display: block;
      margin-top: 0.2rem;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.86);
      font-weight: 500;
    }

    .hero-news .team-card .team-icon {
      margin-bottom: 1rem;
      transition: transform 0.25s ease, text-shadow 0.25s ease, color 0.25s ease, filter 0.25s ease;
      display: inline-block;
    }

    .hero-news .team-card:hover .team-icon,
    .hero-news .team-card .team-icon:hover,
    .committee-card:hover .team-icon,
    .committee-card .team-icon:hover {
      transform: translateY(-4px) scale(1.15);
      text-shadow: 0 0 18px rgba(255,255,255,0.45);
      filter: brightness(1.35);
    }

    .hero-news .team-card:hover .team-icon.gold,
    .hero-news .team-card .team-icon.gold:hover,
    .committee-card:hover .team-icon.gold,
    .committee-card .team-icon.gold:hover {
      color: #ffd05b;
    }

    .hero-news .team-card:hover .team-icon.silver,
    .hero-news .team-card .team-icon.silver:hover,
    .committee-card:hover .team-icon.silver,
    .committee-card .team-icon.silver:hover {
      color: #f0f0f0;
    }

    .hero-news .team-card:hover .team-icon.bronze,
    .hero-news .team-card .team-icon.bronze:hover,
    .committee-card:hover .team-icon.bronze,
    .committee-card .team-icon.bronze:hover {
      color: #ffb56b;
    }

    .hero-news .team-card:hover .team-icon.black-piece,
    .hero-news .team-card .team-icon.black-piece:hover,
    .committee-card:hover .team-icon.black-piece,
    .committee-card .team-icon.black-piece:hover {
      color: #ffffff;
    }

    .hero-news .king-sparkle { color: #ffd05b; animation: king-sparkle 2.4s ease-in-out infinite; }
    @keyframes king-sparkle { 0%, 100% { color: #ffd05b; text-shadow: 0 0 3px rgba(255,208,91,.35); filter: brightness(1); } 45% { color: #ffd05b; text-shadow: 0 0 8px rgba(255,208,91,.8), 7px -7px 2px rgba(255,255,255,.8), -7px 5px 2px rgba(255,226,138,.7); filter: brightness(1.12); } 55% { color: #ffd05b; text-shadow: 0 0 14px rgba(255,208,91,.95), -5px -8px 1px rgba(255,255,255,.9), 8px 4px 2px rgba(255,226,138,.8); filter: brightness(1.25); } }
    @media (prefers-reduced-motion: reduce) { .hero-news .king-sparkle { animation: none; } }

    /* Body background slider (cycles hero backgrounds) */
    #bg-slider {
      position: fixed;
      inset: 0;
      z-index: -9999;
      pointer-events: none;
    }

    #bg-slider .slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: opacity 1s ease-in-out;
      opacity: 0;
    }

    #bg-slider .slide.active {
      opacity: 1;
    }

.meta-item {
  display: grid;
  gap: 0.2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d8ddd3;
}

.meta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.meta-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c7569;
}

.meta-value {
  display: block;
  font-size: 1rem;
  color: #1d2b20;
}

.content {
  margin-top: 2rem;
}

.article {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.05);
}

.result-box {
  background: linear-gradient(135deg, rgba(13,110,253,0.12), rgba(255,255,255,0.95));
  border: 1px solid rgba(13,110,253,0.18);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(13,110,253,0.08);
}

.result-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0d6efd;
  margin-bottom: 0.5rem;
}

.score {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  color: #1d2b20;
}

.article h2 {
  margin-top: 0;
  font-size: 1.75rem;
}

.article p {
  color: #495057;
  line-height: 1.75;
}

.sidebar {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.5rem;
}

.sidebar h2 {
  margin-bottom: 1rem;
}

.discussion-section {
  margin-top: 2rem;
}

.discussion-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.05);
}

.discussion-card h2 {
  margin-bottom: 1rem;
}

.discussion-card p {
  color: #495057;
  margin-bottom: 1rem;
}

.discussion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.discussion-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}

.discussion-list li:last-child {
  border-bottom: none;
}
/* Mobile phone layout improvements */
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  main.container {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .navbar-brand {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .navbar-brand img {
    width: 40px;
    height: 40px;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .icons {
    margin-left: 0 !important;
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  #bg-slider {
    display: none;
  }

  .hero-section {
    min-height: auto;
    padding: 1.25rem 0.75rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
  }

  .hero-section .hero-content {
    padding: 1.25rem 0.75rem;
  }

  .content,
  .article,
  .sidebar,
  .fixture-card,
  .committee-card,
  .team-card,
  .match-up-card,
  .discussion-card {
    padding: 1rem;
  }

  .hero-section h1 {
    font-size: 1.55rem;
    line-height: 1.2;
  }

  .hero-section h2 {
    font-size: 1.3rem;
  }

  .hero-section p,
  .hero-section ul,
  .hero-section ol {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .meta-item {
    display: block;
  }

  .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .site-footer {
    text-align: center;
  }

  .site-footer .text-md-end {
    text-align: center !important;
  }

  .site-footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem 0.75rem;
  }
}

@media (max-width: 768px) {
  .league-table-wrap {
    display: none;
  }

  .league-table-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.35rem;
  }

  .hero-section h2 {
    font-size: 1.15rem;
  }

  .hero-section .hero-content {
    padding: 1rem 0.25rem;
  }

  .content,
  .article,
  .sidebar,
  .fixture-card,
  .committee-card,
  .team-card,
  .match-up-card,
  .discussion-card {
    padding: 0.9rem;
  }

  .league-table-mobile-item {
    padding: 0.85rem 0.9rem;
  }
}
  .social-placeholder{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:1;color:inherit;opacity:.65;cursor:default}.navbar .icons .list-inline-item{vertical-align:middle}.navbar .icons .social-placeholder{width:20px;height:20px}.navbar .icons .icon-tiktok{width:17px;height:17px;color:#111;transform:translateY(-4px)}.social-placeholder svg{display:block;fill:currentColor}.site-footer .social-icons .list-inline-item{vertical-align:middle}.site-footer .social-icons .social-placeholder{width:22px;height:22px}
