:root {
  --ink: #100b0d;
  --paper: #f4efe9;
  --red: #eb1735;
  --red-dark: #b60925;
  --wine: #3a0711;
  --line: rgba(16, 11, 13, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.siteHeader {
  position: absolute; inset: 0 0 auto; z-index: 20; height: 94px; padding: 0 clamp(24px, 5vw, 78px);
  display: flex; align-items: center; justify-content: space-between; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; }
.brandMark { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--red); font-size: 19px; }
.brandText { font-size: 22px; }
.desktopNav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.desktopNav > a:not(.navCta) { opacity: .76; transition: opacity .2s; }
.desktopNav > a:hover { opacity: 1; }
.navCta { padding: 14px 19px; border: 1px solid rgba(255,255,255,.5); }
.mobileNav { display: none; position: relative; }

.hero {
  min-height: 850px; height: 100svh; position: relative; overflow: hidden; color: #fff; background: #080506 url('concert-lights.jpg') center/cover no-repeat;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .8fr); align-items: center; padding: 130px clamp(24px, 7vw, 110px) 80px;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,4,5,.98) 0%, rgba(8,4,5,.88) 48%, rgba(8,4,5,.25) 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--red); }
.heroGlow { position: absolute; width: 550px; height: 550px; border-radius: 50%; right: -140px; top: 60px; background: rgba(235,23,53,.13); filter: blur(60px); }
.heroContent { position: relative; z-index: 2; max-width: 770px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--red); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 2px; background: currentColor; }
.hero h1, .section h2 { margin: 0; font-size: clamp(66px, 7.2vw, 118px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 em, .section h2 em { color: var(--red); font-style: normal; }
.heroLead { max-width: 610px; margin: 34px 0; color: rgba(255,255,255,.72); font-size: clamp(18px, 1.7vw, 24px); line-height: 1.55; }
.heroActions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 25px; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--red); }
.button.ghost { color: #fff; border: 1px solid rgba(255,255,255,.35); }
.play { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 8px; }
.heroFacts { margin-top: 52px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.heroFacts i { width: 3px; height: 3px; background: var(--red); border-radius: 50%; }
.heroPortrait { position: relative; z-index: 2; align-self: end; justify-self: end; margin: 0; width: min(40vw, 590px); }
.portraitFrame { position: relative; height: min(72vh, 680px); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 230px 230px 12px 12px; box-shadow: 0 35px 75px rgba(0,0,0,.44); }
.portraitFrame img { height: 100%; object-fit: cover; object-position: center 7%; }
.heroPortrait figcaption { position: absolute; right: -10px; bottom: 44px; width: 230px; padding: 19px 22px; display: flex; flex-direction: column; gap: 5px; color: #fff; background: var(--red); }
.heroPortrait figcaption strong { font-size: 15px; text-transform: uppercase; }
.heroPortrait figcaption span { font-size: 11px; opacity: .75; letter-spacing: .1em; text-transform: uppercase; }
.scrollHint { position: absolute; z-index: 3; left: 38px; bottom: 45px; display: flex; align-items: center; gap: 10px; transform: rotate(-90deg); transform-origin: left; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.scrollHint i { width: 42px; height: 1px; background: rgba(255,255,255,.45); }

.section { position: relative; padding: clamp(90px, 10vw, 155px) clamp(24px, 7vw, 110px); }
.sectionLabel { position: absolute; top: 50%; left: 27px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.singleSection { overflow: hidden; min-height: 760px; display: grid; grid-template-columns: 1fr .86fr; gap: clamp(60px, 8vw, 130px); align-items: center; color: #fff; background: #120a0d; }
.singleSection::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 22% 50%, rgba(235,23,53,.14), transparent 37%), linear-gradient(135deg, transparent 60%, rgba(235,23,53,.04)); }
.singleArt { position: relative; height: 500px; }
.cover { position: absolute; z-index: 2; left: 10%; top: 0; width: min(390px, 72%); aspect-ratio: 1; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(145deg, rgba(235,23,53,.58), rgba(39,6,15,.45)), url('concert-lights.jpg') center/cover; box-shadow: 0 32px 70px rgba(0,0,0,.58); transform: rotate(-3deg); }
.cover::after { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.28); }
.coverKicker { position: relative; z-index: 1; margin-bottom: auto; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.cover strong { position: relative; z-index: 1; font-size: clamp(38px, 4.7vw, 70px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.cover small { position: relative; z-index: 1; margin-top: 18px; font-weight: 800; letter-spacing: .16em; }
.vinyl { position: absolute; right: 2%; top: 7%; width: 360px; max-width: 70%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle, #141012 0 3px, #211c1e 4px 5px, #0b0809 7px 9px); box-shadow: 18px 28px 60px rgba(0,0,0,.6); }
.vinyl::before { content: ""; width: 28%; aspect-ratio: 1; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 11px #171214; }
.vinyl span { position: absolute; z-index: 1; color: #fff; font-weight: 900; font-size: 15px; }
.singleCopy { position: relative; z-index: 2; }
.section h2 { font-size: clamp(48px, 5.2vw, 80px); }
.singleCopy > p:not(.eyebrow), .sectionIntro > p, .aboutCopy > p { max-width: 580px; margin: 32px 0; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.7; }
.listenLinks { display: flex; gap: 34px; flex-wrap: wrap; }
.listenLinks a { padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.listenLinks span { color: var(--red); margin-left: 8px; }

.formats { background: var(--paper); }
.sectionIntro { margin-bottom: 72px; display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.sectionIntro .eyebrow { margin-bottom: 23px; }
.sectionIntro > p { max-width: 500px; margin: 0 0 5px; color: #63595d; }
.formatGrid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.formatCard { min-height: 330px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s, transform .25s; }
.formatCard:hover { color: #fff; background: var(--red); transform: translateY(-4px); }
.cardTop { display: flex; justify-content: space-between; align-items: center; }
.cardTop > span { font-size: 12px; font-weight: 800; color: var(--red); }
.formatCard:hover .cardTop > span { color: #fff; }
.cardTop small { padding: 7px 9px; border: 1px solid currentColor; opacity: .55; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.formatCard h3 { max-width: 270px; margin: 54px 0 15px; font-size: 25px; line-height: 1.05; letter-spacing: -.04em; }
.formatCard p { margin: 0; color: #766b6e; font-size: 14px; line-height: 1.65; }
.formatCard:hover p { color: rgba(255,255,255,.74); }
.formatCard a { margin-top: auto; padding-top: 22px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.formatCard a span { float: right; }

.about { display: grid; grid-template-columns: minmax(360px,.78fr) 1fr; align-items: center; gap: clamp(70px, 10vw, 150px); background: #fff; }
.aboutImage { position: relative; max-width: 560px; }
.aboutImage::before { content: ""; position: absolute; inset: -18px 30px 30px -18px; border: 1px solid rgba(235,23,53,.28); }
.aboutImage img { position: relative; z-index: 1; aspect-ratio: 4/5; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(1.04); }
.quoteBadge { position: absolute; z-index: 2; right: -42px; bottom: 42px; max-width: 215px; padding: 22px; color: #fff; background: var(--red); font-size: 15px; font-weight: 800; line-height: 1.35; }
.quoteBadge span { display: block; font-size: 44px; line-height: .65; }
.aboutCopy .eyebrow { margin-bottom: 24px; }
.aboutCopy > p { color: #6f6569; }
.aboutCopy .aboutLead { color: var(--ink); font-size: 21px; font-weight: 700; line-height: 1.55; }
.repertoire { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.repertoire span { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.repertoire span:nth-child(odd) { border-right: 1px solid var(--line); }
.repertoire span:nth-child(even) { padding-left: 22px; }

.bookingSteps { color: #fff; background: var(--ink); }
.sectionIntro.compact { margin-bottom: 55px; }
.bookingSteps ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.bookingSteps li { padding: 34px 34px 0 0; display: grid; grid-template-columns: 46px 1fr; gap: 18px; border-right: 1px solid rgba(255,255,255,.17); }
.bookingSteps li + li { padding-left: 34px; }
.bookingSteps li:last-child { border-right: 0; }
.bookingSteps li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 12px; font-weight: 800; }
.bookingSteps h3 { margin: 5px 0 14px; font-size: 20px; }
.bookingSteps li p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.65; }

.contact { overflow: hidden; min-height: 650px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--red); }
.contact::before { content: "TJ"; position: absolute; right: -3vw; bottom: -10vw; font-size: clamp(280px, 46vw, 700px); font-weight: 900; line-height: .75; letter-spacing: -.1em; color: rgba(95,0,17,.17); }
.contactLight { position: absolute; top: -280px; left: 32%; width: 440px; height: 440px; border-radius: 50%; background: rgba(255,255,255,.13); filter: blur(85px); }
.contact > *:not(.contactLight) { position: relative; z-index: 1; }
.eyebrow.light { color: #fff; }
.contact h2 em { color: var(--wine); }
.contactLead { max-width: 620px; margin: 32px 0 36px; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.76); }
.contactActions { display: flex; align-items: center; gap: 35px; flex-wrap: wrap; }
.button.white { color: var(--red); background: #fff; }
.phoneLink { display: flex; flex-direction: column; gap: 3px; }
.phoneLink small { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; opacity: .66; }
.phoneLink strong { font-size: 22px; }
.contactMeta { margin-top: 45px; display: flex; gap: 15px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,.68); }

footer { min-height: 180px; padding: 45px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr 2fr auto; gap: 30px; align-items: center; color: #fff; background: #090607; }
.footerBrand .brandMark { width: 34px; height: 34px; font-size: 15px; }
.footerBrand .brandText { font-size: 18px; }
footer > p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; }
.footerLinks { display: flex; gap: 24px; justify-content: center; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
footer > small { color: rgba(255,255,255,.35); font-size: 10px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .75fr; padding-left: 54px; padding-right: 45px; }
  .heroPortrait { width: min(43vw, 500px); }
  .section { padding-left: 54px; padding-right: 54px; }
  .formatGrid { grid-template-columns: repeat(2, 1fr); }
  .about { gap: 75px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footerLinks { justify-content: start; }
}

@media (max-width: 760px) {
  .siteHeader { height: 74px; }
  .brandMark { width: 36px; height: 36px; font-size: 16px; }
  .brandText { font-size: 19px; }
  .desktopNav { display: none; }
  .mobileNav { display: block; }
  .mobileNav summary { cursor: pointer; list-style: none; padding: 11px 14px; border: 1px solid rgba(255,255,255,.4); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobileNav summary::-webkit-details-marker { display: none; }
  .mobileNav > div { position: absolute; right: 0; top: 49px; width: 210px; display: flex; flex-direction: column; padding: 10px; color: var(--ink); background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.28); }
  .mobileNav a { padding: 13px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
  .hero { min-height: 840px; height: auto; display: block; padding: 124px 24px 0; }
  .hero::before { background: linear-gradient(180deg, rgba(8,4,5,.95) 0%, rgba(8,4,5,.82) 48%, rgba(8,4,5,.32) 100%); }
  .hero h1 { font-size: clamp(54px, 17vw, 80px); }
  .heroLead { font-size: 17px; }
  .heroActions .button { width: 100%; }
  .heroFacts { margin-top: 32px; }
  .heroPortrait { width: calc(100% + 48px); margin: 55px -24px 0; }
  .portraitFrame { height: 520px; border: 0; border-radius: 190px 190px 0 0; }
  .heroPortrait figcaption { right: 16px; bottom: 24px; }
  .scrollHint { display: none; }
  .section { padding: 85px 24px; }
  .sectionLabel { display: none; }
  .singleSection { grid-template-columns: 1fr; gap: 35px; }
  .singleArt { height: 390px; }
  .cover { left: 0; width: 76%; padding: 26px; }
  .vinyl { right: -3%; }
  .section h2 { font-size: clamp(45px, 13.8vw, 66px); }
  .sectionIntro { display: block; margin-bottom: 44px; }
  .sectionIntro > p { margin-top: 28px; font-size: 16px; }
  .formatGrid { grid-template-columns: 1fr; }
  .formatCard { min-height: 285px; }
  .about { grid-template-columns: 1fr; gap: 65px; }
  .aboutImage { width: calc(100% - 22px); }
  .quoteBadge { right: -22px; }
  .aboutCopy .aboutLead { font-size: 18px; }
  .repertoire { grid-template-columns: 1fr; }
  .repertoire span:nth-child(odd) { border-right: 0; }
  .repertoire span:nth-child(even) { padding-left: 0; }
  .bookingSteps ol { grid-template-columns: 1fr; }
  .bookingSteps li, .bookingSteps li + li { padding: 27px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .contact { min-height: 670px; }
  .contact h2 { font-size: clamp(43px, 13vw, 64px); }
  .contactActions .button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 20px; }
  .footerLinks { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
