/* ==========================================================================
   Star City Syndicate
   Palette pulled from the logo: midnight navy, skyline blue, brass gold.
   ========================================================================== */

:root {
  --navy-900: #080c18;
  --navy-800: #0d1426;
  --navy-700: #141d35;
  --navy-600: #1c2745;
  --line:     #2a3557;

  --gold:      #e8b64c;
  --gold-soft: #f2d38c;
  --blue:      #4d6fd6;
  --blue-soft: #7c9bf0;

  --cream: #f3efe6;
  --muted: #a3adc9;

  --wrap: 1140px;
  --r:    14px;
  --shadow: 0 18px 46px rgba(0, 0, 0, .45);

  --display: 'Anton', 'Haettenschweiler', 'Arial Narrow', system-ui, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--navy-900);
  color: var(--cream);
  font: 400 17px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-soft); }

h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; letter-spacing: .01em; line-height: 1.06; margin: 0; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold); color: var(--navy-900); padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block; font: 600 15px/1 var(--body); letter-spacing: .04em;
  text-transform: uppercase; padding: 15px 26px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer; transition: transform .15s, background .15s, color .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy-900); }
.btn-gold:hover { background: var(--gold-soft); color: var(--navy-900); }
.btn-ghost { border-color: rgba(243, 239, 230, .35); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Header ---------- */

.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 12, 24, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.head-inner { display: flex; align-items: center; gap: 20px; min-height: 74px; }

.brand { display: flex; align-items: center; gap: 11px; color: var(--cream); }
.brand img { width: 54px; height: auto; }
.brand-text {
  font-family: var(--display); font-size: 21px; line-height: 1;
  text-transform: uppercase; letter-spacing: .03em;
  white-space: nowrap;
}
.brand-text span { color: var(--gold); letter-spacing: .1em; }

.nav { margin-left: auto; display: flex; gap: 4px; flex-wrap: wrap; }
.nav a {
  color: var(--cream); font-size: 14.5px; font-weight: 500; letter-spacing: .03em;
  padding: 9px 14px; border-radius: 999px; white-space: nowrap;
}
.nav a:hover { background: var(--navy-700); color: var(--gold); }
.nav a.active { color: var(--navy-900); background: var(--gold); font-weight: 600; }

.nav-toggle {
  display: none; margin-left: auto; width: 44px; height: 44px;
  background: none; border: 1px solid var(--line); border-radius: 10px; cursor: pointer;
  flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--cream); transition: .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav {
    position: absolute; inset: 74px 0 auto; flex-direction: column; gap: 0;
    background: var(--navy-800); border-bottom: 1px solid var(--line);
    padding: 10px 20px 22px; display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 12px; border-radius: 8px; font-size: 16px; }
}

/* ---------- Hero ---------- */

.hero { position: relative; overflow: hidden; padding: clamp(56px, 9vw, 104px) 0 clamp(52px, 8vw, 92px); text-align: center; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 460px at 50% -10%, rgba(77, 111, 214, .38), transparent 70%),
    radial-gradient(620px 340px at 88% 100%, rgba(232, 182, 76, .16), transparent 72%),
    linear-gradient(180deg, var(--navy-800), var(--navy-900));
}
/* With a photo, the gradient becomes a scrim so the headline stays readable
   over whatever gets uploaded — light sky, dark stage, anything. */
.hero.has-photo { padding-block: clamp(76px, 12vw, 150px); }
.hero.has-photo .hero-bg {
  background-size: cover;
  background-position: center 32%;
  background-repeat: no-repeat;
}
.hero.has-photo .hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,12,24,.72) 0%, rgba(8,12,24,.58) 45%, rgba(8,12,24,.92) 100%),
    radial-gradient(760px 420px at 50% 40%, rgba(8,12,24,.35), transparent 75%);
}
.hero-inner { position: relative; }
.hero-logo { width: clamp(140px, 20vw, 196px); height: auto; margin: 0 auto 22px; filter: drop-shadow(0 14px 34px rgba(0,0,0,.55)); }

.eyebrow {
  margin: 0 0 12px; text-transform: uppercase; letter-spacing: .26em;
  font-size: 12.5px; font-weight: 600; color: var(--gold);
}
.hero h1 {
  font-size: clamp(38px, 6.4vw, 74px); text-transform: uppercase;
  max-width: 15ch; margin-inline: auto; text-wrap: balance;
}
.hero-sub { color: var(--muted); font-size: clamp(16.5px, 2vw, 20px); max-width: 56ch; margin: 20px auto 0; text-wrap: balance; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }

/* ---------- Section furniture ---------- */

.page-head { background: linear-gradient(180deg, var(--navy-800), var(--navy-900)); padding: clamp(44px, 6vw, 76px) 0 clamp(30px, 4vw, 44px); border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: clamp(36px, 5.6vw, 62px); text-transform: uppercase; }
.lede { color: var(--muted); max-width: 62ch; margin: 16px 0 0; font-size: 17.5px; }

.strip-title {
  font-size: clamp(24px, 3vw, 32px); text-transform: uppercase; letter-spacing: .04em;
  margin-bottom: 22px; display: flex; align-items: center; gap: 16px;
}
.strip-title::after { content: ''; flex: 1; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }

.more-link { display: inline-block; margin-top: 22px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: 14px; }

.band-strip { padding: clamp(44px, 6vw, 70px) 0; background: var(--navy-800); border-block: 1px solid var(--line); }

/* ---------- Gigs ---------- */

.gig-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 12px;
}
.gigs-page { padding: clamp(38px, 5vw, 62px) 0 90px; }
.gig-section + .gig-section { margin-top: 60px; }

.gig {
  background: var(--navy-700); border: 1px solid var(--line); border-radius: var(--r);
  transition: border-color .18s, transform .18s;
}
.gig:hover { border-color: rgba(232, 182, 76, .5); transform: translateY(-2px); }

/* The whole card is one hit target. */
.gig-hit {
  display: grid;
  grid-template-columns: 74px minmax(0, 1.5fr) minmax(0, 1.1fr) auto;
  gap: 24px; align-items: center;
  padding: 16px 22px; color: var(--cream);
}
.gig:hover .gig-ttl { color: var(--gold); }

.gig-date {
  flex: 0 0 74px; text-align: center; background: var(--navy-900);
  border-radius: 10px; padding: 10px 6px; border: 1px solid var(--line);
}
.gig-date .mon { display: block; font: 600 12px/1 var(--body); letter-spacing: .14em; color: var(--gold); }
.gig-date .day { display: block; font-family: var(--display); font-size: 30px; line-height: 1.1; }
.gig-date .yr  { display: block; font-size: 11.5px; color: var(--muted); letter-spacing: .08em; }

.gig-main { display: block; min-width: 0; }
.gig-meta { display: block; min-width: 0; color: var(--muted); font-size: 15px; }
.gig-when { display: block; margin-top: 3px; color: var(--cream); opacity: .85; }
.gig-go {
  font: 600 14px/1 var(--body); color: var(--gold);
  letter-spacing: .03em; white-space: nowrap; text-align: right;
}
.gig-ttl {
  display: block; font-family: var(--display); font-size: 21px;
  text-transform: uppercase; line-height: 1.14; transition: color .18s;
}
.gig-place { display: block; }
.gig-place .dot { margin: 0 8px; opacity: .5; }
.gig-details { margin: 8px 0 0; font-size: 15.5px; color: var(--cream); opacity: .9; }


.gig.is-cancelled { opacity: .58; }
.gig.is-cancelled .gig-ttl { text-decoration: line-through; }

.badge {
  display: inline-block; margin: 10px 0 0; font: 600 11.5px/1 var(--body);
  letter-spacing: .12em; text-transform: uppercase; padding: 7px 12px;
  border-radius: 999px; background: var(--navy-600); color: var(--muted);
}
.badge-gold { background: var(--gold); color: var(--navy-900); }
.badge-off  { background: #5b2330; color: #ffc9d2; }

.year { border-top: 1px solid var(--line); }
.year > summary {
  cursor: pointer; list-style: none; padding: 18px 4px;
  display: flex; align-items: baseline; gap: 14px;
}
.year > summary::-webkit-details-marker { display: none; }
.year > summary::after { content: '+'; margin-left: auto; font-family: var(--display); font-size: 26px; color: var(--gold); }
.year[open] > summary::after { content: '\2013'; }
.year-num { font-family: var(--display); font-size: 30px; }
.year-count { color: var(--muted); font-size: 14px; letter-spacing: .05em; text-transform: uppercase; }
.year .gig-list { padding-bottom: 24px; }
.gig-list-past .gig { background: transparent; }

.empty {
  text-align: center; padding: 52px 24px; border: 1px dashed var(--line);
  border-radius: var(--r); color: var(--muted); background: var(--navy-800);
}
.empty p { margin: 0 0 18px; }
.empty-page { margin: 80px auto; }

/* ---------- About ---------- */

.about {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 54px;
  padding: clamp(48px, 6vw, 80px) 0; align-items: start;
}
.about h2 { font-size: clamp(30px, 4vw, 44px); text-transform: uppercase; margin-bottom: 20px; }
.about-copy p { color: #d9d3c6; margin: 0 0 18px; }
.about-copy .btn { margin-top: 8px; }

/* Counts as one quiet line rather than four large tiles. */
.about-stats {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  margin: 26px 0 4px !important; padding: 16px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  font-size: 14.5px; color: var(--muted) !important;
}
.about-stats strong { color: var(--gold); font-weight: 700; }

/* Upcoming dates sit beside the copy instead of taking a full-width band.
   Both columns are flush-left and top-aligned; a centred date column against a
   left-aligned title is what made this look crooked. */
.about-gigs { border-top: 2px solid var(--gold); padding-top: 16px; }
.side-title {
  font-size: 18px; text-transform: uppercase; letter-spacing: .05em;
  color: var(--gold); margin-bottom: 6px;
}
.side-note { color: var(--muted); font-size: 15px; margin: 12px 0 0; }

/* The next date gets a little weight — a tint and a label, not a big block. */
.gig-feature {
  display: grid; grid-template-columns: 52px 1fr; column-gap: 16px;
  align-items: start; position: relative;
  margin: 12px 0 2px; padding: 13px 15px 14px;
  border: 2px solid rgba(232, 182, 76, .45); border-radius: 10px;
  background: linear-gradient(150deg, rgba(232, 182, 76, .09), rgba(28, 39, 69, .5) 55%);
  color: var(--cream);
  transition: border-color .18s, background .18s;
}
.gig-feature:hover { border-color: var(--gold); color: var(--cream); }

.gig-feature .tag {
  grid-column: 1 / -1; justify-self: start;
  font: 700 10px/1 var(--body); letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); background: rgba(232, 182, 76, .16);
  border-radius: 4px; padding: 6px 9px; margin-bottom: 12px;
}

.gig-feature time { text-align: left; line-height: 1; padding-top: 1px; }
.gig-feature time .m {
  display: block; font: 700 10.5px/1 var(--body);
  letter-spacing: .14em; color: var(--gold); margin-bottom: 4px;
}
.gig-feature time .d { display: block; font-family: var(--display); font-size: 27px; }
.gig-feature time .y {
  display: block; margin-top: 3px; color: var(--muted);
  font: 700 10px/1 var(--body); letter-spacing: .1em;
}

.gig-feature .txt { min-width: 0; }
.gig-feature .ttl {
  display: block; font-family: var(--display); font-size: 19px;
  line-height: 1.14; text-transform: uppercase;
}
.gig-feature .meta { display: block; margin-top: 5px; color: var(--muted); font-size: 13.5px; }

.gig-feature.is-cancelled { opacity: .6; }
.gig-feature.is-cancelled .ttl { text-decoration: line-through; }

.gig-rows { list-style: none; margin: 0; padding: 0; }
.gig-row + .gig-row { border-top: 1px solid var(--line); }

.gig-row a {
  display: grid; grid-template-columns: 62px 1fr; column-gap: 16px;
  align-items: start; padding: 13px 0; color: var(--cream);
}
.gig-row a:hover .v { color: var(--gold); }

.gig-row time {
  font: 700 11.5px/1 var(--body);
  letter-spacing: .09em; text-transform: uppercase; color: var(--gold);
  font-variant-numeric: tabular-nums;
  padding-top: 5px;               /* optical: Anton sits low in its line box */
  white-space: nowrap;
}

.gig-row time .y {
  display: block; margin-top: 3px; color: var(--muted);
  font-size: 10.5px; letter-spacing: .08em;
}
.gig-row .txt { min-width: 0; }
.gig-row .v {
  display: block; font-family: var(--display); font-size: 17px;
  line-height: 1.15; text-transform: uppercase; transition: color .15s;
}
.gig-row .meta { display: block; margin-top: 4px; color: var(--muted); font-size: 13.5px; }

.gig-row.is-cancelled { opacity: .5; }
.gig-row.is-cancelled .v { text-decoration: line-through; }

.about-gigs .more-link { margin-top: 16px; }

/* ---------- Members ---------- */

.section-group { padding: 46px 0 10px; }
.section-title { font-size: clamp(22px, 2.6vw, 30px); text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.section-title::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.section-title span { color: var(--gold); }

.member-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 22px; }

.member-card { color: var(--cream); display: block; }
.member-photo {
  aspect-ratio: 1; border-radius: var(--r); overflow: hidden; background: var(--navy-700);
  border: 1px solid var(--line); display: grid; place-items: center; transition: border-color .18s;
}
.member-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.member-card:hover .member-photo { border-color: var(--gold); }
.member-card:hover .member-photo img { transform: scale(1.05); }
.member-initials { font-family: var(--display); font-size: 46px; color: var(--blue-soft); }
.member-card h3 { margin: 14px 0 3px; font-size: 20px; text-transform: uppercase; }
.member-card p { margin: 0; color: var(--muted); font-size: 14px; }

.member-page { padding: 40px 0 90px; }
.crumb { margin: 0 0 26px; font-size: 14.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.member-hero { display: grid; grid-template-columns: 300px 1fr; gap: 42px; align-items: center; margin-bottom: 40px; }
.member-hero-photo { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.member-hero-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1; }
.member-hero-text h1 { font-size: clamp(38px, 5.6vw, 62px); text-transform: uppercase; }
.member-inst { color: var(--gold); font-size: 18px; margin: 10px 0 0; letter-spacing: .03em; }

.prose { max-width: 68ch; }
.prose p { margin: 0 0 20px; color: #ddd7c9; font-size: 17.5px; }

.member-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); font-weight: 600; }

/* ---------- Photos & video ---------- */

.home-photos { padding: clamp(44px, 6vw, 72px) 0; background: var(--navy-800); border-block: 1px solid var(--line); }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
.photo-grid-full { padding: 46px 0 90px; }
.photo-cell { margin: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--navy-700); }
.photo-cell img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s; }
.photo-cell:hover img { transform: scale(1.05); }
.photo-cell figcaption { padding: 11px 14px; font-size: 14px; color: var(--muted); }

.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 26px; padding: 46px 0 90px; }
.video-cell { margin: 0; }
.video-frame { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: #000; border: 1px solid var(--line); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-cell figcaption { padding-top: 12px; }
.video-cell figcaption strong { display: block; font-size: 17px; }
.video-cell figcaption span { color: var(--muted); font-size: 14.5px; }

/* ---------- CTA + contact ---------- */

.cta-band {
  text-align: center; padding: clamp(56px, 8vw, 96px) 0;
  background: linear-gradient(140deg, #16224a, #0d1426 60%);
  border-top: 1px solid var(--line);
}
.cta-band h2 { font-size: clamp(28px, 4.2vw, 46px); text-transform: uppercase; max-width: 20ch; margin-inline: auto; text-wrap: balance; }
.cta-band p { color: var(--muted); margin: 16px 0 30px; }

.contact-page { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; padding: 48px 0 96px; align-items: start; }

.form .field { margin-bottom: 20px; }
.form label { display: block; font-weight: 600; font-size: 14.5px; letter-spacing: .04em; margin-bottom: 7px; }
.form .opt { color: var(--muted); font-weight: 400; text-transform: none; letter-spacing: 0; }
.form input, .form textarea, .form select {
  width: 100%; padding: 13px 15px; font: 400 16px var(--body);
  background: var(--navy-800); color: var(--cream);
  border: 1px solid var(--line); border-radius: 10px;
}
.form input:focus, .form textarea:focus, .form select:focus { border-color: var(--gold); outline: none; }
.form textarea { resize: vertical; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.has-error input, .field.has-error textarea { border-color: #e0697f; }
.err { color: #ffa9b6; font-size: 14px; margin: 6px 0 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.notice { padding: 22px 26px; border-radius: var(--r); margin-bottom: 26px; }
.notice h2 { font-size: 26px; text-transform: uppercase; margin-bottom: 8px; }
.notice p { margin: 0; }
.notice-ok  { background: #14352a; border: 1px solid #2f6b52; color: #c9f2dd; }
.notice-err { background: #3b1c25; border: 1px solid #7d3346; color: #ffc9d2; }

.contact-side { background: var(--navy-700); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; }
.contact-side h2 { font-size: 24px; text-transform: uppercase; margin-bottom: 18px; }
.tick { list-style: none; margin: 0 0 22px; padding: 0; }
.tick li { position: relative; padding-left: 28px; margin-bottom: 12px; color: #d9d3c6; font-size: 15.5px; }
.tick li::before { content: '\2605'; position: absolute; left: 0; top: 0; color: var(--gold); }
.contact-direct { margin: 0 0 14px; font-size: 15px; color: var(--muted); }

/* ---------- Footer ---------- */

.site-foot { background: var(--navy-900); border-top: 1px solid var(--line); padding: 56px 0 0; }
.foot-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 42px; padding-bottom: 42px; }
.foot-brand img { width: 62px; height: auto; margin-bottom: 16px; }
.foot-brand p { color: var(--muted); max-width: 34ch; margin: 0; font-size: 15.5px; }
.foot-links h4 { font-size: 15px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); margin-bottom: 14px; }
.foot-links a { display: block; color: var(--muted); font-size: 15px; padding: 5px 0; }
.foot-links a:hover { color: var(--cream); }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  border-top: 1px solid var(--line); padding: 20px 0 30px; color: var(--muted); font-size: 14px;
}
.foot-bottom p { margin: 0; }
.foot-bottom a { color: var(--muted); }
.foot-bottom a:hover { color: var(--gold); }

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  /* Not enough width for four columns — fall back to date beside a stacked block. */
  .gig-hit {
    grid-template-columns: 62px 1fr; gap: 6px 14px;
    align-items: start; padding: 15px 16px;
  }
  .gig-main, .gig-meta, .gig-go { grid-column: 2; }
  .gig-meta { margin-top: 5px; font-size: 14.5px; }
  .gig-when { display: inline; margin: 0; }
  .gig-when::before { content: ' · '; opacity: .5; }
  .gig-go { text-align: left; margin-top: 8px; }
}

@media (max-width: 900px) {
  .about, .contact-page { grid-template-columns: 1fr; gap: 36px; }
  .member-hero { grid-template-columns: 1fr; gap: 26px; }
  .member-hero-photo { max-width: 260px; }
  .foot-inner { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .gig-ttl { font-size: 18px; }
  .about-stats { gap: 6px 16px; font-size: 13.5px; }
  .row-2 { grid-template-columns: 1fr; }
  .member-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 16px; }
  .foot-inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- In Memoriam ---------- */

/* Marked in place within their own section. The label sits inside the photo
   frame so it reads as belonging to this person, never the card below. */
.member-photo { position: relative; }

.memoriam-ribbon {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 10px 11px;
  background: linear-gradient(rgba(8, 12, 24, 0), rgba(8, 12, 24, .93) 55%);
  color: var(--gold);
  font: 600 11px/1.35 var(--body);
  letter-spacing: .2em; text-transform: uppercase; text-align: center;
}
.memoriam-ribbon em {
  display: block; font-style: normal; letter-spacing: .1em;
  font-size: 11.5px; margin-top: 4px; color: var(--gold-soft);
}

.member-card.is-memoriam .member-photo { border-color: rgba(232, 182, 76, .55); }
.member-card.is-memoriam .member-photo img { filter: grayscale(1); transition: filter .35s, transform .35s; }
.member-card.is-memoriam:hover .member-photo img { filter: grayscale(.45); }

.badge-memoriam { background: transparent; border: 1px solid var(--gold); color: var(--gold); }

/* ---------- Home: gig strip note ---------- */


/* ---------- Gig address & links ---------- */

.gig-address { margin: 6px 0 0; color: var(--muted); font-size: 14.5px; }
.gig-links { display: flex; gap: 18px; flex-wrap: wrap; margin: 10px 0 0; }
.gig-links a { font-size: 14.5px; font-weight: 600; }

/* ---------- Single gig ---------- */

.gig-page { padding: 40px 0 90px; }
.gig-head { margin-bottom: 28px; }
.gig-head h1 { font-size: clamp(30px, 4vw, 46px); text-transform: uppercase; }
.gig-venue { margin: 10px 0 0; color: var(--gold); font-size: 19px; letter-spacing: .02em; }

.gig-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: start; }

.gig-facts { display: grid; grid-template-columns: 92px 1fr; gap: 12px 18px; margin: 0 0 28px; }
.gig-facts dt {
  font: 600 12px/1.6 var(--body); letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
}
.gig-facts dd { margin: 0; color: var(--cream); line-height: 1.6; }

.gig-details-full { margin-bottom: 28px; }
.gig-details-full p { font-size: 16.5px; }

.gig-page .gig-links { display: flex; gap: 14px; flex-wrap: wrap; margin: 0; }

.gig-map {
  position: relative; aspect-ratio: 1; border-radius: var(--r);
  overflow: hidden; border: 1px solid var(--line); background: var(--navy-700);
}
.gig-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Gigs list: title leads, venue underneath */
.gig .gig-venue { display: block; font-size: 14.5px; margin: 3px 0 0; }

@media (max-width: 860px) {
  .gig-grid { grid-template-columns: 1fr; gap: 28px; }
  .gig-map { aspect-ratio: 16/10; }
}

/* A quiet marker where the upcoming list rolls into a new year. */
.year-break {
  display: flex; align-items: center; gap: 14px;
  margin: 14px 2px 2px;
  font: 700 12px/1 var(--body); letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold);
}
.year-break::before,
.year-break::after { content: ''; height: 1px; background: var(--line); }
.year-break::before { width: 26px; }
.year-break::after  { flex: 1; background: linear-gradient(90deg, var(--line), transparent); }
