
/* Extracted Block */

    :root {
      --navy: #0d1230;
      --cyan: #00d4ff;
      --gold: #f5c518;
      --green: #2ecc71;
      --red: #e63946;
      --purple: #a855f7;
      --dark: #080c20;
      --card: rgba(255, 255, 255, .04);
      --border: rgba(255, 255, 255, .09);
      --muted: #7a84ab;
      --ease: cubic-bezier(.4, 0, .2, 1);
    }

    /* ── Page BG ── */
    .abt-bg {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background: radial-gradient(ellipse 70% 55% at 15% 20%, rgba(0, 212, 255, .07) 0%, transparent 65%), radial-gradient(ellipse 55% 45% at 85% 75%, rgba(245, 197, 24, .05) 0%, transparent 60%), linear-gradient(160deg, #060a1a 0%, #0d1230 55%, #060e18 100%);
    }

    .abt-grid {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image: linear-gradient(rgba(0, 212, 255, .033) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 212, 255, .033) 1px, transparent 1px);
      background-size: 64px 64px;
      mask-image: radial-gradient(ellipse 85% 85% at 50% 50%, black 10%, transparent 100%);
    }


    /* ══════════════════ PAGE HERO ══════════════════ */
    .abt-hero {
      position: relative;
      z-index: 1;
      padding: 160px 28px 80px;
      text-align: center;
      overflow: hidden;
    }

    .abt-hero::before {
      content: 'BCC';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-8deg);
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(180px, 28vw, 380px);
      color: rgba(0, 212, 255, .022);
      letter-spacing: 12px;
      pointer-events: none;
      white-space: nowrap;
      z-index: 0;
    }

    .abt-hero-inner {
      position: relative;
      z-index: 1;
    }

    .ah-tag {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: rgba(0, 212, 255, .1);
      border: 1px solid rgba(0, 212, 255, .28);
      color: var(--cyan);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 7px 22px;
      border-radius: 40px;
      margin-bottom: 24px;
    }

    .ah-tag .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--cyan);
      animation: dotPing 1.5s ease-in-out infinite;
    }

    @keyframes dotPing {

      0%,
      100% {
        transform: scale(1);
        opacity: 1;
      }

      50% {
        transform: scale(1.7);
        opacity: .35;
      }
    }

    .abt-hero h1 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(56px, 11vw, 118px);
      line-height: .9;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 22px;
    }

    .abt-hero h1 em {
      font-style: normal;
      -webkit-text-stroke: 2px var(--cyan);
      color: transparent;
    }

    .abt-hero p {
      font-size: 17px;
      color: var(--muted);
      max-width: 580px;
      margin: 0 auto 50px;
      line-height: 1.75;
    }

    .hero-pills {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .hp {
      display: flex;
      align-items: center;
      gap: 9px;
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 40px;
      padding: 10px 20px;
      font-size: 13px;
      font-weight: 600;
      color: rgba(255, 255, 255, .75);
    }

    .hp i {
      color: var(--cyan);
    }

    /* ══════════════════ LAYOUT ══════════════════ */
    .abt-wrap {
      position: relative;
      z-index: 1;
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 32px 100px;
    }

    .sec-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .sec-label::before {
      content: '';
      display: block;
      width: 28px;
      height: 2px;
      border-radius: 4px;
    }

    .lc {
      color: var(--cyan);
    }

    .lc::before {
      background: var(--cyan);
    }

    .lg {
      color: var(--gold);
    }

    .lg::before {
      background: var(--gold);
    }

    .lgr {
      color: var(--green);
    }

    .lgr::before {
      background: var(--green);
    }

    .lp {
      color: var(--purple);
    }

    .lp::before {
      background: var(--purple);
    }

    .lr {
      color: var(--red);
    }

    .lr::before {
      background: var(--red);
    }

    .sec-heading {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(38px, 6vw, 68px);
      line-height: 1;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 14px;
    }

    .sec-sub {
      font-size: 16px;
      color: var(--muted);
      line-height: 1.7;
      max-width: 520px;
      margin-bottom: 54px;
    }

    .sec-div {
      border-top: 1px solid rgba(0, 212, 255, .1);
      position: relative;
      margin: 0 0 80px;
    }

    .sec-div::before {
      content: '';
      position: absolute;
      top: -2px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      border-radius: 3px;
      background: linear-gradient(90deg, var(--cyan), var(--gold));
    }

    /* ══════════════════ BOARD CARDS ══════════════════ */
    .board-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      margin-bottom: 100px;
    }

    @media(max-width:900px) {
      .board-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media(max-width:560px) {
      .board-grid {
        grid-template-columns: 1fr;
      }
    }

    .board-card {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      background: var(--card);
      border: 1px solid rgba(255, 255, 255, .09);
      transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
    }

    .board-card:hover {
      transform: translateY(-10px);
    }

    .bc1:hover {
      border-color: rgba(0, 212, 255, .45);
      box-shadow: 0 36px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(0, 212, 255, .25);
    }

    .bc2:hover {
      border-color: rgba(245, 197, 24, .45);
      box-shadow: 0 36px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(245, 197, 24, .25);
    }

    .bc3:hover {
      border-color: rgba(168, 85, 247, .45);
      box-shadow: 0 36px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(168, 85, 247, .25);
    }

    .bc-bar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      z-index: 4;
    }

    .bc1 .bc-bar {
      background: linear-gradient(90deg, #00b4d8, #00d4ff);
    }

    .bc2 .bc-bar {
      background: linear-gradient(90deg, #c9a200, #f5c518);
    }

    .bc3 .bc-bar {
      background: linear-gradient(90deg, #6b21a8, #a855f7);
    }

    .bc-photo {
      position: relative;
      aspect-ratio: 1/1.1;
      overflow: hidden;
    }

    .bc-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      filter: grayscale(15%) brightness(.88);
      transition: filter .5s, transform .6s var(--ease);
    }

    .board-card:hover .bc-photo img {
      filter: grayscale(0%) brightness(1.05);
      transform: scale(1.04);
    }

    .bc-photo::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 38%, rgba(8, 12, 32, .96) 100%);
    }

    .bc-num {
      position: absolute;
      bottom: 12px;
      right: 16px;
      z-index: 2;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 72px;
      line-height: 1;
      color: rgba(255, 255, 255, .07);
      pointer-events: none;
      transition: color .3s;
    }

    .board-card:hover .bc-num {
      color: rgba(255, 255, 255, .13);
    }

    .bc-info {
      padding: 20px 26px 28px;
    }

    .bc-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 20px;
      margin-bottom: 12px;
    }

    .bc1 .bc-badge {
      background: rgba(0, 212, 255, .15);
      color: var(--cyan);
      border: 1px solid rgba(0, 212, 255, .3);
    }

    .bc2 .bc-badge {
      background: rgba(245, 197, 24, .15);
      color: var(--gold);
      border: 1px solid rgba(245, 197, 24, .3);
    }

    .bc3 .bc-badge {
      background: rgba(168, 85, 247, .15);
      color: var(--purple);
      border: 1px solid rgba(168, 85, 247, .3);
    }

    .bc-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 28px;
      letter-spacing: 1.5px;
      color: #fff;
      margin-bottom: 5px;
    }

    .bc-title {
      font-size: 12.5px;
      color: var(--muted);
      margin-bottom: 16px;
      line-height: 1.4;
    }

    .bc-line {
      width: 36px;
      height: 2px;
      border-radius: 2px;
      margin-bottom: 14px;
      transition: width .35s var(--ease);
    }

    .board-card:hover .bc-line {
      width: 72px;
    }

    .bc1 .bc-line {
      background: var(--cyan);
    }

    .bc2 .bc-line {
      background: var(--gold);
    }

    .bc3 .bc-line {
      background: var(--purple);
    }

    .bc-desc {
      font-size: 12.5px;
      color: rgba(255, 255, 255, .42);
      line-height: 1.65;
    }

    .board-grid {
      grid-template-columns: repeat(4, 1fr) !important;
    }

    @media(max-width:1100px) {
      .board-grid {
        grid-template-columns: repeat(2, 1fr) !important;
      }
    }

    @media(max-width:560px) {
      .board-grid {
        grid-template-columns: 1fr !important;
      }
    }

    /* ══════════════════ STAFF / UMPIRE CARDS ══════════════════ */
    /* ── Staff / Mgmt / Umpire portrait cards (same style as board) ── */
    .staff-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 24px;
      margin-bottom: 80px;
    }

    @media(max-width:560px) {
      .staff-grid {
        grid-template-columns: 1fr;
      }
    }

    /* Portrait card shell — mirrors .board-card */
    .staff-card {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      background: var(--card);
      border: 1px solid rgba(255, 255, 255, .09);
      transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
      display: flex;
      flex-direction: column;
    }

    .staff-card:hover {
      transform: translateY(-8px);
    }

    .sc-mgmt:hover {
      border-color: rgba(245, 197, 24, .45);
      box-shadow: 0 28px 60px rgba(0, 0, 0, .5), 0 0 0 1px rgba(245, 197, 24, .2);
    }

    .sc-staff:hover {
      border-color: rgba(0, 212, 255, .45);
      box-shadow: 0 28px 60px rgba(0, 0, 0, .5), 0 0 0 1px rgba(0, 212, 255, .2);
    }

    .sc-ump:hover {
      border-color: rgba(46, 204, 113, .45);
      box-shadow: 0 28px 60px rgba(0, 0, 0, .5), 0 0 0 1px rgba(46, 204, 113, .2);
    }

    /* Coloured top accent bar */
    .sc-bar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      z-index: 4;
    }

    .sc-mgmt .sc-bar {
      background: linear-gradient(90deg, #c9a200, #f5c518);
    }

    .sc-staff .sc-bar {
      background: linear-gradient(90deg, #007fa3, #00d4ff);
    }

    .sc-ump .sc-bar {
      background: linear-gradient(90deg, #1a9e55, #2ecc71);
    }

    /* Photo area — same aspect ratio as board cards */
    .sc-photo {
      position: relative;
      aspect-ratio: 1/1.05;
      overflow: hidden;
      width: 100%;
    }

    .sc-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      filter: grayscale(15%) brightness(.88);
      transition: filter .5s, transform .6s var(--ease);
    }

    .staff-card:hover .sc-photo img {
      filter: grayscale(0%) brightness(1.05);
      transform: scale(1.04);
    }

    .sc-photo::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 40%, rgba(8, 12, 32, .96) 100%);
    }

    /* Initials fallback — fills full photo area */
    .sc-photo-init {
      width: 100%;
      aspect-ratio: 1/1.05;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 64px;
      letter-spacing: 2px;
      color: rgba(255, 255, 255, .7);
    }

    .sc-mgmt .sc-photo-init {
      background: linear-gradient(135deg, #c9a200, #f5c518);
    }

    .sc-staff .sc-photo-init {
      background: linear-gradient(135deg, #007fa3, #00d4ff);
    }

    .sc-ump .sc-photo-init {
      background: linear-gradient(135deg, #1a9e55, #2ecc71);
    }

    /* Watermark number removed — use role icon instead */
    .sc-icon-wm {
      position: absolute;
      bottom: 10px;
      right: 14px;
      z-index: 2;
      font-size: 40px;
      color: rgba(255, 255, 255, .08);
      transition: color .3s;
    }

    .staff-card:hover .sc-icon-wm {
      color: rgba(255, 255, 255, .15);
    }

    /* Info box */
    .sc-body {
      padding: 18px 20px 20px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .sc-tag {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 9px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 20px;
      margin-bottom: 10px;
      width: fit-content;
    }

    .sc-mgmt .sc-tag {
      background: rgba(245, 197, 24, .15);
      color: var(--gold);
      border: 1px solid rgba(245, 197, 24, .28);
    }

    .sc-staff .sc-tag {
      background: rgba(0, 212, 255, .15);
      color: var(--cyan);
      border: 1px solid rgba(0, 212, 255, .28);
    }

    .sc-ump .sc-tag {
      background: rgba(46, 204, 113, .15);
      color: var(--green);
      border: 1px solid rgba(46, 204, 113, .28);
    }

    .sc-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 22px;
      letter-spacing: 1.2px;
      color: #fff;
      margin-bottom: 4px;
      line-height: 1.1;
    }

    .sc-role {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.4;
      margin-bottom: 10px;
    }

    /* Divider line — same as board cards */
    .sc-line {
      width: 32px;
      height: 2px;
      border-radius: 2px;
      margin-bottom: 12px;
      transition: width .35s var(--ease);
    }

    .staff-card:hover .sc-line {
      width: 60px;
    }

    .sc-mgmt .sc-line {
      background: var(--gold);
    }

    .sc-staff .sc-line {
      background: var(--cyan);
    }

    .sc-ump .sc-line {
      background: var(--green);
    }

    /* Contact rows */
    .sc-contacts {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-top: auto;
    }

    .sc-row {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 11px;
      color: rgba(255, 255, 255, .38);
    }

    .sc-row a {
      color: inherit;
      transition: color .2s;
    }

    .sc-row a:hover {
      color: rgba(255, 255, 255, .85);
    }

    .sc-row i {
      font-size: 10px;
      width: 13px;
      text-align: center;
    }

    .sc-mgmt .sc-row i {
      color: rgba(245, 197, 24, .55);
    }

    .sc-staff .sc-row i {
      color: rgba(0, 212, 255, .55);
    }

    .sc-ump .sc-row i {
      color: rgba(46, 204, 113, .55);
    }

    /* Email action button at bottom of card */
    .sc-email-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin-top: 14px;
      padding: 9px 0;
      border-radius: 12px;
      font-family: 'Outfit', sans-serif;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      transition: opacity .2s, transform .2s;
      border: none;
      cursor: pointer;
      width: 100%;
    }

    .sc-email-btn:hover {
      opacity: .85;
      transform: translateY(-1px);
    }

    .sc-mgmt .sc-email-btn {
      background: linear-gradient(135deg, #c9a200, #f5c518);
      color: #111;
    }

    .sc-staff .sc-email-btn {
      background: linear-gradient(135deg, #007fa3, #00d4ff);
      color: #fff;
    }

    .sc-ump .sc-email-btn {
      background: linear-gradient(135deg, #1a9e55, #2ecc71);
      color: #fff;
    }

    /* ══════════════════ JOIN CTA ══════════════════ */
    .join-band {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(0, 212, 255, .08), rgba(245, 197, 24, .05));
      border: 1px solid rgba(0, 212, 255, .15);
      padding: 60px 48px;
      text-align: center;
      margin-bottom: 60px;
    }

    .join-band::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(0, 212, 255, .06), transparent);
      pointer-events: none;
    }

    .join-band h2 {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(30px, 5vw, 54px);
      letter-spacing: 2px;
      color: #fff;
      margin-bottom: 14px;
    }

    .join-band p {
      font-size: 15px;
      color: var(--muted);
      max-width: 450px;
      margin: 0 auto 30px;
      line-height: 1.7;
    }

    .join-btns {
      display: flex;
      gap: 14px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-c {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: linear-gradient(135deg, var(--cyan), #0099cc);
      color: var(--navy);
      font-weight: 800;
      font-size: 14px;
      padding: 13px 36px;
      border-radius: 50px;
      box-shadow: 0 8px 28px rgba(0, 212, 255, .35);
      transition: transform .25s, box-shadow .25s;
    }

    .btn-c:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 40px rgba(0, 212, 255, .55);
      color: var(--navy);
    }

    .btn-g {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      border: 1.5px solid rgba(255, 255, 255, .2);
      color: rgba(255, 255, 255, .7);
      font-weight: 600;
      font-size: 14px;
      padding: 13px 32px;
      border-radius: 50px;
      transition: border-color .25s, color .25s, transform .25s;
    }

    .btn-g:hover {
      border-color: var(--cyan);
      color: #fff;
      transform: translateY(-3px);
    }

    /* ══════════════════ SCROLL REVEAL ══════════════════ */
    /* Cards are VISIBLE by default — JS adds animation class */
    .rv {
      opacity: 1;
      transform: none;
    }

    .rv.animate {
      opacity: 0;
      transform: translateY(36px);
      transition: opacity .75s var(--ease), transform .75s var(--ease);
    }

    .rv.animate.vis {
      opacity: 1;
      transform: none;
    }

    .stg>*:nth-child(1) {
      transition-delay: .04s
    }

    .stg>*:nth-child(2) {
      transition-delay: .10s
    }

    .stg>*:nth-child(3) {
      transition-delay: .16s
    }

    .stg>*:nth-child(4) {
      transition-delay: .22s
    }

    .stg>*:nth-child(5) {
      transition-delay: .28s
    }

    .stg>*:nth-child(6) {
      transition-delay: .34s
    }

    .stg>*:nth-child(7) {
      transition-delay: .40s
    }

    @media(max-width:768px) {
      .abt-hero {
        padding: 140px 20px 60px;
      }

      .abt-wrap {
        padding: 0 20px 70px;
      }

      .join-band {
        padding: 40px 22px;
      }
    }
  
/* Extracted Block */

    /* ── FLOATING TOP-LEFT LOGO ───────────────────────────────── */
    .floating-logo {
      position: fixed;
      top: 12px;
      left: 20px;
      z-index: 10001;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, .5), 0 0 0 2px rgba(255, 255, 255, .14);
      transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease;
      background: #080c20;
      text-decoration: none;
    }

    .floating-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .floating-logo:hover {
      transform: scale(1.1);
      box-shadow: 0 8px 32px rgba(0, 212, 255, .4), 0 0 0 2px rgba(0, 212, 255, .45);
    }



    /* Hide mobile toggle on desktop */
    .rtb-mob-toggle {
      display: none;
    }
  