/* =============================================================
   GAME DAY OFFICIAL — page styles
   Accent: WBA Red (Officials default).
   Hero + anchor nav + buttons follow the HEADER/HERO CONSISTENCY
   RULE (copied from page-wheelchair-hoops.css / page-aussie-hoops.css
   spec) — only accent + content differ.
   ============================================================= */

.gdo {
	--gdo-accent: var(--wba-red);
	background: var(--wba-white);
	color: var(--wba-dark);
}

/* =============================================================
   HERO — 58vh
   ============================================================= */
.gdo-hero {
	position: relative;
	height: 58vh;
	min-height: 480px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: var(--wba-white);
}
.gdo-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%);
}
.gdo-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 var(--gutter-d);
}
.gdo-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: 22px;
}
.gdo-hero__title {
	font-size: clamp(2.4rem, 5.4vw, 4.2rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.015em;
	margin: 0 0 18px;
}
.gdo-hero__title em {
	font-style: italic;
	font-weight: 300;
}
.gdo-hero__lede {
	max-width: 600px;
	margin: 0 0 36px;
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}
.gdo-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -16px 0 32px;
}
.gdo-hero__pill {
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: lowercase;
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 100px;
	color: rgba(255, 255, 255, 0.85);
}
.gdo-hero__ctas {
	display: flex;
	gap: 14px;
}

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

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

@media (max-width: 1399px) and (min-width: 1181px) {
	.gdo-anchors { top: 81px; }
}
@media (max-width: 1180px) {
	.gdo-anchors { top: 0; position: static; }
	.gdo-anchors__cta { margin-left: 0; }
}

/* =============================================================
   SECTION SHELL + TYPE
   ============================================================= */
.gdo-section {
	padding: 96px 0;
}
.gdo-section--cream { background: var(--wba-cream); }
.gdo-section--dark {
	background: var(--wba-dark);
	color: var(--wba-white);
}
.gdo-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 var(--gutter-d);
}
.gdo-section__head { margin-bottom: 52px; }

.gdo-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;
}
.gdo-eyebrow svg,
.gdo-eyebrow .wba-icon {
	width: 15px;
	height: 15px;
	color: var(--gdo-accent);
}
.gdo-eyebrow--onDark { color: rgba(255, 255, 255, 0.55); }

.gdo-h2 {
	font-size: clamp(1.8rem, 3.4vw, 2.7rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.01em;
	margin: 0 0 22px;
}
.gdo-h2 em { font-style: italic; font-weight: 300; }
.gdo-h2--onDark { color: var(--wba-white); }

.gdo-section p {
	font-size: 0.95rem;
	line-height: 1.75;
	color: #3c3c3a;
	margin: 0 0 18px;
}
.gdo-section--dark p { color: rgba(255, 255, 255, 0.72); }
.gdo-section p em { font-style: italic; }

/* =============================================================
   WHO IS THE GDO — split + equation
   ============================================================= */
.gdo-who {
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: 64px;
	align-items: center;
}
.gdo-who__equation {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.gdo-eq__cell {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 28px 30px;
	background: var(--wba-white);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gdo-eq__cell:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(26, 26, 26, 0.07);
}
.gdo-eq__cell--accent { border-top: 3px solid var(--gdo-accent); }
.gdo-eq__role {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wba-muted);
}
.gdo-eq__cell--accent .gdo-eq__role { color: var(--gdo-accent); }
.gdo-eq__equals {
	font-weight: 300;
	font-size: 1.4rem;
	color: var(--wba-muted);
}
.gdo-eq__domain {
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.01em;
}
.gdo-eq__plus {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 300;
	color: var(--wba-muted);
	line-height: 1;
}

/* =============================================================
   RESPONSIBILITIES — 6-card grid (uses .wba-bg-num numerals)
   ============================================================= */
.gdo-duties {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.gdo-duty {
	position: relative;
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 34px 28px 30px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	overflow: hidden;
}
.gdo-duty:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(26, 26, 26, 0.08);
}
.gdo-duty__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: var(--wba-cream);
	color: var(--gdo-accent);
	margin-bottom: 18px;
	transition: background 0.2s, color 0.2s;
}
.gdo-duty:hover .gdo-duty__icon {
	background: var(--gdo-accent);
	color: var(--wba-white);
}
.gdo-duty__icon svg,
.gdo-duty__icon .wba-icon { width: 20px; height: 20px; }
.gdo-duty__title {
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 10px;
	letter-spacing: -0.005em;
}
.gdo-duty__copy {
	font-size: 0.86rem !important;
	line-height: 1.7;
	margin: 0 !important;
}

/* =============================================================
   BENCH AREA — copy + who-belongs panel
   ============================================================= */
.gdo-bench {
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: 64px;
	align-items: center;
}
.gdo-bench__rule {
	display: inline-block;
	font-size: 0.78rem !important;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gdo-accent) !important;
	border: 1px solid rgba(193, 39, 45, 0.35);
	background: rgba(193, 39, 45, 0.06);
	border-radius: 100px;
	padding: 9px 18px;
	margin: 0 0 22px !important;
}
.gdo-bench__panel {
	background: var(--wba-cream);
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 14px 30px;
}
.gdo-bench__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gdo-bench__list li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 0;
	font-size: 0.92rem;
	font-weight: 700;
	border-bottom: 1px solid var(--wba-border);
}
.gdo-bench__list li:last-child { border-bottom: 0; }
.gdo-bench__list li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: 0.8rem;
	flex-shrink: 0;
}
.gdo-bench__list .is-yes span {
	background: rgba(26, 26, 26, 0.06);
	color: var(--wba-dark);
}
.gdo-bench__list .is-no { color: var(--gdo-accent); }
.gdo-bench__list .is-no span {
	background: rgba(193, 39, 45, 0.1);
	color: var(--gdo-accent);
}
.gdo-bench__list small {
	font-weight: 500;
	font-style: italic;
	color: var(--wba-muted);
}

/* =============================================================
   WHAT THE GDO IS NOT — dark moment
   ============================================================= */
.gdo-nots {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.gdo-not {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 3px solid var(--gdo-accent);
	border-radius: 10px;
	padding: 28px 24px;
	transition: transform 0.25s ease, background 0.25s ease;
}
.gdo-not:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.07);
}
.gdo-not__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: var(--gdo-accent);
	color: var(--wba-white);
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 16px;
}
.gdo-not__title {
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--wba-white);
	margin: 0 0 10px;
}
.gdo-not__copy {
	font-size: 0.84rem !important;
	line-height: 1.7;
	margin: 0 !important;
}

/* =============================================================
   RECRUITMENT + EOI FORM
   ============================================================= */
.gdo-join {
	display: grid;
	grid-template-columns: 5fr 7fr;
	gap: 64px;
	align-items: start;
}
.gdo-reqs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 34px;
}
.gdo-req {
	border: 1px solid var(--wba-border);
	border-radius: 13px;
	padding: 22px 20px;
	background: var(--wba-white);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gdo-req:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 26px rgba(26, 26, 26, 0.06);
}
.gdo-req__icon {
	display: inline-flex;
	color: var(--gdo-accent);
	margin-bottom: 12px;
}
.gdo-req__icon svg,
.gdo-req__icon .wba-icon { width: 18px; height: 18px; }
.gdo-req__title {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 0 0 6px;
}
.gdo-req__copy {
	font-size: 0.78rem !important;
	line-height: 1.6;
	margin: 0 !important;
	color: var(--wba-muted) !important;
}

/* --- form shell --- */
.gdo-join__form {
	background: var(--wba-cream);
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 42px 40px;
}
.gdo-form__heading {
	font-size: 1.3rem;
	font-weight: 800;
	margin: 0 0 8px;
}
.gdo-form__sub {
	font-size: 0.86rem !important;
	margin: 0 0 28px !important;
	color: var(--wba-muted) !important;
}

/* --- fields --- */
.gdo-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.gdo-field {
	margin-bottom: 18px;
	border: 0;
	padding: 0;
	min-width: 0;
}
.gdo-field label,
.gdo-field legend {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wba-dark);
	margin-bottom: 8px;
}
.gdo-field input[type="text"],
.gdo-field input[type="email"],
.gdo-field input[type="tel"],
.gdo-field select,
.gdo-field textarea {
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 0.88rem;
	color: var(--wba-dark);
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 4px;
	padding: 13px 14px;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.gdo-field input:focus,
.gdo-field select:focus,
.gdo-field textarea:focus {
	outline: none;
	border-color: var(--gdo-accent);
	box-shadow: 0 0 0 3px rgba(193, 39, 45, 0.12);
}
.gdo-field textarea { resize: vertical; }
.gdo-field--group { display: block; }
.gdo-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: var(--wba-dark);
	margin-bottom: 10px;
	cursor: pointer;
}
.gdo-check input {
	accent-color: var(--gdo-accent);
	width: 16px;
	height: 16px;
	margin-top: 2px;
	flex-shrink: 0;
}
.gdo-check--consent {
	font-size: 0.8rem;
	line-height: 1.6;
	color: #3c3c3a;
	margin: 0 0 14px;
}
.gdo-form .form__submit {
	width: 100%;
	margin-top: 10px;
}
.gdo-form__note {
	font-size: 0.78rem !important;
	text-align: center;
	margin: 20px 0 0 !important;
	color: var(--wba-muted) !important;
}
.gdo-form__note a {
	color: var(--gdo-accent);
	font-weight: 700;
	text-decoration: none;
}
.gdo-form__note a:hover { text-decoration: underline; }

/* --- success / error / honeypot --- */
.gdo-form .form__success,
.gdo-form .form__error {
	border-radius: 4px;
	padding: 16px 18px;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.55;
	margin-bottom: 20px;
}
.gdo-form .form__success {
	background: rgba(26, 26, 26, 0.05);
	border: 1px solid rgba(26, 26, 26, 0.16);
	color: var(--wba-dark);
}
.gdo-form .form__error {
	background: rgba(193, 39, 45, 0.07);
	border: 1px solid rgba(193, 39, 45, 0.4);
	color: var(--gdo-accent);
}
.form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 1024px) {
	.gdo-duties { grid-template-columns: repeat(2, 1fr); }
	.gdo-nots { grid-template-columns: repeat(2, 1fr); }
	.gdo-who,
	.gdo-bench,
	.gdo-join {
		grid-template-columns: 1fr;
		gap: 44px;
	}
}
@media (max-width: 700px) {
	.gdo-hero { min-height: 440px; }
	.gdo-hero__ctas {
		flex-direction: column;
		align-items: stretch;
	}
	.gdo-hero__ctas .gdo-btn { width: 100%; }
	.gdo-section { padding: 60px 0; }
	.gdo-duties,
	.gdo-nots,
	.gdo-reqs,
	.gdo-form__row {
		grid-template-columns: 1fr;
	}
	.gdo-join__form { padding: 30px 22px; }
	.gdo-container { padding: 0 var(--gutter-m); }
	.gdo-hero__inner { padding: 0 var(--gutter-m); }
	.gdo-anchors__inner { padding: 0 var(--gutter-m); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
	.gdo-eq__cell,
	.gdo-duty,
	.gdo-not,
	.gdo-req,
	.gdo-btn,
	.gdo-anchors__inner a::after {
		transition: none;
	}
}
