:root {
  --ink: #111216;
  --ink-soft: #22242a;
  --paper: #f4f0e7;
  --paper-deep: #e8e1d5;
  --white: #fffdfa;
  --plum: #694454;
  --gold: #aa8954;
  --line: color-mix(in srgb, currentColor 22%, transparent);
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --step--1: clamp(.78rem, .74rem + .16vw, .9rem);
  --step-0: clamp(1rem, .96rem + .18vw, 1.12rem);
  --step-1: clamp(1.25rem, 1.12rem + .55vw, 1.65rem);
  --step-2: clamp(1.6rem, 1.35rem + 1vw, 2.35rem);
  --step-3: clamp(2.2rem, 1.75rem + 1.9vw, 3.65rem);
  --step-4: clamp(3.3rem, 2.2rem + 4.3vw, 7rem);
  --step-5: clamp(4.4rem, 2.4rem + 8vw, 10rem);
  --shell: min(1240px, calc(100vw - 2 * clamp(1.25rem, 4vw, 4.5rem)));
  --space: clamp(4rem, 8vw, 8rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 var(--step-0)/1.65 var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .07em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { color: var(--white); background: var(--plum); }
.shell { width: var(--shell); margin-inline: auto; }
.site-main { min-height: 70vh; overflow: clip; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 100;
  color: var(--paper);
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.site-header__inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: flex; flex-direction: column; color: inherit; font: 500 1rem/1 var(--serif); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.wordmark span:last-child { margin-left: 1.7rem; color: var(--gold); }
.primary-nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.4rem); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; display: block; padding: .75rem 0; color: inherit; font-size: var(--step--1); text-decoration: none; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: .5rem; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; border: 0; color: inherit; background: transparent; }

.hero { position: relative; min-height: min(820px, calc(100vh - 96px)); display: grid; align-items: end; color: var(--paper); background: radial-gradient(circle at 74% 25%, #6c5265 0, #30313a 26%, #111216 68%); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,18,22,.95) 0%, rgba(17,18,22,.52) 55%, rgba(17,18,22,.05) 100%); }
.hero__media { position: absolute; inset: 0 0 0 44%; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.78) contrast(1.02); }
.hero__content { position: relative; z-index: 2; padding-block: clamp(6rem, 12vh, 9.5rem); }
.hero h1 { max-width: 9ch; margin: .25rem 0 1.25rem; font: 400 var(--step-5)/.77 var(--serif); letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:last-child { margin-left: clamp(1rem, 8vw, 8rem); color: var(--gold); }
.hero__intro { max-width: 48ch; margin: 0 0 2.2rem; color: rgba(244,240,231,.78); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.hero__index { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 2rem; margin: 0; color: rgba(244,240,231,.48); font-size: var(--step--1); letter-spacing: .2em; }
.eyebrow { margin: 0 0 .75rem; color: var(--gold); font-size: var(--step--1); font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }

.section { padding-block: var(--space); }
.section--first { padding-top: 0; }
.section--ink { color: var(--paper); background: var(--ink); }
.section--muted { background: var(--paper-deep); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem, 5vw, 4.5rem); }
.section-heading h2, .page-hero h1 { margin: 0; font: 400 var(--step-4)/.93 var(--serif); letter-spacing: -.04em; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .7rem 1.25rem; border: 1px solid currentColor; border-radius: 0; color: inherit; background: transparent; font-size: .88rem; font-weight: 650; letter-spacing: .05em; text-decoration: none; cursor: pointer; }
.button--primary { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.button--primary:hover { color: var(--white); background: var(--plum); border-color: var(--plum); }
.button--secondary:hover { color: var(--paper); background: var(--plum); border-color: var(--plum); }
.text-link { font-weight: 650; }
.link-button { padding: 0; border: 0; color: inherit; background: transparent; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.empty-state { padding: 2rem; border: 1px solid var(--line); }

.concert-list { border-top: 1px solid var(--line); }
.concert-card { position: relative; display: grid; grid-template-columns: minmax(130px, .7fr) 3fr auto; gap: clamp(1.2rem, 4vw, 4rem); align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.concert-card__date time { display: flex; flex-direction: column; font: 400 var(--step-1)/1.15 var(--serif); }
.concert-card__date span { margin-top: .4rem; font: 500 var(--step--1)/1 var(--sans); letter-spacing: .1em; }
.concert-card__body h3 { margin: 0 0 .35rem; font: 400 var(--step-2)/1.05 var(--serif); }
.concert-card__body h3 a { text-decoration: none; }
.concert-card__body p:last-child { margin: 0; opacity: .72; }
.status { display: inline-flex; width: max-content; padding: .35rem .65rem; border: 1px solid currentColor; color: var(--plum); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.status--cancelled { color: #a6292e; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3.5rem); }
.project-card { min-width: 0; }
.project-card__media { position: relative; aspect-ratio: 4 / 5; display: block; margin-bottom: 1.6rem; overflow: hidden; background: linear-gradient(145deg, var(--plum), var(--ink-soft)); }
.project-card__media::after { content: "NM"; position: absolute; right: 1rem; bottom: .5rem; color: rgba(255,255,255,.18); font: 400 5rem/1 var(--serif); }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-card__media img { transform: scale(1.025); }
.project-card h2, .project-card h3 { margin: .3rem 0 .6rem; font: 400 var(--step-2)/1.05 var(--serif); }
.project-card h2 a, .project-card h3 a { text-decoration: none; }
.project-card p:last-child { color: color-mix(in srgb, currentColor 72%, transparent); }

.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.press-card { min-height: 320px; display: flex; flex-direction: column; padding: clamp(1.4rem, 3vw, 2.5rem); background: var(--paper); }
.section--ink .press-card { background: var(--ink); }
.press-card h2, .press-card h3 { margin: .5rem 0 1rem; font: 400 var(--step-2)/1.08 var(--serif); }
.press-card h2 a, .press-card h3 a { text-decoration: none; }
.press-card > p:not(.eyebrow) { opacity: .72; }
.press-card__meta { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-top: auto; padding-top: 1.5rem; }

.page-hero { max-width: 980px; margin-inline: max(calc((100vw - var(--shell)) / 2), clamp(1.25rem, 4vw, 4.5rem)); padding-block: clamp(5rem, 12vw, 10rem); }
.page-hero > p:not(.eyebrow) { max-width: 52ch; font-size: var(--step-1); }
.page-hero--compact { padding-block: clamp(4rem, 8vw, 7rem); }
.page-hero--article { max-width: 900px; margin-inline: 0; padding-bottom: 3rem; }
.page-default, .press-single, .single-concert { padding-bottom: var(--space); }
.prose { max-width: 760px; font-family: var(--serif); font-size: var(--step-1); line-height: 1.65; }
.prose--wide { margin-top: 4rem; }
.prose h2, .prose h3 { font-weight: 400; line-height: 1.08; }
.prose h2 { margin-top: 2.5em; font-size: var(--step-3); }
.prose h3 { margin-top: 2em; font-size: var(--step-2); }
.prose a { color: var(--plum); }
.prose blockquote { margin: 2.5rem 0; padding-left: 1.5rem; border-left: 2px solid var(--gold); font-size: var(--step-2); line-height: 1.35; }
.wide-media { max-height: 78vh; overflow: hidden; }
.wide-media img { width: 100%; height: 100%; object-fit: cover; }
.project-cta, .source-cta { margin-top: 3rem; }

.filters { display: flex; align-items: end; flex-wrap: wrap; gap: 1rem; margin-bottom: 4rem; padding: 1.25rem; border: 1px solid var(--line); }
.filters label { display: grid; gap: .35rem; min-width: min(240px, 100%); color: var(--plum); font-size: var(--step--1); font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.filters select { min-height: 48px; padding: .5rem 2.5rem .5rem .75rem; border: 1px solid var(--ink); color: var(--ink); background: var(--white); text-transform: none; }
.archive-disclosure > summary, .repertoire-group > summary { display: flex; align-items: center; justify-content: space-between; padding-block: 1.5rem; cursor: pointer; list-style: none; font: 400 var(--step-2)/1 var(--serif); }
.archive-disclosure > summary::-webkit-details-marker, .repertoire-group > summary::-webkit-details-marker { display: none; }
.archive-disclosure[open] > summary span:last-child, .repertoire-group[open] > summary span:last-child { transform: rotate(45deg); }

.single-concert { padding-top: clamp(4rem, 8vw, 7rem); }
.single-concert__header { max-width: 980px; padding-bottom: 4rem; }
.single-concert__header h1 { max-width: 13ch; margin: .25rem 0 1rem; font: 400 var(--step-4)/.95 var(--serif); }
.single-concert__date { font: 400 var(--step-1)/1.2 var(--serif); }
.single-concert__grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 7vw, 7rem); padding-top: 3rem; border-top: 1px solid var(--line); }
.event-facts { display: grid; align-content: start; gap: 1.5rem; }
.event-facts div { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.event-facts dt { margin-bottom: .35rem; color: var(--plum); font-size: var(--step--1); font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.event-facts dd { margin: 0; }
.back-link { display: inline-block; margin-top: 4rem; }

.biography-layout { display: grid; grid-template-columns: minmax(260px, .85fr) 1.3fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: start; padding-bottom: var(--space); }
.biography-layout--text { grid-template-columns: minmax(0, 860px); }
.biography-image { position: sticky; top: 2rem; margin: 0; }
.biography-image img { width: 100%; max-height: 80vh; object-fit: cover; }
.repertoire-group { border-top: 1px solid var(--line); }
.repertoire-group:last-child { border-bottom: 1px solid var(--line); }
.repertoire-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 4rem; padding: 1rem 0 3rem; }
.repertoire-item { padding: 1.25rem 0; border-top: 1px solid var(--line); }
.repertoire-item h3 { margin: 0 0 .6rem; font: 400 var(--step-1)/1.2 var(--serif); }
.repertoire-item p { margin: 0; white-space: normal; }

.chip-nav { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.chip { padding: .45rem .85rem; border: 1px solid var(--line); font-size: var(--step--1); text-decoration: none; }
.chip:hover, .chip.is-active { color: var(--paper); background: var(--ink); }
.media-links { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.media-links h2 { margin: 0; font: 400 var(--step-4)/1 var(--serif); }
.media-links > div:last-child { display: flex; flex-wrap: wrap; gap: 1rem; }

.privacy-embed { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); background: var(--paper-deep); }
.privacy-embed h3 { margin: .3rem 0; }
.privacy-embed iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; }
.privacy-dialog { width: min(620px, calc(100vw - 2rem)); padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--ink); color: var(--ink); background: var(--paper); }
.privacy-dialog::backdrop { background: rgba(17,18,22,.72); }
.privacy-dialog h2 { margin-top: 0; font: 400 var(--step-3)/1 var(--serif); }
.privacy-choice { display: flex; gap: .8rem; padding: 1rem 0; border-block: 1px solid var(--line); }
.privacy-choice input { width: 1.2rem; height: 1.2rem; margin-top: .25rem; }
.privacy-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1.5rem; }

.site-footer { padding-block: 4rem; color: var(--paper); background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr auto; gap: 2rem; align-items: end; }
.site-footer nav { display: grid; gap: .5rem; }
.footer-name { margin: 0; color: var(--gold); font: 400 var(--step-2)/1 var(--serif); }
.footer-copy { margin: 0; font-size: var(--step--1); opacity: .65; }

@media (max-width: 900px) {
  .site-header__inner { min-height: 76px; }
  .nav-toggle { display: flex; align-items: center; gap: .6rem; min-height: 44px; cursor: pointer; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1rem clamp(1.25rem, 4vw, 4.5rem) 2rem; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
  .hero { min-height: 760px; }
  .hero__media { inset: 0 0 0 25%; opacity: .64; }
  .hero::after { background: linear-gradient(90deg, rgba(17,18,22,.96), rgba(17,18,22,.35)); }
  .project-grid, .press-grid { grid-template-columns: repeat(2, 1fr); }
  .single-concert__grid, .biography-layout { grid-template-columns: 1fr; }
  .biography-image { position: static; max-width: 620px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .footer-copy { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .hero { min-height: 690px; }
  .hero__media { inset: 0; opacity: .42; }
  .hero h1 span:last-child { margin-left: .45em; }
  .section-heading { align-items: start; flex-direction: column; }
  .concert-card { grid-template-columns: 95px 1fr; gap: 1rem; }
  .concert-card .status { grid-column: 2; }
  .project-grid, .press-grid, .repertoire-grid { grid-template-columns: 1fr; }
  .press-card { min-height: 260px; }
  .media-links { align-items: start; flex-direction: column; }
  .privacy-actions { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
}

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

@media (prefers-contrast: more) {
  :root { --gold: #d5ad65; --line: currentColor; }
  .eyebrow { color: currentColor; }
}

/* 1.1.0 — quieter typography, editorial portraits and real content only. */
body { font-size: 16px; }
.eyebrow { color: var(--plum); }
.hero .eyebrow, .section--ink .eyebrow { color: var(--gold); }
.hero { min-height: 0; display: block; background: var(--ink); }
.hero::after { display: none; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.hero--text .hero__grid { grid-template-columns: minmax(0, 820px); }
.hero__content { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.hero h1 { max-width: none; font-size: clamp(2.7rem, 5.6vw, 5rem); line-height: .94; margin-bottom: 2.5rem; }
.hero h1 span:last-child { margin-left: .45em; }
.hero__portrait { margin: 2.5rem 0; align-self: stretch; display: flex; }
.hero__portrait img { width: 100%; height: 100%; max-height: 760px; object-fit: cover; object-position: center 28%; }
.editorial-quotes { display: grid; gap: 1.5rem; margin-block: 1.5rem 2.5rem; max-width: 66ch; }
.editorial-quote { margin: 0; padding-left: 1.2rem; border-left: 1px solid var(--gold); }
.editorial-quote blockquote { margin: 0; font: 400 1rem/1.65 var(--serif); }
.editorial-quote blockquote p { margin: 0; }
.editorial-quote figcaption { margin-top: .55rem; font-size: .75rem; opacity: .82; }
.editorial-quote cite { font-style: normal; }
body:not(.post-type-archive-nm_concert) .page-hero { padding-block: clamp(3rem, 6vw, 5.5rem); }
body:not(.post-type-archive-nm_concert) .page-hero h1 { font-size: clamp(2.25rem, 4.8vw, 4rem); line-height: 1.04; overflow-wrap: anywhere; }
.page-hero > p:not(.eyebrow) { font-size: 1rem; }
.prose { font: 400 1rem/1.65 var(--sans); overflow-wrap: anywhere; }
.prose h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem); }
.prose h3 { font-family: var(--serif); font-size: 1.4rem; }
.biography-layout { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(2rem, 6vw, 5rem); }
.biography-layout--text { grid-template-columns: minmax(0, 780px); }
.biography-body { font-size: 14px; line-height: 1.75; }
.biography-copy > .editorial-quotes { margin-top: 0; }
.biography-copy .editorial-quote blockquote { font-size: 14px; }
.biography-image img { max-height: 720px; }
.project-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-card--text { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.project-card__media::after { display: none; }
.project-card--album .project-card__media { aspect-ratio: 1; }
.project-card h2, .project-card h3, .project-card h4 { margin: .4rem 0 .8rem; font: 400 clamp(1.6rem, 2.4vw, 2.2rem)/1.15 var(--serif); overflow-wrap: anywhere; }
.project-card h4 a { text-decoration: none; }
.project-card p { font-size: .94rem; }
.project-card .catalogue { font-size: .8rem; }
.project-single { padding-bottom: var(--space); }
.project-intro.has-image { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem; align-items: start; }
.project-hero-image { margin: 0; }
.project-hero-image img { max-height: 680px; object-fit: contain; }
.project-lead { max-width: 70ch; }
.project-section { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.project-section > h2 { font: 400 2rem/1.2 var(--serif); }
.project-section .editorial-quotes { max-width: 80ch; }
.project-artwork { margin: 3rem 0; }
.project-artwork img { max-height: 680px; width: auto; }
.album-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 2rem; max-width: 850px; }
.album-facts dt { font-size: .75rem; color: var(--plum); text-transform: uppercase; letter-spacing: .08em; }
.album-facts dd { margin: .2rem 0 0; }
.album-tracklist, .programme-lines ul, .related-links { max-width: 900px; padding-left: 1.4rem; }
.album-tracklist li, .programme-lines li, .related-links li { margin-block: .65rem; }
.streaming-links { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.project-season { margin-top: 3.5rem; }
.project-season > h3 { font: 400 2rem/1.2 var(--serif); }
.repertoire-item h4 { margin: 0 0 .6rem; font: 400 1.25rem/1.2 var(--serif); }
.repertoire-item ul { padding-left: 1.2rem; margin: 0; font-size: 14px; line-height: 1.75; }
.repertoire-subgroup { padding-left: clamp(.6rem, 2vw, 2rem); }
.press-single .prose { font-size: 16px; line-height: 1.65; }
.press-image { margin: 0 0 2.5rem; max-width: 760px; }
.press-card__image { max-height: 220px; object-fit: cover; margin-bottom: 1.25rem; }
.contact-form-section { max-width: 760px; margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.contact-form-section h2 { font: 400 2.2rem/1.2 var(--serif); }
.contact-form { position: relative; display: grid; gap: .55rem; }
.contact-form label { margin-top: .9rem; font-size: .88rem; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; min-width: 0; padding: .8rem; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); background: var(--white); }
.contact-form textarea { resize: vertical; }
.contact-form button { justify-self: start; }
.field-optional, .form-help { font-size: .8rem; font-weight: 400; }
.form-notice { padding: 1rem; border: 1px solid var(--gold); }
.contact-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.privacy-dialog { width: min(740px, calc(100vw - 2rem)); max-height: calc(100dvh - 2rem); font-size: 14px; line-height: 1.55; }
.privacy-dialog h2 { font-size: clamp(1.35rem, 4vw, 2rem); overflow-wrap: anywhere; }
.privacy-dialog h3 { font-size: 1.1rem; }
.privacy-category { border-block: 1px solid var(--line); padding-block: .8rem; }
.privacy-category summary { cursor: pointer; font-weight: 600; }
.privacy-category summary span { float: right; font-size: .8rem; font-weight: 400; }
.privacy-choice { border: 0; }
.privacy-choice input { flex: 0 0 1.2rem; accent-color: var(--plum); }
.privacy-actions .button { padding-inline: .7rem; font-size: .77rem; color: var(--ink); background: var(--paper); border-color: var(--ink); }
.privacy-actions .button:hover { color: var(--paper); background: var(--ink); }
.site-footer nav > a, .site-footer nav > button { display: flex; align-items: center; min-height: 44px; text-align: left; }
@media (max-width: 760px) {
  .hero__grid, .biography-layout, .project-intro.has-image { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .hero__portrait { margin: 0 0 3rem; }
  .hero__portrait img { max-height: 560px; width: 100%; height: auto; }
  .hero__content { padding-bottom: 1rem; }
  .hero--text .hero__content { padding-bottom: 3.5rem; }
  .biography-image { position: static; }
}
@media (max-width: 620px) {
  .project-grid--featured, .album-facts { grid-template-columns: minmax(0, 1fr); }
  .hero h1 { font-size: clamp(2.55rem, 10.4vw, 4rem); }
  .editorial-quote { padding-left: .85rem; }
  .privacy-category summary span { float: none; display: block; }
}
