/*
Theme Name: Szabi Szemével V4
Theme URI: https://szabiszemevel.hu
Author: Szabi + Alex
Description: Prémium, személyes magazintéma működő navigációval, saját fotókkal és visszafogott mozgásokkal.
Version: 0.4.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: szabi-szemevel-v4
*/

:root {
	--ink: #171210;
	--ink-soft: #241a16;
	--coffee: #4a3028;
	--coffee-light: #68483a;
	--terracotta: #b85a38;
	--terracotta-deep: #984329;
	--gold: #cfa75f;
	--gold-soft: #e0c48f;
	--sand: #ead6b7;
	--cream: #f4eadb;
	--paper: #efe0ca;
	--white: #fffaf1;
	--muted: #765f51;
	--line: rgba(80, 51, 39, .17);
	--shadow: 0 22px 55px rgba(29, 16, 10, .2);
	--shadow-high: 0 34px 76px rgba(29, 16, 10, .29);
	--radius: 22px;
	--serif: Georgia, 'Times New Roman', serif;
	--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 86px;
}

body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--ink); }

:where(a, button, input, textarea, select):focus-visible {
	outline: 2px solid var(--gold-soft);
	outline-offset: 4px;
}

:where(h1, h2, h3) {
	text-wrap: balance;
	overflow-wrap: break-word;
}

:where(p, li, blockquote) { text-wrap: pretty; }

#friss,
#autok,
#utazas,
#elet,
#rolam { scroll-margin-top: 90px; }

.site-shell { overflow: clip; }
.wrap { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 999;
	transform: translateY(-160%);
	border-radius: 999px;
	background: var(--white);
	color: var(--ink);
	padding: 10px 16px;
	font-weight: 800;
}

.skip-link:focus { transform: translateY(0); }

.topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(23, 18, 16, .62);
	border-bottom: 1px solid rgba(207, 167, 95, .18);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	transition: background-color .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.topbar.is-scrolled {
	background: rgba(23, 18, 16, .94);
	border-color: rgba(207, 167, 95, .28);
	box-shadow: 0 10px 35px rgba(0, 0, 0, .16);
}

.admin-bar .topbar { top: 32px; }

.nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 74px;
	color: var(--white);
}

.brand {
	position: relative;
	z-index: 102;
	font: 700 23px/1 var(--serif);
	letter-spacing: .1px;
	white-space: nowrap;
}

.brand i { color: var(--gold); font-style: normal; }

.navlinks {
	display: flex;
	align-items: center;
	gap: 31px;
}

.navlinks a {
	position: relative;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.55px;
	text-transform: uppercase;
	color: rgba(255, 250, 241, .84);
	transition: color .35s ease;
}

.navlinks a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 3px;
	height: 1px;
	background: var(--gold);
	transition: right .35s ease;
}

.navlinks a:hover,
.navlinks a:focus-visible { color: var(--gold-soft); }
.navlinks a:hover::after,
.navlinks a:focus-visible::after { right: 0; }

.menu-toggle {
	display: none;
	position: relative;
	z-index: 102;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255, 250, 241, .38);
	border-radius: 50%;
	background: rgba(255, 255, 255, .04);
	color: var(--white);
	cursor: pointer;
}

.menu-toggle span {
	position: absolute;
	left: 13px;
	width: 19px;
	height: 1px;
	background: currentColor;
	transition: transform .32s ease, top .32s ease;
}

.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 26px; }
.topbar[data-menu-open='true'] .menu-toggle span:first-child { top: 22px; transform: rotate(45deg); }
.topbar[data-menu-open='true'] .menu-toggle span:last-child { top: 22px; transform: rotate(-45deg); }

.hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: flex-end;
	min-height: min(850px, 100svh);
	padding: 154px 0 86px;
	background: var(--ink);
	color: var(--white);
	overflow: hidden;
}

.hero-media,
.story-media,
.topic-media { position: absolute; inset: 0; }

.hero-media { z-index: -3; }
.hero-media img,
.story-media img,
.topic-media img,
.about-photo .cinematic-media img,
.article-hero img,
.post-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-media img { object-position: 64% 50%; }

.hero-overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(90deg, rgba(16, 11, 9, .95) 0%, rgba(20, 13, 11, .82) 38%, rgba(20, 13, 11, .25) 72%, rgba(17, 12, 10, .18) 100%),
		linear-gradient(0deg, rgba(17, 12, 10, .74) 0%, transparent 45%);
}

.hero-layout { display: grid; grid-template-columns: minmax(0, 760px) 1fr; }

.hero-copy {
	animation: heroIn .9s cubic-bezier(.2, .75, .25, 1) both;
}

.eyebrow,
.kicker,
.card-tag,
.card-index {
	margin: 0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}

.eyebrow,
.card-tag { color: var(--gold-soft); }
.kicker { color: var(--terracotta); }

.hero h1 {
	max-width: 850px;
	margin: 13px 0 28px;
	font: 700 clamp(62px, 8vw, 112px)/.9 var(--serif);
	letter-spacing: clamp(-4px, -.35vw, -2px);
}

.hero h1 span { display: block; color: var(--sand); }

.hero-lead {
	max-width: 680px;
	margin: 0 0 34px;
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.55;
	color: #f0dfcc;
}

.cta-row { display: flex; flex-wrap: wrap; gap: 13px; }

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .8px;
	transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease;
}

.btn--gold { background: var(--gold); color: #21160f; box-shadow: 0 14px 32px rgba(0, 0, 0, .18); }
.btn--glass { border: 1px solid rgba(255, 250, 241, .38); background: rgba(23, 18, 16, .16); color: var(--white); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn:hover,
.btn:focus-visible { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0, 0, 0, .24); }

.scroll-cue {
	position: absolute;
	right: max(24px, calc((100vw - 1180px) / 2));
	bottom: 35px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 62px;
	border: 1px solid rgba(255, 250, 241, .34);
	border-radius: 999px;
}

.scroll-cue span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--gold);
	animation: scrollCue 1.8s ease-in-out infinite;
}

.principle { background: var(--ink); color: var(--white); border-top: 1px solid rgba(207, 167, 95, .18); }
.principle-row { display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 94px; }
.principle p { margin: 0; font: 700 clamp(22px, 3vw, 36px)/1 var(--serif); }
.principle p:last-child { color: var(--gold); }
.principle span { width: 54px; height: 1px; background: rgba(255, 250, 241, .36); }

.section { position: relative; padding: 104px 0; }
.section--cream { background: var(--cream); }
.section--dark { background: var(--ink); color: var(--white); }
.section--terra { background: var(--terracotta); color: var(--white); }

.section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 42px;
}

.section-head h2,
.about-copy h2,
.closing h2,
.page-hero h1,
.article-head h1,
.empty-state h1 {
	margin: 8px 0 0;
	font: 700 clamp(40px, 5vw, 66px)/.98 var(--serif);
	letter-spacing: -1.6px;
}

.section-head > p {
	max-width: 470px;
	margin: 0;
	color: var(--muted);
}

.section-head--light .kicker,
.section--terra .kicker { color: var(--sand); }
.section-head--light > p { color: #dbcabb; }

.feature-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 22px; }
.side-stack { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 22px; }

.story-card,
.topic-card,
.about-photo,
.post-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	transform: translateZ(0);
	transition: transform .65s cubic-bezier(.2, .8, .2, 1), box-shadow .65s ease;
}

.story-card { display: flex; align-items: flex-end; min-width: 0; color: var(--white); isolation: isolate; }
.story-card--lead { min-height: 576px; }
.story-card--small { min-height: 277px; }
.story-card--text { background: linear-gradient(135deg, var(--coffee) 0%, var(--terracotta-deep) 100%); }

.story-shade,
.topic-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(0deg, rgba(16, 10, 8, .93) 0%, rgba(20, 12, 9, .2) 75%);
}

.story-shade--warm { background: linear-gradient(0deg, rgba(45, 19, 11, .93) 0%, rgba(105, 45, 24, .08) 77%); }

.story-copy {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 33px;
}

.story-card--lead .story-copy { padding: 42px; }

.story-card h3 {
	max-width: 720px;
	margin: 9px 0 13px;
	font: 700 clamp(28px, 3.8vw, 51px)/1.03 var(--serif);
	letter-spacing: -.8px;
}

.story-card--small h3 { font-size: clamp(25px, 2.4vw, 32px); }
.story-card p:not(.card-tag) { max-width: 560px; margin: 0; color: #eadbce; font-size: 15px; }
.story-card--text p:not(.card-tag) { max-width: 410px; }

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 19px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}
.text-link b { color: var(--gold); font-size: 17px; transition: transform .3s ease; }
a:hover .text-link b,
.text-link:hover b { transform: translateX(4px); }

.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.topic-card { min-height: 410px; color: var(--white); isolation: isolate; scroll-margin-top: 92px; }
.topic-media img { object-position: center; }
.topic-card:first-child .topic-media img { object-position: 58% center; }
.topic-card:nth-child(3) .topic-media img { object-position: center 60%; }
.topic-overlay { background: linear-gradient(0deg, rgba(22, 13, 10, .96) 0%, rgba(22, 13, 10, .12) 75%); }
.topic-overlay--terra { background: linear-gradient(0deg, rgba(105, 38, 19, .95) 0%, rgba(105, 38, 19, .08) 78%); }
.topic-overlay--coffee { background: linear-gradient(0deg, rgba(51, 31, 23, .96) 0%, rgba(51, 31, 23, .12) 75%); }
.topic-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: 31px; }
.card-index { color: var(--gold); }
.topic-card h3 { margin: 8px 0 11px; font: 700 39px/1 var(--serif); }
.topic-card p:not(.card-index) { margin: 0; color: #eadacc; font-size: 14px; }

.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.about-photo { min-height: 570px; background: var(--ink); }
.about-photo .cinematic-media { position: absolute; inset: 0; }
.about-photo .cinematic-media img { object-position: center 38%; }
.about-photo::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(17, 10, 8, .8)); }
.about-photo > p { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 21px; margin: 0; color: var(--sand); font-size: 10px; font-weight: 900; letter-spacing: 1.45px; text-transform: uppercase; }
.about-copy h2 { max-width: 750px; font-size: clamp(39px, 5vw, 65px); }
.about-copy h2 em { color: var(--gold-soft); font-style: normal; }
.about-lead { margin: 23px 0 32px; font: 700 clamp(24px, 3vw, 34px)/1.18 var(--serif); color: #ffe8d7; }
.about-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.about-columns p { margin: 0; color: #f2dbcc; font-size: 15px; }

.closing { padding: 96px 0; background: var(--paper); text-align: center; }
.closing-inner { max-width: 920px; }
.closing h2 { margin: 10px auto 31px; font-size: clamp(38px, 5vw, 62px); }

.footer { padding: 40px 0; background: #0d0908; color: #baa799; }
.footer-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.footer-brand { color: var(--gold); font: 700 19px/1 var(--serif); }
.footer p { margin: 0; font-size: 12px; text-align: center; }
.back-to-top { justify-self: end; font-size: 11px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }

.content-page { min-height: 75vh; padding: 150px 0 100px; background: var(--cream); }
.page-hero { max-width: 850px; margin-bottom: 54px; }
.page-hero > p:last-child { color: var(--muted); font-size: 18px; }
.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.post-card { background: var(--white); }
.post-card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.post-card-copy { padding: 29px; }
.post-card h2 { margin: 8px 0 13px; font: 700 clamp(27px, 3vw, 38px)/1.05 var(--serif); }
.post-card p { color: var(--muted); }
.post-card .card-tag { color: var(--terracotta); }

.article-shell { max-width: 1040px; }
.article-head { max-width: 900px; margin-bottom: 45px; }
.article-head h1 { font-size: clamp(46px, 7vw, 86px); }
.article-deck { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.article-hero { overflow: hidden; width: 100%; aspect-ratio: 16 / 9; margin: 0 0 54px; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-body { max-width: 760px; margin-inline: auto; font: 18px/1.8 var(--serif); }
.article-body > :first-child { margin-top: 0; }
.article-body p { margin: 0 0 1.35em; }
.article-body h2, .article-body h3 { color: var(--ink); line-height: 1.1; }
.article-body h2 { margin: 2.1em 0 .65em; font-size: clamp(32px, 4vw, 48px); }
.article-body h3 { margin: 1.8em 0 .55em; font-size: clamp(25px, 3vw, 34px); }
.article-body a { color: var(--terracotta-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body blockquote { margin: 2em 0; padding: 2px 0 2px 27px; border-left: 3px solid var(--gold); font-size: 1.25em; color: var(--coffee); }
.article-body img,
.article-body video { width: 100%; border-radius: 14px; }
.article-body figure { margin-block: 2.2em; }
.article-body figcaption { margin-top: 10px; color: var(--muted); font: 13px/1.5 var(--sans); text-align: center; }
.article-body > .alignwide { width: min(1040px, calc(100vw - 44px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.article-body .wp-block-embed__wrapper { overflow: hidden; border-radius: 14px; }
.article-body iframe { max-width: 100%; }
.article-footer { max-width: 760px; margin: 50px auto 0; padding-top: 28px; border-top: 1px solid var(--line); }
.empty-state { max-width: 760px; padding-top: 80px; padding-bottom: 80px; }
.empty-state h2 { font: 700 clamp(34px, 5vw, 56px)/1 var(--serif); }
.empty-state > p { color: var(--muted); font-size: 18px; }
.nav-links { display: flex; justify-content: center; gap: 9px; margin-top: 45px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border-radius: 50%; background: var(--white); }
.page-numbers.current { background: var(--ink); color: var(--white); }

.cinematic-media { overflow: hidden; }
.cinematic-media img {
	animation: cinematicZoom 8s cubic-bezier(.42, 0, .25, 1) infinite alternate;
	animation-play-state: paused;
	transform-origin: center;
}
.cinematic-media.is-cinematic-active img,
.no-js .cinematic-media img {
	animation-play-state: running;
	will-change: transform;
}

.js .reveal {
	opacity: 0;
	transform: translate3d(0, 28px, 0);
	transition: opacity .75s ease var(--reveal-delay, 0ms), transform .85s cubic-bezier(.2, .75, .25, 1) var(--reveal-delay, 0ms);
}

.js .reveal[data-reveal='left'] { transform: translate3d(-34px, 0, 0); }
.js .reveal[data-reveal='right'] { transform: translate3d(34px, 0, 0); }
.js .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

@keyframes cinematicZoom {
	from { transform: scale(1.001); }
	to { transform: scale(1.075); }
}

@keyframes heroIn {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollCue {
	0%, 100% { opacity: .35; transform: translateY(-10px); }
	50% { opacity: 1; transform: translateY(10px); }
}

@media (hover: hover) and (pointer: fine) {
	.lift:hover,
	.lift:focus-visible { transform: translateY(-9px) scale(1.008); box-shadow: var(--shadow-high); }
}

@media (hover: none), (pointer: coarse) {
	.lift:active { transform: translateY(-4px) scale(1.004); box-shadow: var(--shadow-high); }
}

@media (max-width: 960px) {
	.feature-grid { grid-template-columns: 1.12fr .88fr; }
	.story-card--lead { min-height: 535px; }
	.topic-card { min-height: 370px; }
	.about-grid { grid-template-columns: .85fr 1.15fr; gap: 45px; }
	.about-photo { min-height: 520px; }
}

@media (max-width: 860px) {
	.js .menu-toggle { display: block; }
	.navlinks {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 7px;
		height: 100vh;
		height: 100svh;
		padding: 95px max(28px, calc((100vw - 720px) / 2));
		background: rgba(23, 18, 16, .985);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-15px);
		transition: opacity .3s ease, visibility .3s ease, transform .4s ease;
	}
	.navlinks a { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font: 700 25px/1.1 var(--serif); letter-spacing: 0; text-transform: none; }
	.topbar[data-menu-open='true'] .navlinks { opacity: 1; visibility: visible; transform: translateY(0); }
	.topbar[data-menu-open='true'] { background: var(--ink); }
	html:not(.js) .topbar { position: absolute; background: rgba(23, 18, 16, .94); }
	html:not(.js) .nav { height: auto; min-height: 74px; flex-wrap: wrap; padding: 14px 0; }
	html:not(.js) .navlinks { position: static; flex: 1 0 100%; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 4px 18px; height: auto; padding: 12px 0 0; opacity: 1; visibility: visible; transform: none; background: transparent; }
	html:not(.js) .navlinks a { width: auto; padding: 8px 0; border: 0; font: 800 11px/1 var(--sans); letter-spacing: 1px; text-transform: uppercase; }
	.hero { min-height: 730px; }
	.hero-layout { grid-template-columns: 1fr; }
	.feature-grid { grid-template-columns: 1fr; }
	.side-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
	.story-card--lead { min-height: 510px; }
	.story-card--small { min-height: 300px; }
	.topic-grid { grid-template-columns: 1fr; }
	.topic-card { min-height: 420px; }
	.topic-card:nth-child(2) .topic-media img { object-position: center 57%; }
	.about-grid { grid-template-columns: 1fr; }
	.about-photo { width: min(100%, 510px); min-height: 620px; }
	.footer-row { grid-template-columns: 1fr; text-align: center; }
	.footer p { text-align: center; }
	.back-to-top { justify-self: center; }
}

@media (max-width: 640px) {
	:root { --radius: 18px; }
	.wrap { width: min(100% - 30px, 560px); }
	.nav { height: 68px; }
	.brand { font-size: 21px; }
	.menu-toggle { width: 43px; height: 43px; }
	.menu-toggle span { left: 12px; }
	.hero { min-height: 690px; padding: 126px 0 70px; align-items: flex-end; }
	.hero-media img { object-position: 59% center; }
	.hero-overlay { background: linear-gradient(0deg, rgba(16, 10, 8, .97) 0%, rgba(16, 10, 8, .68) 58%, rgba(16, 10, 8, .24) 100%); }
	.hero h1 { margin: 10px 0 20px; font-size: clamp(48px, 13.5vw, 66px); letter-spacing: -1.8px; }
	.hero-lead { max-width: 520px; margin-bottom: 28px; font-size: 16px; }
	.scroll-cue { display: none; }
	.principle-row { min-height: 78px; gap: 14px; }
	.principle p { font-size: 22px; }
	.principle span { width: 24px; }
	.section { padding: 74px 0; }
	.section-head { display: block; margin-bottom: 30px; }
	.section-head h2, .about-copy h2, .closing h2, .page-hero h1, .empty-state h1 { font-size: clamp(34px, 9.5vw, 44px); letter-spacing: -.8px; }
	.section-head > p { margin-top: 17px; font-size: 15px; }
	.story-card--lead { min-height: 465px; }
	.story-card--lead .story-copy, .story-copy { padding: 25px; }
	.story-card h3 { font-size: 31px; }
	.story-card--small h3 { font-size: 25px; }
	.side-stack { grid-template-columns: 1fr; }
	.story-card--small { min-height: 305px; }
	.story-card--text { min-height: 280px; }
	.topic-card { min-height: 385px; }
	.topic-card h3 { font-size: 32px; }
	.topic-copy { padding: 25px; }
	.about-photo { min-height: 500px; }
	.about-columns { grid-template-columns: 1fr; gap: 14px; }
	.about-lead { margin: 18px 0 25px; }
	.closing { padding: 75px 0; }
	.footer { padding: 34px 0; }
	.content-page { padding: 124px 0 75px; }
	.post-grid { grid-template-columns: 1fr; }
	.article-head h1 { font-size: clamp(38px, 11vw, 54px); }
	.article-hero { margin-bottom: 38px; border-radius: 15px; }
	.article-body { font-size: 17px; line-height: 1.72; }
	.js .reveal[data-reveal='left'],
	.js .reveal[data-reveal='right'] { transform: translate3d(0, 20px, 0); }
	.js .reveal.is-visible { transform: translate3d(0, 0, 0); }
}

@media (max-width: 782px) {
	.admin-bar .topbar { top: 46px; }
}

@media (max-width: 380px) {
	.cta-row { flex-direction: column; align-items: stretch; }
	.principle p { font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.js .reveal,
	.js .reveal[data-reveal='left'],
	.js .reveal[data-reveal='right'] { opacity: 1; transform: none; }
	.cinematic-media img { transform: none; }
}
