/*
Theme Name: Homo Schwabicus
Theme URI: https://homo-schwabicus.de/
Description: Redaktionelles Astra-Child-Theme für das Kulturmagazin Homo Schwabicus.
Author: Homo Schwabicus Redaktion
Template: astra
Version: 1.0.4
Text Domain: homo-schwabicus
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--hs-paper: #f3eee1;
	--hs-paper-soft: #faf7ef;
	--hs-paper-dark: #e5dcc7;
	--hs-ink: #173b33;
	--hs-ink-deep: #102b26;
	--hs-ink-blue: #1d3a4a;
	--hs-text: #26332f;
	--hs-muted: #68746e;
	--hs-ochre: #c79132;
	--hs-ochre-light: #e5bf69;
	--hs-brick: #a34c3d;
	--hs-brass: #a9782e;
	--hs-line: rgba(23, 59, 51, 0.2);
	--hs-line-light: rgba(255, 255, 255, 0.18);
	--hs-serif: "Newsreader", Georgia, "Times New Roman", serif;
	--hs-sans: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--hs-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	--hs-shell: min(1240px, calc(100vw - 48px));
	--hs-reading: 680px;
	--hs-shadow: 0 18px 50px rgba(29, 42, 36, 0.12);
}

html {
	scroll-behavior: smooth;
}

body.hs-culture-theme {
	margin: 0;
	background: var(--hs-paper);
	color: var(--hs-text);
	font-family: var(--hs-sans);
	font-size: 18px;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body.hs-culture-theme *,
body.hs-culture-theme *::before,
body.hs-culture-theme *::after {
	box-sizing: border-box;
}

body.hs-culture-theme img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.hs-culture-theme a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.19em;
}

body.hs-culture-theme button,
body.hs-culture-theme input,
body.hs-culture-theme select,
body.hs-culture-theme textarea {
	font: inherit;
}

body.hs-culture-theme h1,
body.hs-culture-theme h2,
body.hs-culture-theme h3,
body.hs-culture-theme h4 {
	margin: 0;
	color: var(--hs-ink-deep);
	font-family: var(--hs-serif);
	font-weight: 620;
	line-height: 1.04;
	letter-spacing: -0.025em;
}

body.hs-culture-theme h2 {
	font-size: clamp(2.55rem, 5vw, 4.6rem);
}

body.hs-culture-theme h3 {
	font-size: clamp(1.6rem, 2.7vw, 2.25rem);
}

body.hs-culture-theme p {
	margin-top: 0;
}

body.hs-culture-theme :focus-visible {
	outline: 3px solid var(--hs-ochre-light);
	outline-offset: 4px;
}

.hs-shell {
	width: var(--hs-shell);
	margin-inline: auto;
}

.hs-skip-link {
	position: fixed;
	z-index: 100000;
	top: 12px;
	left: 12px;
	padding: 10px 16px;
	transform: translateY(-160%);
	background: var(--hs-paper-soft);
	color: var(--hs-ink);
	font-size: 0.88rem;
	font-weight: 700;
}

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

.hs-kicker,
.hs-eyebrow {
	margin: 0 0 12px;
	color: var(--hs-brick);
	font-family: var(--hs-mono);
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hs-kicker--light {
	color: var(--hs-ochre-light);
}

.hs-site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	border-bottom: 1px solid var(--hs-line-light);
	background: rgba(16, 43, 38, 0.97);
	color: var(--hs-paper-soft);
	backdrop-filter: blur(14px);
}

.admin-bar .hs-site-header {
	top: 32px;
}

.hs-site-header__inner {
	display: flex;
	min-height: 88px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.hs-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--hs-paper-soft);
	text-decoration: none;
}

.hs-brand__signet {
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	place-items: center;
	border: 1px solid var(--hs-ochre-light);
	color: var(--hs-ochre-light);
	font-family: var(--hs-serif);
	font-size: 1.15rem;
	font-weight: 720;
	letter-spacing: -0.04em;
	transform: rotate(-2deg);
}

.hs-brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.hs-brand__text strong {
	font-family: var(--hs-serif);
	font-size: 1.28rem;
	font-weight: 650;
}

.hs-brand__text small {
	margin-top: 5px;
	color: rgba(250, 247, 239, 0.66);
	font-family: var(--hs-mono);
	font-size: 0.61rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hs-primary-nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	gap: clamp(15px, 2vw, 30px);
	list-style: none;
}

.hs-primary-nav a {
	position: relative;
	display: block;
	padding-block: 11px;
	color: rgba(250, 247, 239, 0.82);
	font-size: 0.78rem;
	font-weight: 620;
	letter-spacing: 0.045em;
	text-decoration: none;
}

.hs-primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	height: 1px;
	transform: scaleX(0);
	transform-origin: left;
	background: var(--hs-ochre-light);
	content: "";
	transition: transform 180ms ease;
}

.hs-primary-nav a:hover,
.hs-primary-nav a:focus-visible {
	color: #fff;
}

.hs-primary-nav a:hover::after,
.hs-primary-nav a:focus-visible::after {
	transform: scaleX(1);
}

.hs-menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--hs-paper-soft);
	cursor: pointer;
}

.hs-mobile-nav {
	display: none;
}

.hs-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 15% 12%, rgba(199, 145, 50, 0.12), transparent 27%),
		linear-gradient(180deg, #f8f3e8 0%, var(--hs-paper) 100%);
}

.hs-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		repeating-radial-gradient(ellipse at 3% 98%, transparent 0 29px, rgba(23, 59, 51, 0.045) 30px 31px, transparent 32px 42px);
	content: "";
	pointer-events: none;
}

.hs-hero__grid {
	position: relative;
	display: grid;
	min-height: 710px;
	padding-block: clamp(74px, 8vw, 124px);
	align-items: center;
	grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
	gap: clamp(48px, 6vw, 96px);
}

.hs-hero__copy {
	position: relative;
	z-index: 2;
}

.hs-eyebrow {
	display: inline-flex;
	padding: 6px 10px;
	border-left: 3px solid var(--hs-brick);
	background: rgba(163, 76, 61, 0.07);
}

.hs-hero h1 {
	max-width: 680px;
	font-size: clamp(4.65rem, 8.2vw, 8.5rem);
	font-weight: 620;
	line-height: 0.77;
	letter-spacing: -0.067em;
}

.hs-hero h1 em {
	color: var(--hs-brick);
	font-weight: 450;
}

.hs-hero__subline {
	max-width: 540px;
	margin: 30px 0 16px;
	color: var(--hs-ink);
	font-family: var(--hs-serif);
	font-size: clamp(1.3rem, 2.3vw, 1.85rem);
	font-style: italic;
	line-height: 1.25;
}

.hs-hero__intro {
	max-width: 600px;
	margin-bottom: 29px;
	font-size: 1.02rem;
	line-height: 1.72;
}

.hs-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hs-button,
body.hs-culture-theme .hs-button {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 20px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hs-ink);
	background: var(--hs-ink);
	color: #fff;
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hs-button:hover {
	transform: translateY(-2px);
	background: var(--hs-brick);
	border-color: var(--hs-brick);
}

.hs-button--ghost,
body.hs-culture-theme .hs-button--ghost {
	background: transparent;
	color: var(--hs-ink);
}

.hs-button--ghost:hover {
	background: var(--hs-ink);
	color: #fff;
}

.hs-button--light,
body.hs-culture-theme .hs-button--light {
	border-color: var(--hs-paper-soft);
	background: var(--hs-paper-soft);
	color: var(--hs-ink-deep);
}

.hs-hero__note {
	display: grid;
	max-width: 560px;
	margin-top: 38px;
	padding-top: 16px;
	border-top: 1px solid var(--hs-line);
	grid-template-columns: 140px 1fr;
	gap: 18px;
}

.hs-hero__note span {
	color: var(--hs-muted);
	font-family: var(--hs-mono);
	font-size: 0.64rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hs-hero__note p {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.5;
}

.hs-hero-figure {
	position: relative;
	margin: 0;
	padding: 13px;
	border: 1px solid var(--hs-line);
	background: rgba(250, 247, 239, 0.72);
	box-shadow: var(--hs-shadow);
	transform: rotate(0.7deg);
}

.hs-hero-figure::before {
	position: absolute;
	z-index: 2;
	top: -20px;
	right: 27px;
	width: 84px;
	height: 37px;
	transform: rotate(3deg);
	background: rgba(229, 191, 105, 0.56);
	content: "";
}

.hs-hero-figure picture {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.12 / 1;
	background: var(--hs-paper-dark);
}

body.hs-culture-theme .hs-hero-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 61% center;
}

.hs-hero-figure figcaption {
	display: flex;
	padding: 11px 3px 0;
	justify-content: space-between;
	gap: 18px;
	color: var(--hs-muted);
	font-family: var(--hs-mono);
	font-size: 0.62rem;
	letter-spacing: 0.035em;
	line-height: 1.4;
}

.hs-hero-figure figcaption a {
	color: var(--hs-brick);
	font-weight: 700;
}

.hs-topics,
.hs-curated,
.hs-latest {
	padding-block: clamp(90px, 10vw, 150px);
}

.hs-topics {
	background: var(--hs-ink);
	color: rgba(250, 247, 239, 0.75);
}

.hs-topics h2,
.hs-topics h3 {
	color: var(--hs-paper-soft);
}

.hs-section-heading {
	display: grid;
	margin-bottom: clamp(40px, 5vw, 66px);
	align-items: end;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 430px);
	gap: 48px;
}

.hs-section-heading > p {
	margin: 0 0 6px;
	color: var(--hs-muted);
	font-size: 0.92rem;
}

.hs-topics .hs-section-heading > p {
	color: rgba(250, 247, 239, 0.66);
}

.hs-topic-grid {
	display: grid;
	border-top: 1px solid var(--hs-line-light);
	border-left: 1px solid var(--hs-line-light);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hs-topic-card {
	position: relative;
	display: grid;
	min-height: 330px;
	padding: 32px;
	align-content: start;
	border-right: 1px solid var(--hs-line-light);
	border-bottom: 1px solid var(--hs-line-light);
	color: rgba(250, 247, 239, 0.7);
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.hs-topic-card:hover,
.hs-topic-card:focus-visible {
	background: var(--hs-paper-soft);
	color: var(--hs-text);
}

.hs-topic-card:hover h3,
.hs-topic-card:focus-visible h3 {
	color: var(--hs-ink-deep);
}

.hs-topic-card__number {
	position: absolute;
	top: 24px;
	right: 24px;
	color: rgba(250, 247, 239, 0.38);
	font-family: var(--hs-mono);
	font-size: 0.67rem;
	letter-spacing: 0.08em;
}

.hs-topic-card:hover .hs-topic-card__number {
	color: var(--hs-muted);
}

.hs-topic-card__icon {
	display: grid;
	width: 62px;
	height: 62px;
	margin-bottom: 56px;
	place-items: center;
	border: 1px solid var(--hs-ochre-light);
	color: var(--hs-ochre-light);
	font-family: var(--hs-serif);
	font-size: 1.55rem;
}

.hs-topic-card h3 {
	max-width: 290px;
	margin-bottom: 16px;
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
	line-height: 1.03;
}

.hs-topic-card p {
	max-width: 330px;
	margin: 0;
	font-size: 0.83rem;
	line-height: 1.58;
}

.hs-topic-card__arrow {
	position: absolute;
	right: 28px;
	bottom: 25px;
	color: var(--hs-ochre-light);
	font-size: 1.3rem;
}

.hs-manifesto {
	padding-block: clamp(84px, 9vw, 135px);
	background: var(--hs-ochre-light);
}

.hs-manifesto__grid {
	display: grid;
	align-items: start;
	grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 370px);
	gap: clamp(34px, 5vw, 78px);
}

.hs-manifesto__label {
	display: grid;
	min-height: 178px;
	padding: 20px;
	place-content: center;
	border: 2px solid var(--hs-ink);
	text-align: center;
	transform: rotate(-2deg);
}

.hs-manifesto__label span {
	font-family: var(--hs-serif);
	font-size: 2rem;
	font-style: italic;
}

.hs-manifesto__label small {
	margin-top: 12px;
	font-family: var(--hs-mono);
	font-size: 0.6rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.hs-manifesto h2 {
	margin-bottom: 24px;
	font-size: clamp(2.65rem, 5vw, 5.1rem);
}

.hs-manifesto p {
	margin-bottom: 0;
}

.hs-manifesto blockquote {
	margin: 58px 0 0;
	padding: 26px 0 0 28px;
	border-top: 1px solid var(--hs-ink);
	border-left: 0;
}

.hs-manifesto blockquote p {
	font-family: var(--hs-serif);
	font-size: 1.35rem;
	font-style: italic;
	line-height: 1.42;
}

.hs-curated {
	background: var(--hs-paper-soft);
}

.hs-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--hs-brick);
	font-size: 0.75rem;
	font-weight: 720;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.hs-text-link--header {
	align-self: end;
	justify-self: end;
}

.hs-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.hs-story-grid--three .hs-story-card:first-child {
	grid-column: span 1;
}

.hs-story-card {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--hs-line);
	background: var(--hs-paper-soft);
	box-shadow: 0 10px 30px rgba(30, 47, 40, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.hs-story-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--hs-shadow);
}

.hs-story-card__link {
	display: flex;
	height: 100%;
	flex-direction: column;
	text-decoration: none;
}

.hs-story-card__media {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--hs-ink);
}

body.hs-culture-theme .hs-story-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.hs-story-card:hover .hs-story-card__media img {
	transform: scale(1.025);
}

.hs-story-card__fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background:
		repeating-radial-gradient(ellipse at bottom left, transparent 0 25px, rgba(255, 255, 255, 0.09) 26px 27px, transparent 28px 39px),
		var(--hs-ink);
	color: var(--hs-ochre-light);
	font-family: var(--hs-serif);
	font-size: 4.8rem;
}

.hs-story-card--ochre .hs-story-card__fallback {
	background-color: var(--hs-ochre);
	color: var(--hs-ink-deep);
}

.hs-story-card--brick .hs-story-card__fallback {
	background-color: var(--hs-brick);
	color: var(--hs-paper-soft);
}

.hs-story-card__body {
	display: flex;
	padding: 27px;
	flex: 1;
	flex-direction: column;
}

.hs-story-card__body h3 {
	margin-bottom: 15px;
	font-size: clamp(1.55rem, 2.4vw, 2.05rem);
	line-height: 1.06;
}

.hs-story-card__body > p:not(.hs-kicker) {
	margin-bottom: 26px;
	color: var(--hs-muted);
	font-size: 0.82rem;
	line-height: 1.6;
}

.hs-story-card__body .hs-text-link {
	margin-top: auto;
}

.hs-latest {
	background: var(--hs-paper);
}

.hs-latest .hs-story-card:nth-child(1) {
	grid-column: span 2;
}

.hs-latest .hs-story-card:nth-child(1) .hs-story-card__media {
	aspect-ratio: 2 / 1;
}

.hs-places {
	padding-block: clamp(92px, 10vw, 160px);
	background: var(--hs-ink-blue);
	color: rgba(250, 247, 239, 0.74);
}

.hs-places h2 {
	max-width: 690px;
	margin-bottom: 26px;
	color: var(--hs-paper-soft);
}

.hs-places__grid {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: clamp(70px, 9vw, 140px);
}

.hs-places__grid > div > p:not(.hs-kicker) {
	max-width: 690px;
	margin-bottom: 32px;
}

.hs-field-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--hs-line-light);
	list-style: none;
}

.hs-field-list li {
	display: grid;
	padding-block: 22px;
	border-bottom: 1px solid var(--hs-line-light);
	grid-template-columns: 86px 1fr;
}

.hs-field-list span {
	grid-row: span 2;
	color: var(--hs-ochre-light);
	font-family: var(--hs-mono);
	font-size: 0.6rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.hs-field-list strong {
	color: var(--hs-paper-soft);
	font-family: var(--hs-serif);
	font-size: 1.45rem;
	font-weight: 560;
}

.hs-field-list small {
	color: rgba(250, 247, 239, 0.57);
	font-size: 0.72rem;
}

.hs-newsletter {
	padding-block: clamp(65px, 7vw, 100px);
	background: var(--hs-brick);
	color: rgba(255, 255, 255, 0.78);
}

.hs-newsletter h2 {
	margin-bottom: 12px;
	color: #fff;
}

.hs-newsletter__inner {
	display: grid;
	align-items: end;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: clamp(54px, 8vw, 130px);
}

.hs-newsletter__inner > div > p:not(.hs-kicker) {
	margin: 0;
}

.hs-newsletter__control form,
.hs-newsletter__control #subscribe-email {
	margin: 0;
}

.hs-newsletter__control form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.hs-newsletter__control input[type="email"] {
	width: 100%;
	min-height: 54px;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.hs-newsletter__control input[type="submit"],
.hs-newsletter__control button {
	min-height: 54px;
	padding-inline: 22px;
	border: 1px solid var(--hs-paper-soft);
	border-radius: 0;
	background: var(--hs-paper-soft);
	color: var(--hs-ink-deep);
	font-weight: 720;
	cursor: pointer;
}

.hs-newsletter .hs-smallprint {
	margin: 12px 0 0;
	font-size: 0.66rem;
	line-height: 1.55;
}

.hs-site-footer {
	padding-block: 76px 28px;
	background: var(--hs-ink-deep);
	color: rgba(250, 247, 239, 0.66);
}

.hs-site-footer__grid {
	display: grid;
	grid-template-columns: 1.55fr 0.7fr 0.75fr;
	gap: clamp(42px, 7vw, 110px);
}

.hs-site-footer__brand {
	display: flex;
	max-width: 470px;
	align-items: flex-start;
	gap: 20px;
}

.hs-brand__signet--footer {
	width: 58px;
	height: 58px;
	flex-basis: 58px;
}

.hs-site-footer__brand p {
	margin: 0;
	font-size: 0.86rem;
}

.hs-site-footer__brand strong {
	color: var(--hs-paper-soft);
	font-family: var(--hs-serif);
	font-size: 1.55rem;
	font-weight: 580;
}

body.hs-culture-theme .hs-site-footer h2 {
	margin-bottom: 17px;
	color: var(--hs-paper-soft);
	font-family: var(--hs-mono);
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hs-site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hs-site-footer li + li {
	margin-top: 8px;
}

.hs-site-footer a {
	font-size: 0.78rem;
	text-decoration: none;
}

.hs-site-footer a:hover {
	color: var(--hs-ochre-light);
}

.hs-site-footer__bottom {
	display: flex;
	margin-top: 65px;
	padding-top: 24px;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid var(--hs-line-light);
	font-family: var(--hs-mono);
	font-size: 0.58rem;
	letter-spacing: 0.035em;
}

.hs-site-footer__bottom p {
	margin: 0;
}

/* Article and page templates. */
.hs-reading-progress {
	position: fixed;
	z-index: 1100;
	top: 88px;
	right: 0;
	left: 0;
	height: 3px;
	transform: scaleX(0);
	transform-origin: left;
	background: var(--hs-ochre-light);
	pointer-events: none;
}

.admin-bar .hs-reading-progress {
	top: 120px;
}

.hs-article-hero,
.hs-archive-hero {
	padding-block: clamp(78px, 9vw, 132px) clamp(58px, 7vw, 98px);
	background:
		repeating-radial-gradient(ellipse at 6% 100%, transparent 0 28px, rgba(23, 59, 51, 0.045) 29px 30px, transparent 31px 42px),
		var(--hs-paper-soft);
}

.hs-article-hero__inner,
.hs-archive-hero__inner {
	max-width: 940px;
	margin-inline: auto;
	text-align: center;
}

.hs-article-hero h1,
.hs-archive-hero h1 {
	font-size: clamp(3.45rem, 7.3vw, 7.25rem);
	line-height: 0.93;
}

.hs-article-meta {
	display: flex;
	margin-top: 28px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 18px;
	color: var(--hs-muted);
	font-family: var(--hs-mono);
	font-size: 0.66rem;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.hs-article-figure {
	width: min(1100px, calc(100vw - 48px));
	margin: clamp(-34px, -3vw, -18px) auto 72px;
}

.hs-article-figure img {
	width: 100%;
	max-height: 680px;
	object-fit: cover;
	box-shadow: var(--hs-shadow);
}

.hs-article-figure figcaption {
	padding-top: 10px;
	color: var(--hs-muted);
	font-family: var(--hs-mono);
	font-size: 0.62rem;
}

.hs-article-layout {
	display: grid;
	width: min(1050px, calc(100vw - 48px));
	margin: 0 auto clamp(100px, 11vw, 170px);
	grid-template-columns: 130px minmax(0, var(--hs-reading)) 130px;
	justify-content: center;
	gap: 45px;
}

.hs-article-aside {
	position: sticky;
	top: 130px;
	align-self: start;
	color: var(--hs-muted);
	font-family: var(--hs-mono);
	font-size: 0.62rem;
	line-height: 1.55;
}

.hs-article-aside strong {
	display: block;
	margin-bottom: 7px;
	color: var(--hs-brick);
	font-size: 0.58rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hs-entry-content {
	min-width: 0;
	font-size: 1rem;
	line-height: 1.78;
}

.hs-entry-content > :first-child {
	margin-top: 0;
}

.hs-entry-content > p:first-child:not(.hs-lede) {
	font-family: var(--hs-serif);
	font-size: 1.35rem;
	line-height: 1.55;
}

.hs-entry-content h2 {
	margin: 2.1em 0 0.55em;
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	line-height: 1.03;
}

.hs-entry-content h3 {
	margin: 1.9em 0 0.55em;
	font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.hs-entry-content h4 {
	margin: 1.7em 0 0.5em;
	font-size: 1.35rem;
}

.hs-entry-content p,
.hs-entry-content ul,
.hs-entry-content ol,
.hs-entry-content blockquote,
.hs-entry-content table,
.hs-entry-content figure {
	margin-bottom: 1.4em;
}

.hs-entry-content a {
	color: var(--hs-brick);
}

.hs-entry-content blockquote {
	margin-inline: 0;
	padding: 24px 30px;
	border: 0;
	border-left: 4px solid var(--hs-ochre);
	background: var(--hs-paper-dark);
	font-family: var(--hs-serif);
	font-size: 1.35rem;
	font-style: italic;
	line-height: 1.5;
}

.hs-entry-content table,
.hs-entry-content .tablepress {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.82rem;
}

.hs-entry-content th,
.hs-entry-content td,
.hs-entry-content .tablepress th,
.hs-entry-content .tablepress td {
	padding: 11px 12px;
	border: 1px solid var(--hs-line);
	text-align: left;
}

.hs-entry-content th,
.hs-entry-content .tablepress th {
	background: var(--hs-ink);
	color: var(--hs-paper-soft);
}

.hs-entry-content img {
	margin-inline: auto;
}

.hs-post-taxonomy {
	max-width: var(--hs-reading);
	margin: -95px auto 110px;
	padding-top: 24px;
	border-top: 1px solid var(--hs-line);
	color: var(--hs-muted);
	font-size: 0.72rem;
}

.hs-related {
	padding-block: 90px 120px;
	background: var(--hs-paper-soft);
}

.hs-related .hs-section-heading {
	margin-bottom: 38px;
}

.hs-page-wrap {
	padding-block: clamp(70px, 9vw, 130px) clamp(100px, 11vw, 170px);
}

.hs-page-header {
	max-width: 900px;
	margin: 0 auto 64px;
	text-align: center;
}

.hs-page-header h1 {
	font-size: clamp(3.6rem, 7vw, 7rem);
	line-height: 0.93;
}

.hs-page-content {
	width: min(var(--hs-reading), calc(100vw - 48px));
	margin-inline: auto;
}

.hs-lede {
	font-family: var(--hs-serif);
	font-size: 1.42rem;
	line-height: 1.5;
}

.hs-archive-hero__inner > p:not(.hs-kicker) {
	max-width: 640px;
	margin: 24px auto 0;
	color: var(--hs-muted);
}

.hs-archive-grid-wrap {
	padding-block: 84px 130px;
}

.hs-pagination {
	margin-top: 58px;
}

.hs-pagination .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
}

.hs-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 4px 9px;
	place-items: center;
	border: 1px solid var(--hs-line);
	background: var(--hs-paper-soft);
	font-size: 0.75rem;
	text-decoration: none;
}

.hs-pagination .current {
	border-color: var(--hs-ink);
	background: var(--hs-ink);
	color: #fff;
}

.hs-empty-state {
	max-width: 670px;
	margin-inline: auto;
	padding: 60px;
	border: 1px solid var(--hs-line);
	background: var(--hs-paper-soft);
	text-align: center;
}

.hs-empty-state h2 {
	margin-bottom: 18px;
}

.hs-search-form {
	display: grid;
	max-width: 590px;
	margin: 32px auto 0;
	grid-template-columns: 1fr auto;
}

.hs-search-form label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.hs-search-form input {
	min-height: 52px;
	padding: 10px 14px;
	border: 1px solid var(--hs-line);
	border-right: 0;
	border-radius: 0;
	background: #fff;
}

.hs-search-form button {
	padding-inline: 18px;
	border: 1px solid var(--hs-ink);
	border-radius: 0;
	background: var(--hs-ink);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

/* Keep external monetisation from obscuring the magazine; no content is deleted. */
body.hs-culture-theme ins.adsbygoogle,
body.hs-culture-theme .google-auto-placed,
body.hs-culture-theme .adsbygoogle-noablate,
body.hs-culture-theme iframe[id^="aswift_"],
body.hs-culture-theme [id^="google_ads_iframe"] {
	display: none !important;
	visibility: hidden !important;
}

/* Complianz stays functional, but visually belongs to the editorial system. */
body.hs-culture-theme .cmplz-cookiebanner {
	border: 1px solid var(--hs-line) !important;
	border-radius: 0 !important;
	background: var(--hs-paper-soft) !important;
	box-shadow: var(--hs-shadow) !important;
	font-family: var(--hs-sans) !important;
}

body.hs-culture-theme .cmplz-cookiebanner .cmplz-title {
	font-family: var(--hs-serif) !important;
	font-size: 1.35rem !important;
}

body.hs-culture-theme .cmplz-cookiebanner .cmplz-btn {
	border-radius: 0 !important;
}

@media (max-width: 1120px) {
	.hs-brand__text small {
		display: none;
	}

	.hs-primary-nav ul {
		gap: 16px;
	}

	.hs-hero__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(410px, 1.05fr);
		gap: 48px;
	}

	.hs-hero h1 {
		font-size: clamp(4.1rem, 8vw, 6.2rem);
	}

	.hs-topic-card {
		padding: 27px;
	}

	.hs-manifesto__grid {
		grid-template-columns: 150px minmax(0, 1fr);
	}

	.hs-manifesto blockquote {
		grid-column: 2;
		margin-top: 0;
	}

	.hs-article-layout {
		grid-template-columns: minmax(0, var(--hs-reading));
	}

	.hs-article-aside {
		display: none;
	}
}

@media (max-width: 980px) {
	:root {
		--hs-shell: min(100% - 36px, 760px);
	}

	.admin-bar .hs-site-header {
		top: 46px;
	}

	.hs-site-header__inner {
		position: relative;
		min-height: 76px;
	}

	.hs-primary-nav--desktop {
		display: none;
	}

	.hs-mobile-nav {
		display: block;
		margin-left: auto;
	}

	.hs-mobile-nav summary {
		display: inline-flex;
		padding: 12px 0;
		align-items: center;
		gap: 11px;
		color: var(--hs-paper-soft);
		font-size: 0.7rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		list-style: none;
		text-transform: uppercase;
		cursor: pointer;
	}

	.hs-mobile-nav summary::-webkit-details-marker {
		display: none;
	}

	.hs-mobile-nav__lines,
	.hs-mobile-nav__lines::before,
	.hs-mobile-nav__lines::after {
		display: block;
		width: 22px;
		height: 1px;
		background: currentColor;
		content: "";
	}

	.hs-mobile-nav__lines {
		position: relative;
	}

	.hs-mobile-nav__lines::before {
		position: absolute;
		top: -6px;
	}

	.hs-mobile-nav__lines::after {
		position: absolute;
		top: 6px;
	}

	.hs-mobile-nav[open] .hs-mobile-nav__lines {
		background: transparent;
	}

	.hs-mobile-nav[open] .hs-mobile-nav__lines::before {
		top: 0;
		transform: rotate(45deg);
	}

	.hs-mobile-nav[open] .hs-mobile-nav__lines::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.hs-mobile-nav .hs-primary-nav {
		position: absolute;
		top: 100%;
		right: -18px;
		left: -18px;
		width: auto;
		padding: 12px 18px 22px;
		background: var(--hs-ink-deep);
	}

	.hs-mobile-nav .hs-primary-nav ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.hs-mobile-nav .hs-primary-nav a {
		padding: 10px 0;
		border-top: 1px solid var(--hs-line-light);
	}

	.hs-hero__grid {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.hs-hero__copy {
		max-width: 690px;
	}

	.hs-hero-figure {
		width: min(100%, 760px);
		margin-inline: auto;
	}

	.hs-hero-figure picture {
		aspect-ratio: 16 / 10;
	}

	.hs-topic-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-manifesto__grid {
		grid-template-columns: 150px 1fr;
	}

	.hs-story-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-latest .hs-story-card:nth-child(1) {
		grid-column: span 2;
	}

	.hs-places__grid,
	.hs-newsletter__inner {
		grid-template-columns: 1fr;
	}

	.hs-site-footer__grid {
		grid-template-columns: 1.4fr 0.8fr 0.8fr;
		gap: 42px;
	}

	.hs-reading-progress {
		top: 76px;
	}

	.admin-bar .hs-reading-progress {
		top: 122px;
	}
}

@media (max-width: 680px) {
	:root {
		--hs-shell: calc(100vw - 28px);
	}

	body.hs-culture-theme {
		font-size: 17px;
	}

	.hs-brand__signet {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.hs-brand__text strong {
		font-size: 1.08rem;
	}

	.hs-hero__grid {
		padding-block: 62px 76px;
		gap: 54px;
	}

	.hs-hero h1 {
		font-size: clamp(4rem, 18.5vw, 5.35rem);
	}

	.hs-hero__intro {
		font-size: 0.95rem;
	}

	.hs-button-row,
	.hs-button {
		width: 100%;
	}

	.hs-hero__note {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.hs-hero-figure {
		padding: 8px;
	}

	.hs-hero-figure picture {
		aspect-ratio: 4 / 5;
	}

	.hs-hero-figure img {
		object-position: 67% center;
	}

	.hs-hero-figure figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.hs-section-heading {
		grid-template-columns: 1fr;
		gap: 21px;
	}

	.hs-text-link--header {
		justify-self: start;
	}

	.hs-topic-grid,
	.hs-story-grid {
		grid-template-columns: 1fr;
	}

	.hs-topic-card {
		min-height: 300px;
	}

	.hs-latest .hs-story-card:nth-child(1) {
		grid-column: auto;
	}

	.hs-latest .hs-story-card:nth-child(1) .hs-story-card__media {
		aspect-ratio: 16 / 9;
	}

	.hs-manifesto__grid {
		grid-template-columns: 1fr;
	}

	.hs-manifesto__label {
		width: 160px;
		min-height: 145px;
	}

	.hs-manifesto blockquote {
		grid-column: auto;
	}

	.hs-newsletter__control form {
		grid-template-columns: 1fr;
	}

	.hs-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hs-site-footer__brand {
		width: 100%;
		min-width: 0;
		grid-column: span 2;
	}

	.hs-site-footer__brand p {
		min-width: 0;
	}

	.hs-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.hs-article-hero h1,
	.hs-archive-hero h1,
	.hs-page-header h1 {
		font-size: clamp(3rem, 14vw, 4.8rem);
	}

	.hs-article-layout,
	.hs-article-figure,
	.hs-page-content {
		width: calc(100vw - 28px);
	}

	.hs-entry-content {
		font-size: 1rem;
	}

	.hs-entry-content > p:first-child:not(.hs-lede) {
		font-size: 1.2rem;
	}

	.hs-entry-content table {
		display: block;
		overflow-x: auto;
	}

	.hs-empty-state {
		padding: 38px 22px;
	}
}

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

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

@media print {
	.hs-site-header,
	.hs-newsletter,
	.hs-site-footer,
	.hs-reading-progress,
	.hs-related {
		display: none !important;
	}

	body.hs-culture-theme {
		background: #fff;
		color: #000;
	}

	.hs-article-layout {
		display: block;
		width: 100%;
	}
}
