/*
Theme Name: Zaman Telvesi
Theme URI: https://www.zamantelvesi.com/
Author: Zaman Telvesi
Description: Zamantüneli eklentisi için tasarlanmış, gravür ruhlu tek sayfalık tema.
Version: 0.1.35
Text Domain: zaman-telvesi
Requires at least: 6.2
Requires PHP: 7.4
Update URI: false
*/

:root {
	--zt-ink: #0b211e;
	--zt-ink-deep: #061512;
	--zt-ink-soft: #173a34;
	--zt-paper: #efd8d1;
	--zt-rose: #d89f92;
	--zt-rose-dim: #bb8077;
	--zt-line: rgba(239, 216, 209, 0.2);
	--zt-rail: rgba(239, 216, 209, 0.16);
	--zt-shadow: rgba(0, 0, 0, 0.38);
	--zt-font-display: 'Caudex', Georgia, serif;
	--zt-font-body: 'Lora', Georgia, serif;
	--zt-page-width: min(1160px, calc(100vw - 48px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--zt-rose);
	background:
		radial-gradient(circle at 78% 12%, rgba(75, 130, 112, 0.16), transparent 29rem),
		radial-gradient(circle at 13% 72%, rgba(216, 159, 146, 0.08), transparent 34rem),
		linear-gradient(135deg, var(--zt-ink), var(--zt-ink-deep) 64%, #102a25);
	font-family: var(--zt-font-body);
	font-size: 17px;
	line-height: 1.7;
}

body::before {
	position: fixed;
	z-index: -1;
	inset: 0;
	pointer-events: none;
	content: '';
	opacity: 0.32;
	background-image:
		radial-gradient(rgba(239, 216, 209, 0.24) 0.65px, transparent 0.75px),
		radial-gradient(rgba(0, 0, 0, 0.4) 0.65px, transparent 0.8px);
	background-position: 0 0, 3px 5px;
	background-size: 7px 7px, 11px 11px;
	mix-blend-mode: soft-light;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--zt-paper);
}

button,
input {
	font: inherit;
}

button {
	cursor: pointer;
}

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

.zt-site-header {
	position: sticky;
	z-index: 50;
	top: 0;
	border-bottom: 1px solid rgba(239, 216, 209, 0.12);
	background: rgba(6, 21, 18, 0.82);
	backdrop-filter: blur(13px);
}

.zt-header-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: var(--zt-page-width);
	min-height: 82px;
	margin: 0 auto;
}

.zt-site-title {
	justify-self: start;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: clamp(1.14rem, 2vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.zt-site-title span {
	display: block;
	margin-top: -0.15em;
	color: var(--zt-rose-dim);
	font-family: var(--zt-font-body);
	font-size: 0.6rem;
	font-weight: 400;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.zt-brand-mark {
	justify-self: center;
	position: relative;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(216, 159, 146, 0.72);
	border-radius: 50%;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.zt-brand-mark::before,
.zt-brand-mark::after {
	position: absolute;
	width: 78px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--zt-rose-dim));
	content: '';
}

.zt-brand-mark::before {
	right: calc(100% + 10px);
}

.zt-brand-mark::after {
	left: calc(100% + 10px);
	transform: rotate(180deg);
}

.zt-primary-nav {
	justify-self: end;
}

.zt-primary-nav ul {
	display: flex;
	gap: clamp(0.75rem, 2vw, 1.55rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.zt-primary-nav a {
	color: var(--zt-rose);
	font-family: var(--zt-font-display);
	font-size: 0.95rem;
	text-decoration: none;
}

.zt-primary-nav a:hover,
.zt-primary-nav .current-menu-item a {
	color: var(--zt-paper);
}

.zt-main {
	overflow: hidden;
}

.zt-hero {
	position: relative;
	width: var(--zt-page-width);
	margin: 0 auto;
	padding: clamp(2.25rem, 4.5vw, 4rem) 0 clamp(0.65rem, 1.2vw, 1rem);
}

.zt-hero::before {
	position: absolute;
	z-index: -1;
	top: 2.4rem;
	left: 50%;
	width: min(900px, 100%);
	height: 510px;
	border: 1px solid rgba(216, 159, 146, 0.13);
	border-radius: 49% 51% 44% 56% / 44% 38% 62% 56%;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.45);
	content: '';
	transform: translateX(-50%) rotate(-7deg);
}

.zt-hero-content {
	display: grid;
	grid-template-columns: minmax(210px, 0.55fr) minmax(440px, 1.45fr);
	align-items: center;
	gap: clamp(1.8rem, 4vw, 4.6rem);
	min-height: 365px;
	padding: clamp(1.25rem, 3vw, 2.4rem);
	border: 1px solid rgba(239, 216, 209, 0.1);
	background: linear-gradient(110deg, rgba(7, 23, 20, 0.56), rgba(7, 23, 20, 0.14));
	box-shadow: 0 24px 60px var(--zt-shadow);
}

.zt-hero-media {
	position: relative;
	justify-self: center;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	width: min(100%, 310px);
	min-height: 0;
	max-height: 370px;
	border: 1px solid rgba(239, 216, 209, 0.24);
	background: #102a25;
	box-shadow: 18px 22px 0 -13px rgba(216, 159, 146, 0.33), 0 17px 33px rgba(0, 0, 0, 0.4);
}

/* Her iki slaytta da medya, eski bir kitap kapaÄŸÄ± iÃ§ine oturur. */
.zt-book-cover {
	box-sizing: border-box;
	padding: 12% 10% 13% 20%;
	border: 0;
	background: url('assets/images/book-cover.png') center / 100% 100% no-repeat;
	box-shadow: 15px 18px 28px rgba(0, 0, 0, 0.42);
}

.zt-book-cover img,
.zt-book-cover video,
.zt-book-cover iframe {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.zt-hero-media::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	border: 1px solid rgba(0, 0, 0, 0.22);
	box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.4);
	content: '';
}

.zt-hero-media img,
.zt-hero-media video,
.zt-hero-media iframe {
	object-fit: cover;
	filter: saturate(0.7) contrast(1.08) sepia(0.08);
}

.zt-hero-media--empty {
	display: grid;
	place-items: center;
	background: url('assets/images/book-cover.png') center / 100% 100% no-repeat;
}

.zt-hero-media--empty span {
	position: absolute;
	width: 130%;
	height: 1px;
	background: rgba(216, 159, 146, 0.3);
	transform: rotate(var(--zt-angle, 0deg));
}

.zt-hero-media--empty span:nth-child(1) { --zt-angle: 32deg; }
.zt-hero-media--empty span:nth-child(2) { --zt-angle: -28deg; }
.zt-hero-media--empty span:nth-child(3) { --zt-angle: 90deg; }

.zt-hero-copy {
	position: relative;
	padding: 1rem 0;
}

.zt-eyebrow {
	margin: 0 0 0.35rem;
	color: var(--zt-rose-dim);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.zt-hero-date {
	margin: 1rem 0 0;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: 1rem;
}

.zt-hero-title {
	display: -webkit-box;
	overflow: hidden;
	max-width: 760px;
	min-height: 1.84em;
	max-height: 1.84em;
	margin: 0;
	color: var(--zt-rose);
	font-family: var(--zt-font-display);
	font-size: clamp(2.15rem, 4.25vw, 4.25rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 0.92;
	text-wrap: balance;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zt-hero-title a {
	text-decoration: none;
}

.zt-hero-description {
	max-width: 600px;
	margin: 1.8rem 0 0;
	color: rgba(239, 216, 209, 0.78);
	font-size: 1.04rem;
}

.zt-read-more {
	display: inline-flex;
	gap: 0.7rem;
	align-items: center;
	margin-top: 1.8rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--zt-event-color, var(--zt-rose));
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: 1.05rem;
	font-weight: 700;
	text-decoration: none;
}

.zt-read-more span {
	color: var(--zt-event-color, var(--zt-rose));
	font-size: 1.35rem;
	transition: transform 180ms ease;
}

.zt-read-more:hover span {
	transform: translateX(0.3rem);
}

.zt-hero-controls {
	display: flex;
	justify-content: space-between;
	margin-top: 1.55rem;
}

.zt-hero-controls button,
.zt-play-toggle {
	display: inline-grid;
	place-items: center;
	border: 1px solid rgba(239, 216, 209, 0.33);
	color: var(--zt-paper);
	background: rgba(6, 21, 18, 0.46);
	transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.zt-hero-controls button {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	font-size: 1.45rem;
}

.zt-hero-controls button:hover,
.zt-play-toggle:hover {
	border-color: var(--zt-rose);
	color: var(--zt-rose);
	background: rgba(239, 216, 209, 0.07);
}

.zt-hero-controls button:focus-visible,
.zt-play-toggle:focus-visible,
.zt-event:focus-visible,
.zt-timeline-slider:focus-visible {
	outline: 2px solid var(--zt-paper);
	outline-offset: 4px;
}

.zt-timeline-section {
	position: relative;
	padding: clamp(2.8rem, 5vw, 4.3rem) 0 clamp(4.5rem, 9vw, 8rem);
	border-top: 1px solid rgba(239, 216, 209, 0.1);
	background: rgba(3, 15, 12, 0.36);
}

.zt-timeline-section::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(90deg, transparent, rgba(216, 159, 146, 0.075), transparent);
	content: '';
}

.zt-timeline-inner {
	position: relative;
	width: min(1440px, calc(100vw - 32px));
	margin: 0 auto;
}

.zt-flow-slider {
	position: relative;
	width: min(900px, 100%);
	margin: 2.7rem auto 0.15rem;
	border: 1px solid rgba(239, 216, 209, 0.2);
	background: rgba(7, 27, 23, 0.7);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.23);
}

.zt-flow-heading {
	position: absolute;
	bottom: calc(100% + 0.38rem);
	left: 0;
	margin: 0;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.zt-flow-content {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: clamp(1.2rem, 3vw, 2.5rem);
	align-items: stretch;
	height: 210px;
	padding: 0.85rem;
	overflow: hidden;
}

.zt-flow-content.is-moving {
	animation: zt-flow-enter 320ms ease both;
}

.zt-flow-media {
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 190px;
	min-height: 0;
	border: 0;
	background-color: #071b17;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.48);
}

.zt-flow-media.zt-book-cover {
	padding: 12% 10% 13% 20%;
	background: url('assets/images/book-cover.png') center / 100% 100% no-repeat;
}

.zt-flow-media.zt-book-cover::after {
	position: absolute;
	z-index: 2;
	inset: 12% 10% 13% 20%;
	border: 1px solid rgba(218, 173, 111, 0.58);
	box-shadow: inset 0 0 0 2px rgba(7, 25, 21, 0.45), 0 0 8px rgba(218, 173, 111, 0.15);
	content: '';
	pointer-events: none;
}

.zt-flow-media img,
.zt-flow-media video,
.zt-flow-media iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
	filter: saturate(0.68) contrast(1.08) sepia(0.08);
}

.zt-flow-media--empty {
	background: url('assets/images/book-cover.png') center / 100% 100% no-repeat;
}

.zt-flow-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	padding: 0.7rem 0.4rem 0.45rem 0;
	overflow: hidden;
}

.zt-flow-kind {
	display: none;
	margin: 0 0 0.15rem;
	color: var(--zt-rose-dim);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.zt-flow-title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: clamp(1.45rem, 2.4vw, 2.15rem);
	letter-spacing: -0.035em;
	line-height: 1.04;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zt-flow-title a {
	text-decoration: none;
}

.zt-flow-date {
	margin: 0.52rem 0 0;
	color: var(--zt-rose);
	font-family: var(--zt-font-display);
	font-size: 0.95rem;
}

.zt-flow-description {
	display: -webkit-box;
	overflow: hidden;
	margin: 0.55rem 0 0;
	color: rgba(239, 216, 209, 0.68);
	font-size: 0.83rem;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zt-flow-read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	width: fit-content;
	margin-top: auto;
	padding: 0.42rem 0 0.08rem;
	border-bottom: 1px solid var(--zt-event-color, #d99a8b);
	color: #f0dcd4;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.zt-flow-read-more span {
	color: var(--zt-event-color, #d99a8b);
	font-size: 1rem;
	line-height: 0.7;
}

.zt-flow-read-more:hover,
.zt-flow-read-more:focus-visible {
	border-color: #f4ddd4;
	color: #fff4ef;
}

.zt-flow-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.55rem 0.75rem;
	border-top: 1px solid rgba(239, 216, 209, 0.12);
}

.zt-flow-controls p {
	margin: 0;
	color: rgba(239, 216, 209, 0.56);
	font-family: var(--zt-font-display);
	font-size: 0.76rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.zt-flow-controls button {
	width: 31px;
	height: 31px;
	border: 1px solid rgba(239, 216, 209, 0.3);
	border-radius: 50%;
	color: var(--zt-paper);
	background: transparent;
	font-size: 1.2rem;
	line-height: 1;
}

.zt-flow-controls button:hover {
	border-color: var(--zt-rose);
	color: var(--zt-rose);
}

@keyframes zt-flow-enter {
	from { opacity: 0; transform: translateX(18px); }
	to { opacity: 1; transform: translateX(0); }
}

.zt-timeline-heading {
	display: flex;
	justify-content: flex-end;
	min-height: 1.2rem;
	margin: 0 0 0.45rem;
}

.zt-section-label {
	margin: 0 0 0.3rem;
	color: var(--zt-rose-dim);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.zt-timeline-heading h2 {
	margin: 0;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: clamp(2.2rem, 4vw, 3.7rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.zt-current-date {
	padding-bottom: 0.25rem;
	color: var(--zt-rose);
	font-family: var(--zt-font-display);
	font-size: 1.15rem;
	white-space: nowrap;
}

.zt-timeline-controls {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 1.15rem;
	padding: 0.8rem 1rem;
	border: 1px solid var(--zt-line);
	background: rgba(14, 41, 36, 0.65);
}

.zt-range-label {
	display: none;
}

.zt-range-label:last-of-type {
	display: none;
}

.zt-timeline-navigator {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 34px;
	gap: 0.4rem;
	align-items: center;
	min-width: 0;
	padding: 0.28rem 0.35rem;
	border: 1px solid rgba(225, 177, 116, 0.38);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(44, 93, 78, 0.76), rgba(9, 31, 26, 0.9));
	box-shadow: inset 0 1px 0 rgba(239, 216, 209, 0.15), inset 0 -2px 8px rgba(0, 0, 0, 0.38), 0 3px 10px rgba(0, 0, 0, 0.2);
}

.zt-timeline-nudge {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(239, 216, 209, 0.68);
	border-radius: 50%;
	color: var(--zt-paper);
	background: radial-gradient(circle at 36% 30%, #d89f92, #874f48 64%, #3c2926);
	box-shadow: 0 0 0 3px rgba(216, 159, 146, 0.09), 0 2px 5px rgba(0, 0, 0, 0.48);
	font-family: Arial, sans-serif;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1;
	transition: transform 150ms ease, color 150ms ease, border-color 150ms ease;
}

.zt-timeline-nudge:hover:not(:disabled) {
	border-color: #f5d1c2;
	color: #fff5eb;
	transform: scale(1.06);
}

.zt-timeline-slider {
	--zt-timeline-progress: 0%;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0 0.2rem;
	background: transparent;
	cursor: ew-resize;
}

.zt-timeline-slider::-webkit-slider-runnable-track {
	height: 7px;
	border: 1px solid rgba(225, 177, 116, 0.54);
	border-radius: 999px;
	background: linear-gradient(90deg, #d89f92 0 var(--zt-timeline-progress), rgba(18, 53, 45, 0.82) var(--zt-timeline-progress) 100%);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.64), 0 0 0 2px rgba(239, 216, 209, 0.06);
}

.zt-timeline-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	margin-top: -6px;
	border: 2px solid #f0c5a5;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 31%, #fff2df 0 16%, #d89f92 18% 54%, #9b5d54 56% 100%);
	box-shadow: 0 0 0 3px rgba(216, 159, 146, 0.13), 0 3px 8px rgba(0, 0, 0, 0.45);
}

.zt-timeline-slider::-moz-range-track {
	height: 7px;
	border: 1px solid rgba(225, 177, 116, 0.54);
	border-radius: 999px;
	background: linear-gradient(90deg, #d89f92 0 var(--zt-timeline-progress), rgba(18, 53, 45, 0.82) var(--zt-timeline-progress) 100%);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.64), 0 0 0 2px rgba(239, 216, 209, 0.06);
}

.zt-timeline-slider::-moz-range-thumb {
	width: 15px;
	height: 15px;
	border: 2px solid #f0c5a5;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 31%, #fff2df 0 16%, #d89f92 18% 54%, #9b5d54 56% 100%);
	box-shadow: 0 0 0 3px rgba(216, 159, 146, 0.13), 0 3px 8px rgba(0, 0, 0, 0.45);
}

.zt-timeline-actions {
	display: grid;
	gap: 0.32rem;
	justify-items: center;
	min-width: 44px;
}

.zt-timeline-zoom {
	display: grid;
	grid-template-columns: repeat(2, 28px);
	gap: 0.32rem;
}

.zt-timeline-zoom button {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(239, 216, 209, 0.3);
	color: var(--zt-paper);
	background: transparent;
	font-size: 1rem;
	line-height: 1;
}

.zt-timeline-zoom button:hover {
	border-color: var(--zt-rose);
	color: var(--zt-rose);
}

.zt-play-toggle {
	width: 60px;
	min-width: 0;
	min-height: 34px;
	padding: 0.35rem;
}

.zt-play-icon {
	display: block;
	color: var(--zt-paper);
}

.zt-play-icon--pause {
	width: 13px;
	height: 15px;
	background: linear-gradient(to right, currentColor 0 4px, transparent 4px 9px, currentColor 9px 13px);
}

.zt-play-icon--play {
	width: 0;
	height: 0;
	margin-left: 3px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid currentColor;
}

.zt-timeline-viewport {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 360px;
	padding: clamp(1rem, 2.5vw, 2.1rem);
	border: 1px solid rgba(239, 216, 209, 0.18);
	background:
		radial-gradient(ellipse at center, rgba(53, 87, 69, 0.18), transparent 67%),
		repeating-linear-gradient(0deg, rgba(222, 176, 119, 0.028) 0 1px, transparent 1px 5px),
		rgba(8, 28, 24, 0.78);
	box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.25);
	cursor: grab;
}

.zt-timeline-viewport.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.zt-timeline-canvas {
	position: relative;
	min-height: 318px;
}

.zt-time-current {
	position: absolute;
	z-index: 4;
	/* Merkez tarih çizgisi ilk iç yatay kılavuz çizgisinden başlar. */
	top: 0.6rem;
	bottom: 0;
	width: 1px;
	border-left: 1px solid rgba(250, 211, 152, 0.88);
	background: linear-gradient(to bottom, rgba(250, 211, 152, 0.42), rgba(216, 159, 146, 0.2) 44%, rgba(250, 211, 152, 0.06));
	box-shadow: 0 0 11px rgba(250, 211, 152, 0.28);
	transform: translateX(-50%);
	pointer-events: none;
}

.zt-time-current::before {
	position: absolute;
	top: -0.16rem;
	left: -4px;
	width: 7px;
	height: 7px;
	border: 1px solid #ffe2b8;
	border-radius: 50%;
	background: #efd8d1;
	box-shadow: 0 0 0 3px rgba(221, 177, 116, 0.18), 0 0 12px rgba(250, 211, 152, 0.7);
	content: '';
}

.zt-time-current__label {
	position: absolute;
	top: -1.35rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.09rem 0.24rem;
	border: 1px solid rgba(250, 211, 152, 0.38);
	color: #f5ddb7;
	background: rgba(7, 24, 20, 0.84);
	font-family: var(--zt-font-display);
	font-size: 0.66rem;
	line-height: 1;
	white-space: nowrap;
}

.zt-time-grid {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
}

.zt-time-grid__line {
	position: absolute;
	top: calc(-1 * clamp(1rem, 2.5vw, 2.1rem));
	bottom: 1rem;
	width: 1px;
	background: linear-gradient(to bottom, rgba(221, 177, 116, 0.16), rgba(221, 177, 116, 0.54) 18%, rgba(216, 159, 146, 0.24) 78%, rgba(221, 177, 116, 0.08));
	box-shadow: 0 0 9px rgba(221, 177, 116, 0.1);
}

.zt-time-grid__line:nth-child(odd) {
	background: linear-gradient(to bottom, rgba(216, 159, 146, 0.12), rgba(216, 159, 146, 0.46) 18%, rgba(221, 177, 116, 0.2) 78%, rgba(216, 159, 146, 0.07));
}

.zt-time-grid__line--boundary {
	z-index: 1;
	width: 2px;
	background: linear-gradient(to bottom, rgba(251, 218, 173, 0.16), rgba(250, 208, 151, 0.9) 18%, rgba(216, 159, 146, 0.38) 78%, rgba(250, 208, 151, 0.12));
	box-shadow: 0 0 14px rgba(250, 211, 152, 0.45);
}

.zt-time-grid__line--boundary .zt-time-grid__label {
	border-color: rgba(250, 211, 152, 0.52);
	color: #f5ddb7;
	background: rgba(7, 24, 20, 0.82);
}

.zt-time-grid__line::before {
	position: absolute;
	top: -0.14rem;
	left: -3px;
	width: 7px;
	height: 7px;
	border: 1px solid rgba(250, 222, 179, 0.9);
	border-radius: 50%;
	background: #efd8d1;
	box-shadow: 0 0 0 3px rgba(221, 177, 116, 0.16), 0 0 11px rgba(250, 211, 152, 0.66);
	content: '';
}

.zt-time-grid__line::after {
	position: absolute;
	top: 0;
	left: -0.55rem;
	width: 1.1rem;
	height: 1px;
	background: rgba(221, 177, 116, 0.56);
	content: '';
}

.zt-time-grid__label {
	position: absolute;
	top: 0.65rem;
	left: 0.48rem;
	padding: 0.09rem 0.22rem;
	border: 1px solid rgba(221, 177, 116, 0.16);
	color: rgba(238, 208, 168, 0.75);
	background: rgba(7, 24, 20, 0.58);
	font-family: var(--zt-font-display);
	font-size: 0.64rem;
	line-height: 1;
	white-space: nowrap;
}

.zt-timeline-group {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0;
	padding: 0.08rem 0 0.9rem;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--zt-category-color, var(--zt-rose)) 8%, transparent) 44%, transparent 86%);
}

.zt-timeline-group:not(:first-child) {
	margin-top: 0.58rem;
	border-top: 1px solid rgba(239, 216, 209, 0.08);
	padding-top: 0.58rem;
}

.zt-track {
	position: relative;
	min-height: 37px;
}

.zt-track::before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 1px;
	background: var(--zt-rail);
	content: '';
}

.zt-category-track {
	min-height: 50px;
}

.zt-category-track::before {
	height: 3px;
	background: linear-gradient(90deg, rgba(221, 177, 116, 0.18), color-mix(in srgb, var(--zt-category-color, var(--zt-rose)) 58%, #d8af78) 47%, rgba(221, 177, 116, 0.18));
	box-shadow: 0 0 14px color-mix(in srgb, var(--zt-category-color, var(--zt-rose)) 20%, transparent);
}

.zt-post-track {
	margin-left: clamp(0.5rem, 3vw, 3.5rem);
	min-height: 42px;
}

.zt-category-track + .zt-post-track {
	margin-top: 0;
}

.zt-post-track + .zt-post-track {
	margin-top: 0.32rem;
}

.zt-post-track--overlap {
	margin-top: 0.32rem;
}

.zt-person-timeline .zt-post-track {
	margin-left: clamp(1.7rem, 5vw, 5rem);
	min-height: 42px;
}

.zt-person-timeline .zt-category-track + .zt-post-track {
	margin-top: 0;
}

.zt-person-timeline .zt-post-track + .zt-post-track {
	margin-top: 0.38rem;
}

.zt-person-timeline .zt-post-track--overlap {
	margin-top: 0.38rem;
}

.zt-event {
	position: absolute;
	isolation: isolate;
	top: 50%;
	transform: translateY(-50%);
	overflow: visible;
	min-width: 46px;
	min-height: 25px;
	padding: 0.2rem 0.42rem;
	border: 1px solid color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 55%, #efd8d1);
	border-radius: 0;
	color: #faece5;
	background: linear-gradient(100deg, color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 58%, #efd8d1), color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 76%, #173a34));
	box-shadow: inset 0 1px 0 rgba(255, 245, 226, 0.28), inset 0 -1px 0 rgba(4, 21, 17, 0.34), 0 4px 12px rgba(0, 0, 0, 0.31);
	font-family: var(--zt-font-body);
	font-size: 0.72rem;
	line-height: 1.05;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zt-event::after {
	position: absolute;
	z-index: 2;
	inset: 3px;
	border: 1px solid rgba(255, 241, 211, 0.2);
	content: '';
	pointer-events: none;
}

.zt-event--category {
	min-height: 50px;
	padding: 0.34rem 0.65rem;
	border-color: color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 45%, #e1b174);
	background: linear-gradient(102deg, color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 58%, #273d30), color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 67%, #12251f));
	box-shadow: inset 0 1px 0 rgba(255, 235, 205, 0.38), inset 0 -2px 0 rgba(4, 18, 15, 0.58), 0 7px 17px rgba(0, 0, 0, 0.46);
	font-family: var(--zt-font-display);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-shadow: 0 1px 1px rgba(3, 16, 13, 0.72);
}

.zt-event--category::before {
	position: absolute;
	z-index: 0;
	inset: 3px;
	background: url('assets/images/timeline-engraving.png') left 76% / 420px 164px repeat-x;
	mix-blend-mode: screen;
	filter: sepia(0.28) saturate(0.8) contrast(1.45) brightness(1.42);
	opacity: 0.86;
	content: '';
	pointer-events: none;
}

.zt-event--category::after {
	inset: 3px;
	border-color: rgba(232, 188, 126, 0.56);
	box-shadow: inset 0 0 0 1px rgba(10, 31, 25, 0.42);
}

.zt-event--post {
	min-width: 10rem;
	min-height: 42px;
	padding: 0.23rem 0.45rem;
	background: linear-gradient(100deg, color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 42%, #efd8d1), color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 58%, #173a34));
	font-size: 0.7rem;
}

.zt-event.is-active {
	z-index: 2;
	border-color: var(--zt-paper);
	box-shadow: 0 0 0 2px rgba(239, 216, 209, 0.22), 0 6px 15px rgba(0, 0, 0, 0.45);
}

.zt-event__title {
	position: absolute;
	top: 50%;
	right: 0.4rem;
	left: 0.4rem;
	width: auto;
	min-width: 0;
	max-width: none;
	transform: translateY(-50%);
	z-index: 3;
	display: block;
	overflow: hidden;
	color: #faece5;
	pointer-events: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zt-event--category .zt-event__title {
	right: 4.75rem;
	left: 4.75rem;
	width: auto;
	max-width: none;
}

.zt-event--post .zt-event__title {
	top: 34%;
}

.zt-event__date {
	position: absolute;
	top: 71%;
	left: 50%;
	width: calc(100% - 0.85rem);
	overflow: hidden;
	color: rgba(255, 250, 237, 0.84);
	font-family: var(--zt-font-body);
	font-size: 0.55rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-overflow: ellipsis;
	text-shadow: 0 1px 2px rgba(3, 16, 13, 0.88);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 3;
	pointer-events: none;
}

.zt-event__boundary {
	position: absolute;
	top: 50%;
	display: grid;
	gap: 0.02rem;
	width: 4.15rem;
	color: rgba(255, 242, 221, 0.92);
	font-family: var(--zt-font-body);
	font-size: 0.56rem;
	font-weight: 600;
	line-height: 1.05;
	text-shadow: 0 1px 2px rgba(3, 16, 13, 0.88);
	transform: translateY(-50%);
	z-index: 3;
	pointer-events: none;
}

.zt-event__boundary--start {
	left: 0.45rem;
	text-align: left;
}

.zt-event__boundary--end {
	right: 0.45rem;
	text-align: right;
}

.zt-event-point {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 2px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	background: linear-gradient(to bottom, transparent, color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 72%, #f5ddb7) 18%, var(--zt-event-color, var(--zt-rose)) 50%, transparent);
	box-shadow: 0 0 9px color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 48%, transparent);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.zt-event-point::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid #ffe2b8;
	border-radius: 50%;
	background: var(--zt-event-color, var(--zt-rose));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 22%, transparent), 0 0 11px color-mix(in srgb, var(--zt-event-color, var(--zt-rose)) 72%, transparent);
	content: '';
	transform: translate(-50%, -50%);
}

.zt-event-point:focus-visible {
	outline: 2px solid #f5ddb7;
	outline-offset: 4px;
}

.zt-event-point__copy {
	position: absolute;
	top: 50%;
	left: 0.68rem;
	display: grid;
	gap: 0.12rem;
	width: max-content;
	max-width: min(17rem, calc(100vw - 4.5rem));
	color: #faece5;
	font-family: var(--zt-font-body);
	font-size: 0.72rem;
	line-height: 1.15;
	text-align: left;
	text-shadow: 0 1px 2px rgba(3, 16, 13, 0.92);
	transform: translateY(-50%);
	pointer-events: none;
}

.zt-event-point__title,
.zt-event-point__date {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zt-event-point__title {
	font-weight: 700;
}

.zt-event-point__date {
	color: rgba(250, 236, 229, 0.76);
	font-size: 0.64rem;
}

.zt-timeline-notice {
	margin: 0;
	padding: 3rem 1rem;
	color: rgba(239, 216, 209, 0.66);
	text-align: center;
}

.zt-site-footer {
	border-top: 1px solid rgba(239, 216, 209, 0.11);
	background: rgba(3, 15, 12, 0.55);
}

.zt-footer-inner {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	width: var(--zt-page-width);
	margin: 0 auto;
	padding: 1.7rem 0;
	color: rgba(239, 216, 209, 0.56);
	font-size: 0.78rem;
}

.zt-default-content {
	width: var(--zt-page-width);
	min-height: 52vh;
	margin: 0 auto;
	padding: 6rem 0;
}

.zt-default-content h1,
.zt-default-content h2,
.zt-default-content h3 {
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
}

.zt-person-header {
	max-width: 940px;
	margin-bottom: 1.45rem;
}

.zt-person-header h1 {
	margin: 0;
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	letter-spacing: -0.055em;
	line-height: 1.05;
}

.zt-person-description {
	overflow: hidden;
	margin-top: 0.7rem;
	color: rgba(239, 216, 209, 0.76);
	font-size: 1rem;
	line-height: 1.55;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zt-person-description p {
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zt-person-timeline {
	margin: 0 calc((var(--zt-page-width) - 100vw) / 2) 3.3rem;
	padding: 2.05rem max(24px, calc((100vw - var(--zt-page-width)) / 2)) 2.7rem;
	border-top: 1px solid rgba(239, 216, 209, 0.12);
	border-bottom: 1px solid rgba(239, 216, 209, 0.12);
	background:
		linear-gradient(90deg, rgba(3, 15, 12, 0.3), rgba(23, 58, 52, 0.3), rgba(3, 15, 12, 0.3)),
		rgba(4, 20, 17, 0.46);
}

.zt-person-life h2,
.zt-person-chronology > h2 {
	margin: 0 0 1rem;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: clamp(1.55rem, 2.6vw, 2.25rem);
	letter-spacing: -0.035em;
}

.zt-person-timeline .zt-timeline-controls {
	margin-bottom: 1.15rem;
}

.zt-person-flow {
	width: min(900px, 100%);
	margin: 0 auto 1.1rem;
}

.zt-person-timeline .zt-timeline-viewport {
	min-height: 320px;
}

.zt-person-life,
.zt-person-chronology {
	max-width: 980px;
	margin: 0 auto 3.7rem;
}

.zt-person-life {
	padding: 0;
}

.zt-person-life h2 {
	margin-bottom: 0.72rem;
}

.zt-person-life__entry + .zt-person-life__entry {
	margin-top: 1.05rem;
	padding-top: 1.05rem;
	border-top: 1px solid rgba(239, 216, 209, 0.12);
}

.zt-person-life__entry h3 {
	margin: 0;
	font-size: 1.12rem;
}

.zt-person-life__entry p,
.zt-person-empty {
	margin: 0.3rem 0 0;
	color: rgba(239, 216, 209, 0.72);
}

.zt-person-chronology__list {
	display: grid;
	gap: 1rem;
}

.zt-person-card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 1.3rem;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(239, 216, 209, 0.16);
	background: linear-gradient(100deg, rgba(15, 46, 39, 0.72), rgba(5, 24, 20, 0.62));
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
}

.zt-person-card__media {
	position: relative;
	display: block;
	min-height: 154px;
	background: #071b17 url('assets/images/book-cover.png') center / cover no-repeat;
}

.zt-person-card__media::after {
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(218, 173, 111, 0.38);
	content: '';
	pointer-events: none;
}

.zt-person-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.75) contrast(1.06) sepia(0.1);
}

.zt-person-card__placeholder {
	display: block;
	height: 100%;
	background: linear-gradient(130deg, rgba(12, 35, 30, 0.08), rgba(216, 159, 146, 0.16));
}

.zt-person-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.1rem 1.25rem 1.05rem 0;
}

.zt-person-card__copy h3 {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.16;
}

.zt-person-card__copy p {
	margin: 0.55rem 0 0;
	color: rgba(239, 216, 209, 0.7);
	font-size: 0.9rem;
	line-height: 1.55;
}

.zt-person-card__more {
	margin-top: auto;
	padding-top: 0.82rem;
	border-bottom: 1px solid var(--zt-rose);
	color: var(--zt-paper);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.zt-person-card__more span {
	margin-left: 0.35rem;
	color: var(--zt-rose);
}

.zt-single-event {
	width: min(1000px, var(--zt-page-width));
	margin: 0 auto;
	padding: clamp(3rem, 6vw, 6.2rem) 0;
}

.zt-event-article__header {
	max-width: 820px;
	margin-bottom: 1.7rem;
}

.zt-event-article__person {
	display: inline-block;
	margin-bottom: 0.45rem;
	color: var(--zt-rose-dim);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.zt-event-article__header h1 {
	margin: 0;
	font-size: clamp(1.9rem, 3.8vw, 3.4rem);
	letter-spacing: -0.06em;
	line-height: 1.04;
}

.zt-event-article__date {
	margin: 0.8rem 0 0;
	color: var(--zt-rose);
	font-family: var(--zt-font-display);
	font-size: 1.08rem;
}

.zt-event-featured-media {
	margin: 1.8rem 0 2.4rem;
}

.zt-event-featured-media--dual {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.zt-event-featured-media--single {
	display: grid;
	justify-items: center;
}

.zt-event-featured {
	margin: 0;
	border: 1px solid rgba(225, 177, 116, 0.28);
	background: rgba(5, 24, 20, 0.62);
	box-shadow: 0 17px 34px rgba(0, 0, 0, 0.22);
}

.zt-event-featured-media--single .zt-event-featured,
.zt-event-featured-media--dual .zt-event-featured {
	position: relative;
	width: min(100%, 490px);
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.zt-event-featured-media--dual .zt-event-featured {
	width: 100%;
}

.zt-event-featured--image img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 680px;
	object-fit: cover;
	filter: saturate(0.8) contrast(1.05) sepia(0.08);
}

.zt-event-featured iframe,
.zt-event-featured video {
	display: block;
	width: 100%;
	min-height: min(58vw, 560px);
	height: 100%;
	border: 0;
}

.zt-event-featured-media--single .zt-event-featured iframe,
.zt-event-featured-media--single .zt-event-featured video,
.zt-event-featured-media--dual .zt-event-featured iframe,
.zt-event-featured-media--dual .zt-event-featured video {
	min-height: 0;
	height: 100%;
}

.zt-event-article__content {
	max-width: 800px;
	margin: 2.6rem auto;
	color: rgba(246, 225, 215, 0.88);
	font-size: 1.08rem;
	line-height: 1.9;
}

.zt-event-article__content > :first-child {
	margin-top: 0;
}

.zt-event-article__content h2,
.zt-event-article__content h3,
.zt-event-article__content h4 {
	margin-top: 2.1rem;
	line-height: 1.22;
}

.zt-event-article__content img {
	max-width: 100%;
	height: auto;
}

.zt-gallery-section {
	margin: 3rem 0;
}

.zt-gallery-section h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.zt-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
}

.zt-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(225, 177, 116, 0.32);
	background: #071b17;
}

.zt-gallery__item::after {
	position: absolute;
	inset: 5px;
	border: 1px solid rgba(239, 216, 209, 0.2);
	content: '';
	pointer-events: none;
}

.zt-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.76) contrast(1.06) sepia(0.08);
	transition: transform 220ms ease, filter 220ms ease;
}

.zt-gallery__item:hover img,
.zt-gallery__item:focus-visible img {
	filter: saturate(0.95) contrast(1.04);
	transform: scale(1.05);
}

.zt-event-neighbors {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 4rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(239, 216, 209, 0.16);
}

.zt-event-neighbor--next:first-child {
	grid-column: 2;
}

.zt-event-neighbor {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	column-gap: 0.75rem;
	min-height: 94px;
	padding: 0.65rem;
	border: 1px solid rgba(239, 216, 209, 0.17);
	background: rgba(12, 40, 34, 0.58);
	text-decoration: none;
}

.zt-event-neighbor__label {
	grid-column: 1 / -1;
	margin-bottom: 0.28rem;
	color: var(--zt-rose-dim);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.zt-event-neighbor__image {
	display: block;
	overflow: hidden;
	width: 72px;
	height: 52px;
	background: #071b17 url('assets/images/book-cover.png') center / cover no-repeat;
}

.zt-event-neighbor__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zt-event-neighbor__title {
	align-self: center;
	color: var(--zt-paper);
	font-family: var(--zt-font-display);
	font-size: 1rem;
	line-height: 1.15;
}

.zt-lightbox {
	position: fixed;
	z-index: 100;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 1rem;
	place-items: center;
	inset: 0;
	padding: clamp(1rem, 4vw, 3rem);
	background: rgba(2, 11, 9, 0.94);
}

.zt-lightbox[hidden] {
	display: none;
}

.zt-lightbox__image {
	grid-column: 2;
	max-width: 100%;
	max-height: min(78vh, 920px);
	object-fit: contain;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.55);
}

.zt-lightbox button {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(239, 216, 209, 0.55);
	border-radius: 50%;
	color: var(--zt-paper);
	background: rgba(16, 48, 40, 0.85);
	font-size: 2rem;
	line-height: 1;
}

.zt-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.zt-lightbox__caption {
	grid-column: 1 / -1;
	margin: 0;
	color: rgba(239, 216, 209, 0.76);
	text-align: center;
}

.zt-lightbox-open {
	overflow: hidden;
}

@media (max-width: 820px) {
	:root { --zt-page-width: min(100% - 32px, 660px); }

	.zt-header-inner {
		grid-template-columns: 1fr auto;
		min-height: 70px;
	}

	.zt-brand-mark {
		display: none;
	}

	.zt-primary-nav ul {
		gap: 0.75rem;
	}

	.zt-primary-nav a {
		font-size: 0.85rem;
	}

	.zt-hero-content {
		grid-template-columns: 1fr;
		max-width: 560px;
		margin: auto;
	}

	.zt-hero-media {
		width: min(100%, 420px);
		max-height: 380px;
		aspect-ratio: 16 / 10;
	}

	.zt-timeline-heading {
		min-height: 1rem;
	}

	.zt-flow-content {
		grid-template-columns: 145px 1fr;
		height: 165px;
	}

	.zt-flow-media {
		width: 145px;
		height: 145px;
	}

	.zt-current-date {
		padding: 0;
	}

	.zt-person-card {
		grid-template-columns: 145px minmax(0, 1fr);
	}

	.zt-person-card__media {
		min-height: 138px;
	}
}

@media (max-width: 580px) {
	body { font-size: 16px; }

	.zt-site-title span,
	.zt-primary-nav {
		display: none;
	}

	.zt-header-inner {
		display: flex;
		justify-content: center;
		min-height: 60px;
	}

	.zt-hero {
		padding-top: 2.8rem;
	}

	.zt-hero-content {
		padding: 0.8rem;
	}

	.zt-hero-media {
		min-height: 220px;
	}

	.zt-flow-content {
		grid-template-columns: 110px 1fr;
		height: 132px;
		gap: 0.75rem;
		padding: 0.6rem;
	}

	.zt-flow-heading {
		font-size: 2rem;
	}

	.zt-flow-media {
		width: 110px;
		height: 110px;
	}

	.zt-flow-copy {
		padding: 0.15rem 0;
	}

	.zt-flow-title {
		font-size: 1.15rem;
	}

	.zt-flow-date {
		margin-top: 0.28rem;
		font-size: 0.78rem;
	}

	.zt-flow-description {
		display: none;
	}

	.zt-person-description {
		font-size: 0.92rem;
	}

	.zt-person-timeline {
		margin-right: -16px;
		margin-left: -16px;
		padding: 1.55rem 16px 2rem;
	}

	.zt-person-timeline .zt-timeline-viewport {
		min-height: 285px;
	}

	.zt-person-life {
		padding: 0;
	}

	.zt-person-card {
		grid-template-columns: 104px minmax(0, 1fr);
		gap: 0.85rem;
	}

	.zt-person-card__media {
		min-height: 132px;
	}

	.zt-person-card__copy {
		padding: 0.8rem 0.85rem 0.8rem 0;
	}

	.zt-person-card__copy h3 {
		font-size: 1.13rem;
	}

	.zt-person-card__copy p {
		font-size: 0.78rem;
		line-height: 1.45;
	}

	.zt-hero-title {
		font-size: clamp(2.35rem, 14vw, 3.9rem);
	}

	.zt-hero-description {
		margin-top: 1.3rem;
	}

	.zt-timeline-controls {
		grid-template-columns: minmax(0, 1fr) 48px;
		grid-template-areas: 'navigator actions';
		gap: 0.45rem;
		padding: 0.55rem;
	}

	.zt-range-label {
		display: none;
	}

	.zt-timeline-navigator {
		grid-area: navigator;
		grid-template-columns: 29px minmax(0, 1fr) 29px;
		gap: 0.25rem;
		padding: 0.2rem;
	}

	.zt-timeline-nudge {
		width: 29px;
		height: 29px;
		font-size: 1.55rem;
	}

	.zt-timeline-actions {
		grid-area: actions;
		align-self: center;
		padding: 0;
	}

	.zt-play-toggle {
		width: 42px;
		min-height: 28px;
	}

	.zt-timeline-zoom {
		grid-template-columns: repeat(2, 20px);
		gap: 0.2rem;
	}

	.zt-timeline-zoom button {
		width: 20px;
		height: 20px;
		font-size: 0.82rem;
	}

	.zt-range-label:last-of-type {
		display: none;
	}

	.zt-timeline-viewport {
		padding: 1rem 0.65rem;
		background-size: 16.66% 100%;
		min-height: 300px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x pan-y;
	}

	.zt-timeline-canvas {
		min-width: 760px;
		min-height: 282px;
	}

	.zt-person-timeline .zt-timeline-viewport::after {
		position: absolute;
		right: 0.75rem;
		bottom: 0.45rem;
		padding: 0.1rem 0.35rem;
		color: rgba(239, 216, 209, 0.55);
		background: rgba(7, 24, 20, 0.72);
		font-size: 0.62rem;
		letter-spacing: 0.08em;
		content: 'KAYDIR';
		pointer-events: none;
	}

	.zt-post-track {
		margin-left: 0.5rem;
	}

	.zt-event {
		font-size: 0.64rem;
	}

	.zt-event--category {
		font-size: 0.72rem;
	}

	.zt-single-event {
		padding: 2.6rem 0;
	}

	.zt-event-article__header h1 {
		font-size: clamp(1.8rem, 8vw, 2.7rem);
	}

	.zt-event-article__content {
		font-size: 1rem;
		line-height: 1.78;
	}

	.zt-event-featured iframe,
	.zt-event-featured video {
		min-height: 54vw;
	}

	.zt-event-featured-media--dual {
		grid-template-columns: 1fr;
		gap: 0.8rem;
	}

	.zt-event-featured-media--single .zt-event-featured {
		width: min(100%, 490px);
	}

	.zt-event-featured-media--dual .zt-event-featured {
		aspect-ratio: 4 / 3;
	}

	.zt-event-featured-media--single .zt-event-featured iframe,
	.zt-event-featured-media--single .zt-event-featured video,
	.zt-event-featured-media--dual .zt-event-featured iframe,
	.zt-event-featured-media--dual .zt-event-featured video {
		min-height: 0;
	}

	.zt-gallery {
		gap: 0.45rem;
	}

	.zt-event-neighbors {
		grid-template-columns: 1fr;
		margin-top: 2.7rem;
	}

	.zt-event-neighbor--next:first-child {
		grid-column: 1;
	}

	.zt-lightbox {
		grid-template-columns: 38px minmax(0, 1fr) 38px;
		gap: 0.45rem;
		padding: 1rem;
	}

	.zt-lightbox button {
		width: 38px;
		height: 38px;
		font-size: 1.6rem;
	}

	.zt-footer-inner {
		flex-direction: column;
	}
}
