/* ============================================================
   BROTHERHOOD — Tour page styles (rides on site.css + tokens)
   ============================================================ */

/* ---------- TOUR HERO ---------- */
.tour-hero {
  position: relative; overflow: hidden;
  padding: clamp(132px, 17vh, 196px) 0 clamp(56px, 8vw, 92px);
  background: linear-gradient(162deg, #374967 0%, #45506E 34%, #5A3551 70%, #7D2D3F 100%);
}
.tour-hero__glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(90% 70% at 82% 6%, rgba(221,67,67,.24) 0%, transparent 52%);
}
.tour-hero__stripes {
  position: absolute; top: 0; right: 0; width: clamp(160px, 26vw, 360px); aspect-ratio: 360/320;
  z-index: 0; pointer-events: none; opacity: .42;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 44%), linear-gradient(180deg, #000 52%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-image: linear-gradient(90deg, transparent 0%, #000 44%), linear-gradient(180deg, #000 52%, transparent 100%);
          mask-composite: intersect;
}
.tour-hero__stripes img { width: 100%; height: 100%; object-fit: fill; display: block; }
.tour-hero__inner { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.tour-hero__eyebrow { color: var(--bh-pale-blue); margin: 0 0 18px; }
.tour-hero__title {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(40px, 6.4vw, 88px); line-height: .94; letter-spacing: -.01em; margin: 0; color: #fff;
  max-width: 16ch; text-wrap: balance;
}
/* red non-italic emphasis, shared page-wide (tour.css loads only on tour.html) */
.tour-hero__title em, .bh-h2 em { font-style: normal; color: var(--bh-bright-red); }
.tour-hero__lead {
  font-family: var(--font-body); font-weight: 300; font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.5; color: rgba(244,243,241,.86); max-width: 56ch; margin: 26px 0 0; text-wrap: pretty;
}
.tour-hero__lead strong { font-weight: 600; color: #fff; }
.tour-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* ---------- THE NIGHT ---------- */
.night__grid {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.night__intro .bh-h2 { color: var(--fg-1); }
.night__intro .bh-lead { margin: 18px 0 0; }
.night__steps { list-style: none; margin: 0; padding: 0; }
.night-step { border-top: 1px solid var(--line); padding: 22px 0; }
.night-step:last-child { border-bottom: 1px solid var(--line); }
.night-step__time {
  font-family: var(--font-super); font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--bh-bright-red); margin-bottom: 6px;
}
.night-step__title {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.6vw, 30px);
  text-transform: uppercase; color: var(--fg-1); line-height: 1.05; margin: 0 0 8px;
}
.night-step p { margin: 0; color: var(--fg-2); font-size: 15px; }
.night-step p strong { color: var(--fg-1); font-weight: 600; }
@media (max-width: 820px) { .night__grid { grid-template-columns: 1fr; } }

/* ---------- TICKETS ---------- */
.tickets {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.6vw, 28px);
  margin-top: clamp(40px, 6vw, 64px);
}
.ticket-card {
  background: var(--surface-1); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-md);
}
.ticket-card--vip { border-top: 3px solid var(--bh-bright-red); }
.ticket-card__tier {
  font-family: var(--font-super); font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--bh-pale-blue);
}
.ticket-card__price {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(32px, 4vw, 48px);
  text-transform: uppercase; color: var(--fg-1); line-height: 1; margin: 10px 0 12px;
}
.ticket-card__price span { font-family: var(--font-body); font-style: italic; font-weight: 300; font-size: 15px; text-transform: none; color: var(--fg-3); }
.ticket-card p { margin: 0; color: var(--fg-2); font-size: 15px; }
.tickets__note { margin: 18px 0 0; font-family: var(--font-body); font-style: italic; font-size: 14px; color: var(--fg-3); }
@media (max-width: 680px) { .tickets { grid-template-columns: 1fr; } }

/* ---------- TOUR DATES ---------- */
.dates__head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 48px); }
.dates__head .bh-h2 { color: var(--fg-1); }
.dates__head .bh-lead { margin: 16px 0 0; }
.dates__grid { border-top: 1px solid var(--line); }
.date-row {
  display: grid; grid-template-columns: 150px 1fr auto; gap: 18px; align-items: center;
  padding: 18px 14px; border-bottom: 1px solid var(--line);
  text-decoration: none; position: relative;
  transition: background-color .18s ease;
}
.date-row::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0;
  background: var(--bh-bright-red); transition: width .2s ease;
}
.date-row:hover { background: rgba(221,67,67,.07); }
.date-row:hover::before { width: 3px; }
.date-row__date {
  font-family: var(--font-super); font-weight: 500; font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--bh-bright-red);
}
.date-row__city {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(19px, 2.2vw, 24px);
  text-transform: uppercase; color: var(--fg-1); line-height: 1.05;
}
.date-row__premiere {
  display: inline-block; vertical-align: middle; margin-left: 10px;
  font-family: var(--font-body); font-style: italic; font-weight: 500; font-size: 13px;
  color: var(--bh-bright-red); border: 1px solid rgba(221,67,67,.5); border-radius: var(--r-sm);
  padding: 3px 10px; white-space: nowrap;
}
.date-row__cta {
  font-family: var(--font-super); font-weight: 500; font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--bh-pale-blue);
  border: 1px solid var(--line); border-radius: var(--r-sm); padding: 8px 16px;
  transition: color .18s ease, border-color .18s ease;
}
.date-row:hover .date-row__cta { color: #fff; border-color: var(--bh-bright-red); background: var(--bh-bright-red); }
.dates__note { margin: 18px 0 0; font-family: var(--font-body); font-style: italic; font-size: 14px; color: var(--fg-3); }
@media (max-width: 680px) {
  .date-row { grid-template-columns: 104px 1fr auto; gap: 10px; padding: 14px 8px; }
  .date-row__date { font-size: 11px; }
  .date-row__premiere { margin-left: 0; display: block; width: fit-content; margin-top: 6px; }
  .date-row__cta { padding: 6px 12px; }
}

/* ---------- GALLERY ---------- */
.gallery__head { max-width: 640px; margin-bottom: 40px; }
.gallery__head .bh-h2 { color: var(--fg-1); }
.gallery__head .bh-lead { margin: 14px 0 0; }
.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery__card {
  margin: 0; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-md);
  line-height: 0; background: var(--surface-1); border: 1px solid var(--line); aspect-ratio: 4/5;
}
.gallery__card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.88) contrast(1.05); transition: transform .5s ease; }
.gallery__card:hover img { transform: scale(1.03); }
@media (max-width: 820px) { .gallery__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .gallery__grid { grid-template-columns: 1fr; } }

/* ---------- GROUPS CTA ---------- */
.groups-cta__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.groups-cta__grid .bh-h2 { color: var(--fg-1); }
.groups-cta__grid p { color: var(--fg-2); margin: 16px 0 0; }
.groups-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.groups-cta__art { margin: 0; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); line-height: 0; }
.groups-cta__art img { width: 100%; height: auto; display: block; }
@media (max-width: 820px) { .groups-cta__grid { grid-template-columns: 1fr; } .groups-cta__art { order: -1; } }

/* ---------- THE FILM ---------- */
.tour-film__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.tour-film__art { margin: 0; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.tour-film__art img { width: 100%; height: auto; display: block; }
.tour-film__body .bh-h2 { color: var(--fg-1); }
.tour-film__body p { color: var(--fg-2); margin: 16px 0 0; }
.tour-film__body p strong { color: var(--fg-1); font-weight: 600; }
.tour-film__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
@media (max-width: 820px) { .tour-film__grid { grid-template-columns: 1fr; } }
