/*
Theme Name: Keuchhusten ab18
Theme URI: https://keuchhustenab18.de
Author: XeonEurope
Author URI: https://xeoneurope.com
Description: Diskretes, modernes WordPress-Theme für Paar-, Atem- und Intimitätskurse.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: keuchhustenab18
License: GNU General Public License v2 or later
*/

:root {
	--ka18-wine: #6f1d3c;
	--ka18-wine-dark: #421126;
	--ka18-rose: #b95f7d;
	--ka18-gold: #d8ad68;
	--ka18-cream: #fbf7f3;
	--ka18-paper: #fffdfb;
	--ka18-ink: #241e22;
	--ka18-muted: #6e656a;
	--ka18-line: rgba(66, 17, 38, 0.13);
	--ka18-shadow: 0 22px 60px rgba(66, 17, 38, 0.12);
	--ka18-radius: 24px;
	--ka18-content: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ka18-paper);
	color: var(--ka18-ink);
	font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}

body.ka18-age-locked {
	overflow: hidden;
}

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

a {
	color: var(--ka18-wine);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover {
	color: var(--ka18-wine-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed !important;
	z-index: 10000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 16px;
	clip: auto;
	background: #fff;
	color: var(--ka18-wine);
	border-radius: 8px;
}

.ka18-container {
	width: min(calc(100% - 40px), var(--ka18-content));
	margin-inline: auto;
}

.ka18-section {
	padding: 100px 0;
}

.ka18-section--soft {
	background:
		radial-gradient(circle at 100% 0%, rgba(216, 173, 104, 0.17), transparent 34rem),
		var(--ka18-cream);
}

.ka18-section--dark {
	background:
		radial-gradient(circle at 20% 15%, rgba(185, 95, 125, 0.22), transparent 32rem),
		linear-gradient(135deg, #32101f, #180d13);
	color: #fff;
}

.ka18-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	color: var(--ka18-wine);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ka18-eyebrow::before {
	width: 28px;
	height: 1px;
	background: currentColor;
	content: "";
}

.ka18-section--dark .ka18-eyebrow {
	color: #f0c58b;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	color: var(--ka18-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1.1;
}

h1 {
	font-size: clamp(2.65rem, 6vw, 5.8rem);
	letter-spacing: -0.045em;
}

h2 {
	font-size: clamp(2.15rem, 4.4vw, 4rem);
	letter-spacing: -0.035em;
}

h3 {
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.ka18-section--dark h2,
.ka18-section--dark h3 {
	color: #fff;
}

.ka18-lead {
	max-width: 760px;
	color: var(--ka18-muted);
	font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.ka18-section--dark .ka18-lead {
	color: rgba(255, 255, 255, 0.76);
}

.ka18-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 24px;
	border: 1px solid var(--ka18-wine);
	border-radius: 999px;
	background: var(--ka18-wine);
	box-shadow: 0 10px 24px rgba(111, 29, 60, 0.2);
	color: #fff;
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ka18-button:hover {
	background: var(--ka18-wine-dark);
	box-shadow: 0 14px 32px rgba(66, 17, 38, 0.24);
	color: #fff;
	transform: translateY(-2px);
}

.ka18-button--ghost {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	backdrop-filter: blur(10px);
}

.ka18-button--ghost:hover {
	border-color: #fff;
	background: #fff;
	color: var(--ka18-wine-dark);
}

.ka18-button--light {
	border-color: #fff;
	background: #fff;
	color: var(--ka18-wine-dark);
}

.ka18-button--light:hover {
	background: var(--ka18-cream);
	color: var(--ka18-wine-dark);
}

/* Header */
.ka18-topbar {
	padding: 7px 0;
	background: #1b1015;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.78rem;
}

.ka18-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.ka18-topbar a {
	color: #fff;
	text-decoration: none;
}

.ka18-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: #fff;
}

.ka18-header__inner {
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.ka18-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--ka18-ink);
	text-decoration: none;
}

.ka18-brand__mark {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50% 50% 48% 52% / 55% 44% 56% 45%;
	background: linear-gradient(145deg, var(--ka18-rose), var(--ka18-wine-dark));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 1.25rem;
}

.ka18-brand__text {
	display: grid;
	line-height: 1;
}

.ka18-brand__name {
	font-family: Georgia, serif;
	font-size: 1.08rem;
	letter-spacing: 0.01em;
}

.ka18-brand__claim {
	margin-top: 5px;
	color: var(--ka18-muted);
	font-size: 0.61rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ka18-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

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

.ka18-nav a {
	color: var(--ka18-ink);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.ka18-nav a:hover,
.ka18-nav .current-menu-item > a {
	color: var(--ka18-wine);
}

.ka18-nav .menu-item-cta a {
	padding: 11px 18px;
	border-radius: 999px;
	background: var(--ka18-wine);
	color: #fff;
}

.ka18-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid var(--ka18-line);
	border-radius: 50%;
	background: #fff;
	color: var(--ka18-ink);
	cursor: pointer;
}

/* Slider */
.ka18-hero {
	position: relative;
	min-height: clamp(680px, 82vh, 900px);
	overflow: hidden;
	background: #2b101c;
}

.ka18-slide {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 900ms ease;
}

.ka18-slide.is-active {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
}

.ka18-slide__image,
.ka18-slide__veil {
	position: absolute;
	inset: 0;
}

.ka18-slide__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.035);
	transition: transform 7s ease;
}

.ka18-slide.is-active .ka18-slide__image {
	transform: scale(1);
}

.ka18-slide__veil {
	background:
		linear-gradient(90deg, rgba(27, 10, 18, 0.94) 0%, rgba(34, 12, 22, 0.77) 38%, rgba(27, 10, 18, 0.13) 72%),
		linear-gradient(0deg, rgba(18, 8, 13, 0.5), transparent 45%);
}

.ka18-slide__content {
	position: relative;
	z-index: 2;
	max-width: 690px;
	padding: 80px 0 120px;
	color: #fff;
}

.ka18-slide__content h1 {
	margin-bottom: 24px;
	color: #fff;
}

.ka18-slide__content p {
	max-width: 620px;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.ka18-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ka18-hero__controls {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 28px 0;
}

.ka18-hero__control-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.ka18-hero__dots {
	display: flex;
	gap: 9px;
}

.ka18-hero__dot {
	width: 34px;
	height: 5px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.38);
	cursor: pointer;
	transition: width 180ms ease, background 180ms ease;
}

.ka18-hero__dot.is-active {
	width: 58px;
	background: #fff;
}

.ka18-hero__note {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.8rem;
}

.ka18-hero__note::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7dd6a3;
	box-shadow: 0 0 0 5px rgba(125, 214, 163, 0.15);
	content: "";
}

/* Home sections */
.ka18-trust {
	position: relative;
	z-index: 5;
	margin-top: -1px;
	border-bottom: 1px solid var(--ka18-line);
	background: #fff;
}

.ka18-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ka18-trust__item {
	display: grid;
	min-height: 112px;
	align-content: center;
	padding: 22px 28px;
	border-right: 1px solid var(--ka18-line);
}

.ka18-trust__item:last-child {
	border-right: 0;
}

.ka18-trust__item strong {
	color: var(--ka18-wine-dark);
	font-family: Georgia, serif;
	font-size: 1.42rem;
	font-weight: 500;
}

.ka18-trust__item span {
	color: var(--ka18-muted);
	font-size: 0.78rem;
	font-weight: 650;
}

.ka18-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.ka18-split__media {
	position: relative;
}

.ka18-split__media img {
	width: 100%;
	min-height: 560px;
	border-radius: var(--ka18-radius);
	box-shadow: var(--ka18-shadow);
	object-fit: cover;
}

.ka18-split__badge {
	position: absolute;
	right: -24px;
	bottom: 30px;
	max-width: 220px;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(36, 30, 34, 0.18);
}

.ka18-split__badge strong {
	display: block;
	color: var(--ka18-wine);
	font-family: Georgia, serif;
	font-size: 2rem;
	line-height: 1;
}

.ka18-split__badge span {
	display: block;
	margin-top: 7px;
	color: var(--ka18-muted);
	font-size: 0.78rem;
	line-height: 1.4;
}

.ka18-feature-list {
	display: grid;
	gap: 15px;
	padding: 0;
	margin: 30px 0 36px;
	list-style: none;
}

.ka18-feature-list li {
	position: relative;
	padding-left: 34px;
	color: var(--ka18-muted);
}

.ka18-feature-list li::before {
	position: absolute;
	top: 0.48em;
	left: 0;
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border-radius: 50%;
	background: rgba(111, 29, 60, 0.1);
	color: var(--ka18-wine);
	content: "✓";
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.ka18-method-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.ka18-method-card {
	position: relative;
	min-height: 310px;
	padding: 38px 34px;
	overflow: hidden;
	border: 1px solid var(--ka18-line);
	border-radius: var(--ka18-radius);
	background: #fff;
	box-shadow: 0 13px 40px rgba(66, 17, 38, 0.06);
}

.ka18-method-card__number {
	display: grid;
	width: 48px;
	height: 48px;
	margin-bottom: 50px;
	place-items: center;
	border-radius: 50%;
	background: var(--ka18-cream);
	color: var(--ka18-wine);
	font-family: Georgia, serif;
	font-size: 1.15rem;
}

.ka18-method-card p {
	color: var(--ka18-muted);
	font-size: 0.94rem;
}

.ka18-method-card::after {
	position: absolute;
	right: -36px;
	bottom: -62px;
	width: 150px;
	height: 150px;
	border: 24px solid rgba(185, 95, 125, 0.07);
	border-radius: 50%;
	content: "";
}

.ka18-course-intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 46px;
}

.ka18-course-intro > div:first-child {
	max-width: 760px;
}

.ka18-process {
	counter-reset: process;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 54px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--ka18-radius);
	overflow: hidden;
}

.ka18-process__step {
	position: relative;
	min-height: 270px;
	padding: 35px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.ka18-process__step:last-child {
	border-right: 0;
}

.ka18-process__step::before {
	counter-increment: process;
	display: block;
	margin-bottom: 48px;
	color: #e4bd86;
	content: "0" counter(process);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.ka18-process__step p {
	color: rgba(255, 255, 255, 0.67);
	font-size: 0.89rem;
}

.ka18-faq {
	max-width: 880px;
	margin: 50px auto 0;
}

.ka18-faq details {
	border-top: 1px solid var(--ka18-line);
}

.ka18-faq details:last-child {
	border-bottom: 1px solid var(--ka18-line);
}

.ka18-faq summary {
	position: relative;
	padding: 24px 54px 24px 0;
	color: var(--ka18-ink);
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 1.25rem;
	list-style: none;
}

.ka18-faq summary::-webkit-details-marker {
	display: none;
}

.ka18-faq summary::after {
	position: absolute;
	top: 24px;
	right: 8px;
	color: var(--ka18-wine);
	content: "+";
	font-family: "Segoe UI", sans-serif;
	font-size: 1.5rem;
}

.ka18-faq details[open] summary::after {
	content: "−";
}

.ka18-faq details p {
	max-width: 760px;
	padding: 0 0 25px;
	margin: 0;
	color: var(--ka18-muted);
}

.ka18-cta {
	position: relative;
	overflow: hidden;
	border-radius: 34px;
	background:
		radial-gradient(circle at 100% 0%, rgba(216, 173, 104, 0.3), transparent 22rem),
		linear-gradient(135deg, var(--ka18-wine-dark), #7b2144);
	color: #fff;
}

.ka18-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: clamp(46px, 7vw, 82px);
}

.ka18-cta h2 {
	max-width: 720px;
	margin-bottom: 14px;
	color: #fff;
}

.ka18-cta p {
	max-width: 680px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
}

/* Content pages */
.ka18-page-hero {
	padding: 88px 0 70px;
	background:
		radial-gradient(circle at 85% 0%, rgba(216, 173, 104, 0.22), transparent 26rem),
		var(--ka18-cream);
}

.ka18-page-hero h1 {
	max-width: 900px;
	margin-bottom: 0;
	font-size: clamp(2.6rem, 5vw, 4.7rem);
}

.ka18-content {
	padding: 76px 0 100px;
}

.ka18-content__prose {
	max-width: 860px;
}

.ka18-content__prose h2 {
	margin-top: 1.4em;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.ka18-content__prose h3 {
	margin-top: 1.5em;
}

.ka18-content__prose p,
.ka18-content__prose li {
	color: #51484d;
}

.ka18-content__prose blockquote {
	padding: 4px 0 4px 25px;
	margin: 30px 0;
	border-left: 3px solid var(--ka18-gold);
	color: var(--ka18-wine-dark);
	font-family: Georgia, serif;
	font-size: 1.35rem;
}

/* Footer */
.ka18-footer {
	padding: 72px 0 28px;
	background: #171015;
	color: rgba(255, 255, 255, 0.67);
}

.ka18-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 60px;
	padding-bottom: 55px;
}

.ka18-footer .ka18-brand {
	color: #fff;
}

.ka18-footer .ka18-brand__claim {
	color: rgba(255, 255, 255, 0.58);
}

.ka18-footer__about {
	max-width: 440px;
	margin-top: 22px;
	font-size: 0.9rem;
}

.ka18-footer h3 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Segoe UI", sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ka18-footer ul {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ka18-footer a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.ka18-footer a:hover {
	color: #fff;
}

.ka18-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.76rem;
}

/* Age confirmation */
.ka18-age-gate {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: none;
	place-items: center;
	padding: 24px;
	background: rgba(20, 9, 14, 0.91);
	backdrop-filter: blur(14px);
}

.ka18-age-gate.is-visible {
	display: grid;
}

.ka18-age-gate__card {
	width: min(100%, 540px);
	padding: clamp(34px, 7vw, 58px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	background:
		radial-gradient(circle at 100% 0%, rgba(216, 173, 104, 0.18), transparent 20rem),
		#fff;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
	text-align: center;
}

.ka18-age-gate__badge {
	display: grid;
	width: 74px;
	height: 74px;
	margin: 0 auto 22px;
	place-items: center;
	border-radius: 50%;
	background: var(--ka18-wine);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 1.5rem;
}

.ka18-age-gate h2 {
	margin-bottom: 15px;
	font-size: 2.4rem;
}

.ka18-age-gate p {
	color: var(--ka18-muted);
}

.ka18-age-gate__actions {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 28px;
}

.ka18-age-gate__leave {
	padding: 12px 20px;
	border: 0;
	background: transparent;
	color: var(--ka18-muted);
	cursor: pointer;
}

@media (max-width: 1020px) {
	.ka18-nav ul {
		gap: 14px;
	}

	.ka18-nav a {
		font-size: 0.8rem;
	}

	.ka18-trust__grid,
	.ka18-process {
		grid-template-columns: repeat(2, 1fr);
	}

	.ka18-trust__item:nth-child(2),
	.ka18-process__step:nth-child(2) {
		border-right: 0;
	}

	.ka18-trust__item:nth-child(-n + 2) {
		border-bottom: 1px solid var(--ka18-line);
	}

	.ka18-process__step:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}
}

@media (max-width: 860px) {
	.ka18-topbar__inner > span:first-child {
		display: none;
	}

	.ka18-topbar__inner {
		justify-content: center;
	}

	.ka18-header__inner {
		min-height: 72px;
	}

	.ka18-menu-toggle {
		display: grid;
		place-items: center;
	}

	.ka18-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 24px 20px 30px;
		border-top: 1px solid var(--ka18-line);
		background: #fff;
		box-shadow: 0 24px 45px rgba(36, 30, 34, 0.12);
	}

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

	.ka18-nav ul {
		display: grid;
		gap: 8px;
	}

	.ka18-nav a {
		display: block;
		padding: 9px 2px;
		font-size: 0.98rem;
	}

	.ka18-split,
	.ka18-footer__grid {
		grid-template-columns: 1fr;
	}

	.ka18-split__media {
		order: -1;
	}

	.ka18-split__media img {
		min-height: 430px;
	}

	.ka18-split__badge {
		right: 18px;
	}

	.ka18-method-grid {
		grid-template-columns: 1fr;
	}

	.ka18-method-card {
		min-height: 0;
	}

	.ka18-method-card__number {
		margin-bottom: 30px;
	}

	.ka18-course-intro,
	.ka18-cta__inner {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.ka18-container {
		width: min(calc(100% - 28px), var(--ka18-content));
	}

	.ka18-section {
		padding: 74px 0;
	}

	.ka18-brand__claim {
		display: none;
	}

	.ka18-hero {
		min-height: 720px;
	}

	.ka18-slide {
		align-items: end;
	}

	.ka18-slide__image {
		object-position: 62% center;
	}

	.ka18-slide__veil {
		background: linear-gradient(0deg, rgba(22, 8, 14, 0.98) 0%, rgba(31, 10, 19, 0.84) 55%, rgba(28, 10, 18, 0.27) 100%);
	}

	.ka18-slide__content {
		padding: 230px 0 118px;
	}

	.ka18-slide__content h1 {
		font-size: clamp(2.55rem, 12vw, 3.7rem);
	}

	.ka18-hero__note {
		display: none;
	}

	.ka18-trust__grid,
	.ka18-process {
		grid-template-columns: 1fr;
	}

	.ka18-trust__item,
	.ka18-trust__item:nth-child(2),
	.ka18-process__step,
	.ka18-process__step:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--ka18-line);
	}

	.ka18-process__step,
	.ka18-process__step:nth-child(2) {
		min-height: 0;
		border-bottom-color: rgba(255, 255, 255, 0.16);
	}

	.ka18-trust__item:last-child,
	.ka18-process__step:last-child {
		border-bottom: 0;
	}

	.ka18-footer__bottom,
	.ka18-age-gate__actions {
		flex-direction: column;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
