/* ==========================================================================
   Ensemble — main stylesheet
   Ink & ivory, with violin-varnish amber as the only accent.
   Display: Cormorant Garamond · Text: Inter (both self-hosted via theme.json)
   ========================================================================== */

:root {
	--ink: #16120f;
	--ink-2: #1f1915;
	--ink-3: #0f0c0a;
	--paper: #f6f1e8;
	--stone: #ece4d6;
	--stone-2: #e0d4c0;
	--varnish: #a86a32;
	--varnish-light: #d9a066;
	--text: #16120f;
	--text-2: #3d342c;
	--muted: #6f655b;
	--line: rgba(22, 18, 15, 0.13);
	--line-light: rgba(246, 241, 232, 0.16);

	--serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
	--sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

	--container: 1280px;
	--gutter: clamp(20px, 5vw, 56px);
	--header-h: 84px;
	--ease: cubic-bezier(0.2, 0.7, 0.1, 1);
}

/* ---------- Base ---------- */

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font: 400 1.0625rem/1.7 var(--sans);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: -0.01em; }
button { font: inherit; color: inherit; cursor: pointer; }
::selection { background: var(--varnish); color: var(--paper); }

:focus-visible { outline: 2px solid var(--varnish); outline-offset: 3px; border-radius: 2px; }

.container {
	width: 100%;
	max-width: calc(var(--container) + 2 * var(--gutter));
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.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;
}

.skip-link {
	position: absolute; left: 16px; top: -60px; z-index: 100;
	background: var(--ink); color: var(--paper); padding: 10px 18px; border-radius: 999px;
	transition: top 0.2s;
}
.skip-link:focus { top: 16px; }

.muted { color: var(--muted); }

/* ---------- Type helpers ---------- */

.label {
	font: 600 0.75rem/1.4 var(--sans);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--muted);
	margin: 0 0 14px;
}

.kicker {
	display: inline-flex; align-items: center; gap: 14px;
	font: 600 0.75rem/1.4 var(--sans);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--varnish);
	margin: 0 0 22px;
}
.kicker::before { content: ""; width: 36px; height: 1px; background: currentColor; }

.icon { width: 1.15em; height: 1.15em; flex: none; }

/* ---------- Buttons & links ---------- */

.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 15px 26px;
	border-radius: 999px;
	border: 1px solid transparent;
	font: 600 0.8125rem/1 var(--sans);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.btn .icon { width: 1.05em; height: 1.05em; transition: transform 0.3s var(--ease); }
.btn:hover .icon--arrow { transform: translateX(3px); }
.btn:hover .icon--arrow-up { transform: translate(2px, -2px); }

.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: var(--varnish); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: var(--varnish-light); color: var(--ink); }
.btn--ghost { border-color: rgba(246, 241, 232, 0.35); color: var(--paper); background: transparent; }
.btn--ghost:hover { background: rgba(246, 241, 232, 0.1); border-color: rgba(246, 241, 232, 0.7); }
.btn--line { border-color: var(--ink); color: var(--ink); }
.btn--line:hover { background: var(--ink); color: var(--paper); }
.btn--block { width: 100%; margin-top: 8px; }

.link-arrow {
	display: inline-flex; align-items: center; gap: 10px;
	font: 600 0.8125rem/1 var(--sans);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid currentColor;
	white-space: nowrap;
}
.link-arrow .icon { transition: transform 0.3s var(--ease); }
.link-arrow:hover { color: var(--varnish); }
.link-arrow:hover .icon { transform: translateX(4px); }

/* ---------- Badges ---------- */

.badge {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	font: 600 0.6875rem/1 var(--sans);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: 1px solid var(--line);
	color: var(--muted);
	white-space: nowrap;
}
.badge--soldout { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.badge--free { background: #e6d3b3; color: #6b4219; border-color: #e6d3b3; }
.badge--cancelled { background: #f3dcd6; color: #8c2f1f; border-color: #f3dcd6; }
.badge--postponed { background: #f1e3c4; color: #7a5412; border-color: #f1e3c4; }
.badge--on-dark { border-color: var(--line-light); color: rgba(246, 241, 232, 0.8); background: transparent; margin: 0 8px 18px 0; }
.badge--on-dark.badge--soldout, .badge--on-dark.badge--cancelled { background: var(--paper); color: var(--ink); }

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
	position: fixed; inset: 0 0 auto; z-index: 50;
	height: var(--header-h);
	color: var(--ink);
	transition: background 0.4s var(--ease), color 0.4s var(--ease), box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }

.has-dark-hero .site-header { color: var(--paper); }
.site-header.is-scrolled {
	color: var(--ink);
	background: rgba(246, 241, 232, 0.88);
	-webkit-backdrop-filter: saturate(1.4) blur(14px);
	backdrop-filter: saturate(1.4) blur(14px);
	box-shadow: 0 1px 0 var(--line);
}
.site-header.is-hidden { transform: translateY(-100%); }

.brand { display: flex; align-items: center; min-width: 0; position: relative; z-index: 2; }
.brand__name { font: 500 1.625rem/1 var(--serif); letter-spacing: 0; white-space: nowrap; }
.brand__logo { max-height: 52px; width: auto; }

.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav .menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 34px; }
.site-nav .menu a {
	position: relative;
	font: 500 0.8125rem/1 var(--sans);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 8px 0;
	white-space: nowrap;
}
.site-nav .menu a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
	background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--ease);
}
.site-nav .menu a:hover::after,
.site-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }

.site-nav__next {
	display: inline-flex; flex-direction: column; gap: 3px;
	padding: 9px 18px; border-radius: 999px;
	border: 1px solid currentColor;
	border-color: color-mix(in srgb, currentColor 30%, transparent);
	font-size: 0.8125rem; line-height: 1.1;
	transition: border-color 0.3s, background 0.3s;
}
.site-nav__next:hover { border-color: currentColor; }
.site-nav__next-label { font-size: 0.625rem; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.65; }
.site-nav__next-date { font-weight: 500; }

.lang-switch { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; font: 600 0.75rem/1 var(--sans); letter-spacing: 0.12em; }
.lang-switch a { display: block; padding: 8px 7px; opacity: 0.5; transition: opacity 0.3s; }
.lang-switch a:hover, .lang-switch .is-current { opacity: 1; }
.lang-switch li + li::before { content: "/"; opacity: 0.35; margin: 0 1px; }
.lang-switch li { display: flex; align-items: center; }

/* Between tablet and wide desktop the pill would squeeze the menu. */
@media (min-width: 961px) and (max-width: 1280px) {
	.site-nav__next { display: none; }
	.site-nav, .site-nav .menu { gap: 26px; }
}

.nav-toggle { display: none; background: none; border: 0; padding: 8px; margin-right: -8px; position: relative; z-index: 2; }
.nav-toggle .icon { width: 28px; height: 28px; }
.nav-toggle__close { display: none; }

@media (max-width: 960px) {
	.nav-toggle { display: block; }
	.site-nav {
		position: fixed; inset: 0; z-index: 1;
		flex-direction: column; align-items: flex-start; justify-content: center; gap: 48px;
		padding: calc(var(--header-h) + 20px) var(--gutter) 48px;
		background: var(--ink); color: var(--paper);
		opacity: 0; visibility: hidden;
		transition: opacity 0.4s var(--ease), visibility 0.4s;
	}
	.site-nav .menu { flex-direction: column; gap: 6px; }
	.site-nav .menu a { font: 500 clamp(2.4rem, 10vw, 3.6rem)/1.15 var(--serif); letter-spacing: 0; text-transform: none; }
	.site-nav .menu a::after { display: none; }
	.site-nav__next { border-color: var(--line-light); }
	.lang-switch { font-size: 0.9375rem; }
	.nav-open { overflow: hidden; }
	.nav-open .site-nav { opacity: 1; visibility: visible; }
	.nav-open .site-header { color: var(--paper); background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
	.nav-open .nav-toggle__open { display: none; }
	.nav-open .nav-toggle__close { display: block; }
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: flex; flex-direction: column;
	padding-top: var(--header-h);
	background:
		radial-gradient(ellipse 70% 60% at 78% 28%, rgba(168, 106, 50, 0.28), transparent 70%),
		radial-gradient(ellipse 50% 50% at 8% 100%, rgba(217, 160, 102, 0.1), transparent 70%),
		var(--ink);
	color: var(--paper);
	overflow: hidden;
	isolation: isolate;
}
/* Film grain, so the dark reads as velvet rather than flat black. */
.hero::after,
.concert-hero::after,
.musician-hero::after,
.quote-band::after,
.contact::after {
	content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	opacity: 0.6;
}

/* Nebojša's viola, drawn in line on the right of the hero (template-parts/viola.php).
   Its four strings are the playable ones on wide screens; below 1100px the
   horizontal strings take over, because the instrument would collide with the name. */
.viola {
	position: absolute; z-index: -1;
	right: max(5%, calc((100% - var(--container)) / 2));
	top: calc(var(--header-h) + 2vh);
	height: calc(100% - var(--header-h) - 135px);
	width: auto;
	transform: rotate(9deg);
	overflow: visible;
}
.viola__body { stroke: var(--varnish-light); stroke-width: 2; stroke-opacity: 0.55; }
.viola__purfling { fill: none; stroke: var(--varnish-light); stroke-width: 1; stroke-opacity: 0.3; }
.viola__fhole path { fill: none; stroke: var(--varnish-light); stroke-width: 5; stroke-linecap: round; opacity: 0.7; }
.viola__fhole circle { fill: var(--varnish-light); opacity: 0.7; }
.viola__line, .viola__pegs path { fill: none; stroke: var(--varnish-light); stroke-width: 2; stroke-opacity: 0.55; }
.viola__pegs ellipse { fill: #0b0807; stroke: var(--varnish-light); stroke-width: 1.6; stroke-opacity: 0.55; }
.viola__board { fill: #0b0807; stroke: var(--varnish-light); stroke-width: 1.5; stroke-opacity: 0.35; }
.viola__nut { stroke: var(--paper); stroke-width: 3; opacity: 0.7; }
.viola__bridge { fill: #e2c79c; fill-opacity: 0.55; stroke: var(--varnish-light); stroke-width: 1; }
.viola__string-rest { fill: none; stroke: var(--paper); stroke-opacity: 0.35; }
.viola__string { fill: none; stroke: rgba(246, 241, 232, 0.82); stroke-linecap: round; transition: stroke 0.5s; }
.viola__string.is-ringing { stroke: var(--varnish-light); }
.js .viola { animation: viola-in 2.2s var(--ease) 0.2s both; }
@keyframes viola-in { from { opacity: 0; transform: translateY(40px) rotate(9deg); } }

.viola-hint { order: 2; margin: 0 0 0 auto; align-self: center; font: italic 400 1.05rem/1.3 var(--serif); color: rgba(246, 241, 232, 0.55); }
.hero__foot .sound-toggle { order: 3; }

@media (min-width: 1100px) { .hero--viola .strings { display: none; } }
@media (max-width: 1099px) { .viola, .viola-hint { display: none; } }

.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.hero--image::before {
	content: ""; position: absolute; inset: 0; z-index: -2;
	background: linear-gradient(180deg, rgba(22, 18, 15, 0.55) 0%, rgba(22, 18, 15, 0.35) 40%, rgba(22, 18, 15, 0.92) 100%),
		linear-gradient(90deg, rgba(22, 18, 15, 0.7), transparent 70%);
}

.hero__inner { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-block: 5vh 3vh; order: 1; }
.hero__kicker { color: var(--varnish-light); }
.hero__title {
	font-size: clamp(3.4rem, 8.6vw, 9rem);
	line-height: 0.88;
	letter-spacing: -0.028em;
	font-weight: 500;
	max-width: 16ch; /* "Austrian String / Ensemble" on two lines */
	text-wrap: balance;
}
/* The ensemble's logo as the hero title (see ens_logo_mark()). */
.logo-mark {
	display: block;
	aspect-ratio: var(--logo-ratio);
	background: currentColor;
	-webkit-mask: var(--logo) center / contain no-repeat;
	mask: var(--logo) center / contain no-repeat;
}
.hero__title--logo { max-width: none; line-height: 1; }
.hero__logo { width: min(660px, 52vw); margin-left: -0.6%; color: var(--paper); }
@media (max-width: 1099px) { .hero__logo { width: min(560px, 86vw); } }

.hero__tagline {
	font: italic 400 clamp(1.3rem, 2.3vw, 1.95rem)/1.35 var(--serif);
	color: rgba(246, 241, 232, 0.78);
	max-width: 34ch;
	margin: 24px 0 34px;
}
.hero__tagline:empty { display: none; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* The four strings of a viola: C G D A, thick to thin. JS turns them into standing waves. */
.strings { order: 2; display: grid; gap: clamp(10px, 1.2vw, 16px); padding: 8px 0 clamp(20px, 3vw, 32px); cursor: crosshair; touch-action: pan-y; }
.strings__row { display: flex; align-items: center; gap: 18px; padding-left: var(--gutter); height: 22px; }
.strings__note { font: italic 500 1rem/1 var(--serif); color: var(--varnish-light); width: 14px; flex: none; opacity: 0.85; }
.strings__svg { flex: 1; height: 40px; overflow: visible; }
.strings__svg path { fill: none; stroke: rgba(246, 241, 232, 0.5); vector-effect: non-scaling-stroke; stroke-linecap: round; transition: stroke 0.6s; }
.strings__row:nth-child(1) path { stroke-width: 2.2px; stroke: rgba(217, 160, 102, 0.75); }
.strings__row:nth-child(2) path { stroke-width: 1.7px; stroke: rgba(230, 200, 160, 0.62); }
.strings__row:nth-child(3) path { stroke-width: 1.25px; }
.strings__row:nth-child(4) path { stroke-width: 0.9px; stroke: rgba(246, 241, 232, 0.62); }
.strings__row.is-ringing path { stroke: var(--varnish-light); }

.hero__foot {
	order: 3;
	display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
	padding-bottom: clamp(24px, 4vw, 40px);
}
.hero__next {
	display: flex; align-items: center; gap: 22px;
	padding: 18px 26px 18px 22px;
	border: 1px solid var(--line-light);
	border-radius: 4px;
	background: rgba(22, 18, 15, 0.45);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	max-width: 560px;
	transition: border-color 0.3s, background 0.3s;
}
.hero__next:hover { border-color: rgba(246, 241, 232, 0.45); background: rgba(22, 18, 15, 0.65); }
.hero__next-date { display: flex; flex-direction: column; align-items: center; font: 600 0.6875rem/1 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--varnish-light); padding-right: 22px; border-right: 1px solid var(--line-light); }
.hero__next-date b { font: 500 2.75rem/0.9 var(--serif); letter-spacing: 0; color: var(--paper); margin-bottom: 6px; }
.hero__next-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.hero__next-text .label { color: rgba(246, 241, 232, 0.55); margin: 0; font-size: 0.625rem; }
.hero__next-title { font: 500 1.4rem/1.15 var(--serif); }
.hero__next-where { font-size: 0.8125rem; color: rgba(246, 241, 232, 0.65); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero__next-arrow { transition: transform 0.3s var(--ease); }
.hero__next:hover .hero__next-arrow { transform: translateX(4px); }

.sound-toggle {
	display: inline-flex; align-items: center; gap: 10px;
	background: none; border: 1px solid var(--line-light); border-radius: 999px;
	padding: 10px 16px; color: rgba(246, 241, 232, 0.75);
	font: 500 0.75rem/1 var(--sans); letter-spacing: 0.1em; text-transform: uppercase;
	transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.sound-toggle:hover { color: var(--paper); border-color: rgba(246, 241, 232, 0.5); }
.sound-toggle__on { display: none; }
.sound-toggle[aria-pressed="true"] { color: var(--ink); background: var(--varnish-light); border-color: var(--varnish-light); }
.sound-toggle[aria-pressed="true"] .sound-toggle__on { display: inline; }
.sound-toggle[aria-pressed="true"] .sound-toggle__off { display: none; }
.sound-toggle .icon { width: 18px; height: 18px; }

@media (max-width: 700px) {
	.hero__foot { flex-direction: column; align-items: stretch; }
	.hero__next { padding: 14px 16px; gap: 16px; }
	.hero__next-date { padding-right: 16px; }
	.hero__next-date b { font-size: 2.2rem; }
	.hero__next-title { font-size: 1.2rem; }
	.sound-toggle { align-self: flex-start; }
	.strings__row { gap: 12px; }
}

/* ==========================================================================
   Sections
   ========================================================================== */

.section { padding: clamp(88px, 12vw, 168px) 0; position: relative; }
.section--tight { padding: clamp(56px, 7vw, 96px) 0; }

.section-head { margin-bottom: clamp(40px, 5vw, 64px); }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.section-num { font: italic 500 1.25rem/1 var(--serif); color: var(--varnish); margin: 0 0 18px; }
.section-title { font-size: clamp(2.5rem, 5.4vw, 4.5rem); line-height: 1; letter-spacing: -0.02em; max-width: 15ch; text-wrap: balance; }
.section-intro { font-size: 1.0625rem; color: var(--text-2); max-width: 44ch; margin-top: 24px; }

@media (max-width: 700px) {
	.section-head--row { flex-direction: column; align-items: flex-start; }
}

/* ---------- About ---------- */

.about__grid {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	grid-template-areas: "head body" "figure body";
	column-gap: clamp(40px, 8vw, 120px);
	align-items: start;
}
.about__head { grid-area: head; }
.about__body { grid-area: body; padding-top: 70px; }
.about__figure { grid-area: figure; margin: 0; position: relative; }
.about__figure img, .about__figure .photo-placeholder { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; }
.about__figure::before {
	content: ""; position: absolute; inset: 22px -22px -22px 22px; z-index: -1;
	border: 1px solid var(--varnish); opacity: 0.45;
}
.about__lead { font: italic 400 clamp(1.7rem, 3vw, 2.5rem)/1.22 var(--serif); color: var(--ink); margin-bottom: 40px; text-wrap: pretty; }
.about__text { color: var(--text-2); max-width: 58ch; margin-bottom: 36px; }
.about__text p:first-child::first-letter {
	float: left; font: 500 4.6em/0.8 var(--serif); color: var(--varnish);
	padding: 0.08em 0.1em 0 0;
}

@media (max-width: 900px) {
	.about__grid { grid-template-columns: 1fr; grid-template-areas: "head" "body" "figure"; }
	.about__body { padding-top: 0; }
	.about__figure { margin: 24px 22px 22px 0; }
}

.photo-placeholder {
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
	background:
		repeating-linear-gradient(0deg, transparent 0 22px, rgba(22, 18, 15, 0.05) 22px 23px),
		linear-gradient(160deg, var(--stone), var(--stone-2));
	color: var(--muted);
	font: 600 0.6875rem/1 var(--sans); letter-spacing: 0.18em; text-transform: uppercase;
}
.photo-placeholder .icon { width: 36px; height: 36px; color: var(--varnish); opacity: 0.7; }
.photo-placeholder--small { aspect-ratio: 3 / 2; }

/* ---------- Concerts ---------- */

.concerts { background: var(--stone); }

.concert-list { border-bottom: 1px solid var(--line); }
.concert-row {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) auto;
	gap: clamp(20px, 4vw, 48px);
	align-items: center;
	padding: 34px 0;
	border-top: 1px solid var(--line);
	position: relative;
}
.concert-row__date { display: flex; flex-direction: column; }
.concert-row__day { font: 500 clamp(3.4rem, 6vw, 5rem)/0.8 var(--serif); letter-spacing: -0.03em; transition: color 0.3s; }
.concert-row__month { font: 600 0.75rem/1 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--varnish); margin-top: 12px; }
.concert-row__when { font: 600 0.6875rem/1.4 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 0 0 8px; }
.concert-row__title { font-size: clamp(1.6rem, 2.6vw, 2.25rem); line-height: 1.08; margin-bottom: 10px; }
.concert-row__title a { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size 0.5s var(--ease), color 0.3s; }
.concert-row__title a::after { content: ""; position: absolute; inset: 0; }
.concert-row:hover .concert-row__title a { background-size: 100% 1px; }
.concert-row:hover .concert-row__day { color: var(--varnish); }
.concert-row__where { display: flex; align-items: center; gap: 8px; font-size: 0.9375rem; color: var(--text-2); margin: 0; }
.concert-row__where .icon { color: var(--varnish); }
.concert-row__program { font: italic 400 1.15rem/1.3 var(--serif); color: var(--muted); margin: 8px 0 0; }
.concert-row__side { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }

.concert-row--cancelled .concert-row__title,
.concert-row--cancelled .concert-row__day { text-decoration: line-through; text-decoration-thickness: 1px; color: var(--muted); }

.concert-row--compact { grid-template-columns: 110px minmax(0, 1fr) auto; padding: 22px 0; }
.concert-row--compact .concert-row__day { font-size: 2.6rem; }
.concert-row--compact .concert-row__month { margin-top: 8px; }
.concert-row--compact .concert-row__title { font-size: 1.45rem; margin-bottom: 4px; }

@media (max-width: 760px) {
	.concert-row, .concert-row--compact { grid-template-columns: 72px minmax(0, 1fr); column-gap: 20px; row-gap: 18px; align-items: start; padding: 26px 0; }
	.concert-row__day { font-size: 3rem; }
	.concert-row--compact .concert-row__day { font-size: 2.2rem; }
	.concert-row__side { grid-column: 2; flex-wrap: wrap; }
}

.list-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.list-heading span { display: inline-grid; place-items: center; min-width: 26px; height: 26px; padding: 0 8px; border-radius: 999px; background: var(--ink); color: var(--paper); letter-spacing: 0; }
.empty-note { font: italic 400 1.6rem/1.3 var(--serif); color: var(--muted); padding: 32px 0; border-top: 1px solid var(--line); }

.year { border-top: 1px solid var(--line); }
.year:last-child { border-bottom: 1px solid var(--line); }
.year summary {
	display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
	padding: 24px 0; cursor: pointer; list-style: none;
}
.year summary::-webkit-details-marker { display: none; }
.year__num { font: 500 2.5rem/1 var(--serif); }
.year__count { font: 600 0.75rem/1 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 14px; }
.year__count::after { content: "+"; font: 300 1.6rem/1 var(--sans); color: var(--varnish); transition: transform 0.3s var(--ease); }
.year[open] .year__count::after { transform: rotate(45deg); }
.year .concert-list { border-bottom: 0; padding-bottom: 24px; }

/* ---------- Musicians ---------- */

.musician-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(28px, 3vw, 40px) clamp(16px, 2.4vw, 32px); }
.musician-grid--large { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (min-width: 1100px) { .musician-grid--large { grid-template-columns: repeat(5, minmax(0, 1fr)); } } /* violins: 5 */
/* Homepage: rows are centred, so any number of musicians looks intentional (11 = 6 + 5). */
.musicians .musician-grid { display: flex; flex-wrap: wrap; justify-content: center; }
.musicians .musician-card { flex: 0 0 calc((100% - 3 * var(--col-gap)) / 4); }
.musicians .musician-grid { --col-gap: clamp(16px, 2.4vw, 32px); column-gap: var(--col-gap); }
@media (min-width: 1200px) { .musicians .musician-card { flex-basis: calc((100% - 5 * var(--col-gap)) / 6); } }
@media (max-width: 760px) { .musicians .musician-card { flex-basis: calc((100% - var(--col-gap)) / 2); } }
@media (max-width: 1100px) { .musician-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.musician-group + .musician-group { margin-top: clamp(56px, 7vw, 96px); }
.musician-group__title { display: flex; align-items: baseline; gap: 14px; font-size: clamp(2rem, 3.6vw, 3rem); padding-bottom: 18px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.musician-group__title span { font: italic 500 1.25rem/1 var(--serif); color: var(--varnish); font-variant-numeric: lining-nums; }
@media (max-width: 760px) { .musician-grid, .musician-grid--large { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.musician-card__link { display: block; }
.musician-card__media { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--ink); }
.musician-card__media .portrait { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter 0.6s; }
.musician-card__media img.portrait { filter: grayscale(0.35) contrast(1.02); }
.musician-card__link:hover .portrait { transform: scale(1.045); filter: none; }
.musician-card__media::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px;
	background: var(--varnish); transform: scaleX(0); transform-origin: left; transition: transform 0.6s var(--ease);
}
.musician-card__link:hover .musician-card__media::after { transform: scaleX(1); }
.musician-card__body { padding-top: 18px; }
.musician-card__instrument { font: 600 0.6875rem/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--varnish); margin: 0 0 6px; }
.musician-card__name { font-size: clamp(1.35rem, 2vw, 1.7rem); line-height: 1.1; }
.musician-card__role { font: italic 400 1.05rem/1.3 var(--serif); color: var(--muted); margin: 6px 0 0; }
.musician-card__excerpt { font-size: 0.9375rem; color: var(--text-2); margin: 12px 0 0; }

/* Portrait placeholder until a photo is uploaded: initials on warm dark wood. */
.portrait--placeholder {
	position: relative; overflow: hidden;
	display: flex; align-items: center; justify-content: center;
	width: 100%; height: 100%;
	background:
		radial-gradient(ellipse 80% 60% at 50% 38%, rgba(168, 106, 50, 0.38), transparent 70%),
		linear-gradient(170deg, #2b221b, #14100d);
	color: var(--paper);
}
.portrait--placeholder::before {
	/* Four faint strings running down the portrait. */
	content: ""; position: absolute; inset: 0 32%;
	background: repeating-linear-gradient(90deg, rgba(246, 241, 232, 0.12) 0 1px, transparent 1px calc(33.33% - 0.34px));
	opacity: 0.8;
}
.portrait__initials { position: relative; font: italic 400 clamp(3.4rem, 7vw, 5.4rem)/1 var(--serif); color: var(--varnish-light); letter-spacing: 0.02em; text-shadow: 0 0 40px rgba(22, 18, 15, 0.8); }
.portrait__note { position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; font: 600 0.625rem/1 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; color: rgba(246, 241, 232, 0.5); }
.musician-card:nth-child(3n + 2) .portrait--placeholder { background: radial-gradient(ellipse 80% 60% at 40% 30%, rgba(140, 78, 38, 0.4), transparent 70%), linear-gradient(170deg, #2a1d17, #120e0b); }
.musician-card:nth-child(3n + 3) .portrait--placeholder { background: radial-gradient(ellipse 80% 60% at 60% 45%, rgba(190, 140, 80, 0.3), transparent 70%), linear-gradient(170deg, #26211c, #13110f); }

/* ---------- Quote ---------- */

.quote-band { position: relative; isolation: isolate; background: var(--ink); color: var(--paper); padding: clamp(100px, 14vw, 180px) 0; text-align: center; overflow: hidden; }
.quote-band__quote { margin: 0 auto; max-width: 980px; position: relative; }
.quote-band__quote::before {
	content: "\201C"; display: block;
	font: 400 9rem/0.6 var(--serif); color: var(--varnish); margin-bottom: 18px;
}
.quote-band__quote p { font: italic 400 clamp(2rem, 4.4vw, 3.6rem)/1.18 var(--serif); letter-spacing: -0.01em; text-wrap: balance; margin-bottom: 36px; }
.quote-band__quote footer { font: 600 0.75rem/1 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; color: var(--varnish-light); }
.quote-band__quote footer::before { content: "— "; }

/* ---------- Listen ---------- */

.listen__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
@media (max-width: 900px) { .listen__grid { grid-template-columns: 1fr; } }

.video { position: relative; aspect-ratio: 16 / 9; background: var(--ink); overflow: hidden; border-radius: 2px; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__facade { position: absolute; inset: 0; width: 100%; border: 0; background: radial-gradient(ellipse at 70% 30%, rgba(168, 106, 50, 0.35), transparent 70%), var(--ink); color: var(--paper); display: grid; place-items: center; }
.video__lines { position: absolute; inset: 22% 0; display: flex; flex-direction: column; justify-content: space-between; }
.video__lines i { height: 1px; background: rgba(246, 241, 232, 0.18); }
.video__play { position: relative; width: 92px; height: 92px; border-radius: 50%; background: var(--paper); color: var(--ink); display: grid; place-items: center; transition: transform 0.4s var(--ease), background 0.3s; box-shadow: 0 0 0 14px rgba(246, 241, 232, 0.08); }
.video__play .icon { width: 30px; height: 30px; margin-left: 4px; }
.video__facade:hover .video__play { transform: scale(1.08); background: var(--varnish-light); }
.video__note { position: absolute; left: 0; right: 0; bottom: 18px; text-align: center; font-size: 0.75rem; color: rgba(246, 241, 232, 0.5); }
.video__empty { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(246, 241, 232, 0.6); padding: 24px; text-align: center; }

/* ---------- News ---------- */

.news { background: var(--stone); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 40px); }
@media (max-width: 900px) { .news-grid { grid-template-columns: 1fr; } }
.news-card__media { aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 20px; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.news-card__link:hover img { transform: scale(1.04); }
.news-card__date { font: 600 0.6875rem/1 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--varnish); margin-bottom: 10px; }
.news-card__title { font-size: 1.65rem; line-height: 1.12; margin-bottom: 10px; transition: color 0.3s; }
.news-card__link:hover .news-card__title { color: var(--varnish); }
.news-card__excerpt { color: var(--text-2); font-size: 0.9375rem; }

/* ---------- Contact ---------- */

.contact { background: var(--ink); color: var(--paper); isolation: isolate; overflow: hidden; }
.contact .label { color: rgba(246, 241, 232, 0.55); }
.contact .section-num { color: var(--varnish-light); }
.contact .section-intro { color: rgba(246, 241, 232, 0.72); }
.contact__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr; } }

.contact-details { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 12px; }
.contact-details a { display: inline-flex; align-items: center; gap: 12px; transition: color 0.3s; }
.contact-details a:hover { color: var(--varnish-light); }
.contact-details .icon { color: var(--varnish-light); }
.contact-details__person { font: 500 1.5rem/1.2 var(--serif); margin-bottom: 4px; }
.contact-details__hint { font-style: italic; opacity: 0.6; }

.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; padding-top: 8px; }
.contact-form__hp { position: absolute; left: -9999px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font: 600 0.6875rem/1 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: rgba(246, 241, 232, 0.55); }
.field input, .field select, .field textarea {
	width: 100%;
	font: 400 1.0625rem/1.5 var(--sans);
	color: var(--paper);
	background: transparent;
	border: 0; border-bottom: 1px solid rgba(246, 241, 232, 0.28);
	border-radius: 0;
	padding: 10px 0 12px;
	transition: border-color 0.3s;
	-webkit-appearance: none; appearance: none;
}
.field select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23d9a066' stroke-width='1.5'%3E%3Cpath d='m1 1 5 5 5-5'/%3E%3C/svg%3E") right 4px center no-repeat; padding-right: 28px; }
.field select option { color: var(--ink); }
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--varnish-light); }
.field ::placeholder { color: rgba(246, 241, 232, 0.35); }
.contact-form__submit { align-items: flex-start; margin-top: 8px; }
.contact .btn--solid { background: var(--paper); color: var(--ink); }
.contact .btn--solid:hover { background: var(--varnish-light); }
.form-notice { grid-column: 1 / -1; padding: 16px 20px; border-radius: 4px; margin: 0; }
.form-notice--ok { background: rgba(217, 160, 102, 0.16); border: 1px solid rgba(217, 160, 102, 0.5); }
.form-notice--error { background: rgba(200, 80, 60, 0.15); border: 1px solid rgba(220, 110, 90, 0.5); }
@media (max-width: 600px) { .contact-form { grid-template-columns: 1fr; } }

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer { background: var(--ink-3); color: rgba(246, 241, 232, 0.72); padding: clamp(72px, 9vw, 120px) 0 36px; font-size: 0.9375rem; }
.site-footer__top { padding-bottom: clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--line-light); }
.site-footer__name { font: 500 clamp(3rem, 8.5vw, 7.5rem)/0.9 var(--serif); letter-spacing: -0.03em; color: var(--paper); margin: 0 0 18px; }
.site-footer__logo { width: min(520px, 80vw); color: var(--paper); margin-bottom: 22px; }
.site-footer__tagline { font: italic 400 1.35rem/1.3 var(--serif); margin: 0; }
.site-footer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; padding: 56px 0; }
@media (max-width: 760px) { .site-footer__grid { grid-template-columns: 1fr; } }
.site-footer .label { color: rgba(246, 241, 232, 0.4); margin-bottom: 18px; }
.site-footer .menu, .footer-menu, .legal-menu, .social { list-style: none; margin: 0; padding: 0; }
.footer-menu { display: grid; gap: 10px; }
.site-footer a { transition: color 0.3s; }
.site-footer a:hover { color: var(--varnish-light); }
.site-footer .contact-details { margin: 0; }
.site-footer .contact-details__person { font-size: 1.25rem; color: var(--paper); }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 28px; border-top: 1px solid var(--line-light); font-size: 0.8125rem; color: rgba(246, 241, 232, 0.45); }
.site-footer__bottom p { margin: 0; }
.legal-menu { display: flex; gap: 24px; }

.social { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.social a { display: inline-flex; align-items: center; gap: 9px; }
.social--light { margin-top: 32px; }
.social--light a { color: rgba(246, 241, 232, 0.8); font-size: 0.875rem; }
.social--light a:hover { color: var(--varnish-light); }

/* ---------- Repertoire ---------- */

.repertoire-teaser { background: var(--ink); color: var(--paper); isolation: isolate; overflow: hidden; position: relative; }
.repertoire-teaser .label { color: rgba(246, 241, 232, 0.55); }
.repertoire-teaser .section-num { color: var(--varnish-light); }
.repertoire-teaser .link-arrow:hover { color: var(--varnish-light); }
.composers { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.1em 0; margin: 0; font: 400 clamp(2rem, 4.6vw, 4rem)/1.2 var(--serif); letter-spacing: -0.01em; }
.composers span:nth-child(odd) { font-style: italic; color: var(--varnish-light); }
/* The dot travels with the name before it, so no line ever starts with "·". */
.composers span { white-space: nowrap; }
.composers span:not(:last-child)::after { content: "·"; font-style: normal; color: rgba(246, 241, 232, 0.3); margin: 0 0.35em; }

/* Two newspaper columns, read top to bottom (chronological), no gaps after short entries. */
.repertoire { columns: 2; column-gap: clamp(40px, 7vw, 110px); }
.repertoire > p { column-span: all; font: italic 400 clamp(1.25rem, 2vw, 1.6rem)/1.4 var(--serif); color: var(--text-2); max-width: 46ch; margin: 0 0 clamp(32px, 4vw, 56px); }
.repertoire-item { break-inside: avoid; border-top: 1px solid var(--line); padding-top: 20px; margin: 0 0 clamp(28px, 3.5vw, 48px); }
.repertoire-item h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin: 0 0 12px; }
.repertoire-item ul { list-style: none; margin: 0; padding: 0; }
.repertoire-item li { padding: 6px 0 6px 22px; position: relative; color: var(--text-2); }
.repertoire-item li::before { content: ""; position: absolute; left: 0; top: 0.95em; width: 10px; height: 1px; background: var(--varnish); }
@media (max-width: 760px) { .repertoire { columns: 1; } }

/* ==========================================================================
   Page header & content
   ========================================================================== */

.page-header { background: var(--stone); padding: calc(var(--header-h) + clamp(72px, 10vw, 140px)) 0 clamp(56px, 7vw, 96px); }
.page-header .label { color: var(--varnish); }
.page-header__title { font-size: clamp(3.2rem, 9vw, 7.5rem); line-height: 0.92; letter-spacing: -0.03em; max-width: 14ch; text-wrap: balance; }
.page-header__intro { font: italic 400 clamp(1.3rem, 2.2vw, 1.75rem)/1.35 var(--serif); color: var(--text-2); max-width: 40ch; margin: 28px 0 0; }

.page-figure { margin-top: clamp(40px, 6vw, 72px); }
.page-figure img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }

.entry-content { max-width: 720px; margin: 0 auto; padding: clamp(56px, 8vw, 110px) 0; font-size: 1.125rem; line-height: 1.8; color: var(--text-2); }
.entry-content > * + * { margin-top: 1.4em; }
.entry-content p { margin-bottom: 0; }
.entry-content h2 { font-size: clamp(2rem, 3.4vw, 2.75rem); color: var(--ink); margin-top: 2.2em; }
.entry-content h3 { font-size: 1.75rem; color: var(--ink); margin-top: 2em; }
.entry-content a { color: var(--varnish); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.entry-content blockquote, .entry-content .wp-block-quote {
	margin: 2.2em 0; padding: 0 0 0 30px; border-left: 2px solid var(--varnish);
	font: italic 400 1.75rem/1.35 var(--serif); color: var(--ink);
}
.entry-content blockquote cite { display: block; margin-top: 14px; font: 600 0.75rem/1 var(--sans); font-style: normal; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.entry-content .alignwide { max-width: 1200px; margin-left: calc(50% - min(600px, 50vw - var(--gutter))); margin-right: calc(50% - min(600px, 50vw - var(--gutter))); }
.entry-content .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: 100vw; }
.entry-content img { height: auto; }
.entry-content figcaption { font-size: 0.8125rem; color: var(--muted); margin-top: 10px; }
.entry-content ul, .entry-content ol { padding-left: 1.2em; }
.entry-content .has-drop-cap:not(:focus)::first-letter { font: 500 5.2em/0.8 var(--serif); color: var(--varnish); margin: 0.06em 0.1em 0 0; }
.entry-content--bio > p:first-child::first-letter { float: left; font: 500 5.2em/0.8 var(--serif); color: var(--varnish); padding: 0.06em 0.1em 0 0; }
.entry-content--bio > p:first-child { font-size: 1.25rem; color: var(--ink); }
.entry-back { max-width: 720px; margin: 0 auto 110px; }

/* ==========================================================================
   Concert page
   ========================================================================== */

.concert-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse 60% 70% at 85% 20%, rgba(168, 106, 50, 0.3), transparent 70%), var(--ink); color: var(--paper); padding: calc(var(--header-h) + clamp(40px, 6vw, 80px)) 0 clamp(64px, 8vw, 110px); }
.concert-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; opacity: 0.4; }
.concert-hero--image::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, var(--ink) 20%, rgba(22, 18, 15, 0.4)); }
.back-link { display: block; width: fit-content; font: 600 0.75rem/1 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.6; margin-bottom: clamp(36px, 5vw, 64px); transition: opacity 0.3s; }
.back-link:hover { opacity: 1; }
.concert-hero__grid { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(28px, 6vw, 88px); align-items: start; }
.concert-hero__date { display: flex; flex-direction: column; align-items: flex-start; padding-right: clamp(28px, 6vw, 88px); border-right: 1px solid var(--line-light); }
.concert-hero__day { font: 500 clamp(6rem, 14vw, 11rem)/0.78 var(--serif); letter-spacing: -0.04em; color: var(--varnish-light); }
.concert-hero__month { font: 600 0.8125rem/1 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 18px; white-space: nowrap; }
.concert-hero__title { font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 0.98; letter-spacing: -0.025em; max-width: 16ch; text-wrap: balance; }
.concert-hero__meta { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 28px; color: rgba(246, 241, 232, 0.78); }
.concert-hero__meta li { display: inline-flex; align-items: center; gap: 10px; }
.concert-hero__meta .icon { color: var(--varnish-light); }
.concert-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
@media (max-width: 700px) {
	.concert-hero__grid { grid-template-columns: 1fr; }
	.concert-hero__date { flex-direction: row; align-items: baseline; gap: 16px; border-right: 0; padding-right: 0; }
	.concert-hero__day { font-size: 5rem; }
}

.cal-menu { position: relative; }
.cal-menu summary { list-style: none; }
.cal-menu summary::-webkit-details-marker { display: none; }
.cal-menu__list { position: absolute; top: calc(100% + 8px); left: 0; z-index: 5; min-width: 240px; background: var(--paper); color: var(--ink); border-radius: 12px; padding: 8px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); }
.cal-menu__list a { display: block; padding: 12px 14px; border-radius: 8px; font-size: 0.9375rem; }
.cal-menu__list a:hover { background: var(--stone); }

.concert__body { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(40px, 7vw, 100px); padding-block: clamp(64px, 8vw, 110px); align-items: start; }
.concert__main .entry-content { margin: 0; padding: 48px 0 0; }
.concert__side { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 28px; }
@media (max-width: 960px) {
	.concert__body { grid-template-columns: 1fr; }
	.concert__side { position: static; }
}

.program__list { list-style: none; margin: 0; padding: 0; counter-reset: piece; }
.program__piece { counter-increment: piece; display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 8px; padding: 22px 0; border-top: 1px solid var(--line); }
.program__piece::before { content: counter(piece, upper-roman); grid-row: span 2; font: italic 500 1rem/1.9 var(--serif); color: var(--varnish); }
.program__composer { font: 600 0.75rem/1.4 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.program__work { font: 400 clamp(1.4rem, 2.2vw, 1.8rem)/1.2 var(--serif); color: var(--ink); }
.program__interval { display: flex; align-items: center; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); font: italic 400 1.2rem/1 var(--serif); color: var(--varnish); }
.program__interval::before, .program__interval::after { content: ""; flex: 1; height: 1px; background: repeating-linear-gradient(90deg, var(--line) 0 4px, transparent 4px 8px); }
.program__list > :last-child { border-bottom: 1px solid var(--line); }

.info-card { background: var(--stone); padding: 30px; border-radius: 4px; }
.info-card dl { margin: 0 0 12px; }
.info-card dt { font: 600 0.6875rem/1 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 18px; }
.info-card dt:first-child { margin-top: 0; }
.info-card dd { margin: 6px 0 0; font-size: 1rem; }

.performers ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.performers a { display: flex; align-items: center; gap: 14px; padding: 8px; margin: 0 -8px; border-radius: 6px; transition: background 0.3s; }
.performers a:hover { background: var(--stone); }
.performers__img, .performers .portrait { width: 48px !important; height: 48px !important; border-radius: 50%; object-fit: cover; flex: none; }
.performers .portrait--placeholder::before, .performers .portrait__note { display: none; }
.performers .portrait__initials, .ens-thumb .portrait__initials { font-size: 1.05rem; text-shadow: none; }
.performers strong { display: block; font: 500 1.2rem/1.1 var(--serif); }
.performers small { font-size: 0.8125rem; color: var(--muted); }

.more-concerts { background: var(--stone); }

/* ==========================================================================
   Musician page
   ========================================================================== */

.musician-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse 60% 70% at 15% 40%, rgba(168, 106, 50, 0.25), transparent 70%), var(--ink); color: var(--paper); padding: calc(var(--header-h) + clamp(32px, 5vw, 64px)) 0 clamp(64px, 8vw, 110px); }
.musician-hero__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.musician-hero__media { aspect-ratio: 3 / 4; max-height: 78vh; overflow: hidden; }
.musician-hero__media .portrait { width: 100%; height: 100%; object-fit: cover; }
.musician-hero__media .portrait__initials { font-size: clamp(5rem, 11vw, 9rem); }
.musician-hero__text .kicker { color: var(--varnish-light); }
.musician-hero__name { font-size: clamp(3rem, 7.4vw, 6.4rem); line-height: 0.92; letter-spacing: -0.03em; text-wrap: balance; }
.musician-hero__role { font: italic 400 1.5rem/1.3 var(--serif); color: rgba(246, 241, 232, 0.72); margin: 20px 0 0; }
.musician-hero__quote { margin: 40px 0 0; padding-left: 26px; border-left: 2px solid var(--varnish); font: italic 400 clamp(1.4rem, 2.2vw, 1.85rem)/1.3 var(--serif); color: var(--paper); max-width: 30ch; }
.musician-hero__quote p { margin: 0; }
@media (max-width: 800px) {
	.musician-hero__grid { grid-template-columns: 1fr; }
	.musician-hero__media { order: 2; max-height: none; }
}
.musician__body .entry-content { padding-bottom: clamp(48px, 6vw, 80px); }

.neighbours { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 48px 110px; }
.neighbours__link { display: flex; flex-direction: column; gap: 6px; padding-top: 28px; border-top: 1px solid var(--line); transition: color 0.3s; }
.neighbours__link--next { text-align: right; align-items: flex-end; }
.neighbours__link .label { margin: 0; color: var(--varnish); }
.neighbours__name { font: 500 clamp(1.5rem, 3vw, 2.4rem)/1.1 var(--serif); }
.neighbours__link:hover .neighbours__name { color: var(--varnish); }

/* ==========================================================================
   Misc
   ========================================================================== */

.not-found { background: var(--stone); padding: calc(var(--header-h) + 140px) 0 160px; min-height: 80vh; }
.not-found__links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }

.pagination { margin-top: 56px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 999px; padding: 0 14px; }
.pagination .current { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* Scroll reveal (only when JS runs, and never for people who ask for less motion). */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .musician-grid .reveal:nth-child(4n + 2), .js .news-grid .reveal:nth-child(3n + 2) { transition-delay: 0.08s; }
.js .musician-grid .reveal:nth-child(4n + 3), .js .news-grid .reveal:nth-child(3n + 3) { transition-delay: 0.16s; }
.js .musician-grid .reveal:nth-child(4n + 4) { transition-delay: 0.24s; }

.js .hero__kicker, .js .hero__title, .js .hero__tagline, .js .hero__actions, .js .hero__foot, .js .strings { animation: rise 1.4s var(--ease) both; }
.js .hero__title { animation-delay: 0.1s; }
.js /* The ensemble's logo as the hero title (see ens_logo_mark()). */
.logo-mark {
	display: block;
	aspect-ratio: var(--logo-ratio);
	background: currentColor;
	-webkit-mask: var(--logo) center / contain no-repeat;
	mask: var(--logo) center / contain no-repeat;
}
.hero__title--logo { max-width: none; line-height: 1; }
.hero__logo { width: min(660px, 52vw); margin-left: -0.6%; color: var(--paper); }
@media (max-width: 1099px) { .hero__logo { width: min(560px, 86vw); } }

.hero__tagline { animation-delay: 0.25s; }
.js .hero__actions { animation-delay: 0.4s; }
.js .strings { animation: fade 2.4s var(--ease) 0.5s both; }
.js .hero__foot { animation-delay: 0.7s; }
@keyframes rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
	.js .reveal { opacity: 1; transform: none; }
}

/* WordPress core odds and ends */
.alignleft { float: left; margin: 0.4em 1.6em 1em 0; }
.alignright { float: right; margin: 0.4em 0 1em 1.6em; }
.aligncenter { margin-inline: auto; }
.wp-caption-text { font-size: 0.8125rem; color: var(--muted); }

/* Cormorant's default old-style figures drop 7, 9 and 3 below the line, which
   collides with the month label under a big date. Dates use lining figures.
   Kept last: the `font` shorthands above would reset it. */
.concert-row__day, .concert-hero__day, .hero__next-date b, .year__num, .section-num { font-variant-numeric: lining-nums; }
