:root {
  --red:   #CC252C;
  --gold:  #FDCE53;
  --ink:   #0E0E10;
  --paper: #FFFFFF;
  --surface:   #151517;
  --surface-2: #1D1D21;
  --line:      rgba(255,255,255,.11);
  --muted:     rgba(255,255,255,.60);
  --muted-2:   rgba(255,255,255,.40);
  --font: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-cond: "Barlow Condensed", "Barlow", sans-serif;
  --wrap: 1120px;
  --gut: clamp(20px, 5vw, 44px);
  --r: 12px;
  --ease: cubic-bezier(.22,.61,.36,1);
}
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
}
body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--gold); color: #000; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(56px, 9vw, 104px); }
.section--tint { background: var(--surface); }
h1,h2,h3 { font-weight: 800; line-height: 1.06; letter-spacing: -.02em; }
h2 { font-size: clamp(30px, 4.6vw, 50px); }
h3 { font-size: clamp(19px, 2.1vw, 23px); }
.eyebrow {
  display: block;
  font-family: var(--font-cond);
  font-size: 14px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.lede { font-size: clamp(17px, 1.7vw, 20px); color: var(--muted); max-width: 60ch; }
.mb-sm { margin-bottom: 24px; }
.mb-md { margin-bottom: 30px; }
.mb-lg { margin-bottom: 34px; }
.mt-sm { margin-top: 16px; }
.measure { max-width: 62ch; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: 15px 28px; border-radius: 999px; border: 1px solid transparent;
  background: var(--gold); color: #0B0B0D;
  font-weight: 700; font-size: 16px; letter-spacing: .01em;
  cursor: pointer; white-space: nowrap;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -12px var(--gold); }
.btn:focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; }
.btn--ghost { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.30); }
.btn--ghost:hover { border-color: var(--paper); box-shadow: none; }
.btn[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100; padding-block: 16px;
  transition: background .3s var(--ease), padding .3s var(--ease), border-color .3s;
  border-bottom: 1px solid transparent;
}
.header.is-stuck {
  background: rgba(14,14,16,.86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line); padding-block: 10px;
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.header__logo img { height: 34px; width: auto; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a {
  font-family: var(--font-cond); font-size: 17px; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.72);
  padding-block: 4px; position: relative; transition: color .2s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold); transition: width .25s var(--ease);
}
.nav a:hover { color: var(--paper); }
.nav a:hover::after { width: 100%; }
.header__right { display: flex; align-items: center; gap: 12px; }
.lang { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang button {
  background: none; border: 0; cursor: pointer; padding: 4px 11px; border-radius: 999px;
  font-family: var(--font-cond); font-size: 14px; font-weight: 700; letter-spacing: .08em;
  color: var(--muted-2); transition: background .2s, color .2s;
}
.lang button[aria-pressed="true"] { background: var(--gold); color: #0B0B0D; }
.lang button:focus-visible { outline: 2px solid var(--paper); outline-offset: 2px; }
.burger { display: none; background: none; border: 0; cursor: pointer; width: 40px; height: 40px; padding: 9px; }
.burger span { display: block; height: 2px; background: var(--paper); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.burger span + span { margin-top: 5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img, .hero__media video { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, var(--ink) 4%, rgba(14,14,16,.82) 34%, rgba(14,14,16,.42) 66%, rgba(14,14,16,.66) 100%);
}
.hero__inner { position: relative; z-index: 1; padding-bottom: clamp(52px, 9vh, 96px); padding-top: 130px; }
.hero__bar { display: block; width: 96px; height: 7px; background: var(--red); border-radius: 3px; margin-bottom: 22px; }
.hero h1 {
  font-family: var(--font-cond);
  font-size: clamp(46px, 10.5vw, 128px);
  font-weight: 700; line-height: .92; letter-spacing: -.005em;
  text-transform: uppercase; text-wrap: balance;
  margin-bottom: 22px; max-width: 13ch;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero__sub { font-size: clamp(17px, 2.1vw, 22px); color: rgba(255,255,255,.86); max-width: 46ch; margin-bottom: 32px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__credit {
  position: absolute; right: var(--gut); bottom: 14px; z-index: 1;
  font-size: 11px; color: rgba(255,255,255,.34); letter-spacing: .04em;
}
.intro { padding-block: clamp(52px, 8vw, 92px); }
.intro__grid {
  display: grid; grid-template-columns: minmax(0,1fr) 300px;
  gap: clamp(28px, 5vw, 64px); align-items: center;
}
.intro__inner { max-width: 60ch; }
.reel { position: relative; margin: 0; justify-self: end; width: 100%; max-width: 300px; }
.reel video {
  display: block; width: 100%; height: auto; aspect-ratio: 292/634;
  object-fit: cover; border-radius: 18px;
  border: 1px solid var(--line); background: #000;
}
.reel::after {
  content: ""; position: absolute; inset: -14px -14px -14px -14px; z-index: -1;
  border-radius: 28px;
  background: radial-gradient(60% 50% at 50% 40%, color-mix(in srgb, var(--red) 34%, transparent), transparent 72%);
  filter: blur(14px);
}
.reel__sound {
  position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
  background: rgba(14,14,16,.78); color: var(--paper);
  border: 1px solid rgba(255,255,255,.28); border-radius: 999px;
  padding: 7px 15px; cursor: pointer;
  font-family: var(--font-cond); font-size: 14px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: background .2s, border-color .2s, color .2s;
}
.reel__sound:hover { background: var(--gold); color: #0B0B0D; border-color: var(--gold); }
.reel__sound:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.reel__sound[aria-pressed="true"] { border-color: var(--gold); color: var(--gold); }
.intro .mark { display: block; width: 68px; height: 5px; background: var(--red); border-radius: 3px; margin-bottom: 26px; }
.intro__lead { font-size: clamp(18px, 2vw, 21px); color: rgba(255,255,255,.80); }
.intro__pancake {
  margin-top: 22px;
  font-size: clamp(21px, 2.7vw, 30px); line-height: 1.32;
  font-weight: 600; color: var(--paper); text-wrap: pretty;
}
.intro__pancake em { font-style: normal; color: var(--gold); font-weight: 700; }
.played { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 26px; }
.played__label {
  font-family: var(--font-cond); font-size: 14px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 14px;
}
.played__list { display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: baseline; }
.played__list li {
  list-style: none; font-family: var(--font-cond);
  font-size: clamp(19px, 2.4vw, 28px); font-weight: 700;
  letter-spacing: .01em; text-transform: uppercase; color: rgba(255,255,255,.88);
}
.played__list li.is-star { color: var(--gold); }
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 16px; }
.quote {
  background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 24px 22px; display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
}
.quote::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold);
}
.quote p { font-size: 18px; line-height: 1.5; }
.quote--long p { font-size: 16px; line-height: 1.52; }
.quote footer { font-size: 14px; color: var(--muted); margin-top: auto; }
.quote footer b { color: var(--paper); font-weight: 600; }
.quote--placeholder::before { background: var(--red); }
.source { margin-top: 22px; font-size: 14px; color: var(--muted-2); }
.how { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 16px; margin-top: 34px; }
.how__item {
  background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px 22px; transition: border-color .25s, transform .25s var(--ease);
}
.how__item:hover { border-color: rgba(253,206,83,.45); transform: translateY(-2px); }
.how__item h3 { font-size: 20px; margin-bottom: 8px; }
.how__item p { color: rgba(255,255,255,.74); font-size: 16px; }
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-auto-rows: 186px;
  grid-auto-flow: dense;
  gap: 12px;
}
.shot { overflow: hidden; border-radius: var(--r); background: var(--surface-2); position: relative; }
.shot img, .shot video { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot img { transition: transform .7s var(--ease); }
.shot:hover img { transform: scale(1.05); }
.shot--video video { background: #000; }
.shot--video::after {
  content: ""; position: absolute; left: 12px; top: 12px;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(14,14,16,.62) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12'%3E%3Cpath d='M0 0l11 6-11 6z' fill='%23FDCE53'/%3E%3C/svg%3E") no-repeat center;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}
.shot__cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 26px 14px 11px;
  font-family: var(--font-cond); font-size: 15px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.78), transparent);
  pointer-events: none;
}
.shot--lead .shot__cap { font-size: 17px; padding: 34px 18px 15px; }
.shot--wide { grid-column: span 2; }
.shot--tall { grid-row: span 2; }
.shot--lead { grid-column: span 2; grid-row: span 2; }
.credit { margin-top: 16px; font-size: 13px; color: var(--muted-2); }
.watch { background: var(--surface); }
.watch__head { max-width: 62ch; margin-bottom: 34px; }
.gigs { border-top: 1px solid var(--line); }
.gig {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 22px; align-items: center;
  padding: 20px 4px; border-bottom: 1px solid var(--line);
  transition: background .25s, padding-left .25s var(--ease);
}
.gig:hover { background: rgba(255,255,255,.025); padding-left: 12px; }
.gig__date { font-family: var(--font-cond); display: flex; align-items: baseline; gap: 7px; }
.gig__day { font-size: 32px; font-weight: 700; line-height: 1; }
.gig__mon { font-size: 15px; font-weight: 700; letter-spacing: .12em; color: var(--gold); }
.gig__yr { font-size: 14px; color: var(--muted-2); }
.gig__name { font-weight: 700; font-size: 18px; }
.gig__venue { font-size: 15px; color: var(--muted); }
.tag {
  font-family: var(--font-cond); font-size: 14px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted);
  white-space: nowrap;
}
.tag--open { border-color: var(--gold); color: var(--gold); }
.tag--link { transition: background .2s, color .2s; }
.tag--link:hover { background: var(--gold); color: #0B0B0D; }
.tag--link:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.gigs__empty { padding: 30px 4px; color: var(--muted); border-bottom: 1px solid var(--line); }
.gigs__error { border-left: 3px solid var(--red); padding-left: 14px; }
.gig--closed .gig__name { color: var(--muted); font-weight: 600; }
.gig--closed .gig__day  { color: rgba(255,255,255,.55); }
.gig--closed .gig__mon  { color: var(--muted-2); }
.tag--closed { border-style: dashed; color: var(--muted-2); }
.gig.is-folded { display: none; }
.gigs__more {
  display: inline-flex; align-items: center; gap: .5em;
  margin-top: 20px; padding: 11px 22px;
  background: transparent; color: var(--paper);
  border: 1px solid rgba(255,255,255,.30); border-radius: 999px;
  font-family: var(--font-cond); font-size: 16px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}
.gigs__more:hover { border-color: var(--gold); color: var(--gold); }
.gigs__more:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.gigs__more[hidden] { display: none; }
.faq { max-width: 76ch; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 34px 20px 0; position: relative;
  font-weight: 700; font-size: 19px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 11px; height: 11px;
  border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
  transform: translateY(-70%) rotate(45deg); transition: transform .25s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
.faq p { padding: 0 0 22px; color: rgba(255,255,255,.76); max-width: 66ch; }
.contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 6vw, 68px); align-items: start; }
.contact__side p { color: var(--muted); margin-bottom: 24px; }
.contact__direct { display: grid; gap: 10px; }
.contact__direct a { font-weight: 600; width: fit-content; transition: color .2s; }
.contact__direct a:hover { color: var(--gold); }
.form { display: grid; gap: 15px; }
.field { display: grid; gap: 6px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { font-family: var(--font-cond); font-size: 15px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
label .opt { color: var(--muted-2); font-weight: 400; text-transform: none; letter-spacing: 0; }
input, textarea, select {
  background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; font-size: 16px; width: 100%; transition: border-color .2s, background .2s;
}
select { appearance: none; cursor: pointer; padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; }
textarea { resize: vertical; min-height: 110px; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold); background: var(--surface); }
input::placeholder, textarea::placeholder { color: var(--muted-2); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.form__note { font-size: 14px; color: var(--muted-2); }
.form__status { padding: 13px 15px; border-radius: 10px; font-size: 15px; display: none; }
.form__status.is-ok  { display: block; background: rgba(35,197,94,.14); border: 1px solid #23C55E; color: #86EFAC; }
.form__status.is-err { display: block; background: rgba(239,68,68,.14); border: 1px solid #EF4444; color: #FCA5A5; }
.footer { border-top: 1px solid var(--line); padding-block: 40px; background: var(--surface); }
.footer__inner { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.footer img { height: 30px; }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 40px; height: 40px; display: grid; place-content: center;
  border: 1px solid var(--line); border-radius: 50%;
  transition: background .2s, border-color .2s, color .2s, transform .2s var(--ease);
}
.socials a:hover { background: var(--gold); border-color: var(--gold); color: #0B0B0D; transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.footer__meta { font-size: 14px; color: var(--muted-2); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .contact__grid { grid-template-columns: 1fr; }
  .intro__grid { grid-template-columns: 1fr; justify-items: center; }
  .intro__inner { max-width: none; }
  .reel { justify-self: center; }
  .shot--lead, .shot--wide { grid-column: span 1; }
  .shot--lead { grid-row: span 2; }
}
@media (max-width: 760px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 0 0 auto 0; flex-direction: column; align-items: flex-start; gap: 2px;
    background: var(--ink); border-bottom: 1px solid var(--line);
    padding: 88px var(--gut) 30px; transform: translateY(-100%);
    transition: transform .38s var(--ease); z-index: -1;
  }
  .nav.is-open { transform: translateY(0); }
  .nav a { font-size: 22px; padding-block: 11px; color: var(--paper); }
  .nav a::after { display: none; }
  .step { grid-template-columns: 1fr; gap: 8px; }
  .gig { grid-template-columns: 96px 1fr; row-gap: 10px; }
  .gig .tag { grid-column: 2; justify-self: start; }
  .row { grid-template-columns: 1fr; }
  .hero { min-height: 92svh; }
}
