/* VCT Stage stylesheet. Tokens mirror theme.json; every colour pair below was measured for contrast
   (see DESIGN.md): ink on field 16:1, ink-2 on field 8.2:1, white on act 6.4:1, act on field 6.4:1.
   Venue drenches: orpheum, playhouse and plaza carry ink text (8.3 to 10:1); qet and annex carry
   white text (8.9 and 7:1). */
@font-face { font-family: "BC Sans"; src: url("fonts/bcsans-regular-sub.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "BC Sans"; src: url("fonts/bcsans-bold-sub.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "BC Sans"; src: url("fonts/bcsans-italic-sub.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Big Shoulders Display"; src: url("fonts/big-shoulders-display-latin.woff2") format("woff2"); font-weight: 600 800; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Big Shoulders Display"; src: url("fonts/big-shoulders-display-latin-ext.woff2") format("woff2"); font-weight: 600 800; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --field: #fcfcfc; --field-2: #f2f2f2; --line: #d4d4d4; --ink: #1f1f1f; --ink-2: #4d4d4d;
  --stage: #0b0d12; --stage-2: #1a1d26; --on-stage: #fafafa; --on-stage-2: #c9ccd6;
  --act: #b71c0e; --act-2: #8f150a; --on-act: #ffffff;
  --orpheum: #eaa950; --qet: #5c2f95; --playhouse: #62c37a; --annex: #a21c68; --plaza: #6ccdea;
  --orpheum-text: #7d4700; --qet-text: #5c2f95; --playhouse-text: #005e26; --annex-text: #a21c68; --plaza-text: #005776;
  --display: "Big Shoulders Display", "Arial Narrow", "Helvetica Neue", sans-serif;
  --body: "BC Sans", "Noto Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --s1: .25rem; --s2: .5rem; --s3: .75rem; --s4: 1rem; --s6: 1.5rem; --s8: 2rem;
  --s12: clamp(2rem, 1rem + 3vw, 3rem); --s16: clamp(3rem, 2rem + 4vw, 4rem); --s24: clamp(4rem, 2rem + 6vw, 6rem);
  --wrap: 1280px; --measure: 68ch; --radius: 4px;
  --z-sticky: 20; --z-menu: 30; --z-bar: 40; --z-skip: 50;
  --ease: cubic-bezier(.22, 1, .36, 1); --t: 200ms;
  --fs-small: .875rem; --fs-body: 1.0625rem; --fs-lead: 1.25rem;
  --fs-h3: clamp(1.5rem, 1.2rem + 1vw, 1.95rem); --fs-h2: clamp(1.9rem, 1.4rem + 1.8vw, 2.7rem);
  --fs-h1: clamp(2.6rem, 1.8rem + 3vw, 4.2rem); --fs-display: clamp(3rem, 2rem + 5vw, 5.5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 4.5rem; scroll-padding-bottom: 4rem; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--field); color: var(--ink); font: 400 var(--fs-body)/1.6 var(--body); font-kerning: normal; }
img, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.02; letter-spacing: -0.01em; margin: 0 0 var(--s4); text-wrap: balance; }
h1 { font-size: var(--fs-h1); } h2 { font-size: var(--fs-h2); } h3 { font-size: var(--fs-h3); } h4 { font-size: var(--fs-lead); font-family: var(--body); line-height: 1.3; }
p { margin: 0 0 var(--s4); } p:last-child { margin-bottom: 0; }
a { color: var(--act); text-decoration-thickness: 1px; text-underline-offset: .15em; }
a:hover { color: var(--act-2); }
:focus-visible { outline: 2px solid var(--act); outline-offset: 2px; box-shadow: 0 0 0 4px #fff; border-radius: 2px; }
.wrap { width: min(100% - 2rem, var(--wrap)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: var(--s4); top: -100px; z-index: var(--z-skip); background: var(--on-act); color: var(--act); padding: var(--s2) var(--s4); font-weight: 700; }
.skip:focus { top: var(--s2); }
.demo-note { background: var(--field-2); color: var(--ink-2); font-size: var(--fs-small); padding: var(--s2) var(--s4); text-align: center; border-bottom: 1px solid var(--line); }

/* Masthead: signage on a black band, venue row beneath (Portland'5), two buttons at the right (Stir). */
.masthead { background: var(--stage); color: var(--on-stage); }
.masthead__row { display: flex; align-items: center; gap: var(--s4); min-height: 4.5rem; min-width: 0; }
.masthead__row > * { min-width: 0; }
.wordmark { display: inline-flex; flex-wrap: wrap; gap: .35em; font-family: var(--display); font-weight: 800; font-size: clamp(1.1rem, 0.6rem + 2.4vw, 1.55rem); line-height: 1; text-transform: uppercase; letter-spacing: .02em; color: var(--on-stage); text-decoration: none; }
.wordmark span:nth-child(2) { color: var(--orpheum); }
.wordmark--footer { font-size: 1.3rem; margin-bottom: var(--s4); }
.venue-row { display: none; gap: var(--s4); margin-left: auto; }
.venue-row__item { display: inline-flex; align-items: center; gap: .45em; color: var(--on-stage-2); text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; padding: var(--s2) 0; border-bottom: 2px solid transparent; }
.venue-row__item--plaza { font-family: var(--body); text-transform: none; font-weight: 700; letter-spacing: 0; }
.venue-row__item:hover, .venue-row__item[aria-current] { color: var(--on-stage); border-bottom-color: currentColor; }
.venue-tag__swatch { width: .8em; height: .8em; border-radius: 2px; background: var(--c, var(--field)); flex: none; }
.venue-row__item--qet, .venue-tag--qet, .ev--qet { --c: var(--qet); } .venue-row__item--orpheum, .venue-tag--orpheum { --c: var(--orpheum); }
.venue-row__item--playhouse, .venue-tag--playhouse { --c: var(--playhouse); } .venue-row__item--annex, .venue-tag--annex { --c: var(--annex); } .venue-row__item--plaza, .venue-tag--plaza { --c: var(--plaza); }
.menu-btn { margin-left: auto; background: transparent; color: var(--on-stage); border: 1px solid var(--on-stage-2); border-radius: var(--radius); padding: var(--s2) var(--s4); font: 700 1rem var(--body); display: inline-flex; align-items: center; gap: var(--s2); min-height: 44px; cursor: pointer; }
.menu-btn__bars { width: 18px; height: 2px; background: currentColor; box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor; display: inline-block; }
.masthead__nav { display: none; padding-bottom: var(--s4); }
.masthead__nav.is-open { display: block; }
.primary__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--s1); }
.primary__list a { display: block; white-space: nowrap; color: var(--on-stage); text-decoration: none; padding: var(--s3) var(--s2); font-weight: 700; border-bottom: 2px solid transparent; }
.primary__list a:hover, .primary__list .current-menu-item > a, .primary__list .current-menu-ancestor > a { border-bottom-color: var(--orpheum); color: var(--on-stage); }
.primary__list .sub-menu { list-style: none; margin: 0; padding: 0 0 0 var(--s4); }
.primary__list .sub-menu a { font-weight: 400; color: var(--on-stage-2); padding: var(--s2); }
.masthead__tools { display: flex; gap: var(--s3); align-items: center; margin-top: var(--s4); flex-wrap: wrap; }
.search-mini { display: flex; gap: var(--s2); }
.search-mini input, .search-big input { font: inherit; padding: var(--s2) var(--s3); border: 1px solid var(--line); border-radius: var(--radius); min-height: 44px; min-width: 12rem; background: var(--field); color: var(--ink); }
.search-mini input::placeholder { color: var(--ink-2); }
@media (min-width: 1100px) {
  .menu-btn { display: none; } .venue-row { display: flex; }
  .masthead__nav { display: flex !important; align-items: center; justify-content: space-between; border-top: 1px solid var(--stage-2); padding: 0; }
  .primary__list { flex-direction: row; gap: var(--s2); }
  .primary__list > li { position: relative; }
  .primary__list a { padding: var(--s4) var(--s3); }
  .primary__list .sub-menu { display: none; position: absolute; left: 0; top: 100%; min-width: 16rem; background: var(--stage-2); padding: var(--s2); z-index: var(--z-menu); box-shadow: 0 12px 24px rgba(0,0,0,.35); }
  .primary__list > li:hover > .sub-menu, .primary__list > li:focus-within > .sub-menu { display: block; }
  .masthead__tools { margin: 0; }
}

/* Buttons */
.btn { display: inline-flex; background: transparent; align-items: center; gap: .5em; padding: .7em 1.2em; min-height: 44px; border-radius: var(--radius); font: 700 1rem var(--body); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background var(--t) var(--ease), color var(--t) var(--ease); }
.btn--act { background: var(--act); color: var(--on-act); } .btn--act:hover { background: var(--act-2); color: var(--on-act); }
.btn--quiet { background: transparent; color: var(--ink); border-color: var(--ink); } .btn--quiet:hover { background: var(--ink); color: var(--field); }
.btn--onstage { color: var(--on-stage); border-color: var(--on-stage-2); } .btn--onstage:hover { background: var(--on-stage); color: var(--stage); }
.btn--sm { min-height: 40px; padding: .45em .9em; font-size: .95rem; }
.btn__note { font-weight: 400; font-size: var(--fs-small); opacity: .9; }
.rss { font-size: var(--fs-small); font-weight: 700; }
.rss::before { content: ""; display: inline-block; width: .9em; height: .9em; margin-right: .3em; vertical-align: -.1em; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='19' r='2.5'/%3E%3Cpath d='M3 10a11 11 0 0 1 11 11h-3a8 8 0 0 0-8-8zM3 3a18 18 0 0 1 18 18h-3A15 15 0 0 0 3 6z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='19' r='2.5'/%3E%3Cpath d='M3 10a11 11 0 0 1 11 11h-3a8 8 0 0 0-8-8zM3 3a18 18 0 0 1 18 18h-3A15 15 0 0 0 3 6z'/%3E%3C/svg%3E") center/contain no-repeat; }

/* Hero */
.hero { position: relative; background: var(--stage); color: var(--on-stage); min-height: min(70vh, 640px); display: grid; align-items: end; overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,13,18,.92) 0%, rgba(11,13,18,.35) 55%, rgba(11,13,18,0) 100%); }
.hero__copy { position: relative; z-index: 1; padding: var(--s24) 0 var(--s12); animation: rise 600ms var(--ease) both; }
.hero__kicker { font-family: var(--display); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--orpheum); margin-bottom: var(--s2); }
.hero__title { font-size: var(--fs-display); font-weight: 800; max-width: 14ch; margin-bottom: var(--s4); color: var(--on-stage); }
.hero__event { font-size: var(--fs-lead); display: flex; flex-wrap: wrap; gap: var(--s2) var(--s3); align-items: center; }
.hero__event a, .hero__event .venue-tag { color: var(--on-stage); } .hero__date { color: var(--on-stage-2); }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* Two doors (Cultch: patrons and rental clients from the first screen) */
.doors { display: grid; grid-template-columns: 1fr; }
.door { display: grid; gap: var(--s1); padding: var(--s8) var(--s6); text-decoration: none; color: var(--ink); background: var(--field-2); border-bottom: 1px solid var(--line); transition: background var(--t) var(--ease); }
.door--rent { background: var(--stage-2); color: var(--on-stage); }
.door__kicker { font-size: var(--fs-small); font-weight: 700; color: inherit; opacity: .8; }
.door__title { font-family: var(--display); font-size: var(--fs-h2); font-weight: 800; line-height: 1; }
.door__title::after { content: " →"; }
.door__sub { opacity: .85; }
.door--visit:hover { background: #e8e8e8; } .door--rent:hover { background: #262a36; }
@media (min-width: 760px) { .doors { grid-template-columns: 1fr 1fr; } .door { padding: var(--s12) var(--s8); } }

/* Sections */
.section { padding-block: var(--s16); }
.section--story { border-top: 1px solid var(--line); }
.section__head { display: grid; gap: var(--s3); margin-bottom: var(--s8); }
.section__lead { font-size: var(--fs-lead); color: var(--ink-2); max-width: var(--measure); text-wrap: pretty; }
.section__links { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: center; }
.page-head { padding-block: var(--s8) var(--s6); }
.page-head--hub { padding-bottom: var(--s4); }

/* Event list rows and cards */
.ev-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.ev { display: grid; grid-template-columns: 96px 1fr; gap: var(--s4); padding: var(--s4) 0; border-top: 1px solid var(--line); align-items: start; animation: fade 120ms ease-out both; }
.ev:last-child { border-bottom: 1px solid var(--line); }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.ev__media img, .ev__noimg { width: 96px; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); background: var(--field-2); }
.ev__date { font-family: var(--display); font-weight: 700; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .02em; color: var(--ink-2); margin: 0 0 var(--s1); font-variant-numeric: tabular-nums; }
.ev__title { font-size: var(--fs-h3); margin: 0 0 var(--s2); } .ev__title a { color: var(--ink); text-decoration: none; } .ev__title a:hover { text-decoration: underline; }
.ev__meta { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s3); align-items: center; color: var(--ink-2); font-size: var(--fs-small); margin: 0; }
.ev__excerpt { margin-top: var(--s2); color: var(--ink-2); }
.ev__actions { grid-column: 1 / -1; display: flex; gap: var(--s2); flex-wrap: wrap; }
.ev--past .ev__media img { filter: grayscale(1); opacity: .7; }
.venue-tag { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; color: var(--ink); }
.chip { display: inline-block; padding: .1em .55em; border-radius: 999px; font-size: var(--fs-small); font-weight: 700; background: var(--field-2); color: var(--ink); border: 1px solid var(--line); }
.chip--vct-presents { background: #fdf1de; color: var(--orpheum-text); border-color: #e9c78f; }
.chip--free { background: #e3f6e8; color: var(--playhouse-text); border-color: #a9dfb8; }
.chip--festival { background: #ece3f7; color: var(--qet-text); border-color: #c8b3e6; }
.chip--past { background: var(--field-2); color: var(--ink-2); }
@media (min-width: 760px) {
  .ev { grid-template-columns: 128px 1fr auto; }
  .ev__media img, .ev__noimg { width: 128px; }
  .ev__actions { grid-column: auto; flex-direction: column; align-items: stretch; }
  .ev-grid .ev-list { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--s6); }
  .ev-grid .ev { grid-template-columns: 1fr; border: 0; padding: 0; }
  .ev-grid .ev__media img, .ev-grid .ev__noimg { width: 100%; aspect-ratio: 4/3; }
  .ev-grid .ev__actions { flex-direction: row; }
}

/* Calendar block: filters, view switch, load more */
.cal__filters { display: grid; gap: var(--s3); padding: var(--s4); background: var(--field-2); border-radius: var(--radius); margin-bottom: var(--s6); }
.cal__filters fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.cal__filters legend, .cal__filters label.lbl { font-weight: 700; font-size: var(--fs-small); display: block; margin-bottom: var(--s1); }
.cal__filters select, .cal__filters input[type=date], .cal__filters input[type=search] { font: inherit; min-height: 44px; padding: var(--s2) var(--s3); border: 1px solid var(--line); border-radius: var(--radius); background: var(--field); color: var(--ink); width: 100%; }
.cal__checks { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4); }
.cal__checks label { display: inline-flex; gap: .4em; align-items: center; min-height: 44px; }
.cal__row { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: end; }
.cal__row > * { flex: 1 1 12rem; }
.cal__views { display: inline-flex; gap: 0; border: 1px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
.cal__views a, .cal__views button { padding: var(--s2) var(--s4); min-height: 44px; background: var(--field); color: var(--ink); border: 0; font: 700 .95rem var(--body); text-decoration: none; display: inline-flex; align-items: center; cursor: pointer; }
.cal__views [aria-pressed="true"], .cal__views [aria-current] { background: var(--ink); color: var(--field); }
.cal__count { color: var(--ink-2); font-size: var(--fs-small); margin: var(--s2) 0 var(--s4); }
.cal__more { display: flex; justify-content: center; padding: var(--s6) 0; }
.cal__empty { padding: var(--s8); background: var(--field-2); border-radius: var(--radius); }
.cal-month { border-collapse: collapse; width: 100%; table-layout: fixed; }
.cal-month th { font-family: var(--display); text-transform: uppercase; letter-spacing: .04em; padding: var(--s2); text-align: left; border-bottom: 2px solid var(--ink); }
.cal-month td { vertical-align: top; border: 1px solid var(--line); padding: var(--s1); height: 7rem; }
.cal-month .d { font-weight: 700; font-variant-numeric: tabular-nums; display: block; margin-bottom: var(--s1); }
.cal-month .d--out { color: var(--ink-2); opacity: .6; }
.cal-month ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.cal-month li a { display: block; font-size: .8rem; line-height: 1.25; padding: 4px 6px; min-height: 24px; border-radius: 2px; background: color-mix(in oklab, var(--c, var(--field-2)) 18%, var(--field)); color: var(--ink); text-decoration: none; border: 1px solid color-mix(in oklab, var(--c, var(--line)) 45%, var(--field)); }
.cal-month__venue { font-weight: 700; }
.cal-month li a:hover { background: #e4e4e4; }
.cal-month__nav { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s4); }
.cal-month__nav h3 { margin: 0; }
@media (max-width: 759px) { .cal-month, .cal-month thead, .cal-month tbody, .cal-month tr, .cal-month td { display: block; } .cal-month th { display: none; } .cal-month td { height: auto; border: 0; border-top: 1px solid var(--line); } .cal-month td:empty, .cal-month td.empty { display: none; } }

/* Event page */
.event__hero { position: relative; background: var(--stage); color: var(--on-stage); }
.event__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; }
.event__head { position: relative; padding: var(--s8) 0 var(--s12); display: grid; gap: var(--s3); }
.event__head .crumbs a, .event__head .crumbs { color: var(--on-stage); }
.event__meta { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s3); align-items: center; margin: 0; }
.event__meta .venue-tag { color: var(--on-stage); }
.event__title { font-size: var(--fs-display); color: var(--on-stage); max-width: 18ch; }
.event__date { font-family: var(--display); font-size: var(--fs-h3); font-weight: 700; text-transform: uppercase; color: var(--on-stage); margin: 0; font-variant-numeric: tabular-nums; }
.event__actions { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s3); }
.event__actions .btn--quiet { color: var(--on-stage); border-color: var(--on-stage-2); } .event__actions .btn--quiet:hover { background: var(--on-stage); color: var(--stage); }
.event__grid { display: grid; gap: var(--s8); padding-block: var(--s12); }
.event__source { font-size: var(--fs-small); color: var(--ink-2); border-top: 1px solid var(--line); padding-top: var(--s3); margin-top: var(--s8); }
.facts { display: grid; grid-template-columns: max-content 1fr; gap: var(--s2) var(--s4); margin: 0; }
.facts dt { font-weight: 700; } .facts dd { margin: 0; }
.facts__h { font-size: var(--fs-lead); font-family: var(--body); }
.event__facts, .venue__facts { background: var(--field-2); padding: var(--s6); border-radius: var(--radius); align-self: start; }
.facts__links { margin-top: var(--s4); font-size: var(--fs-small); }
@media (min-width: 900px) { .event__grid, .venue__grid { grid-template-columns: minmax(0, 1fr) 20rem; } }
.event-bar { position: fixed; left: 0; right: 0; z-index: var(--z-bar); background: var(--stage); color: var(--on-stage); box-shadow: 0 2px 12px rgba(0,0,0,.3); transform: translateY(-110%); transition: transform var(--t) var(--ease); }
.event-bar--top { top: 0; } .event-bar--bottom { bottom: 0; transform: translateY(110%); display: none; }
.event-bar.is-on { transform: none; }
.event-bar__row { display: flex; align-items: center; gap: var(--s4); min-height: 3.5rem; }
.event-bar__title { font-family: var(--display); font-weight: 700; font-size: 1.2rem; text-transform: uppercase; display: inline-flex; gap: .5em; align-items: center; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; }
.event-bar__date { color: var(--on-stage-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
.event-bar__actions { display: flex; gap: var(--s2); margin-left: auto; }
.event-bar .btn { flex: none; }
@media (min-width: 900px) { .event-bar--bottom { display: block; } body.has-bottom-bar { padding-bottom: 3.5rem; } }

/* Venue page: drenched band in the venue colour, text colour chosen per venue for contrast */
.venue--qet { --vc: var(--qet); --on-vc: #ffffff; --on-vc-2: #ddd3ec; } .venue--annex { --vc: var(--annex); --on-vc: #ffffff; --on-vc-2: #f1cfe2; }
.venue--orpheum { --vc: var(--orpheum); --on-vc: var(--ink); --on-vc-2: #4a3a20; } .venue--playhouse { --vc: var(--playhouse); --on-vc: var(--ink); --on-vc-2: #16401f; } .venue--plaza { --vc: var(--plaza); --on-vc: var(--ink); --on-vc-2: #123d4c; }
.venue__hero { background: var(--vc); }
.venue__img { width: 100%; max-height: 62vh; object-fit: cover; }
.venue__band { background: var(--vc); color: var(--on-vc); padding: var(--s8) 0 var(--s6); }
.venue__band a, .venue__band .crumbs a, .venue__band .crumbs { color: var(--on-vc); }
.venue__title { font-size: var(--fs-display); color: var(--on-vc); margin-bottom: var(--s2); }
.venue__tag { font-size: var(--fs-lead); font-weight: 700; margin-bottom: var(--s2); }
.venue__addr { color: var(--on-vc-2); margin-bottom: var(--s4); } .venue__addr a { color: var(--on-vc); }
.venue__jump { display: flex; flex-wrap: wrap; gap: var(--s2); }
.venue__jump a { color: var(--on-vc); text-decoration: none; font-weight: 700; padding: var(--s2) var(--s3); border: 1px solid var(--on-vc-2); border-radius: var(--radius); min-height: 40px; display: inline-flex; align-items: center; }
.venue__jump a:hover { background: var(--on-vc); color: var(--vc); }
.venue__grid { display: grid; gap: var(--s8); padding-block: var(--s12) var(--s8); }
.venue__rent { background: var(--stage); color: var(--on-stage); padding-block: var(--s16); }
.venue__rent a:not(.btn) { color: var(--on-stage); } .venue__rent .btn--quiet { color: var(--on-stage); border-color: var(--on-stage-2); }
.venue__rent-grid { display: grid; gap: var(--s8); margin-bottom: var(--s6); }
@media (min-width: 900px) { .venue__rent-grid { grid-template-columns: minmax(0, 1fr) 20rem; } }
.facts--rent dt { color: var(--on-stage-2); }
.faq { border-top: 1px solid var(--line); }
.faq:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: var(--s3) 0; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: var(--s4); min-height: 44px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--display); font-size: 1.5rem; line-height: 1; color: var(--act); flex: none; }
.faq[open] summary::after { content: "–"; }
.faq > div { padding: 0 0 var(--s4); }
.faq__group { margin-top: var(--s8); font-size: var(--fs-lead); font-family: var(--body); }
.gallery { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--s3); }
.gallery img { aspect-ratio: 4/3; object-fit: cover; width: 100%; border-radius: var(--radius); }
.logos { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s6); align-items: center; }
.logos img { max-height: 64px; width: auto; }
.docs { padding-left: 1.2em; }

/* Venue band on home and venues index (Portland'5: venues differentiated by colour) */
.venues { display: grid; grid-template-columns: 1fr; }
.venue-card { display: grid; grid-template-rows: auto 1fr; text-decoration: none; color: var(--ink); background: var(--field-2); }
.venue-card__img { aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.venue-card__body { padding: var(--s6); border-top: 6px solid var(--c); }
.venue-card__name, .venue-card__line, .venue-card__seats { display: block; }
.venue-card__name { font-family: var(--display); font-size: var(--fs-h3); font-weight: 800; margin: 0 0 var(--s1); }
.venue-card__line { color: var(--ink-2); margin: 0; font-size: var(--fs-small); }
.venue-card__seats { font-family: var(--display); font-size: 1.4rem; font-weight: 700; margin: var(--s2) 0 0; font-variant-numeric: tabular-nums; }
.venue-card:hover .venue-card__name { text-decoration: underline; }
.venue-card--qet { --c: var(--qet); } .venue-card--orpheum { --c: var(--orpheum); } .venue-card--playhouse { --c: var(--playhouse); } .venue-card--annex { --c: var(--annex); } .venue-card--plaza { --c: var(--plaza); }
@media (min-width: 640px) { .venues { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .venues { grid-template-columns: repeat(5, 1fr); } .venues--full { grid-template-columns: repeat(2, 1fr); } .venues--full .venue-card { grid-template-columns: 1fr 1fr; grid-template-rows: none; } .venues--full .venue-card__img { height: 100%; aspect-ratio: auto; } }

/* Presents, news, banner, stats, partners, signup */
.presents { background: var(--stage); color: var(--on-stage); padding-block: var(--s16); }
.presents__grid { display: grid; gap: var(--s6); grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.presents a { color: var(--on-stage); }
.presents .ev { border-color: var(--stage-2); } .presents .ev__title a { color: var(--on-stage); } .presents .ev__meta, .presents .ev__date { color: var(--on-stage-2); } .presents .venue-tag { color: var(--on-stage); }
.presents .btn--quiet { color: var(--on-stage); border-color: var(--on-stage-2); }
.news-feat { display: grid; gap: var(--s6); }
.news-feat__lead { display: grid; gap: var(--s3); }
.news-feat__lead img, .news-item__media img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: var(--radius); }
.news-feat__title { font-size: var(--fs-h2); margin: 0; } .news-feat__title a, .news-item__title a { color: var(--ink); text-decoration: none; }
.news-feat__list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s4); align-content: start; }
.news-feat__list li { border-top: 1px solid var(--line); padding-top: var(--s3); }
.news-feat__list h3 { font-size: var(--fs-lead); font-family: var(--body); margin: 0 0 var(--s1); }
@media (min-width: 900px) { .news-feat { grid-template-columns: 3fr 2fr; } }
.news-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s8); }
.news-item { display: grid; gap: var(--s4); } @media (min-width: 700px) { .news-item { grid-template-columns: 280px 1fr; } }
.news-item__title { font-size: var(--fs-h3); margin: 0 0 var(--s2); }
.news__figure { margin: 0 0 var(--s6); } .news__figure img { border-radius: var(--radius); }
.banner { padding: var(--s8) 0; }
.banner__frame { display: grid; gap: var(--s3); justify-items: center; text-align: center; min-width: 0; }
.banner__frame > * { max-width: 100%; min-width: 0; overflow-wrap: anywhere; }
.banner__label { font-size: var(--fs-small); color: var(--ink-2); margin: 0; }
.banner__ad { display: block; width: 100%; max-width: 970px; }
.banner__ad img { width: 100%; height: auto; border-radius: var(--radius); }
.banner__empty { width: 100%; max-width: 970px; min-height: 6rem; display: grid; place-items: center; background: repeating-linear-gradient(45deg, var(--field-2) 0 12px, #e9e9e9 12px 24px); color: var(--ink-2); border-radius: var(--radius); padding: var(--s4); }
.stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s6); align-content: center; }
.stats b { display: block; font-family: var(--display); font-size: var(--fs-h1); font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.stats span { color: var(--ink-2); }
.story { display: grid; gap: var(--s12); } @media (min-width: 900px) { .story { grid-template-columns: 1fr 1fr; align-items: center; } }
.partners { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s4); grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)); }
.partner img, .logos img { max-width: 100%; }
.partner { overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s4); display: grid; gap: var(--s2); align-content: start; }
.partner img { max-height: 56px; width: auto; }
.partner__venue { font-size: var(--fs-small); color: var(--ink-2); }
.signup { background: var(--field-2); border-top: 1px solid var(--line); padding-block: var(--s12); }
.signup__grid { display: grid; gap: var(--s6); align-items: center; } @media (min-width: 900px) { .signup__grid { grid-template-columns: 1fr auto; } }
.signup__form { display: flex; flex-wrap: wrap; gap: var(--s2); }
.signup__form input { font: inherit; padding: var(--s2) var(--s3); border: 1px solid var(--line); border-radius: var(--radius); min-height: 44px; min-width: 16rem; background: var(--field); color: var(--ink); }
.social { list-style: none; margin: var(--s4) 0 0; padding: 0; display: flex; gap: var(--s3); flex-wrap: wrap; }
.social a { color: inherit; font-weight: 700; text-decoration: none; border: 1px solid currentColor; padding: var(--s2) var(--s3); border-radius: var(--radius); min-height: 44px; display: inline-flex; align-items: center; }
.social a:hover { background: var(--on-stage); color: var(--stage); }
.audio { display: grid; gap: var(--s2); padding: var(--s4); background: var(--field-2); border-radius: var(--radius); }
.audio audio { width: 100%; }
.audio__note { font-size: var(--fs-small); color: var(--ink-2); margin: 0; }
.hub { padding-block: var(--s8) var(--s16); }
.hub__grid { display: grid; gap: var(--s6); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.hub__item { display: grid; gap: var(--s2); align-content: start; border-top: 2px solid var(--ink); padding-top: var(--s3); }
.hub__item h3 { margin: 0; font-size: var(--fs-h3); } .hub__item h3 a { color: var(--ink); text-decoration: none; } .hub__item h3 a:hover { text-decoration: underline; }
.hub__item p { color: var(--ink-2); margin: 0; }
.hub__grid > :first-child { grid-column: 1 / -1; border-top-width: 6px; }
.hub__grid > :first-child h3 { font-size: var(--fs-h2); }
[lang="hur"] { font-family: var(--body); text-transform: none; letter-spacing: 0; }

/* Prose */
.prose { max-width: var(--measure); text-wrap: pretty; }
.prose--wide { max-width: none; }
.prose h2 { margin-top: var(--s8); } .prose h3 { margin-top: var(--s6); }
.prose img { border-radius: var(--radius); margin: var(--s4) 0; }
.prose ul, .prose ol { padding-left: 1.3em; } .prose li { margin-bottom: var(--s1); }
.prose table { border-collapse: collapse; width: 100%; font-size: var(--fs-small); } .prose th, .prose td { border: 1px solid var(--line); padding: var(--s2); text-align: left; vertical-align: top; }
.prose details { border-top: 1px solid var(--line); } .prose details:last-of-type { border-bottom: 1px solid var(--line); }
.prose summary { cursor: pointer; font-weight: 700; padding: var(--s3) 0; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: var(--s4); list-style: none; }
.prose summary::-webkit-details-marker { display: none; }
.prose summary::after { content: "+"; font-family: var(--display); font-size: 1.5rem; line-height: 1; color: var(--act); } .prose details[open] summary::after { content: "–"; }
.prose details > div { padding-bottom: var(--s4); }
.prose--history h2 { font-size: var(--fs-h1); margin-top: var(--s12); border-top: 6px solid var(--line); padding-top: var(--s6); }
.prose--history h2:first-of-type { margin-top: var(--s4); }
.prose--history img { max-width: 100%; float: none; }
@media (min-width: 900px) { .prose--history { max-width: none; display: grid; grid-template-columns: minmax(0, 60ch) 1fr; column-gap: var(--s12); } .prose--history > * { grid-column: 1; } .prose--history > p:has(img) { grid-column: 2; grid-row: span 6; margin: 0; } }
.page-grid { display: grid; gap: var(--s8); padding-bottom: var(--s16); }
.page-grid > *, .event__grid > *, .venue__grid > * { min-width: 0; }
@media (min-width: 900px) { .page-grid { grid-template-columns: minmax(0, 1fr) 18rem; } }
.page-side { position: sticky; top: var(--s6); align-self: start; border-top: 2px solid var(--ink); padding-top: var(--s3); }
.page-side__h { font-size: var(--fs-lead); font-family: var(--body); } .page-side__h a { color: var(--ink); text-decoration: none; }
.page-side ul { list-style: none; margin: 0; padding: 0; } .page-side li { border-top: 1px solid var(--line); } .page-side a { display: block; padding: var(--s2) 0; color: var(--ink); text-decoration: none; min-height: 40px; }
.page-side [aria-current] a { font-weight: 700; color: var(--act); }
.crumbs ol { list-style: none; margin: 0; padding: var(--s3) 0 0; display: flex; flex-wrap: wrap; gap: var(--s1); font-size: var(--fs-small); color: var(--ink-2); }
.crumbs li + li::before { content: "/"; margin: 0 var(--s1); opacity: .6; }
.crumbs a { color: inherit; }
.venue__band .crumbs ol, .event__head .crumbs ol { color: inherit; }

/* Search */
.search-big label { font-weight: 700; display: block; margin-bottom: var(--s2); }
.search-big__row { display: flex; gap: var(--s2); flex-wrap: wrap; } .search-big__row input { flex: 1 1 16rem; font-size: var(--fs-lead); }
.search-mini, .search-big__row { position: relative; }
.suggest { position: absolute; top: 100%; left: 0; z-index: var(--z-menu); background: var(--field); color: var(--ink); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(0,0,0,.18); list-style: none; margin: 4px 0 0; padding: var(--s1); min-width: 18rem; max-width: 28rem; }
.suggest li { padding: var(--s2) var(--s3); border-radius: 2px; cursor: pointer; } .suggest li[aria-selected="true"], .suggest li:hover { background: var(--field-2); }
.suggest small { color: var(--ink-2); margin-left: .5em; }
.search-note, .search-count { color: var(--ink-2); }
.search-group { margin-bottom: var(--s8); } .search-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s4); }
.search-list li { border-top: 1px solid var(--line); padding-top: var(--s3); } .search-list p { color: var(--ink-2); margin: var(--s1) 0 0; }
.search-meta { color: var(--ink-2); font-size: var(--fs-small); }
mark { background: #fff1b8; color: inherit; padding: 0 .1em; }
.no-results { padding-block: var(--s8) var(--s16); max-width: var(--measure); }

/* Footer and mobile bar */
.footer { background: var(--stage); color: var(--on-stage-2); padding-block: var(--s16) var(--s8); margin-top: var(--s12); }
.footer a { color: var(--on-stage); }
.footer__grid { display: grid; gap: var(--s8); grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer__h { font-family: var(--display); text-transform: uppercase; letter-spacing: .05em; font-size: 1.1rem; color: var(--on-stage); margin-bottom: var(--s3); }
.footer__list, .footer__legal-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s2); }
.footer__list a { text-decoration: none; } .footer__list a:hover { text-decoration: underline; }
.footer__land { max-width: 52ch; font-size: var(--fs-small); }
.footer__legal { border-top: 1px solid var(--stage-2); margin-top: var(--s8); padding-top: var(--s6); font-size: var(--fs-small); display: grid; gap: var(--s4); }
.footer__legal-list { display: flex; flex-wrap: wrap; gap: var(--s4); }
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-sticky); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--stage); border-top: 1px solid var(--stage-2); }
.mobile-bar a { color: var(--on-stage); text-decoration: none; text-align: center; padding: var(--s3) var(--s1); min-height: 48px; font: 700 .9rem var(--display); text-transform: uppercase; letter-spacing: .04em; display: flex; align-items: center; justify-content: center; }
@media (max-width: 1099px) { body { padding-bottom: 48px; } }
@media (min-width: 1100px) { .mobile-bar { display: none; } }

/* Quality page */
.quality { overflow-x: auto; }
.quality table { border-collapse: collapse; width: 100%; } .quality th, .quality td { text-align: left; padding: var(--s2); border-bottom: 1px solid var(--line); vertical-align: top; font-variant-numeric: tabular-nums; }
.quality .ok { color: var(--playhouse-text); font-weight: 700; } .quality .bad { color: var(--act); font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print { .masthead__nav, .mobile-bar, .event-bar, .demo-note, .doors, .signup { display: none !important; } .prose details, .faq { display: block; } .prose details > div, .faq > div { display: block !important; } }
