/*
Theme Name: FLAG Festival
Theme URI: https://www.flagfestival.it/
Author: GAYCS
Author URI: https://www.gaycs.org/
Description: Tema leggero e accessibile per FLAG Festival, compatibile con Gutenberg e con il plugin FLAG Core.
Version: 1.0.16
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: flag-festival
*/

:root {
	--flag-ink: #170316;
	--flag-plum: #3d0f42;
	--flag-plum-2: #5a1657;
	--flag-magenta: #c2137d;
	--flag-pink: #ee2a7b;
	--flag-rose: #ff5fa2;
	--flag-paper: #fdf3f8;
	--flag-paper-2: #f7e3ee;
	--flag-white: #fff;
	--flag-wrap: 1120px;
	--flag-reading: 920px;
	--flag-radius: 18px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--flag-ink);
	background: var(--flag-paper);
	font-family: "Work Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.6;
}

body.admin-bar .site-header {
	top: 32px;
}

a {
	color: var(--flag-magenta);
	text-underline-offset: .18em;
}

a:hover {
	color: var(--flag-pink);
}

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

h1,
h2,
h3,
h4 {
	margin-top: 0;
	font-family: "Arial Black", "Work Sans", sans-serif;
	line-height: 1.04;
	letter-spacing: -.035em;
}

h1 {
	font-size: clamp(3rem, 8vw, 6.5rem);
}

h2 {
	font-size: clamp(2.1rem, 5vw, 4rem);
}

h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.8rem);
}

.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: var(--flag-white);
	color: var(--flag-ink);
}

.flag-wrap,
.site-main > .entry-content > *,
.entry-header,
.archive-header {
	width: min(calc(100% - 40px), var(--flag-wrap));
	margin-inline: auto;
}

.site-main > .entry-content > .alignwide {
	width: min(calc(100% - 40px), 1320px);
	max-width: none;
}

.site-main > .entry-content > .alignfull {
	width: 100%;
	max-width: none;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(23, 3, 22, .97);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	backdrop-filter: blur(14px);
}

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

.site-branding {
	flex: 0 0 auto;
}

.site-logo-link {
	display: block;
}

.site-logo {
	width: 340px;
	max-height: 72px;
	object-fit: contain;
	object-position: left center;
}

.custom-logo-link img {
	width: 340px;
	max-height: 72px;
	object-fit: contain;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

.primary-nav ul {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-nav a {
	color: var(--flag-white);
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
	color: var(--flag-rose);
}

.menu-item-cta a,
.flag-nav-cta {
	display: inline-flex;
	padding: 10px 18px;
	align-items: center;
	justify-content: center;
	background: var(--flag-pink);
	color: var(--flag-white) !important;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: .04em;
	text-transform: uppercase;
	transform: rotate(-1deg);
}

.menu-toggle {
	display: none;
	padding: 10px;
	background: transparent;
	color: var(--flag-white);
	border: 1px solid rgba(255, 255, 255, .35);
	font: inherit;
	cursor: pointer;
}

.flag-hero {
	position: relative;
	display: grid;
	min-height: min(780px, calc(100vh - 72px));
	align-items: end;
	overflow: hidden;
	background-color: var(--flag-ink);
	background-image:
		linear-gradient(180deg, rgba(23, 3, 22, .25), rgba(23, 3, 22, .92)),
		var(--flag-hero-image);
	background-position: center;
	background-size: cover;
	color: var(--flag-white);
}

.flag-hero::after {
	position: absolute;
	right: -9vw;
	bottom: -11vw;
	width: 38vw;
	height: 38vw;
	border: 2px solid rgba(255, 255, 255, .18);
	border-radius: 50%;
	content: "";
}

.flag-hero__inner {
	position: relative;
	z-index: 1;
	padding-block: clamp(72px, 10vw, 128px) 72px;
}

.flag-hero__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.flag-tape {
	display: inline-block;
	padding: 7px 14px;
	background: var(--flag-white);
	color: var(--flag-magenta);
	box-shadow: 0 4px 0 rgba(0, 0, 0, .16);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	transform: rotate(-2deg);
}

.flag-tape--pink {
	background: var(--flag-pink);
	color: var(--flag-white);
	transform: rotate(1deg);
}

.flag-hero h1 {
	max-width: 850px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.flag-hero__subtitle {
	max-width: 980px;
	margin: 0 0 20px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: clamp(1rem, 2.8vw, 1.85rem);
	font-weight: 800;
	letter-spacing: .075em;
	line-height: 1.2;
	text-transform: uppercase;
}

.flag-hero__year {
	margin-bottom: 36px;
	color: var(--flag-rose);
	font-size: clamp(2rem, 6vw, 4.8rem);
	font-weight: 900;
	line-height: 1;
}

.flag-hero__meta {
	display: grid;
	max-width: 760px;
	grid-template-columns: minmax(200px, .8fr) 1.2fr;
	gap: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .35);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	text-transform: uppercase;
}

.flag-hero__dates {
	font-size: clamp(1.3rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.2;
}

.flag-hero__venue {
	max-width: 410px;
	margin-top: 12px;
	color: var(--flag-white);
	font-size: clamp(.78rem, 1.5vw, .95rem);
	font-weight: 700;
	letter-spacing: .055em;
	line-height: 1.4;
}

.flag-hero__pillars {
	align-self: center;
	color: var(--flag-white);
	font-size: clamp(.95rem, 2vw, 1.3rem);
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.35;
}

.flag-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.flag-event-notice {
	display: flex;
	width: fit-content;
	max-width: 100%;
	flex-wrap: wrap;
	gap: 8px 24px;
	padding: 13px 18px;
	margin-top: 28px;
	background: var(--flag-white);
	color: var(--flag-ink);
	box-shadow: 7px 7px 0 var(--flag-pink);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: clamp(.88rem, 2vw, 1.05rem);
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.flag-event-notice strong {
	color: var(--flag-magenta);
}

.flag-button,
.wp-block-button__link,
button.flag-button {
	display: inline-flex;
	min-height: 48px;
	padding: 12px 20px;
	align-items: center;
	justify-content: center;
	background: var(--flag-pink);
	color: var(--flag-white);
	border: 2px solid var(--flag-pink);
	border-radius: 0;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.flag-button:hover,
.flag-button:focus-visible,
.wp-block-button__link:hover {
	background: var(--flag-white);
	color: var(--flag-ink);
	border-color: var(--flag-white);
}

.flag-button--ghost {
	background: transparent;
	color: var(--flag-white);
	border-color: rgba(255, 255, 255, .75);
}

.flag-button--light {
	background: var(--flag-white);
	color: var(--flag-ink);
	border-color: var(--flag-white);
}

.flag-button--light:hover,
.flag-button--light:focus-visible {
	background: var(--flag-pink);
	color: var(--flag-white);
	border-color: var(--flag-pink);
}

.flag-section {
	padding-block: clamp(72px, 9vw, 120px);
}

.flag-section--white {
	background: var(--flag-white);
}

.flag-section--dark {
	background: var(--flag-ink);
	color: var(--flag-white);
}

.flag-section--pink {
	background: var(--flag-pink);
	color: var(--flag-white);
}

.flag-kicker {
	margin-bottom: 10px;
	color: var(--flag-magenta);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.flag-section--dark .flag-kicker,
.flag-section--pink .flag-kicker {
	color: var(--flag-rose);
}

.flag-lead {
	max-width: 820px;
	font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.flag-gaycs-profile-logo {
	max-width: 460px;
	margin-bottom: 28px;
}

.flag-gaycs-profile-logo img {
	width: 100%;
	max-height: 155px;
	object-fit: contain;
	object-position: left center;
}

.flag-program-cta {
	margin-top: 30px;
}

.flag-booking-intro {
	max-width: 860px;
	margin-bottom: 30px;
}

.flag-booking-intro p:first-child {
	display: flex;
	width: fit-content;
	flex-wrap: wrap;
	gap: 8px 24px;
	padding: 12px 16px;
	background: var(--flag-white);
	color: var(--flag-ink);
	box-shadow: 6px 6px 0 var(--flag-ink);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.flag-booking-intro p:first-child strong {
	color: var(--flag-magenta);
}

.flag-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.flag-card {
	position: relative;
	padding: 26px;
	background: var(--flag-white);
	color: var(--flag-ink);
	border: 1px solid var(--flag-paper-2);
	box-shadow: 0 14px 35px rgba(61, 15, 66, .08);
}

.flag-card__year {
	color: var(--flag-pink);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 1.45rem;
	font-weight: 900;
}

.flag-card a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.flag-card a:focus-visible {
	outline: 3px solid var(--flag-pink);
	outline-offset: 5px;
}

.flag-editions-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.flag-sponsors-placeholder {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.flag-sponsor-placeholder {
	display: flex;
	min-height: 118px;
	padding: 18px;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #6e566b;
	border: 1px solid var(--flag-paper-2);
	box-shadow: 0 10px 28px rgba(61, 15, 66, .07);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
}

#sponsor .wp-block-gallery,
#sponsor .wp-block-image {
	margin-top: 34px;
}

#sponsor .wp-block-gallery figure {
	display: flex;
	min-height: 118px;
	padding: 18px;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid var(--flag-paper-2);
}

#sponsor .wp-block-gallery img {
	max-height: 78px;
	object-fit: contain;
}

.flag-partner-groups {
	display: grid;
	gap: clamp(34px, 5vw, 58px);
	margin-top: 42px;
}

.flag-partner-group {
	padding-top: 24px;
	border-top: 1px solid var(--flag-paper-2);
}

.flag-partner-group h3 {
	margin-bottom: 18px;
	color: var(--flag-plum);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .82rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.flag-partner-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.flag-partner-grid--single {
	max-width: 560px;
	grid-template-columns: 1fr;
}

.flag-partner-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flag-partner-logo {
	display: flex;
	min-height: 160px;
	padding: 24px;
	align-items: center;
	justify-content: center;
	margin: 0;
	background: var(--flag-white);
	border: 1px solid var(--flag-paper-2);
	box-shadow: 0 10px 28px rgba(61, 15, 66, .07);
}

.flag-partner-logo--dark {
	background: #151216;
	border-color: #151216;
}

.flag-partner-logo[data-partner-status="da-confermare"] {
	display: none;
}

.flag-partner-logo img {
	width: auto;
	max-width: 100%;
	max-height: 108px;
	object-fit: contain;
}

.flag-partner-link {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 110px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.flag-partner-link:hover {
	transform: translateY(-2px);
}

.flag-partner-link:focus-visible {
	outline: 3px solid var(--flag-pink);
	outline-offset: 5px;
}

.flag-partner-grid--single .flag-partner-logo img {
	max-height: 122px;
}

.flag-map {
	margin-top: 34px;
}

.flag-map__frame {
	position: relative;
	display: grid;
	min-height: 390px;
	place-items: center;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(238, 42, 123, .2), rgba(61, 15, 66, .74)),
		radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .16) 0 2px, transparent 3px);
	background-size: auto, 28px 28px;
	border: 1px solid rgba(255, 255, 255, .22);
}

.flag-map__consent {
	max-width: 560px;
	padding: 32px;
	text-align: center;
}

.flag-map__consent p {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, .82);
}

.flag-map__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.flag-map__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.flag-map__actions a {
	color: #fff;
	font-weight: 800;
}

.flag-edition-card {
	position: relative;
	min-height: 260px;
	padding: 26px;
	overflow: hidden;
	background: var(--flag-plum);
	color: var(--flag-white);
}

.flag-edition-card img {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .34;
	transition: transform .35s ease, opacity .35s ease;
}

.flag-edition-card::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgba(23, 3, 22, .93));
	content: "";
}

.flag-edition-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-end;
}

.flag-edition-card:hover img {
	opacity: .5;
	transform: scale(1.04);
}

.flag-edition-card a {
	color: inherit;
	text-decoration: none;
}

.flag-edition-card a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.flag-edition-card__status {
	margin-bottom: auto;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .7rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.flag-form {
	display: grid;
	max-width: 860px;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.flag-field {
	display: grid;
	gap: 6px;
}

.flag-field--full,
.flag-form__privacy,
.flag-form__actions,
.flag-form__message {
	grid-column: 1 / -1;
}

#prenota .flag-form .flag-button {
	padding: 14px 26px;
	background: var(--flag-white);
	color: var(--flag-magenta);
	border-color: var(--flag-white);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .16);
	font-size: 1rem;
}

#prenota .flag-form .flag-button:hover,
#prenota .flag-form .flag-button:focus-visible {
	background: var(--flag-ink);
	color: var(--flag-white);
	border-color: var(--flag-ink);
	transform: translateY(-2px);
}

#prenota .flag-form__privacy a {
	color: var(--flag-ink);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

#prenota .flag-form__privacy a:hover,
#prenota .flag-form__privacy a:focus-visible {
	color: var(--flag-white);
}

.flag-field label {
	font-size: .86rem;
	font-weight: 800;
}

.flag-field input,
.flag-field textarea {
	width: 100%;
	padding: 13px 14px;
	background: var(--flag-white);
	color: var(--flag-ink);
	border: 2px solid transparent;
	border-radius: 0;
	font: inherit;
}

.flag-field input:focus,
.flag-field textarea:focus {
	border-color: var(--flag-ink);
	outline: 3px solid rgba(255, 255, 255, .35);
}

.flag-hp {
	position: absolute !important;
	left: -9999px !important;
}

.flag-notice {
	padding: 14px 18px;
	background: var(--flag-white);
	color: var(--flag-ink);
	border-left: 6px solid var(--flag-ink);
}

.flag-notice--error {
	border-left-color: #a40000;
}

.entry-header,
.archive-header {
	padding-block: 72px 28px;
}

.entry-content {
	padding-bottom: 80px;
}

.home .entry-content {
	padding-bottom: 0;
}

.entry-content > * + * {
	margin-top: 1.2em;
}

/*
 * Contenitore robusto per pagine ed edizioni.
 * I blocchi di lettura restano ariosi anche quando gli stili globali di
 * Gutenberg non applicano il layout constrained al template classico.
 */
.single-flag_edizione .entry-content > *:not(.alignfull):not(.alignwide),
.page .entry-content > *:not(.alignfull):not(.alignwide),
.blog .entry-content > *:not(.alignfull):not(.alignwide) {
	width: min(calc(100% - 48px), var(--flag-reading));
	max-width: var(--flag-reading);
	margin-inline: auto;
}

.single-flag_edizione .entry-content > .alignwide,
.page .entry-content > .alignwide,
.blog .entry-content > .alignwide {
	width: min(calc(100% - 48px), var(--flag-wrap));
	max-width: var(--flag-wrap);
	margin-inline: auto;
}

.single-flag_edizione .entry-content > .alignfull,
.page .entry-content > .alignfull,
.blog .entry-content > .alignfull {
	width: 100%;
	max-width: none;
}

.flag-edition-hero {
	padding-block: 82px 60px;
	background: var(--flag-ink);
	color: var(--flag-white);
}

.flag-edition-hero__grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	align-items: center;
	gap: 48px;
}

.single-flag_edizione .flag-edition-hero__grid {
	grid-template-columns: 1fr;
}

.single-flag_edizione .flag-edition-hero__cover {
	display: none;
}

.flag-edition-hero__cover img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.flag-edition-meta {
	margin-top: 22px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: .88rem;
	text-transform: uppercase;
}

.site-footer {
	padding-block: 42px;
	background: var(--flag-ink);
	color: rgba(255, 255, 255, .72);
	font-size: .85rem;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.site-footer img {
	width: min(430px, 46vw);
	max-height: 82px;
	object-fit: contain;
}

.site-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-top: 14px;
}

.site-footer__links a {
	color: var(--flag-white);
	font-weight: 700;
}

@media (max-width: 900px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	/*
	 * Margine laterale per le sezioni Gutenberg full-width della homepage.
	 * Lo sfondo resta a tutta pagina, mentre testi, shortcode e modulo non
	 * aderiscono ai bordi su tablet e smartphone.
	 */
	.home .entry-content > .wp-block-group.alignfull.flag-section {
		padding-inline: clamp(22px, 5vw, 40px);
	}

	.home .entry-content > .wp-block-group.alignfull.flag-section > * {
		max-width: min(100%, var(--flag-reading));
		margin-inline: auto;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 22px;
		background: var(--flag-ink);
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.primary-nav.is-open {
		display: block;
	}

	.primary-nav ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.primary-nav li a {
		display: block;
		padding: 12px 4px;
	}

	.menu-item-cta a,
	.flag-nav-cta {
		margin-top: 8px;
		text-align: center;
	}

	.flag-grid,
	.flag-editions-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.flag-sponsors-placeholder {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.site-logo {
		width: 300px;
		max-height: 64px;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 17px;
	}

	.flag-wrap,
	.site-main > .entry-content > *,
	.entry-header,
	.archive-header {
		width: min(calc(100% - 44px), var(--flag-wrap));
	}

	.single-flag_edizione .entry-content > *:not(.alignfull),
	.page .entry-content > *:not(.alignfull),
	.blog .entry-content > *:not(.alignfull) {
		width: calc(100% - 40px);
		max-width: none;
		margin-inline: auto;
	}

	.flag-hero {
		min-height: 700px;
		background-position: 60% center;
	}

	.flag-hero__meta,
	.flag-edition-hero__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.flag-hero__subtitle {
		margin-bottom: 16px;
		font-size: .95rem;
		letter-spacing: .055em;
	}

	.flag-grid,
	.flag-editions-grid,
	.flag-form {
		grid-template-columns: 1fr;
	}

	.flag-form {
		width: 100%;
		max-width: 100%;
	}

	.flag-section {
		padding-block: 68px;
	}

	.flag-sponsors-placeholder {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.flag-sponsor-placeholder {
		min-height: 92px;
		padding: 12px;
		font-size: .64rem;
	}

	.flag-partner-grid,
	.flag-partner-grid--two,
	.flag-partner-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.flag-partner-grid--single {
		max-width: none;
		grid-template-columns: 1fr;
	}

	.flag-partner-logo {
		min-height: 126px;
		padding: 16px;
	}

	.flag-partner-logo img,
	.flag-partner-grid--single .flag-partner-logo img {
		max-height: 90px;
	}

	.site-header__inner {
		min-height: 82px;
		gap: 14px;
	}

	.site-logo {
		width: 270px;
		max-width: calc(100vw - 104px);
		max-height: 58px;
	}

	.flag-map__frame {
		min-height: 330px;
	}

	.flag-map__consent {
		padding: 24px 18px;
	}

	.flag-map__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.flag-field,
	.flag-field--full,
	.flag-form__privacy,
	.flag-form__actions,
	.flag-form__message {
		grid-column: 1;
	}

	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-footer img {
		width: 100%;
		max-width: 430px;
		max-height: 72px;
	}
}

@media (max-width: 430px) {
	.flag-partner-grid,
	.flag-partner-grid--two,
	.flag-partner-grid--three {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
