/* ============================================================
   Victoria Unikel — "worlds" pages
   Each block mirrors the visual language of the project site
   it links to, so the main site feels like the same universe.
   EXORCISTA  -> theexorcista.com
   UNIKEL ART -> unikel.wtf
   EMMA+LUKE  -> emmaplusluke.com
   RECORDS    -> unikelrecords.com
   ============================================================ */

.vu-world { position: relative; overflow: hidden; }
.vu-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.vu-kicker { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; margin: 0 0 26px; }
.vu-lead { font-size: 19px; line-height: 1.7; font-weight: 300; max-width: 720px; }
.vu-btn-l { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; padding: 16px 34px; text-decoration: none; transition: all .2s ease; }
.vu-rule { width: 64px; height: 2px; margin: 26px 0 30px; }
.vu-sec-h { font-size: 13px; letter-spacing: .24em; text-transform: uppercase; margin: 0 0 30px; }

/* ================== EXORCISTA ================== */
.vu-exo {
  --bg:#0a0a0a; --bg2:#141414; --bg3:#1c1c1c; --line:rgba(255,255,255,.08);
  --tx:#e8e8e8; --dim:#8a8a8a; --silver:#c5c5c5; --red:#c11212; --hot:#ff1a1a; --gold:#b89b3a;
  background: var(--bg); color: var(--tx);
  font-family: 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
  padding: 92px 0 96px;
}
.vu-exo .vu-hero { text-align: center; padding-bottom: 74px; border-bottom: 1px solid var(--line); }
.vu-exo .vu-kicker { color: var(--red); font-weight: 600; }
.vu-exo h1 {
  font-family: 'Cinzel', 'Times New Roman', serif; font-weight: 700; text-transform: uppercase;
  font-size: 78px; line-height: 1.02; letter-spacing: .06em; color: #fff; margin: 0 0 30px;
}
.vu-exo h1 .r { color: var(--red); display: block; }
.vu-exo .vu-lead { color: var(--tx); margin: 0 auto; text-align: center; }
.vu-exo .vu-lead a { color: var(--silver); }
.vu-exo .vu-award {
  font-family: 'Cinzel', serif; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin: 30px 0 34px;
}
.vu-exo .vu-btn-l { background: var(--red); color: #fff; border: 1px solid var(--red); }
.vu-exo .vu-btn-l:hover { background: var(--hot); border-color: var(--hot); color: #fff; }
.vu-exo .vu-sec-h { color: var(--dim); text-align: center; margin-top: 70px; }

.vu-shows { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.vu-show {
  background: var(--bg2); border: 1px solid var(--line); display: flex; flex-direction: column;
  text-decoration: none; transition: transform .25s ease, border-color .25s ease;
}
.vu-show:hover { transform: translateY(-5px); border-color: rgba(193,18,18,.55); }
.vu-show-img { aspect-ratio: 2/3; background: var(--bg3); overflow: hidden; }
.vu-show-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vu-show-b { padding: 22px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.vu-show-tag { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin: 0; font-weight: 700; }
.vu-show h2 { font-family: 'Cinzel', serif; font-weight: 700; font-size: 21px; color: #fff; margin: 10px 0 0; line-height: 1.25; }
.vu-show p { color: #b4b4b4; font-size: 14.5px; line-height: 1.6; font-weight: 300; margin: 12px 0 18px; flex: 1; }
.vu-show .vu-more { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--silver); font-weight: 700; }
.vu-show:hover .vu-more { color: var(--hot); }
.vu-status { font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 2px; }

/* ================== UNIKEL ART ================== */
.vu-art {
  --red:#c11212; --hot:#ff1a1a;
  background: #000; color: #e6e6e6;
  font-family: 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
  padding: 92px 0 96px;
}
.vu-art .vu-kicker { color: var(--red); font-weight: 700; }
.vu-art h1 {
  font-family: 'Inter', sans-serif; font-weight: 800; text-transform: uppercase;
  font-size: 92px; letter-spacing: .16em; line-height: 1; color: #fff; margin: 0;
}
.vu-art h1 span { color: var(--red); }
.vu-art .vu-rule { background: var(--red); }
.vu-art .vu-lead { color: #c9c9c9; }
.vu-art .vu-lead strong { color: #fff; }
.vu-art-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.vu-art-hero img { width: 100%; height: auto; display: block; }
.vu-art .vu-award-strip {
  border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; margin: 62px 0 66px;
  padding: 26px 0; font-size: 14.5px; line-height: 1.7; color: #b9b9b9; font-weight: 300;
}
.vu-art .vu-award-strip strong { color: #fff; }
.vu-art .vu-sec-h { color: #7c7c7c; }
.vu-coll { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vu-coll-card {
  border: 1px solid #1e1e1e; background: #0b0b0b; padding: 34px 28px 30px; text-decoration: none;
  display: block; transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.vu-coll-card:hover { border-color: #3d0b0b; background: #120e0e; transform: translateY(-4px); }
.vu-coll-card h2 {
  font-family: 'Inter', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  font-size: 26px; color: #fff; margin: 0;
}
.vu-coll-card:hover h2 { color: var(--hot); }
.vu-coll-card p { color: #9d9d9d; font-size: 14.5px; line-height: 1.6; font-weight: 300; margin: 14px 0 0; }
.vu-art-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 66px 0 0; }
.vu-art-strip img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vu-art .vu-btn-l { background: var(--red); color: #fff; margin-top: 54px; }
.vu-art .vu-btn-l:hover { background: var(--hot); color: #fff; }

/* ================== EMMA + LUKE ================== */
.vu-book {
  --bg:#050214; --bg2:#0c0426; --bg3:#13083a; --ink:#f5f0ff; --muted:#9ba0c4;
  --line:rgba(176,38,255,.18); --neon:#b026ff; --cyan:#00f5ff; --pink:#ff3cac; --portal:#6cff00; --gold:#ffd166;
  background: var(--bg); color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  padding: 92px 0 96px;
}
.vu-book:before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(1100px 620px at 62% 8%, rgba(108,255,0,.10), transparent 62%),
              radial-gradient(900px 560px at 12% 42%, rgba(176,38,255,.14), transparent 66%);
  pointer-events: none;
}
.vu-book .vu-wrap { position: relative; z-index: 1; }
.vu-book-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.vu-badge {
  display: inline-block; border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
  font-family: 'Space Grotesk', 'Inter', sans-serif; font-size: 11.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--cyan); background: rgba(0,245,255,.05); margin-bottom: 26px;
}
.vu-book h1 {
  font-family: 'Anton', 'Bebas Neue', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
  font-size: 92px; line-height: .92; letter-spacing: .01em; color: #fff; margin: 0 0 22px;
}
.vu-book h1 .op { color: var(--portal); }
.vu-book .vu-sub {
  font-family: 'Space Grotesk', 'Inter', sans-serif; font-size: 15px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ink); margin: 0 0 24px;
}
.vu-book .vu-lead { color: var(--muted); }
.vu-book .vu-lead strong { color: var(--ink); }
.vu-book-cover { position: relative; }
.vu-book-cover img { width: 100%; height: auto; display: block; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.vu-book .vu-btn-l {
  background: linear-gradient(90deg, var(--neon), var(--pink)); color: #fff; border-radius: 999px;
  margin-top: 34px; margin-right: 12px;
}
.vu-book .vu-btn-l:hover { filter: brightness(1.15); color: #fff; }
.vu-book .vu-btn-ghost { background: transparent; border: 1px solid var(--line); color: var(--ink); border-radius: 999px; }
.vu-book .vu-btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }
.vu-book .vu-sec-h { color: var(--muted); margin-top: 78px; }
.vu-book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.vu-book-card { background: var(--bg2); border: 1px solid var(--line); border-radius: 10px; padding: 30px 26px; }
.vu-book-card h3 {
  font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--portal); margin: 0 0 12px;
}
.vu-book-card p { color: var(--muted); font-size: 15px; line-height: 1.65; font-weight: 300; margin: 0; }
.vu-book-art { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 44px; }
.vu-book-art img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; display: block; }
.vu-next {
  margin-top: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg2);
  padding: 34px 30px; text-align: center;
}
.vu-next h3 { font-family: 'Anton', sans-serif; text-transform: uppercase; font-size: 30px; color: #fff; margin: 0 0 12px; letter-spacing: .02em; }
.vu-next p { color: var(--muted); font-size: 16px; line-height: 1.65; font-weight: 300; margin: 0 auto; max-width: 640px; }

/* grimoire band on the books page — exorcista colours */
.vu-grim { background: #0a0a0a; color: #e8e8e8; padding: 78px 0 82px; font-family: 'Inter', sans-serif; }
.vu-grim .vu-kicker { color: #c11212; font-weight: 600; }
.vu-grim h2 { font-family: 'Cinzel', serif; font-weight: 700; text-transform: uppercase; font-size: 40px; letter-spacing: .05em; color: #fff; margin: 0 0 22px; }
.vu-grim p { color: #b4b4b4; font-size: 17px; line-height: 1.7; font-weight: 300; max-width: 720px; margin: 0; }
.vu-grim .vu-btn-l { background: #c11212; color: #fff; margin-top: 30px; }
.vu-grim .vu-btn-l:hover { background: #ff1a1a; color: #fff; }

/* ================== UNIKEL RECORDS / MUSIC ================== */
.vu-rec {
  --bg:#0a0a0a; --soft:#141414; --card:#181818; --line:#252525;
  --tx:#e8e8e8; --dim:#9a9a9a; --faint:#5a5a5a; --accent:#b71c1c; --silver:#c0c0c0;
  background: var(--bg); color: var(--tx);
  font-family: 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
  padding: 92px 0 96px;
}
.vu-rec .vu-kicker { color: var(--accent); font-weight: 700; }
.vu-rec h1 {
  font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; font-size: 76px;
  line-height: 1.05; color: #fff; margin: 0;
}
.vu-rec .vu-rule { background: var(--accent); }
.vu-rec .vu-lead { color: #c2c2c2; }
.vu-rec .vu-lead strong { color: #fff; }
.vu-rec-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.vu-rec-hero img, .vu-rec-hero iframe { width: 100%; display: block; border-radius: 4px; }
.vu-rec-quote {
  font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 300;
  font-size: 34px; line-height: 1.35; color: var(--silver); text-align: center;
  margin: 74px auto 10px; max-width: 780px;
}
.vu-rec .vu-sec-h { color: var(--faint); margin-top: 72px; }
.vu-roster { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vu-roster-card { background: var(--card); border: 1px solid var(--line); padding: 30px 26px; }
.vu-roster-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 26px; color: #fff; margin: 0; }
.vu-roster-card .g { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin: 8px 0 0; font-weight: 700; }
.vu-roster-card p { color: #a8a8a8; font-size: 14.5px; line-height: 1.6; font-weight: 300; margin: 14px 0 0; }
.vu-rel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vu-rel-card { background: var(--card); border: 1px solid var(--line); padding: 28px 26px; }
.vu-rel-card .d { font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); margin: 0; }
.vu-rel-card h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 24px; color: #fff; margin: 10px 0 0; line-height: 1.25; }
.vu-rel-card p { color: #a8a8a8; font-size: 14px; line-height: 1.6; font-weight: 300; margin: 10px 0 0; }
.vu-rec .vu-btn-l { background: var(--accent); color: #fff; margin-top: 54px; }
.vu-rec .vu-btn-l:hover { background: #e02020; color: #fff; }
.vu-plat { color: var(--faint); font-size: 13.5px; letter-spacing: .04em; margin: 26px 0 0; }
.vu-plat a { color: var(--dim); text-decoration: none; }
.vu-plat a:hover { color: var(--accent); }

/* ================== shared CTA row ================== */
.vu-cta-row { text-align: center; margin-top: 60px; }

/* ================== tablet ================== */
@media (max-width: 1140px) {
  .vu-shows { grid-template-columns: repeat(2, 1fr); }
  .vu-roster { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1018px) {
  .vu-exo, .vu-art, .vu-book, .vu-rec { padding: 66px 0 70px; }
  .vu-exo h1 { font-size: 54px; }
  .vu-art h1 { font-size: 60px; letter-spacing: .12em; }
  .vu-book h1 { font-size: 64px; }
  .vu-rec h1 { font-size: 54px; }
  .vu-art-hero, .vu-book-hero, .vu-rec-hero { grid-template-columns: 1fr; gap: 34px; }
  .vu-coll, .vu-book-grid, .vu-rel { grid-template-columns: repeat(2, 1fr); }
  .vu-rec-quote { font-size: 27px; }
}
/* ================== phone ================== */
@media (max-width: 767px) {
  .vu-wrap { padding: 0 18px; }
  .vu-exo, .vu-art, .vu-book, .vu-rec, .vu-grim { padding: 48px 0 54px; }
  .vu-exo h1 { font-size: 36px; letter-spacing: .04em; }
  .vu-art h1 { font-size: 40px; letter-spacing: .08em; }
  .vu-book h1 { font-size: 46px; }
  .vu-rec h1 { font-size: 40px; }
  .vu-grim h2 { font-size: 27px; }
  .vu-lead { font-size: 17px; }
  .vu-shows, .vu-coll, .vu-book-grid, .vu-rel, .vu-roster,
  .vu-art-strip, .vu-book-art { grid-template-columns: 1fr; }
  .vu-rec-quote { font-size: 23px; margin-top: 50px; }
  .vu-next h3 { font-size: 24px; }
  .vu-btn-l { padding: 14px 26px; font-size: 11.5px; }
  .vu-book .vu-btn-l { display: block; margin-right: 0; margin-top: 14px; text-align: center; }
  .vu-exo .vu-hero { padding-bottom: 46px; }
}

/* --- EXORCISTA flagship band + poster-style show cards --- */
.vu-flag { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; margin-top: 74px; }
.vu-flag-img { background: linear-gradient(180deg, #16090b 0%, #0a0a0a 100%); border: 1px solid rgba(255,255,255,.07); }
.vu-flag-img img { width: 100%; height: auto; display: block; }
.vu-flag-tag { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #b89b3a; font-weight: 700; margin: 0 0 16px; }
.vu-flag h2 { font-family: 'Cinzel', serif; font-weight: 700; font-size: 52px; line-height: 1.08; color: #fff; margin: 0 0 20px; }
.vu-flag p { color: #b9b9b9; font-size: 17.5px; line-height: 1.7; font-weight: 300; margin: 0 0 14px; max-width: 620px; }
.vu-flag .vu-btn-l { margin-top: 18px; }

.vu-poster {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 340px; padding: 34px 30px 32px; text-decoration: none;
  background: linear-gradient(160deg, #1a0d0f 0%, #101010 46%, #0c0c0c 100%);
  border: 1px solid rgba(255,255,255,.08);
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.vu-poster:before {
  content: ''; position: absolute; left: 30px; top: 30px; width: 44px; height: 2px; background: #c11212;
}
.vu-poster:hover { transform: translateY(-5px); border-color: rgba(193,18,18,.55); background: linear-gradient(160deg, #22100f 0%, #121010 46%, #0d0d0d 100%); }
.vu-poster .vu-show-tag { margin-bottom: 10px; }
.vu-poster h2 { font-family: 'Cinzel', serif; font-weight: 700; font-size: 27px; color: #fff; margin: 0 0 12px; line-height: 1.2; }
.vu-poster p { color: #b4b4b4; font-size: 15px; line-height: 1.65; font-weight: 300; margin: 0 0 20px; }
.vu-poster .vu-more { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #c5c5c5; font-weight: 700; }
.vu-poster:hover .vu-more { color: #ff1a1a; }
.vu-shows-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

@media (max-width: 1018px) {
  .vu-flag { grid-template-columns: 1fr; gap: 30px; }
  .vu-flag h2 { font-size: 38px; }
  .vu-shows-3 { grid-template-columns: 1fr; }
  .vu-poster { min-height: 0; }
}
@media (max-width: 767px) {
  .vu-flag { margin-top: 44px; }
  .vu-flag h2 { font-size: 30px; }
  .vu-flag p { font-size: 16.5px; }
}

/* --- make sure the theme's h2/h3 rules don't override the world fonts --- */
.vu-next h3 { font-family: 'Anton', 'Bebas Neue', Impact, sans-serif !important; font-weight: 400 !important; }
.vu-book-card h3 { font-family: 'Space Grotesk', 'Inter', sans-serif !important; font-weight: 500 !important; }
.vu-roster-card h3, .vu-rel-card h3 { font-family: 'Cormorant Garamond', Georgia, serif !important; font-weight: 400 !important; }
.vu-poster h2, .vu-flag h2, .vu-grim h2, .vu-show h2 { font-family: 'Cinzel', 'Times New Roman', serif !important; }
.vu-coll-card h2 { font-family: 'Inter', sans-serif !important; font-weight: 800 !important; }
.vu-exo h1, .vu-art h1, .vu-book h1, .vu-rec h1 { text-shadow: none !important; }

/* music hero: keep the video column from collapsing before the iframe loads */
.vu-rec-hero .wpb_video_wrapper { position: relative; padding-bottom: 62%; height: 0; overflow: hidden;
  background: #141414; border: 1px solid #252525; }
.vu-rec-hero .wpb_video_wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* section labels are h2 for structure but must stay visually small */
h2.vu-sec-h { font-size: 13px !important; letter-spacing: .24em; text-transform: uppercase;
  font-weight: 700 !important; margin: 0 0 30px; line-height: 1.4; }
.vu-exo h2.vu-sec-h { color: #8a8a8a; text-align: center; margin-top: 70px; }
.vu-art h2.vu-sec-h { color: #7c7c7c; }
.vu-book h2.vu-sec-h { color: #9ba0c4; margin-top: 78px; }
.vu-rec h2.vu-sec-h { color: #5a5a5a; margin-top: 72px; }
@media (max-width: 767px) { h2.vu-sec-h { font-size: 12px !important; margin-bottom: 22px; } }
