/*
Theme Name: Comic-Kubismus
Theme URI: https://comic-kubismus.de/
Author: Diethard Sohn
Author URI: https://diethard-sohn.com/
Description: Eigenständiges Portfolio- und Journal-Theme für den Comic-Kubismus von ditArdo / Diethard Sohn.
Version: 1.3.0
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: comic-kubismus
Tags: portfolio, blog, one-column, custom-logo, custom-menu, featured-images, wide-blocks
*/

:root {
	--paper: #f2eee5;
	--paper-light: #f8f5ee;
	--ink: #11110f;
	--muted: #6a675f;
	--vermillion: #c84328;
	--cobalt: #173c62;
	--line: rgba(17, 17, 15, 0.25);
	--header-height: 96px;
	--body-font: Arial, Helvetica, sans-serif;
	--heading-font: Georgia, "Times New Roman", serif;
	--body-size: 16px;
	--body-line-height: 1.6;
	--page-gutter: 6vw;
	--content-width: 1320px;
	--grain-opacity: 0.1;
	--corner-radius: 0px;
	--image-shadow: none;
	--card-shadow: none;
	--group-shadow: none;
}

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

html { scroll-behavior: smooth; background: var(--paper); }

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--body-font);
	font-size: var(--body-size);
	line-height: var(--body-line-height);
	overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 9999;
	opacity: var(--grain-opacity);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E");
}

::selection { background: var(--vermillion); color: #fff; }

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }

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

.screen-reader-text:focus {
	position: fixed !important;
	left: 16px;
	top: 12px;
	z-index: 10001;
	width: auto;
	height: auto;
	clip: auto;
	margin: 0;
	padding: 12px 18px;
	background: var(--ink);
	color: #fff;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 0 clamp(24px, 5vw, 82px);
	border-bottom: 1px solid var(--line);
	background: rgba(242, 238, 229, 0.94);
	backdrop-filter: blur(14px);
}

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

.brand {
	display: flex;
	align-items: center;
	gap: 24px;
	min-width: 0;
	flex-shrink: 0;
}

.wordmark {
	display: inline-block;
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 41px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -3px;
	transform: rotate(-4deg);
}

.brand-logo {
	width: auto;
	max-width: 170px;
	max-height: 58px;
	object-fit: contain;
}

.brand-divider { width: 1px; height: 42px; background: var(--ink); opacity: 0.45; }
.brand-name { font: 20px var(--heading-font); white-space: nowrap; }

.desktop-nav .nav-list,
.footer-nav-list {
	list-style: none;
	display: flex;
	align-items: center;
	gap: clamp(19px, 2.2vw, 38px);
	margin: 0;
	padding: 0;
}

.desktop-nav .nav-list { font: 18px var(--heading-font); }
.desktop-nav a { position: relative; display: block; padding: 8px 0; }
.desktop-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 2px;
	height: 2px;
	background: var(--vermillion);
	transition: right 0.22s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav .current-menu-item > a::after { right: 0; }

.menu-button {
	display: none;
	width: 48px;
	height: 48px;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 1100;
}
.menu-button span { position: absolute; left: 8px; right: 8px; height: 1.5px; background: var(--ink); transition: transform 0.25s ease, top 0.25s ease; }
.menu-button span:first-child { top: 18px; }
.menu-button span:last-child { top: 29px; }
.menu-button[aria-expanded="true"] span:first-child { top: 24px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 24px; transform: rotate(-45deg); }
.mobile-menu { display: none; }

.hero {
	min-height: calc(100vh - var(--header-height));
	display: grid;
	grid-template-columns: minmax(0, 52%) minmax(0, 48%);
	border-bottom: 1px solid var(--line);
	overflow: hidden;
}

.hero-copy {
	padding: clamp(54px, 6vw, 92px) clamp(28px, 5vw, 82px) 56px;
	position: relative;
	z-index: 2;
}

.eyebrow,
.section-kicker {
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
}

.eyebrow { margin: 0 0 26px; color: var(--muted); }

.hero h1 {
	margin: 0;
	font-size: clamp(82px, 10.9vw, 184px);
	line-height: 0.76;
	letter-spacing: -0.055em;
	text-transform: uppercase;
	font-weight: 900;
	transform: scaleX(0.72);
	transform-origin: left top;
	width: 138%;
}
.hero h1 span { display: block; }

.hero blockquote {
	margin: clamp(44px, 6vh, 74px) 0 14px;
	font: clamp(29px, 3.2vw, 50px)/1.05 var(--heading-font);
	letter-spacing: -0.025em;
}
.hero-subline { margin: 0 0 36px; font: clamp(16px, 1.5vw, 22px) var(--heading-font); }

.line-link {
	width: min(370px, 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0 9px;
	color: var(--vermillion);
	border-bottom: 1px solid var(--vermillion);
	font: 700 19px var(--heading-font);
}
.line-link i { font: normal 28px var(--body-font); transition: transform 0.22s ease; }
.line-link:hover i,
.line-link:focus-visible i { transform: translateX(12px); }

.hero-art {
	min-height: 620px;
	position: relative;
	overflow: hidden;
	background: #322c28;
	animation: reveal-art 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transition: transform 1.2s ease; }
.hero-art:hover img { transform: scale(1.025); }
.hero-art figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 18px;
	background: rgba(17, 17, 15, 0.78);
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
@keyframes reveal-art { from { clip-path: inset(0 0 0 100%); } to { clip-path: inset(0); } }

.leitgedanke-section {
	padding: clamp(84px, 10vw, 150px) clamp(24px, var(--page-gutter), 120px);
	border-bottom: 1px solid var(--ink);
	background: var(--paper);
}
.leitgedanke-inner {
	width: min(var(--content-width), 100%);
	margin: 0 auto;
}
.leitgedanke-inner p {
	margin: 0;
	font: 400 clamp(35px, 5.4vw, 84px)/1.05 var(--heading-font);
	letter-spacing: -0.045em;
}
.leitgedanke-inner p + p { margin-top: 0.18em; }
.leitgedanke-inner p:nth-child(2) { color: var(--vermillion); }

.marquee { overflow: hidden; background: var(--vermillion); color: #fff; border-bottom: 1px solid var(--ink); }
.marquee > div { width: max-content; display: flex; align-items: center; gap: 24px; padding: 15px 0; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; animation: marquee 32s linear infinite; }
.marquee i { font-style: normal; opacity: 0.55; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 11vw, 170px) clamp(24px, 6vw, 96px); }
.section-head { display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: end; gap: 40px; margin-bottom: clamp(64px, 8vw, 112px); }
.section-head.compact { grid-template-columns: 1fr 2fr; align-items: start; }
.section-kicker { margin: 0; color: var(--muted); }
.section-kicker span { color: var(--vermillion); margin-right: 12px; }
.section-kicker.light { color: rgba(255, 255, 255, 0.58); }
.section-head h2 { margin: 0; font: 400 clamp(58px, 7.5vw, 118px)/0.88 var(--heading-font); letter-spacing: -0.05em; }
.section-head > p:last-child { max-width: 390px; margin: 0; font: 20px/1.5 var(--heading-font); }

.works-section { background: var(--paper-light); }
.works-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(36px, 5vw, 78px) clamp(18px, 3vw, 44px); align-items: start; }
.work-card { appearance: none; border: 0; padding: 0; text-align: left; color: inherit; background: transparent; cursor: zoom-in; }
.work-1 { grid-column: 1 / span 7; }
.work-2 { grid-column: 9 / span 4; margin-top: 14vw; }
.work-3 { grid-column: 2 / span 4; }
.work-4 { grid-column: 7 / span 6; margin-top: 7vw; }
.work-5 { grid-column: 1 / span 5; margin-top: 5vw; }
.work-6 { grid-column: 7 / span 5; }
.work-image { display: block; position: relative; overflow: hidden; background: #d5d0c7; }
.work-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease; }
.work-2 .work-image img,
.work-3 .work-image img,
.work-6 .work-image img { aspect-ratio: 4 / 5; }
.work-image i { position: absolute; right: 12px; top: 12px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--paper-light); color: var(--ink); border-radius: 50%; font-style: normal; font-size: 21px; transform: scale(0); transition: transform 0.25s ease; }
.work-card:hover .work-image img,
.work-card:focus-visible .work-image img { transform: scale(1.035); filter: saturate(1.08); }
.work-card:hover .work-image i,
.work-card:focus-visible .work-image i { transform: scale(1); }
.work-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 14px 0 12px; border-bottom: 1px solid var(--line); }
.work-meta strong { font: 400 clamp(18px, 1.8vw, 26px) var(--heading-font); }
.work-meta small { color: var(--muted); text-align: right; font-size: 10px; line-height: 1.4; letter-spacing: 0.12em; text-transform: uppercase; }
.managed-work-card {
	cursor: default;
	box-shadow: var(--card-shadow);
	border-radius: var(--corner-radius);
}
.work-open {
	display: block;
	width: 100%;
	appearance: none;
	border: 0;
	padding: 0;
	text-align: left;
	color: inherit;
	background: transparent;
	cursor: zoom-in;
}
.managed-work-card .work-meta {
	flex-wrap: wrap;
	padding-left: 14px;
	padding-right: 14px;
	background: var(--paper-light);
}
.managed-work-card .work-meta > strong { max-width: 65%; }
.managed-work-card .work-meta > small { max-width: 35%; }
.work-commerce {
	flex-basis: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 10px;
}
.work-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.work-status::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--vermillion);
}
.work-status.is-available::before { background: #467a50; }
.work-status.is-reserved::before { background: #c08b2c; }
.work-status.is-sold::before { background: var(--muted); }
.work-price { font: 700 15px var(--heading-font); }
.work-interest-button,
.lightbox-interest-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 17px;
	border: 1px solid var(--vermillion);
	background: var(--vermillion);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
}
.work-interest-button { flex-basis: 100%; margin-top: 4px; }
.work-interest-button:hover,
.work-interest-button:focus-visible,
.lightbox-interest-button:hover,
.lightbox-interest-button:focus-visible { background: var(--ink); border-color: var(--ink); }
.work-interest-button[hidden],
.lightbox-interest-button[hidden] { display: none; }

.idea-section { background: var(--ink); color: var(--paper-light); padding: clamp(100px, 12vw, 180px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(60px, 9vw, 150px); }
.idea-label { margin: 80px 0 24px; color: var(--vermillion); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.idea-intro h2 { margin: 0; max-width: 850px; font: 400 clamp(48px, 6.8vw, 102px)/0.98 var(--heading-font); letter-spacing: -0.045em; }
.idea-body { align-self: end; padding-bottom: 6px; }
.idea-body p { margin: 0 0 25px; color: rgba(255, 255, 255, 0.7); font: 18px/1.7 var(--heading-font); }
.idea-body .lead { color: #fff; font-size: clamp(23px, 2.2vw, 32px); line-height: 1.4; }
.idea-lines { grid-column: 1 / -1; margin-top: 50px; border-top: 1px solid rgba(255, 255, 255, 0.28); }
.idea-lines span { display: block; padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.28); font-size: clamp(22px, 3vw, 43px); letter-spacing: -0.025em; }

.language-section { background: var(--paper); }
.language-grid { margin-left: 33.333%; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.language-grid article { min-height: 400px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; }
.language-grid article > span { color: var(--vermillion); font-size: 12px; letter-spacing: 0.14em; }
.language-grid h3 { margin: auto 0 18px; font: 400 clamp(38px, 4vw, 64px) var(--heading-font); }
.language-grid p { margin: 0; color: var(--muted); font: 17px/1.55 var(--heading-font); }

.image-break { height: min(80vw, 920px); min-height: 620px; position: relative; overflow: hidden; background: #191919; }
.image-break img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7) saturate(0.9); }
.image-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.65), transparent 70%); }
.image-break p { position: absolute; z-index: 2; left: clamp(24px, 6vw, 96px); bottom: clamp(40px, 8vw, 110px); max-width: 900px; margin: 0; color: #fff; font: 400 clamp(45px, 7vw, 106px)/0.95 var(--heading-font); letter-spacing: -0.045em; }

.timeline-section { background: var(--paper-light); }
.timeline { margin-left: 33.333%; border-top: 1px solid var(--ink); }
.timeline article { display: grid; grid-template-columns: minmax(110px, 0.6fr) 2fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.timeline time { color: var(--vermillion); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; }
.timeline p { max-width: 760px; margin: 0; font: clamp(19px, 2vw, 30px)/1.4 var(--heading-font); }

.news-section { background: var(--paper); }
.news-link { margin-top: 64px; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 3vw, 50px); }
.post-card { min-width: 0; }
.post-card-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cobalt); color: rgba(255, 255, 255, 0.4); }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease, filter 0.35s ease; }
.post-card-image > span { width: 100%; height: 100%; display: grid; place-items: center; font: 400 clamp(70px, 10vw, 150px)/1 var(--heading-font); }
.post-card-image:hover img,
.post-card-image:focus-visible img { transform: scale(1.035); filter: saturate(1.08); }
.post-card-copy { padding: 21px 0 0; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0 0 17px; color: var(--muted); font-size: 10px; line-height: 1.5; letter-spacing: 0.13em; text-transform: uppercase; }
.post-meta a:hover { color: var(--vermillion); }
.post-card h2 { margin: 0 0 14px; font: 400 clamp(27px, 3vw, 46px)/1.03 var(--heading-font); letter-spacing: -0.035em; }
.post-card h2 a:hover,
.post-card h2 a:focus-visible { color: var(--vermillion); }
.post-excerpt { color: var(--muted); font: 17px/1.55 var(--heading-font); }
.post-excerpt p { margin: 0; }
.post-read-more { display: flex; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 11px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--vermillion); font: 700 15px var(--heading-font); }
.empty-news,
.empty-message { padding: 42px; border: 1px solid var(--line); font: 22px/1.5 var(--heading-font); }
.empty-news p { margin: 0; }

.artist-section { min-height: 760px; display: grid; grid-template-columns: 0.8fr 1.7fr; background: var(--cobalt); color: #fff; overflow: hidden; }
.artist-mark { display: grid; place-items: center; min-height: 100%; color: rgba(255, 255, 255, 0.08); font: clamp(240px, 35vw, 620px)/0.8 "Brush Script MT", "Segoe Script", cursive; letter-spacing: -12vw; transform: translateX(-8vw) rotate(-10deg); user-select: none; }
.artist-copy { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px) 90px clamp(30px, 5vw, 80px); }
.artist-copy h2 { margin: 60px 0 42px; font: 400 clamp(56px, 7.8vw, 118px)/0.87 var(--heading-font); letter-spacing: -0.05em; }
.artist-copy h2 em { font-family: "Brush Script MT", "Segoe Script", cursive; font-weight: 400; color: #efb33d; }
.artist-lead { max-width: 820px; font: clamp(24px, 2.4vw, 35px)/1.35 var(--heading-font); }
.artist-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 900px; margin: 50px 0; }
.artist-columns p { margin: 0; color: rgba(255, 255, 255, 0.72); font: 17px/1.65 var(--heading-font); }
.light-link { color: #fff; border-color: rgba(255, 255, 255, 0.7); }

.contact-section { padding: clamp(100px, 11vw, 170px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr 2fr; gap: 40px; background: var(--paper); }
.contact-section h2 { margin: 0 0 34px; font: 400 clamp(54px, 8.5vw, 132px)/0.87 var(--heading-font); letter-spacing: -0.055em; }
.contact-section > div > p { max-width: 620px; margin: 0 0 38px; font: 22px/1.5 var(--heading-font); }
.contact-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 50px; padding: 18px 22px; background: var(--ink); color: #fff; font-weight: 700; transition: background 0.2s ease; }
.contact-button:hover,
.contact-button:focus-visible { background: var(--vermillion); }
.contact-button span { font-size: 24px; }

.site-footer { padding: 60px clamp(24px, 6vw, 96px) 34px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: end; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.footer-signature { display: block; width: auto; max-width: min(240px, 100%); max-height: 90px; object-fit: contain; }
.footer-brand small,
.site-footer > small { color: var(--muted); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.footer-links { font-family: var(--heading-font); }
.footer-nav-list { flex-wrap: wrap; gap: 16px 28px; }
.footer-links a { border-bottom: 1px solid transparent; }
.footer-links a:hover,
.footer-links a:focus-visible { border-color: var(--vermillion); color: var(--vermillion); }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: none; place-items: center; padding: 70px clamp(15px, 4vw, 60px) 28px; background: rgba(12, 12, 11, 0.96); color: #fff; }
.lightbox.is-open { display: grid; animation: fade-in 0.2s ease both; }
.lightbox > button { position: absolute; top: 20px; right: 24px; border: 0; padding: 10px; background: transparent; color: #fff; cursor: pointer; }
.admin-bar .lightbox > button { top: 52px; }
.lightbox figure { display: flex; flex-direction: column; max-width: min(1200px, 95vw); max-height: calc(100vh - 100px); }
.lightbox img { max-height: calc(100vh - 150px); width: auto; max-width: 100%; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 30px; padding: 12px 0; }
.lightbox figcaption strong { font: 400 20px var(--heading-font); }
.lightbox figcaption span { color: rgba(255, 255, 255, 0.6); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.lightbox-interest-button { align-self: flex-start; margin-top: 2px; }
@keyframes fade-in { from { opacity: 0; } }

/* Journal, archives and posts. */
.archive-hero { min-height: 560px; display: grid; grid-template-columns: 1fr 2fr; align-content: end; gap: 25px 40px; padding: clamp(90px, 11vw, 170px) clamp(24px, 6vw, 96px) clamp(70px, 8vw, 120px); border-bottom: 1px solid var(--ink); background: var(--paper); }
.archive-hero .section-kicker { align-self: start; }
.archive-hero h1 { grid-column: 2; margin: 0; font: 400 clamp(78px, 12vw, 190px)/0.78 var(--heading-font); letter-spacing: -0.065em; }
.archive-hero > p:last-child,
.archive-description { grid-column: 2; max-width: 700px; margin: 18px 0 0; font: 23px/1.45 var(--heading-font); }
.archive-description p { margin: 0; }
.journal-list { background: var(--paper-light); }
.journal-list .post-grid { row-gap: 90px; }

.navigation.pagination { margin-top: 80px; border-top: 1px solid var(--ink); }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 20px 0; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--line); }
.page-numbers.current,
.page-numbers:hover { background: var(--ink); color: #fff; }
.page-numbers.prev,
.page-numbers.next { width: auto; }

.single-main { padding: clamp(80px, 9vw, 135px) clamp(24px, 6vw, 96px) clamp(100px, 12vw, 180px); }
.single-article { max-width: 1320px; margin: 0 auto; }
.single-header { display: grid; grid-template-columns: 1fr 2.3fr; gap: 30px 50px; margin-bottom: clamp(55px, 7vw, 100px); }
.single-header .post-meta { align-self: start; }
.single-header h1 { grid-column: 2; margin: 0; font: 400 clamp(58px, 8vw, 126px)/0.91 var(--heading-font); letter-spacing: -0.055em; overflow-wrap: anywhere; }
.single-deck { grid-column: 2; max-width: 850px; color: var(--muted); font: 24px/1.45 var(--heading-font); }
.single-deck p { margin: 0; }
.single-featured { margin: 0 0 clamp(65px, 8vw, 115px); }
.single-featured img { width: 100%; max-height: 900px; object-fit: contain; background: var(--paper-light); }
.entry-content { max-width: 780px; margin: 0 auto; font: 20px/1.72 var(--heading-font); }
.entry-content > * { margin-top: 0; margin-bottom: 1.5em; }
.entry-content h2,
.entry-content h3,
.entry-content h4 { margin-top: 1.5em; color: var(--ink); line-height: 1.08; font-weight: 400; letter-spacing: -0.035em; }
.entry-content h2 { font-size: clamp(40px, 5vw, 68px); }
.entry-content h3 { font-size: clamp(31px, 4vw, 48px); }
.entry-content a { color: var(--vermillion); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin-left: 0; margin-right: 0; padding: 30px 0 30px clamp(25px, 4vw, 60px); border-left: 4px solid var(--vermillion); font-size: 1.35em; line-height: 1.4; }
.entry-content .alignwide { width: min(1100px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content figure img { width: auto; margin-left: auto; margin-right: auto; }
.wp-caption-text,
.wp-element-caption { color: var(--muted); font: 12px/1.5 var(--body-font); letter-spacing: 0.08em; text-transform: uppercase; }
.single-footer { max-width: 780px; margin: 70px auto 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list a { padding: 8px 12px; border: 1px solid var(--line); font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; }
.post-navigation { max-width: 1320px; margin: 100px auto 0; padding-top: 22px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; font: 20px/1.35 var(--heading-font); }
.post-navigation > div:last-child { text-align: right; }
.post-navigation a:hover { color: var(--vermillion); }
.page-header .section-kicker { align-self: start; }

.comments-area { max-width: 780px; margin: 100px auto 0; padding-top: 40px; border-top: 1px solid var(--ink); }
.comments-area h2 { font: 400 40px/1.1 var(--heading-font); }
.comment-list { padding-left: 0; list-style: none; }
.comment-list .comment { margin: 30px 0; padding: 25px 0; border-top: 1px solid var(--line); }
.comment-list .children { list-style: none; }
.comment-respond label { display: block; margin-bottom: 6px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.comment-respond input:not([type="checkbox"]),
.comment-respond textarea,
.search-form input[type="search"] { width: 100%; padding: 13px 15px; border: 1px solid var(--line); background: var(--paper-light); color: var(--ink); }
.comment-respond input[type="submit"],
.search-form input[type="submit"] { border: 0; padding: 13px 18px; background: var(--ink); color: #fff; cursor: pointer; }

.error-main { min-height: calc(100vh - var(--header-height)); padding: clamp(90px, 11vw, 170px) clamp(24px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.error-main h1 { max-width: 1000px; margin: 50px 0 25px; font: 400 clamp(65px, 11vw, 160px)/0.84 var(--heading-font); letter-spacing: -0.06em; }
.error-main > p:not(.section-kicker) { font: 22px/1.5 var(--heading-font); }

/* Editable design system. */
.site-header,
.section,
.idea-section,
.contact-section,
.site-footer,
.archive-hero,
.single-main,
.error-main {
	padding-left: clamp(24px, var(--page-gutter), 120px);
	padding-right: clamp(24px, var(--page-gutter), 120px);
}
.single-article,
.post-navigation { max-width: var(--content-width); }
.work-image,
.post-card-image,
.single-featured img {
	border-radius: var(--corner-radius);
	box-shadow: var(--image-shadow);
}
.post-card { box-shadow: var(--card-shadow); border-radius: var(--corner-radius); }
:where(.wp-block-group, .wp-block-columns, .wp-block-column) {
	border-radius: var(--corner-radius);
	box-shadow: var(--group-shadow);
}
.managed-work-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 3vw, 50px);
	margin: 50px 0;
}
.managed-work-group {
	min-width: 0;
	padding: clamp(28px, 3vw, 48px);
	border: 1px solid var(--line);
	border-radius: var(--corner-radius);
	box-shadow: var(--group-shadow);
	background: var(--paper-light);
}
.managed-work-group h3 {
	margin: 30px 0 20px;
	font: 400 clamp(30px, 3.5vw, 54px)/1 var(--heading-font);
	letter-spacing: -0.035em;
}
.managed-work-group > p:not(.section-kicker) {
	color: var(--muted);
	font: 17px/1.55 var(--heading-font);
}

/* Multisite language switcher and the mobile overlay footer. */
.header-actions {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2vw, 30px);
	flex-shrink: 0;
}
.language-switcher,
.language-switcher .language-widget { margin: 0; }
.language-switcher ul,
.language-menu {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.language-switcher li { margin: 0; padding: 0; }
.language-switcher li + li { border-left: 1px solid var(--line); }
.language-switcher a {
	display: block;
	padding: 8px 10px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher .current-menu-item > a,
.language-switcher .current-lang > a,
.language-switcher .current_language > a,
.language-switcher .current_language_item > a { color: var(--vermillion); }
.language-switcher select {
	max-width: 150px;
	padding: 7px 26px 7px 9px;
	border: 1px solid var(--line);
	border-radius: 0;
	background: var(--paper);
	color: var(--ink);
	font-size: 11px;
}
.mobile-menu-inner {
	display: flex;
	width: 100%;
	min-height: 100%;
	flex-direction: column;
}
.mobile-menu-bottom { display: none; }
.mobile-footer-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1180px) {
	.brand-name { display: none; }
	.brand-divider { display: none; }
}

@media (max-width: 1000px) {
	.desktop-nav { display: none; }
	.menu-button { display: block; }
	.mobile-menu {
		display: grid;
		position: fixed;
		inset: 0;
		z-index: 900;
		padding: 130px 28px 40px;
		background: var(--paper);
		transform: translateY(-105%);
		transition: transform 0.45s cubic-bezier(0.7, 0, 0.2, 1);
	}
	.admin-bar .mobile-menu { padding-top: 162px; }
	.mobile-menu.is-open { transform: translateY(0); }
	.mobile-primary-nav { display: flex; flex: 1 1 auto; flex-direction: column; justify-content: center; }
	.mobile-primary-nav .nav-list { list-style: none; margin: 0; padding: 0; counter-reset: mobile-nav; }
	.mobile-primary-nav li { counter-increment: mobile-nav; }
	.mobile-primary-nav a { display: flex; align-items: baseline; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--ink); font: clamp(40px, 8.5vw, 76px)/1 var(--heading-font); }
	.mobile-primary-nav a::before { content: "0" counter(mobile-nav); color: var(--vermillion); font: 700 10px var(--body-font); letter-spacing: 0.12em; }
	.mobile-menu-bottom { display: flex; flex: 0 0 auto; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
	.mobile-menu-label { margin: 0; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
	.mobile-footer-nav { margin-left: auto; }
	.mobile-footer-list { justify-content: flex-end; }
	.mobile-footer-list a { display: block; padding: 5px 0; border: 0; color: var(--muted); font: 700 11px/1.25 var(--body-font); letter-spacing: 0.08em; text-transform: uppercase; }
	.mobile-footer-list a:hover,
	.mobile-footer-list a:focus-visible { color: var(--vermillion); }
	.hero { grid-template-columns: 1fr; }
	.hero-copy { min-height: calc(100vh - var(--header-height)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
	.hero h1 { font-size: clamp(78px, 18.5vw, 155px); }
	.hero-art { min-height: 78vw; max-height: 800px; }
	.section-head,
	.section-head.compact { grid-template-columns: 1fr; align-items: start; }
	.section-head { gap: 28px; }
	.section-head > p:last-child { max-width: 620px; }
	.idea-section { grid-template-columns: 1fr; }
	.idea-body { max-width: 720px; }
	.language-grid,
	.timeline { margin-left: 0; }
	.artist-section { grid-template-columns: 1fr; }
	.artist-mark { display: none; }
	.contact-section { grid-template-columns: 1fr; }
	.post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.managed-work-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.site-footer { grid-template-columns: 1fr 1fr; }
	.site-footer > small { grid-column: 1 / -1; }
	.archive-hero { grid-template-columns: 1fr; }
	.archive-hero h1,
	.archive-hero > p:last-child,
	.archive-description { grid-column: 1; }
	.single-header { grid-template-columns: 1fr; }
	.single-header h1,
	.single-deck { grid-column: 1; }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.admin-bar .lightbox > button { top: 66px; }
}

@media (max-width: 700px) {
	:root { --header-height: 76px; }
	.site-header { padding: 0 18px; }
	.brand { gap: 14px; }
	.brand .wordmark { font-size: 33px; }
	.brand-logo { max-width: 135px; max-height: 48px; }
	.hero { min-height: auto; }
	.hero-copy { min-height: calc(100svh - var(--header-height)); padding: 42px 20px; }
	.eyebrow { max-width: 280px; margin-bottom: 32px; }
	.hero h1 { font-size: clamp(69px, 24vw, 112px); width: 138%; line-height: 0.79; }
	.hero blockquote { margin-top: 45px; }
	.hero-art { min-height: 120vw; }
	.hero-art img { object-position: 55% center; }
	.section { padding-left: 20px; padding-right: 20px; }
	.section-head { margin-bottom: 56px; }
	.works-grid { display: block; }
	.work-card { display: block; width: 100%; margin: 0 0 58px; }
	.work-image img,
	.work-2 .work-image img,
	.work-3 .work-image img,
	.work-6 .work-image img { aspect-ratio: 4 / 3; }
	.work-meta { align-items: flex-start; }
	.work-meta small { max-width: 110px; }
	.idea-section { padding-left: 20px; padding-right: 20px; }
	.idea-label { margin-top: 56px; }
	.idea-lines { margin-top: 25px; }
	.language-grid { grid-template-columns: 1fr; }
	.language-grid article { min-height: 310px; }
	.image-break { min-height: 620px; height: 100vh; }
	.image-break img { object-position: 60% center; }
	.timeline article { grid-template-columns: 1fr; gap: 13px; }
	.post-grid { grid-template-columns: 1fr; gap: 65px; }
	.managed-work-groups { grid-template-columns: 1fr; }
	.leitgedanke-section { padding: 72px 20px; }
	.leitgedanke-inner p { font-size: clamp(32px, 10vw, 58px); }
	.artist-copy { padding-left: 20px; padding-right: 20px; }
	.artist-copy h2 { margin-top: 50px; }
	.artist-columns { grid-template-columns: 1fr; gap: 20px; }
	.contact-section { padding-left: 20px; padding-right: 20px; }
	.site-footer { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
	.footer-signature { max-width: min(210px, 75vw); max-height: 78px; }
	.site-footer > small { grid-column: auto; }
	.footer-nav-list { align-items: flex-start; flex-direction: column; }
	.header-actions { gap: 6px; }
	.header-language a { padding: 7px 6px; font-size: 9px; }
	.mobile-menu { padding-left: 20px; padding-right: 20px; }
	.mobile-menu-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
	.mobile-footer-nav { margin-left: 0; }
	.mobile-footer-list { justify-content: flex-start; gap: 6px 18px; }
	.lightbox { padding: 70px 15px 20px; }
	.lightbox figcaption { flex-direction: column; gap: 5px; }
	.archive-hero { min-height: 460px; padding-left: 20px; padding-right: 20px; }
	.archive-hero h1 { font-size: clamp(67px, 20vw, 116px); }
	.single-main { padding-left: 20px; padding-right: 20px; }
	.single-header h1 { font-size: clamp(50px, 15vw, 86px); }
	.entry-content { font-size: 18px; }
	.post-navigation { grid-template-columns: 1fr; }
	.post-navigation > div:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
