@import url("../shared/fonts/fonts.css");

/* ============================================================================
   CONCEPT 3 - HEADLINER
   Twenty-one years of arena nights, pointed at your event. Editorial, hard left,
   huge condensed type, alternating charcoal and paper. Lineage: voucher C.
   ========================================================================= */

:root {
  --char:       #191919;
  --char-2:     #101010;
  --paper:      #F5F2EC;
  --paper-2:    #EAE5DB;
  --amber:      #D98E32;   /* 6.6:1 on charcoal - never used for text on paper */
  --amber-ink:  #A65A12;   /* 4.6:1 on paper                                   */
  --steel-d:    #A29C92;   /* on charcoal - 6.5:1                              */
  --steel-l:    #5F5A52;   /* on paper    - 6.1:1                              */
  --hair-d:     rgba(162, 156, 146, .26);
  --hair-l:     rgba(25, 25, 25, .16);

  --poster: "Anton", "Arial Narrow", Impact, sans-serif;
  --ui:     "Jost", "Helvetica Neue", Arial, sans-serif;
  --read:   Georgia, "Times New Roman", serif;

  --gut: clamp(1.15rem, 5vw, 4rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--char);
  color: var(--paper);
  font-family: var(--read);
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--amber); color: var(--char);
  padding: .85rem 1.25rem; font-family: var(--ui); font-weight: 500;
  font-size: .8rem; letter-spacing: .1em; text-decoration: none;
}
.skip:focus { left: 0; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }

.wrap { max-width: 72rem; margin-inline: auto; padding-inline: var(--gut); }

/* alternating panels */
.dark  { background: var(--char);  color: var(--paper); }
.light { background: var(--paper); color: var(--char); }
.light .kicker { color: var(--amber-ink); }
.light .sub    { color: var(--steel-l); }
.dark  .kicker { color: var(--amber); }
.dark  .sub    { color: var(--steel-d); }

.kicker {
  display: block; font-family: var(--ui); font-weight: 500;
  font-size: .7rem; letter-spacing: .32em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.hh {
  font-family: var(--poster); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.35rem, 9.5vw, 5rem); line-height: .94;
  letter-spacing: .005em; margin: 0;
}
.sub { max-width: 52ch; margin: 1.2rem 0 0; }

section { padding: clamp(3rem, 9vw, 5.5rem) 0; }

/* ---- masthead -----------------------------------------------------------*/
.bar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(16, 16, 16, .93);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hair-d);
}
.bar-in {
  max-width: 72rem; margin-inline: auto; padding: 0 var(--gut);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 3.4rem;
}
.bar-mark {
  display: flex; align-items: center; min-height: 44px; color: var(--paper);
  font-family: var(--poster); font-size: 1rem; letter-spacing: .04em;
  text-transform: uppercase; text-decoration: none; white-space: nowrap;
}
.bar-nav { display: none; gap: 1.35rem; }
.bar-nav a {
  display: flex; align-items: center; min-height: 44px; white-space: nowrap;
  font-family: var(--ui); font-weight: 500; font-size: .68rem;
  letter-spacing: .18em; text-transform: uppercase; text-decoration: none;
  color: var(--steel-d); border-bottom: 2px solid transparent;
}
.bar-nav a:hover { color: var(--amber); border-bottom-color: var(--amber); }
.bar-call {
  display: flex; align-items: center; min-height: 44px; padding: .5rem 1rem;
  font-family: var(--ui); font-weight: 500; font-size: .72rem;
  letter-spacing: .14em; text-transform: uppercase; text-decoration: none;
  color: var(--char); background: var(--amber);
}
@media (min-width: 70rem) { .bar-nav { display: flex; } .bar-call { display: none; } }

/* ---- hero ---------------------------------------------------------------*/
.hero { position: relative; background: var(--char-2); overflow: hidden; }
.hero-img { position: relative; }
.hero-img img {
  width: 100%; height: clamp(20rem, 62vh, 34rem); object-fit: cover;
  object-position: 50% 22%; filter: grayscale(.35) contrast(1.08) brightness(.72);
}
.hero-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,16,16,.62) 0%, rgba(16,16,16,.25) 45%,
              rgba(16,16,16,.92) 100%);
}
.hero-copy {
  position: relative; margin-top: -4.5rem;
  padding-block: 0 clamp(2.5rem, 8vw, 4rem);   /* never `padding`: .wrap owns the inline sides */
}
.hero h1 {
  font-family: var(--poster); font-weight: 400; text-transform: uppercase;
  font-size: clamp(2.9rem, 13.5vw, 7.5rem); line-height: .88;
  letter-spacing: -.005em; margin: 0 0 1.2rem; max-width: 14ch;
}
.hero h1 span { display: block; color: var(--amber); }
.hero .stand { color: var(--steel-d); max-width: 48ch; margin: 0 0 2rem; }

/* the stat wall */
.stats {
  list-style: none; margin: clamp(2rem, 6vw, 3rem) 0 0; padding: 0;
  display: grid; gap: 0; border-top: 2px solid var(--amber);
}
@media (min-width: 44rem) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stats li { padding: 1.15rem 0; border-bottom: 1px solid var(--hair-d); }
@media (min-width: 44rem) {
  .stats li { border-bottom: 0; border-right: 1px solid var(--hair-d); padding: 1.4rem 1.4rem 1.4rem 0; }
  .stats li:last-child { border-right: 0; }
}
.stats b {
  display: block; font-family: var(--poster); font-weight: 400;
  font-size: clamp(2.9rem, 10vw, 4.6rem); line-height: .9; color: var(--paper);
  font-variant-numeric: tabular-nums; letter-spacing: .01em;
}
.stats span {
  display: block; margin-top: .5rem; font-family: var(--ui); font-weight: 500;
  font-size: .69rem; letter-spacing: .2em; text-transform: uppercase; color: var(--amber);
}

/* ---- ticket-stub call to action ----------------------------------------
   The stub carries the real number; the body carries the ask. A dashed
   perforation and two punched notches, all CSS. */
.stub {
  display: inline-flex; align-items: stretch; margin-top: clamp(1.8rem, 5vw, 2.4rem);
  background: var(--amber); color: var(--char); text-decoration: none;
  font-family: var(--ui); font-weight: 500; position: relative;
  max-width: 100%; flex-wrap: wrap;
}
.stub .s-num {
  display: flex; align-items: center; min-height: 52px; padding: .85rem 1.2rem;
  font-size: clamp(.95rem, 3.6vw, 1.1rem); letter-spacing: .04em;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.stub .s-go {
  position: relative;                  /* so the punched holes land on the perforation */
  display: flex; align-items: center; min-height: 52px; padding: .85rem 1.4rem;
  font-size: clamp(.78rem, 3vw, .88rem); letter-spacing: .2em; text-transform: uppercase;
  border-left: 2px dashed rgba(25, 25, 25, .5); white-space: nowrap;
}
/* the punched holes sit on the perforation */
.stub .s-go::before, .stub .s-go::after {
  content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%;
  background: var(--panel-bg, var(--char)); left: -7px;
}
.stub .s-go::before { top: -6px; }
.stub .s-go::after  { bottom: -6px; }
.stub:hover { filter: brightness(1.07); }
.light .stub .s-go::before, .light .stub .s-go::after { background: var(--paper); }

/* ---- run of show --------------------------------------------------------*/
.rundown { list-style: none; margin: 0; padding: 0; }
.rundown li { padding: clamp(1.1rem, 3vw, 1.5rem) 0; border-bottom: 1px solid var(--hair-l); }
.dark .rundown li { border-bottom-color: var(--hair-d); }
.rundown .row { display: flex; align-items: baseline; gap: .8rem; }
.rundown .no {
  font-family: var(--poster); font-size: clamp(1.15rem, 4vw, 1.45rem);
  color: var(--amber-ink); font-variant-numeric: tabular-nums; flex: none;
}
.dark .rundown .no { color: var(--amber); }
.rundown h3 {
  font-family: var(--poster); font-weight: 400; text-transform: uppercase;
  font-size: clamp(1.15rem, 4vw, 1.5rem); line-height: 1.1; margin: 0; flex: none;
}
/* dotted leader, the way a rundown sheet sets it */
.rundown .lead {
  flex: 1 1 2rem; min-width: 1.5rem; height: 1px; align-self: center;
  background-image: radial-gradient(currentColor 1px, transparent 1.2px);
  background-size: 6px 2px; background-repeat: repeat-x; opacity: .38;
}
.rundown .cue {
  font-family: var(--ui); font-weight: 500; font-size: .68rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--steel-l); flex: none;
}
.dark .rundown .cue { color: var(--steel-d); }
.rundown p { margin: .55rem 0 0; color: var(--steel-l); max-width: 62ch; }
.dark .rundown p { color: var(--steel-d); }
.rundown em { font-style: italic; color: var(--amber-ink); }
.dark .rundown em { color: var(--amber); }

/* ---- ribbon board -------------------------------------------------------
   The horizontal LED ticker he worked under at the arena. Amber dot matrix,
   drawn with a repeating radial gradient over the type. */
.ribbon-row { display: flex; align-items: stretch; gap: .5rem; margin-bottom: 1.4rem; }
.ribbon {
  position: relative; flex: 1; min-width: 0; overflow: hidden;
  background: #0B0B0B; border: 1px solid var(--hair-d);
  padding: .8rem 0;
}
.ribbon::after {           /* the dot-matrix grille */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(11,11,11,.85) 42%, transparent 46%);
  background-size: 3px 3px;
}
.ribbon-track {
  display: flex; width: max-content;
  animation: roll 64s linear infinite;
}
.ribbon.paused .ribbon-track { animation-play-state: paused; }
.ribbon-track > span {
  font-family: var(--ui); font-weight: 500; font-size: .95rem;
  letter-spacing: .26em; text-transform: uppercase; color: var(--amber);
  white-space: nowrap; padding-right: 2.5rem;
  text-shadow: 0 0 8px rgba(217, 142, 50, .55);
}
.ribbon-track > span i { color: #8C5A1E; font-style: normal; padding-left: 2.5rem; }
@keyframes roll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.ctrl {
  flex: none; min-width: 44px; min-height: 44px; padding: 0 .85rem;
  display: flex; align-items: center; justify-content: center;
  background: transparent; color: var(--steel-d);
  border: 1px solid var(--hair-d); cursor: pointer;
  font-family: var(--ui); font-weight: 500; font-size: .66rem;
  letter-spacing: .16em; text-transform: uppercase; white-space: nowrap;
}
.ctrl:hover { color: var(--amber); border-color: var(--amber); }
.no-js .ctrl { display: none; }

/* ---- the wall: backstage laminates --------------------------------------*/
.wall { display: grid; gap: .8rem; grid-template-columns: 1fr; }
@media (min-width: 34rem) { .wall { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62rem) { .wall { grid-template-columns: repeat(3, 1fr); } }
.lam {
  background: #222; border: 1px solid var(--hair-d);
  padding: 1.75rem .45rem .8rem;      /* the top strip is where the slot lives */
  position: relative;
}
.lam::before {            /* the punched lanyard slot, above the photograph */
  content: ""; position: absolute; top: .72rem; left: 50%; translate: -50% 0;
  width: 2.6rem; height: 6px; border-radius: 3px;
  background: #0B0B0B; box-shadow: inset 0 1px 2px rgba(0,0,0,.95);
}
.lam img { width: 100%; aspect-ratio: 2/1; object-fit: cover; filter: contrast(1.05); }
.lam .tab {
  display: block; margin-top: .6rem; font-family: var(--ui); font-weight: 500;
  font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--steel-d);
}

/* ---- venues -------------------------------------------------------------*/
.venues { list-style: none; margin: 0; padding: 0; }
.venues li {
  display: flex; align-items: baseline; gap: .8rem;
  padding: .85rem 0; border-bottom: 1px solid var(--hair-l);
  font-family: var(--poster); text-transform: uppercase;
  font-size: clamp(1.05rem, 4vw, 1.55rem); line-height: 1.15;
}
.venues .lead {
  flex: 1 1 2rem; min-width: 1rem; height: 1px; align-self: center;
  background-image: radial-gradient(currentColor 1px, transparent 1.2px);
  background-size: 6px 2px; background-repeat: repeat-x; opacity: .3;
}
.venues .no {
  font-family: var(--ui); font-weight: 500; font-size: .66rem; letter-spacing: .2em;
  color: var(--steel-l); flex: none; font-variant-numeric: tabular-nums;
}

/* ---- testimonials -------------------------------------------------------*/
.reviews { display: grid; gap: clamp(1.1rem, 3.5vw, 1.6rem); }
@media (min-width: 54rem) { .reviews { grid-template-columns: repeat(2, 1fr); } }
.review {
  margin: 0; background: #202020; border-left: 3px solid var(--amber);
  padding: clamp(1.4rem, 4.5vw, 1.9rem);
}
.review blockquote { margin: 0; }
.review blockquote p { margin: 0 0 .9rem; }
.review blockquote p:last-of-type { margin-bottom: 0; }
.review .pull {
  font-family: var(--poster); font-weight: 400; text-transform: uppercase;
  font-size: clamp(1.2rem, 4.2vw, 1.6rem); line-height: 1.08; color: var(--amber);
}
.review figcaption {
  margin-top: 1.2rem; font-family: var(--ui); font-weight: 500; font-size: .66rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--steel-d);
}

/* ---- the crew -----------------------------------------------------------*/
.team { display: grid; gap: .9rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 40rem) { .team { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 58rem) { .team { grid-template-columns: repeat(5, 1fr); } }
.team figure { margin: 0; }
.team img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  filter: grayscale(1) contrast(1.12) brightness(.95);
}
.mono {
  width: 100%; aspect-ratio: 4/5; display: grid; place-items: center;
  background: #202020; border: 1px solid var(--hair-d);
  font-family: var(--poster); font-size: 2.2rem; color: var(--amber);
}
.team figcaption { margin-top: .55rem; }
.team .nm {
  display: block; font-family: var(--poster); text-transform: uppercase;
  font-size: 1.05rem; line-height: 1.1;
}
.team .rl {
  display: block; margin-top: .2rem; font-family: var(--ui); font-weight: 500;
  font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; color: var(--steel-d);
}

/* ---- V.O.G. reels -------------------------------------------------------*/
.reels { display: grid; gap: 1rem; }
@media (min-width: 44rem) { .reels { grid-template-columns: repeat(2, 1fr); } }
.reel { display: block; text-decoration: none; background: #202020; border: 1px solid var(--hair-d); }
.reel img { aspect-ratio: 3/2; object-fit: cover; filter: grayscale(.55) contrast(1.08); }
.reel span {
  display: flex; align-items: center; gap: .7rem; min-height: 48px; padding: .8rem 1rem;
  font-family: var(--ui); font-weight: 500; font-size: .7rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--amber);
}
.reel span::before {
  content: ""; flex: none; width: 0; height: 0;
  border-left: 10px solid var(--amber);
  border-top: 7px solid transparent; border-bottom: 7px solid transparent;
}
.reel:hover img { filter: none; }

/* ---- contact ------------------------------------------------------------*/
.contact-grid { display: grid; gap: clamp(1.8rem, 5vw, 3rem); }
@media (min-width: 46rem) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.contact-grid h3 {
  font-family: var(--ui); font-weight: 500; font-size: .68rem;
  letter-spacing: .24em; text-transform: uppercase; color: var(--amber-ink);
  margin: 0 0 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--hair-l);
}
.big-tel {
  display: inline-flex; align-items: center; min-height: 48px;
  font-family: var(--poster); font-size: clamp(1.9rem, 8vw, 2.9rem);
  line-height: 1; color: var(--char); text-decoration: none;
  font-variant-numeric: tabular-nums; letter-spacing: .01em;
}
.mailto {
  display: inline-flex; align-items: center; min-height: 44px;
  word-break: break-word; font-family: var(--ui); font-size: 1rem;
}
.hours { width: 100%; border-collapse: collapse; font-family: var(--ui); font-size: .95rem; }
.hours th {
  text-align: left; font-weight: 400; padding: .55rem 0; color: var(--steel-l);
  border-bottom: 1px solid var(--hair-l);
}
.hours td {
  text-align: right; padding: .55rem 0; font-variant-numeric: tabular-nums;
  border-bottom: 1px solid var(--hair-l);
}
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }

/* ---- footer -------------------------------------------------------------*/
footer { background: var(--char-2); padding: 2.8rem 0 3.6rem; }
footer .fm {
  font-family: var(--poster); text-transform: uppercase; font-size: 1.15rem;
  letter-spacing: .04em; margin: 0;
}
footer .fs {
  margin: .7rem 0 0; font-family: var(--ui); font-size: .85rem; color: var(--steel-d);
}
.back {
  display: inline-flex; align-items: center; min-height: 44px; margin-top: .8rem;
  font-family: var(--ui); font-weight: 500; font-size: .66rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--steel-d);
}

/* ---- scroll reveal ------------------------------------------------------*/
.rise { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.rise.in { opacity: 1; transform: none; }
.no-js .rise { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise, .rise.in { opacity: 1; transform: none; transition: none; }
  .ribbon-track { animation: none; transform: none; }
  .ribbon-track > span:nth-child(n+2) { display: none; }
  * { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
