/* ═══════════════════════════════════════════════════════════════
   SERAPHI EVENTS — design system distilled from the 2026 catalog:
   warm near-black, vivid tangerine, extended display type,
   letterspaced caps, thin-line coil & starburst motifs.
   ═══════════════════════════════════════════════════════════════ */

:root {
  --bg: #16110d;
  --bg-2: #1d1712;
  --panel: #211a13;
  --panel-2: #262019;
  --line: rgba(246, 241, 234, 0.09);
  --orange: #f4562d;
  --orange-2: #ff8a50;
  --cream: #f6f1ea;
  --muted: #b3a698;
  --font-display: 'Syncopate', sans-serif;
  --font-wide: 'Michroma', sans-serif;
  --font-body: 'Manrope', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

/* clip (not hidden): decorations may bleed past the edge without creating
   a horizontal pan area on mobile */
html, body { overflow-x: hidden; overflow-x: clip; }

body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  background-image:
    radial-gradient(900px 500px at 85% -5%, rgba(244, 86, 45, 0.14), transparent 60%),
    radial-gradient(700px 500px at -10% 30%, rgba(244, 86, 45, 0.08), transparent 55%),
    radial-gradient(800px 600px at 110% 85%, rgba(244, 86, 45, 0.07), transparent 55%);
  background-attachment: fixed;
}

::selection { background: var(--orange); color: #fff; }

img { display: block; max-width: 100%; }
a { color: var(--cream); text-decoration: none; }

/* ── Type ─────────────────────────────────────────────── */
.display {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.08;
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
}
.display .orange { color: var(--orange); }
.orange { color: var(--orange); }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.1rem;
}

.lead { font-size: 1.08rem; color: var(--muted); font-weight: 400; max-width: 56ch; }
.text-orange-strong { color: var(--orange-2); font-weight: 600; }
.muted { color: var(--muted); }
.center { text-align: center; margin-top: 2.5rem; }

/* ── Buttons ──────────────────────────────────────────── */
.btn {
  display: inline-block;
  font-family: var(--font-wide);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.85rem 1.6rem;
  border: 1px solid var(--orange);
  color: var(--cream);
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1.4;
}
.btn-solid { background: var(--orange); color: #fff; }
.btn-solid:hover { background: var(--cream); border-color: var(--cream); color: var(--bg); }
.btn-ghost { border-color: var(--line); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange-2); }
.btn-lg { padding: 1.05rem 2.1rem; font-size: 0.78rem; }
.btn-sm { padding: 0.45rem 0.9rem; font-size: 0.62rem; }
.btn-block { width: 100%; text-align: center; }
.btn-danger:hover { border-color: #e04444; color: #ff7b6b; }

/* ── Decorations ──────────────────────────────────────── */
.deco { position: absolute; color: rgba(246, 241, 234, 0.5); pointer-events: none; }
.deco-coil { width: clamp(180px, 22vw, 320px); }
.coil-hero { top: 4.5rem; left: 50%; transform: translateX(-30%); opacity: 0.75; }
.coil-right { top: 5rem; right: -60px; opacity: 0.55; }
.deco-burst { width: clamp(140px, 16vw, 220px); }
.burst-hero { bottom: 0; left: -40px; opacity: 0.5; }
.burst-left { bottom: 2rem; left: 4vw; opacity: 0.4; }
.burst-center { top: 3rem; left: 50%; transform: translateX(-50%) rotate(180deg); opacity: 0.5; }

/* ── Header ───────────────────────────────────────────── */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem clamp(1.2rem, 4vw, 3rem);
  background: rgba(22, 17, 13, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; flex-direction: column; line-height: 1.1; }
.brand-main {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.14em;
  color: var(--orange);
}
.brand-sub {
  font-family: var(--font-wide);
  font-size: 0.52rem;
  letter-spacing: 0.42em;
  color: var(--cream);
}
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.2rem); }
.site-nav a:not(.btn) {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}
.site-nav a:not(.btn):hover, .site-nav a:not(.btn).active { color: var(--orange-2); }
.btn-nav { padding: 0.6rem 1.2rem; font-size: 0.62rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); margin: 5px 0; transition: 0.3s; }

/* ── Hero ─────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  padding: 7.5rem clamp(1.2rem, 4vw, 3rem) 4rem;
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.hero-title { font-size: clamp(3rem, 8.4vw, 7.2rem); line-height: 0.98; margin: 1rem 0 1.4rem; }
.hero-title .orange { display: block; }
.hero-title-sub {
  display: block;
  color: var(--cream);
  font-weight: 400;
  font-size: 0.62em;
  letter-spacing: 0.06em;
}
.hero-actions { display: flex; gap: 1rem; margin-top: 2.2rem; flex-wrap: wrap; }
.hero-media {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 52%;
  z-index: 1;
}
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
  opacity: 0.9;
}
.hero-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, var(--bg) 2%, transparent 36%);
}

/* ── Stats strip ──────────────────────────────────────── */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 0 clamp(1.2rem, 4vw, 3rem);
}
.stat {
  padding: 2.2rem 1.5rem;
  text-align: center;
  border-left: 1px solid var(--line);
}
.stat:first-child { border-left: 0; }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  margin-bottom: 0.5rem;
}
.stat-label {
  font-family: var(--font-wide);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── Sections & split ─────────────────────────────────── */
.section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 4vw, 3rem);
}
.section-head { margin-bottom: 3rem; max-width: 860px; }
.section-note { color: var(--muted); margin-top: 1rem; }

.split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 4vw, 3rem);
}
.split-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/10; }
.split-copy p { margin-bottom: 1.2rem; color: var(--muted); }
.split-copy p.text-orange-strong { color: var(--orange-2); }
.split-copy .display { margin-bottom: 1.6rem; }

/* ── Offer cards ──────────────────────────────────────── */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.offer-card {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 2rem 1.8rem;
  transition: border-color 0.3s, transform 0.3s;
}
.offer-card:hover { border-color: rgba(244, 86, 45, 0.55); transform: translateY(-4px); }
.offer-card h3 {
  font-family: var(--font-wide);
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange-2);
  margin-bottom: 0.9rem;
}
.offer-card p { color: var(--muted); font-size: 0.95rem; }

/* ── Artist cards ─────────────────────────────────────── */
.section-artists { overflow: hidden; }
.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.artist-card {
  background: var(--panel);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s;
}
.artist-card:hover { border-color: rgba(244, 86, 45, 0.6); transform: translateY(-5px); }
.artist-card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.artist-card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.6s ease;
}
.artist-card:hover .artist-card-media img { transform: scale(1.06); }
.badge-ready {
  position: absolute;
  top: 0.9rem; left: 0.9rem;
  font-family: var(--font-wide);
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  color: #fff;
  background: rgba(244, 86, 45, 0.92);
  padding: 0.4rem 0.7rem;
}
.artist-card-body { padding: 1.5rem 1.5rem 1.7rem; display: flex; flex-direction: column; gap: 0.45rem; flex: 1; }
.artist-card-cat {
  font-family: var(--font-wide);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange-2);
}
.artist-card-name {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.artist-card-tag { color: var(--muted); font-size: 0.9rem; flex: 1; }
.artist-card-cta {
  font-family: var(--font-wide);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: 0.7rem;
}

/* ── Catalog / marquee ────────────────────────────────── */
.section-catalog { border-top: 1px solid var(--line); }
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
  margin-bottom: 3rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  white-space: nowrap;
  animation: marquee 46s linear infinite;
}
.marquee-track span {
  font-family: var(--font-wide);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  color: var(--muted);
}
.marquee-track .dot { color: var(--orange); font-size: 0.7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.band-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.band-card-sm .band-card-body { padding: 0.75rem 0.85rem 0.9rem; gap: 0.2rem; }
.band-card-sm .band-card-name { font-size: 0.68rem; letter-spacing: 0.03em; }
.band-card-sm .band-card-sub {
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-glimpse-note { font-size: 0.8rem; color: var(--muted); margin-top: 0.9rem; letter-spacing: 0.06em; }
.catalog-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.cat-stat {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 1.5rem 1.4rem;
}
.cat-stat .stat-num { font-size: 2rem; margin-bottom: 0.3rem; }
.cat-stat span:last-child {
  font-family: var(--font-wide);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.cat-stat-total { grid-column: 1 / -1; border-color: rgba(244, 86, 45, 0.5); }

/* ── Event tiles ──────────────────────────────────────── */
.event-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.event-tile {
  border: 1px solid var(--line);
  padding: 1.7rem 1.5rem;
  background: linear-gradient(160deg, var(--panel) 0%, rgba(33, 26, 19, 0.4) 100%);
  transition: border-color 0.3s;
}
.event-tile:hover { border-color: rgba(244, 86, 45, 0.55); }
.event-num {
  font-family: var(--font-wide);
  font-size: 0.66rem;
  color: var(--orange);
  letter-spacing: 0.2em;
}
.event-tile h3 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.88rem;
  margin: 0.8rem 0 0.6rem;
}
.event-tile p { color: var(--muted); font-size: 0.87rem; }

/* ── Steps ────────────────────────────────────────────── */
.section-process { overflow: hidden; }
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  counter-reset: step;
}
.step {
  border-top: 2px solid var(--orange);
  background: var(--panel);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.7rem 1.5rem 2rem;
}
.step-num {
  font-family: var(--font-wide);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: var(--orange-2);
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 0.9rem 0 0.6rem;
}
.step p { color: var(--muted); font-size: 0.9rem; }

/* ── CTA band & footer ────────────────────────────────── */
.cta-band {
  position: relative;
  margin-top: 3rem;
  padding: clamp(5rem, 10vw, 8rem) clamp(1.2rem, 4vw, 3rem);
  text-align: center;
  overflow: hidden;
}
.cta-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.28;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(0deg, var(--bg) 0%, rgba(22, 17, 13, 0.35) 50%, var(--bg) 100%);
}
.cta-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.cta-inner .display { font-size: clamp(2.2rem, 6vw, 4.6rem); }
.cta-inner .btn { margin-top: 1rem; }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3.5rem clamp(1.2rem, 4vw, 3rem) 1.8rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer-brand p { color: var(--muted); font-size: 0.88rem; margin-top: 1rem; max-width: 34ch; }
.footer-label {
  font-family: var(--font-wide);
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--orange-2);
  margin-bottom: 0.7rem;
}
.footer-grid a, .footer-grid span { font-size: 0.92rem; color: var(--cream); }
.footer-grid a:hover { color: var(--orange-2); }
.footer-base {
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--muted);
}
.footer-admin { color: var(--muted); letter-spacing: 0.1em; }
.footer-admin:hover { color: var(--orange-2); }

/* ── Page hero (artists list) ─────────────────────────── */
.page-hero {
  position: relative;
  padding: 9rem clamp(1.2rem, 4vw, 3rem) 1rem;
  overflow: hidden;
}
.page-hero .display { margin-bottom: 1.2rem; }

/* ── Artist detail ────────────────────────────────────── */
.artist-page { padding-top: 5rem; }
.artist-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  padding: 4rem clamp(1.2rem, 4vw, 3rem) 2rem;
  align-items: start;
  overflow: hidden;
}
.artist-title { font-size: clamp(2.2rem, 5.4vw, 4.4rem); margin-bottom: 1.2rem; }
.ready-inline { color: var(--orange-2); }
.artist-desc { margin: 1.8rem 0; }
.artist-desc p { color: var(--muted); margin-bottom: 1.1rem; max-width: 62ch; }
.lineup { list-style: none; margin: 1.5rem 0; }
.lineup li {
  padding: 0.55rem 0 0.55rem 1.6rem;
  position: relative;
  color: var(--cream);
  font-size: 0.97rem;
}
.lineup li::before {
  content: '•';
  color: var(--orange);
  position: absolute;
  left: 0.2rem;
}
.artist-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }

.artist-hero-media { position: relative; z-index: 1; }
.framed { position: relative; }
.framed img { width: 100%; object-fit: cover; aspect-ratio: 4/4.6; object-position: center 20%; }
.framed::after {
  content: '';
  position: absolute;
  top: 16px; left: 16px; right: -16px; bottom: -16px;
  border: 1px solid var(--orange);
  z-index: -1;
}

.artist-repertoire { padding-top: 3rem; }
.rep-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.rep-item {
  border: 1px solid var(--line);
  border-left: 2px solid var(--orange);
  background: var(--panel);
  padding: 1.6rem 1.5rem;
}
.rep-title {
  font-family: var(--font-wide);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  color: var(--cream);
}
.rep-detail { color: var(--muted); font-size: 0.9rem; }

.artist-gallery { padding-top: 0; }
/* Masonry columns: photos keep their natural aspect ratio — never crop faces */
.gallery-grid { columns: 3 280px; column-gap: 1.2rem; }
.gallery-grid figure { border: 1px solid var(--line); overflow: hidden; break-inside: avoid; margin: 0 0 1.2rem; }
.gallery-grid img { width: 100%; height: auto; display: block; transition: transform 0.6s; }
.gallery-grid figure:hover img { transform: scale(1.03); }

.artist-next { text-align: center; }
.artist-next-inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.center-actions { justify-content: center; }

/* ── Booking ──────────────────────────────────────────── */
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  padding: 9rem clamp(1.2rem, 4vw, 3rem) 4rem;
  align-items: start;
}
.booking-info { position: relative; overflow: visible; }
.booking-info .display { margin-bottom: 1.4rem; }
.mini-steps { list-style: none; margin: 2.2rem 0; counter-reset: ms; }
.mini-steps li {
  counter-increment: ms;
  padding: 0.8rem 0 0.8rem 3rem;
  position: relative;
  color: var(--muted);
  font-size: 0.95rem;
  border-bottom: 1px solid var(--line);
}
.mini-steps li strong { color: var(--cream); }
.mini-steps li::before {
  content: '0' counter(ms);
  position: absolute;
  left: 0; top: 0.9rem;
  font-family: var(--font-wide);
  font-size: 0.7rem;
  color: var(--orange);
  letter-spacing: 0.1em;
}
.booking-contact { display: flex; flex-direction: column; gap: 0.4rem; margin-top: 2rem; }
.booking-contact a { color: var(--cream); font-size: 1.02rem; }
.booking-contact a:hover { color: var(--orange-2); }

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(1.6rem, 3vw, 2.6rem);
}
.booking-form { display: flex; flex-direction: column; gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: 0.45rem; flex: 1; }
.field > span {
  font-family: var(--font-wide);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input, .field select, .field textarea {
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0.8rem 0.95rem;
  outline: none;
  transition: border-color 0.25s;
  width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--orange); }
.field textarea { resize: vertical; }
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23f4562d'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
}
.field input[type='date'] { color-scheme: dark; }
.field input[type='file'] { padding: 0.6rem; font-size: 0.85rem; color: var(--muted); }
.field input[type='file']::file-selector-button {
  font-family: var(--font-wide);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--orange);
  color: #fff;
  border: 0;
  padding: 0.55rem 0.95rem;
  margin-right: 0.9rem;
  cursor: pointer;
  transition: background 0.25s;
}
.field input[type='file']::file-selector-button:hover { background: var(--orange-2); }
.field-row { display: flex; gap: 1.2rem; }
.form-errors {
  border: 1px solid rgba(244, 86, 45, 0.6);
  background: rgba(244, 86, 45, 0.08);
  padding: 0.9rem 1.1rem;
  font-size: 0.9rem;
  color: var(--orange-2);
}
.form-note { font-size: 0.78rem; color: var(--muted); text-align: center; }

/* ── Success / 404 ────────────────────────────────────── */
.success-page {
  position: relative;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 9rem clamp(1.2rem, 4vw, 3rem) 4rem;
  gap: 1.1rem;
  overflow: hidden;
}
.success-ref { color: var(--muted); font-size: 0.9rem; }

/* ── Admin ────────────────────────────────────────────── */
.admin-login {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 1.2rem 4rem;
}
.login-panel { width: min(420px, 100%); display: flex; flex-direction: column; gap: 1.2rem; }

.admin-page { padding: 8.5rem clamp(1.2rem, 4vw, 3rem) 4rem; }
.admin-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.admin-note {
  border: 1px solid var(--line);
  border-left: 2px solid var(--orange);
  background: var(--panel);
  padding: 1rem 1.3rem;
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 3rem;
}
.admin-note strong, .admin-note em { color: var(--cream); }
.admin-section-title {
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  margin: 2.6rem 0 1.2rem;
}
.admin-section-title .count {
  font-family: var(--font-wide);
  font-size: 0.7rem;
  color: var(--orange);
  vertical-align: middle;
  margin-left: 0.6rem;
}
.admin-artists-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; }
.admin-artists-head .admin-section-title { margin: 0; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 640px; }
.admin-table th {
  font-family: var(--font-wide);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: left;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}
.admin-table td { padding: 0.9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table a { color: var(--orange-2); }
.admin-table .msg { font-style: italic; }
.admin-thumb { width: 52px; height: 52px; object-fit: cover; border: 1px solid var(--line); display: inline-block; margin-right: 6px; }
.thumb-cell { width: 64px; }
.actions-cell { white-space: nowrap; }
.actions-cell form { display: inline-block; }
.actions-cell .btn { display: inline-block; margin: 0 0.4rem 0.3rem 0; }
.pill {
  display: inline-block;
  font-family: var(--font-wide);
  font-size: 0.54rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 0.3rem 0.55rem;
  margin: 0 0.3rem 0.3rem 0;
}
.pill-orange { border-color: rgba(244, 86, 45, 0.6); color: var(--orange-2); }
.status-new td:first-child { border-left: 2px solid var(--orange); }
.admin-table select {
  background: var(--bg-2);
  color: var(--cream);
  border: 1px solid var(--line);
  padding: 0.4rem 0.6rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
}
.admin-form-page .artist-form { display: flex; flex-direction: column; gap: 1.2rem; max-width: 900px; }
.check-row { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.check { display: flex; align-items: center; gap: 0.55rem; font-size: 0.9rem; color: var(--muted); cursor: pointer; }
.check input { accent-color: var(--orange); width: 16px; height: 16px; }
.current-media { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.empty-note { color: var(--muted); border: 1px dashed var(--line); padding: 1.6rem; text-align: center; }
.empty-note a { color: var(--orange-2); }

/* ── Catalog (tribute & cover bands) ──────────────────── */
.catalog-page { padding-top: 2rem; }
.cat-jump { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 3rem; }
.cat-jump-link {
  font-family: var(--font-wide);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 0.65rem 1.1rem;
  color: var(--muted);
  transition: all 0.25s;
}
.cat-jump-link:hover { border-color: var(--orange); color: var(--orange-2); }
.cat-jump-link span { color: var(--orange); margin-left: 0.4rem; }

.catalog-group { margin-bottom: 4rem; scroll-margin-top: 90px; }
.catalog-group-title { font-size: clamp(1.3rem, 2.6vw, 2rem); margin-bottom: 1.8rem; }

.band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.band-card {
  background: var(--panel);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s;
}
/* grid/flex children must be allowed to shrink below their content width,
   or long names (VASCOMBRICCOLA) blow the layout out on small screens */
.artist-card, .band-card, .offer-card, .event-tile, .step, .cat-stat, .rep-item { min-width: 0; }
.artist-card-name, .band-card-name { overflow-wrap: anywhere; }
.band-card:hover { border-color: rgba(244, 86, 45, 0.6); transform: translateY(-4px); }
.band-card-media {
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(420px 200px at 80% -10%, rgba(244, 86, 45, 0.16), transparent 60%),
    var(--bg-2);
}
.band-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.band-card:hover .band-card-media img { transform: scale(1.05); }
.band-monogram {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: var(--orange);
  text-transform: uppercase;
}
.band-monogram-lg { font-size: 4.5rem; }
.framed-natural img { aspect-ratio: auto; object-fit: unset; height: auto; }
.framed-monogram {
  aspect-ratio: 4/4.6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background:
    radial-gradient(500px 320px at 75% 0%, rgba(244, 86, 45, 0.18), transparent 60%),
    var(--panel);
}
.band-card-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.band-card-name {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.92rem;
}
.band-card-sub { color: var(--muted); font-size: 0.84rem; flex: 1; }

.back-link {
  display: inline-block;
  font-family: var(--font-wide);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.6rem;
  transition: color 0.2s;
}
.back-link:hover { color: var(--orange-2); }

.admin-thumb-mono {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--orange);
  background: var(--bg-2);
}
.artist-card-media.no-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(420px 200px at 80% -10%, rgba(244, 86, 45, 0.16), transparent 60%),
    var(--bg-2);
}
.admin-filter {
  width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.92rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.9rem;
  outline: none;
  transition: border-color 0.25s;
}
.admin-filter:focus { border-color: var(--orange); }

/* ── Reveal animation ─────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 1080px) {
  .offer-grid, .rep-list { grid-template-columns: repeat(2, 1fr); }
  .event-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .artist-grid { grid-template-columns: repeat(2, 1fr); }
  .band-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .site-nav {
    position: fixed;
    top: 62px; right: 0;
    flex-direction: column;
    background: rgba(22, 17, 13, 0.97);
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 1.6rem 2rem 2rem;
    gap: 1.3rem;
    transform: translateX(110%);
    transition: transform 0.3s ease;
    align-items: flex-end;
  }
  .site-nav.open { transform: none; }
  .nav-toggle { display: block; }

  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 8.5rem; }
  .hero-media {
    position: relative;
    width: calc(100% + 2.4rem);
    margin: 2.5rem -1.2rem 0;
    height: 320px;
  }
  .hero-media img { -webkit-mask-image: none; mask-image: none; }
  .hero-media::after { background: linear-gradient(0deg, var(--bg) 2%, transparent 40%); }

  .stats { grid-template-columns: 1fr; }
  .stat { border-left: 0; border-top: 1px solid var(--line); }
  .stat:first-child { border-top: 0; }

  .split, .catalog-grid, .booking-layout, .artist-hero { grid-template-columns: 1fr; }
  .artist-hero-media { order: -1; max-width: 420px; }
  .field-row { flex-direction: column; gap: 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .coil-right { right: -120px; opacity: 0.35; }
}

@media (max-width: 820px) {
  .band-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .offer-grid, .event-grid, .steps, .artist-grid, .rep-list, .catalog-stats { grid-template-columns: 1fr; }
  .band-grid { grid-template-columns: 1fr 1fr; }
  .band-mini-grid { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: clamp(2.6rem, 13vw, 3.4rem); }
  .hero-actions .btn { width: 100%; text-align: center; }
}
