/*
Theme Name: District Limburg-Zuid
Author: District Limburg-Zuid
Description: Het toegankelijke WordPress-thema voor KNBB District Limburg-Zuid, met evenementen, kalender, nieuws en galerijen.
Version: 1.17.4
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: district-biljart
*/

:root {
	--ink: #0b2d35;
	--green: #0b2d35;
	--green-deep: #061f25;
	--mint: #e6eef0;
	--cream: #f7f4ee;
	--sand: #edd5d6;
	--coral: #c4121a;
	--paper: #fbfaf7;
	--white: #fff;
	--line: rgba(20, 44, 41, .14);
	--warm: #efe0c4;
	--news-bg: #f1f2ed;
}

.season-lente { --ink: #17372f; --green: #16503e; --green-deep: #0b332b; --mint: #e0efe2; --cream: #fff9ee; --sand: #f1d9d7; --paper: #fbfcf7; --line: rgba(23, 55, 47, .14); --warm: #f1e3bd; --news-bg: #eef5ed; }
.season-zomer { --ink: #0b2d35; --green: #0b3940; --green-deep: #06272d; --mint: #dceef0; --cream: #fff9ec; --sand: #f0ddbf; --paper: #fffdf7; --line: rgba(11, 45, 53, .14); --warm: #f4dfae; --news-bg: #f0f5f2; }
.season-herfst { --ink: #3b2d23; --green: #344331; --green-deep: #202a23; --mint: #e9e2d4; --cream: #fbf3e6; --sand: #d8ad67; --paper: #fcf8f1; --line: rgba(59, 45, 35, .16); --warm: #e6c690; --news-bg: #f2ece1; }
.season-winter { --ink: #102e38; --green: #173947; --green-deep: #0a2530; --mint: #e2edf2; --cream: #f7f8f6; --sand: #dbe4ea; --paper: #f7fafb; --line: rgba(16, 46, 56, .14); --warm: #e8e1d5; --news-bg: #eef3f5; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
svg { width: 1.1em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 48px)); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: var(--ink); }
:focus-visible { outline: 3px solid #f5bf45; outline-offset: 3px; }
.utility-bar { background: var(--green-deep); color: rgba(255, 255, 255, .76); font-size: 12px; letter-spacing: .035em; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner div { display: flex; gap: 25px; }
.utility-bar a:hover { color: var(--white); }
.site-header { position: relative; z-index: 20; background: var(--white); border-bottom: 1px solid rgba(0, 0, 0, .06); }
.header-inner { position: relative; height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand, .custom-logo-link { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-logo { width: 52px; height: 53px; object-fit: contain; }
.custom-logo-link img { display: block; width: auto; max-height: 58px; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .3); }
.brand-mark span { font-size: 18px; font-weight: 800; }
.brand-copy { display: flex; flex-direction: column; font-size: 18px; line-height: .95; letter-spacing: -.035em; }
.brand-copy span { margin-top: 5px; color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav ul, .mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.desktop-nav > ul { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); font-size: 14px; font-weight: 700; }
.desktop-nav li { position: relative; }
.desktop-nav a { display: block; position: relative; padding: 32px 0; }
.desktop-nav > ul > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--coral); transition: right .2s ease; }
.desktop-nav > ul > li > a:hover::after, .desktop-nav .current-menu-item > a::after, .desktop-nav .current-menu-ancestor > a::after { right: 0; }
.desktop-nav .sub-menu { display: none; position: absolute; top: 76px; left: -18px; min-width: 210px; padding: 10px; background: var(--white); box-shadow: 0 18px 40px rgba(10, 35, 31, .15); }
.desktop-nav li:hover > .sub-menu, .desktop-nav li:focus-within > .sub-menu { display: block; }
.desktop-nav .sub-menu a { padding: 10px; }
.nav-caret { margin-left: 6px; color: var(--coral); font-size: 11px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: var(--cream); place-content: center; gap: 4px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { width: 18px; height: 2px; background: var(--ink); display: block; }
.mobile-menu { position: absolute; top: 72px; right: 0; left: 0; padding: 16px 24px 24px; background: var(--white); box-shadow: 0 18px 40px rgba(10, 35, 31, .14); }
.mobile-menu a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.mobile-menu .nav-caret { display: none; }
.mobile-menu .sub-menu { padding-left: 18px; background: var(--cream); }
.mobile-menu .sub-menu a { padding-left: 12px; font-size: 13px; font-weight: 600; }

.hero { position: relative; overflow: hidden; color: var(--white); background-color: var(--green-deep); background-image: linear-gradient(90deg, rgba(3, 20, 24, .76) 0%, rgba(3, 20, 24, .55) 52%, rgba(3, 20, 24, .36) 100%), url("assets/images/hero-carom-billiards.webp"); background-position: center, center; background-repeat: no-repeat; background-size: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3, 20, 24, .04) 48%, rgba(3, 20, 24, .42) 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: 550px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .72fr); align-items: center; gap: 90px; padding-block: 72px; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; right: -105px; top: -180px; }
.orbit-two { width: 210px; height: 210px; right: 80px; top: -85px; }
.eyebrow { margin: 0 0 15px; color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--sand); }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6vw, 80px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero-intro { max-width: 600px; margin: 24px 0 30px; color: rgba(255, 255, 255, .78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--coral); color: var(--white); }
.button.ghost { border-color: rgba(255, 255, 255, .25); color: var(--white); }
.button.cream { background: var(--cream); color: var(--green); }
.next-card { position: relative; height: 320px; align-self: center; overflow: hidden; background: var(--cream); color: var(--ink); padding: 28px; box-shadow: 16px 16px 0 rgba(0, 0, 0, .12); }
.next-card > .eyebrow { margin-bottom: 12px; }
.next-slide[hidden] { display: none; }
.next-date { min-width: 0; display: flex; align-items: center; gap: 11px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.next-date strong { flex: 0 0 auto; font-family: Georgia, serif; font-size: 52px; font-weight: 400; line-height: 1; color: var(--coral); }
.next-date span { min-width: 0; font-size: 12px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.next-date span small { display: block; max-width: 205px; margin-top: 3px; overflow: hidden; color: var(--coral); font-size: 9px; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.next-card h2 { height: 58.4px; margin: 13px 0 11px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.08; }
.next-card h2.next-matchup { display: block; font-size: 22px; line-height: 1.3; }
.team-name { display: block; height: 29px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team-away { color: rgba(20, 44, 41, .78); }
.next-card .location { height: 19px; margin: 0; overflow: hidden; color: rgba(20, 44, 41, .72); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.next-slide > a, .champ-card > a, .news-body > a, .text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--coral); font-size: 13px; font-weight: 800; }
.next-slide > a { position: absolute; left: 28px; bottom: 28px; }
.next-controls { position: absolute; right: 28px; bottom: 28px; display: grid; grid-template-columns: 24px 34px 24px 24px; align-items: center; gap: 4px; }
.next-controls[hidden] { display: none; }
.next-controls button { width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); background: var(--cream); color: var(--coral); font: 700 17px/1 Arial, sans-serif; cursor: pointer; }
.next-controls button:hover, .next-controls button:focus-visible { background: var(--coral); color: var(--white); border-color: var(--coral); }
.next-controls .next-toggle { width: 24px; font-size: 10px; letter-spacing: -3px; }
.next-controls .next-toggle[hidden] { display: none; }
.next-controls span { text-align: center; color: rgba(20, 44, 41, .68); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.next-empty p { color: rgba(20, 44, 41, .7); font-size: 14px; }

.quick-links { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -1px; box-shadow: 0 20px 50px rgba(11, 68, 61, .1); }
.quick-card { min-height: 142px; padding: 28px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; transition: transform .2s ease; }
.quick-card:hover { transform: translateY(-5px); }
.quick-card.personal { background: var(--coral); color: var(--white); }
.quick-card.teams { background: var(--cream); }
.quick-card.clubs { background: var(--sand); }
.quick-number { align-self: start; font-size: 11px; font-weight: 800; opacity: .7; }
.quick-card p { margin: 0 0 7px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.quick-card h2 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.quick-card > svg { width: 23px; }

.agenda-section { padding: 100px 0 105px; }
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 53px); font-weight: 400; letter-spacing: -.035em; }
.section-heading > p:last-child { margin: 15px auto 0; color: rgba(20, 44, 41, .68); line-height: 1.6; }
.split-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; }
.centered { max-width: 620px; margin: 0 auto 42px; text-align: center; }
.event-list { border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 78px 1.35fr 1fr 44px; gap: 22px; align-items: center; padding: 24px 10px; border-bottom: 1px solid var(--line); }
.event-date { display: flex; align-items: baseline; gap: 6px; }
.event-date strong { font-family: Georgia, serif; color: var(--coral); font-size: 38px; font-weight: 400; }
.event-date span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.pill { display: inline-block; margin-bottom: 6px; padding: 4px 8px; background: var(--mint); color: var(--green); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.event-main h3 { margin: 0; font-family: Arial, sans-serif; font-size: 17px; font-weight: 700; }
.event-place div { display: flex; flex-direction: column; gap: 4px; font-size: 13px; }
.event-place span { color: rgba(20, 44, 41, .62); }
.round-link { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.round-link:hover { background: var(--coral); color: var(--white); border-color: var(--coral); }
.empty-state { padding: 26px; background: var(--cream); }
.empty-state.wide { grid-column: 1 / -1; }

.championship-section { padding-bottom: 110px; }
.championship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.champ-card { min-height: 390px; padding: 32px; display: flex; flex-direction: column; }
.champ-card.warm { background: var(--warm); }
.champ-card.dark { background: var(--green); color: var(--white); }
.champ-card.pale { background: var(--mint); }
.ball-tag { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); font-family: Georgia, serif; font-size: 20px; font-weight: 700; box-shadow: inset 0 0 0 3px rgba(20, 44, 41, .08); }
.champ-card > p { margin: 48px 0 10px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.champ-card h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1.1; }
.champ-card ul { list-style: none; margin: 22px 0 27px; padding: 0; font-size: 13px; line-height: 2; opacity: .75; }
.champ-card li::before { content: "•"; margin-right: 9px; color: var(--coral); }
.champ-card > a { margin-top: auto; }
.champ-card.dark > a { color: var(--sand); }
.personal-links { margin-top: auto; padding-top: 22px; display: grid; gap: 8px; }
.personal-links > a { min-height: 52px; padding: 8px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(20, 44, 41, .18); color: var(--ink); background: rgba(255, 255, 255, .22); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.personal-links > a:hover { background: rgba(255, 255, 255, .58); border-color: rgba(20, 44, 41, .38); transform: translateX(3px); }
.personal-links strong, .personal-links small { display: block; }
.personal-links strong { font-size: 13px; }
.personal-links small { margin-top: 1px; color: rgba(20, 44, 41, .66); font-size: 10px; line-height: 1.35; }
.personal-links svg { width: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.competition-links { margin-top: auto; padding-top: 22px; display: grid; gap: 10px; }
.competition-links > a { min-height: 58px; padding: 10px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255, 255, 255, .2); color: var(--sand); transition: background .2s ease, border-color .2s ease; }
.competition-links > a:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .42); }
.competition-links strong, .competition-links small { display: block; }
.competition-links strong { font-size: 13px; }
.competition-links small { margin-top: 2px; color: rgba(255, 255, 255, .62); font-size: 10px; line-height: 1.35; }
.competition-links svg { width: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.news-section { padding: 100px 0; background: var(--news-bg); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { background: var(--white); }
.news-visual { height: 190px; display: block; overflow: hidden; background: #174c45; }
.news-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.card-placeholder { height: 100%; min-height: 190px; position: relative; overflow: hidden; display: grid; place-items: center; background: #0b2d35; }
.card-placeholder::before, .card-placeholder::after { content: ""; position: absolute; border-radius: 50%; }
.card-placeholder::before { width: 170px; height: 170px; border: 35px solid rgba(255, 255, 255, .16); left: -45px; top: -40px; }
.card-placeholder::after { width: 110px; height: 110px; background: rgba(255, 255, 255, .1); right: -20px; bottom: -30px; }
.card-placeholder span { position: relative; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--green); font-family: Georgia, serif; font-size: 21px; }
.news-body { padding: 26px; }
.news-meta { display: flex; gap: 13px; margin: 0 0 15px; color: rgba(20, 44, 41, .55); font-size: 11px; }
.news-meta span { color: var(--coral); font-weight: 800; text-transform: uppercase; }
.news-body h2, .news-body h3 { margin: 0; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.news-body > p:not(.news-meta) { min-height: 60px; color: rgba(20, 44, 41, .68); font-size: 13px; line-height: 1.6; }

.jubilarissen-section { padding: 95px 0 105px; background: var(--white); }
.jubilarissen-section .section-heading > div > p:last-child { margin: 13px 0 0; color: rgba(20, 44, 41, .68); }
.speld-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.speld-card { min-height: 150px; padding: 24px; display: grid; grid-template-columns: 66px 1fr auto; align-items: center; gap: 16px; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.speld-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(11, 45, 53, .1); }
.speld-card-25 { background: var(--mint); }
.speld-card-40 { background: #f5e9ca; }
.speld-card-50 { background: #eddbad; }
.speld-card-60 { background: #e4c57e; }
.speld-number { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--coral); font-family: Georgia, serif; font-size: 30px; box-shadow: inset 0 0 0 3px rgba(11, 45, 53, .08); }
.speld-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.speld-card strong { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.speld-card small { color: rgba(20, 44, 41, .62); font-size: 12px; }
.speld-card > .arrow { color: var(--coral); font-size: 21px; }
.honours-hero { position: relative; min-height: 465px; display: flex; align-items: center; overflow: hidden; background-color: var(--green-deep); background-image: linear-gradient(90deg, rgba(3, 20, 24, .92) 0%, rgba(3, 20, 24, .78) 44%, rgba(3, 20, 24, .24) 76%, rgba(3, 20, 24, .32) 100%), url("assets/images/ereleden-hero.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; color: var(--white); }
.honours-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(3, 20, 24, .28)); pointer-events: none; }
.honours-hero-inner { position: relative; z-index: 1; padding-block: 80px 105px; }
.honours-hero-inner > div { max-width: 660px; }
.honours-kicker { display: inline-flex; margin: 0 0 18px; padding: 7px 11px; background: rgba(255, 255, 255, .13); color: #f4e5bd; border: 1px solid rgba(255, 255, 255, .22); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.honours-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(47px, 6vw, 72px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.honours-hero h1 + p { max-width: 600px; margin: 24px 0 0; color: rgba(255, 255, 255, .8); font-size: 17px; line-height: 1.7; }
.honours-summary { position: relative; z-index: 3; margin-top: -43px; }
.honours-summary-grid { display: grid; grid-template-columns: .7fr 1fr 1fr 1.55fr; background: var(--white); box-shadow: 0 20px 55px rgba(4, 31, 37, .13); }
.honours-summary-grid > div { min-height: 112px; padding: 24px 27px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.honours-summary-grid > div:last-child { border-right: 0; }
.honours-summary-grid strong { font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1; }
.honours-summary-grid span { margin-top: 8px; color: rgba(20, 44, 41, .65); font-size: 12px; line-height: 1.35; }
.honours-summary-grid .summary-silver { box-shadow: inset 0 4px 0 #aebdc2; }
.honours-summary-grid .summary-gold { box-shadow: inset 0 4px 0 #d4ad4b; }
.honours-summary-grid .summary-honours { box-shadow: inset 0 4px 0 var(--green); }
.jubilarissen-archive { padding-top: 72px; }
.honours-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.honours-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(36px, 4vw, 48px); font-weight: 400; line-height: 1.08; }
.honours-heading > p { max-width: 430px; margin: 0 0 5px; color: rgba(20, 44, 41, .67); font-size: 14px; }
.jubilaris-filter { margin-bottom: 25px; padding: 25px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: end; gap: 14px; background: var(--cream); border-top: 3px solid var(--green); }
.jubilaris-filter div { display: flex; flex-direction: column; gap: 7px; }
.jubilaris-filter .filter-actions { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 14px; }
.jubilaris-filter label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.jubilaris-filter input, .jubilaris-filter select { min-height: 48px; padding: 0 13px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font: inherit; }
.jubilaris-filter .button { cursor: pointer; }
.filter-reset { min-height: 48px; display: inline-flex; align-items: center; color: var(--coral); font-size: 13px; font-weight: 800; }
.honours-result-count { margin: 0 0 13px; color: rgba(20, 44, 41, .62); font-size: 12px; font-weight: 700; }
.jubilaris-table-wrap { border: 1px solid var(--line); background: var(--white); }
.jubilaris-table { width: 100%; border-collapse: collapse; }
.jubilaris-table th, .jubilaris-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.jubilaris-table th { background: var(--green); color: var(--white); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.jubilaris-table tbody tr:last-child td { border-bottom: 0; }
.jubilaris-table td { font-size: 14px; }
.jubilaris-table td:first-child a:hover { color: var(--coral); }
.honour-label { display: inline-flex; max-width: 285px; padding: 6px 10px; border-radius: 2px; background: #e8efed; color: var(--green); font-size: 11px; font-weight: 800; line-height: 1.35; }
.honour-zilveren-speld { background: #e2e9ec; color: #28424a; }
.honour-gouden-speld, .honour-gouden-speld-icoon { background: #f2e4bc; color: #684f13; }
.honour-gouden-speld-icoon::after { content: "★"; margin-left: 6px; }
.honour-bondsridder, .honour-gouden-erespeld-knbb { background: var(--green); color: var(--white); }
.jubilaris-profile { padding: 42px; display: grid; grid-template-columns: 90px 1fr; gap: 35px; background: var(--white); }
.profile-emblem { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-family: Georgia, serif; font-size: 34px; box-shadow: inset 0 0 0 3px rgba(11, 45, 53, .09); }
.profile-zilveren-speld { background: #e2e9ec; }
.profile-gouden-speld, .profile-gouden-speld-icoon { background: #f2e4bc; color: #684f13; }
.profile-bondsridder, .profile-gouden-erespeld-knbb { background: var(--green); color: var(--white); }
.honours-single-hero { background: var(--green); color: var(--white); }
.honours-single-hero p:last-child:not(.eyebrow) { color: rgba(255, 255, 255, .74); }
.jubilaris-profile h2 { margin: 0 0 26px; font-family: Georgia, serif; font-size: clamp(32px, 4vw, 46px); font-weight: 400; line-height: 1.12; }
.jubilaris-profile dl { margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.jubilaris-profile dl div { padding-top: 13px; border-top: 1px solid var(--line); }
.jubilaris-profile dt { margin-bottom: 4px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.jubilaris-profile dd { margin: 0; }

.clubs-hero { position: relative; overflow: hidden; min-height: 410px; display: flex; align-items: center; background-color: var(--green-deep); background-image: linear-gradient(90deg, rgba(3, 20, 24, .93) 0%, rgba(3, 20, 24, .76) 52%, rgba(3, 20, 24, .35) 100%), url("assets/images/hero-carom-billiards.webp"); background-position: center; background-size: cover; color: var(--white); }
.clubs-hero-inner { position: relative; z-index: 1; padding-block: 75px 95px; }
.clubs-hero-inner > div { max-width: 720px; }
.clubs-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(47px, 6vw, 72px); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.clubs-hero h1 + p { max-width: 650px; margin: 24px 0 0; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.7; }
.clubs-summary { position: relative; z-index: 3; margin-top: -43px; }
.clubs-summary-grid { display: grid; grid-template-columns: 1fr 1fr 1.35fr; background: var(--white); box-shadow: 0 20px 55px rgba(4, 31, 37, .13); }
.clubs-summary-grid > div { min-height: 112px; padding: 24px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); box-shadow: inset 0 4px 0 var(--mint); }
.clubs-summary-grid > div:nth-child(2) { box-shadow: inset 0 4px 0 var(--sand); }
.clubs-summary-grid > div:last-child { border-right: 0; box-shadow: inset 0 4px 0 var(--coral); }
.clubs-summary-grid strong { font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1; }
.clubs-summary-grid span { margin-top: 8px; color: rgba(20, 44, 41, .65); font-size: 12px; line-height: 1.35; }
.clubs-archive { padding-top: 72px; }
.club-filter { margin-bottom: 25px; padding: 25px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: end; gap: 14px; background: var(--cream); border-top: 3px solid var(--green); }
.club-filter div { display: flex; flex-direction: column; gap: 7px; }
.club-filter .filter-actions { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 14px; }
.club-filter label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.club-filter input, .club-filter select { min-height: 48px; padding: 0 13px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font: inherit; }
.club-filter .button { cursor: pointer; }
.clubs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 22px; }
.club-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 32px rgba(4, 31, 37, .07); }
.club-card > header { min-height: 118px; padding: 24px 26px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; background: var(--green); color: var(--white); }
.club-card > header p { margin: 0 0 8px; color: var(--sand); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.club-card > header h3 { margin: 0; font-family: Georgia, serif; font-size: 26px; font-weight: 400; line-height: 1.12; }
.club-card > header > span { flex: 0 0 auto; padding: 7px 9px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .18); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.club-locations { display: grid; }
.club-location { padding: 24px 26px; border-top: 1px solid var(--line); }
.club-location:first-child { border-top: 0; }
.club-location-heading { display: flex; align-items: flex-start; gap: 13px; }
.club-location-pin { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; color: var(--coral); font-size: 14px; }
.club-location-heading small { display: block; margin: 0 0 4px; color: rgba(20, 44, 41, .52); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.club-location h4 { margin: 0; font-size: 16px; line-height: 1.35; }
.club-location address { margin: 13px 0 0 37px; color: rgba(20, 44, 41, .7); font-size: 13px; font-style: normal; line-height: 1.6; }
.club-contact { margin: 15px 0 0 37px; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.club-contact a { color: var(--coral); font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.club-card-footer { margin-top: auto; padding: 18px 26px; border-top: 1px solid var(--line); background: var(--cream); }
.club-card-footer a { display: inline-flex; align-items: center; gap: 10px; color: var(--coral); font-size: 12px; font-weight: 800; }
.club-card > header h3 a:hover, .club-card > header h3 a:focus-visible { color: var(--sand); }
.single-club h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(45px, 6vw, 68px); font-weight: 400; line-height: 1.05; }
.single-club-intro { margin: 20px 0 36px; color: rgba(20, 44, 41, .68); }
.single-club-grid { margin-bottom: 34px; }
.single-club .club-location address, .single-club .club-contact { margin-left: 0; }
.single-club { background: var(--paper); }
.single-club-hero-inner { position: relative; z-index: 1; width: min(100% - 40px, 1180px); margin-inline: auto; padding-block: 68px 82px; display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: center; gap: 55px; }
.single-club-hero-inner > div { max-width: 760px; }
.single-club-logo { width: 250px; height: 220px; margin: 0; padding: 22px; display: grid; place-items: center; background: var(--white); box-shadow: 14px 14px 0 rgba(0, 0, 0, .14); }
.single-club-logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.single-club-actions { margin-top: 27px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.single-club-actions > a:not(.button) { color: var(--white); font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.single-club-about { max-width: 900px; margin-bottom: 75px; }
.single-club-about h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(36px, 5vw, 54px); font-weight: 400; line-height: 1.08; }
.single-club-about .entry-content { width: auto; padding: 24px 0 0; font-size: 16px; }
.single-club-about .entry-content > * { max-width: 820px; margin-left: 0; }
.single-club-about .entry-content > :first-child { margin-top: 0; }
.single-club-section + .single-club-section { margin-top: 78px; padding-top: 72px; border-top: 1px solid var(--line); }
.club-location-actions { margin-top: 18px; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); }
.club-location-actions .club-location-link { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 4px; color: var(--coral); font-size: 12px; font-weight: 800; line-height: 1.25; }
.club-location-actions .club-location-link:hover, .club-location-actions .club-location-link:focus-visible { border-color: var(--coral); background: var(--cream); }
.club-location-actions .club-location-link-website { background: var(--coral); color: var(--white); }
.club-location-actions .club-location-link-website:hover, .club-location-actions .club-location-link-website:focus-visible { background: var(--green); color: var(--white); }
.club-location-actions .club-location-link svg { width: 14px; height: 14px; }
.club-location-no-website { display: inline-flex; min-height: 36px; align-items: center; color: rgba(20, 44, 41, .6); font-size: 12px; font-style: italic; }
.club-event-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.club-event-row { min-height: 145px; padding: 23px; display: grid; grid-template-columns: 70px 1fr; gap: 20px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(4, 31, 37, .05); }
.club-event-row time { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); color: var(--coral); text-align: center; }
.club-event-row time strong { font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1; }
.club-event-row time span { margin-top: 5px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.club-event-row p { margin: 0 0 7px; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.club-event-row h3 { margin: 0; font-family: Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.18; }
.club-event-row h3 + span { display: block; margin-top: 10px; color: rgba(20, 44, 41, .65); font-size: 12px; line-height: 1.5; }
.club-news-grid { margin-bottom: 8px; }
.organization-page { max-width: 980px !important; }
.organization-page > p:first-child { max-width: 760px; margin: 0 0 35px; color: rgba(20, 44, 41, .7); }
.organization-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.organization-card { padding: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 30px rgba(4, 31, 37, .06); }
.organization-card h2, .organization-responsibility h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; line-height: 1.15; }
.organization-card dl { margin: 0; display: grid; gap: 14px; }
.organization-card dl div { padding-top: 12px; border-top: 1px solid var(--line); }
.organization-card dt { margin-bottom: 4px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.organization-card dd { margin: 0; }
.organization-card address { font-style: normal; line-height: 1.7; }
.organization-card a, .organization-responsibility a { color: var(--coral); font-weight: 800; }
.organization-responsibility { margin-top: 22px; padding: 30px; background: var(--cream); border-top: 3px solid var(--green); }
.organization-responsibility p { margin: 10px 0 0; }
.organization-links { padding-top: 15px; display: flex; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid var(--line); }

.board-archive, .downloads-archive { background: var(--paper); }
.board-group + .board-group { margin-top: 85px; padding-top: 75px; border-top: 1px solid var(--line); }
.board-heading { margin-bottom: 32px; }
.board-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.board-card { overflow: hidden; display: flex; flex-direction: column; min-height: 450px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 32px rgba(4, 31, 37, .07); }
.board-photo { height: 235px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--green), var(--green-deep)); color: var(--white); }
.board-photo img { width: 100%; height: 100%; object-fit: cover; }
.board-photo > span { width: 92px; height: 92px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .25); font-family: Georgia, serif; font-size: 34px; }
.board-card-body { flex: 1; padding: 25px; }
.board-role { margin: 0 0 9px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.board-card h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; }
.board-card-placeholder h3 { color: rgba(20, 44, 41, .58); font-size: 23px; }
.board-functions { margin: 13px 0 0; padding: 0; display: grid; gap: 5px; list-style: none; color: rgba(20, 44, 41, .74); font-size: 13px; line-height: 1.35; }
.board-functions li { position: relative; padding-left: 14px; }
.board-functions li::before { content: ''; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.board-club { margin: 12px 0 0; color: rgba(20, 44, 41, .68); font-size: 13px; }
.board-contact { margin-top: 19px; padding-top: 17px; display: grid; gap: 7px; border-top: 1px solid var(--line); }
.board-contact a { color: var(--coral); font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.board-contact-group { display: grid; gap: 5px; }
.board-contact-group + .board-contact-group { margin-top: 6px; }
.board-contact-group > span { color: rgba(20, 44, 41, .58); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.board-contact-notice { margin-top: 32px; padding: 24px 28px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; border-left: 4px solid var(--coral); background: rgba(206, 17, 38, .06); background: color-mix(in srgb, var(--coral) 7%, var(--white)); }
.board-contact-notice-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-weight: 900; }
.board-contact-notice h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.board-contact-notice p { margin: 0; max-width: 930px; color: rgba(20, 44, 41, .78); line-height: 1.65; }
.board-contact-notice a { display: inline-block; margin-top: 10px; color: var(--coral); font-weight: 800; overflow-wrap: anywhere; }

.download-filter { grid-template-columns: 1.4fr 1fr; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.download-card { min-height: 275px; padding: 27px; display: grid; grid-template-columns: 74px 1fr; align-items: start; gap: 22px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 32px rgba(4, 31, 37, .07); }
.download-icon { width: 68px; height: 82px; position: relative; display: grid; place-items: center; background: var(--green); color: var(--white); }
.download-icon::after { content: ""; position: absolute; top: 0; right: 0; border-top: 16px solid var(--white); border-left: 16px solid transparent; }
.download-icon span { max-width: 58px; padding: 0 5px; font-size: 11px; font-weight: 800; letter-spacing: .04em; overflow: hidden; }
.download-category { margin: 0 0 8px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.download-card h3 { margin: 0; font-family: Georgia, serif; font-size: 26px; font-weight: 400; line-height: 1.18; }
.download-intro { margin: 13px 0 0; color: rgba(20, 44, 41, .68); font-size: 13px; line-height: 1.6; }
.download-meta { margin: 14px 0 0; color: rgba(20, 44, 41, .52); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.download-button { margin-top: 20px; min-height: 44px; }
.download-missing { margin: 18px 0 0; color: rgba(20, 44, 41, .58); font-size: 12px; font-style: italic; }

.gallery-section { margin-block: 100px; display: grid; grid-template-columns: .78fr 1.22fr; min-height: 500px; background: var(--green); color: var(--white); }
.gallery-copy { padding: 65px 55px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.gallery-copy h2 { margin: 0; font-family: Georgia, serif; font-size: 50px; font-weight: 400; line-height: 1.02; }
.gallery-copy > p:not(.eyebrow) { margin: 23px 0 29px; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 1.7; }
.gallery-tiles { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr 1fr; gap: 5px; padding: 5px; background: var(--green); }
.gallery-tile { position: relative; min-height: 190px; overflow: hidden; background: var(--sand); }
.gallery-tile:first-child { grid-row: 1 / 3; }
.gallery-tile img, .gallery-tile .card-placeholder { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-tile.with-photo::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3, 20, 24, .78)); pointer-events: none; }
.gallery-tile:nth-child(2) .card-placeholder { background: #c4121a; }
.gallery-tile:nth-child(3) .card-placeholder { background: #83989d; }
.gallery-tile > span { position: absolute; z-index: 3; left: 19px; right: 19px; bottom: 17px; padding: 8px; background: rgba(7, 53, 47, .84); color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.district-about { padding: 95px 0; background: var(--cream); }
.district-about-inner { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(50px, 7vw, 90px); }
.district-logo-card { width: min(100%, 470px); justify-self: center; padding: 24px; background: var(--white); box-shadow: 14px 14px 0 var(--mint); }
.district-logo-card img { width: 100%; height: auto; display: block; }
.district-about-copy { max-width: 650px; }
.district-about-copy h2 { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.district-about-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 13px; color: rgba(20, 44, 41, .72); font-size: 16px; line-height: 1.7; }

.club-cta { background: var(--coral); color: var(--white); }
.club-cta-inner { min-height: 235px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.club-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(36px, 4vw, 52px); font-weight: 400; }
.site-footer { position: relative; padding: 70px 0 20px; background-color: #071f25; background-image: linear-gradient(90deg, rgba(3, 20, 24, .86), rgba(3, 20, 24, .72) 56%, rgba(3, 20, 24, .83)), url("assets/images/footer-carom-billiards.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; color: rgba(255, 255, 255, .78); }
.site-footer .brand { color: var(--white); margin-bottom: 20px; }
.site-footer .brand-copy span { color: var(--sand); }
.footer-district-brand { width: 118px; margin: 0 0 20px; display: block; }
.footer-district-brand img { width: 100%; height: auto; display: block; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.55fr .8fr .8fr 1.25fr; gap: 55px; }
.footer-grid h2 { margin: 3px 0 19px; color: var(--white); font-family: Arial, sans-serif; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid p { font-size: 13px; line-height: 1.7; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid > div > a:not(.brand), .footer-grid li a { display: block; margin: 0 0 12px; font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-mail { color: var(--sand) !important; }
.knbb-affiliation { max-width: 270px; color: var(--sand); font-size: 11px !important; line-height: 1.5; }
.footer-bottom { position: relative; z-index: 1; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .18); display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; font-size: 11px; }
.footer-meta { display: flex; flex-wrap: wrap; gap: 7px 20px; }
.footer-meta span + span { padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, .22); }
.footer-meta a, .footer-legal a { color: var(--sand); }
.footer-legal { display: flex; flex: 0 0 auto; gap: 23px; }

.page-hero { padding: 76px 0; background: var(--cream); }
.page-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(45px, 6vw, 70px); font-weight: 400; line-height: 1.03; letter-spacing: -.04em; }
.page-hero p:last-child:not(.eyebrow) { max-width: 690px; margin: 20px 0 0; color: rgba(20, 44, 41, .7); font-size: 17px; }
.article-hero, .event-hero { background: var(--green); color: var(--white); }
.content-section { padding: 85px 0 100px; }
.entry-content { padding-top: 70px; padding-bottom: 90px; font-size: 17px; line-height: 1.75; }
.entry-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1180px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2, .entry-content h3 { margin-top: 2em; font-family: Georgia, serif; font-weight: 400; line-height: 1.2; }
.privacy-version { color: rgba(20, 44, 41, .58); font-size: 13px; font-weight: 700; }
.privacy-statement li + li { margin-top: 8px; }
.entry-content a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }
.article-hero .eyebrow a { color: inherit; }
.entry-content .wp-block-gallery { max-width: 1180px; }
.entry-image { margin-top: -105px; margin-bottom: 45px; }
.entry-image img { width: 100%; display: block; }
.archive-grid { margin-bottom: 40px; }
.pagination .nav-links { margin-top: 45px; display: flex; justify-content: center; gap: 8px; }
.pagination .page-numbers { min-width: 40px; height: 40px; padding: 0 12px; display: grid; place-items: center; border: 1px solid var(--line); }
.pagination .current { background: var(--green); color: var(--white); }
.not-found { padding-top: 100px; padding-bottom: 120px; }
.not-found h1 { margin: 0 0 20px; font-family: Georgia, serif; font-size: 56px; font-weight: 400; }
.not-found .button { margin-top: 20px; }

.district-calendar { margin-bottom: 90px; }
.event-filter-heading { margin-bottom: 25px; }
.event-filter { margin-bottom: 55px; grid-template-columns: 1.2fr 1fr 1fr 1fr; }
.calendar-toolbar { display: grid; grid-template-columns: 45px 1fr 45px; align-items: center; gap: 15px; margin-bottom: 20px; }
.calendar-toolbar h2 { margin: 0; text-align: center; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.calendar-nav { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 19px; }
.calendar-nav:hover { background: var(--green); color: var(--white); }
.calendar-scroll { overflow-x: auto; }
.district-calendar table { width: 100%; min-width: 840px; border-collapse: collapse; table-layout: fixed; }
.district-calendar th { padding: 10px; background: var(--green); color: var(--white); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.district-calendar td { height: 125px; padding: 8px; vertical-align: top; border: 1px solid var(--line); background: var(--white); }
.district-calendar td.calendar-empty { background: #f3f2ed; }
.calendar-day { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 7px; border-radius: 50%; font-size: 12px; font-weight: 800; }
.district-calendar td.is-today .calendar-day { background: var(--coral); color: var(--white); }
.calendar-event { display: block; margin: 5px 0; padding: 7px; background: var(--mint); font-size: 11px; line-height: 1.25; }
.calendar-event strong, .calendar-event span { display: block; }
.calendar-event span { margin-top: 3px; color: rgba(20, 44, 41, .68); }
.calendar-more { display: block; margin: 7px 0 2px; padding: 7px; border: 1px solid var(--coral); color: var(--coral); font-size: 11px; font-weight: 800; line-height: 1.25; text-align: center; }
.calendar-more:hover { background: var(--coral); color: var(--white); }
.archive-events .section-heading { margin-bottom: 30px; }
.event-meta-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.event-class-pill { background: var(--sand); color: var(--ink); }
.event-clubs { margin: 8px 0 0; color: rgba(20, 44, 41, .62); font-size: 12px; font-weight: 700; }
.event-detail-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr); gap: 70px; }
.event-detail-grid .entry-content { width: auto; padding: 0; }
.event-facts { align-self: start; padding: 30px; background: var(--cream); }
.event-facts h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.event-facts dl { margin: 0 0 27px; }
.event-facts dl > div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.event-facts dt { margin-bottom: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.event-facts dd { margin: 0; font-size: 14px; }
.event-facts dd a { color: var(--coral); font-weight: 700; }
.gallery-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.gallery-card { background: var(--white); }
.gallery-card-image { height: 230px; overflow: hidden; }
.gallery-card-image img, .gallery-card-image .card-placeholder { width: 100%; height: 100%; object-fit: cover; }
.gallery-card h2 { margin: 20px 22px 8px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.gallery-card p { margin: 0; padding: 0 22px 24px; color: rgba(20, 44, 41, .7); font-size: 14px; }

@media (max-width: 930px) {
	.desktop-nav { display: none; }
	.menu-toggle { display: grid; }
	.hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 45px; }
	.next-card { max-width: 430px; }
	.quick-links { grid-template-columns: 1fr; }
	.event-row { grid-template-columns: 72px 1fr 42px; }
	.event-place { grid-column: 2 / 3; }
	.round-link { grid-column: 3; grid-row: 1 / 3; }
	.championship-grid, .news-grid, .gallery-archive-grid, .speld-grid { grid-template-columns: 1fr 1fr; }
	.champ-card:last-child, .news-card:last-child { grid-column: 1 / 3; }
	.honours-summary-grid { grid-template-columns: 1fr 1fr; }
	.honours-summary-grid > div:nth-child(2) { border-right: 0; }
	.honours-summary-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
	.jubilaris-filter { grid-template-columns: 1fr 1fr; }
	.jubilaris-filter .button { min-width: 170px; }
	.clubs-grid { grid-template-columns: 1fr; }
	.single-club-hero-inner { grid-template-columns: minmax(0, 1fr) 210px; gap: 35px; }
	.single-club-logo { width: 210px; height: 185px; }
	.club-event-list { grid-template-columns: 1fr; }
	.organization-grid { grid-template-columns: 1fr; }
	.board-grid { grid-template-columns: 1fr 1fr; }
	.download-grid { grid-template-columns: 1fr; }
	.club-filter { grid-template-columns: 1fr 1fr; }
	.club-filter > div:first-child { grid-column: 1 / -1; }
	.gallery-section { grid-template-columns: 1fr; }
	.gallery-tiles { min-height: 420px; }
	.district-about-inner { grid-template-columns: 1fr; }
	.district-logo-card { width: min(100%, 430px); }
	.district-about-copy { justify-self: center; text-align: center; }
	.district-about-copy > p:not(.eyebrow) { margin-inline: auto; }
	.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.footer-grid > div:last-child { grid-column: 1 / 4; }
	.event-detail-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
	.shell, .narrow { width: min(100% - 30px, 1180px); }
	.utility-inner > span { display: none; }
	.utility-inner { justify-content: flex-end; }
	.header-inner { height: 72px; }
	.hero { background-image: linear-gradient(90deg, rgba(3, 20, 24, .84), rgba(3, 20, 24, .60)), url("assets/images/hero-carom-billiards.webp"); background-position: center, 62% center; }
	.hero-grid { padding-block: 55px; }
	.hero h1 { font-size: 47px; }
	.hero-intro { font-size: 16px; }
	.next-card { height: 310px; padding: 24px; box-shadow: 8px 8px 0 rgba(0, 0, 0, .12); }
	.next-slide > a { left: 24px; bottom: 24px; }
	.next-controls { right: 24px; bottom: 24px; }
	.quick-card { min-height: 120px; }
	.agenda-section, .news-section, .content-section { padding: 75px 0; }
	.split-heading { align-items: flex-start; gap: 20px; }
	.text-link { display: none; }
	.event-row { grid-template-columns: 60px 1fr; gap: 12px; padding-block: 20px; }
	.event-place { grid-column: 2; }
	.round-link { display: none; }
	.championship-section { padding-bottom: 75px; }
	.championship-grid, .news-grid, .gallery-archive-grid, .speld-grid { grid-template-columns: 1fr; }
	.champ-card:last-child, .news-card:last-child { grid-column: auto; }
	.speld-card:last-child { grid-column: auto; }
	.jubilarissen-section { padding: 70px 0 75px; }
	.speld-card { min-height: 125px; padding: 22px; grid-template-columns: 60px 1fr auto; gap: 15px; }
	.speld-number { width: 58px; height: 58px; font-size: 26px; }
	.speld-card strong { font-size: 21px; }
	.honours-hero { min-height: 430px; background-image: linear-gradient(90deg, rgba(3, 20, 24, .91), rgba(3, 20, 24, .65)), url("assets/images/ereleden-hero.webp"); background-position: 60% center; }
	.honours-hero-inner { padding-block: 70px 90px; }
	.honours-hero h1, .clubs-hero h1 { font-size: 45px; }
	.honours-hero h1 + p, .clubs-hero h1 + p { font-size: 15px; }
	.honours-summary, .clubs-summary { margin-top: -28px; }
	.honours-summary-grid { grid-template-columns: 1fr 1fr; }
	.honours-summary-grid > div { min-height: 100px; padding: 20px; }
	.honours-summary-grid strong { font-size: 31px; }
	.clubs-summary-grid { grid-template-columns: 1fr; }
	.clubs-summary-grid > div { min-height: 90px; padding: 19px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
	.clubs-summary-grid > div:last-child { border-bottom: 0; }
	.jubilarissen-archive, .clubs-archive, .board-archive, .downloads-archive { padding-top: 58px; }
	.honours-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
	.jubilaris-filter, .club-filter { grid-template-columns: 1fr; }
	.club-filter > div:first-child { grid-column: auto; }
	.jubilaris-filter .filter-actions, .club-filter .filter-actions { flex-direction: column; align-items: stretch; }
	.jubilaris-filter .button, .club-filter .button, .filter-reset { width: 100%; justify-content: center; }
	.club-card > header { min-height: auto; padding: 21px; flex-direction: column; }
	.club-location { padding: 21px; }
	.single-club-hero-inner { width: min(100% - 30px, 1180px); padding-block: 55px 68px; grid-template-columns: 1fr; }
	.single-club-logo { width: min(100%, 270px); height: 185px; }
	.single-club-actions { align-items: flex-start; flex-direction: column; }
	.single-club-section + .single-club-section { margin-top: 58px; padding-top: 54px; }
	.club-event-row { grid-template-columns: 58px 1fr; gap: 15px; padding: 18px; }
	.club-event-row time strong { font-size: 31px; }
	.board-grid { grid-template-columns: 1fr; }
	.board-card { min-height: 0; }
	.board-photo { height: 210px; }
	.board-group + .board-group { margin-top: 60px; padding-top: 55px; }
	.download-card { grid-template-columns: 58px 1fr; gap: 17px; padding: 21px; }
	.download-icon { width: 56px; height: 68px; }
	.jubilaris-table-wrap { border: 0; background: transparent; }
	.jubilaris-table, .jubilaris-table tbody, .jubilaris-table tr, .jubilaris-table td { display: block; width: 100%; }
	.jubilaris-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
	.jubilaris-table tbody { display: grid; gap: 14px; }
	.jubilaris-table tr { padding: 18px 19px; border: 1px solid var(--line); background: var(--white); }
	.jubilaris-table td { min-height: 35px; padding: 7px 0 7px 42%; display: grid; align-items: start; position: relative; border-bottom: 1px solid var(--line); font-size: 13px; }
	.jubilaris-table td:last-child { border-bottom: 0; }
	.jubilaris-table td::before { content: attr(data-label); position: absolute; left: 0; top: 8px; width: 38%; color: rgba(20, 44, 41, .62); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
	.jubilaris-table td:first-child { padding-top: 2px; padding-bottom: 14px; font-size: 17px; }
	.jubilaris-table td:first-child::before { top: 3px; }
	.honour-label { max-width: 100%; width: fit-content; }
	.jubilaris-profile { padding: 28px; grid-template-columns: 1fr; }
	.jubilaris-profile dl { grid-template-columns: 1fr; }
	.gallery-section { width: 100%; margin-block: 75px; }
	.gallery-copy { padding: 52px 27px; }
	.gallery-tiles { min-height: 380px; grid-template-columns: 1fr 1fr; }
	.district-about { padding: 70px 0; }
	.district-about-inner { gap: 45px; }
	.district-logo-card { width: min(94%, 360px); padding: 18px; box-shadow: 9px 9px 0 var(--mint); }
	.district-about-copy h2 { font-size: 40px; }
	.district-about-copy > p:not(.eyebrow) { font-size: 15px; }
	.club-cta-inner { min-height: 280px; flex-direction: column; align-items: flex-start; justify-content: center; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
	.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / 3; }
	.footer-bottom { flex-direction: column; gap: 16px; }
	.footer-meta { flex-direction: column; gap: 6px; }
	.footer-meta span + span { padding-left: 0; border-left: 0; }
	.page-hero { padding: 55px 0; }
	.page-hero h1 { font-size: 44px; }
	.entry-content { padding-top: 50px; padding-bottom: 65px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; }
}
