/*
Theme Name: Cleveland Hockey Hub Theme
Theme URI: https://ClevelandYouthHockey.com
Author: Cleveland Hockey Hub
Description: Lightweight regional hockey hub theme layer for calendar, directory, and rink pages.
Version: 1.8.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: cleveland-hockey-hub-theme
*/

:root {
	--hub-ink: #15202b;
	--hub-muted: #596b7c;
	--hub-line: #d8e2ec;
	--hub-bg: #f7fafc;
	--hub-surface: #ffffff;
	--hub-blue: #1f6feb;
	--hub-blue-dark: #0d4a9a;
	--hub-red: #bd2c3a;
	--hub-shadow: 0 14px 34px rgba(21, 32, 43, 0.1);
}

* {
	box-sizing: border-box;
}

body {
	background: var(--hub-bg);
	color: var(--hub-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

a {
	color: var(--hub-blue-dark);
}

img {
	height: auto;
	max-width: 100%;
}

.site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--hub-line);
	position: sticky;
	top: 0;
	z-index: 20;
}

.site-header-inner,
.site-footer-inner,
.hub-container {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 20px;
	padding-right: 20px;
}

.site-header-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 76px;
}

.site-brand {
	color: var(--hub-ink);
	display: inline-flex;
	flex-direction: column;
	line-height: 1.15;
	text-decoration: none;
}

.site-brand-name {
	font-size: 1.08rem;
	font-weight: 800;
}

.site-brand-tagline {
	color: var(--hub-muted);
	font-size: 0.8rem;
}

.site-nav-toggle {
	align-items: center;
	background: transparent;
	border: 1px solid var(--hub-line);
	border-radius: 6px;
	cursor: pointer;
	display: none;
	flex: 0 0 44px;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.site-nav-toggle span {
	background: var(--hub-ink);
	display: block;
	height: 2px;
	transition: transform 160ms ease, opacity 160ms ease;
	width: 20px;
}

.site-nav-toggle:focus-visible {
	outline: 3px solid rgba(31, 111, 235, 0.28);
	outline-offset: 2px;
}

.site-header.nav-open .site-nav-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .site-nav-toggle span:nth-child(2) {
	opacity: 0;
}

.site-header.nav-open .site-nav-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.primary-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	border-radius: 6px;
	color: var(--hub-ink);
	display: inline-block;
	font-size: 0.94rem;
	font-weight: 700;
	padding: 8px 10px;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu a:focus {
	background: #eaf2ff;
	color: var(--hub-blue-dark);
}

.hub-hero {
	background: #101820;
	color: #fff;
	isolation: isolate;
	min-height: min(760px, calc(100vh - 76px));
	overflow: hidden;
	position: relative;
}

.hub-hero::before {
	background-image:
		linear-gradient(90deg, rgba(7, 15, 24, 0.82), rgba(7, 15, 24, 0.48) 48%, rgba(7, 15, 24, 0.18)),
		url("assets/ice-rink-hero.png");
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
	z-index: -2;
}

.hub-hero::after {
	background: linear-gradient(180deg, transparent 78%, var(--hub-bg));
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.hub-hero-inner {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.68fr);
	min-height: min(760px, calc(100vh - 76px));
	padding-bottom: clamp(48px, 9vw, 96px);
	padding-top: clamp(56px, 10vw, 120px);
}

.hub-hero-copy {
	align-self: center;
	max-width: 760px;
}

.hub-kicker {
	color: #d9e8ff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.hub-hero h1 {
	font-size: clamp(2.45rem, 6vw, 5.6rem);
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	max-width: 760px;
}

.hub-hero p {
	color: #edf5ff;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	margin: 18px 0 0;
	max-width: 650px;
}

.hub-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.hub-button {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 6px;
	color: var(--hub-ink);
	display: inline-flex;
	font-weight: 800;
	min-height: 44px;
	padding: 10px 14px;
	text-decoration: none;
}

.hub-button.secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.hub-coverage {
	align-self: end;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 8px;
	box-shadow: var(--hub-shadow);
	color: var(--hub-ink);
	padding: 18px;
}

.hub-coverage h2 {
	font-size: 1rem;
	margin: 0 0 6px;
}

.hub-coverage p {
	color: var(--hub-muted);
	font-size: 0.96rem;
	margin: 0;
}

.hub-section {
	padding: clamp(32px, 5vw, 64px) 0;
}

.hub-section.tight {
	padding-top: 24px;
}

.hub-page-header {
	background: var(--hub-surface);
	border-bottom: 1px solid var(--hub-line);
	padding: clamp(32px, 6vw, 72px) 0;
}

.hub-page-header h1 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.05;
	margin: 0;
}

.hub-page-header p {
	color: var(--hub-muted);
	font-size: 1.08rem;
	margin: 10px 0 0;
	max-width: 720px;
}

.hub-breadcrumbs {
	align-items: center;
	color: var(--hub-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 6px;
	margin-bottom: 18px;
}

.hub-breadcrumbs a {
	color: var(--hub-blue-dark);
}

.hub-page-heading-row {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.hub-page-heading-row > div {
	min-width: 0;
}

.hub-page-actions {
	align-items: stretch;
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: flex-end;
}

.hub-button--blue {
	background: var(--hub-blue);
	border-color: var(--hub-blue);
	color: #fff;
	flex: 0 0 auto;
}

.hub-button--blue:hover,
.hub-button--blue:focus {
	background: var(--hub-blue-dark);
	color: #fff;
}

.hub-section--intro {
	padding-bottom: 0;
}

.hub-editor-content {
	max-width: 820px;
}

.hub-directory-section {
	padding-top: 28px;
}

.hub-content {
	background: var(--hub-surface);
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	box-shadow: var(--hub-shadow);
	margin: 32px auto;
	max-width: 900px;
	padding: clamp(22px, 4vw, 40px);
}

.hub-content h1,
.hub-content h2,
.hub-content h3 {
	line-height: 1.16;
}

.hub-content > *:first-child {
	margin-top: 0;
}

.hub-content > *:last-child {
	margin-bottom: 0;
}

.hub-detail-list {
	border-top: 1px solid var(--hub-line);
	display: grid;
	gap: 0;
	margin-top: 24px;
}

.hub-detail-list div {
	border-bottom: 1px solid var(--hub-line);
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(130px, 0.34fr) 1fr;
	padding: 12px 0;
}

.hub-detail-list dt {
	color: var(--hub-muted);
	font-weight: 800;
}

.hub-detail-list dd {
	margin: 0;
}

.hub-profile-header {
	background: var(--hub-surface);
	border-bottom: 1px solid var(--hub-line);
	padding: 28px 0 36px;
}

.hub-profile-identity {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 156px minmax(0, 1fr) auto;
}

.hub-profile-logo {
	align-items: center;
	aspect-ratio: 1;
	background: var(--hub-bg);
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 18px;
}

.hub-profile-logo img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.hub-profile-logo__placeholder {
	align-items: center;
	background: var(--hub-blue-dark);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 2.6rem;
	font-weight: 800;
	height: 84px;
	justify-content: center;
	width: 84px;
}

.hub-profile-heading {
	min-width: 0;
}

.hub-profile-heading .hub-kicker {
	color: var(--hub-red);
}

.hub-profile-heading h1 {
	font-size: 2.8rem;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	overflow-wrap: anywhere;
}

.hub-profile-summary {
	color: var(--hub-muted);
	font-size: 1.08rem;
	margin: 12px 0 0;
	max-width: 720px;
}

.hub-profile-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.hub-profile-tags li {
	background: #edf4fb;
	border: 1px solid #d2e2f1;
	border-radius: 4px;
	color: #23445f;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 5px 8px;
}

.hub-profile-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 9px;
	min-width: 170px;
}

.hub-tournament-identity {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.hub-tournament-date {
	color: var(--hub-blue-dark);
	font-size: 1.18rem;
	font-weight: 800;
	margin: 12px 0 0;
}

.hub-button--outline {
	background: #fff;
	border-color: var(--hub-line);
	color: var(--hub-blue-dark);
}

.hub-button--outline:hover,
.hub-button--outline:focus {
	background: #edf4fb;
	border-color: #a9c4dc;
	color: var(--hub-blue-dark);
}

.hub-profile-layout {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) 320px;
	padding-bottom: 56px;
	padding-top: 42px;
}

.hub-profile-main {
	min-width: 0;
}

.hub-profile-section {
	border-top: 1px solid var(--hub-line);
	padding: 28px 0;
}

.hub-profile-section:first-child {
	border-top: 0;
	padding-top: 0;
}

.hub-profile-section h2,
.hub-profile-panel h2,
.hub-profile-related h2,
.hub-profile-related h3 {
	letter-spacing: 0;
	line-height: 1.15;
}

.hub-profile-section h2 {
	font-size: 1.55rem;
	margin: 0 0 16px;
}

.hub-profile-copy > :first-child {
	margin-top: 0;
}

.hub-profile-copy > :last-child {
	margin-bottom: 0;
}

.hub-profile-facts {
	border-bottom: 1px solid var(--hub-line);
	margin: 0;
}

.hub-profile-facts > div {
	border-top: 1px solid var(--hub-line);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
	padding: 12px 0;
}

.hub-profile-facts dt,
.hub-profile-contact dt {
	color: var(--hub-muted);
	font-size: 0.9rem;
	font-weight: 800;
}

.hub-profile-facts dd,
.hub-profile-contact dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.hub-profile-link-list {
	margin: 0;
	padding-left: 20px;
}

.hub-profile-link-list li + li {
	margin-top: 6px;
}

.hub-profile-inline-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hub-profile-inline-list li {
	background: #edf4fb;
	border: 1px solid #d2e2f1;
	border-radius: 4px;
	color: #23445f;
	font-size: 0.86rem;
	font-weight: 700;
	padding: 4px 7px;
}

.hub-actions--profile {
	margin-top: 0;
}

.hub-actions--profile p {
	margin: 0;
}

.hub-profile-sidebar {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 96px;
}

.hub-profile-panel {
	background: var(--hub-surface);
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	padding: 20px;
}

.hub-profile-panel h2 {
	font-size: 1.08rem;
	margin: 0 0 14px;
}

.hub-profile-panel p {
	margin: 0 0 14px;
}

.hub-profile-panel p:last-child {
	margin-bottom: 0;
}

.hub-profile-link-actions {
	display: grid;
	gap: 9px;
}

.hub-profile-link-actions .hub-button {
	width: 100%;
}

.hub-profile-status {
	border: 1px solid var(--hub-line);
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 800;
	padding: 9px 11px;
}

.hub-profile-status--closed {
	background: #f4f1f2;
	border-color: #d7c7ca;
	color: #704049;
}

.hub-profile-contact {
	margin: 0;
}

.hub-profile-contact > div + div {
	border-top: 1px solid var(--hub-line);
	margin-top: 12px;
	padding-top: 12px;
}

.hub-profile-contact dd span {
	color: var(--hub-muted);
	display: block;
	font-size: 0.92rem;
}

.hub-profile-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hub-profile-socials a {
	border: 1px solid var(--hub-line);
	border-radius: 5px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 6px 9px;
	text-decoration: none;
}

.hub-profile-socials a:hover,
.hub-profile-socials a:focus {
	background: #edf4fb;
	border-color: #a9c4dc;
}

.hub-profile-panel--status .hub-button {
	width: 100%;
}

.hub-profile-panel--status .hub-button + .hub-button {
	margin-top: 8px;
}

.hub-profile-related {
	background: var(--hub-surface);
	border-top: 1px solid var(--hub-line);
	padding: 42px 0 56px;
}

.hub-profile-related > .hub-container > h2 {
	font-size: 1.65rem;
	margin: 0 0 24px;
}

.hub-profile-related__groups {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-profile-related__groups--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-profile-related__group {
	min-width: 0;
}

.hub-profile-related__group > h3 {
	border-bottom: 2px solid var(--hub-red);
	font-size: 1.05rem;
	margin: 0 0 12px;
	padding-bottom: 9px;
}

.hub-profile-related__list {
	display: grid;
	gap: 10px;
}

.hub-related-card {
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	min-height: 106px;
	padding: 14px;
}

.hub-related-card__meta {
	color: var(--hub-muted);
	font-size: 0.82rem;
	font-weight: 700;
	margin: 0 0 5px;
}

.hub-related-card h3,
.hub-related-card h4 {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
	overflow-wrap: anywhere;
}

.hub-related-card h3 a,
.hub-related-card h4 a {
	color: var(--hub-ink);
	text-decoration: none;
}

.hub-related-card h3 a:hover,
.hub-related-card h3 a:focus,
.hub-related-card h4 a:hover,
.hub-related-card h4 a:focus {
	color: var(--hub-blue-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hub-related-empty {
	color: var(--hub-muted);
	font-size: 0.94rem;
	margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.hub-news-categories {
	background: var(--hub-surface);
	border-bottom: 1px solid var(--hub-line);
}

.hub-news-categories ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.hub-news-categories li {
	flex: 0 0 auto;
}

.hub-news-categories a {
	color: var(--hub-ink);
	display: block;
	font-size: 0.86rem;
	font-weight: 700;
	padding: 7px 6px;
	text-decoration: none;
	white-space: nowrap;
}

.hub-news-categories a:hover,
.hub-news-categories a:focus {
	background: #edf4fb;
	color: var(--hub-blue-dark);
}

.hub-news-featured {
	background: var(--hub-surface);
	border-bottom: 1px solid var(--hub-line);
	padding: 42px 0 50px;
}

.hub-news-section-label,
.hub-news-card__category,
.hub-news-featured__category {
	color: var(--hub-red);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.hub-news-featured__category a,
.hub-news-card__category a {
	color: inherit;
	text-decoration: none;
}

.hub-news-featured__story {
	align-items: center;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
}

.hub-news-featured__story--no-image {
	grid-template-columns: minmax(0, 760px);
}

.hub-news-featured__image,
.hub-news-card__image {
	aspect-ratio: 16 / 9;
	background: #e9eff4;
	display: block;
	overflow: hidden;
}

.hub-news-featured__image img,
.hub-news-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hub-news-featured__body h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.hub-news-featured__body h2 a,
.hub-news-card h2 a {
	color: var(--hub-ink);
	text-decoration: none;
}

.hub-news-featured__body h2 a:hover,
.hub-news-featured__body h2 a:focus,
.hub-news-card h2 a:hover,
.hub-news-card h2 a:focus {
	color: var(--hub-blue-dark);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.hub-news-featured__date,
.hub-news-card__date {
	color: var(--hub-muted);
	font-size: 0.85rem;
	font-weight: 700;
	margin: 10px 0 0;
}

.hub-news-featured__body > p:not([class]) {
	color: var(--hub-muted);
	font-size: 1.02rem;
	margin: 16px 0 20px;
}

.hub-news-section-heading {
	align-items: end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.hub-news-section-heading h2 {
	font-size: 1.7rem;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.hub-news-section-heading > a {
	color: var(--hub-blue-dark);
	font-weight: 800;
}

.hub-news-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-news-card {
	background: var(--hub-surface);
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
}

.hub-news-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px;
}

.hub-news-card h2 {
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	overflow-wrap: anywhere;
}

.hub-news-card__excerpt {
	color: var(--hub-muted);
	margin: 12px 0 0;
}

.hub-news-card__link {
	color: var(--hub-blue-dark);
	font-size: 0.9rem;
	font-weight: 800;
	margin-top: auto;
	padding-top: 16px;
	text-underline-offset: 3px;
}

.hub-news-pagination {
	margin-top: 28px;
}

.hub-news-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hub-news-pagination a,
.hub-news-pagination .current {
	align-items: center;
	border: 1px solid var(--hub-line);
	border-radius: 5px;
	display: inline-flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 6px 9px;
	text-decoration: none;
}

.hub-news-pagination .current {
	background: var(--hub-blue-dark);
	border-color: var(--hub-blue-dark);
	color: #fff;
}

.hub-news-category-description > :first-child {
	margin-top: 10px;
}

.hub-news-category-description > :last-child {
	margin-bottom: 0;
}

.hub-news-article__header {
	background: var(--hub-surface);
	border-bottom: 1px solid var(--hub-line);
	padding: 30px 0 38px;
}

.hub-news-article__header-inner {
	max-width: 940px;
}

.hub-news-article__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.hub-news-article__categories a {
	background: #edf4fb;
	border: 1px solid #d2e2f1;
	border-radius: 4px;
	color: #23445f;
	display: block;
	font-size: 0.8rem;
	font-weight: 800;
	padding: 4px 7px;
	text-decoration: none;
}

.hub-news-article__header h1 {
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 900px;
	overflow-wrap: anywhere;
}

.hub-news-article__dek {
	color: var(--hub-muted);
	font-size: 1.2rem;
	margin: 18px 0 0;
	max-width: 780px;
}

.hub-news-article__meta {
	color: var(--hub-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.88rem;
	font-weight: 700;
	gap: 8px 18px;
	margin-top: 20px;
}

.hub-news-article__image {
	margin-bottom: 0;
	margin-top: 36px;
	max-width: 1040px;
}

.hub-news-article__image img {
	display: block;
	max-height: 660px;
	object-fit: cover;
	width: 100%;
}

.hub-news-article__image figcaption {
	color: var(--hub-muted);
	font-size: 0.82rem;
	margin-top: 7px;
}

.hub-news-article__layout {
	align-items: start;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 1fr) 280px;
	max-width: 1040px;
	padding-bottom: 58px;
	padding-top: 42px;
}

.hub-news-article__content {
	font-size: 1.06rem;
	min-width: 0;
}

.hub-news-article__content > :first-child {
	margin-top: 0;
}

.hub-news-article__content h2 {
	font-size: 1.65rem;
	letter-spacing: 0;
	line-height: 1.18;
	margin-top: 32px;
}

.hub-news-article__content h3 {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 26px;
}

.hub-news-article__content blockquote {
	border-left: 4px solid var(--hub-blue);
	color: #32475a;
	margin: 28px 0;
	padding: 4px 0 4px 20px;
}

.hub-news-article__content img {
	height: auto;
	max-width: 100%;
}

.hub-news-article__sidebar {
	display: grid;
	gap: 16px;
	position: sticky;
	top: 96px;
}

.hub-news-article__panel {
	background: var(--hub-surface);
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	padding: 18px;
}

.hub-news-article__panel h2 {
	font-size: 1rem;
	letter-spacing: 0;
	margin: 0 0 12px;
}

.hub-news-article__panel p {
	font-size: 0.9rem;
	margin: 0 0 11px;
}

.hub-news-article__panel p:last-child {
	margin-bottom: 0;
}

.hub-news-article__panel .hub-button {
	width: 100%;
}

.hub-news-related-profiles {
	background: #eef4f8;
	border-bottom: 1px solid var(--hub-line);
	border-top: 1px solid var(--hub-line);
	padding: 38px 0 44px;
}

.hub-news-related-profiles h2 {
	font-size: 1.55rem;
	letter-spacing: 0;
	margin: 0 0 22px;
}

.hub-news-related-profiles__groups {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hub-news-related-profiles__group h3 {
	font-size: 0.95rem;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.hub-news-related-profiles__group ul {
	margin: 0;
	padding-left: 18px;
}

.hub-news-related-profiles__group li + li {
	margin-top: 5px;
}

.hub-news-related-profiles__group a {
	color: var(--hub-blue-dark);
}

.hub-news-more {
	background: var(--hub-surface);
	padding: 44px 0 58px;
}

.hub-submit-news-section {
	padding-top: 34px;
}

.site-footer {
	background: #101820;
	color: #dce8f4;
	margin-top: 48px;
	padding: 34px 0;
}

.site-footer a {
	color: #fff;
}

.site-footer-inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	justify-content: space-between;
}

.site-footer p {
	margin: 0;
}

.hub-plugin-missing {
	background: #fff7e6;
	border: 1px solid #efd08d;
	border-radius: 8px;
	color: #5f4200;
	margin: 24px auto;
	max-width: 900px;
	padding: 18px;
}

@media (max-width: 820px) {
	.hub-news-categories ul {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.site-header-inner {
		align-items: center;
		display: grid;
		gap: 10px 16px;
		grid-template-columns: minmax(0, 1fr) 44px;
		min-height: 72px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.site-brand {
		min-width: 0;
	}

	.site-nav-toggle {
		display: inline-flex;
	}

	.site-nav {
		grid-column: 1 / -1;
		width: 100%;
	}

	.site-header.nav-enhanced .site-nav {
		display: none;
	}

	.site-header.nav-enhanced.nav-open .site-nav {
		display: block;
	}

	.primary-menu {
		align-items: stretch;
		border-top: 1px solid var(--hub-line);
		display: grid;
		gap: 2px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 10px;
	}

	.primary-menu a {
		display: block;
		padding: 10px;
	}

	.hub-hero,
	.hub-hero-inner {
		min-height: auto;
	}

	.hub-hero-inner {
		grid-template-columns: 1fr;
		padding-bottom: 72px;
	}

	.hub-coverage {
		max-width: 540px;
	}

	.hub-detail-list div {
		grid-template-columns: 1fr;
	}

	.hub-page-heading-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.hub-page-actions {
		justify-content: flex-start;
	}

	.hub-profile-identity {
		align-items: start;
		grid-template-columns: 128px minmax(0, 1fr);
	}

	.hub-tournament-identity {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.hub-profile-actions {
		flex-direction: row;
		grid-column: 1 / -1;
		min-width: 0;
	}

	.hub-profile-layout {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.hub-profile-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

	.hub-profile-panel--status {
		grid-column: 1 / -1;
	}

	.hub-profile-related__groups {
		grid-template-columns: 1fr;
	}

	.hub-news-featured__story {
		align-items: start;
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.hub-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hub-news-article__layout {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.hub-news-article__sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

	.hub-news-related-profiles__groups {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	body {
		font-size: 16px;
	}

	.site-header-inner,
	.site-footer-inner,
	.hub-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.primary-menu a {
		padding-left: 8px;
		padding-right: 8px;
	}

	.hub-page-heading-row .hub-button {
		width: 100%;
	}

	.hub-page-actions {
		width: 100%;
	}

	.hub-profile-header {
		padding-bottom: 28px;
	}

	.hub-profile-identity {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 16px;
	}

	.hub-profile-logo {
		padding: 10px;
	}

	.hub-profile-logo__placeholder {
		font-size: 1.8rem;
		height: 58px;
		width: 58px;
	}

	.hub-profile-heading h1 {
		font-size: 2rem;
	}

	.hub-profile-summary,
	.hub-profile-tags {
		grid-column: 1 / -1;
	}

	.hub-profile-actions {
		flex-direction: column;
	}

	.hub-profile-actions .hub-button {
		width: 100%;
	}

	.hub-profile-layout {
		padding-bottom: 40px;
		padding-top: 28px;
	}

	.hub-profile-facts > div {
		gap: 4px;
		grid-template-columns: 1fr;
	}

	.hub-profile-sidebar {
		grid-template-columns: 1fr;
	}

	.hub-profile-panel--status {
		grid-column: auto;
	}

	.hub-news-featured {
		padding: 30px 0 36px;
	}

	.hub-news-grid {
		grid-template-columns: 1fr;
	}

	.hub-news-section-heading {
		align-items: start;
	}

	.hub-news-featured__body h2 {
		font-size: 1.8rem;
	}

	.hub-news-article__header h1 {
		font-size: 2.35rem;
	}

	.hub-news-article__dek {
		font-size: 1.08rem;
	}

	.hub-news-article__image {
		margin-top: 22px;
		padding-left: 0;
		padding-right: 0;
	}

	.hub-news-article__layout {
		padding-bottom: 40px;
		padding-top: 30px;
	}

	.hub-news-article__sidebar,
	.hub-news-related-profiles__groups {
		grid-template-columns: 1fr;
	}
}

/* Homepage */
.hub-home-hero {
	min-height: min(650px, calc(100vh - 140px));
}

.hub-home-hero::before {
	background-image:
		linear-gradient(90deg, rgba(7, 15, 24, 0.9), rgba(7, 15, 24, 0.58) 58%, rgba(7, 15, 24, 0.28)),
		url("assets/ice-rink-hero.png");
}

.hub-home-hero::after {
	background: linear-gradient(180deg, transparent 88%, rgba(7, 15, 24, 0.36));
}

.hub-home-hero__inner {
	align-items: center;
	display: flex;
	min-height: min(650px, calc(100vh - 140px));
	padding-bottom: 72px;
	padding-top: 72px;
}

.hub-home-hero__copy {
	max-width: 900px;
	width: 100%;
}

.hub-home-hero h1 {
	font-size: 4.75rem;
	line-height: 0.98;
	max-width: 850px;
}

.hub-home-hero__copy > p:not(.hub-kicker) {
	font-size: 1.22rem;
	max-width: 720px;
}

.hub-home-search {
	background: var(--hub-surface);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
	display: flex;
	margin-top: 30px;
	max-width: 850px;
	padding: 6px;
}

.hub-home-search input {
	background: transparent;
	border: 0;
	color: var(--hub-ink);
	flex: 1 1 auto;
	font: inherit;
	min-height: 50px;
	min-width: 0;
	padding: 10px 14px;
}

.hub-home-search input::placeholder {
	color: #5b6a78;
	opacity: 1;
}

.hub-home-search input:focus {
	outline: 0;
}

.hub-home-search:focus-within {
	outline: 3px solid rgba(143, 190, 255, 0.6);
	outline-offset: 3px;
}

.hub-home-search button {
	background: var(--hub-red);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	flex: 0 0 auto;
	font: inherit;
	font-weight: 800;
	min-height: 50px;
	padding: 10px 24px;
}

.hub-home-search button:hover,
.hub-home-search button:focus {
	background: #991e2b;
}

.hub-home-quick-links {
	background: var(--hub-surface);
	border-bottom: 1px solid var(--hub-line);
}

.hub-home-quick-links ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.hub-home-quick-links li {
	border-left: 1px solid var(--hub-line);
	min-width: 0;
}

.hub-home-quick-links li:last-child {
	border-right: 1px solid var(--hub-line);
}

.hub-home-quick-links a {
	color: var(--hub-ink);
	display: grid;
	gap: 2px;
	min-height: 118px;
	padding: 20px 16px;
	position: relative;
	text-decoration: none;
}

.hub-home-quick-links a:hover,
.hub-home-quick-links a:focus {
	background: #edf4fb;
	color: var(--hub-blue-dark);
}

.hub-home-quick-links strong {
	font-size: 1rem;
}

.hub-home-quick-links a > span:not(.hub-home-quick-links__arrow) {
	color: var(--hub-muted);
	font-size: 0.8rem;
	line-height: 1.35;
}

.hub-home-quick-links__arrow {
	bottom: 16px;
	color: var(--hub-red);
	font-weight: 900;
	position: absolute;
	right: 16px;
}

.hub-home-section {
	background: var(--hub-surface);
	padding: 64px 0;
}

.hub-home-section--tint {
	background: #f1f5f8;
	border-bottom: 1px solid var(--hub-line);
	border-top: 1px solid var(--hub-line);
}

.hub-home-section--events {
	background: #f8fafc;
}

.hub-home-section__heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.hub-home-section__heading h2 {
	font-size: 2rem;
	line-height: 1.12;
	margin: 0;
}

.hub-home-section__label,
.hub-home-card__type,
.hub-search-result > p:first-child {
	color: var(--hub-red);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.hub-home-section__heading > a {
	color: var(--hub-blue-dark);
	flex: 0 0 auto;
	font-size: 0.92rem;
	font-weight: 800;
	text-underline-offset: 3px;
}

.hub-home-event-grid,
.hub-home-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-home-event-grid .chh-calendar-event-card {
	height: 100%;
	margin: 0;
}

.hub-home-card,
.hub-home-tournament {
	background: var(--hub-surface);
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	display: flex;
	min-width: 0;
	overflow: hidden;
}

.hub-home-card {
	flex-direction: column;
}

.hub-home-card__media {
	align-items: center;
	aspect-ratio: 16 / 7;
	background: #eaf0f5;
	border-bottom: 1px solid var(--hub-line);
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
}

.hub-home-card__media img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.hub-home-card__media > span {
	align-items: center;
	background: var(--hub-blue-dark);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 1.7rem;
	font-weight: 900;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.hub-home-card__body,
.hub-home-tournament__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px;
}

.hub-home-card h3,
.hub-home-tournament h3 {
	font-size: 1.3rem;
	line-height: 1.2;
	margin: 0;
	overflow-wrap: anywhere;
}

.hub-home-card h3 a,
.hub-home-tournament h3 a {
	color: var(--hub-ink);
	text-decoration: none;
}

.hub-home-card h3 a:hover,
.hub-home-card h3 a:focus,
.hub-home-tournament h3 a:hover,
.hub-home-tournament h3 a:focus {
	color: var(--hub-blue-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hub-home-card__meta {
	color: var(--hub-muted);
	font-size: 0.88rem;
	font-weight: 700;
	margin: 8px 0 0;
}

.hub-home-card__description {
	color: var(--hub-muted);
	font-size: 0.94rem;
	margin: 12px 0 0;
}

.hub-home-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: auto;
	padding-top: 20px;
}

.hub-home-card__links a {
	color: var(--hub-blue-dark);
	font-size: 0.88rem;
	font-weight: 800;
	text-underline-offset: 3px;
}

.hub-home-tournament {
	flex-direction: column;
}

.hub-home-tournament__date {
	background: #14283d;
	color: #fff;
	display: grid;
	gap: 4px;
	min-height: 92px;
	padding: 18px 20px;
}

.hub-home-tournament__date span {
	color: #c7dbed;
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.hub-home-tournament__date strong {
	font-size: 1rem;
	line-height: 1.35;
}

.hub-home-tournament__body > p {
	color: var(--hub-muted);
	font-size: 0.9rem;
	margin: 12px 0 0;
}

.hub-home-tournament__body > p + p {
	margin-top: 6px;
}

.hub-home-tournament__body > p strong {
	color: var(--hub-ink);
}

.hub-home-empty {
	background: #f4f7fa;
	border: 1px dashed #aebdcc;
	border-radius: 8px;
	color: var(--hub-muted);
	margin: 0;
	padding: 24px;
	text-align: center;
}

.hub-home-contribute {
	background: #14283d;
	color: #fff;
	padding: 54px 0;
}

.hub-home-contribute__inner,
.hub-home-sponsor__inner {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.hub-home-contribute h2,
.hub-home-sponsor h2 {
	font-size: 2rem;
	line-height: 1.12;
	margin: 0;
}

.hub-home-contribute p:not(.hub-home-section__label),
.hub-home-sponsor p {
	color: #d5e2ed;
	margin: 10px 0 0;
	max-width: 700px;
}

.hub-home-contribute .hub-home-section__label {
	color: #f5a6ae;
}

.hub-home-contribute__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 10px;
}

.hub-home-sponsor {
	background: #fff;
	border-bottom: 1px solid var(--hub-line);
	padding: 46px 0;
}

.hub-home-sponsor p {
	color: var(--hub-muted);
}

.hub-search-results__form {
	border-bottom: 1px solid var(--hub-line);
	margin-bottom: 30px;
	padding-bottom: 28px;
}

.hub-search-results__form > label {
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 8px;
}

.hub-search-results__form > div {
	display: flex;
	gap: 8px;
	max-width: 760px;
}

.hub-search-results__form input {
	background: #fff;
	border: 1px solid #9fb0c1;
	border-radius: 6px;
	flex: 1 1 auto;
	font: inherit;
	min-height: 46px;
	min-width: 0;
	padding: 8px 12px;
}

.hub-search-results {
	display: grid;
	gap: 16px;
}

.hub-search-result {
	background: #fff;
	border: 1px solid var(--hub-line);
	border-radius: 8px;
	padding: 22px;
}

.hub-search-result h2 {
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0;
}

.hub-search-result h2 a {
	color: var(--hub-ink);
}

.hub-search-result > p:not(:first-child) {
	color: var(--hub-muted);
	margin: 10px 0;
}

.hub-search-result > a {
	font-size: 0.9rem;
	font-weight: 800;
}

@media (max-width: 900px) {
	.hub-home-hero h1 {
		font-size: 3.8rem;
	}

	.hub-home-quick-links ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hub-home-quick-links li:nth-child(3) {
		border-right: 1px solid var(--hub-line);
	}

	.hub-home-quick-links li:nth-child(n + 4) {
		border-top: 1px solid var(--hub-line);
	}

	.hub-home-event-grid,
	.hub-home-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.hub-home-hero,
	.hub-home-hero__inner {
		min-height: 540px;
	}

	.hub-home-hero__inner {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.hub-home-hero h1 {
		font-size: 2.65rem;
		line-height: 1;
	}

	.hub-home-hero__copy > p:not(.hub-kicker) {
		font-size: 1.05rem;
	}

	.hub-home-search {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: grid;
		gap: 8px;
		padding: 0;
	}

	.hub-home-search input {
		background: #fff;
		border-radius: 6px;
		width: 100%;
	}

	.hub-home-search button {
		width: 100%;
	}

	.hub-home-search:focus-within {
		outline: 0;
	}

	.hub-home-quick-links ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hub-home-quick-links li:nth-child(3) {
		border-right: 0;
	}

	.hub-home-quick-links li:nth-child(n + 3) {
		border-top: 1px solid var(--hub-line);
	}

	.hub-home-quick-links li:nth-child(2n) {
		border-right: 1px solid var(--hub-line);
	}

	.hub-home-quick-links a {
		min-height: 108px;
		padding: 16px 14px;
	}

	.hub-home-section {
		padding: 46px 0;
	}

	.hub-home-section__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.hub-home-section__heading h2,
	.hub-home-contribute h2,
	.hub-home-sponsor h2 {
		font-size: 1.7rem;
	}

	.hub-home-event-grid,
	.hub-home-card-grid {
		grid-template-columns: 1fr;
	}

	.hub-home-contribute__inner,
	.hub-home-sponsor__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.hub-home-contribute__actions {
		width: 100%;
	}

	.hub-home-contribute__actions .hub-button,
	.hub-home-sponsor .hub-button {
		justify-content: center;
		width: 100%;
	}

	.hub-search-results__form > div {
		align-items: stretch;
		flex-direction: column;
	}

	.hub-search-results__form .hub-button {
		justify-content: center;
	}
}
