/* =========================================================================
   Doncaster Rovers — design system
   Green & gold. Bold condensed headings, generous rhythm, card systems.
   ========================================================================= */

:root {
	--green:      #0B5C34;
	--green-dark: #08331D;
	--green-deep: #052517;
	--gold:       #F5C518;
	--gold-dark:  #D9A800;
	--ink:        #0E1A13;
	--slate:      #4A5750;
	--cream:      #F6F4EC;
	--line:       #E4E1D6;
	--white:      #FFFFFF;

	--radius-sm: 6px;
	--radius:    14px;
	--radius-lg: 22px;
	--shadow:    0 18px 40px -24px rgba(8, 51, 29, .45);
	--shadow-sm: 0 8px 20px -14px rgba(8, 51, 29, .4);

	--wrap: 1200px;
	--gap: clamp(1.5rem, 4vw, 4rem);

	--font-head: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
	--font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---- reset-ish ---- */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

body {
	font-family: var(--font-body);
	color: var(--ink);
	background: var(--white);
	font-size: 1.0625rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
	font-family: var(--font-head);
	font-weight: 600;
	line-height: 1.03;
	text-transform: uppercase;
	letter-spacing: .01em;
	color: var(--green-dark);
	margin: 0 0 .5em;
}
h1 { font-size: clamp(2.5rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); }
p { margin: 0 0 1rem; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--gold); color: var(--ink); padding: .6rem 1rem; border-radius: var(--radius-sm); z-index: 100; }

/* ---- layout ---- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.section { padding-block: clamp(3rem, 7vw, 6rem); }
.section--center { text-align: center; }
.section.is-green { background: var(--green); color: #EAF3EC; }
.section.is-green h1, .section.is-green h2, .section.is-green h3 { color: var(--white); }
.section.is-green-dark { background: var(--green-dark); color: #EAF3EC; }
.section.is-cream { background: var(--cream); }
.section__head { max-width: 46rem; margin-bottom: clamp(1.5rem, 3vw, 2.75rem); }
.section__eyebrow { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; color: var(--gold-dark); font-size: .95rem; margin: 0 0 .5rem; }
.is-green .section__eyebrow { color: var(--gold); }
.section__lede { font-size: 1.15rem; color: var(--slate); }
.is-green .section__lede { color: #CFE3D5; }

/* ---- buttons ---- */
.btn {
	display: inline-flex; align-items: center; gap: .5rem;
	font-family: var(--font-head); text-transform: uppercase; letter-spacing: .04em;
	font-weight: 600; font-size: 1.05rem; line-height: 1;
	padding: .85rem 1.6rem; border-radius: 999px; text-decoration: none;
	border: 2px solid transparent; transition: transform .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-dark); }
.btn--green { background: var(--green); color: var(--white); }
.btn--green:hover { background: var(--green-dark); }
.btn--ghost { border-color: currentColor; color: inherit; }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.section.is-green .btn--ghost, .page-header .btn--ghost { color: var(--white); }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

/* ---- utility bar ---- */
.utility-bar { background: var(--green-deep); color: #BFD8C6; font-size: .85rem; }
.utility-bar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 1rem; }
.utility-bar__tag { margin: 0; letter-spacing: .02em; }
.utility-nav__list { list-style: none; display: flex; gap: 1.25rem; margin: 0; padding: 0; }
.utility-nav__list a { text-decoration: none; }
.utility-nav__list a:hover { color: var(--gold); }
@media (max-width: 760px) { .utility-bar__tag { display: none; } .utility-bar__inner { justify-content: center; } }

/* ---- header / nav ---- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 76px; }
.site-brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.site-brand__crest { width: 52px; height: 52px; border-radius: 50%; flex: none; }
.site-brand__crest--fallback {
	display: grid; place-items: center; background: var(--green); color: var(--gold);
	font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; letter-spacing: .02em;
	border: 3px solid var(--gold);
}
.site-brand__text { display: flex; flex-direction: column; line-height: 1; }
.site-brand__name { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; font-size: 1.5rem; color: var(--green-dark); letter-spacing: .01em; }
.site-brand__sub { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .28em; font-size: .72rem; color: var(--gold-dark); }

.primary-nav { display: flex; align-items: center; gap: 1.25rem; }
.primary-nav__list { list-style: none; display: flex; gap: 1.1rem; margin: 0; padding: 0; align-items: center; }
.primary-nav__list a { text-decoration: none; font-family: var(--font-head); text-transform: uppercase; font-weight: 600; font-size: 1.05rem; letter-spacing: .02em; color: var(--green-dark); padding: .4rem 0; }
.primary-nav__list a:hover { color: var(--gold-dark); }
.primary-nav__list .menu-item-has-children { position: relative; }
.primary-nav__list .sub-menu {
	list-style: none; margin: 0; padding: .5rem; position: absolute; top: 100%; left: -1rem;
	background: var(--white); min-width: 230px; border: 1px solid var(--line); border-radius: var(--radius);
	box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s ease; z-index: 60;
}
.primary-nav__list .menu-item-has-children:hover > .sub-menu,
.primary-nav__list .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav__list .sub-menu a { display: block; padding: .55rem .75rem; border-radius: var(--radius-sm); font-size: .98rem; }
.primary-nav__list .sub-menu a:hover { background: var(--cream); }

.nav-toggle { display: none; background: none; border: 0; padding: .5rem; }
.nav-toggle__bars, .nav-toggle__bars span { display: block; }
.nav-toggle__bars { width: 26px; }
.nav-toggle__bars span { height: 3px; background: var(--green-dark); border-radius: 2px; margin: 5px 0; transition: .2s; }

@media (max-width: 1040px) {
	.nav-toggle { display: block; }
	.primary-nav {
		position: fixed; inset: 116px 0 0 auto; width: min(88vw, 360px); background: var(--white);
		flex-direction: column; align-items: stretch; gap: 0; padding: 1.25rem; overflow-y: auto;
		box-shadow: var(--shadow); transform: translateX(105%); transition: transform .25s ease; z-index: 55;
	}
	.primary-nav.is-open { transform: none; }
	.primary-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
	.primary-nav__list > li { border-bottom: 1px solid var(--line); }
	.primary-nav__list a { padding: .85rem .25rem; display: block; }
	.primary-nav__list .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 .5rem 1rem; }
	.primary-nav__cta { margin-top: 1rem; justify-content: center; }
	body.nav-open { overflow: hidden; }
}

/* ---- page header ---- */
.page-header { background: var(--green); color: #EAF3EC; padding-block: clamp(3rem, 6vw, 5rem); }
.page-header__inner > * { max-width: 52rem; }
.page-header__eyebrow { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .14em; color: var(--gold); font-weight: 600; margin: 0 0 .4rem; }
.page-header__title { color: var(--white); margin: 0; }
.page-header__lede { font-size: 1.2rem; color: #CFE3D5; margin-top: 1rem; }

/* ---- prose (styles native Gutenberg core-block output) ---- */
.prose { max-width: 46rem; }
.prose > * { margin-bottom: 1.15rem; }
.prose h2 { margin-top: 2.5rem; }
.prose h3 { margin-top: 2rem; }
.prose a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--gold-dark); }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin-bottom: .4rem; }
.prose img, .prose .wp-block-image { border-radius: var(--radius); }
.prose figure { margin: 2rem 0; }
.prose figcaption { font-size: .9rem; color: var(--slate); text-align: center; margin-top: .5rem; }
.prose blockquote, .prose .wp-block-quote {
	border-left: 4px solid var(--gold); padding: .5rem 0 .5rem 1.5rem; margin: 2rem 0;
	font-size: 1.25rem; color: var(--green-dark); font-style: italic;
}
.prose .wp-block-pullquote { border-top: 3px solid var(--gold); border-bottom: 3px solid var(--gold); padding: 1.5rem 0; text-align: center; }
.prose .wp-block-button__link { background: var(--gold); color: var(--ink); border-radius: 999px; font-family: var(--font-head); text-transform: uppercase; }
.prose .alignwide { width: min(100vw - 2.5rem, 1000px); margin-inline: calc(50% - min(50vw - 1.25rem, 500px)); max-width: none; }
.prose .wp-block-gallery { border-radius: var(--radius); overflow: hidden; }

/* ---- news grid / cards ---- */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.75rem; }
.news-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card__media { aspect-ratio: 16 / 9; overflow: hidden; display: block; }
.news-card__img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.news-card__img--placeholder { display: grid; place-items: center; background: var(--green); color: var(--gold); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .1em; }
.news-card__body { padding: 1.25rem 1.35rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; }
.news-card__meta { display: flex; gap: .75rem; align-items: center; font-size: .82rem; color: var(--slate); text-transform: uppercase; letter-spacing: .06em; margin: 0; }
.news-card__cat { background: var(--cream); color: var(--green-dark); padding: .15rem .55rem; border-radius: 999px; font-weight: 600; }
.news-card__title { margin: 0; font-size: 1.35rem; }
.news-card__title a { text-decoration: none; }
.news-card__title a:hover { color: var(--gold-dark); }
.news-card__excerpt { color: var(--slate); margin: 0; }
.news-card__more { font-family: var(--font-head); text-transform: uppercase; font-weight: 600; color: var(--green); font-size: .95rem; margin-top: auto; }

.pagination { margin-top: 2.5rem; }
.pagination .nav-links { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; }
.pagination a, .pagination span { padding: .5rem .9rem; border-radius: var(--radius-sm); border: 1px solid var(--line); text-decoration: none; }
.pagination .current { background: var(--green); color: var(--white); border-color: var(--green); }

/* ---- single news ---- */
.single-news__header { background: var(--green); color: #EAF3EC; padding-block: clamp(2.5rem, 5vw, 4rem); }
.single-news__header-inner > * { max-width: 52rem; }
.single-news__meta { display: flex; gap: .75rem; text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; color: var(--gold); margin: 0 0 .75rem; }
.single-news__title { color: var(--white); margin: 0; }
.single-news__feature { margin: 0; }
.single-news__feature .wrap { margin-top: -2.5rem; }
.single-news__feature-img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 16/8; object-fit: cover; object-position: center 30%; }
.single-news__footer { padding-bottom: 4rem; }

/* ---- sponsor footer strip ---- */
.sponsor-footer { background: var(--cream); padding-block: 2.5rem; border-top: 1px solid var(--line); }
.sponsor-footer__eyebrow { text-align: center; font-family: var(--font-head); text-transform: uppercase; letter-spacing: .14em; color: var(--slate); font-size: .85rem; margin: 0 0 1.25rem; }
.sponsor-footer__grid { list-style: none; margin: 0 0 1.25rem; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 1rem; }
.sponsor-footer__item { background: #fff; border-radius: 10px; padding: .7rem 1.25rem; display: grid; place-items: center; min-width: 130px; min-height: 66px; }
.sponsor-footer__link { display: grid; place-items: center; width: 100%; height: 100%; }
.sponsor-footer__logo { max-height: 46px; max-width: 150px; width: auto; object-fit: contain; }
.sponsor-footer__name { font-family: var(--font-head); text-transform: uppercase; font-weight: 600; color: var(--green-dark); }
.sponsor-footer__cta { display: flex; justify-content: center; gap: .75rem; flex-wrap: wrap; }

/* ---- footer ---- */
.site-footer { background: var(--green-deep); color: #AEC8B6; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-block: clamp(2.5rem, 5vw, 4rem); }
.site-footer__crest { width: 72px; height: 72px; object-fit: contain; }
.site-footer__club { font-family: var(--font-head); text-transform: uppercase; font-size: 1.25rem; color: var(--white); margin: 1rem 0 .5rem; }
.site-footer__addr { font-size: .95rem; line-height: 1.6; }
.site-footer__heading { font-size: 1.05rem; color: var(--gold); letter-spacing: .08em; margin-bottom: 1rem; }
.site-footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.site-footer__list a { text-decoration: none; font-size: .96rem; }
.site-footer__list a:hover { color: var(--gold); }
.site-footer__social { display: flex; gap: .6rem; margin-top: 1rem; }
.social-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; transition: background .2s, color .2s; }
.social-icon:hover { background: var(--gold); color: var(--ink); }
.social-icon svg { width: 20px; height: 20px; display: block; }
.site-footer__bar { border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bar-inner { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; font-size: .85rem; }
.site-footer__bar-inner p { margin: 0; }
.site-footer__credit a { color: var(--gold); text-decoration: none; }
@media (max-width: 860px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer__grid { grid-template-columns: 1fr; } .site-footer__bar-inner { flex-direction: column; } }

/* ---- SECTIONS ---- */

/* hero */
.hero { position: relative; background: var(--green-dark); color: var(--white); overflow: hidden; display: flex; align-items: center; min-height: 60vh; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; opacity: .4; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, var(--green-deep) 20%, rgba(5,37,23,.65) 65%, rgba(5,37,23,.35)); }
.hero__inner { position: relative; z-index: 2; padding-block: clamp(2.5rem, 6vw, 4rem); }
.hero__inner > * { max-width: 44rem; }
.hero__eyebrow { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .16em; color: var(--gold); font-weight: 600; margin: 0 0 1rem; }
.hero__title { color: var(--white); font-size: clamp(2.75rem, 7vw, 5rem); margin: 0 0 1.25rem; }
.hero__body { font-size: 1.25rem; color: #DCEBE0; max-width: 38rem; }
.hero .cta-row { margin-top: 2rem; }

/* cards grid */
.cards__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.75rem; display: flex; flex-direction: column; gap: .6rem; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.is-green .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #EAF3EC; }
.card__tag { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; color: var(--gold-dark); font-weight: 600; }
.is-green .card__tag { color: var(--gold); }
.card__title { margin: 0; font-size: 1.4rem; }
.is-green .card__title { color: var(--white); }
.card__text { color: var(--slate); margin: 0; flex: 1; }
.is-green .card__text { color: #CFE3D5; }
.card__link { font-family: var(--font-head); text-transform: uppercase; font-weight: 600; color: var(--green); text-decoration: none; margin-top: .5rem; }
.is-green .card__link { color: var(--gold); }
.card--icon .card__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; margin-bottom: .5rem; }

/* checklist */
.checklist__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--gap); align-items: start; }
.checklist__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; }
.checklist__list li { position: relative; padding-left: 2.25rem; }
.checklist__list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 1.6rem; height: 1.6rem; background: var(--gold); color: var(--ink); border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: .9rem; }
.is-green .checklist__list li::before { background: var(--gold); }
@media (max-width: 800px) { .checklist__grid { grid-template-columns: 1fr; } }

/* feature / two-column */
.feature__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--gap); align-items: center; }
.feature--flip .feature__media { order: -1; }
.feature__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 30%; }
.feature__media--placeholder { aspect-ratio: 4/3; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--green), var(--green-dark)); display: grid; place-items: center; color: var(--gold); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 820px) { .feature__grid { grid-template-columns: 1fr; } .feature--flip .feature__media { order: 0; } }

/* pathway stages */
.stages__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; counter-reset: stage; }
.stage { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: relative; }
.is-green .stage { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.stage__num { counter-increment: stage; font-family: var(--font-head); font-size: 2.5rem; color: var(--gold); line-height: 1; }
.stage__num::before { content: counter(stage); }
.stage__title { margin: .35rem 0 .4rem; font-size: 1.3rem; }
.is-green .stage__title { color: var(--white); }
.stage__text { color: var(--slate); margin: 0; font-size: .98rem; }
.is-green .stage__text { color: #CFE3D5; }
@media (max-width: 820px) { .stages__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .stages__grid { grid-template-columns: 1fr; } }

/* document groups */
.docs__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.doc-group { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.75rem; }
.doc-group__title { font-size: 1.25rem; margin: 0 0 1rem; }
.doc-group__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.doc-group__list a { text-decoration: none; color: var(--green-dark); display: flex; gap: .5rem; align-items: baseline; }
.doc-group__list a::before { content: "→"; color: var(--gold-dark); }
.doc-group__list a:hover { color: var(--gold-dark); }

/* sponsor strip section — primary logos on white tiles */
.sponsor-tiles { list-style: none; margin: 0 auto 2rem; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 840px; }
.sponsor-tile { background: #fff; border-radius: var(--radius); padding: 2rem; display: grid; place-items: center; min-height: 150px; box-shadow: var(--shadow-sm); }
.sponsor-tile__link { display: grid; place-items: center; width: 100%; height: 100%; }
.sponsor-tile__logo { max-height: 94px; max-width: 100%; width: auto; object-fit: contain; }
@media (max-width: 720px) { .sponsor-tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .sponsor-tiles { grid-template-columns: 1fr; } }
.sponsor-tile__name { font-family: var(--font-head); text-transform: uppercase; font-weight: 600; color: var(--green-dark); text-align: center; }
.sponsor-strip__cta { justify-content: center; }

.sponsor-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 1.5rem; }
.sponsor-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem; text-align: center; display: flex; flex-direction: column; gap: .4rem; align-items: center; }
.sponsor-card__logo-wrap { width: 100%; min-height: 96px; display: grid; place-items: center; padding: .5rem .75rem; margin-bottom: .25rem; }
.sponsor-card__logo { max-height: 78px; max-width: 100%; width: auto; object-fit: contain; }
.sponsor-card__name { font-family: var(--font-head); text-transform: uppercase; font-size: 1.15rem; margin: 0; color: var(--green-dark); }
.sponsor-card__type { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gold-dark); font-weight: 600; }
.sponsor-card__blurb { color: var(--slate); font-size: .95rem; margin: 0; }
.sponsor-card__link { margin-top: auto; font-family: var(--font-head); text-transform: uppercase; font-weight: 600; color: var(--green); text-decoration: none; }

/* coaches */
.coach-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.75rem; }
.coach-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.coach-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.coach-card__photo { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: var(--cream); }
.coach-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.coach-card__initials { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--font-head); font-size: 3rem; color: var(--green); }
.coach-card__team { position: absolute; left: 0; bottom: 0; background: var(--gold); color: var(--ink); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; font-weight: 600; padding: .35rem .8rem; }
.coach-card__body { padding: 1.25rem 1.35rem 1.5rem; display: flex; flex-direction: column; gap: .3rem; }
.coach-card__name { margin: 0; font-size: 1.35rem; }
.coach-card__role { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .04em; color: var(--gold-dark); font-weight: 600; font-size: .95rem; margin: 0; }
.coach-card__bio { color: var(--slate); margin: .4rem 0 0; font-size: .95rem; }
.coach-card__quals { margin: .5rem 0 0; font-size: .8rem; text-transform: uppercase; letter-spacing: .05em; color: var(--green); font-weight: 600; }
.is-green .coach-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.is-green .coach-card__name { color: var(--white); }
.is-green .coach-card__bio { color: #CFE3D5; }

/* cta band */
.cta-band { background: linear-gradient(120deg, var(--green-dark), var(--green)); color: var(--white); text-align: center; }
.cta-band__inner { max-width: 44rem; margin-inline: auto; }
.cta-band h2 { color: var(--white); }
.cta-band__body { color: #DCEBE0; font-size: 1.15rem; }
.cta-band .cta-row { justify-content: center; }

/* form embed */
.form-embed__grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: var(--gap); align-items: start; }
.form-embed__panel { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow-sm); }
@media (max-width: 820px) { .form-embed__grid { grid-template-columns: 1fr; } }

/* fixtures embed */
.fixtures-embed__frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: var(--cream); min-height: 320px; display: grid; place-items: center; }
.fixtures-embed__placeholder { text-align: center; padding: 3rem; color: var(--slate); }
.fixtures-embed__placeholder strong { display: block; font-family: var(--font-head); text-transform: uppercase; color: var(--green-dark); font-size: 1.4rem; margin-bottom: .5rem; }

/* next match / last result block */
.matchstrip { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.matchstrip__card { border-radius: var(--radius); padding: 1.5rem; border: 1px solid var(--line); background: var(--white); }
.matchstrip__label { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .1em; color: var(--gold-dark); font-weight: 600; font-size: .85rem; margin: 0 0 .5rem; }
.matchstrip__teams { font-family: var(--font-head); text-transform: uppercase; font-size: 1.5rem; color: var(--green-dark); margin: 0; }
.matchstrip__meta { color: var(--slate); font-size: .95rem; margin: .35rem 0 0; }
.matchstrip__score { font-family: var(--font-head); font-size: 2.5rem; color: var(--green); }
@media (max-width: 620px) { .matchstrip { grid-template-columns: 1fr; } }

/* news-teaser header row */
.section__head--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; }
.section__head--row h2 { margin: 0; }

/* prose helper on cream/plain sections already covered */
