@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/files/userFonts/_basicFonts/DM_Sans/DMSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/files/userFonts/_basicFonts/DM_Sans/DMSans-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "DM Serif Display";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/files/userFonts/_basicFonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Tenor Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/files/userFonts/_basicFonts/Tenor_Sans/TenorSans-Regular.ttf") format("truetype");
}

:root {
	color-scheme: light;
	--page-width: min(1200px, calc(100vw - 32px));
	--bg: #f6efe5;
	--bg-deep: #e7d7c4;
	--surface: rgba(255, 251, 245, 0.9);
	--surface-strong: #fffdfa;
	--surface-dark: #0d2430;
	--panel: #fffaf2;
	--ink: #12222d;
	--muted: #4d5d67;
	--accent: #b44932;
	--accent-dark: #7f2d20;
	--line: rgba(18, 34, 45, 0.1);
	--line-strong: rgba(18, 34, 45, 0.18);
	--shadow: 0 24px 80px rgba(18, 34, 45, 0.12);
}

html {
	scroll-behavior: smooth;
}

body[data-fast-page-rendering="true"],
body.club-page {
	margin: 0;
	min-height: 100%;
	font-family: "DM Sans", "Mulish", sans-serif;
	color: var(--ink);
	background:
		radial-gradient(circle at top left, rgba(180, 73, 50, 0.16), transparent 30%),
		radial-gradient(circle at top right, rgba(13, 36, 48, 0.16), transparent 32%),
		linear-gradient(180deg, #fbf6ee 0%, var(--bg) 48%, #efe4d5 100%);
}

body[data-fast-page-rendering="true"]::before,
body[data-fast-page-rendering="true"]::after,
body.club-page::before,
body.club-page::after {
	content: "";
	position: fixed;
	inset: auto;
	z-index: -1;
	pointer-events: none;
	border-radius: 999px;
	filter: blur(16px);
	opacity: 0.7;
}

body[data-fast-page-rendering="true"]::before,
body.club-page::before {
	width: 220px;
	height: 220px;
	top: 8vh;
	right: 7vw;
	background: rgba(180, 73, 50, 0.2);
}

body[data-fast-page-rendering="true"]::after,
body.club-page::after {
	width: 320px;
	height: 320px;
	bottom: 10vh;
	left: -80px;
	background: rgba(13, 36, 48, 0.12);
}

#body {
	position: relative;
	overflow-x: clip;
}

#container {
	width: var(--page-width);
	margin: 0 auto;
	padding: 22px 0 88px;
	display: grid;
	gap: 24px;
}

#container .layerContainer,
#group_214,
#element_658,
#element_656 .mobileMenuIcon {
	display: none !important;
}

#container .w-object,
#container .group,
#container .WSection,
#container .ww_footer {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	transform: none !important;
}

#container .content {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

#container > .WSection:not(#wSection_62),
#container > .ww_footer {
	overflow: clip;
	border: 1px solid var(--line);
	border-radius: 32px;
	background: var(--surface);
	box-shadow: var(--shadow);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

#container > .WSection:not(#wSection_62) > .content,
#container > .ww_footer > .content {
	padding: clamp(24px, 4vw, 42px);
	display: grid;
	gap: 22px;
}

#wSection_62 {
	position: sticky !important;
	top: 18px;
	z-index: 40;
	overflow: clip;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 32px;
	background: rgba(255, 252, 247, 0.82);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	box-shadow: 0 18px 50px rgba(18, 34, 45, 0.12);
}

#wSection_62 > .content {
	padding: 20px 22px;
	display: grid;
	gap: 18px;
}

#element_657 .ww_image_wrapper {
	display: flex;
	justify-content: center;
}

#element_657 img {
	width: 88px !important;
	height: 88px !important;
	padding: 12px;
	border-radius: 26px;
	object-fit: contain;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 230, 214, 0.96));
	box-shadow: 0 16px 32px rgba(18, 34, 45, 0.14);
}

#element_656 .ww_menu_content_wrapper,
#element_656 nav {
	width: 100% !important;
}

#element_656 .ww_menu_list {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#element_656 .ww_menu_item {
	position: relative;
	list-style: none;
}

#element_656 .ww_menu_item > .ww_menu_item_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--ink);
	background: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

#element_656 .ww_menu_item > .ww_menu_item_link .ww_menu_link_text {
	color: inherit !important;
}

#element_656 .ww_menu_item > .ww_menu_item_link:hover,
#element_656 .ww_menu_item > .ww_menu_item_link:focus-visible,
#element_656 .ww_menu_item:focus-within > .ww_menu_item_link {
	color: var(--accent-dark);
	border-color: rgba(180, 73, 50, 0.24);
	background: rgba(255, 248, 241, 0.98);
	transform: translateY(-1px);
}

#element_656 .ww_menu_item > ol {
	list-style: none;
	margin: 0;
	padding: 12px;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	min-width: 260px;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: rgba(255, 252, 247, 0.96);
	box-shadow: 0 18px 40px rgba(18, 34, 45, 0.12);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 160ms ease, transform 160ms ease;
}

#element_656 .ww_menu_item:hover > ol,
#element_656 .ww_menu_item:focus-within > ol {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

#element_656 .ww_menu_item > ol .ww_menu_item {
	width: 100%;
}

#element_656 .ww_menu_item > ol .ww_menu_item_link {
	width: 100%;
	min-height: 42px;
	justify-content: flex-start;
	padding: 0 14px;
	border-radius: 14px;
	font-size: 0.79rem;
	letter-spacing: 0.05em;
	text-transform: none;
}

.ww_text_wrapper {
	max-width: 72ch;
}

.ww_text_wrapper h1,
.ww_text_wrapper h2,
.ww_text_wrapper h3,
.feed_name {
	margin: 0 0 0.65rem;
	font-family: "DM Serif Display", "Tenor Sans", serif;
	color: var(--ink);
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.ww_text_wrapper h1 {
	font-size: clamp(3rem, 7vw, 5.4rem);
}

.ww_text_wrapper h2 {
	font-size: clamp(2.35rem, 5vw, 3.8rem);
}

.ww_text_wrapper h3 {
	font-size: clamp(1.2rem, 2.5vw, 1.85rem);
}

.ww_text_wrapper p,
.ww_text_wrapper li,
.feed_short,
.feed_date {
	margin: 0 0 1rem;
	color: var(--muted);
	font-size: clamp(1rem, 1.15vw, 1.08rem);
	line-height: 1.72;
}

.ww_text_wrapper a,
.custom_link {
	color: var(--accent-dark);
	font-weight: 700;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.feed_content {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	grid-auto-rows: 1fr;
	gap: 24px;
}

.feed_content > .feed_item {
	width: auto !important;
	height: auto !important;
	float: none !important;
	overflow: visible !important;
}

.feed_content > .clearBoth {
	display: none !important;
}

.feed_item,
.feed_name_link {
	height: 100%;
}

.feed_name_link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.feed_item_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--line);
	border-radius: 28px;
	background: var(--surface-strong);
	box-shadow: 0 20px 40px rgba(18, 34, 45, 0.08);
	overflow: clip;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feed_content[data-thumbnail-position="left"] .feed_item_wrapper,
.feed_content[data-thumbnail-position="right"] .feed_item_wrapper {
	display: flex !important;
	flex-direction: column !important;
}

.feed_content[data-thumbnail-position="left"] .feed_item_wrapper > .thumbnailWrapper,
.feed_content[data-thumbnail-position="right"] .feed_item_wrapper > .thumbnailWrapper {
	position: static !important;
	right: auto !important;
	left: auto !important;
	width: auto !important;
	max-width: none !important;
}

.feed_content .feed_item_wrapper > .headerWrapper,
.feed_content .feed_item_wrapper > .dateWrapper,
.feed_content .feed_item_wrapper > .shortWrapper,
.feed_content .feed_item_wrapper > .readMoreWrapper {
	width: 100% !important;
	max-width: none !important;
	align-self: stretch !important;
}

.feed_name_link:hover .feed_item_wrapper,
.feed_name_link:focus-visible .feed_item_wrapper {
	transform: translateY(-4px);
	border-color: rgba(180, 73, 50, 0.24);
	box-shadow: 0 30px 48px rgba(18, 34, 45, 0.12);
}

.feed_item_element_wrapper {
	padding-inline: 22px;
}

.feed_item_element_wrapper.thumbnailWrapper {
	padding: 14px;
}

.feed_thumbnail,
.feed_thumbnail_wrapper {
	width: 100%;
}

.feed_thumbnail {
	aspect-ratio: 4 / 3;
	overflow: clip;
	border-radius: 20px;
	background: linear-gradient(135deg, #d9b28e, #f7ead8);
}

.feed_thumbnail_image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover !important;
}

.feed_item_element_wrapper.headerWrapper {
	padding-top: 8px;
}

.feed_name {
	font-size: clamp(1.55rem, 2.2vw, 1.9rem);
}

.feed_content .feed_name,
.feed_content .feed_date,
.feed_content .feed_short,
.feed_content .feed_read_more {
	width: 100% !important;
	padding: 0 !important;
}

.feed_date {
	color: var(--accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: left;
}

.feed_short {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.readMoreWrapper {
	margin-top: auto;
	padding-bottom: 22px;
}

.feed_read_more {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.78rem 1rem;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.feed_pagination_wrapper {
	margin-top: 8px;
}

.feed_pagination_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.feed_pagination_icon {
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
}

.youtube-player-wrapper,
.ww_media_player_content,
.embedded_html_content iframe {
	width: 100%;
	border: 0;
	border-radius: 28px;
	overflow: clip;
	box-shadow: 0 24px 50px rgba(18, 34, 45, 0.12);
}

.youtube-player-wrapper {
	aspect-ratio: 16 / 9;
	background: #09141b;
}

.videoMock,
.youtubeVideo {
	width: 100% !important;
	height: 100% !important;
}

#footerGroup_pl {
	background: linear-gradient(135deg, #0d2430 0%, #143241 54%, #1c475a 100%) !important;
	border-color: rgba(255, 255, 255, 0.08) !important;
}

#footerGroup_pl > .content {
	padding: 0 !important;
}

#group_166 > .content {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	padding: clamp(28px, 4vw, 38px);
}

#group_166 .text_content,
#group_166 .ww_menu_content,
#group_167 {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

#group_166 .ww_text_wrapper h3 {
	font-family: "Tenor Sans", "DM Sans", sans-serif;
	color: #fff;
	font-size: 0.98rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

#group_166 .ww_text_wrapper p,
#group_166 .ww_text_wrapper span,
#group_166 .ww_text_wrapper font,
#group_166 .ww_text_wrapper a,
#group_166 .ww_menu_item_link {
	color: rgba(244, 240, 234, 0.84) !important;
}

#group_166 #element_648 .ww_menu_list {
	justify-content: flex-start;
	display: grid !important;
	gap: 8px;
}

#group_166 #element_648 .ww_menu_item > .ww_menu_item_link {
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

#group_166 #element_648 .ww_menu_item > .ww_menu_item_link:hover,
#group_166 #element_648 .ww_menu_item > .ww_menu_item_link:focus-visible {
	color: #fff !important;
	transform: none;
}

#group_167 > .content {
	display: flex !important;
	gap: 12px;
}

#group_167 .ww_image_wrapper a {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.08);
}

#group_167 img {
	width: 22px !important;
	height: 22px !important;
}

.club-page a {
	color: inherit;
}

.club-page .site-header,
.club-page .hero-panel,
.club-page .section-panel,
.club-page .cta-band,
.club-page .site-footer {
	overflow: clip;
	border: 1px solid var(--line);
	border-radius: 32px;
	background: var(--surface);
	box-shadow: var(--shadow);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.club-page .site-header {
	position: sticky;
	top: 18px;
	z-index: 40;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 18px 22px;
	background: rgba(255, 252, 247, 0.82);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
}

.club-page .site-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	color: var(--ink);
	min-width: 0;
}

.club-page .site-brand-mark {
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	padding: 10px;
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 230, 214, 0.96));
	box-shadow: 0 16px 32px rgba(18, 34, 45, 0.14);
}

.club-page .site-brand-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.club-page .site-brand-copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.club-page .site-brand-copy strong {
	font-family: "DM Serif Display", serif;
	font-size: 1.32rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--ink);
}

.club-page .site-brand-copy span {
	font-family: "Tenor Sans", sans-serif;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.club-page .site-nav a,
.club-page .site-cta,
.club-page .button,
.club-page .button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.club-page .site-nav a,
.club-page .site-cta,
.club-page .button-secondary {
	background: rgba(255, 255, 255, 0.58);
	color: var(--ink);
	border-color: rgba(255, 255, 255, 0.32);
}

.club-page .site-nav a.is-active,
.club-page .site-nav a:hover,
.club-page .site-nav a:focus-visible,
.club-page .site-cta:hover,
.club-page .site-cta:focus-visible,
.club-page .button-secondary:hover,
.club-page .button-secondary:focus-visible {
	color: var(--accent-dark);
	border-color: rgba(180, 73, 50, 0.22);
	background: rgba(255, 248, 241, 0.96);
	transform: translateY(-1px);
}

.club-page .button {
	background: var(--accent);
	color: #fff;
	border-color: transparent;
}

.club-page .button:hover,
.club-page .button:focus-visible {
	background: var(--accent-dark);
	transform: translateY(-1px);
}

.club-page .page-main {
	display: grid;
	gap: 24px;
}

.club-page .hero-panel,
.club-page .section-panel,
.club-page .cta-band {
	padding: clamp(28px, 4vw, 48px);
	gap: 24px;
}

.club-page .hero-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 250, 244, 0.94), rgba(255, 245, 235, 0.88));
}

.club-page .hero-panel--compact {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.club-page .hero-copy,
.club-page .section-heading {
	display: grid;
	gap: 12px;
	max-width: 72ch;
}

.club-page .eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	background: rgba(13, 36, 48, 0.06);
	color: var(--accent-dark);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	width: fit-content;
}

.club-page h1,
.club-page h2,
.club-page h3,
.club-page h4 {
	margin: 0;
	font-family: "DM Serif Display", serif;
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: var(--ink);
}

.club-page h1 {
	font-size: clamp(3rem, 7vw, 5.4rem);
}

.club-page--reports .club-hero h1,
.club-page--articles .club-hero h1,
.club-page--entry-report .club-hero h1,
.club-page--entry-article .club-hero h1 {
	font-size: clamp(1.5rem, 3.5vw, 2.7rem);
}

.club-page h2 {
	font-size: clamp(2.2rem, 4.8vw, 3.5rem);
}

.club-page h3 {
	font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.club-page p,
.club-page li,
.club-page dd,
.club-page dt {
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.75;
}

.club-page .lead {
	font-size: 1.08rem;
	line-height: 1.82;
}

.club-page .cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 6px;
}

.club-page .stat-strip,
.club-page .card-grid,
.club-page .info-grid,
.club-page .faq-grid {
	display: grid;
	gap: 18px;
}

.club-page .stat-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 10px;
}

.club-page .card-grid,
.club-page .faq-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.club-page .info-grid {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.club-page .stat-card,
.club-page .feature-card,
.club-page .info-card,
.club-page .faq-card,
.club-page .quote-panel,
.club-page .media-note,
.club-page .timeline-item {
	background: var(--surface-strong);
	border: 1px solid var(--line);
	border-radius: 26px;
	padding: 22px;
	box-shadow: 0 18px 36px rgba(18, 34, 45, 0.08);
}

.club-page .stat-card strong {
	display: block;
	font-family: "DM Serif Display", serif;
	font-size: 1.9rem;
	line-height: 1;
	color: var(--ink);
	margin-bottom: 8px;
}

.club-page .feature-card h3,
.club-page .info-card h3,
.club-page .faq-card h3,
.club-page .quote-panel h3 {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.club-page .home-news-list {
	display: grid;
	gap: 14px;
}

.club-page .home-news-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 18px 20px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: var(--surface-strong);
	box-shadow: 0 14px 28px rgba(18, 34, 45, 0.07);
}

.club-page .home-news-copy {
	min-width: 0;
	display: grid;
	gap: 8px;
}

.club-page .home-news-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	font-size: 0.82rem;
	color: var(--muted);
}

.club-page .home-news-type {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.42rem 0.75rem;
	border-radius: 999px;
	background: rgba(13, 36, 48, 0.08);
	color: var(--accent-dark);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.club-page .home-news-type--article {
	background: rgba(180, 73, 50, 0.1);
	color: var(--accent-dark);
}

.club-page .home-news-type--report {
	background: rgba(31, 111, 235, 0.1);
	color: #1f6feb;
}

.club-page .home-news-item h3 {
	margin: 0;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.1;
}

.club-page .home-news-summary {
	margin: 0;
	max-width: 72ch;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.club-page .home-news-link {
	min-height: 42px;
	padding: 0 14px;
	white-space: nowrap;
	flex-shrink: 0;
}

.club-page .home-news-empty {
	padding: 22px;
}

.club-page--home .club-home-modal .modal-dialog {
	max-width: min(760px, calc(100vw - 32px));
}

.club-page--home .club-home-modal .modal-content {
	border: 1px solid rgba(13, 36, 48, 0.12);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 28px 64px rgba(13, 36, 48, 0.22);
	overflow: hidden;
}

.club-page--home .club-home-modal__content--info {
	border-color: rgba(31, 111, 235, 0.18);
}

.club-page--home .club-home-modal__content--important {
	border-color: rgba(180, 73, 50, 0.22);
}

.club-page--home .club-home-modal__content--warning {
	border-color: rgba(184, 120, 18, 0.24);
}

.club-page--home .club-home-modal__header,
.club-page--home .club-home-modal__footer {
	padding: 24px 28px;
	border: 0;
}

.club-page--home .club-home-modal__header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
}

.club-page--home .club-home-modal__body {
	padding: 0 28px 8px;
	color: var(--ink);
	font-size: 1rem;
	line-height: 1.75;
}

.club-page--home .club-home-modal__body > :first-child {
	margin-top: 0;
}

.club-page--home .club-home-modal__body > :last-child {
	margin-bottom: 0;
}

.club-page--home .club-home-modal__body img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.club-page--home .club-home-modal__icon {
	width: 62px;
	height: 62px;
	display: grid;
	place-items: center;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--accent-dark);
	box-shadow: inset 0 0 0 1px rgba(13, 36, 48, 0.08);
}

.club-page--home .club-home-modal__content--info .club-home-modal__icon {
	color: #1f6feb;
}

.club-page--home .club-home-modal__content--important .club-home-modal__icon {
	color: var(--accent-dark);
}

.club-page--home .club-home-modal__content--warning .club-home-modal__icon {
	color: #b87812;
}

.club-page--home .club-home-modal__icon svg {
	width: 30px;
	height: 30px;
}

.club-page--home .club-home-modal__heading {
	min-width: 0;
	display: grid;
	gap: 10px;
}

.club-page--home .club-home-modal__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.45rem 0.82rem;
	border-radius: 999px;
	background: rgba(13, 36, 48, 0.08);
	color: var(--accent-dark);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.club-page--home .club-home-modal__content--info .club-home-modal__badge {
	background: rgba(31, 111, 235, 0.1);
	color: #1f6feb;
}

.club-page--home .club-home-modal__content--important .club-home-modal__badge {
	background: rgba(180, 73, 50, 0.1);
	color: var(--accent-dark);
}

.club-page--home .club-home-modal__content--warning .club-home-modal__badge {
	background: rgba(184, 120, 18, 0.12);
	color: #9b6508;
}

.club-page--home .club-home-modal__heading h2 {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	line-height: 1.05;
	color: var(--ink);
}

.club-page--home .club-home-modal__meta {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	font-size: 0.86rem;
	color: var(--muted);
}

.club-page--home .club-home-modal__footer {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
}

.club-page--home .club-home-modal .btn-close {
	margin: 0;
	padding: 0.5rem;
	border-radius: 999px;
	background-size: 14px;
	box-shadow: inset 0 0 0 1px rgba(13, 36, 48, 0.08);
}

.club-page .split-layout,
.club-page .contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.club-page .media-stack,
.club-page .content-stack,
.club-page .timeline,
.club-page .faq-stack,
.club-page .contact-stack {
	display: grid;
	gap: 18px;
}

.club-page .media-frame {
	min-height: 360px;
	border-radius: 28px;
	overflow: clip;
	background: linear-gradient(135deg, rgba(180, 73, 50, 0.18), rgba(13, 36, 48, 0.08));
	box-shadow: 0 24px 50px rgba(18, 34, 45, 0.12);
}

.club-page .media-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.club-page .highlight-list,
.club-page .footer-menu,
.club-page .schedule-list,
.club-page .steps-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

.club-page .highlight-list li,
.club-page .steps-list li,
.club-page .schedule-list li {
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.48);
}

.club-page .steps-list li {
	display: grid;
	gap: 6px;
}

.club-page .schedule-list li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.club-page .steps-list li strong,
.club-page .schedule-list li strong {
	color: var(--ink);
	font-size: 1rem;
}

.club-page .timeline-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	align-items: start;
}

.club-page .timeline-marker {
	width: 12px;
	height: 12px;
	margin-top: 10px;
	border-radius: 999px;
	background: var(--accent);
	box-shadow: 0 0 0 8px rgba(180, 73, 50, 0.12);
}

.club-page .timeline-copy {
	display: grid;
	gap: 6px;
}

.club-page .contact-form {
	display: grid;
	gap: 14px;
}

.club-page .form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.club-page .contact-form label {
	display: grid;
	gap: 8px;
	font-weight: 700;
	color: var(--ink);
}

.club-page .contact-form input,
.club-page .contact-form textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid var(--line-strong);
	background: rgba(255, 255, 255, 0.9);
	font: inherit;
	color: var(--ink);
	box-sizing: border-box;
}

.club-page .contact-form textarea {
	min-height: 170px;
	resize: vertical;
}

.club-page .contact-form input:focus,
.club-page .contact-form textarea:focus {
	outline: 2px solid rgba(180, 73, 50, 0.2);
	outline-offset: 2px;
	border-color: rgba(180, 73, 50, 0.35);
}

.club-page .form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.club-page .form-status {
	min-height: 1.4em;
	font-size: 0.95rem;
	color: var(--muted);
}

.club-page .form-status[data-state="success"] {
	color: #1b6d53;
}

.club-page .form-status[data-state="error"] {
	color: var(--accent-dark);
}

.club-page .cta-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	background: linear-gradient(135deg, rgba(13, 36, 48, 0.94), rgba(28, 71, 90, 0.92));
	border-color: rgba(255, 255, 255, 0.08);
}

.club-page .cta-band h2,
.club-page .cta-band p {
	color: #fff;
}

.club-page .cta-band p {
	margin: 8px 0 0;
	max-width: 56ch;
	color: rgba(244, 240, 234, 0.84);
}

.club-page .site-footer {
	padding: clamp(28px, 4vw, 38px);
	background: linear-gradient(135deg, #0d2430 0%, #143241 54%, #1c475a 100%);
	border-color: rgba(255, 255, 255, 0.08);
	color: rgba(244, 240, 234, 0.84);
	box-shadow: 0 24px 64px rgba(13, 36, 48, 0.28);
}

.club-page .site-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.club-page .site-footer h3 {
	margin-bottom: 12px;
	font-family: "Tenor Sans", sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #fff;
}

.club-page .site-footer p,
.club-page .site-footer li,
.club-page .site-footer a {
	color: rgba(244, 240, 234, 0.84);
	text-decoration: none;
	margin: 0;
}

.club-page .site-footer a:hover,
.club-page .site-footer a:focus-visible {
	color: #fff;
}

.club-page .social-row {
	display: flex;
	gap: 12px;
	padding-top: 4px;
}

.club-page .social-row a {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.08);
	text-decoration: none;
	color: #fff;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.club-page .social-row a:hover,
.club-page .social-row a:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.14);
}

.club-page .social-row a svg {
	width: 22px;
	height: 22px;
	display: block;
	fill: #ff4d4d;
}

.club-page .social-row .social-link-facebook {
	color: #8ec5ff;
}

.club-page .social-row .social-link-youtube {
	color: #ff4d4d;
}

.club-page .social-row .social-link-facebook svg,
.club-page .social-row .social-link-youtube svg {
	fill: currentColor;
}

.club-page .social-row .social-link-youtube .social-link-youtube-play {
	fill: #fff;
}

@media (max-width: 960px) {
	#group_166 > .content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#element_656 .ww_menu_item > ol {
		position: static;
		min-width: 100%;
		padding: 8px 0 0;
		border: 0;
		box-shadow: none;
		background: transparent;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	#element_656 .ww_menu_item > ol .ww_menu_item_link {
		background: rgba(255, 255, 255, 0.72);
	}

	.club-page .site-header,
	.club-page .hero-panel,
	.club-page .hero-panel--compact,
	.club-page .split-layout,
	.club-page .contact-grid,
	.club-page .cta-band {
		grid-template-columns: 1fr;
	}

	.club-page .stat-strip,
	.club-page .site-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	#container {
		width: min(100vw - 20px, 100%);
		padding-top: 14px;
		gap: 18px;
	}

	#wSection_62 {
		top: 10px;
	}

	#wSection_62 > .content,
	#container > .WSection:not(#wSection_62) > .content {
		padding: 18px;
	}

	#element_656 .ww_menu_list {
		justify-content: stretch;
	}

	#element_656 .ww_menu_item,
	#element_656 .ww_menu_item > .ww_menu_item_link {
		width: 100%;
	}

	#group_166 > .content {
		grid-template-columns: 1fr;
	}

	body.club-page #container {
		width: min(100vw - 20px, 100%);
	}

	.club-page .site-header {
		top: 10px;
		padding: 16px;
	}

	.club-page .site-brand-copy strong {
		font-size: 1.2rem;
	}

	.club-page .hero-panel,
	.club-page .section-panel,
	.club-page .cta-band,
	.club-page .site-footer {
		padding: 18px;
	}

	.club-page .form-row,
	.club-page .stat-strip,
	.club-page .site-footer-grid {
		grid-template-columns: 1fr;
	}

	.club-page .site-nav a,
	.club-page .site-cta,
	.club-page .button,
	.club-page .button-secondary {
		width: 100%;
	}

	.club-page .home-news-item {
		grid-template-columns: 1fr;
	}

	.club-page--home .club-home-modal__header {
		grid-template-columns: 1fr auto;
	}

	.club-page--home .club-home-modal__icon {
		grid-column: 1 / -1;
	}

	.club-page--home .club-home-modal__footer {
		flex-direction: column-reverse;
	}

	.club-page--home .club-home-modal__footer .button,
	.club-page--home .club-home-modal__footer .button-secondary {
		width: 100%;
	}

	.club-page .home-news-link {
		width: fit-content;
	}

	.club-page .schedule-list li {
		flex-direction: column;
	}
}

	.club-page {
		--bs-body-font-family: "DM Sans", sans-serif;
		--bs-body-color: var(--muted);
		--bs-body-bg: transparent;
		--bs-border-color: var(--line);
		--bs-primary: #b44932;
		--bs-primary-rgb: 180, 73, 50;
		--bs-secondary: #0d2430;
		--bs-secondary-rgb: 13, 36, 48;
		--bs-link-color: var(--accent-dark);
		--bs-link-hover-color: #8f3523;
	}

	.club-page .club-shell {
		display: grid;
		gap: clamp(20px, 3vw, 28px);
	}

	.club-page .club-navbar {
		border: 1px solid rgba(13, 36, 48, 0.08);
		border-radius: 28px;
		background: rgba(255, 250, 244, 0.92);
		-webkit-backdrop-filter: blur(18px);
		backdrop-filter: blur(18px);
		box-shadow: 0 18px 44px rgba(13, 36, 48, 0.12);
		padding: 0.85rem 1.1rem;
	}

	.club-page .club-navbar .navbar-brand {
		display: inline-flex;
		align-items: center;
		gap: 14px;
		min-width: 0;
		color: var(--ink);
		text-decoration: none;
	}

	.club-page .club-navbar .navbar-brand-logo {
		width: 64px;
		height: 64px;
		display: grid;
		place-items: center;
		padding: 10px;
		border-radius: 20px;
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 230, 214, 0.96));
		box-shadow: 0 16px 32px rgba(18, 34, 45, 0.14);
		flex-shrink: 0;
	}

	.club-page .club-navbar .navbar-brand-logo img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		display: block;
	}

	.club-page .club-navbar .navbar-brand-copy {
		display: grid;
		gap: 2px;
		min-width: 0;
	}

	.club-page .club-navbar .navbar-brand-copy strong {
		font-family: "DM Serif Display", serif;
		font-size: 1.32rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: -0.04em;
		color: var(--ink);
	}

	.club-page .club-navbar .navbar-brand-copy span {
		font-family: "Tenor Sans", sans-serif;
		font-size: 0.74rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--accent-dark);
	}

	.club-page .club-navbar .navbar-toggler {
		border: 1px solid rgba(13, 36, 48, 0.1);
		border-radius: 16px;
		padding: 0.55rem 0.75rem;
		box-shadow: none;
	}

	.club-page .club-navbar .nav-link {
		padding: 0.68rem 1rem;
		border-radius: 999px;
		font-weight: 700;
		color: var(--ink);
		transition: background 180ms ease, color 180ms ease, transform 180ms ease;
	}

	.club-page .club-navbar .nav-link:hover,
	.club-page .club-navbar .nav-link:focus-visible,
	.club-page .club-navbar .nav-link.active {
		background: rgba(180, 73, 50, 0.12);
		color: var(--accent-dark);
		transform: translateY(-1px);
	}

	.club-page .club-navbar .navbar-cta {
		border-radius: 999px;
		padding-inline: 1.1rem;
		font-weight: 700;
		box-shadow: 0 14px 28px rgba(180, 73, 50, 0.18);
	}

	.club-page .club-hero,
	.club-page .club-section,
	.club-page .club-banner,
	.club-page .club-modal-panel {
		border: 1px solid var(--line);
		border-radius: 32px;
		background: rgba(255, 250, 244, 0.9);
		box-shadow: 0 20px 48px rgba(13, 36, 48, 0.1);
		padding: clamp(22px, 4vw, 38px);
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
	}

	.club-page .club-hero {
		background: linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(255, 242, 228, 0.9));
		overflow: clip;
	}

	.club-page .club-badge {
		display: inline-flex;
		align-items: center;
		gap: 0.55rem;
		padding: 0.55rem 0.9rem;
		border-radius: 999px;
		background: rgba(13, 36, 48, 0.06);
		font-size: 0.76rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: var(--accent-dark);
	}

	.club-page .club-kicker {
		font-family: "Tenor Sans", sans-serif;
		font-size: 0.78rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: var(--accent-dark);
		margin-bottom: 0.85rem;
	}

	.club-page .club-lead {
		max-width: 64ch;
		font-size: 1.08rem;
		line-height: 1.9;
		color: var(--muted);
	}

	.club-page .club-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.85rem;
		margin-top: 1.5rem;
	}

	.club-page .club-actions .btn,
	.club-page .club-chip,
	.club-page .club-download-link {
		border-radius: 999px;
		font-weight: 700;
	}

	.club-page .club-metrics {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
		gap: 1rem;
		margin-top: 1.8rem;
	}

	.club-page .club-metric,
	.club-page .club-card,
	.club-page .club-sidecard,
	.club-page .club-download-card,
	.club-page .club-table-wrap {
		border: 1px solid rgba(13, 36, 48, 0.08);
		border-radius: 24px;
		background: rgba(255, 255, 255, 0.72);
		padding: 1.2rem;
		box-shadow: 0 14px 30px rgba(13, 36, 48, 0.08);
	}

	.club-page .club-metric strong {
		display: block;
		font-family: "DM Serif Display", serif;
		font-size: 2rem;
		line-height: 1;
		color: var(--ink);
		margin-bottom: 0.45rem;
	}

	.club-page .club-card-grid,
	.club-page .club-gallery-grid,
	.club-page .club-video-grid,
	.club-page .club-article-gallery,
	.club-page .club-download-grid {
		display: grid;
		gap: 1.15rem;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}

	.club-page .club-news-grid {
		display: grid;
		gap: 1.15rem;
	}

	.club-page .club-news-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
		align-items: stretch;
		gap: 1rem;
		padding: 0;
		overflow: clip;
	}

	.club-page .club-news-card > .club-news-media {
		min-height: clamp(120px, 14vw, 180px);
		height: 100%;
	}

	.club-page .club-news-card img,
	.club-page .club-gallery-card img,
	.club-page .club-video-preview img,
	.club-page .club-article-hero img,
	.club-page .club-sidecard img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.club-page .club-news-media,
	.club-page .club-gallery-media,
	.club-page .club-article-hero,
	.club-page .club-sidecard-media {
		border-radius: 22px;
		overflow: clip;
		background: linear-gradient(135deg, rgba(180, 73, 50, 0.18), rgba(13, 36, 48, 0.12));
		min-height: 220px;
	}

	.club-page .club-sidecard-media iframe {
		width: 100%;
		height: 100%;
		min-height: inherit;
		border: 0;
		display: block;
	}

	.club-page .club-contact-map {
		min-height: 180px;
	}

	.club-page .club-gallery-card {
		padding: 0;
		cursor: pointer;
		overflow: clip;
	}

	.club-page .club-gallery-card .club-gallery-media {
		min-height: 0;
		height: auto;
		background: transparent;
	}

	.club-page .club-gallery-card img {
		height: auto;
	}

	.club-page .club-gallery-card .club-gallery-caption {
		padding: 1rem 1rem 1.1rem;
		font-weight: 700;
		color: var(--ink);
		background: rgba(255, 255, 255, 0.9);
	}

	.club-page .club-card-body,
	.club-page .club-news-content,
	.club-page .club-download-body,
	.club-page .club-sidecard-body {
		display: grid;
		gap: 0.8rem;
		padding: 0 1.2rem 1.2rem;
	}

	.club-page .club-download-body,
	.club-page .club-sidecard-body,
	.club-page .club-card-body {
		padding: 0;
	}

	.club-page .club-news-card > .club-news-content {
		align-content: center;
		padding: 1rem 1.2rem 1rem 0;
	}

	.club-page .club-news-card > .club-news-content:first-child:last-child {
		grid-column: 1 / -1;
		padding-left: 1.2rem;
	}

	.club-page .club-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 0.75rem;
		font-size: 0.84rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: var(--accent-dark);
	}

	.club-page .club-card h3,
	.club-page .club-news-card h3,
	.club-page .club-download-card h3,
	.club-page .club-sidecard h3,
	.club-page .club-video-card h3 {
		font-size: clamp(1.35rem, 2vw, 1.8rem);
		line-height: 1.06;
		margin: 0;
	}

	.club-page .club-split {
		display: grid;
		grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
		gap: 1.2rem;
		align-items: start;
	}

	.club-page .club-richtext,
	.club-page .club-article-body {
		display: grid;
		gap: 1rem;
		max-width: 74ch;
	}

	.club-page .club-richtext h2,
	.club-page .club-article-body h2 {
		font-size: clamp(1.8rem, 3vw, 2.4rem);
		line-height: 1.02;
		margin-top: 0.65rem;
	}

	.club-page .club-richtext ul,
	.club-page .club-article-body ul {
		margin: 0;
		padding-left: 1.2rem;
		color: var(--muted);
		line-height: 1.8;
	}

	.club-page .club-table-wrap {
		overflow-x: auto;
	}

	.club-page .club-table-wrap table {
		min-width: 540px;
		margin: 0;
		color: var(--ink);
	}

	.club-page .club-table-wrap th {
		font-family: "Tenor Sans", sans-serif;
		font-size: 0.78rem;
		letter-spacing: 0.14em;
		text-transform: uppercase;
		color: var(--accent-dark);
		border-bottom-width: 1px;
	}

	.club-page .club-download-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		padding: 0.85rem 1rem;
		text-decoration: none;
		background: rgba(180, 73, 50, 0.1);
		color: var(--accent-dark);
		border: 1px solid rgba(180, 73, 50, 0.18);
	}

	.club-page .club-download-link:hover,
	.club-page .club-download-link:focus-visible,
	.club-page .club-chip:hover,
	.club-page .club-chip:focus-visible {
		background: rgba(180, 73, 50, 0.16);
		color: #8f3523;
	}

	.club-page .club-chip {
		display: inline-flex;
		align-items: center;
		gap: 0.45rem;
		padding: 0.65rem 0.9rem;
		text-decoration: none;
		background: rgba(13, 36, 48, 0.06);
		color: var(--ink);
		border: 1px solid rgba(13, 36, 48, 0.08);
	}

	.club-page .club-video-card .ratio,
	.club-page .club-modal-media {
		border-radius: 22px;
		overflow: clip;
		background: #000;
	}

	.club-page .club-video-trigger {
		display: grid;
		gap: 0.9rem;
		height: 100%;
		color: inherit;
		text-decoration: none;
	}

	.club-page .club-video-preview {
		position: relative;
		margin-bottom: 0 !important;
		background: linear-gradient(135deg, rgba(180, 73, 50, 0.22), rgba(13, 36, 48, 0.32));
	}

	.club-page .club-video-overlay {
		position: absolute;
		inset: 0;
		display: grid;
		place-items: center;
		gap: 0.85rem;
		padding: 1rem;
		text-align: center;
		color: #fff;
		background: linear-gradient(180deg, rgba(13, 36, 48, 0.1), rgba(13, 36, 48, 0.62));
		transition: background 180ms ease, transform 180ms ease;
	}

	.club-page .club-video-play {
		display: grid;
		place-items: center;
		width: 72px;
		height: 72px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.18);
		border: 1px solid rgba(255, 255, 255, 0.34);
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
		transition: transform 180ms ease, background-color 180ms ease;
	}

	.club-page .club-video-play::before {
		content: "";
		margin-left: 4px;
		border-style: solid;
		border-width: 12px 0 12px 20px;
		border-color: transparent transparent transparent #fff;
	}

	.club-page .club-video-overlay-text {
		font-family: "Tenor Sans", sans-serif;
		font-size: 0.8rem;
		font-weight: 700;
		letter-spacing: 0.16em;
		text-transform: uppercase;
	}

	.club-page .club-video-trigger:hover .club-video-overlay,
	.club-page .club-video-trigger:focus-visible .club-video-overlay {
		background: linear-gradient(180deg, rgba(13, 36, 48, 0.04), rgba(13, 36, 48, 0.76));
	}

	.club-page .club-video-trigger:hover .club-video-play,
	.club-page .club-video-trigger:focus-visible .club-video-play {
		transform: scale(1.04);
		background: rgba(255, 255, 255, 0.24);
	}

	.club-page .club-video-trigger:focus-visible {
		outline: none;
	}

	.club-page .club-video-trigger:focus-visible .club-video-preview {
		box-shadow: 0 0 0 3px rgba(180, 73, 50, 0.24);
	}

	.club-page .club-video-preview img,
	.club-page .club-modal-media img,
	.club-page .club-modal-media iframe {
		width: 100%;
		height: 100%;
		border: 0;
		display: block;
	}

	.club-page .club-gallery-modal-media {
		display: grid;
		place-items: center;
		position: relative;
		height: min(72vh, 640px);
		min-height: min(72vh, 640px);
		padding: clamp(0.85rem, 2vw, 1.1rem) clamp(3.4rem, 7vw, 5.4rem);
	}

	.club-page .club-gallery-modal-media img {
		width: auto;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		margin-inline: auto;
	}

	.club-page .club-gallery-modal-nav {
		position: absolute;
		top: 50%;
		z-index: 1;
		display: grid;
		place-items: center;
		width: 48px;
		height: 48px;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 999px;
		background: rgba(13, 36, 48, 0.78);
		color: #fff;
		font-size: 2rem;
		line-height: 1;
		transform: translateY(-50%);
		transition: transform 180ms ease, background-color 180ms ease, opacity 180ms ease;
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
	}

	.club-page .club-gallery-modal-nav:hover,
	.club-page .club-gallery-modal-nav:focus-visible {
		background: rgba(13, 36, 48, 0.92);
		transform: translateY(-50%) scale(1.04);
	}

	.club-page .club-gallery-modal-nav:disabled,
	.club-page .club-gallery-modal-nav[hidden] {
		opacity: 0;
		pointer-events: none;
	}

	.club-page .club-gallery-modal-nav:focus-visible {
		outline: 2px solid rgba(255, 255, 255, 0.5);
		outline-offset: 2px;
	}

	.club-page .club-gallery-modal-nav span {
		display: block;
		transform: translateY(-2px);
	}

	.club-page .club-gallery-modal-nav-prev {
		left: clamp(10px, 2vw, 18px);
	}

	.club-page .club-gallery-modal-nav-next {
		right: clamp(10px, 2vw, 18px);
	}

	.club-page #galleryModal .club-modal-panel {
		padding: 0;
		overflow: hidden;
	}

	.club-page #galleryModal .modal-header {
		position: absolute;
		top: clamp(12px, 2vw, 18px);
		right: clamp(12px, 2vw, 18px);
		z-index: 3;
		padding: 0;
	}

	.club-page #galleryModal .modal-body {
		display: grid;
		grid-template-rows: minmax(0, 1fr) auto;
		gap: 0;
		min-height: min(86dvh, 820px);
		padding: 0;
	}

	.club-page #galleryModal .club-gallery-modal-media {
		height: 100%;
		min-height: 0;
		margin-bottom: 0 !important;
		padding: 0;
		border-radius: 0;
		background: transparent;
		touch-action: none;
		overscroll-behavior: contain;
	}

	.club-page #galleryModal .club-gallery-modal-media img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.club-page #galleryModal [data-gallery-modal-caption] {
		padding: 0.9rem 1.25rem 1rem;
	}

	.club-page .club-video-modal .club-modal-panel {
		position: relative;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.club-page .club-video-modal .modal-content {
		background: transparent;
	}

	.club-page .club-video-modal .modal-body {
		padding: 0;
	}

	.club-page .club-video-modal .club-modal-media {
		border-radius: 28px;
		box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	}

	.club-page .club-video-modal .club-video-modal-close {
		position: absolute;
		top: 14px;
		right: 14px;
		z-index: 2;
		width: 46px;
		height: 46px;
		border-radius: 999px;
		background: rgba(13, 36, 48, 0.78);
		border: 1px solid rgba(255, 255, 255, 0.18);
		filter: none;
		opacity: 1;
		transition: transform 180ms ease, background-color 180ms ease;
	}

	.club-page .club-video-modal .club-video-modal-close:hover,
	.club-page .club-video-modal .club-video-modal-close:focus-visible {
		background: rgba(13, 36, 48, 0.9);
		transform: scale(1.04);
	}

	.club-page .club-alert {
		border: 1px solid rgba(180, 73, 50, 0.18);
		border-radius: 22px;
		background: rgba(255, 244, 238, 0.9);
		color: var(--ink);
		padding: 1rem 1.15rem;
	}

	.club-page .club-empty-state {
		display: grid;
		gap: 0.85rem;
		place-items: start;
		padding: 1.3rem;
		border-radius: 24px;
		background: rgba(13, 36, 48, 0.04);
		border: 1px dashed rgba(13, 36, 48, 0.18);
	}

	.club-page .club-footer {
		padding: clamp(28px, 4vw, 38px);
		background: linear-gradient(135deg, #0d2430 0%, #143241 54%, #1c475a 100%);
		border-color: rgba(255, 255, 255, 0.08);
		color: rgba(244, 240, 234, 0.84);
		box-shadow: 0 24px 64px rgba(13, 36, 48, 0.28);
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 32px;
		overflow: clip;
		-webkit-backdrop-filter: blur(18px);
		backdrop-filter: blur(18px);
	}

	.club-page .club-footer a,
	.club-page .club-footer p,
	.club-page .club-footer li {
		color: rgba(244, 240, 234, 0.84);
		text-decoration: none;
		margin: 0;
	}

	.club-page .club-footer a:hover,
	.club-page .club-footer a:focus-visible {
		color: #fff;
	}

	.club-page .club-footer h3 {
		font-family: "Tenor Sans", sans-serif;
		font-size: 0.95rem;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 12px;
	}

	.club-page .club-footer .site-footer-grid > section {
		display: grid;
		gap: 0.55rem;
		align-content: start;
	}

	.club-page .club-footer .club-social {
		display: flex;
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.club-page .club-footer .club-social a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.75rem 0.95rem;
		border-radius: 999px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background: rgba(255, 255, 255, 0.08);
		font-size: 0.76rem;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.club-page .club-modal .modal-content {
		border: 0;
		border-radius: 28px;
		background: transparent;
		box-shadow: none;
	}

	.club-page .club-modal .modal-header {
		border: 0;
		padding-bottom: 0;
		color: #fff;
	}

	.club-page .club-modal .btn-close {
		filter: invert(1);
		box-shadow: none;
	}

	.club-page .club-modal .modal-body {
		padding-top: 0;
		color: #fff;
		text-align: center;
		font-weight: 600;
	}

	@media (max-width: 991px) {
		.club-page .club-navbar .container-fluid {
			align-items: center;
		}

		.club-page .club-navbar .navbar-brand {
			max-width: calc(100% - 84px);
		}

		.club-page .club-navbar .navbar-toggler {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			margin-left: auto;
		}

		.club-page .club-navbar .navbar-collapse {
			display: none;
			width: 100%;
			padding-top: 1rem;
			flex-direction: column;
			align-items: flex-start;
		}

		.club-page .club-navbar .navbar-collapse.show {
			display: flex;
		}

		.club-page .club-navbar .navbar-nav {
			gap: 0.35rem;
			width: 100%;
			margin-left: 0 !important;
			margin-right: 0;
			align-items: stretch !important;
		}

		.club-page .club-navbar .nav-link {
			width: 100%;
			text-align: left;
		}

		.club-page .club-navbar .navbar-cta {
			margin-top: 0.8rem;
			width: 100%;
			margin-left: 0 !important;
		}

		.club-page .club-split {
			grid-template-columns: 1fr;
		}
	}

	@media (max-width: 767px) {
		.club-page .club-news-card {
			grid-template-columns: 1fr;
		}

		.club-page .club-news-card > .club-news-content {
			padding: 0 1.1rem 1.1rem;
		}

		.club-page .club-news-card > .club-news-content:first-child:last-child {
			grid-column: auto;
			padding-left: 1.1rem;
		}

		.club-page .club-navbar,
		.club-page .club-hero,
		.club-page .club-section,
		.club-page .club-banner,
		.club-page .club-modal-panel {
			padding: 1.1rem;
			border-radius: 24px;
		}

		.club-page .club-footer {
			padding: 18px;
		}

		.club-page .club-gallery-grid,
		.club-page .club-video-grid,
		.club-page .club-article-gallery,
		.club-page .club-download-grid,
		.club-page .club-card-grid {
			grid-template-columns: 1fr;
		}

		.club-page .club-news-media,
		.club-page .club-gallery-media,
		.club-page .club-article-hero,
		.club-page .club-sidecard-media {
			min-height: 180px;
		}

		.club-page .club-navbar .navbar-brand {
			gap: 10px;
			max-width: calc(100% - 82px);
		}

		.club-page .club-navbar .navbar-brand-logo {
			width: 56px;
			height: 56px;
			padding: 8px;
			border-radius: 18px;
		}

		.club-page .club-navbar .navbar-brand-copy strong {
			font-size: 1.1rem;
		}

		.club-page .club-navbar .navbar-brand-copy span {
			font-size: 0.68rem;
			letter-spacing: 0.14em;
		}

		.club-page .club-video-play {
			width: 64px;
			height: 64px;
		}

		.club-page .club-video-play::before {
			border-width: 10px 0 10px 17px;
		}

		.club-page .club-video-modal .club-modal-panel {
			min-height: 100dvh;
			border-radius: 0;
		}

		.club-page .club-video-modal .club-modal-media {
			height: 100dvh;
			border-radius: 0;
			box-shadow: none;
		}

		.club-page #galleryModal .modal-dialog,
		.club-page #galleryModal .modal-content,
		.club-page #galleryModal .club-modal-panel {
			min-height: 100dvh;
			border-radius: 0;
		}

		.club-page #galleryModal .club-modal-panel {
			padding: 0;
			border: 0;
			background: rgba(4, 10, 14, 0.96);
			box-shadow: none;
			-webkit-backdrop-filter: none;
			backdrop-filter: none;
		}

		.club-page #galleryModal .modal-header {
			position: absolute;
			top: max(12px, env(safe-area-inset-top, 0px) + 4px);
			right: max(12px, env(safe-area-inset-right, 0px) + 4px);
			z-index: 3;
			padding: 0;
		}

		.club-page #galleryModal .btn-close {
			width: 48px;
			height: 48px;
			margin: 0;
			border-radius: 999px;
			background-color: rgba(13, 36, 48, 0.78);
			opacity: 1;
			-webkit-backdrop-filter: blur(16px);
			backdrop-filter: blur(16px);
		}

		.club-page #galleryModal .modal-body {
			display: grid;
			grid-template-rows: minmax(0, 1fr);
			min-height: 100dvh;
			padding: 0;
		}

		.club-page .club-gallery-modal-media {
			min-height: calc(100dvh - 180px);
			padding-inline: 3rem;
		}

		.club-page .club-gallery-modal-media img {
			max-height: calc(100dvh - 210px);
		}

		.club-page #galleryModal .club-gallery-modal-media {
			height: 100dvh;
			min-height: 100dvh;
			margin-bottom: 0 !important;
			padding: 0;
			border-radius: 0;
			background: transparent;
		}

		.club-page #galleryModal .club-gallery-modal-media img {
			width: auto;
			height: auto;
			max-width: 100vw;
			max-height: 100dvh;
			object-fit: contain;
		}

		.club-page .club-gallery-modal-nav {
			width: 44px;
			height: 44px;
			font-size: 1.75rem;
		}

		.club-page #galleryModal .club-gallery-modal-nav,
		.club-page #galleryModal [data-gallery-modal-caption] {
			display: none !important;
		}

		.club-page .club-video-modal .club-video-modal-close {
			top: max(12px, env(safe-area-inset-top, 0px) + 8px);
			right: max(12px, env(safe-area-inset-right, 0px) + 8px);
		}
	}
