/* =============================================================
   SCOREBENCH — Officials page (Scoretable + Statistician merge)
   Accent: WBA RED (default per Header/Hero Consistency Rule)
   Hero + anchor nav + buttons copied verbatim from the
   page-wheelchair-hoops.css / page-aussie-hoops.css spec,
   accent colour + content only changed.
   ============================================================= */

.sb-page {
	--sb-accent: var(--wba-red);
	color: var(--wba-dark);
}

/* -------------------------------------------------------------
   SHARED PRIMITIVES
   ---------------------------------------------------------- */
.sb-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 var(--gutter-d);
}
.sb-section {
	padding: 96px 0;
	background: var(--wba-white);
}
.sb-section--cream {
	background: var(--wba-cream);
}
.sb-head {
	max-width: 720px;
	margin-bottom: 52px;
}
.sb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wba-muted);
	margin-bottom: 16px;
}
.sb-eyebrow .wba-icon,
.sb-eyebrow svg {
	width: 14px;
	height: 14px;
	color: var(--sb-accent);
}
.sb-eyebrow--dark {
	color: rgba(255, 255, 255, 0.55);
}
.sb-h2 {
	font-size: clamp(1.9rem, 3.6vw, 2.8rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.015em;
	margin: 0 0 18px;
}
.sb-h2 em {
	font-weight: 300;
	font-style: italic;
}
.sb-h2--dark {
	color: var(--wba-white);
}
.sb-lede {
	font-size: 1rem;
	line-height: 1.7;
	color: #4a4a4a;
	margin: 0;
}

/* -------------------------------------------------------------
   BUTTONS — exact .ah-btn spec
   ---------------------------------------------------------- */
.sb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 28px;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: lowercase;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.sb-btn--primary {
	background: var(--sb-accent);
	color: var(--wba-white);
}
.sb-btn--primary:hover,
.sb-btn--primary:focus-visible {
	background: var(--wba-dark);
	color: var(--wba-white);
	transform: translateY(-2px);
}
.sb-btn--ghost {
	background: transparent;
	color: var(--wba-white);
	border-color: rgba(255, 255, 255, 0.45);
}
.sb-btn--ghost:hover,
.sb-btn--ghost:focus-visible {
	background: var(--wba-white);
	color: var(--wba-dark);
	border-color: var(--wba-white);
	transform: translateY(-2px);
}
.sb-btn--outline {
	background: transparent;
	color: var(--wba-dark);
	border-color: var(--wba-border);
}
.sb-btn--outline:hover,
.sb-btn--outline:focus-visible {
	border-color: var(--wba-dark);
	transform: translateY(-2px);
}

/* -------------------------------------------------------------
   HERO — 58vh, min-height 480px, flex-centred, per rule
   ---------------------------------------------------------- */
.sb-hero {
	position: relative;
	height: 58vh;
	min-height: 480px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: var(--wba-white);
}
.sb-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 50%, rgba(193, 39, 45, 0.28), transparent 55%),
		linear-gradient(105deg, rgba(26, 26, 26, 0.92) 0%, rgba(26, 26, 26, 0.72) 48%, rgba(26, 26, 26, 0.40) 100%);
}
.sb-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 var(--gutter-d);
}
.sb-hero__eyebrow {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 9px 18px;
	border: 1px solid rgba(193, 39, 45, 0.55);
	background: rgba(193, 39, 45, 0.18);
	border-radius: 100px;
	margin-bottom: 24px;
}
.sb-hero__title {
	font-size: clamp(2.4rem, 5.4vw, 4rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.02em;
	margin: 0 0 20px;
	color: var(--wba-white);
}
.sb-hero__title em {
	font-weight: 300;
	font-style: italic;
}
.sb-hero__lede {
	max-width: 600px;
	margin: 0 0 36px;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}
.sb-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}
.sb-hero__pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 100px;
	color: rgba(255, 255, 255, 0.92);
}
.sb-hero__pill .wba-icon,
.sb-hero__pill svg {
	width: 13px;
	height: 13px;
}
.sb-hero__ctas {
	display: flex;
	gap: 14px;
}

/* -------------------------------------------------------------
   STICKY ANCHOR NAV — 3px accent top border, per rule
   ---------------------------------------------------------- */
.sb-anchors {
	position: sticky;
	top: 0;
	z-index: 40;
	background: var(--wba-white);
	border-top: 3px solid var(--sb-accent);
	border-bottom: 1px solid var(--wba-border);
}
.sb-anchors__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 var(--gutter-d);
	display: flex;
	align-items: center;
	gap: 26px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.sb-anchors__inner > a {
	position: relative;
	flex-shrink: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: lowercase;
	text-decoration: none;
	color: var(--wba-dark);
	padding: 18px 2px;
	transition: color 0.2s;
}
.sb-anchors__inner > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	height: 2px;
	background: var(--sb-accent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}
.sb-anchors__inner > a:hover,
.sb-anchors__inner > a:focus-visible {
	color: var(--sb-accent);
}
.sb-anchors__inner > a:hover::after,
.sb-anchors__inner > a:focus-visible::after {
	transform: scaleX(1);
}
.sb-anchors__inner > a.sb-anchors__cta {
	margin-left: auto;
	background: var(--sb-accent);
	color: var(--wba-white);
	padding: 10px 20px;
	border-radius: 4px;
	transition: background 0.2s;
}
.sb-anchors__inner > a.sb-anchors__cta::after {
	display: none;
}
.sb-anchors__inner > a.sb-anchors__cta:hover,
.sb-anchors__inner > a.sb-anchors__cta:focus-visible {
	background: var(--wba-dark);
	color: var(--wba-white);
}

/* -------------------------------------------------------------
   THE ROLES — two role cards
   ---------------------------------------------------------- */
.sb-roles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}
.sb-role {
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 38px 34px;
	background: var(--wba-white);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sb-role:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(26, 26, 26, 0.08);
}
.sb-role__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.sb-role__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: var(--wba-cream);
	color: var(--sb-accent);
	transition: background 0.25s, color 0.25s;
}
.sb-role:hover .sb-role__icon {
	background: var(--sb-accent);
	color: var(--wba-white);
}
.sb-role__icon .wba-icon,
.sb-role__icon svg {
	width: 24px;
	height: 24px;
}
.sb-role__pill {
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wba-muted);
	border: 1px solid var(--wba-border);
	border-radius: 100px;
	padding: 6px 14px;
}
.sb-role__title {
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 12px;
}
.sb-role__body {
	font-size: 0.94rem;
	line-height: 1.7;
	color: #4a4a4a;
	margin: 0 0 22px;
}
.sb-role__facts {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--wba-border);
}
.sb-role__facts li {
	position: relative;
	padding: 12px 0 12px 22px;
	font-size: 0.82rem;
	font-weight: 600;
	border-bottom: 1px solid var(--wba-border);
}
.sb-role__facts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.sb-role__facts li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 19px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--sb-accent);
}

/* -------------------------------------------------------------
   WHY GET INVOLVED — 3 cards + decorative bg numerals
   ---------------------------------------------------------- */
.sb-why {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.sb-why__card {
	position: relative;
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 36px 30px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sb-why__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(26, 26, 26, 0.08);
}
.sb-why__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: var(--wba-cream);
	color: var(--sb-accent);
	margin-bottom: 18px;
}
.sb-why__icon .wba-icon,
.sb-why__icon svg {
	width: 22px;
	height: 22px;
}
.sb-why__card h3 {
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0 0 10px;
}
.sb-why__card p {
	font-size: 0.88rem;
	line-height: 1.65;
	color: #4a4a4a;
	margin: 0;
}

/* -------------------------------------------------------------
   GETTING STARTED — two pathway panels
   ---------------------------------------------------------- */
.sb-start {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}
.sb-path {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--wba-border);
	border-top: 3px solid var(--sb-accent);
	border-radius: 14px;
	padding: 38px 34px;
	background: var(--wba-cream);
}
.sb-path__pill {
	align-self: flex-start;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--sb-accent);
	border: 1px solid rgba(193, 39, 45, 0.35);
	background: rgba(193, 39, 45, 0.07);
	border-radius: 100px;
	padding: 6px 14px;
	margin-bottom: 20px;
}
.sb-path__title {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 12px;
}
.sb-path__body {
	font-size: 0.92rem;
	line-height: 1.7;
	color: #4a4a4a;
	margin: 0 0 24px;
}
.sb-path__facts {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 10px;
	overflow: hidden;
}
.sb-path__facts li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 18px;
	border-bottom: 1px solid var(--wba-border);
	font-size: 0.82rem;
}
.sb-path__facts li:last-child {
	border-bottom: 0;
}
.sb-path__fact-icon {
	display: inline-flex;
	color: var(--sb-accent);
	flex-shrink: 0;
}
.sb-path__fact-icon .wba-icon,
.sb-path__fact-icon svg {
	width: 15px;
	height: 15px;
}
.sb-path__fact-label {
	font-weight: 700;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wba-muted);
	min-width: 108px;
	flex-shrink: 0;
}
.sb-path__fact-value {
	font-weight: 600;
}
.sb-path .sb-btn {
	margin-top: auto;
	align-self: flex-start;
}

/* -------------------------------------------------------------
   BIG V — the page's one dark section
   ---------------------------------------------------------- */
.sb-bigv {
	background: var(--wba-dark);
	position: relative;
	overflow: hidden;
}
.sb-bigv::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 82% 30%, rgba(193, 39, 45, 0.22), transparent 55%);
	pointer-events: none;
}
.sb-bigv__grid {
	position: relative;
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: 60px;
	align-items: center;
}
.sb-bigv__body {
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
	max-width: 560px;
}
.sb-bigv__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-top: 3px solid var(--sb-accent);
	border-radius: 14px;
	padding: 38px 34px;
	color: var(--wba-white);
}
.sb-bigv__initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--sb-accent);
	font-weight: 800;
	font-size: 1.05rem;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.sb-bigv__role {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}
.sb-bigv__name {
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}
.sb-bigv__email {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 10px;
	font-size: 0.84rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 3px;
	transition: color 0.2s, border-color 0.2s;
	word-break: break-all;
}
.sb-bigv__email:hover,
.sb-bigv__email:focus-visible {
	color: var(--wba-white);
	border-color: var(--sb-accent);
}
.sb-bigv__email .wba-icon,
.sb-bigv__email svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: var(--sb-accent);
}

/* -------------------------------------------------------------
   ACCREDITATION LEVELS — display-numeral rows (both tracks)
   ---------------------------------------------------------- */
.sb-levels {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.sb-level {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 30px;
	align-items: start;
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 36px 38px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sb-level:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(26, 26, 26, 0.07);
}
.sb-level__num {
	font-size: 76px;
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.03em;
	color: transparent;
	-webkit-text-stroke: 2px var(--sb-accent);
	text-stroke: 2px var(--sb-accent);
}
.sb-level__kicker {
	display: block;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wba-muted);
	margin-bottom: 8px;
}
.sb-level__title {
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0 0 10px;
}
.sb-level__body {
	font-size: 0.9rem;
	line-height: 1.7;
	color: #4a4a4a;
	margin: 0;
}

/* -------------------------------------------------------------
   CONTACT BAND
   ---------------------------------------------------------- */
.sb-contact {
	border-top: 1px solid var(--wba-border);
}
.sb-contact__inner {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}
.sb-contact__inner .sb-eyebrow {
	justify-content: center;
}
.sb-contact__ctas {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 32px;
}

/* -------------------------------------------------------------
   REDUCED MOTION
   ---------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.sb-btn,
	.sb-role,
	.sb-why__card,
	.sb-level,
	.sb-anchors__inner > a::after {
		transition: none;
	}
}

/* -------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */
@media (max-width: 980px) {
	.sb-section {
		padding: 70px 0;
	}
	.sb-roles,
	.sb-start,
	.sb-why {
		grid-template-columns: 1fr;
	}
	.sb-bigv__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.sb-level {
		grid-template-columns: 84px 1fr;
		gap: 22px;
		padding: 30px 26px;
	}
	.sb-level__num {
		font-size: 56px;
	}
	.sb-wrap {
		padding: 0 var(--gutter-m);
	}
	.sb-hero__inner,
	.sb-anchors__inner {
		padding-left: var(--gutter-m);
		padding-right: var(--gutter-m);
	}
}

/* Mobile ≤700px — per hero consistency rule */
@media (max-width: 700px) {
	.sb-hero {
		min-height: 440px;
	}
	.sb-hero__ctas {
		flex-direction: column;
	}
	.sb-hero__ctas .sb-btn {
		width: 100%;
	}
	.sb-anchors__inner > a.sb-anchors__cta {
		margin-left: 0;
	}
	.sb-contact__ctas {
		flex-direction: column;
	}
	.sb-contact__ctas .sb-btn {
		width: 100%;
	}
	.sb-level {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.sb-level__num {
		font-size: 48px;
	}
}
