/* Montage Music Society — site styles (light default) */
:root {
  --bg: oklch(0.995 0.002 95);
  --bg-alt: oklch(0.975 0.005 95);
  --stripe-a: oklch(0.945 0.006 95);
  --stripe-b: oklch(0.975 0.004 95);
  --rule-soft: oklch(0.925 0.005 95);
  --rule: oklch(0.885 0.005 95);
  --rule-2: oklch(0.82 0.007 95);
  --rule-3: oklch(0.74 0.008 95);
  --text: oklch(0.21 0.015 265);
  --text-2: oklch(0.29 0.014 265);
  --text-3: oklch(0.35 0.013 265);
  --mute: oklch(0.39 0.012 265);
  --mute-2: oklch(0.45 0.011 265);
  --mute-3: oklch(0.51 0.010 265);
  --mute-4: oklch(0.57 0.009 265);
  --on-accent: oklch(0.99 0.003 95);
  --accent: oklch(0.52 0.105 60);
  --accent-lift: oklch(0.46 0.105 55);
  --accent-hi: oklch(0.37 0.09 50);
  --accent-warm: oklch(0.47 0.13 25);

  --serif: Spectral, Georgia, 'Times New Roman', serif;
  --sans: Archivo, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, Menlo, Consolas, monospace;

  --pad-x: clamp(20px, 5vw, 72px);
  --pad-y: clamp(44px, 7vw, 92px);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--serif);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--accent-lift); text-decoration: none; }
a:hover { color: var(--accent-hi); }
::selection { background: var(--accent); color: var(--on-accent); }

/* ---------- type ---------- */
h1, h2, h3 { font-weight: 300; letter-spacing: -0.018em; margin: 0; }
h1 { font-size: clamp(36px, 5vw, 66px); line-height: 1.06; }
h2 { font-size: clamp(26px, 3vw, 42px); line-height: 1.12; }
h3 { font-size: clamp(20px, 1.9vw, 25px); line-height: 1.3; }
.h1-hero { font-size: clamp(38px, 5.2vw, 72px); line-height: 1.05; text-wrap: balance; }
.em { font-style: italic; color: var(--accent-lift); }
p { margin: 0; text-wrap: pretty; }
.lead { font-size: clamp(18px, 1.7vw, 23px); line-height: 1.6; color: var(--text-2); max-width: 56ch; }
.body { font-size: 17px; line-height: 1.7; color: var(--mute); max-width: 62ch; }
.body + .body { margin-top: 18px; }
.small { font-size: 14px; line-height: 1.7; color: var(--mute-3); max-width: 52ch; }
.eyebrow { font-family: var(--sans); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--accent-lift); }
.label { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute-2); }

/* ---------- layout ---------- */
.section { padding: var(--pad-y) var(--pad-x); border-top: 1px solid var(--rule); }
.section--flush { border-top: 0; padding-top: 0; }
.section--alt { background: var(--bg-alt); }
.stack { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.stack--tight { gap: 14px; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(30px, 5vw, 70px); align-items: start; }
.split--center { align-items: center; }
.split--text { grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); }
.head-row { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(26px, 3.5vw, 44px); }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(20px, 2.6vw, 34px); }
.grid--tight { gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.grid--tight > * { background: var(--bg); padding: 28px 26px 32px; }
.section--alt .grid--tight > * { background: var(--bg-alt); }
.measure { max-width: 74ch; }

/* ---------- buttons ---------- */
.btn, .btn-ghost, .btn-text { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; display: inline-block; }
.btn { background: var(--accent); color: var(--on-accent); padding: 15px 30px; }
.btn:hover { background: var(--accent-hi); color: var(--on-accent); }
.btn-ghost { border: 1px solid var(--rule-3); color: var(--text-2); padding: 15px 30px; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-lift); }
.btn-ghost--accent { border-color: var(--accent); color: var(--accent-lift); }
.btn-text { border-bottom: 1px solid var(--accent); padding-bottom: 5px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- nav ---------- */
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 20px var(--pad-x); border-bottom: 1px solid var(--rule); font-family: var(--sans); }
.nav__brand { display: flex; align-items: baseline; gap: 10px; color: var(--text); }
.nav__brand strong { font-weight: 600; font-size: 17px; letter-spacing: 0.22em; text-transform: uppercase; }
.nav__brand span { font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mute-3); }
.nav__links { display: flex; align-items: center; gap: clamp(12px, 1.7vw, 24px); flex-wrap: wrap; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.nav__links a { color: var(--text-2); padding-bottom: 5px; border-bottom: 1px solid transparent; }
.nav__links a:hover { color: var(--accent-lift); }
.nav__links a[aria-current="page"] { color: var(--accent-lift); border-bottom-color: var(--accent); }
.nav__cta { border: 1px solid var(--accent); color: var(--accent-lift); padding: 9px 18px; letter-spacing: 0.18em; }
.nav__links a.nav__cta { border-bottom: 1px solid var(--accent); padding: 10px 18px; text-align: center; line-height: 1; }
.nav__links a.nav__cta:hover { background: var(--accent); color: oklch(0.99 0.003 95); border-color: var(--accent); }


/* ---------- nav submenus ---------- */
.nav__item { position: relative; display: flex; align-items: center; gap: 6px; }
.nav__caret { display: inline-block; width: 0; height: 0; border-left: 3.5px solid transparent; border-right: 3.5px solid transparent; border-top: 4px solid currentColor; opacity: 0.55; margin-bottom: 4px; }
.nav__sub {
  position: absolute;
  top: 100%;
  left: -14px;
  margin-top: 12px;
  min-width: 0;
  white-space: nowrap;
  background: var(--bg);
  border: 1px solid var(--rule);
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s;
  z-index: 40;
}
.nav__item:last-of-type .nav__sub { left: auto; right: -14px; }
.nav__item:hover > .nav__sub,
.nav__item:focus-within > .nav__sub { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__sub a {
  padding: 11px 18px;
  border-bottom: 0;
  color: var(--text-2);
  letter-spacing: 0.14em;
  line-height: 1.4;
}
.nav__sub a:hover { color: var(--accent-lift); background: var(--bg-alt); }
.nav__sub a[aria-current="page"] { color: var(--accent-lift); border-bottom: 0; }

@media (min-width: 1225px) {
  .banner { height: 612px; aspect-ratio: auto; }
}
@media (min-width: 1700px) {
  .banner { height: 660px; }
}

/* ---------- mobile nav ---------- */
.nav__toggle {
  display: none;
  appearance: none;
  background: none;
  border: 1px solid var(--rule-2);
  padding: 12px 13px;
  cursor: pointer;
  line-height: 0;
  color: var(--text-2);
}
.nav__toggle:hover { border-color: var(--accent); color: var(--accent-lift); }
.nav__toggle i { display: block; width: 20px; height: 1.5px; background: currentColor; transition: transform 0.22s ease, opacity 0.18s ease; }
.nav__toggle i + i { margin-top: 5px; }
.nav__scrim {
  position: fixed;
  inset: 0;
  background: color-mix(in oklch, var(--text) 42%, transparent);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s ease, visibility 0.26s;
  z-index: 60;
}

@media (max-width: 860px) {
  .nav { flex-wrap: nowrap; }
  .nav__toggle { display: block; }
  .nav__links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 84vw);
    background: var(--bg);
    border-left: 1px solid var(--rule);
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    padding: 90px 0 40px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 70;
    font-size: 12px;
  }
  .nav__links > a,
  .nav__item > a {
    padding: 18px var(--pad-x);
    border-bottom: 1px solid var(--rule-soft);
    letter-spacing: 0.2em;
  }
  .nav__links a[aria-current="page"] { border-bottom-color: var(--rule-soft); }
  .nav__item { display: block; position: static; }
  .nav__item > a { display: block; }
  .nav__caret { display: none; }
  .nav__sub {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin: 0;
    border: 0;
    padding: 0;
    background: none;
    white-space: normal;
  }
  .nav__sub a {
    display: block;
    padding: 18px var(--pad-x);
    border-bottom: 1px solid var(--rule-soft);
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .nav__sub a::before { content: none; }
  .nav__sub a:hover { background: none; color: var(--accent-lift); }
  .nav__links a.nav__cta {
    margin: 26px var(--pad-x) 0;
    text-align: center;
    padding: 16px 18px;
    border: 1px solid var(--accent);
  }
  .nav--open .nav__links { transform: translateX(0); }
  .nav--open .nav__scrim { opacity: 1; visibility: visible; }
  .nav--open .nav__toggle i:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav--open .nav__toggle i:nth-child(2) { opacity: 0; }
  .nav--open .nav__toggle i:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .nav--open .nav__toggle { position: relative; z-index: 80; border-color: var(--accent); color: var(--accent-lift); }
  body.nav-locked { overflow: hidden; }
}

/* ---------- cards & placeholders ---------- */
.card { border: 1px solid var(--rule); padding: clamp(28px, 3.4vw, 42px); }
.card--accent { border-color: var(--accent); }
.card--dashed { border: 1px dashed var(--rule-3); }
.ph { border: 1px solid var(--rule); background-image: repeating-linear-gradient(135deg, var(--stripe-a) 0 9px, var(--stripe-b) 9px 18px); display: flex; align-items: flex-end; padding: 20px; }
.ph span { font-family: var(--mono); font-size: 11px; color: var(--mute-4); }
.ph--logo { width: 210px; height: 90px; align-items: center; justify-content: center; }
.ph--hero { aspect-ratio: 4 / 3; min-height: 280px; }
.ph--wide { aspect-ratio: 21 / 9; min-height: 240px; }
.ph--video { aspect-ratio: 16 / 9; }
.ph--portrait { aspect-ratio: 3 / 4; max-width: 400px; }


.sr-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

/* ---------- SYDNEY logo artwork ---------- */
.sydney-logo {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  /* artwork has a white ground: blend it into the page */
  mix-blend-mode: multiply;
}
.sydney-logo--hero { max-width: 100%; justify-self: end; margin: 0; }

/* ---------- video embed ---------- */
.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  background: var(--bg-alt);
  overflow: hidden;
}
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: repeating-linear-gradient(135deg, var(--stripe-a) 0 9px, var(--stripe-b) 9px 18px);
  font-family: var(--mono);
  font-size: 12px;
  color: var(--mute-3);
  text-align: center;
  padding: 20px;
}




.contact-card { display: flex; gap: clamp(20px, 3vw, 34px); align-items: flex-start; flex-wrap: wrap; }
.contact-card .stack { flex: 1 1 240px; }

/* ---------- multi-column prose ---------- */
.prose-cols {
  columns: 2;
  column-gap: clamp(32px, 5vw, 76px);
  column-rule: 1px solid var(--rule-soft);
  max-width: none;
}
@media (max-width: 860px) { .prose-cols { columns: 1; column-rule: 0; } }


/* ---------- teaser ---------- */
.teaser { display: block; width: 100%; height: clamp(260px, 42vw, 620px); object-fit: cover; object-position: center; background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
@media (prefers-reduced-motion: reduce) { .teaser { animation: none; } }

/* ---------- audio excerpts ---------- */
.tracks { display: flex; flex-direction: column; border-top: 1px solid var(--rule); }
.track { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: 14px 32px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--rule-soft); }
.track__title { font-size: 20px; line-height: 1.35; font-style: italic; color: var(--text); }
.track__title span { font-style: normal; color: var(--mute-2); font-size: 17px; }
.track__note { font-family: var(--sans); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute-2); margin-top: 8px; line-height: 1.6; }
.track audio { width: 100%; height: 40px; }
@media (max-width: 720px) { .track { grid-template-columns: 1fr; } }

/* ---------- team ---------- */
.team-photo { display: block; width: 100%; height: auto; border: 1px solid var(--rule); }
.team-list { display: flex; flex-direction: column; gap: 20px; }
.team-list div { border-top: 1px solid var(--rule-2); padding-top: 14px; }
.team-list strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 21px; letter-spacing: -0.01em; }
.team-list span { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute-2); margin-top: 8px; }
.bio-photo { display: block; width: 100%; max-width: 360px; height: auto; border: 1px solid var(--rule); }
.audio-slots { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(14px, 2vw, 22px); margin-top: 8px; }
.audio-slot {
  border: 1px dashed var(--rule-3);
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--mute-3);
}
.audio-slot::before {
  content: "";
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-left: 11px solid var(--accent);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* ---------- portrait photo ---------- */
.portrait {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 22%;
  border: 1px solid var(--rule);
}
.portrait.portrait--square {
  aspect-ratio: 1;
  max-width: 220px;
  object-position: 50% 30%;
}


/* ---------- media grid ---------- */
.vid-card { color: var(--text); display: block; }
.vid-card:hover { color: var(--accent-lift); }
.vid-card img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--rule); }
.vid-card .item-title { font-size: 19px; }
.disc { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: clamp(26px, 4vw, 56px); align-items: start; }
.disc__cover { width: 100%; max-width: 300px; aspect-ratio: 1; border: 1px solid var(--rule); background-image: repeating-linear-gradient(135deg, var(--stripe-a) 0 9px, var(--stripe-b) 9px 18px); display: flex; align-items: flex-end; padding: 16px; }
.disc__cover span { font-family: var(--mono); font-size: 11px; color: var(--mute-4); }
img.disc__cover { display: block; height: auto; object-fit: cover; padding: 0; background-image: none; }
.rev { font-size: 17px; line-height: 1.6; color: var(--text-2); }
.rev + .rev { margin-top: 22px; }
.rev cite { display: block; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent-lift); margin-top: 10px; font-style: normal; }
.releases { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.release__cover { width: 100%; aspect-ratio: 1; border: 1px solid var(--rule); background-image: repeating-linear-gradient(135deg, var(--stripe-a) 0 9px, var(--stripe-b) 9px 18px); display: flex; align-items: flex-end; padding: 14px; margin-bottom: 16px; }
.release__cover span { font-family: var(--mono); font-size: 11px; color: var(--mute-4); }
img.release__cover { display: block; height: auto; object-fit: cover; padding: 0; background-image: none; }
img.doc-still { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--rule); }
.release p { font-size: 15px; line-height: 1.6; color: var(--mute); }
@media (max-width: 720px) { .disc { grid-template-columns: 1fr; } }

/* ---------- quotes ---------- */
blockquote { margin: 0; }
.quote { font-size: clamp(18px, 1.7vw, 22px); line-height: 1.5; color: var(--text); }
.quote--lg { font-size: clamp(21px, 2.1vw, 28px); line-height: 1.45; }
.cite { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent-lift); margin-top: 22px; display: block; font-style: normal; }
.press-row { display: grid; grid-template-columns: minmax(160px, 200px) minmax(0, 1fr); gap: clamp(16px, 3vw, 44px); padding: clamp(24px, 3vw, 36px) 0; border-bottom: 1px solid var(--rule-soft); align-items: start; }



.grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .grid--two { grid-template-columns: 1fr; } }


/* ---------- rotating quote ---------- */
.quote-rotator {
  display: grid;
  min-height: clamp(150px, 22vw, 250px);
  place-items: center;
  padding: clamp(20px, 4vw, 48px) 0;
}
.quote-rotator blockquote {
  grid-area: 1 / 1;
  text-align: center;
  max-width: 24ch;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 4.2vw, 62px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--text);
  opacity: 0;
  animation: quote-cycle 25s infinite;
}
.quote-rotator blockquote cite {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-lift);
  margin-top: clamp(18px, 2vw, 26px);
}
.quote-rotator blockquote:nth-child(1) { animation-delay: 0s; }
.quote-rotator blockquote:nth-child(2) { animation-delay: 5s; }
.quote-rotator blockquote:nth-child(3) { animation-delay: 10s; }
.quote-rotator blockquote:nth-child(4) { animation-delay: 15s; }
.quote-rotator blockquote:nth-child(5) { animation-delay: 20s; }

@keyframes quote-cycle {
  0%  { opacity: 0; }
  4%  { opacity: 1; }
  16% { opacity: 1; }
  20% { opacity: 0; }
  100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .quote-rotator { min-height: 0; display: flex; flex-direction: column; gap: clamp(30px, 4vw, 52px); }
  .quote-rotator blockquote { animation: none; opacity: 1; max-width: 28ch; font-size: clamp(24px, 3vw, 38px); }
}

/* ---------- reviews ---------- */
.rev-feature { border: 1px solid var(--accent); padding: clamp(28px, 3.4vw, 42px); display: flex; flex-direction: column; gap: 18px; }
.rev-feature p { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.5; color: var(--text); }
.rev-feature cite { display: block; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-lift); margin-top: 10px; font-style: normal; }
.rev-entry { display: grid; grid-template-columns: minmax(170px, 230px) minmax(0, 1fr); gap: clamp(18px, 3vw, 48px); padding: clamp(28px, 3.4vw, 42px) 0; border-bottom: 1px solid var(--rule-soft); align-items: start; }
.rev-entry:first-of-type { border-top: 1px solid var(--rule); }
.rev-entry__pub { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-lift); line-height: 1.5; }
.rev-entry__event { font-size: 16px; line-height: 1.5; color: var(--text-2); margin-bottom: 16px; font-style: italic; }
.rev-entry__quote { font-size: 17px; line-height: 1.7; color: var(--mute); max-width: 68ch; }
.rev-entry__quote + .rev-entry__quote { margin-top: 14px; }
.rev-entry__link { display: inline-block; margin-top: 18px; }
@media (max-width: 720px) { .rev-entry { grid-template-columns: 1fr; } }


/* ---------- expandable full review ---------- */
.rev-more { margin-top: 18px; border-top: 1px solid var(--rule-soft); }
.rev-more > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 16px 0 0;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-lift);
}
.rev-more > summary::-webkit-details-marker { display: none; }
.rev-more > summary::after { content: "+"; font-size: 15px; line-height: 1; opacity: 0.8; }
.rev-more[open] > summary::after { content: "\2013"; }
.rev-more > summary:hover { color: var(--accent-hi); }
.rev-more__body { font-size: 16px; line-height: 1.75; color: var(--mute); max-width: 68ch; padding: 18px 0 6px; }

/* ---------- listings ---------- */
.item-title { font-size: 20px; line-height: 1.35; font-weight: 300; margin-top: 18px; }
.item-meta { font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute-2); margin-top: 9px; }
.media-link { color: var(--text); display: block; }
.media-link:hover { color: var(--accent-lift); }
.person { border-top: 1px solid var(--rule-2); padding-top: 16px; }
.person__name { font-size: 19px; font-weight: 300; }
.person__role { font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute-2); margin-top: 8px; }
.people { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 26px 34px; max-width: 1000px; }
.credit-composer { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent-lift); }
.credit-artist { font-size: 20px; line-height: 1.35; margin-top: 14px; font-weight: 300; }
.address { font-size: 19px; line-height: 1.6; }
.pending { display: inline-block; font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute-3); border: 1px dashed var(--rule-3); padding: 13px 22px; }

/* ---------- terms list (consortium) ---------- */
.terms { display: grid; gap: 0; counter-reset: term; }
.terms > div { display: grid; grid-template-columns: minmax(150px, 210px) minmax(0, 1fr); gap: clamp(16px, 3vw, 40px); padding: clamp(22px, 2.6vw, 30px) 0; border-bottom: 1px solid var(--rule-soft); align-items: start; }
.terms > div:first-child { border-top: 1px solid var(--rule); }
.terms dt, .term-key { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-lift); }
.term-val { font-size: 17px; line-height: 1.68; color: var(--mute); max-width: 56ch; }

/* ---------- footer ---------- */
.foot { border-top: 1px solid var(--rule); padding: clamp(36px, 5vw, 60px) var(--pad-x); display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; align-items: flex-end; }
.foot__name { font-family: var(--sans); font-weight: 600; font-size: 14px; letter-spacing: 0.22em; text-transform: uppercase; }
.foot__note { font-size: 15px; color: var(--mute-2); margin-top: 12px; line-height: 1.7; }
.foot__links { display: flex; flex-direction: column; gap: 10px; font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.foot__legal { font-family: var(--sans); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mute-3); line-height: 2; }



/* ---------- logo ---------- */
.logo { display: block; width: clamp(200px, 26vw, 330px); height: auto; color: var(--text); }
.banner__text .logo { margin-bottom: 4px; }

/* ---------- home banner (full-bleed artist collage) ---------- */
.banner {
  position: relative;
  border-top: 0;
  width: 100%;
  aspect-ratio: 2 / 1;
  max-height: 612px;
  background-image: url('images/montage-artists-wide.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  display: grid;
  align-content: center;
  padding: 0 var(--pad-x);
  margin: 0;
}
.banner__text {
  max-width: min(38%, 560px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.banner .h1-hero { font-size: clamp(22px, 2.9vw, 54px); }
.banner .logo { width: clamp(150px, 19vw, 300px); }

@media (max-width: 1100px) {
  .banner { aspect-ratio: auto; max-height: none; align-content: start; background-image: none; padding: var(--pad-y) var(--pad-x) 0; }
  .banner__text { max-width: none; }
  .banner .h1-hero { font-size: clamp(34px, 6vw, 56px); }
  .banner .logo { width: clamp(200px, 40vw, 320px); }
  .banner__art {
    margin: clamp(30px, 5vw, 50px) calc(var(--pad-x) * -1) 0;
    width: 100vw;
    max-width: 100vw;
  }
  .banner__art img { display: block; width: 100%; height: auto; }
}
.banner__art { display: none; }
@media (max-width: 1100px) { .banner__art { display: block; } }

@media (max-width: 640px) {
  .press-row, .terms > div { grid-template-columns: 1fr; }
}
