/* =====================================================
   SINGERS PAGE — singers-page.css
   All rules scoped to .sng- prefix
   TEMP labels mark slots awaiting final assets.
   ===================================================== */

/* ─── SHARED UTILITIES ─────────────────────────────── */

.sng-rule {
  width: 100%;
  padding: 0 var(--space-6);
  margin: var(--space-8) 0;
}
.sng-rule svg {
  width: 100%;
  height: 40px;
  display: block;
}

.sng-section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--color-cream);
  margin: 0 0 var(--space-5);
  letter-spacing: -0.02em;
}

.sng-emphasis {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-style: italic;
  color: #c9a84c;
  margin-top: var(--space-4);
  margin-bottom: 0;
}

.sng-cta-link {
  display: inline-block;
  margin-top: var(--space-5);
  color: #c9a84c;
  font-weight: 700;
  font-size: var(--text-sm);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  letter-spacing: 0.04em;
}


/* ─── §1 HERO ──────────────────────────────────────── */

.sng-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Image 10: WebM spotlight — background layer */
.sng-hero__spotlight {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.sng-spotlight-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.3;
  /* If browser can't autoplay, section falls back to dark bg naturally */
}

.sng-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
  padding-top: calc(var(--space-10) + 80px);
  padding-bottom: var(--space-10);
}

@media (min-width: 768px) {
  .sng-hero__inner {
    grid-template-columns: 1fr 1fr;
    min-height: 90svh;
  }
}

.sng-hero__text {
  max-width: 60ch;
}

.sng-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-cream);
  margin: var(--space-3) 0 var(--space-5);
}

.sng-hero__lead {
  font-size: var(--text-lg);
  line-height: 1.65;
  color: var(--color-cream);
  max-width: 55ch;
  margin-bottom: var(--space-3);
}

.sng-hero__sub {
  font-size: var(--text-base);
  color: var(--color-muted);
  max-width: 52ch;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Image 1: woman at curtain */
.sng-hero__image-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sng-hero__img {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.65);
}

@media (max-width: 767px) {
  .sng-hero__image-wrap { order: -1; }
  .sng-hero__img { max-height: 55vw; aspect-ratio: auto; }
}


/* ─── §2 CHALKBOARD ────────────────────────────────── */

.sng-chalkboard {
  width: 100%;
}
.sng-chalkboard__img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  object-position: center;
  display: block;
}


/* ─── §3 WHAT YOU'RE SIGNING UP FOR ───────────────── */
/* Image 4: canvas texture as section background       */

.sng-canvas-section {
  position: relative;
  padding: var(--space-12) 0;
  background-image: url('/assets/images/singers/img4-canvas-texture.jpg');
  background-size: cover;
  background-position: center;
}

/* dark overlay so text stays readable over the parchment */
.sng-canvas-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20, 8, 2, 0.72);
  pointer-events: none;
}

.sng-canvas-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 768px) {
  .sng-canvas-inner { grid-template-columns: 1fr 1fr; gap: var(--space-12); }
}

.sng-ask__text { max-width: 58ch; }
.sng-ask__text p {
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--color-muted);
  margin-bottom: var(--space-4);
  max-width: 55ch;
}

/* Image 3: genre envelope */
.sng-ask__envelope { display: flex; justify-content: center; }

.sng-envelope-fig { margin: 0; text-align: center; }

.sng-envelope-img {
  width: 100%;
  max-width: 340px;
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.55);
}

.sng-envelope-fig figcaption {
  margin-top: var(--space-3);
  font-size: var(--text-xs);
  color: var(--color-muted);
  font-style: italic;
  opacity: 0.7;
}


/* ─── §4 WORRIES ───────────────────────────────────── */

.sng-worries-section {
  padding: var(--space-12) 0;
  background: var(--color-surface);
}

.sng-worries-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-8);
  max-width: 900px;
}
.sng-worries-header__text { flex: 1; }

/* Image 5: transparent PNG gold mic — no blend-mode, place directly */
.sng-mic-slot {
  flex-shrink: 0;
  width: 72px;
  opacity: 0.85;
}
.sng-mic-real {
  width: 72px;
  height: auto;
  display: block;
  /* true transparent PNG — no mix-blend-mode needed */
}

.sng-worries-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
  max-width: 900px;
}
@media (min-width: 600px) {
  .sng-worries-grid { grid-template-columns: 1fr 1fr; }
}

/* Image 4 canvas texture on each worry card */
.sng-worry-card {
  background-image: url('/assets/images/singers/img4-canvas-texture.jpg');
  background-size: cover;
  background-position: center;
  /* dark tint over texture */
  box-shadow: inset 0 0 0 1000px rgba(30, 10, 3, 0.82);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 3px;
  padding: var(--space-5);
  position: relative;
}

.sng-worry-card::before {
  content: '★';
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  font-size: 10px;
  color: #c9a84c;
  opacity: 0.4;
}

.sng-worry-card--wide { grid-column: 1 / -1; }

.sng-worry-card__q {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 500;
  font-style: italic;
  color: #c9a84c;
  margin: 0 0 var(--space-3);
  line-height: 1.4;
}
.sng-worry-card__a {
  font-size: var(--text-sm);
  line-height: 1.75;
  color: var(--color-muted);
  margin: 0;
  max-width: 52ch;
}


/* ─── §5 BRAVE PLACARD ─────────────────────────────── */
/* Image 9: true transparent PNG — placed directly on dark bg */

.sng-placard-section {
  padding: var(--space-10) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-surface);
  /* No overlay. The PNG already has transparency — sign sits on dark bg naturally. */
}

.sng-placard__img {
  max-width: min(640px, 90vw);
  width: 100%;
  height: auto;
  display: block;
  /* Dark-bg JPEG — sign floats naturally on dark surface */
}


/* ─── §6 IF IT HELPS ───────────────────────────────── */

.sng-helps-section { padding: var(--space-10) 0; }
.sng-helps-inner { max-width: 640px; }

.sng-helps-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.sng-helps-list li {
  font-size: var(--text-base);
  color: var(--color-muted);
  line-height: 1.6;
  padding-left: var(--space-5);
  border-left: 2px solid rgba(201,168,76,0.4);
}
.sng-helps-note {
  font-size: var(--text-sm);
  color: var(--color-muted);
  opacity: 0.7;
  font-style: italic;
  margin: 0;
}


/* ─── §7 EMPTY STAGE CINEMATIC ─────────────────────── */
/* Image 6: empty stage PNG */

.sng-stage-break {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sng-stage-break__img {
  width: 100%;
  height: clamp(260px, 40vw, 500px);
  object-fit: cover;
  object-position: center;
  display: block;
}
.sng-stage-break__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    color-mix(in oklab, var(--color-surface) 55%, transparent) 0%,
    transparent 25%,
    transparent 75%,
    color-mix(in oklab, var(--color-surface) 55%, transparent) 100%
  );
}


/* ─── §8 WHAT PEOPLE SAY AFTER ─────────────────────── */
/* Image 7 TEMP: velvet jpg — labeled version, opacity low enough to hide watermark */
/* SWAP: replace .sng-velvet-img src with img7-velvet-clean.jpg when ready          */

.sng-after-section {
  position: relative;
  padding: var(--space-12) 0;
  overflow: hidden;
}

.sng-after__velvet-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* TEMP: opacity low + scrim hide the contact-sheet "IMAGE 7" label */
.sng-velvet-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.45; /* final clean file — no watermark */
}

/* dark scrim for readability */
.sng-after-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(12, 4, 2, 0.7);
  z-index: 1;
  pointer-events: none;
}

.sng-after__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
}
@media (min-width: 768px) {
  .sng-after__inner { grid-template-columns: 1fr 1fr; gap: var(--space-12); }
}

.sng-after__text { max-width: 56ch; }
.sng-after__text p {
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--color-muted);
  margin-bottom: var(--space-4);
  max-width: 52ch;
}

.sng-pullquote {
  border-left: 3px solid #c9a84c;
  margin: var(--space-6) 0 0;
  padding: var(--space-3) 0 var(--space-3) var(--space-5);
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-style: italic;
  color: var(--color-cream);
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/* Image 8 TEMP: singer + crowd stand-in */
/* SWAP: replace src with img8-singer-crowd-final.jpg when ready */
.sng-after__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sng-after__img {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.65);
}
@media (max-width: 767px) {
  .sng-after__image-wrap { order: -1; }
  .sng-after__img { max-height: 55vw; aspect-ratio: auto; }
}


/* ─── §9 CTA ────────────────────────────────────────── */
/* Image 11 TEMP: "Two Nights Only" poster               */
/* SWAP: replace src with img11-tonight-you-final.png   */
/* Final must read exactly: TONIGHT: YOU.               */

.sng-cta-section {
  padding: var(--space-12) 0;
  background: var(--color-surface);
}

.sng-cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
}
@media (min-width: 768px) {
  .sng-cta-inner { grid-template-columns: auto 1fr; gap: var(--space-12); }
}

.sng-cta__poster-wrap {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.sng-cta__poster {
  width: clamp(180px, 30vw, 280px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.55);
}

.sng-cta__text { max-width: 52ch; }
.sng-cta__text p {
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--color-muted);
  margin-bottom: var(--space-5);
  max-width: 50ch;
}

.sng-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-2);
}

/* ── STEP TO THE MIC: hero sign link ── */
.sng-cta-link--sign {
  display: block;
  margin-top: var(--space-6);
  max-width: 420px;
  text-decoration: none;
}
.sng-hero__sign-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-sm);
  /* Black bg on the image — no treatment needed, it floats */
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.5));
  transition: transform 0.2s ease, filter 0.2s ease;
}
.sng-cta-link--sign:hover .sng-hero__sign-img,
.sng-cta-link--sign:focus-visible .sng-hero__sign-img {
  transform: scale(1.02);
  filter: drop-shadow(0 6px 32px rgba(201,168,76,0.25));
}
@media (max-width: 600px) {
  .sng-cta-link--sign { max-width: 100%; }
}

/* ── VOCALISTS QUOTE BOARD ── */
.sng-quote-board {
  padding: var(--space-12) 0;
  background: var(--color-surface);
}
.sng-quote-board__inner {
  display: flex;
  justify-content: center;
}
.sng-quote-board__img {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: block;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 48px rgba(0,0,0,0.4);
}

/* ── CTA: ADMIT ONE TICKET above the poster ── */
.sng-cta__ticket {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin: 0 auto var(--space-6);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
