/**
 * Simply Croatia component styles.
 * The selectors are deliberately scoped to .sc-page so GeneratePress and
 * GenerateBlocks remain in control everywhere else.
 */

.sc-page {
	--sc-ink: #18312f;
	--sc-ink-soft: #36524f;
	--sc-sea: #dceae6;
	--sc-mist: #f1f4f0;
	--sc-paper: #fffdf8;
	--sc-sand: #d8bd94;
	--sc-category-sand: #ddcbb9;
	--sc-category-rose: #d2ada0;
	--sc-category-blue: #bdd5e3;
	--sc-category-green: #c4cfbd;
	--sc-category-gold: #e2c69f;
	--sc-line: rgba(24, 49, 47, 0.14);
	--sc-shadow: 0 18px 48px rgba(24, 49, 47, 0.10);
	--sc-radius: 18px;
	--sc-space-section: clamp(4.5rem, 8vw, 8rem);
	color: var(--sc-ink);
	overflow: clip;
}

/*
 * GeneratePress keeps normal article content in a narrow reading column.
 * Magazine pages deliberately use the full content area; the class is added
 * only when the Simply Croatia block structure is present on the page.
 */
body.sc-has-page {
	overflow-x: clip;
}

body.sc-has-page .site.grid-container {
	max-width: none;
	width: 100%;
}

body.sc-has-page .site-content {
	display: block;
	padding: 0;
}

body.sc-has-page .content-area {
	float: none;
	width: 100%;
}

body.sc-has-page .site-main,
body.sc-has-page .site-main .inside-article {
	margin: 0;
	padding: 0;
}

body.sc-has-page .site-main .inside-article > .entry-header {
	display: none;
}

body.sc-has-page .site-main .inside-article > .entry-content {
	margin: 0;
}

body.sc-has-page .sc-page.alignfull,
body.sc-has-page .sc-page .alignfull {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.sc-page,
.sc-page * {
	box-sizing: border-box;
}

.sc-page .sc-container {
	margin-inline: auto !important;
	max-width: 1200px !important;
	width: min(calc(100% - 2rem), 1200px) !important;
}

.sc-page .sc-container > .sc-category-grid,
.sc-page .sc-container > .sc-post-query {
	max-width: none !important;
	width: 100% !important;
}

/*
 * Gutenberg setzt innerhalb von "constrained"-Gruppen erneut die normale
 * Textspaltenbreite. Magazinraster müssen diese innere Begrenzung aufheben.
 */
.sc-page .sc-category-section > .sc-container,
.sc-page .sc-section--mist > .sc-container {
	max-width: 1200px !important;
	width: min(calc(100% - 2rem), 1200px) !important;
}

.sc-page .sc-category-grid,
.sc-page .sc-post-query,
.sc-page .sc-post-query .sc-post-grid {
	max-width: none !important;
	width: 100% !important;
}

.sc-page .sc-post-query .sc-post-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.sc-page .sc-category-grid > .wp-block-column,
.sc-page .sc-category-grid > .sc-category-item,
.sc-page .sc-post-query .sc-post-grid > li {
	flex-basis: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	width: auto !important;
}

.sc-page .sc-category-card h2,
.sc-page .sc-post-card .wp-block-post-title {
	overflow-wrap: normal;
	word-break: normal;
}

.sc-page .sc-magazine-intro > .sc-magazine-intro__inner {
	margin-inline: auto !important;
	max-width: 1200px !important;
	width: min(calc(100% - 2rem), 1200px) !important;
}

.sc-page .sc-section {
	padding-block: var(--sc-space-section);
}

.sc-page .sc-section--paper {
	background: var(--sc-paper);
}

.sc-page .sc-section--mist {
	background: var(--sc-mist);
}

.sc-page .sc-section--sea {
	background: var(--sc-sea);
}

.sc-page .sc-section-heading {
	margin: 0 0 clamp(2rem, 4vw, 3.5rem);
}

.sc-page .sc-section-heading > *:last-child,
.sc-page .sc-hero__content > *:last-child,
.sc-page .sc-about > *:last-child {
	margin-bottom: 0;
}

.sc-page h1,
.sc-page h2,
.sc-page h3 {
	color: inherit;
	font-family: "EB Garamond", Georgia, "Times New Roman", serif;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.sc-page h1 {
	font-size: clamp(3rem, 7vw, 6.8rem);
	max-width: 12ch;
}

.sc-magazine h1 {
	font-size: clamp(2.6rem, 4.4vw, 3.75rem);
	max-width: none;
}

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

.sc-page h3 {
	font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.sc-page p {
	color: var(--sc-ink-soft);
	line-height: 1.7;
}

.sc-page .sc-kicker {
	color: currentColor;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.sc-page a {
	text-underline-offset: 0.18em;
}

.sc-page .wp-block-button__link {
	border-radius: 999px;
	font-weight: 650;
	padding: 0.85em 1.45em;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.sc-page .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--sc-ink);
	color: #ffffff;
}

.sc-page .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: currentColor;
	color: var(--sc-ink);
}

.sc-page .wp-block-button__link:hover,
.sc-page .wp-block-button__link:focus-visible {
	box-shadow: 0 10px 24px rgba(24, 49, 47, 0.18);
	transform: translateY(-2px);
}

.sc-page .sc-hero,
.sc-page .sc-hero-video {
	min-height: min(820px, 90svh) !important;
}

.sc-page .sc-hero-video {
	background: var(--sc-ink);
	display: grid;
	isolation: isolate;
	position: relative;
}

.sc-page .sc-hero-video__poster,
.sc-page .sc-hero-video__video,
.sc-page .sc-hero-video__overlay,
.sc-page .sc-hero-video__inner {
	grid-area: 1 / 1;
}

.sc-page .sc-hero-video__poster,
.sc-page .sc-hero-video__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.sc-page .sc-hero-video__poster {
	z-index: -3;
}

.sc-page .sc-hero-video__video {
	z-index: -2;
}

.sc-page .sc-hero-video__overlay {
	background: linear-gradient(90deg, rgba(11, 34, 32, 0.92) 0%, rgba(11, 34, 32, 0.40) 58%, rgba(11, 34, 32, 0.16) 100%);
	inset: 0;
	opacity: var(--sc-hero-overlay, 0.34);
	position: absolute;
	z-index: -1;
}

.sc-page .sc-hero-video__inner {
	align-items: center;
	display: grid;
	min-height: inherit;
	width: 100%;
}

.sc-page .sc-hero__content {
	color: #ffffff;
}

.sc-page .sc-hero__content h1,
.sc-page .sc-hero__content p {
	color: inherit;
}

.sc-page .sc-hero__content p:not(.sc-kicker) {
	max-width: 48ch;
}

.sc-page .sc-topic-grid,
.sc-page .sc-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
}

.sc-page .sc-topic-grid > .wp-block-column,
.sc-page .sc-category-grid > .wp-block-column,
.sc-page .sc-category-grid > .sc-category-item {
	min-width: 0;
}

.sc-page .sc-category-grid > .wp-block-column,
.sc-page .sc-category-grid > .sc-category-item {
	grid-column: span 2;
}

.sc-page .sc-category-grid > .wp-block-column:nth-child(4):nth-last-child(2),
.sc-page .sc-category-grid > .sc-category-item:nth-child(4):nth-last-child(2) {
	grid-column: 2 / span 2;
}

.sc-page .sc-category-grid > .wp-block-column:nth-child(5):last-child,
.sc-page .sc-category-grid > .sc-category-item:nth-child(5):last-child {
	grid-column: 4 / span 2;
}

.sc-page .sc-topic-card,
.sc-page .sc-category-card {
	border: 1px solid var(--sc-line);
	border-radius: var(--sc-radius);
	height: 100%;
	min-height: 300px;
	padding: clamp(1.5rem, 2vw, 1.9rem);
	position: relative;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.sc-page .sc-topic-card {
	background: #ffffff;
}

.sc-page .sc-category-grid > .wp-block-column:nth-child(1) .sc-category-card,
.sc-page .sc-category-grid > .sc-category-item:nth-child(5n + 1) .sc-category-card { background: var(--sc-category-sand); }
.sc-page .sc-category-grid > .wp-block-column:nth-child(2) .sc-category-card,
.sc-page .sc-category-grid > .sc-category-item:nth-child(5n + 2) .sc-category-card { background: var(--sc-category-rose); }
.sc-page .sc-category-grid > .wp-block-column:nth-child(3) .sc-category-card,
.sc-page .sc-category-grid > .sc-category-item:nth-child(5n + 3) .sc-category-card { background: var(--sc-category-blue); }
.sc-page .sc-category-grid > .wp-block-column:nth-child(4) .sc-category-card,
.sc-page .sc-category-grid > .sc-category-item:nth-child(5n + 4) .sc-category-card { background: var(--sc-category-green); }
.sc-page .sc-category-grid > .wp-block-column:nth-child(5) .sc-category-card,
.sc-page .sc-category-grid > .sc-category-item:nth-child(5n + 5) .sc-category-card { background: var(--sc-category-gold); }

.sc-page .sc-category-card {
	display: flex;
	flex-direction: column;
	isolation: isolate;
	justify-content: flex-start;
	overflow: hidden;
}

.sc-page .sc-category-card::after {
	background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 46%);
	content: "";
	inset: -35%;
	opacity: 0;
	position: absolute;
	transform: translate3d(-5%, 6%, 0) scale(0.94);
	transition: opacity 450ms ease, transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1);
	z-index: -1;
}

.sc-page .sc-category-card h2 {
	font-size: clamp(1.7rem, 2.4vw, 2.15rem);
	line-height: 1.04;
	margin: 0 0 1.25rem;
	transition: transform 380ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sc-page .sc-category-card h2 a {
	color: inherit;
	text-decoration: none;
}

.sc-page .sc-category-card p {
	font-size: 1rem;
	line-height: 1.62;
	transition: color 300ms ease;
}

.sc-page .sc-topic-card:hover,
.sc-page .sc-category-card:hover {
	border-color: rgba(24, 49, 47, 0.28);
	box-shadow: 0 24px 56px rgba(22, 49, 46, 0.16);
	transform: translateY(-9px);
}

.sc-page .sc-category-card:hover::after {
	opacity: 0.72;
	transform: translate3d(0, 0, 0) scale(1);
}

.sc-page .sc-category-card:hover h2 {
	transform: translateY(-3px);
}

.sc-page .sc-category-card:hover p {
	color: rgba(24, 49, 47, 0.94);
}

.sc-page .sc-topic-card h3,
.sc-page .sc-category-card h3 {
	margin-top: 0;
}

.sc-page .sc-topic-card > *:last-child,
.sc-page .sc-category-card > *:last-child {
	margin-bottom: 0;
}

.sc-page .sc-feature {
	gap: clamp(2rem, 6vw, 6rem);
}

.sc-page .sc-feature__media {
	border-radius: var(--sc-radius);
	overflow: hidden;
}

.sc-page .sc-post-grid {
	gap: clamp(1.25rem, 2.6vw, 2.4rem);
}

.sc-page .sc-post-card {
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(24, 49, 47, 0.1);
	border-radius: 22px;
	box-shadow: 0 10px 28px rgba(22, 49, 46, 0.05);
	height: 100%;
	overflow: hidden;
	padding: 18px 18px 22px;
	position: relative;
	transition: background-color 420ms ease, border-color 420ms ease, box-shadow 420ms ease, transform 420ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.sc-page .sc-post-card::before {
	background: #87b7aa;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 480ms cubic-bezier(0.2, 0.72, 0.2, 1);
	width: 0;
	z-index: 3;
}

.sc-page .sc-post-card:hover,
.sc-page .sc-post-card:focus-within {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(24, 49, 47, 0.22);
	box-shadow: 0 28px 62px rgba(22, 49, 46, 0.16);
	transform: translateY(-10px);
}

.sc-page .sc-post-card:hover::before,
.sc-page .sc-post-card:focus-within::before {
	width: 100%;
}

.sc-page .sc-post-card .wp-block-post-featured-image {
	border-radius: var(--sc-radius);
	margin-bottom: 1.25rem;
	overflow: hidden;
}

.sc-page .sc-post-card .wp-block-post-featured-image img {
	transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sc-page .sc-post-card:hover .wp-block-post-featured-image img {
	transform: scale(1.065);
}

.sc-page .sc-post-card .wp-block-post-excerpt {
	transition: color 300ms ease;
}

.sc-page .sc-post-card:hover .wp-block-post-excerpt {
	color: var(--sc-ink);
}

.sc-page .sc-post-card .wp-block-post-title a {
	color: var(--sc-ink);
	text-decoration: none;
}

.sc-page .sc-post-date {
	color: var(--sc-ink-soft);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sc-page .sc-section-action {
	justify-content: center;
	margin-top: clamp(2rem, 4vw, 3.5rem);
}

.sc-page .sc-newsletter {
	gap: 2rem;
}

.sc-page .sc-pagination {
	border-top: 1px solid var(--sc-line);
	gap: 0.75rem;
	margin-top: clamp(3rem, 6vw, 5.5rem);
	padding-top: 2rem;
}

.sc-page .sc-pagination a,
.sc-page .sc-pagination .page-numbers {
	color: var(--sc-ink);
	padding: 0.45rem 0.65rem;
}

.sc-page .sc-magazine-hero-image {
	background: #155255;
	height: clamp(390px, 44vw, 720px);
	margin: 0;
	overflow: hidden;
}

/*
 * Der Magazin-Hero bricht bewusst aus allen GeneratePress- und
 * Gutenberg-Textcontainern aus und nutzt die volle Browserbreite.
 */
.sc-page .sc-magazine-hero-image.alignfull {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw !important;
}

.sc-page .sc-magazine-hero-image img {
	animation: sc-magazine-hero-zoom 16s ease-out both;
	filter: saturate(0.9) contrast(0.98);
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
	transform-origin: center;
	width: 100%;
}

.sc-page .sc-magazine-intro {
	padding-block: clamp(4.5rem, 7vw, 7rem);
}

.sc-page .sc-magazine-intro__inner {
	align-items: start;
	gap: clamp(2.5rem, 6vw, 5.4rem);
}

.sc-page .sc-magazine-intro__inner > .wp-block-column:first-child {
	flex-basis: 44%;
}

.sc-page .sc-magazine-intro__inner > .wp-block-column:last-child {
	flex-basis: 56%;
}

.sc-page .sc-magazine-intro p {
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.78;
	margin-top: 0.3rem;
	max-width: 45rem;
}

.sc-page .sc-category-section {
	background: #f4f0e8;
}

.sc-page .sc-magazine-heading {
	margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
	max-width: 48rem;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.sc-page .sc-magazine-heading h2 {
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	line-height: 1;
	margin-bottom: 1rem;
}

.sc-page .sc-magazine-heading p {
	font-size: 1.125rem;
}

.sc-page .sc-reveal {
	opacity: 1;
	transform: none;
}

.sc-page.sc-effects-ready .sc-reveal:not(.is-visible) {
	filter: blur(7px);
	opacity: 0;
	transform: translateY(74px) scale(0.965);
	will-change: opacity, filter, transform;
}

.sc-page.sc-effects-ready .sc-reveal {
	filter: blur(0);
	transition: opacity 900ms ease, filter 850ms ease, transform 1000ms cubic-bezier(0.18, 0.75, 0.22, 1);
}

.sc-page.sc-effects-ready .sc-category-grid > .wp-block-column:nth-child(odd) .sc-category-card.sc-reveal:not(.is-visible),
.sc-page.sc-effects-ready .sc-category-grid > .sc-category-item:nth-child(odd) .sc-category-card.sc-reveal:not(.is-visible) {
	transform: translate3d(-58px, 64px, 0) rotate(-0.5deg) scale(0.965);
}

.sc-page.sc-effects-ready .sc-category-grid > .wp-block-column:nth-child(even) .sc-category-card.sc-reveal:not(.is-visible),
.sc-page.sc-effects-ready .sc-category-grid > .sc-category-item:nth-child(even) .sc-category-card.sc-reveal:not(.is-visible) {
	transform: translate3d(58px, 64px, 0) rotate(0.5deg) scale(0.965);
}

.sc-page.sc-effects-ready .sc-magazine-heading.sc-reveal:not(.is-visible) {
	transform: translate3d(-64px, 28px, 0);
}

.sc-page.sc-effects-ready .sc-post-card.sc-reveal:not(.is-visible) {
	transform: translate3d(0, 92px, 0) scale(0.94);
}

.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible {
	transition: opacity 900ms ease, filter 850ms ease, transform 1000ms cubic-bezier(0.18, 0.75, 0.22, 1), box-shadow 420ms ease, border-color 420ms ease, background-color 420ms ease;
}

.sc-page.sc-effects-ready .sc-category-grid > .wp-block-column:nth-child(2) .sc-reveal,
.sc-page.sc-effects-ready .sc-category-grid > .sc-category-item:nth-child(2) .sc-reveal,
.sc-page.sc-effects-ready .sc-post-grid > li:nth-child(2) .sc-reveal {
	transition-delay: 160ms;
}

.sc-page.sc-effects-ready .sc-category-grid > .wp-block-column:nth-child(3) .sc-reveal,
.sc-page.sc-effects-ready .sc-category-grid > .sc-category-item:nth-child(3) .sc-reveal,
.sc-page.sc-effects-ready .sc-post-grid > li:nth-child(3) .sc-reveal {
	transition-delay: 320ms;
}

.sc-page.sc-effects-ready .sc-category-card.sc-reveal:not(.is-visible) h2,
.sc-page.sc-effects-ready .sc-category-card.sc-reveal:not(.is-visible) p,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal:not(.is-visible) .wp-block-post-featured-image,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal:not(.is-visible) .wp-block-post-date,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal:not(.is-visible) .wp-block-post-title,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal:not(.is-visible) .wp-block-post-excerpt {
	opacity: 0;
	transform: translateY(28px);
}

.sc-page.sc-effects-ready .sc-category-card.sc-reveal.is-visible h2,
.sc-page.sc-effects-ready .sc-category-card.sc-reveal.is-visible p,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-featured-image,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-date,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-title,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-excerpt {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.sc-page.sc-effects-ready .sc-category-card.sc-reveal.is-visible h2,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-featured-image {
	transition-delay: 120ms;
}

.sc-page.sc-effects-ready .sc-category-card.sc-reveal.is-visible p,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-date {
	transition-delay: 240ms;
}

.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-title {
	transition-delay: 360ms;
}

.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible .wp-block-post-excerpt {
	transition-delay: 480ms;
}

.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible:hover,
.sc-page.sc-effects-ready .sc-post-card.sc-reveal.is-visible:focus-within {
	transform: translateY(-10px) scale(1);
	transition-delay: 0ms;
}

.sc-page.sc-effects-ready .sc-category-card.sc-reveal.is-visible:hover h2 {
	transform: translateY(-3px);
	transition-delay: 0ms;
}

@keyframes sc-magazine-hero-zoom {
	0% {
		opacity: 0.84;
		transform: scale(1);
	}

	8% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: scale(1.045);
	}
}

@media (max-width: 1024px) {
	.sc-page .sc-topic-grid,
	.sc-page .sc-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sc-page .sc-post-query .sc-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.sc-page .sc-category-grid > .wp-block-column,
	.sc-page .sc-category-grid > .sc-category-item,
	.sc-page .sc-category-grid > .wp-block-column:nth-child(4),
	.sc-page .sc-category-grid > .wp-block-column:nth-child(5),
	.sc-page .sc-category-grid > .sc-category-item:nth-child(4),
	.sc-page .sc-category-grid > .sc-category-item:nth-child(5) {
		grid-column: auto;
	}

	.sc-page .sc-category-grid > .wp-block-column:last-child:nth-child(odd),
	.sc-page .sc-category-grid > .sc-category-item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: calc(50% - 0.5rem);
		width: 100% !important;
	}
}

@media (max-width: 781px) {
	.sc-page {
		--sc-space-section: clamp(3.5rem, 14vw, 5.5rem);
	}

	.sc-page .sc-container {
		width: min(100% - 1.5rem, 1200px);
	}

	.sc-page .sc-hero,
	.sc-page .sc-hero-video {
		min-height: 76svh !important;
	}

	.sc-page .sc-hero-video__video {
		display: none;
	}

	.sc-page .sc-hero-video__overlay {
		background: linear-gradient(180deg, rgba(11, 34, 32, 0.28) 0%, rgba(11, 34, 32, 0.92) 100%);
	}

	.sc-page .sc-topic-grid,
	.sc-page .sc-category-grid {
		grid-template-columns: 1fr;
	}

	.sc-page .sc-post-query .sc-post-grid {
		grid-template-columns: 1fr !important;
	}

	.sc-page .sc-category-grid > .wp-block-column:last-child,
	.sc-page .sc-category-grid > .sc-category-item:last-child {
		grid-column: auto;
		max-width: none;
		width: auto !important;
	}

	.sc-page .sc-magazine-hero-image {
		height: clamp(300px, 63vw, 430px);
	}

	.sc-magazine h1 {
		font-size: clamp(2.45rem, 11vw, 3.25rem);
	}

	.sc-page .sc-topic-card,
	.sc-page .sc-category-card {
		min-height: 0;
	}

	.sc-page .sc-newsletter .wp-block-buttons {
		justify-content: flex-start !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sc-page .sc-hero-video__video {
		display: none;
	}

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

	.sc-page.sc-effects-ready .sc-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.sc-page .sc-magazine-hero-image img {
		animation: none !important;
		transform: none !important;
	}
}
