/*
Theme Name: jazz.nl
Theme URI: https://www.jazz.nl
Description: Child theme van GeneratePress voor jazz.nl — leestijdschrift, geen kaartjes.
Author: jazz.nl
Template: generatepress
Version: 0.10.16
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jazz-nl
*/

/* --------------------------------------------------------------------------
   Tokens
   -------------------------------------------------------------------------- */
:root {
	--jazz-cream: #F8F2EA;
	--jazz-ink: #16110F;
	--jazz-gold: #B08D57;
	--jazz-espresso: #3C2415;
	--jazz-muted: rgba(22, 17, 15, 0.62);
	--jazz-hairline: rgba(176, 141, 87, 0.45);
	--jazz-hairline-ink: rgba(22, 17, 15, 0.12);
	--jazz-font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
	--jazz-font-body: "Newsreader", "Iowan Old Style", Georgia, serif;
	--jazz-font-ui: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--jazz-measure: 66ch;
}

/* --------------------------------------------------------------------------
   Canvas
   -------------------------------------------------------------------------- */
html,
body,
.site,
body .site,
.site-content,
#page,
#content,
.inside-article,
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.contained-content {
	background: var(--jazz-cream);
	background-color: var(--jazz-cream);
	color: var(--jazz-ink);
}

body {
	font-family: var(--jazz-font-body);
	font-size: 1.1875rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
	color: var(--jazz-ink);
	-webkit-font-smoothing: antialiased;
}

.site {
	background: var(--jazz-cream);
}

/* Kill GP boxed / card look */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-article,
article.page,
article.post,
.generate-page-header,
.sidebar .widget,
.footer-widgets .widget {
	box-shadow: none !important;
	border-radius: 0 !important;
	background: transparent;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.separate-containers .site-main > *,
.separate-containers .inside-article {
	margin-bottom: 0;
}

/* Full width reading surface; no default sidebar card */
body.no-sidebar .content-area,
body .content-area,
.site-content .content-area {
	width: 100%;
	float: none;
	margin: 0;
}

body .is-left-sidebar,
body .is-right-sidebar,
body #left-sidebar,
body #right-sidebar {
	display: none;
}

@media (min-width: 769px) {
	body.right-sidebar .content-area,
	body.left-sidebar .content-area,
	body.both-sidebars .content-area {
		width: 100%;
		float: none;
	}
}

.grid-container {
	max-width: 72rem;
}

img,
.wp-post-image,
.post-image img,
.featured-image img,
.entry-content img,
.alignnone,
.aligncenter,
.alignleft,
.alignright {
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.site-title,
.widget-title,
.comment-reply-title {
	font-family: var(--jazz-font-display);
	font-weight: 500;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: var(--jazz-ink);
	line-height: 1.15;
}

h1,
.entry-title,
.page-title,
h1.entry-title {
	font-size: clamp(2.25rem, 4.5vw, 3.75rem);
	letter-spacing: -0.02em;
	font-weight: 500;
	text-transform: none;
}

h2 {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	letter-spacing: -0.015em;
}

h3 {
	font-size: 1.5rem;
	letter-spacing: -0.01em;
}

.site-title,
.site-title a,
.main-title,
.main-title a {
	font-family: var(--jazz-font-display);
	font-weight: 500;
	text-transform: none;
	letter-spacing: -0.02em;
	color: var(--jazz-ink);
	font-size: 1.75rem;
}

.site-description {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--jazz-muted);
}

/* Kickers / overlines */
.cat-links,
.entry-meta .cat-links a,
.kicker,
.jazz-kicker,
.posted-on,
.byline,
.entry-meta,
.entry-meta a {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--jazz-gold);
}

.entry-meta a:hover {
	color: var(--jazz-ink);
}

/* 0.10.16 — alleen publicatiedatum, geen modified ernaast */
.posted-on time.updated,
.entry-meta time.updated {
	display: none;
}

/* Reading column */
.entry-content,
.page-content,
.entry-summary {
	max-width: var(--jazz-measure);
	font-family: var(--jazz-font-body);
	font-size: 1.1875rem;
	line-height: 1.55;
	color: var(--jazz-ink);
}

.entry-content p,
.page-content p {
	margin-bottom: 1.15em;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.wp-block-image):not(.jazz-ad) {
	max-width: var(--jazz-measure);
}

blockquote {
	font-family: var(--jazz-font-display);
	font-weight: 500;
	font-style: italic;
	font-size: 1.375rem;
	line-height: 1.4;
	border-left: 1px solid var(--jazz-gold);
	padding-left: 1.25rem;
	margin: 1.75em 0;
	color: var(--jazz-ink);
}

/* --------------------------------------------------------------------------
   Links
   -------------------------------------------------------------------------- */
a {
	color: var(--jazz-espresso);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--jazz-gold);
}

.entry-content a,
.page-content a {
	color: var(--jazz-espresso);
}

.entry-content a:hover,
.page-content a:hover {
	color: var(--jazz-gold);
}

/* 0.10.15 — magazine-links in nieuws- en agenda-stukken, niet menu/zoek */
body.single-post .entry-content a,
body.single-event .entry-content a {
	color: var(--jazz-ink);
	text-decoration: underline;
	text-decoration-color: rgba(176, 141, 87, 0.62);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}
body.single-post .entry-content a:hover,
body.single-post .entry-content a:focus,
body.single-event .entry-content a:hover,
body.single-event .entry-content a:focus {
	color: var(--jazz-gold);
	text-decoration-color: var(--jazz-gold);
}
body.single-post .entry-content a:has(img),
body.single-event .entry-content a:has(img),
body.single-post .entry-content figure a,
body.single-event .entry-content figure a {
	text-decoration: none;
}

.entry-title a,
.entry-title a:visited {
	color: var(--jazz-ink);
	text-decoration: none;
}

.entry-title a:hover {
	color: var(--jazz-gold);
}

/* --------------------------------------------------------------------------
   Header / nav
   -------------------------------------------------------------------------- */
.site-header,
.main-navigation,
#masthead,
#site-navigation {
	background: var(--jazz-cream);
	background-color: var(--jazz-cream);
	box-shadow: none !important;
	border-radius: 0;
}

.site-header {
	border-bottom: 1px solid var(--jazz-hairline);
}

.inside-header {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.main-navigation,
.main-navigation .main-nav ul,
.main-navigation .main-nav ul li a,
.main-navigation a,
.menu-toggle {
	font-family: var(--jazz-font-ui);
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: transparent;
	color: var(--jazz-ink);
	box-shadow: none;
}

.main-nav a,
.main-navigation .main-nav ul li a {
	letter-spacing: 0.14em;
	padding-top: 0.85rem;
	padding-bottom: 0.85rem;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: var(--jazz-gold);
	background: transparent;
}

.main-navigation .main-nav ul ul {
	background: var(--jazz-cream);
	border: 1px solid var(--jazz-hairline-ink);
	box-shadow: none;
	border-radius: 0;
}

.site-header .site-logo,
.site-header .site-logo a,
.custom-logo-link {
	line-height: 0;
}

.site-header .header-image,
.site-header .site-logo img,
.site-header .custom-logo-link img,
.custom-logo-link img {
	border-radius: 0;
	box-shadow: none;
	display: block;
	width: min(16.5rem, 82vw) !important;
	height: auto !important;
	max-height: none !important;
	max-width: 100%;
	object-fit: contain;
}

.inside-header {
	padding-top: 1.15rem;
	padding-bottom: 0.85rem;
	align-items: center;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus {
	background: transparent;
	color: var(--jazz-ink);
	border: 0;
	box-shadow: none;
}

/* --------------------------------------------------------------------------
   Content / archive
   -------------------------------------------------------------------------- */
.inside-article {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.post-image {
	margin-bottom: 1.5rem;
}

.jazz-lead,
.post-image,
.featured-image,
.page-header-image-single,
.page-header-image {
	margin: 0 0 1.75rem;
}

.jazz-lead img,
.jazz-lead img.wp-post-image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 22rem;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	background: var(--jazz-cream);
	border-radius: 0;
	box-shadow: none;
	display: block;
}

.post-image img,
.featured-image img,
.page-header-image img,
.page-header-image-single img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 22rem;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	background: var(--jazz-cream);
	border-radius: 0;
	box-shadow: none;
	display: block;
}

.jazz-credit,
figcaption,
.wp-caption-text,
.wp-element-caption {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4;
	color: var(--jazz-muted);
	background: none;
	border: 0;
	box-shadow: none;
	margin: 0.45rem 0 0;
	padding: 0;
	max-width: none;
	text-align: left;
	text-transform: none;
}

.wp-caption {
	background: none;
	border: 0;
	padding: 0;
	max-width: 100%;
}

.page-header .page-title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	letter-spacing: -0.015em;
}

.paging-navigation,
.pagination,
.nav-links {
	font-family: var(--jazz-font-ui);
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: none;
	background: transparent;
}

.paging-navigation a,
.pagination a,
.nav-links a {
	color: var(--jazz-espresso);
}

.paging-navigation a:hover,
.pagination a:hover {
	color: var(--jazz-gold);
}

/* --------------------------------------------------------------------------
   Widgets / sidebar (if ever shown)
   -------------------------------------------------------------------------- */
.widget-title {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--jazz-gold);
	border: 0;
	padding: 0;
	margin-bottom: 0.75rem;
}

.widget,
.sidebar .widget,
.widget_block {
	background: transparent;
	box-shadow: none !important;
	border-radius: 0;
	border: 0;
	padding: 0 0 1.5rem;
	font-family: var(--jazz-font-ui);
	font-size: 0.875rem;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer,
.footer-widgets,
.site-info,
.inside-site-info {
	background: var(--jazz-cream);
	background-color: var(--jazz-cream);
	color: var(--jazz-muted);
	box-shadow: none;
	border-radius: 0;
}

.site-footer {
	border-top: 1px solid var(--jazz-hairline-ink);
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-info {
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
	text-align: center;
}

.site-info a,
.footer-bar a,
.copyright-bar a {
	color: var(--jazz-muted);
	text-decoration: none;
}

.site-info a:hover {
	color: var(--jazz-gold);
}

.footer-widgets {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

/* --------------------------------------------------------------------------
   Ads
   -------------------------------------------------------------------------- */
.jazz-ad {
	min-height: 90px;
	border: 1px solid rgba(22, 17, 15, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Outfit, sans-serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--jazz-gold);
	background: transparent;
	margin: 1.25rem 0;
	box-shadow: none;
	border-radius: 0;
}

.jazz-ad:empty::after {
	content: "Advertentie";
}

.jazz-ad-header,
.jazz-ad-footer,
.jazz-ad-inarticle {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
}

.jazz-ad-header {
	margin-top: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

/* --------------------------------------------------------------------------
   Forms / buttons — quiet, no cards
   -------------------------------------------------------------------------- */
button,
.button,
input[type="submit"],
.wp-block-button__link,
.gb-button {
	font-family: var(--jazz-font-ui);
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: none;
	background: var(--jazz-ink);
	color: var(--jazz-cream);
	border: 0;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	background: var(--jazz-gold);
	color: var(--jazz-cream);
}

input,
textarea,
select {
	font-family: var(--jazz-font-ui);
	border-radius: 0;
	box-shadow: none;
	border: 1px solid var(--jazz-hairline-ink);
	background: var(--jazz-cream);
	color: var(--jazz-ink);
}

/* Comments */
.comment-form,
.comments-area {
	background: transparent;
	box-shadow: none;
	font-family: var(--jazz-font-body);
}

.comment-reply-title {
	font-size: 1.5rem;
	letter-spacing: -0.01em;
	text-transform: none;
}

/* --------------------------------------------------------------------------
   Voorpagina
   -------------------------------------------------------------------------- */
.jazz-is-front .entry-header,
.jazz-is-front .page-header,
.jazz-is-front .inside-article > .entry-header {
	display: none;
}

.jazz-front {
	padding-bottom: 3.5rem;
}

.jazz-hero {
	padding: 1.75rem 0 2.25rem;
	border-bottom: 1px solid var(--jazz-hairline);
}

.jazz-hero__lede {
	font-family: var(--jazz-font-display);
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.18;
	letter-spacing: -0.02em;
	max-width: 22ch;
	margin: 0;
	color: var(--jazz-ink);
}

.jazz-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin: 2.25rem 0 1.1rem;
}

.jazz-kicker {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--jazz-gold);
	margin: 0;
}

h2.jazz-kicker {
	font-size: 0.6875rem;
	font-weight: 400;
}

.jazz-section-more {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--jazz-muted);
	text-decoration: none;
}

.jazz-section-more:hover {
	color: var(--jazz-gold);
}

.jazz-teasers {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 1.75rem 2rem;
	align-items: stretch;
}

@media (max-width: 720px) {
	.jazz-teasers {
		grid-template-columns: 1fr;
	}
}

.jazz-teaser {
	margin: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}

.jazz-teaser__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.jazz-teaser__link:hover .jazz-teaser__title {
	color: var(--jazz-gold);
}

.jazz-teaser__media {
	aspect-ratio: 16 / 9;
	background: var(--jazz-cream);
	margin: 0 0 0.85rem;
	overflow: hidden;
	position: relative;
}

.jazz-teaser__media img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0;
	box-shadow: none;
	aspect-ratio: auto;
}

.jazz-teaser__media img.jazz-media--contain {
	object-fit: contain;
	object-position: center;
	background: var(--jazz-cream);
}

.jazz-teaser__media img.jazz-media--cover {
	object-fit: cover;
	object-position: center;
}

.jazz-teaser__media .jazz-credit {
	margin-top: 0.4rem;
}

.jazz-teaser--type {
	border: 1px solid var(--jazz-hairline-ink);
	padding: 1.35rem 1.25rem 1.5rem;
	justify-content: center;
}

.jazz-teaser__title {
	font-family: var(--jazz-font-display);
	font-size: clamp(1.45rem, 2.4vw, 2.05rem);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.02em;
	margin: 0.35rem 0 0.55rem;
	text-transform: none;
}

.jazz-teaser__excerpt {
	font-family: var(--jazz-font-body);
	font-size: 1.05rem;
	line-height: 1.45;
	color: var(--jazz-muted);
	margin: 0;
}

.jazz-agenda-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--jazz-hairline-ink);
}

.jazz-agenda-item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--jazz-hairline-ink);
}

.jazz-agenda-item a {
	display: grid;
	grid-template-columns: minmax(11rem, 0.9fr) minmax(10rem, 0.8fr) 1.4fr;
	gap: 0.75rem 1.25rem;
	align-items: baseline;
	padding: 0.95rem 0;
	text-decoration: none;
	color: inherit;
}

@media (max-width: 720px) {
	.jazz-agenda-item a {
		grid-template-columns: 1fr;
		gap: 0.15rem;
		padding: 0.85rem 0;
	}
}

.jazz-agenda-item__when,
.jazz-agenda-item__where {
	font-family: var(--jazz-font-ui);
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: var(--jazz-ink);
}

.jazz-agenda-item__title {
	font-family: var(--jazz-font-body);
	font-size: 0.95rem;
	font-weight: 400;
	color: var(--jazz-muted);
}

.jazz-agenda-item a:hover .jazz-agenda-item__title {
	color: var(--jazz-gold);
}

.jazz-home-geschiedenis {
	margin-top: 2.75rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--jazz-hairline);
}

.jazz-geschiedenis-teaser {
	display: block;
	margin-top: 0.65rem;
	text-decoration: none;
	color: inherit;
}

.jazz-geschiedenis-teaser__title {
	display: block;
	font-family: var(--jazz-font-display);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.jazz-geschiedenis-teaser__go {
	display: inline-block;
	margin-top: 0.55rem;
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--jazz-gold);
}

.jazz-geschiedenis-teaser:hover .jazz-geschiedenis-teaser__title {
	color: var(--jazz-gold);
}

.jazz-teaser__link {
	flex-direction: row;
	align-items: flex-start;
	gap: 1rem;
}

.jazz-teaser--type .jazz-teaser__link {
	flex-direction: column;
}

.jazz-teaser__media--empty {
	display: none;
}

.jazz-teaser__figure--thumb {
	flex: 0 0 5.5rem;
	margin: 0;
}

.jazz-teaser__media--small {
	aspect-ratio: 1 / 1;
	width: 5.5rem;
	height: 5.5rem;
	background: var(--jazz-cream);
	margin: 0;
}

.jazz-teaser__media--small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: var(--jazz-cream);
	aspect-ratio: auto;
}

.jazz-teaser__copy {
	flex: 1;
	min-width: 0;
}

/* --------------------------------------------------------------------------
   Agenda-archief
   -------------------------------------------------------------------------- */
.jazz-is-agenda .entry-header,
.jazz-is-agenda .page-header,
.jazz-is-agenda .archive-title,
.jazz-is-agenda .page-header-image {
	display: none;
}

.jazz-agenda-archive {
	padding-bottom: 3.5rem;
}

.jazz-agenda-archive__title {
	font-family: var(--jazz-font-display);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 1.5rem 0 1.75rem;
	text-transform: none;
}

.jazz-agenda-scan {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--jazz-hairline-ink);
}

.jazz-scan-item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--jazz-hairline-ink);
}

.jazz-scan-item a {
	display: grid;
	grid-template-columns: minmax(12rem, 0.95fr) minmax(10rem, 0.8fr) 1.5fr;
	gap: 0.6rem 1.15rem;
	align-items: center;
	padding: 0.8rem 0;
	text-decoration: none;
	color: inherit;
}

.jazz-scan-item--photo a {
	grid-template-columns: 3.25rem minmax(12rem, 0.95fr) minmax(10rem, 0.8fr) 1.5fr;
}

.jazz-scan-item__media {
	display: block;
	width: 3.25rem;
	height: 3.25rem;
	background: var(--jazz-cream);
	overflow: hidden;
}

.jazz-scan-item__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	aspect-ratio: auto;
	background: var(--jazz-cream);
}

.jazz-scan-item__when {
	font-family: var(--jazz-font-ui);
	font-size: 1.05rem;
	font-weight: 400;
	color: var(--jazz-ink);
	letter-spacing: 0.01em;
}

.jazz-scan-item__where {
	font-family: var(--jazz-font-ui);
	font-size: 0.95rem;
	color: var(--jazz-ink);
}

.jazz-scan-item__title {
	font-family: var(--jazz-font-body);
	font-size: 0.95rem;
	color: var(--jazz-muted);
}

.jazz-scan-item a:hover .jazz-scan-item__title {
	color: var(--jazz-gold);
}

.jazz-scan-item .jazz-credit {
	display: none;
}

@media (max-width: 720px) {
	.jazz-scan-item a,
	.jazz-scan-item--photo a {
		grid-template-columns: 3.25rem 1fr;
		grid-template-areas:
			"pic when"
			"pic where"
			"pic title";
	}
	.jazz-scan-item:not(.jazz-scan-item--photo) a {
		grid-template-columns: 1fr;
		grid-template-areas:
			"when"
			"where"
			"title";
	}
	.jazz-scan-item__media { grid-area: pic; }
	.jazz-scan-item__when { grid-area: when; }
	.jazz-scan-item__where { grid-area: where; }
	.jazz-scan-item__title { grid-area: title; }
}

/* --------------------------------------------------------------------------
   Mobile (~375–640): no sideways scroll, thumb-sized nav, stacked agenda
   -------------------------------------------------------------------------- */
html,
body {
	overflow-x: hidden;
}

#page,
.site {
	box-sizing: border-box;
}

img,
svg,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.jazz-teaser,
.jazz-teaser__copy,
.jazz-scan-item a,
.jazz-agenda-item a,
.jazz-hero__lede,
.jazz-teaser__title,
.jazz-teaser__excerpt,
.jazz-scan-item__title,
.jazz-agenda-item__title,
.entry-title,
.entry-content {
	min-width: 0;
	overflow-wrap: break-word;
}

@media (max-width: 768px) {
	.inside-header {
		padding: 0.7rem 1rem !important;
		gap: 0.5rem;
	}

	.site-header .header-image,
	.site-header .site-logo img,
	.site-header .custom-logo-link img {
		width: min(11.25rem, 70vw) !important;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		min-width: 44px;
		min-height: 44px;
		padding: 0.65rem;
		margin: 0;
	}

	.main-navigation .main-nav ul li a {
		padding: 0.95rem 1rem;
		font-size: 0.8125rem;
		letter-spacing: 0.12em;
	}

	.grid-container,
	.inside-header.grid-container,
	.inside-navigation.grid-container,
	.inside-site-info.grid-container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box !important;
	}

	.jazz-lead,
	.jazz-lead img {
		max-width: 100%;
	}

	.inside-article {
		padding: 1.15rem 0 1.75rem !important;
	}

	.jazz-hero {
		padding: 1rem 0 1.35rem;
	}

	.jazz-hero__lede {
		font-size: 1.55rem;
		max-width: none;
		line-height: 1.2;
	}

	.jazz-section-head {
		margin: 1.6rem 0 0.85rem;
	}

	.jazz-teasers {
		grid-template-columns: 1fr;
		gap: 1.1rem;
	}

	.jazz-teaser--photo .jazz-teaser__link {
		flex-direction: row;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.jazz-teaser__figure--thumb {
		flex: 0 0 4.25rem;
	}

	.jazz-teaser__media--small {
		width: 4.25rem;
		height: 4.25rem;
	}

	.jazz-teaser--type {
		padding: 1rem 0.95rem 1.15rem;
	}

	.jazz-teaser__title {
		font-size: 1.28rem;
		margin: 0.25rem 0 0.4rem;
	}

	.jazz-teaser__excerpt {
		font-size: 0.98rem;
	}

	.jazz-agenda-item a,
	.jazz-scan-item a,
	.jazz-scan-item--photo a {
		grid-template-columns: 1fr;
		gap: 0.12rem;
		padding: 0.85rem 0;
		align-items: start;
	}

	.jazz-scan-item--photo a {
		grid-template-columns: 3rem 1fr;
		grid-template-areas:
			"pic when"
			"pic where"
			"pic title";
		column-gap: 0.75rem;
	}

	.jazz-scan-item:not(.jazz-scan-item--photo) a {
		grid-template-columns: 1fr;
		grid-template-areas:
			"when"
			"where"
			"title";
	}

	.jazz-scan-item__when,
	.jazz-agenda-item__when {
		font-size: 1.05rem;
	}

	.jazz-scan-item__where,
	.jazz-agenda-item__where {
		font-size: 0.95rem;
	}

	.jazz-scan-item__title,
	.jazz-agenda-item__title {
		font-size: 0.95rem;
	}

	.jazz-agenda-archive__title {
		font-size: 2rem;
		margin: 1rem 0 1.15rem;
	}

	.jazz-lead img,
	.jazz-lead img.wp-post-image {
		aspect-ratio: auto;
		object-fit: contain;
		background: var(--jazz-cream);
		max-height: 16rem;
	}

	.site-info {
		padding: 1rem 0.75rem 1.35rem;
		letter-spacing: 0.1em;
	}

	.jazz-geschiedenis-teaser__title {
		font-size: 1.45rem;
	}
}

/* --------------------------------------------------------------------------
   Magazine lat 0.4 — cover, spread, longread. Desktop kolom blijft 72rem.
   -------------------------------------------------------------------------- */
h1.jazz-hero__lede,
.jazz-hero__lede {
	font-family: var(--jazz-font-display);
	font-size: clamp(2.35rem, 5.6vw, 4.35rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.08;
	letter-spacing: -0.035em;
	max-width: 14ch;
	margin: 0;
	color: var(--jazz-ink);
}

.jazz-hero {
	padding: 3.25rem 0 2.75rem;
	border-bottom: 1px solid var(--jazz-hairline);
}

.jazz-is-front .site-header {
	border-bottom: 0;
}

.jazz-is-front .main-navigation {
	border-bottom: 1px solid var(--jazz-hairline);
}

.main-navigation .main-nav ul li a,
.main-navigation a {
	font-size: 0.6875rem;
	letter-spacing: 0.22em;
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.inside-header {
	padding-top: 1.6rem;
	padding-bottom: 1.15rem;
}

/* Open type, no boxed teasers (Kinfolk / Gentlewoman) */
.jazz-teaser--type {
	border: 0;
	padding: 0;
}

.jazz-teasers {
	gap: 2.75rem 3rem;
	padding-top: 0.35rem;
}

.jazz-teaser__title {
	font-size: clamp(1.7rem, 2.8vw, 2.45rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.jazz-teaser__excerpt {
	font-size: 1.12rem;
	line-height: 1.45;
	max-width: 38ch;
}

.jazz-section-head {
	margin: 2.75rem 0 1.35rem;
}

.jazz-kicker,
h2.jazz-kicker {
	letter-spacing: 0.26em;
}

/* Home agenda: keep the list, give it contents-page air */
.jazz-agenda-item a {
	padding: 1.15rem 0;
}

.jazz-agenda-item__when {
	font-size: 1.05rem;
	letter-spacing: 0.01em;
}

.jazz-geschiedenis-teaser__title {
	font-size: clamp(1.85rem, 3.4vw, 2.6rem);
	max-width: 16ch;
}

/* Article as spread / longread (New Yorker measure) */
.single .entry-title,
.single-event .entry-title {
	font-size: clamp(2.5rem, 5vw, 4.1rem);
	letter-spacing: -0.035em;
	line-height: 1.06;
	max-width: 16ch;
	margin: 0.35rem 0 0.85rem;
}

.single .entry-content,
.single-event .entry-content {
	font-size: 1.25rem;
	line-height: 1.64;
	max-width: 62ch;
}

.single .inside-article,
.single-event .inside-article {
	padding-top: 2rem;
}

.single .entry-meta,
.single-event .entry-meta {
	margin-bottom: 1.75rem;
}

.jazz-lead {
	margin: 0 0 2.25rem;
}

/* Agenda archive as magazine contents */
.jazz-agenda-archive__title {
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	letter-spacing: -0.04em;
	font-style: italic;
}

.jazz-scan-item a {
	padding: 1.05rem 0;
}

@media (max-width: 768px) {
	.jazz-hero {
		padding: 1.35rem 0 1.5rem;
	}
	.jazz-hero__lede,
	h1.jazz-hero__lede {
		font-size: 1.7rem;
		max-width: none;
		letter-spacing: -0.025em;
	}
	.jazz-teaser__title {
		font-size: 1.4rem;
	}
	.single .entry-title,
	.single-event .entry-title {
		font-size: 2rem;
		max-width: none;
	}
	.single .entry-content,
	.single-event .entry-content {
		font-size: 1.125rem;
	}
	/* desktop column must NOT leak: keep the mobile clamp */
	.grid-container,
	.inside-header.grid-container,
	.inside-navigation.grid-container,
	.inside-site-info.grid-container {
		max-width: 100% !important;
	}
}

/* --------------------------------------------------------------------------
   News archive 0.5 — /nieuws/, teasers, in-article figures
   -------------------------------------------------------------------------- */
.jazz-is-front .jazz-teaser__kicker,
.jazz-teaser__kicker {
	display: none;
}

.jazz-teaser--photo .jazz-teaser__link {
	flex-direction: row;
	align-items: flex-start;
	gap: 1.35rem;
}

.jazz-teaser--photo .jazz-teaser__figure--thumb {
	flex: 0 0 9.75rem;
	margin: 0;
}

.jazz-teaser--photo .jazz-teaser__media--small {
	width: 9.75rem;
	height: 9.75rem;
	aspect-ratio: 1 / 1;
	background: var(--jazz-cream);
	overflow: hidden;
}

.jazz-teaser--photo .jazz-teaser__media--small img {
	object-fit: cover;
	background: var(--jazz-cream);
}

.jazz-teaser--type .jazz-teaser__media--empty {
	display: none;
}

.jazz-teaser__date {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--jazz-gold);
	margin: 0 0 0.35rem;
}

.jazz-more {
	display: inline-block;
	margin-top: 0.85rem;
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--jazz-gold);
	border-bottom: 1px solid var(--jazz-gold);
	padding-bottom: 0.12rem;
	text-decoration: none;
}

.jazz-teaser__link:hover .jazz-more {
	color: var(--jazz-ink);
	border-bottom-color: var(--jazz-ink);
}

.jazz-news-archive {
	padding-bottom: 3.5rem;
}

.jazz-news-archive__title {
	font-family: var(--jazz-font-display);
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	font-weight: 500;
	font-style: italic;
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: 1.5rem 0 1.75rem;
}

.jazz-news-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--jazz-hairline-ink);
}

.jazz-news-list .jazz-teaser {
	padding: 1.35rem 0;
	border-bottom: 1px solid var(--jazz-hairline-ink);
}

.jazz-news-list .jazz-teaser--type {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.jazz-is-news .entry-header,
.jazz-is-news .page-header,
.jazz-is-news .archive-title {
	display: none;
}

/* In-article figures: room for extra images, contain persfoto, quiet credit */
.entry-content figure,
.entry-content .wp-caption,
.entry-content .jazz-figure,
.entry-content .wp-block-image {
	margin: 2.1rem 0;
	background: transparent;
	max-width: 36rem;
}

.entry-content figure img,
.entry-content .wp-caption img,
.entry-content .jazz-figure img,
.entry-content .wp-block-image img,
.entry-content p > img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 28rem;
	object-fit: contain;
	object-position: center;
	background: var(--jazz-cream);
	border-radius: 0;
	box-shadow: none;
}

.entry-content figcaption,
.entry-content .wp-caption-text,
.jazz-credit {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	color: var(--jazz-muted);
	background: var(--jazz-cream);
	padding: 0.45rem 0 0;
	margin: 0;
}

.jazz-lead {
	background: transparent;
}

.jazz-lead img {
	object-fit: contain;
	background: var(--jazz-cream);
}

@media (max-width: 768px) {
	.jazz-teaser--photo .jazz-teaser__link {
		flex-direction: row;
		gap: 0.85rem;
	}
	.jazz-teaser--photo .jazz-teaser__figure--thumb,
	.jazz-teaser--photo .jazz-teaser__media--small {
		flex-basis: 5.75rem;
		width: 5.75rem;
		height: 5.75rem;
	}
	.jazz-news-archive__title {
		font-size: 2rem;
	}
	.grid-container,
	.inside-header.grid-container,
	.inside-navigation.grid-container,
	.inside-site-info.grid-container {
		max-width: 100% !important;
	}
}

/* --------------------------------------------------------------------------
   Magazine lat 0.6 — cover story, not equal cards. 72rem desktop stays.
   -------------------------------------------------------------------------- */
.jazz-masthead-dek {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--jazz-gold);
	margin: 1.6rem 0 2.1rem;
}

.jazz-cover {
	margin: 0 0 1.65rem;
	padding: 0 0 1.5rem;
	border-bottom: 1px solid var(--jazz-hairline-ink);
	background: none;
	box-shadow: none;
}

.jazz-cover__link {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem 1.75rem;
	align-items: start;
	max-width: none;
	color: inherit;
	text-decoration: none;
}

.jazz-cover--photo .jazz-cover__link {
	display: grid;
	grid-template-columns: 10.5rem minmax(0, 1fr);
	gap: 0.75rem 1.35rem;
	align-items: start;
}

.jazz-cover--photo .jazz-cover__figure {
	grid-column: 1;
	grid-row: 1;
}

.jazz-cover--photo .jazz-cover__copy {
	grid-column: 2;
	grid-row: 1;
}

.jazz-cover__title {
	font-family: var(--jazz-font-display);
	font-size: clamp(1.7rem, 2.15vw, 2.35rem);
	font-weight: 500;
	font-style: italic;
	line-height: 1.18;
	letter-spacing: -0.025em;
	max-width: none;
	margin: 0;
	color: var(--jazz-ink);
	text-transform: none;
}

.jazz-cover__dek {
	display: block;
	font-family: var(--jazz-font-body);
	font-size: 1rem;
	line-height: 1.42;
	max-width: 52ch;
	margin: 0.55rem 0 0;
	color: var(--jazz-ink);
}

.jazz-cover__link:hover .jazz-cover__title {
	color: var(--jazz-gold);
}

.jazz-cover__figure {
	margin: 0;
	background: transparent;
}

.jazz-cover__media {
	width: 10.5rem;
	max-width: 100%;
	aspect-ratio: 4 / 5;
	max-height: 13.25rem;
	overflow: hidden;
	background: var(--jazz-cream);
}

.jazz-cover__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: transparent;
}

.jazz-teasers--secondary {
	grid-template-columns: 1fr;
	max-width: 42rem;
}

.jazz-home-news .jazz-section-head {
	margin-top: 0;
}

/* Article as spread: no WP prev/next, no empty comments */
.single .post-navigation,
.single-event .post-navigation,
.comments-area,
#comments {
	display: none !important;
}

.single .entry-title,
.single-event .entry-title {
	font-style: italic;
	font-size: clamp(2.7rem, 5.4vw, 4.4rem);
	max-width: 15ch;
}

.single .entry-content > p:first-of-type {
	font-size: 1.28rem;
	line-height: 1.55;
}

@media (max-width: 768px) {
	.jazz-cover--photo .jazz-cover__link {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.jazz-cover__title {
		font-size: 2.05rem;
		max-width: none;
		font-style: italic;
	}
	.jazz-cover__dek {
		font-size: 1.05rem;
	}
	.jazz-cover__media {
		width: 100%;
		aspect-ratio: 16 / 9;
		max-height: 12rem;
	}
	.jazz-masthead-dek {
		margin: 1rem 0 1.25rem;
	}
	.grid-container,
	.inside-header.grid-container,
	.inside-navigation.grid-container,
	.inside-site-info.grid-container {
		max-width: 100% !important;
	}
}

/* --------------------------------------------------------------------------
   Magazine lead 0.7 — all news, not per post. Smaller lead, in-article figures.
   -------------------------------------------------------------------------- */
body.single-post .jazz-lead,
body.single-post .post-image,
body.single-post .featured-image {
	max-width: 36rem;
	margin: 1rem 0 1.85rem;
	background: transparent;
}

body.single-post .jazz-lead img,
body.single-post .jazz-lead img.wp-post-image,
body.single-post .post-image img {
	max-height: 22rem;
	width: auto;
	max-width: 100%;
	aspect-ratio: auto;
	object-fit: contain;
	background: var(--jazz-cream);
}

body.single-post .entry-content figure,
body.single-post .entry-content .wp-caption,
body.single-post .entry-content .jazz-figure,
body.single-post .entry-content .wp-block-image {
	margin: 2.25rem 0;
	max-width: 36rem;
	background: transparent;
}

@media (max-width: 768px) {
	body.single-post .jazz-lead img,
	body.single-post .jazz-lead img.wp-post-image {
		max-height: 16rem;
	}
	.grid-container,
	.inside-header.grid-container,
	.inside-navigation.grid-container,
	.inside-site-info.grid-container {
		max-width: 100% !important;
	}
}

/* --------------------------------------------------------------------------
   Longread 0.8 — inzet na dek, geen billboard. 72rem desktop blijft.
   -------------------------------------------------------------------------- */
body.single-post .post-image,
body.single-post .featured-image,
body.single-post .page-header-image-single {
	display: none;
}

body.single-post .jazz-lead--inline {
	max-width: 18rem;
	width: auto;
	margin: 1.75rem 0 2.35rem;
	background: transparent;
	float: none;
}

body.single-post .jazz-lead--inline img {
	width: auto !important;
	max-width: 18rem !important;
	height: auto !important;
	max-height: 14rem !important;
	aspect-ratio: auto;
	object-fit: contain;
	object-position: center;
	background: var(--jazz-cream);
	display: block;
}

body.single-post .entry-content > p:first-of-type {
	font-size: 1.28rem;
	line-height: 1.5;
	margin-bottom: 1.65em;
}

body.single-post .entry-content p {
	margin-bottom: 1.35em;
}

body.single-post .entry-content figure:not(.jazz-lead--inline) {
	clear: both;
	max-width: 36rem;
	margin: 2.4rem 0;
	background: transparent;
}

@media (min-width: 769px) {
	body.single-post .jazz-lead--inline {
		float: right;
		max-width: 16rem;
		margin: 0.75rem 0 2.85rem 5rem !important;
		padding-left: 0;
	}
	body.single-post .jazz-lead--inline img {
		max-width: 16rem !important;
		max-height: 14rem !important;
	}
}

@media (max-width: 768px) {
	body.single-post .jazz-lead--inline {
		float: none;
		max-width: 14rem;
		margin: 1.25rem 0 1.6rem;
	}
	.grid-container,
	.inside-header.grid-container,
	.inside-navigation.grid-container,
	.inside-site-info.grid-container {
		max-width: 100% !important;
	}
}

/* Inset figure must not inherit 66ch; credit stays under the photo. */
body.single-post .entry-content > .jazz-lead--inline {
	max-width: 16rem;
	width: 16rem;
}
body.single-post .jazz-lead--inline .jazz-credit,
body.single-post .jazz-lead--inline figcaption {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

/* Kaarten — concert single, ghost, geen shop-kreet */
.single-event .jazz-tickets {
	margin: 1.15rem 0 1.85rem;
}

.single-event .jazz-tickets__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.55rem 1.2rem;
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--jazz-ink);
	background: transparent;
	border: 1px solid var(--jazz-ink);
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
}

.single-event .jazz-tickets__btn:hover,
.single-event .jazz-tickets__btn:focus {
	color: var(--jazz-gold);
	border-color: var(--jazz-gold);
	background: transparent;
}

@media (max-width: 768px) {
	.single-event .jazz-tickets__btn {
		min-height: 2.85rem;
		padding: 0.7rem 1.25rem;
	}
	.grid-container,
	.inside-header.grid-container,
	.inside-navigation.grid-container,
	.inside-site-info.grid-container {
		max-width: 100% !important;
	}
}

/* --------------------------------------------------------------------------
   Nieuws 0.8.8 — twee magazine-rubrieken, geen WP-archief
   -------------------------------------------------------------------------- */
.jazz-news-archive__head {
	margin-bottom: 0.35rem;
}

.jazz-news-section {
	margin: 0 0 3.25rem;
}

.jazz-news-section .jazz-section-head {
	margin: 1.85rem 0 0;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid var(--jazz-hairline);
}

.jazz-news-section .jazz-news-list {
	border-top: 0;
}

.jazz-news-section .jazz-news-list .jazz-teaser {
	padding: 1.5rem 0;
}

@media (max-width: 768px) {
	.jazz-news-section {
		margin-bottom: 2.15rem;
	}
	.jazz-news-section .jazz-section-head {
		margin-top: 1.35rem;
	}
	.jazz-news-list .jazz-teaser {
		padding: 1.15rem 0;
	}
}

/* --------------------------------------------------------------------------
   Over / Contact — mailto, magazine, tappable.
   -------------------------------------------------------------------------- */
.jazz-mail {
	margin: 0.35rem 0 1.85rem;
}

.jazz-mail__label {
	display: block;
	font-family: var(--jazz-font-ui);
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--jazz-gold);
	margin: 0 0 0.4rem;
}

.jazz-mail a {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	font-family: var(--jazz-font-display);
	font-size: clamp(1.55rem, 3.2vw, 2.25rem);
	font-weight: 500;
	font-style: italic;
	letter-spacing: -0.02em;
	color: var(--jazz-ink);
	text-decoration: none;
	border-bottom: 1px solid var(--jazz-gold);
	padding: 0 0 0.12rem;
	line-height: 1.15;
}

.jazz-mail a:hover,
.jazz-mail a:focus {
	color: var(--jazz-gold);
}

@media (max-width: 768px) {
	.jazz-mail a {
		min-height: 3rem;
		font-size: 1.45rem;
	}
}

/* --------------------------------------------------------------------------
   Magazine 0.9 — homepage as cover + headlines list. 72rem desktop stays.
   New Yorker / Pitchfork / Kinfolk: one lead, then a koppenlijst. Not cards.
   -------------------------------------------------------------------------- */

.jazz-cover__title {
	line-height: 1.1;
	letter-spacing: -0.028em;
}

.jazz-cover {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.jazz-home-more {
	margin-top: 3.15rem;
	padding-top: 1.35rem;
	border-top: 1px solid var(--jazz-hairline);
}

.jazz-home-more .jazz-section-head {
	margin: 0 0 0.35rem;
}

.jazz-home-more .jazz-teasers,
.jazz-home-more .jazz-teasers--secondary {
	display: block;
	grid-template-columns: none;
	max-width: none;
	padding-top: 0;
	gap: 0;
}

.jazz-home-more .jazz-teaser {
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid var(--jazz-hairline-ink);
}

.jazz-home-more .jazz-teaser__link,
.jazz-home-more .jazz-teaser--photo .jazz-teaser__link,
.jazz-home-more .jazz-teaser--type .jazz-teaser__link {
	display: block;
	grid-template-columns: none;
	padding: 0.38rem 0;
}

.jazz-home-more .jazz-teaser--type .jazz-teaser__link {
	grid-template-columns: 1fr;
}

.jazz-home-more .jazz-teaser__copy {
	grid-column: 1;
	order: 1;
	min-width: 0;
}

.jazz-home-more .jazz-teaser__figure,
.jazz-home-more .jazz-teaser__figure--thumb,
.jazz-home-more .jazz-teaser--photo .jazz-teaser__figure--thumb {
	grid-column: 2;
	order: 2;
	flex: none;
	width: 4.5rem;
	margin: 0;
	justify-self: end;
}

.jazz-home-more .jazz-teaser__media--small,
.jazz-home-more .jazz-teaser--photo .jazz-teaser__media--small {
	width: 4.5rem;
	height: 4.5rem;
	max-width: 4.5rem;
	max-height: 4.5rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--jazz-espresso);
	margin: 0;
}

.jazz-home-more .jazz-teaser__media--small img,
.jazz-home-more .jazz-teaser--photo .jazz-teaser__media--small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: var(--jazz-espresso);
}

.jazz-home-more .jazz-credit,
.jazz-home-more .jazz-teaser__excerpt,
.jazz-home-more .jazz-teaser__figure,
.jazz-home-more .jazz-teaser__media,
.jazz-home-more .jazz-teaser__media--empty {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: none !important;
	display: none;
}

.jazz-home-more .jazz-teaser__title {
	font-family: var(--jazz-font-display);
	font-size: clamp(1.65rem, 2.1vw, 2rem);
	font-style: italic;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: 0.15rem 0 0;
}

.jazz-home-more .jazz-teaser__date {
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--jazz-muted);
	margin: 0;
}

@media (max-width: 768px) {
	.jazz-home-more {
		margin-top: 2.15rem;
		padding-top: 1rem;
	}

	.jazz-home-more .jazz-teaser__link,
	.jazz-home-more .jazz-teaser--photo .jazz-teaser__link {
		grid-template-columns: 1fr 3.5rem;
		column-gap: 0.85rem;
		padding: 0.95rem 0;
	}

	.jazz-home-more .jazz-teaser__title {
		font-size: 1.5rem;
	}

	.jazz-home-more .jazz-teaser__figure,
	.jazz-home-more .jazz-teaser__figure--thumb,
	.jazz-home-more .jazz-teaser--photo .jazz-teaser__figure--thumb,
	.jazz-home-more .jazz-teaser__media--small,
	.jazz-home-more .jazz-teaser--photo .jazz-teaser__media--small {
		width: 3.5rem;
		height: 3.5rem;
		max-width: 3.5rem;
		max-height: 3.5rem;
		flex-basis: 3.5rem;
	}
}

/* --------------------------------------------------------------------------
   0.9.1 — cover ademt, koppenlijst, agenda-strip.
   -------------------------------------------------------------------------- */
.jazz-masthead-dek {
	margin: 0.15rem 0 1.1rem;
}

.jazz-home-more {
	margin-top: 0;
	padding-top: 0.25rem;
}

.jazz-home-more .jazz-teaser__title {
	font-size: 1.15rem;
	line-height: 1.25;
	margin: 0;
}

.jazz-home-agenda {
	margin-top: 1.75rem;
	padding-top: 1.15rem;
	border-top: 1px solid var(--jazz-hairline-ink);
}

.jazz-agenda-strip {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0.35rem 0 0;
	padding: 0;
	list-style: none;
}

.jazz-agenda-strip__item {
	display: grid;
	grid-template-columns: 9.25rem minmax(0, 1.4fr) minmax(0, 1fr);
	column-gap: 1rem;
	align-items: baseline;
	padding: 0.42rem 0;
	border-bottom: 1px solid var(--jazz-hairline-ink);
	text-decoration: none;
	color: inherit;
	box-shadow: none;
}

.jazz-agenda-strip__when {
	font-family: var(--jazz-font-ui);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--jazz-gold);
}

.jazz-agenda-strip__title {
	font-family: var(--jazz-font-display);
	font-size: 1.05rem;
	font-weight: 500;
	font-style: italic;
	line-height: 1.25;
	letter-spacing: -0.015em;
	color: var(--jazz-ink);
}

.jazz-agenda-strip__where {
	font-family: var(--jazz-font-ui);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	color: var(--jazz-muted);
}

.jazz-agenda-strip__item:hover .jazz-agenda-strip__title {
	color: var(--jazz-gold);
}

@media (max-width: 768px) {
	.jazz-cover {
		margin-bottom: 2.75rem;
		padding-bottom: 2.15rem;
	}
	.jazz-cover__link,
	.jazz-cover--photo .jazz-cover__link {
		gap: 1.15rem;
		max-width: none;
	}
	.jazz-agenda-strip__item {
		grid-template-columns: 1fr;
		gap: 0.1rem;
		padding: 0.65rem 0;
	}
	.jazz-home-agenda {
		margin-top: 2.75rem;
		padding-top: 1.5rem;
	}
}

@media (min-width: 769px) {
	.jazz-home-more .jazz-teaser__copy {
		display: grid;
		grid-template-columns: 7.5rem 1fr;
		column-gap: 1rem;
		align-items: baseline;
	}
	.jazz-home-more .jazz-teaser__date {
		margin: 0;
	}
	.jazz-cover__credit,
	.jazz-cover .jazz-credit {
		font-size: 0.62rem;
		margin-top: 0.35rem;
	}
	.jazz-home-more .jazz-section-head {
		margin-bottom: 0.15rem;
	}
}

/* --------------------------------------------------------------------------
   0.9.5 — mobiel als eigen blad (~390). Desktop 72rem / dichte home onaangeroerd.
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.jazz-cover--photo .jazz-cover__link,
	.jazz-cover__link {
		display: flex !important;
		flex-direction: column;
		grid-template-columns: 1fr !important;
		gap: 0.85rem;
		max-width: none;
	}

	.jazz-cover--photo .jazz-cover__figure,
	.jazz-cover--photo .jazz-cover__copy {
		grid-column: auto !important;
		grid-row: auto !important;
		width: 100%;
		max-width: 100%;
	}

	.jazz-cover {
		margin: 0 0 1.5rem;
		padding: 0 0 1.35rem;
	}

	.jazz-cover__title {
		font-size: 1.55rem !important;
		line-height: 1.22;
		letter-spacing: -0.02em;
		max-width: none;
	}

	.jazz-cover__dek {
		font-size: 0.98rem;
		line-height: 1.45;
		max-width: none;
		margin-top: 0.45rem;
	}

	.jazz-cover__media {
		width: 100% !important;
		max-width: 100%;
		aspect-ratio: 16 / 9;
		max-height: 10.5rem;
	}

	.jazz-cover__media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.jazz-masthead-dek {
		margin: 0.35rem 0 1rem;
		font-size: 0.95rem;
	}

	.jazz-home-more {
		margin-top: 1.15rem;
		padding-top: 0.85rem;
	}

	.jazz-home-more .jazz-teaser__figure,
	.jazz-home-more .jazz-teaser__media,
	.jazz-home-more .jazz-teaser__media--empty,
	.jazz-home-more .jazz-teaser__media--small {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}

	.jazz-home-more .jazz-teaser__link,
	.jazz-home-more .jazz-teaser--photo .jazz-teaser__link,
	.jazz-home-more .jazz-teaser--type .jazz-teaser__link {
		display: block;
		grid-template-columns: 1fr !important;
		padding: 0.55rem 0;
	}

	.jazz-home-more .jazz-teaser__title {
		font-size: 1.12rem;
		line-height: 1.28;
	}

	.jazz-home-more .jazz-teaser__copy {
		display: block;
		grid-template-columns: 1fr;
	}

	.jazz-agenda-strip {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.jazz-agenda-strip__item {
		display: flex;
		flex-direction: column;
		grid-template-columns: 1fr !important;
		gap: 0.15rem;
		padding: 0.7rem 0;
	}

	.jazz-agenda-strip__title {
		font-size: 1.05rem;
	}

	.jazz-scan-item a {
		display: flex;
		flex-direction: column;
		grid-template-columns: 1fr !important;
		gap: 0.15rem;
		padding: 0.7rem 0;
	}

	.single .entry-title,
	.single-event .entry-title {
		font-size: 1.65rem !important;
		max-width: none;
		line-height: 1.2;
	}

	body.single-post .jazz-lead--inline {
		float: none !important;
		max-width: 100% !important;
		margin: 0 0 1.15rem !important;
	}

	body.single-post .jazz-lead--inline img {
		max-width: 100% !important;
		width: 100% !important;
		max-height: 12rem !important;
		object-fit: contain;
	}

	.jazz-news-list .jazz-teaser__link {
		grid-template-columns: 1fr !important;
	}

	.site-header .header-image,
	.site-header .site-logo img,
	.site-header .custom-logo-link img {
		width: min(11.25rem, 70vw) !important;
		height: auto !important;
	}
}

@media (min-width: 769px) {
	.jazz-cover--photo .jazz-cover__link {
		display: grid !important;
		grid-template-columns: 11rem minmax(0, 1fr) !important;
		flex-direction: unset;
		align-items: start;
		gap: 0.85rem 1.5rem;
	}
	.jazz-cover--photo .jazz-cover__figure {
		grid-column: 1 !important;
		grid-row: 1 !important;
		display: block !important;
		width: 11rem;
	}
	.jazz-cover--photo .jazz-cover__copy {
		grid-column: 2 !important;
		grid-row: 1 !important;
		min-width: 0;
	}
	.jazz-cover__media {
		width: 11rem !important;
		max-width: 11rem;
		aspect-ratio: 4 / 5;
		max-height: 14rem;
		display: block;
	}
	.jazz-cover__media img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.jazz-home-more__nav {
	margin: 0 0 0.35rem;
	text-align: right;
}

.jazz-home-rubrics {
	margin-top: 1.15rem;
}

.jazz-home-rubrics .jazz-news-section {
	margin: 0 0 1.25rem;
}

.jazz-home-rubrics .jazz-section-head {
	margin: 0 0 0.35rem;
}

.jazz-home-rubrics .jazz-teaser__title {
	font-size: 1.12rem;
	line-height: 1.28;
	font-style: italic;
}

.jazz-home-rubrics .jazz-teaser__link {
	padding: 0.38rem 0;
}

.jazz-home-rubrics .jazz-teaser__figure,
.jazz-home-rubrics .jazz-teaser__media,
.jazz-home-rubrics .jazz-teaser__media--empty {
	display: none !important;
}

@media (min-width: 769px) {
	.jazz-home-rubrics {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.5rem 2.5rem;
		margin-top: 1.35rem;
	}
}

@media (max-width: 768px) {
	.jazz-home-rubrics {
		display: block;
	}
	.jazz-home-rubrics .jazz-teaser__title {
		font-size: 1.08rem;
	}
}

/* 0.10.11 — magazine-lead: eerste van Nationaal/Internationaal */
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__figure,
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__media,
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__figure--thumb,
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__media--small,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__figure,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__media,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__figure--thumb,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__media--small {
	display: block !important;
}
.jazz-home-rubrics .jazz-teaser--lead .jazz-credit,
.jazz-news-rubrics .jazz-teaser--lead .jazz-credit {
	display: none;
}
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__link,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__link {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.95rem;
	padding: 0.65rem 0 0.8rem;
}
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__figure--thumb,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__figure--thumb {
	flex: 0 0 6.5rem;
	margin: 0;
}
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__media--small,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__media--small {
	width: 6.5rem;
	height: 6.5rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--jazz-cream);
}
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__media--small img,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__media--small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__title,
.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__title {
	font-size: 1.48rem;
	line-height: 1.22;
	font-style: italic;
	letter-spacing: -0.02em;
}
.jazz-home-rubrics .jazz-teaser--lead,
.jazz-news-rubrics .jazz-teaser--lead {
	padding-bottom: 0.35rem;
}

@media (max-width: 768px) {
	.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__link,
	.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__link {
		gap: 0.75rem;
		padding: 0.55rem 0 0.7rem;
	}
	.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__figure--thumb,
	.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__figure--thumb {
		flex: 0 0 5.15rem;
	}
	.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__media--small,
	.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__media--small {
		width: 5.15rem;
		height: 5.15rem;
	}
	.jazz-home-rubrics .jazz-teaser--lead .jazz-teaser__title,
	.jazz-news-rubrics .jazz-teaser--lead .jazz-teaser__title {
		font-size: 1.26rem;
	}
}

/* --------------------------------------------------------------------------
   0.10.5 — wit zoekvak, midden op de menuregel.
   -------------------------------------------------------------------------- */
@media (min-width: 769px) {
	.main-navigation .main-nav > ul,
	.main-navigation .main-nav > ul.sf-menu {
		display: flex !important;
		align-items: stretch !important;
		flex-wrap: nowrap;
	}
	.main-navigation .main-nav > ul > li {
		float: none;
		display: flex;
		align-items: center;
	}
	.main-navigation .main-nav > ul > li > a {
		display: flex;
		align-items: center;
	}
}

.main-navigation .main-nav ul li.jazz-nav-search {
	list-style: none;
	float: none;
	margin: 0;
	padding: 0 0 0 1.15rem;
	display: flex;
	align-items: center;
	line-height: 1;
}

.main-navigation .jazz-search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.main-navigation .jazz-search input[type="search"],
.main-navigation .jazz-search input[type="search"]:focus,
.main-navigation .jazz-search input[type="search"]:active {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	box-sizing: border-box;
	width: 8.5rem;
	height: 2rem;
	min-height: 2rem;
	max-height: 2rem;
	margin: 0;
	padding: 0 0.55rem;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: #ffffff;
	background-color: #ffffff;
	color: var(--jazz-ink);
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	line-height: 2rem;
	box-shadow: none;
	outline: none;
}

.main-navigation .jazz-search input[type="search"]::placeholder {
	color: #888888;
	opacity: 1;
	text-transform: uppercase;
}

.main-navigation .jazz-search input[type="search"]::-webkit-search-decoration,
.main-navigation .jazz-search input[type="search"]::-webkit-search-cancel-button,
.main-navigation .jazz-search input[type="search"]::-webkit-search-results-button,
.main-navigation .jazz-search input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.main-navigation .jazz-search input[type="search"]:focus {
	border-color: var(--jazz-gold);
	background: #ffffff;
	background-color: #ffffff;
}

.jazz-search__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.jazz-search-archive__dek {
	margin: 0.35rem 0 0;
	font-family: var(--jazz-font-body);
	font-size: 1.05rem;
}

.jazz-search-list .jazz-teaser {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--jazz-hairline-ink);
}

.jazz-search-empty {
	margin: 1.5rem 0;
}

@media (max-width: 768px) {
	.main-navigation .main-nav > ul,
	.main-navigation .main-nav > ul.sf-menu {
		display: block !important;
	}
	/* Dode Nieuws/Agenda/Over onder het logo: alleen in het Menu-dropdown. */
	.main-navigation:not(.toggled) .main-nav > ul > li:not(.jazz-nav-search) {
		display: none !important;
	}
	.main-navigation.toggled .main-nav > ul > li:not(.jazz-nav-search) {
		display: block !important;
	}
	.main-navigation .main-nav ul li.jazz-nav-search {
		display: block;
		float: none;
		width: 100%;
		padding: 0;
	}
	.main-navigation .jazz-search {
		width: 100%;
		padding: 0.95rem 1rem;
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}
	.main-navigation .jazz-search input[type="search"],
	.main-navigation .jazz-search input[type="search"]:focus {
		width: auto;
		flex: 1;
		min-width: 0;
		height: 2.4rem;
		min-height: 2.4rem;
		max-height: 2.4rem;
		font-size: 0.8125rem;
		letter-spacing: 0.12em;
		line-height: 2.4rem;
		padding: 0 0.65rem;
		background: #ffffff;
		background-color: #ffffff;
		border: 1px solid #cccccc;
	}
	.main-navigation .jazz-search__submit {
		position: static;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: visible;
		clip: auto;
		clip-path: none;
		white-space: nowrap;
		border: 0;
		background: none;
		box-shadow: none;
		font-family: var(--jazz-font-ui);
		font-size: 0.8125rem;
		font-weight: 400;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		line-height: 1;
		color: var(--jazz-ink);
		cursor: pointer;
	}
	.main-navigation .jazz-search__submit:hover,
	.main-navigation .jazz-search__submit:focus {
		color: var(--jazz-gold);
		background: none;
	}
}

/* --------------------------------------------------------------------------
   0.10.10 — homepage-lockup: woordmerk even breed als de taglinetekst,
   links gelijk (geen margin-left). Tagline blijft links.
   Dek-tekst 353.05px = 22.066rem @ 16px. Alleen .jazz-is-front.
   -------------------------------------------------------------------------- */
.jazz-is-front {
	--jazz-mark: 22.066rem;
}
.jazz-is-front .site-header .site-logo {
	margin-left: 0;
	margin-right: 0;
}
.jazz-is-front .site-header .site-logo img,
.jazz-is-front .site-header .header-image {
	width: var(--jazz-mark) !important;
	max-width: 100% !important;
	height: auto !important;
}

@media (max-width: 768px) {
	.jazz-is-front .site-header,
	.jazz-is-front .inside-header,
	.jazz-is-front .site-header .site-logo {
		text-align: left;
	}
	.jazz-is-front .site-header .site-logo {
		margin-left: 0;
		margin-right: auto;
	}
	.jazz-is-front .site-header .site-logo img,
	.jazz-is-front .site-header .header-image {
		width: min(22.066rem, 100%) !important;
		max-width: 100% !important;
	}
}

/* 0.10.8 — /nieuws/ cover boven de rubrieken */
.jazz-news-archive .jazz-cover {
	margin-top: 0.35rem;
	margin-bottom: 0.5rem;
}

/* 0.10.13 — /nieuws/ als krantenspread: gelijke rijen, klein plaatje, datum als kopregel */
.jazz-news-archive .jazz-news-rubrics {
	margin-top: 2rem;
}
.jazz-news-rubrics .jazz-news-section {
	margin: 0 0 2.6rem;
}
.jazz-news-rubrics .jazz-section-head {
	margin: 0 0 0.15rem;
	padding-bottom: 0.55rem;
	border-bottom: 1px solid var(--jazz-hairline);
}
.jazz-news-rubrics .jazz-news-list {
	border-top: 0;
}
.jazz-news-rubrics .jazz-news-list .jazz-teaser {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--jazz-hairline-ink);
	background: transparent;
}
.jazz-news-rubrics .jazz-teaser__link {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 0;
}
.jazz-news-rubrics .jazz-teaser__figure,
.jazz-news-rubrics .jazz-teaser__figure--thumb,
.jazz-news-rubrics .jazz-teaser__media,
.jazz-news-rubrics .jazz-teaser__media--small {
	display: block !important;
	flex: 0 0 4.6rem;
	width: 4.6rem;
	height: 4.6rem;
	margin: 0.15rem 0 0;
	overflow: hidden;
	background: var(--jazz-cream);
}
.jazz-news-rubrics .jazz-teaser__media--small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.jazz-news-rubrics .jazz-credit {
	display: none;
}
.jazz-news-rubrics .jazz-teaser__copy {
	flex: 1;
	min-width: 0;
}
.jazz-news-rubrics .jazz-teaser__date {
	margin: 0 0 0.28rem;
	font-size: 0.625rem;
	letter-spacing: 0.18em;
}
.jazz-news-rubrics .jazz-teaser__title {
	font-size: 1.2rem;
	line-height: 1.26;
	font-style: italic;
	font-weight: 500;
	letter-spacing: -0.018em;
	margin: 0;
}
.jazz-news-pager {
	margin: 2.25rem 0 0.5rem;
	padding-top: 0.85rem;
	border-top: 1px solid var(--jazz-hairline);
	font-family: var(--jazz-font-ui);
	font-size: 0.6875rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.jazz-news-pager .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}
.jazz-news-pager a,
.jazz-news-pager span {
	color: var(--jazz-ink);
	text-decoration: none;
}
.jazz-news-pager a:hover {
	color: var(--jazz-gold);
}
.jazz-news-pager .current {
	color: var(--jazz-gold);
}

@media (min-width: 769px) {
	.jazz-news-archive .jazz-news-rubrics {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 3.25rem;
		align-items: start;
	}
	.jazz-news-rubrics .jazz-news-section {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.jazz-news-archive .jazz-news-rubrics {
		display: block;
	}
	.jazz-news-rubrics .jazz-news-section {
		margin: 0 0 2.35rem;
	}
	.jazz-news-rubrics .jazz-section-head {
		margin-top: 0.25rem;
	}
	.jazz-news-rubrics .jazz-teaser__figure--thumb,
	.jazz-news-rubrics .jazz-teaser__media--small {
		flex: 0 0 4.1rem;
		width: 4.1rem;
		height: 4.1rem;
	}
	.jazz-news-rubrics .jazz-teaser__title {
		font-size: 1.12rem;
	}
	.jazz-news-pager .page-numbers {
		justify-content: flex-start;
	}
}
