/*
Theme Name: Sonatatoyan
Theme URI: https://github.com/dendritecorp/template-sonatatoyan
Author: Dendrite Corp
Description: Sona Tatoyan — writer, performer, contemporary hakawati. Classic PHP + Gutenberg block patterns.
Version: 2.0.0
Text Domain: sonatatoyan
*/

:root {
	--st-paper: #f2efe7;
	--st-paper-deep: #eae5d8;
	--st-ink: #23211d;
	--st-body: #4a463f;
	--st-body-dark: #3d3a35;
	--st-muted: #6f675c;
	--st-muted-light: #bdb3a1;
	--st-accent: #b0322c;
	--st-border: #ddd6c8;
	--st-border-subtle: #e2dbcd;
	--st-border-input: #c8c1b3;
	--st-cream: #efeade;
	--st-serif: 'Cormorant Garamond', Georgia, serif;
	--st-mono: ui-monospace, 'IBM Plex Mono', 'SF Mono', monospace;
	--st-max: 1180px;
	--st-pad: clamp(20px, 5vw, 56px);
	--st-paper-texture: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E");
	--st-paper-deep-texture: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n3'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n3)' opacity='0.28'/%3E%3C/svg%3E");
	--st-paper-ink-texture: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n2)' opacity='0.2'/%3E%3C/svg%3E");
}

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

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--st-serif);
	font-weight: 300;
	color: var(--st-ink);
	background-color: var(--st-paper);
	background-image: var(--st-paper-texture);
	line-height: 1.8;
	text-align: center;
	min-height: 100vh;
}

::selection { background: #e4dccb; }

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

a {
	color: var(--st-ink);
	text-decoration: none;
	border-bottom: 1px solid #d6cfc2;
	transition: color 0.2s, border-color 0.2s;
}

a:hover { color: var(--st-accent); border-bottom-color: var(--st-accent); }

input, textarea, select { font-family: inherit; }

.st-paper { background-color: var(--st-paper); background-image: var(--st-paper-texture); }
.st-paper-deep { background-color: var(--st-paper-deep); background-image: var(--st-paper-deep-texture); }
.st-paper-ink { background-color: var(--st-ink); background-image: var(--st-paper-ink-texture); color: var(--st-paper); }
.st-paper-ink a { color: var(--st-paper); border-bottom-color: #6a6459; }
.st-paper-ink a:hover { color: var(--st-cream); border-bottom-color: var(--st-cream); }
.st-plate { background-image: repeating-linear-gradient(45deg, transparent 0 13px, rgba(35, 33, 29, 0.07) 13px 14px); }

.st-eyebrow {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--st-muted);
	margin: 0;
}

.st-eyebrow-accent {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--st-accent);
	margin: 0;
}

.st-meta {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--st-muted);
	margin: 0;
}

.st-tagline {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--st-muted);
	margin: 0;
	line-height: 2.4;
}

.st-prose-left { text-align: left; max-width: 31em; margin-inline: auto; }
.st-prose-left p { font-size: 19px; line-height: 2; margin: 0 0 32px; text-wrap: pretty; }
.st-prose-left p:last-child { margin-bottom: 0; }

.st-btn-row { display: flex; justify-content: center; gap: clamp(20px, 3vw, 36px); flex-wrap: wrap; }

.st-btn-row .wp-block-button__link,
.st-btn-primary .wp-block-button__link {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: 1px solid var(--st-ink);
	padding: 16px 28px;
	background: transparent;
	color: var(--st-ink);
	border-radius: 0;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.st-btn-row .wp-block-button__link:hover,
.st-btn-primary .wp-block-button__link:hover {
	background: var(--st-ink);
	color: var(--st-paper);
	border-color: var(--st-ink);
}

.st-btn-row .wp-block-button__link:active,
.st-btn-primary .wp-block-button__link:active {
	background: var(--st-ink);
	color: var(--st-paper);
}

.st-btn-secondary .wp-block-button__link {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: 1px solid var(--st-border-input);
	padding: 16px 28px;
	background: transparent;
	color: #55504a;
	border-radius: 0;
	text-decoration: none;
}

.st-btn-secondary .wp-block-button__link:hover { border-color: var(--st-ink); color: var(--st-ink); background: transparent; }

.st-link-underline .wp-block-button__link {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid var(--st-ink);
	padding: 0 0 6px;
	background: transparent;
	color: var(--st-ink);
	border-radius: 0;
	display: inline-block;
}

.st-link-underline-muted .wp-block-button__link { border-bottom-color: #d6cfc2; color: var(--st-muted); }
.st-link-underline .wp-block-button__link:hover { background: transparent; color: var(--st-accent); border-bottom-color: var(--st-accent); }

.st-nav-external {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--st-muted);
	border-bottom: none;
}

.st-nav-external:hover { color: var(--st-accent); border-bottom: none; }

.st-section { padding: clamp(64px, 10vw, 128px) var(--st-pad); }
.st-section-sm { padding: clamp(64px, 9vw, 112px) var(--st-pad); }
.st-section-hero { padding: clamp(72px, 12vw, 168px) var(--st-pad) clamp(64px, 9vw, 112px); max-width: 1000px; margin-inline: auto; }
.st-section-border-top { border-top: 1px solid var(--st-border); }

.st-work-row { border-top: 1px solid var(--st-border-subtle); padding: clamp(28px, 4vw, 44px) 0; }
.st-work-row h3, .st-work-row .st-work-title { font-size: clamp(21px, 2.2vw, 29px); line-height: 1.45; margin: 0 auto; max-width: 24em; font-weight: 300; }
.st-work-row a { border-bottom: none; display: block; }
.st-work-row a:hover h3, .st-work-row a:hover .st-work-title { color: var(--st-accent); }

.st-list-row { border-top: 1px solid var(--st-border-subtle); padding: 26px 0; }
.st-list-row .st-list-title { font-size: 19px; line-height: 1.6; margin: 0 auto; max-width: 28em; font-weight: 300; }
.st-list-row .st-list-meta { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.16em; color: var(--st-muted); margin-top: 12px; }

.st-article-block { border-top: 1px solid var(--st-border); padding: clamp(48px, 7vw, 88px) 0; }
.st-article-block:first-of-type { border-top: 1px solid var(--st-ink); }
.st-article-block h2 { font-size: clamp(26px, 3.4vw, 44px); line-height: 1.3; margin: 0 auto; font-weight: 300; max-width: 18em; font-style: italic; }

.st-quote { margin: 0 auto; max-width: 24em; font-size: clamp(24px, 3vw, 38px); line-height: 1.55; font-style: italic; font-weight: 300; border: none; padding: 0; }
.st-quote-sm { font-size: clamp(22px, 2.6vw, 32px); line-height: 1.6; }
.wp-block-quote.st-quote p { margin: 0; }
.st-quote-attrib { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--st-muted); margin-top: 24px; }

.st-journal-post { border-top: 1px solid var(--st-border); padding: clamp(40px, 6vw, 72px) 0; text-align: center; }
.st-journal-post .wp-block-post-title a { border-bottom: none; font-size: clamp(24px, 3vw, 38px); line-height: 1.35; font-weight: 300; max-width: 20em; margin-inline: auto; display: inline-block; }
.st-journal-post .wp-block-post-excerpt { font-size: 17px; line-height: 1.95; color: #55504a; margin: 26px auto 0; max-width: 30em; }
.st-journal-post .wp-block-read-more { margin-top: 28px; }
.st-journal-post .wp-block-read-more a {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border-bottom: 1px solid var(--st-ink);
	padding-bottom: 5px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: var(--st-paper);
	background-image: var(--st-paper-texture);
	border-bottom: 1px solid var(--st-border);
}

.header-inner {
	max-width: var(--st-max);
	margin-inline: auto;
	padding: 24px var(--st-pad);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
	position: relative;
}

.header-brand { display: flex; align-items: center; gap: 16px; }
.header-brand a { display: flex; align-items: center; gap: 16px; border-bottom: none; color: var(--st-ink); }
.header-brand a:hover { color: var(--st-ink); }
.header-brand img { width: 42px; height: auto; mix-blend-mode: multiply; }
.header-brand .site-name { font-size: 18px; letter-spacing: 0.26em; text-transform: uppercase; line-height: 1; font-weight: 300; }

.header-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2.4vw, 32px); flex-wrap: wrap; }
.header-nav .nav-menu { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 2.4vw, 32px); flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.header-nav .nav-menu a {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--st-muted);
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}

.header-nav .nav-menu a:hover,
.header-nav .nav-menu .current-menu-item > a,
.header-nav .nav-menu .current_page_item > a { color: var(--st-ink); border-bottom-color: var(--st-ink); }

.hamburger { display: none; background: none; border: none; padding: 8px; cursor: pointer; color: var(--st-ink); -webkit-tap-highlight-color: transparent; }
.hamburger:focus-visible,
.mobile-nav-close:focus-visible,
.st-contact-form button[type="submit"]:focus-visible {
	outline: 2px solid var(--st-accent);
	outline-offset: 3px;
}

.mobile-nav, .mobile-nav-overlay { display: none; }
body.menu-open { overflow: hidden; }

@media (max-width: 768px) {
	.header-inner {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		min-height: 42px;
		padding-right: calc(var(--st-pad) + 44px);
	}

	.hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: max(8px, calc(var(--st-pad) - 8px));
		top: 50%;
		transform: translateY(-50%);
		z-index: 201;
		min-width: 44px;
		min-height: 44px;
	}

	.header-nav .desktop-nav-items { display: none; }

	.mobile-nav {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		right: -100%;
		width: min(320px, 85vw);
		height: 100vh;
		height: 100dvh;
		background: var(--st-paper);
		background-image: var(--st-paper-texture);
		z-index: 200;
		padding: 24px;
		transition: right 0.3s ease, visibility 0s linear 0.3s;
		border-left: 1px solid var(--st-border);
		visibility: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-nav.is-open,
	.mobile-nav.active {
		right: 0;
		visibility: visible;
		transition: right 0.3s ease, visibility 0s;
	}

	.mobile-nav-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(35, 33, 29, 0.4);
		z-index: 199;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0s linear 0.3s;
		visibility: hidden;
	}

	.mobile-nav-overlay.is-open,
	.mobile-nav-overlay.active {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transition: opacity 0.3s ease, visibility 0s;
	}

	.mobile-menu-items { list-style: none; margin: 48px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
	.mobile-menu-items a {
		font-family: var(--st-mono);
		font-size: 11px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		color: var(--st-muted);
		border-bottom: none;
		display: block;
		padding: 12px 4px;
		min-height: 44px;
		line-height: 20px;
	}

	.mobile-menu-items a:hover,
	.mobile-menu-items .current-menu-item > a,
	.mobile-menu-items .current_page_item > a {
		color: var(--st-ink);
	}

	.mobile-menu-items a:focus-visible {
		outline: 2px solid var(--st-accent);
		outline-offset: 2px;
	}

	.mobile-nav-external {
		margin: 24px 0 0;
		padding: 0;
	}

	.mobile-nav-external .st-nav-external {
		display: inline-block;
		padding: 12px 4px;
		min-height: 44px;
		line-height: 20px;
	}

	.mobile-nav-close {
		background: none;
		border: none;
		cursor: pointer;
		color: var(--st-ink);
		padding: 10px;
		align-self: flex-end;
		min-width: 44px;
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		-webkit-tap-highlight-color: transparent;
	}

	.st-btn-row .wp-block-button__link,
	.st-btn-primary .wp-block-button__link,
	.st-btn-secondary .wp-block-button__link,
	.st-link-underline .wp-block-button__link {
		min-height: 44px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.st-contact-form button[type="submit"] {
		min-height: 48px;
		min-width: 200px;
	}

	body.menu-open .hamburger {
		visibility: hidden;
		pointer-events: none;
	}
}

.site-footer { background-color: var(--st-paper-deep); background-image: var(--st-paper-deep-texture); border-top: 1px solid var(--st-border); text-align: center; }
.footer-inner { max-width: 1000px; margin-inline: auto; padding: clamp(64px, 9vw, 112px) var(--st-pad); }
.footer-logo { width: 56px; height: auto; margin-inline: auto; mix-blend-mode: multiply; opacity: 0.75; }
.footer-name { font-size: 17px; letter-spacing: 0.24em; text-transform: uppercase; margin-top: 34px; font-weight: 300; }
.footer-tagline { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--st-muted); margin-top: 20px; }
.footer-nav { display: flex; justify-content: center; gap: clamp(16px, 2.6vw, 32px); flex-wrap: wrap; margin-top: clamp(44px, 6vw, 68px); }
.footer-nav .footer-menu { display: flex; justify-content: center; gap: clamp(16px, 2.6vw, 32px); flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.footer-nav a { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--st-muted); border-bottom: none; }
.footer-nav a:hover { color: var(--st-ink); border-bottom: none; }
.footer-block { border-top: 1px solid var(--st-border); padding-top: clamp(40px, 5vw, 60px); margin-top: clamp(56px, 8vw, 88px); }
.footer-block a { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; border-bottom: none; }
.footer-block p { font-size: 17px; line-height: 1.95; margin: 26px auto 0; max-width: 30em; color: #55504a; }
.footer-secondary { display: flex; justify-content: center; gap: clamp(18px, 3vw, 36px); flex-wrap: wrap; margin-top: clamp(44px, 6vw, 68px); }
.footer-secondary a { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--st-muted); border-bottom: 1px solid #d6cfc2; padding-bottom: 2px; }
.footer-social { display: flex; justify-content: center; gap: clamp(16px, 2.6vw, 30px); flex-wrap: wrap; margin-top: clamp(44px, 6vw, 68px); }
.footer-social a { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--st-muted); border-bottom: none; }
.footer-copy { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--st-muted); margin-top: clamp(40px, 5vw, 60px); }

.site-main { min-height: 50vh; }
.entry-content { text-align: center; }
.entry-content > .alignfull { width: 100%; max-width: none; margin-left: 0; margin-right: 0; }

.st-hero-eye { width: clamp(130px, 16vw, 210px); height: auto; margin-inline: auto; mix-blend-mode: multiply; }
.st-hero-title { font-size: clamp(26px, 3vw, 40px); line-height: 1.5; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 300; margin: 0; }
.st-hero-lead { font-size: clamp(21px, 2.4vw, 32px); line-height: 1.7; margin: 0 auto; max-width: 26em; text-wrap: pretty; }
.st-hero-sub { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.95; margin: 0 auto; max-width: 30em; color: var(--st-body); text-wrap: pretty; }
.st-page-title { font-size: clamp(24px, 3.4vw, 44px); line-height: 1.5; letter-spacing: 0.01em; margin: 0 auto; font-weight: 300; max-width: 22em; }
.st-page-intro { font-size: clamp(22px, 3vw, 36px); line-height: 1.6; margin: 0 auto; font-weight: 300; max-width: 24em; }
.st-highlight-text { font-size: clamp(19px, 2vw, 25px); line-height: 1.8; margin: 0 auto; max-width: 26em; text-wrap: pretty; }
.st-caravanserai-text { font-size: clamp(19px, 2vw, 26px); line-height: 1.85; margin: 0 auto; max-width: 26em; color: var(--st-cream); text-wrap: pretty; }
.st-cta-title { font-size: clamp(24px, 3.2vw, 40px); line-height: 1.4; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 300; margin: 0 auto; max-width: 20em; }
.st-video-plate { aspect-ratio: 16 / 9; max-width: 700px; margin-inline: auto; display: flex; align-items: flex-end; justify-content: center; padding: 18px; }
.st-portrait-plate { aspect-ratio: 4 / 5; max-width: 400px; margin-inline: auto; display: flex; align-items: flex-end; justify-content: center; padding: 16px; }
.st-production-plate { aspect-ratio: 3 / 2; max-width: 660px; margin-inline: auto; display: flex; align-items: flex-end; justify-content: center; padding: 16px; }

.st-media { margin-inline: auto; }
.st-media img { width: 100%; height: auto; }
.st-media-portrait { max-width: 400px; }
.st-media-production { max-width: 660px; }
.st-media-video { max-width: 700px; margin-inline: auto; }
.st-media-caption { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--st-muted); margin-top: 14px; text-align: center; }
.st-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(16px, 2.4vw, 28px); max-width: 900px; margin-inline: auto; text-align: center; }
.st-gallery.wp-block-columns { display: grid; }
.st-gallery .wp-block-column { flex-basis: auto !important; }
.st-gallery .wp-block-image { margin: 0; }
.st-gallery .st-media-caption { margin-top: 10px; }
.entry-content .wp-block-embed { margin-inline: auto; max-width: 700px; }

.st-writing-group { border-top: 1px solid var(--st-ink); padding: clamp(40px, 6vw, 72px) 0; }
.st-writing-item { border-top: 1px solid #e8e2d5; padding: clamp(26px, 3.5vw, 40px) 0; }
.st-writing-item h3 { font-size: clamp(20px, 2.1vw, 27px); line-height: 1.45; margin: 0 auto; max-width: 24em; font-weight: 300; }
.st-writing-item p { font-size: 18px; line-height: 2; color: #55504a; margin: 22px auto 0; max-width: 30em; text-wrap: pretty; }

.st-format-block { border-top: 1px solid var(--st-border); padding: clamp(36px, 5vw, 56px) 0; }
.st-format-block h3 { font-size: clamp(20px, 2.1vw, 27px); line-height: 1.45; font-style: italic; margin: 0; font-weight: 300; }
.st-format-mode { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--st-accent); margin-top: 16px; }
.st-format-block p { font-size: 18px; line-height: 2; color: #55504a; margin: 24px auto 0; max-width: 30em; text-wrap: pretty; }

.st-contact-form { display: flex; flex-direction: column; gap: 36px; text-align: left; }
.st-contact-form label { display: flex; flex-direction: column; gap: 12px; }
.st-contact-form label span { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--st-muted); }
.st-contact-form input, .st-contact-form textarea, .st-contact-form select {
	font-family: var(--st-serif);
	font-size: 20px;
	border: none;
	border-bottom: 1px solid var(--st-border-input);
	background: transparent;
	padding: 10px 0;
	outline: none;
	color: var(--st-ink);
	border-radius: 0;
	width: 100%;
}
.st-contact-form input:focus, .st-contact-form textarea:focus, .st-contact-form select:focus { border-bottom-color: var(--st-accent); }
.st-contact-form textarea { line-height: 1.7; resize: none; }
.st-contact-form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; }
.st-contact-form button[type="submit"] {
	font-family: var(--st-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid var(--st-ink);
	padding: 18px 32px;
	cursor: pointer;
	color: var(--st-ink);
	align-self: center;
	margin-top: 12px;
}
.st-contact-form button[type="submit"]:hover { background: var(--st-ink); color: var(--st-paper); }
.st-contact-success { border-top: 1px solid var(--st-ink); border-bottom: 1px solid var(--st-ink); padding: clamp(56px, 8vw, 92px) 0; }
.st-contact-success p { font-size: clamp(20px, 2.1vw, 26px); line-height: 1.85; margin: 0 auto; max-width: 24em; }
.st-contact-response { font-family: var(--st-mono); font-size: 11px; text-align: center; margin-top: 16px; }
.st-contact-response.error { color: var(--st-accent); }

.st-journal-intro { font-size: clamp(18px, 1.8vw, 22px); line-height: 2; margin: 0 auto; max-width: 28em; color: var(--st-body-dark); text-wrap: pretty; }

.single .entry-header { padding: clamp(64px, 10vw, 128px) var(--st-pad) 0; max-width: 860px; margin-inline: auto; text-align: center; }
.single .entry-title { font-size: clamp(26px, 3.8vw, 46px); line-height: 1.35; margin: 0 auto; font-weight: 300; max-width: 20em; }
.single .entry-meta { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--st-muted); margin-bottom: 30px; }
.single .entry-content { max-width: 30em; margin-inline: auto; padding: clamp(48px, 7vw, 80px) var(--st-pad) clamp(80px, 12vw, 160px); text-align: left; }
.single .entry-content p { font-size: 19px; line-height: 2.05; margin: 0 0 32px; text-wrap: pretty; }
.single .st-back-link { font-family: var(--st-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--st-muted); border-bottom: none; display: inline-block; margin-bottom: clamp(48px, 7vw, 80px); }

.wp-block-buttons { justify-content: center; }
.entry-content .wp-block-group { margin-block: 0; }
.entry-content .wp-block-spacer { margin: 0; }
