/* ── Tema pagine interne (stile CMAE: chiaro, elegante) ── */
body.site-light {
	color: #1e2d28;
	background: #e9e0cc;
}

body.site-light .bg-slideshow,
body.site-light .bg-overlay {
	display: none !important;
}

body.site-light .mg-nav {
	background: #0f3d2e;
	background: var(--green);
	border-bottom: 3px solid #c9a84c;
	border-bottom: 3px solid var(--gold);
	backdrop-filter: none;
}

body.site-light .mg-nav .navbar-toggler {
	border-color: rgba(255,255,255,0.4);
}

body.site-light .mg-nav .navbar-toggler-icon {
	filter: invert(1);
}

.site-main {
	position: relative;
	z-index: 2;
	padding: 1.5rem 0 3rem;
	min-height: 65vh;
}

.breadcrumb-mg {
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #4a5c55;
	margin-bottom: 1.25rem;
}

.breadcrumb-mg a {
	color: var(--green);
	text-decoration: none;
	font-weight: 600;
}

.breadcrumb-mg a:hover {
	color: var(--green-light);
}

.breadcrumb-mg .sep {
	margin: 0 0.45rem;
	opacity: 0.5;
}

.breadcrumb-mg .current {
	font-weight: 600;
}

/* Sidebar Il Club */
.club-sidebar {
	background: #fff;
	border-radius: 0.4rem;
	border: 1px solid rgba(201, 168, 76, 0.32);
	border-left: 4px solid var(--green);
	box-shadow: 0 10px 32px rgba(15, 61, 46, 0.1);
	overflow: hidden;
}

@media (min-width: 992px) {
	.club-sidebar {
		position: sticky;
		top: 1.25rem;
	}
}

.club-sidebar__head {
	padding: 1rem 1.2rem 0.95rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--green);
	background: linear-gradient(135deg, #f8f4eb 0%, #efe8d8 100%);
	border-bottom: 1px solid rgba(201, 168, 76, 0.28);
}

.club-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0.6rem 0.55rem 0.7rem;
}

.club-sidebar__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	padding: 0.78rem 0.95rem;
	margin-bottom: 0.15rem;
	border-radius: 0.32rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #3d4f48;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.club-sidebar__label {
	flex: 1 1 auto;
	line-height: 1.35;
}

.club-sidebar__chevron {
	flex: 0 0 auto;
	font-size: 1.05rem;
	line-height: 1;
	color: var(--gold);
	opacity: 0.45;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.club-sidebar__item:last-child a {
	margin-bottom: 0;
}

.club-sidebar__item a:hover {
	background: linear-gradient(90deg, #f7f3ea 0%, #faf6ee 100%);
	color: var(--green);
	transform: translateX(2px);
}

.club-sidebar__item a:hover .club-sidebar__chevron {
	opacity: 1;
	transform: translateX(3px);
}

.club-sidebar__item.is-active a {
	background: linear-gradient(90deg, rgba(15, 61, 46, 0.09) 0%, rgba(201, 168, 76, 0.14) 100%);
	color: var(--green);
	box-shadow: inset 3px 0 0 var(--gold);
	font-weight: 700;
}

.club-sidebar__item.is-active .club-sidebar__chevron {
	opacity: 1;
	color: var(--green-light);
}

/* Menu home (pagine interne) */
body.site-light .home-hub--inner {
	margin-top: 0;
	padding: 0 0 2.5rem;
	background: transparent;
	border-top: none;
}

body.site-light .home-hub--inner .home-hub__panel {
	background: #fff;
	border: 1px solid rgba(201, 168, 76, 0.32);
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(15, 61, 46, 0.08);
	overflow: hidden;
}

body.site-light .home-hub--inner .home-hub__grid {
	align-items: stretch;
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	margin: 0;
}

body.site-light .home-hub--inner .home-hub__aside {
	background: #faf8f4;
	border-right: 1px solid #e8e2d6;
	display: flex;
	flex-direction: column;
	padding: 0;
}

body.site-light .home-hub--inner .home-hub__main {
	background: #fff;
	padding: 0;
}

body.site-light .home-hub--inner .home-sidebar {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
	box-shadow: none;
	border: none;
	border-left: 4px solid var(--green);
	background: transparent;
	border-radius: 0;
}

body.site-light .home-hub--inner .home-sidebar__head {
	padding: 1.05rem 1.2rem 0.95rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--green);
	background: linear-gradient(135deg, #f8f4eb 0%, #efe8d8 100%);
	border-bottom: 1px solid rgba(201, 168, 76, 0.28);
}

body.site-light .home-hub--inner .home-sidebar__list {
	flex: 1 1 auto;
	list-style: none;
	margin: 0;
	padding: 0.55rem 0.5rem 0.7rem;
}

body.site-light .home-hub--inner .home-sidebar__item {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.site-light .home-hub--inner .home-sidebar__item::marker {
	content: none;
}

body.site-light .home-hub--inner .home-sidebar__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	padding: 0.78rem 0.95rem;
	margin-bottom: 0.12rem;
	border: none;
	border-bottom: none;
	border-radius: 0.32rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #3d4f48;
	text-decoration: none;
	background: transparent;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.site-light .home-hub--inner .home-sidebar__label {
	flex: 1 1 auto;
	line-height: 1.35;
}

body.site-light .home-hub--inner .home-sidebar__chevron {
	flex: 0 0 auto;
	font-size: 1.05rem;
	line-height: 1;
	color: var(--gold);
	opacity: 0.45;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

body.site-light .home-hub--inner .home-sidebar__item a:hover {
	background: linear-gradient(90deg, #f7f3ea 0%, #faf6ee 100%);
	color: var(--green);
	transform: translateX(2px);
	text-decoration: none;
}

body.site-light .home-hub--inner .home-sidebar__item a:hover .home-sidebar__chevron {
	opacity: 1;
	transform: translateX(3px);
}

body.site-light .home-hub--inner .home-sidebar__item.is-highlight a,
body.site-light .home-hub--inner .home-sidebar__item.is-highlight .home-sidebar__chevron {
	color: #c45a1a;
}

body.site-light .home-hub--inner .home-sidebar__item.is-active a {
	background: linear-gradient(90deg, rgba(15, 61, 46, 0.09) 0%, rgba(201, 168, 76, 0.14) 100%);
	color: var(--green);
	box-shadow: inset 3px 0 0 var(--gold);
	font-weight: 700;
	border-left: none;
	padding-left: 0.95rem;
}

body.site-light .home-hub--inner .home-sidebar__item.is-active .home-sidebar__chevron {
	opacity: 1;
	color: var(--green-light);
}

body.site-light .content-panel--flush {
	border-top: none;
	box-shadow: none;
	margin: 0;
	padding: 1.85rem 1.75rem 2rem;
}

body.site-light .home-sidebar {
	background: #fff;
	border-left: 4px solid var(--green);
	box-shadow: 0 2px 12px rgba(15, 61, 46, 0.08);
}

body.site-light .home-sidebar__head {
	background: #f7f3ea;
}

/* Link utili / elenchi link nel CMS */
.cms-body a {
	color: var(--green);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 168, 76, 0.45);
	transition: color 0.15s ease, border-color 0.15s ease;
}

.cms-body a:hover {
	color: var(--green-light);
	border-bottom-color: var(--gold);
}

.cms-useful-links {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.cms-useful-links__item {
	margin: 0;
}

.cms-useful-links__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	background: #faf8f4;
	border: 1px solid #e8e0d0;
	border-left: 3px solid var(--gold);
	border-radius: 4px;
	text-decoration: none !important;
	border-bottom: none !important;
	color: var(--green) !important;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.cms-useful-links__link:hover {
	background: #fff;
	border-color: rgba(201, 168, 76, 0.55);
	box-shadow: 0 4px 14px rgba(15, 61, 46, 0.1);
	transform: translateY(-1px);
	color: var(--green) !important;
}

.cms-useful-links__name {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.cms-useful-links__url {
	font-size: 0.78rem;
	font-weight: 600;
	color: #6b7a73;
	word-break: break-all;
}

.cms-useful-links__icon {
	flex: 0 0 auto;
	color: var(--gold);
	font-size: 1rem;
}

/* Pannello contenuto */
.content-panel {
	background: #fff;
	padding: 2rem 2.25rem;
	box-shadow: 0 2px 16px rgba(15, 61, 46, 0.1);
	border-top: 4px solid var(--gold);
}

.content-panel__title {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: 700;
	color: var(--green);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 0.5rem;
}

.content-panel__subtitle {
	color: #5a6b64;
	margin-bottom: 1.25rem;
	font-size: 1.05rem;
}

.content-panel__body,
.cms-body {
	font-size: 1.02rem;
	line-height: 1.75;
	color: #24332e;
}

.cms-body p {
	margin-bottom: 1rem;
}

.cms-body img {
	max-width: 100%;
	height: auto;
	margin: 0.5rem 0 1rem;
}

.cms-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
	font-size: 0.95rem;
}

.cms-body th,
.cms-body td {
	border: 1px solid #ddd5c4;
	padding: 0.5rem 0.75rem;
	text-align: left;
}

.cms-body th {
	background: #f5f0e6;
	color: var(--green);
}

.cms-body h2,
.cms-body h3 {
	font-family: 'Cormorant Garamond', serif;
	color: var(--green);
	margin: 1.5rem 0 0.75rem;
}

/* Liste / griglie su tema chiaro */
body.site-light .content-panel--list {
	margin-bottom: 1.5rem;
}

body.site-light .news-card,
body.site-light .event-card {
	background: #fff;
	border: none;
	border-top: 3px solid var(--gold);
	box-shadow: 0 2px 12px rgba(15, 61, 46, 0.08);
	padding: 1.25rem;
	height: 100%;
	color: #24332e;
}

body.site-light .news-card h3,
body.site-light .event-card h3 {
	font-family: 'Cormorant Garamond', serif;
	color: var(--green);
	font-size: 1.25rem;
}

body.site-light .news-meta,
body.site-light .event-meta {
	color: #6b7a73;
}

body.site-light .event-attachments {
	border-top: 1px solid rgba(15, 61, 46, 0.12);
	padding-top: 1.25rem;
}

body.site-light .event-attachments--prominent {
	border: 1px solid rgba(201, 168, 76, 0.35);
	border-top: 3px solid var(--gold);
	border-radius: 0.5rem;
	background: rgba(250, 246, 238, 0.65);
	padding: 1.1rem 1.15rem 0.85rem;
}

body.site-light .event-attachments__title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.35rem;
	color: var(--green);
	margin-bottom: 0.85rem;
}

body.site-light .event-attachments__item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.75rem 0;
	border-bottom: 1px solid rgba(15, 61, 46, 0.1);
}

body.site-light .event-attachments__item:last-child {
	border-bottom: none;
}

body.site-light .event-attachments__icon {
	color: #c0392b;
	font-size: 1.35rem;
	flex-shrink: 0;
}

body.site-light .event-attachments__body {
	flex: 1;
	min-width: 0;
}

body.site-light .event-attachments__name {
	font-weight: 700;
	color: var(--green);
}

body.site-light .event-attachments__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1rem;
}

body.site-light .event-attachments__link {
	color: var(--green);
	font-weight: 600;
	text-decoration: none;
}

body.site-light .event-attachments__link:hover {
	color: var(--green-light, #1a5c45);
	text-decoration: underline;
}

body.site-light .event-attachments__download {
	flex-shrink: 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--green-light);
	text-decoration: none;
	white-space: nowrap;
}

body.site-light .event-attachments__download:hover {
	color: var(--green);
	text-decoration: underline;
}

.event-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	align-items: center;
	justify-content: center;
}

.event-detail__actions .btn-mg,
.event-detail__actions .btn-outline-mg {
	min-width: 13.5rem;
	text-align: center;
}

.event-detail__actions .btn-outline-mg {
	font-size: 0.82rem;
	padding: 0.7rem 1.35rem;
	letter-spacing: 0.06em;
}

body.site-light .page-heading {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: var(--green);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 1.5rem;
	text-align: center;
}

body.site-light .btn-mg {
	background: var(--green);
	color: var(--cream);
	border: none;
	box-shadow: none;
	text-decoration: none;
}

body.site-light .btn-mg:hover {
	background: var(--green-light);
	color: #fff;
	transform: none;
	filter: none;
	box-shadow: none;
	text-decoration: none;
}

body.site-light .btn-mg.btn-sm {
	padding: 0.42rem 0.95rem;
	font-size: 0.7rem;
	letter-spacing: 0.08em;
}

body.site-light .doc-list__category {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--green);
	margin-bottom: 0.75rem;
}

body.site-light .doc-list__item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(15, 61, 46, 0.1);
}

body.site-light .doc-list__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

body.site-light .doc-list__icon {
	color: #c0392b;
	font-size: 1.25rem;
	flex-shrink: 0;
}

body.site-light .doc-list__title {
	flex: 1;
	min-width: 0;
	font-weight: 600;
	color: var(--green);
	text-decoration: none;
	line-height: 1.35;
}

body.site-light .doc-list__title:hover {
	color: var(--green-light);
	text-decoration: underline;
}

body.site-light .doc-list__download {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.42rem 0.95rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--cream);
	background: var(--green);
	border: 1px solid var(--green);
	border-radius: 4px;
	white-space: nowrap;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

body.site-light .doc-list__download:hover {
	background: var(--green-light);
	border-color: var(--green-light);
	color: #fff;
	text-decoration: none;
}

body.site-light .doc-list__download:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}

body.site-light .btn-outline-mg {
	border-color: var(--green);
	color: var(--green);
	text-decoration: none;
}

body.site-light .btn-outline-mg:hover {
	background: var(--green);
	color: var(--cream);
	text-decoration: none;
}

body.site-home .btn-outline-mg.btn-outline-mg--filled,
body.site-light .btn-outline-mg.btn-outline-mg--filled,
body.site-home .home-section__more > .btn-outline-mg,
body.site-light .home-section__more > .btn-outline-mg {
	background: var(--green);
	color: var(--cream);
	border-color: var(--green);
	text-decoration: none;
}

body.site-home .btn-outline-mg.btn-outline-mg--filled:hover,
body.site-light .btn-outline-mg.btn-outline-mg--filled:hover,
body.site-home .home-section__more > .btn-outline-mg:hover,
body.site-light .home-section__more > .btn-outline-mg:hover {
	background: var(--green-light);
	color: var(--cream);
	text-decoration: none;
}

body.site-light .site-footer {
	background: #0f3d2e;
	background: var(--green);
	border-top: 3px solid #c9a84c;
	border-top: 3px solid var(--gold);
}

body.site-light .director-row {
	border-bottom-color: #e8e0d0;
	color: #24332e;
}

body.site-light .director-row.active {
	background: #f5f0e6;
}

body.site-light #italy-map .region {
	fill: #c5d9ce;
}

body.site-light #italy-map .region.active,
body.site-light #italy-map .region.highlight-linked {
	fill: #0f3d2e;
	stroke: var(--gold);
	stroke-width: 1.9;
	filter: drop-shadow(0 2px 5px rgba(15, 61, 46, 0.4));
}

body.site-light #italy-map .region.region-primary {
	fill: #0f3d2e;
	stroke: var(--gold-light);
	stroke-width: 2.4;
	filter: drop-shadow(0 3px 8px rgba(15, 61, 46, 0.5));
}

body.site-light #italy-map.has-highlight .region:not(.active):not(.highlight-linked) {
	fill: #dbe8e2;
	opacity: 0.45;
}

body.site-light .cal-day {
	color: var(--green);
}

body.site-light .cal-event {
	color: var(--green-light);
}

body.site-light .cal-cell {
	border-color: #ddd5c4;
	background: #faf8f4;
}

/* ── Pagina eventi: toolbar, lista, calendario ── */
.events-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 1.75rem;
}

.events-toolbar:not(:has(.events-toolbar__scope)) {
	justify-content: flex-end;
}

.events-toolbar__scope,
.events-toolbar__view {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	padding: 0.35rem;
	background: #fff;
	border: 1px solid rgba(15, 61, 46, 0.12);
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(15, 61, 46, 0.06);
}

.events-toolbar__tab,
.events-toolbar__view-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--green);
	background: transparent;
	border: none;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.events-toolbar__tab:hover,
.events-toolbar__view-btn:hover {
	color: var(--green-light);
	background: rgba(15, 61, 46, 0.06);
}

.events-toolbar__tab.is-active,
.events-toolbar__view-btn.is-active {
	background: var(--green);
	color: var(--cream);
	box-shadow: 0 4px 14px rgba(15, 61, 46, 0.22);
}

/* Filtri eventi — stile MG (bordo oro, angoli contenuti; no pill) */
.events-filters {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 1rem 1.25rem;
	margin-bottom: 1.75rem;
	padding: 1.05rem 1.2rem;
	background: #fff;
	border: 1px solid #e8e0d0;
	border-top: 3px solid var(--gold);
	border-radius: 4px;
	box-shadow: 0 4px 16px rgba(15, 61, 46, 0.08);
}

.events-filters__field {
	flex: 1 1 0;
	min-width: 0;
}

.events-filters__label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--green);
	white-space: nowrap;
}

.events-filters__select {
	min-height: 2.55rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.9rem;
	color: #24332e;
	background-color: #faf8f4;
	border-color: rgba(15, 61, 46, 0.18);
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(15, 61, 46, 0.04);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.events-filters__select:hover {
	border-color: rgba(201, 168, 76, 0.65);
	background-color: #fff;
}

.events-filters__select:focus,
.events-filters__select:focus-visible,
.events-filters .events-filters__select.form-select:focus {
	border-color: var(--gold);
	background-color: #fff;
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.22);
}

.events-filters__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.5rem;
	margin-left: auto;
	padding-bottom: 0.05rem;
}

.events-filters__actions .btn-mg,
.events-filters__actions .btn-outline-mg {
	white-space: nowrap;
	min-height: 2.55rem;
	border-radius: 4px;
	padding-left: 1.15rem;
	padding-right: 1.15rem;
	display: inline-flex;
	align-items: center;
}

@media (max-width: 767.98px) {
	.events-filters {
		flex-wrap: wrap;
	}

	.events-filters__field {
		flex: 1 1 calc(50% - 0.625rem);
		min-width: 9rem;
	}

	.events-filters__actions {
		flex: 1 1 100%;
		margin-left: 0;
		justify-content: flex-end;
	}
}

@media (max-width: 479.98px) {
	.events-filters__field {
		flex: 1 1 100%;
	}
}

.content-panel--calendar {
	padding: 1.35rem 1.25rem 1.5rem;
}

.events-empty {
	text-align: center;
	color: #6b7a73;
	font-style: italic;
	padding: 1rem 0;
}

.events-empty--has-cta {
	margin-bottom: 0;
	padding-bottom: 0.35rem;
}

.events-empty__actions {
	display: flex;
	justify-content: center;
	padding: 0.75rem 0 0.35rem;
}

.events-empty__actions .btn-mg {
	border-radius: 4px;
	min-height: 2.55rem;
	display: inline-flex;
	align-items: center;
	padding-left: 1.35rem;
	padding-right: 1.35rem;
}

/* Lista eventi (stile card orizzontale) */
.events-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.events-list__item {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	gap: 1.15rem;
	align-items: start;
	background: #fff;
	border-top: 3px solid var(--gold);
	box-shadow: 0 3px 16px rgba(15, 61, 46, 0.08);
	padding: 1rem 1.15rem;
}

.events-list__media {
	display: block;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef3ef;
	align-self: start;
}

.events-list__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.events-list__media--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gold);
	font-size: 1.75rem;
	text-decoration: none;
}

.events-list__category {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gold);
}

.events-list__title {
	margin: 0 0 0.45rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.2;
}

.events-list__title a {
	color: var(--green);
	text-decoration: none;
}

.events-list__title a:hover {
	color: var(--green-light);
}

.events-list__location {
	margin: 0 0 0.45rem;
	font-size: 0.88rem;
	color: #6b7a73;
}

.events-list__location i {
	color: var(--gold);
	margin-right: 0.25rem;
}

.events-list__region {
	margin: 0 0 0.45rem;
	font-size: 0.88rem;
	color: #6b7a73;
}

.events-list__region i {
	color: var(--green-light);
	margin-right: 0.25rem;
}

.events-list__excerpt {
	margin: 0 0 0.65rem;
	color: #42554e;
	font-size: 0.92rem;
	line-height: 1.55;
}

.events-list__link {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--green-light);
	text-decoration: none;
}

.events-list__link:hover {
	color: var(--green);
}

.events-list__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 5.25rem;
	padding: 0.85rem 1rem;
	border-left: 2px solid rgba(201, 168, 76, 0.45);
	text-align: center;
	flex-shrink: 0;
}

.events-list__date-month {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #4a5c66;
	line-height: 1.1;
}

.events-list__date-day {
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 2.85rem;
	font-weight: 700;
	line-height: 1;
	color: #1a2e3a;
	letter-spacing: -0.02em;
}

body.site-light .event-attachments__download {
	flex-shrink: 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--green-light);
	text-decoration: none;
}

body.site-light .event-attachments__download:hover {
	color: var(--green);
	text-decoration: underline;
}

.events-list__attachment {
	margin: 0 0 0.55rem;
	font-size: 0.84rem;
	font-weight: 600;
	color: #8b3a32;
}

.events-list__attachment i {
	margin-right: 0.3rem;
}

.events-list__period {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #3d5248;
}

.events-list__period i {
	color: var(--gold);
	margin-right: 0.35rem;
}

/* Calendario mensile */
.mg-events-cal__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.15rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid rgba(201, 168, 76, 0.35);
}

.mg-events-cal__nav {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.mg-events-cal__nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	padding: 0 0.75rem;
	border: 1px solid rgba(15, 61, 46, 0.18);
	border-radius: 999px;
	background: #fff;
	color: var(--green);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.mg-events-cal__nav-btn:hover {
	background: rgba(15, 61, 46, 0.06);
	border-color: rgba(201, 168, 76, 0.55);
	color: var(--green-light);
}

.mg-events-cal__nav-btn--today {
	min-width: auto;
	padding: 0 1rem;
}

.mg-events-cal__title {
	margin: 0;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--green);
}

.mg-events-cal__weekdays {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0.35rem;
	margin-bottom: 0.35rem;
}

.mg-events-cal__weekday {
	text-align: center;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7a73;
	padding: 0.35rem 0;
}

.mg-events-cal__grid {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mg-events-cal__week {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	column-gap: 0.35rem;
	--mg-cal-cell-base: 5rem;
	--mg-cal-lane-height: 1.35rem;
	--mg-cal-lanes: 0;
}

.mg-events-cal__cell {
	grid-row: 1;
	min-height: calc(var(--mg-cal-cell-base) + var(--mg-cal-lanes) * var(--mg-cal-lane-height));
	padding: 0.4rem 0.35rem 0.35rem;
	border: 1px solid #e8e0d0;
	border-radius: 4px;
	background: #faf8f4;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 0;
}

.mg-events-cal__cell--muted {
	background: #f3f0e8;
	opacity: 0.72;
}

.mg-events-cal__cell--today {
	background: #fff9e8;
	border-color: var(--gold);
	box-shadow: inset 0 0 0 1px rgba(201, 168, 76, 0.25);
}

.mg-events-cal__cell--has-events {
	background: #fff;
}

.mg-events-cal__day {
	align-self: flex-end;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--green);
	line-height: 1;
	position: relative;
	z-index: 2;
}

.mg-events-cal__cell--muted .mg-events-cal__day {
	color: #8a968f;
}

.mg-events-cal__bars {
	grid-column: 1 / -1;
	grid-row: 1;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	grid-auto-rows: var(--mg-cal-lane-height);
	column-gap: 0.35rem;
	row-gap: 0.15rem;
	align-self: end;
	padding: 0 0 0.35rem;
	pointer-events: none;
}

.mg-events-cal__bar {
	display: flex;
	align-items: center;
	min-height: var(--mg-cal-lane-height);
	padding: 0.15rem 0.55rem;
	background: var(--green);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 4px;
	overflow: hidden;
	transition: background 0.15s ease;
	pointer-events: auto;
}

.mg-events-cal__bar:hover {
	background: var(--green-light);
	color: #fff;
}

.mg-events-cal__bar--continued {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 0.35rem;
}

.mg-events-cal__bar--continues {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-right: 0.35rem;
}

.mg-events-cal__bar-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
	.events-list__item {
		grid-template-columns: 170px minmax(0, 1fr);
	}

	.events-list__date {
		grid-column: 1 / -1;
		flex-direction: row;
		justify-content: flex-start;
		gap: 0.75rem;
		border-left: none;
		border-top: 1px solid rgba(201, 168, 76, 0.25);
		padding-top: 0.75rem;
		min-width: 0;
		align-items: baseline;
	}

	.mg-events-cal__week {
		--mg-cal-cell-base: 4.25rem;
	}

	.mg-events-cal__cell {
		padding: 0.3rem;
	}

	.mg-events-cal__bar {
		font-size: 0.66rem;
	}
}

@media (max-width: 575.98px) {
	.events-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.events-toolbar__scope,
	.events-toolbar__view {
		justify-content: center;
	}

	.events-list__item {
		grid-template-columns: 1fr;
	}

	.events-list__media,
	.events-list__media img {
		aspect-ratio: 16 / 10;
	}

	.mg-events-cal__toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.mg-events-cal__title {
		text-align: center;
	}

	.mg-events-cal__nav {
		justify-content: center;
	}

	.mg-events-cal__week {
		--mg-cal-cell-base: 3.5rem;
		--mg-cal-lane-height: 1.15rem;
	}

	.mg-events-cal__cell {
		padding: 0.25rem;
	}

	.mg-events-cal__bar {
		font-size: 0.62rem;
		padding: 0.1rem 0.35rem;
	}
}

@media (max-width: 991px) {
	.club-sidebar {
		margin-bottom: 0.5rem;
	}
	.content-panel {
		padding: 1.25rem 1rem;
	}
}

/* ── Pagina contatti ── */
.contacts-offices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 2rem;
}

.contacts-office {
	display: flex;
	gap: 1rem;
	padding: 1.35rem 1.25rem;
	border-radius: 6px;
	box-shadow: 0 6px 22px rgba(15, 61, 46, 0.12);
	color: var(--cream);
}

.contacts-office--secretariat {
	background: linear-gradient(135deg, #0f3d2e 0%, #1a5c45 100%);
	border: 1px solid rgba(201, 168, 76, 0.45);
}

.contacts-office--secretariat .contacts-office__title,
.contacts-office--secretariat .contacts-office__role,
.contacts-office--secretariat .contacts-office__content,
.contacts-office--secretariat .contacts-office__content.cms-body {
	color: #fff;
}

.contacts-office--secretariat .contacts-office__content a,
.contacts-office--secretariat .cms-body a {
	color: var(--gold-light);
}

.contacts-office--hq {
	background: linear-gradient(135deg, #8a6d1f 0%, #c9a84c 55%, #a8872e 100%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #1a241f;
}

.contacts-office--hq .contacts-office__title,
.contacts-office--hq .contacts-office__role {
	color: #1a241f;
}

.contacts-office--hq .contacts-office__content,
.contacts-office--hq .contacts-office__content a {
	color: #24332e;
}

.contacts-office__icon {
	flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 1.35rem;
	background: rgba(255, 255, 255, 0.14);
}

.contacts-office--hq .contacts-office__icon {
	background: rgba(255, 255, 255, 0.35);
	color: #1a241f;
}

.contacts-office__title {
	margin: 0 0 0.65rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.contacts-office__content {
	font-size: 0.95rem;
	line-height: 1.65;
}

.contacts-office__content a {
	color: var(--gold-light);
}

.contacts-office--hq .contacts-office__content a {
	color: #0f3d2e;
	font-weight: 600;
}

.contacts-office__role {
	margin: 0.85rem 0 0;
	font-size: 0.88rem;
	opacity: 0.92;
}

.contacts-directors-panel__title {
	margin: 0 0 1rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.35rem;
	color: var(--green);
	letter-spacing: 0.04em;
}

.contacts-map-panel__title {
	margin: 0 0 1rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--green);
	letter-spacing: 0.02em;
}

#contacts-interactive {
	align-items: stretch;
}

#contacts-interactive > [class*="col-"] {
	display: flex;
}

.contacts-directors-panel,
.contacts-map-panel {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: min(calc(68vh + 4.5rem), 680px);
}

.directors-list {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	flex: 1 1 auto;
	min-height: min(68vh, 620px);
	max-height: min(68vh, 620px);
	overflow-y: auto;
	padding-right: 0.25rem;
}

.director-card {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.85rem 0.95rem;
	border: 1px solid rgba(15, 61, 46, 0.12);
	border-left: 4px solid rgba(201, 168, 76, 0.45);
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.director-card__body {
	flex: 1 1 auto;
	min-width: 0;
}

.director-card__photo {
	flex: 0 0 auto;
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 4px;
	overflow: hidden;
	border: 2px solid var(--gold);
	box-shadow: 0 2px 8px rgba(15, 61, 46, 0.08);
	align-self: center;
	transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.director-card__photo:hover,
.director-card__photo:focus-visible {
	border-color: var(--gold-light);
	box-shadow: 0 4px 14px rgba(201, 168, 76, 0.35);
	outline: none;
}

.director-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

/* Lightbox foto direttori: ~50% schermo, click fuori chiude */
.glightbox-mg-directors .gslide-media {
	width: auto !important;
	max-width: 50vw !important;
	max-height: 50vh !important;
}

.glightbox-mg-directors .gslide-image img {
	max-width: 50vw !important;
	max-height: 50vh !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}

.glightbox-mg-directors .gslide-description {
	background: rgba(15, 61, 46, 0.92);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.glightbox-mg-directors .gslide-title {
	color: #faf6ee;
	font-family: 'Cormorant Garamond', Georgia, serif;
	padding-left: 0.25rem;
}

.glightbox-mg-directors .gclose {
	background: rgba(15, 61, 46, 0.75);
	border: 1px solid rgba(201, 168, 76, 0.45);
}

.glightbox-mg-directors .gclose:hover {
	background: rgba(26, 92, 69, 0.95);
}

.glightbox-mg-directors .gclose path {
	fill: #faf6ee;
}


.director-card:hover,
.director-card:focus {
	background: #f5f0e4;
	border-left-color: var(--gold);
	box-shadow: 0 4px 14px rgba(15, 61, 46, 0.1);
	outline: none;
}

.director-card.active {
	background: linear-gradient(90deg, rgba(201, 168, 76, 0.14) 0%, #ebe3cf 18%, #f5f0e4 100%);
	border: 2px solid rgba(201, 168, 76, 0.75);
	border-left: 6px solid var(--gold);
	box-shadow:
		0 0 0 1px rgba(15, 61, 46, 0.08),
		0 6px 20px rgba(15, 61, 46, 0.16);
	outline: none;
}

.director-card.active .director-card__regions {
	color: var(--green);
	font-weight: 800;
}

.director-card.active .director-card__name {
	color: #082a20;
}

.director-card__regions {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--green-light);
}

.director-card__name {
	margin: 0;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.15rem;
	color: var(--green);
}

.director-card__position {
	margin: 0.2rem 0 0;
	font-size: 0.82rem;
	color: #6b7a73;
}

.director-card__contacts {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 0.55rem;
}

.director-card__link {
	font-size: 0.86rem;
	color: #24332e;
	text-decoration: none;
}

.director-card__link i {
	color: var(--gold);
	margin-right: 0.35rem;
	width: 1rem;
	text-align: center;
}

.director-card__link:hover {
	color: var(--green);
}

.contacts-map-panel {
	padding: 1.25rem;
}

.contacts-map-panel__body {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
}

.italy-map-host {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.italy-map-svg {
	width: 100%;
	height: 100%;
	max-height: min(68vh, 620px);
	display: block;
}

.italy-map__sea {
	fill: #dce8ef;
}

.italy-map-svg .region {
	fill: #c5d9ce;
	stroke: #fff;
	stroke-width: 0.9;
	cursor: pointer;
	transition: fill 0.2s ease, stroke 0.2s ease, filter 0.2s ease;
}

.italy-map-svg .region:hover,
.italy-map-svg .region:focus {
	fill: #124a38;
	stroke: var(--gold);
	stroke-width: 1.6;
	outline: none;
}

.italy-map-svg .region.active,
.italy-map-svg .region.highlight-linked {
	fill: #0f3d2e;
	stroke: var(--gold);
	stroke-width: 1.9;
	filter: drop-shadow(0 2px 5px rgba(15, 61, 46, 0.4));
}

.italy-map-svg .region.region-primary {
	fill: #0f3d2e;
	stroke: var(--gold-light);
	stroke-width: 2.4;
	filter: drop-shadow(0 3px 8px rgba(15, 61, 46, 0.5));
}

.italy-map-svg.has-highlight .region:not(.active):not(.highlight-linked) {
	fill: #dbe8e2;
	opacity: 0.45;
}

.contacts-form-section {
	margin-top: 2rem;
}

.contacts-form-panel {
	padding: 1.5rem 1.75rem;
}

.contacts-form-panel__title {
	margin: 0 0 1.25rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.5rem;
	color: var(--green);
	letter-spacing: 0.04em;
}

.contacts-form-alert {
	border-radius: 4px;
}

.contacts-form-alert.alert-success {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	background: #eef6f0;
	border: 1px solid rgba(15, 61, 46, 0.18);
	color: var(--green);
}

.contacts-form-alert.alert-success i {
	color: var(--gold);
	margin-top: 0.15rem;
}

.contact-form .form-label {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--green);
}

.contact-form .form-control {
	border-color: rgba(15, 61, 46, 0.18);
	background: #fff;
	color: #24332e;
}

.contact-form .form-control:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.2);
}

.contact-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contacts-empty {
	text-align: center;
	color: #6b7a73;
	font-style: italic;
	padding: 1rem 0;
}

@media (max-width: 991.98px) {
	.contacts-offices {
		grid-template-columns: 1fr;
	}

	.directors-list {
		max-height: none;
		min-height: 320px;
	}

	.contacts-directors-panel,
	.contacts-map-panel {
		min-height: auto;
	}

	.contacts-map-panel__body {
		min-height: 320px;
	}
}

@media (max-width: 575.98px) {
	.contacts-office {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ── Pagina Galleria: card uniformi ── */
/* Annulla .gallery-grid legacy in site.css (rompe le col Bootstrap) */
body.site-light .row.gallery-grid,
body.site-light .row.gallery-list {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: unset;
}

body.site-light .gallery-list > [class*="col-"],
body.site-light .gallery-grid > [class*="col-"] {
	display: flex;
}

body.site-light .gallery-filters {
	margin-bottom: 1.5rem;
}

body.site-light .gallery-filters__field {
	flex: 1 1 auto;
	min-width: 14rem;
}

body.site-light .gallery-filters__count {
	margin: -0.5rem 0 1.25rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #6b7a73;
}

/* Ricerca galleria — stile MG (no pill / no barra bianca bulky) */
body.site-light .gallery-search {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 1.75rem auto;
	max-width: 34rem;
	width: 100%;
}

body.site-light .gallery-search__bar {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 1px solid rgba(15, 61, 46, 0.18);
	border-bottom: 2px solid var(--gold);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 2px 10px rgba(15, 61, 46, 0.06);
}

body.site-light .gallery-search__icon {
	display: flex;
	align-items: center;
	padding: 0 0.85rem 0 1rem;
	color: var(--gold);
	font-size: 0.9rem;
	opacity: 0.85;
}

body.site-light .gallery-search__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 0.7rem 0.5rem;
	font-family: 'Source Sans 3', system-ui, sans-serif;
	font-size: 0.95rem;
	color: #24332e;
	outline: none;
	box-shadow: none;
	border-radius: 0;
}

body.site-light .gallery-search__input::placeholder {
	color: #8a968f;
	font-style: italic;
}

body.site-light .gallery-search__input:focus {
	outline: none;
	box-shadow: none;
}

body.site-light .gallery-search__bar:focus-within {
	border-color: rgba(15, 61, 46, 0.35);
	border-bottom-color: var(--green);
	background: #fff;
}

body.site-light .gallery-search__submit {
	flex: 0 0 auto;
	border: 0;
	border-left: 1px solid rgba(15, 61, 46, 0.12);
	background: var(--green);
	color: var(--cream);
	padding: 0.7rem 1.25rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.18s ease;
}

body.site-light .gallery-search__submit:hover {
	background: var(--green-light);
	color: #fff;
}

body.site-light .gallery-search__reset {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding: 0 1rem;
	border-left: 1px solid rgba(15, 61, 46, 0.12);
	background: transparent;
	color: var(--green);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.18s ease, color 0.18s ease;
}

body.site-light .gallery-search__reset:hover {
	background: rgba(15, 61, 46, 0.06);
	color: var(--green-light);
	text-decoration: none;
}

body.site-light .gallery-search__count {
	text-align: right;
	margin: -0.85rem 0 1.35rem;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #6b7a73;
}

@media (max-width: 575.98px) {
	body.site-light .gallery-search {
		max-width: none;
	}

	body.site-light .gallery-search__bar {
		flex-wrap: wrap;
	}

	body.site-light .gallery-search__icon {
		padding-right: 0.55rem;
	}

	body.site-light .gallery-search__input {
		flex: 1 1 calc(100% - 2.5rem);
	}

	body.site-light .gallery-search__submit,
	body.site-light .gallery-search__reset {
		flex: 1 1 auto;
		justify-content: center;
		border-left: none;
		border-top: 1px solid rgba(15, 61, 46, 0.12);
		text-align: center;
	}
}

body.site-light .gallery-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.site-light .gallery-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(15, 61, 46, 0.16);
}

.gallery-card__media {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eef3ef;
}

.gallery-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

body.site-light .gallery-card:hover .gallery-card__media img {
	transform: scale(1.04);
}

.gallery-card__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gold);
	font-size: 2.5rem;
	opacity: 0.5;
}

.gallery-card__title {
	display: block;
	flex: 1 1 auto;
	padding: 0.9rem 1.1rem 1rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--green);
	word-break: normal;
	overflow-wrap: anywhere;
}

/* ── Link Galleria → I nostri video ── */
.gallery-videos-link {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0 0 1.5rem;
	padding: 1rem 1.25rem;
	text-decoration: none;
	color: inherit;
	background: linear-gradient(135deg, rgba(15, 61, 46, 0.06), rgba(201, 168, 76, 0.12));
	border: 1px solid rgba(15, 61, 46, 0.12);
	border-left: 4px solid #c4302b;
	border-radius: 4px;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-videos-link:hover {
	background: linear-gradient(135deg, rgba(15, 61, 46, 0.1), rgba(201, 168, 76, 0.18));
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(15, 61, 46, 0.12);
	color: inherit;
}

.gallery-videos-link__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: #c4302b;
	color: #fff;
	font-size: 1.35rem;
}

.gallery-videos-link__text {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.gallery-videos-link__title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--green);
}

.gallery-videos-link__hint {
	font-size: 0.92rem;
	line-height: 1.35;
	color: rgba(15, 61, 46, 0.72);
}

.gallery-videos-link__arrow {
	flex: 0 0 auto;
	color: var(--green);
	opacity: 0.55;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.gallery-videos-link:hover .gallery-videos-link__arrow {
	opacity: 1;
	transform: translateX(3px);
}

/* ── Pagina I nostri video ── */
.mg-videos-back {
	margin: 0 0 0.75rem;
}

.mg-videos-back a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.92rem;
	color: var(--green);
	text-decoration: none;
}

.mg-videos-back a:hover {
	color: var(--gold);
}

.mg-videos-intro {
	margin: 0 0 1.75rem;
	max-width: 42rem;
	font-size: 1.05rem;
	line-height: 1.5;
	color: rgba(15, 61, 46, 0.78);
}

.mg-video-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.mg-video-card__media {
	background: #0f3d2e;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(15, 61, 46, 0.12);
}

.mg-video-card__media iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.mg-video-card__play {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: #111;
}

.mg-video-card__play img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, opacity 0.2s ease;
}

.mg-video-card__play:hover img,
.mg-video-card__play:focus-visible img {
	transform: scale(1.04);
	opacity: 0.88;
}

.mg-video-card__play-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	transition: transform 0.2s ease, color 0.2s ease;
}

.mg-video-card__play:hover .mg-video-card__play-icon,
.mg-video-card__play:focus-visible .mg-video-card__play-icon {
	color: #ff0000;
	transform: scale(1.08);
}

.mg-video-card__title {
	margin: 0.85rem 0 0.25rem;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--green);
}

.mg-video-card__date {
	margin: 0;
	font-size: 0.85rem;
	color: rgba(15, 61, 46, 0.58);
}

.mg-videos-channel {
	text-align: center;
}

.mg-videos-channel .btn-mg i {
	margin-right: 0.4rem;
}

@media (max-width: 575.98px) {
	.gallery-videos-link {
		padding: 0.9rem 1rem;
		gap: 0.75rem;
	}

	.gallery-videos-link__hint {
		font-size: 0.85rem;
	}
}

/* ── Pagina 404 (non trovata) ── */
.mg-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 320px);
	padding: 3.5rem 0;
}

.mg-404__panel {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	padding: 3.25rem 2.5rem 2.75rem;
	text-align: center;
	background: #fff;
	border-top: 4px solid var(--gold);
	border-radius: 6px;
	box-shadow: 0 18px 48px rgba(15, 61, 46, 0.14);
	overflow: hidden;
}

.mg-404__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 12%, rgba(201, 168, 76, 0.14), transparent 42%),
		radial-gradient(circle at 88% 90%, rgba(15, 61, 46, 0.08), transparent 46%);
	pointer-events: none;
}

.mg-404__badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.35rem;
}

.mg-404__code {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(5rem, 16vw, 8.5rem);
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: 0.02em;
	background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 55%, var(--gold) 130%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--green);
}

.mg-404__icon {
	position: absolute;
	right: -1.6rem;
	bottom: 0.6rem;
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	color: var(--gold);
	opacity: 0.85;
}

.mg-404__title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.7rem, 4vw, 2.4rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--green);
	margin: 0 0 0.65rem;
}

.mg-404__text {
	max-width: 440px;
	margin: 0 auto 2rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #5a6b64;
}

.mg-404__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 0.75rem;
}

.mg-404__actions .btn-mg,
.mg-404__actions .btn-outline-mg {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.78rem;
	padding: 0.7rem 1.35rem;
	border-radius: 4px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mg-404__actions .btn-mg i,
.mg-404__actions .btn-outline-mg i {
	font-size: 0.9em;
}

body.site-light .mg-404__actions .btn-outline-mg:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(15, 61, 46, 0.16);
}

@media (max-width: 575.98px) {
	.mg-404__panel {
		padding: 2.5rem 1.35rem 2.25rem;
	}

	.mg-404__actions .btn-mg,
	.mg-404__actions .btn-outline-mg {
		flex: 1 1 100%;
		justify-content: center;
	}
}

/* Club page: direttori + mappa (stesso blocco di contatti) */
.content-panel--directors-intro {
	margin-bottom: 1rem;
}
.club-directors-map .contacts-directors-panel,
.club-directors-map .contacts-map-panel {
	box-shadow: 0 8px 24px rgba(15, 61, 46, 0.06);
}
