/* Frankie D'Esposito. A dark stage, one colour from the cymbals, and the
   striped lower half of his own logo carried into the big headings. */
:root {
  --bg: #0a0a0c; --bg2: #121216; --bg3: #1a1a20;
  --ink: #f3efe8; --mute: #a39e96; --line: rgba(255, 255, 255, .13);
  --gold: #e8b24a; --gold-d: #c9912a; --gold-ink: #1a1307;
  --display: "Big Shoulders Display", Impact, "Arial Narrow", sans-serif;
  --body: Barlow, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1180px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 1.0625rem/1.6 var(--body); overflow-x: clip; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.wrap { width: min(100% - 2rem, var(--wrap)); margin-inline: auto; }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 1rem; top: -3rem; z-index: 60; background: var(--gold); color: var(--gold-ink); padding: .5rem .8rem; font-weight: 700; }
.skip:focus { top: 1rem; }

/* ------------------------------------------------------------ type -- */
.display { font-family: var(--display); font-weight: 900; text-transform: uppercase; letter-spacing: .01em; line-height: .92; margin: 0; }
h2.display { font-size: clamp(2.6rem, 6vw, 4.4rem); }
.page-title { font-size: clamp(3.4rem, 10vw, 6.5rem); }
.sub-title { font-size: clamp(1.9rem, 4vw, 2.6rem); margin: 3.5rem 0 1rem; color: var(--mute); }
/* The logo's trick: solid on top, horizontal stripes below the middle. */
.striped {
  background:
    linear-gradient(var(--ink) 0 56%, transparent 56%),
    repeating-linear-gradient(var(--ink) 0 .055em, transparent .055em .11em);
  /* one tile per LINE, so a wrapped heading is solid-over-stripes on every line */
  background-size: 100% calc(var(--lh, .92) * 1em); background-repeat: repeat-y;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-bottom: .04em;
}
.kicker { font: 700 .8rem/1.2 var(--body); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 .9rem; }
.lede { font-size: clamp(1.1rem, 2vw, 1.3rem); color: var(--ink); max-width: 38ch; }
.small { font-size: .88rem; color: var(--mute); }
.link { color: var(--gold); font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; white-space: nowrap; }
.link:hover { color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 46px; padding: .6rem 1.2rem;
  background: var(--gold); color: var(--gold-ink); border: 2px solid var(--gold); border-radius: 3px;
  font: 700 .95rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.btn:hover { background: var(--ink); border-color: var(--ink); }
.btn.ghost { background: transparent; color: var(--ink); border-color: rgba(255, 255, 255, .55); }
.btn.ghost:hover { border-color: var(--ink); background: rgba(255, 255, 255, .08); }
.btn.dark { background: var(--gold-ink); color: var(--gold); border-color: var(--gold-ink); }
.btn.dark:hover { background: #000; }
.btn:disabled { opacity: .6; cursor: default; }

/* ------------------------------------------------------------ header -- */
.top { position: sticky; top: 0; z-index: 40; background: rgba(10, 10, 12, .92); border-bottom: 1px solid var(--line); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; }
.mark img { height: 30px; width: auto; }
.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a:not(.btn) { text-decoration: none; font-weight: 600; font-size: .92rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); padding: .4rem 0; }
.nav a:not(.btn):hover, .nav a[aria-current] { color: var(--ink); }
.nav a[aria-current] { box-shadow: inset 0 -2px var(--gold); }
.nav .btn { min-height: 40px; padding: .45rem .9rem; font-size: .85rem; }
.menu-btn { display: none; background: none; border: 1px solid var(--line); border-radius: 3px; padding: .45rem .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; font-size: .8rem; cursor: pointer; min-height: 40px; }
@media (max-width: 820px) {
  .menu-btn { display: block; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: .5rem 1rem 1rem; display: none; }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav a[aria-current] { box-shadow: none; color: var(--gold); }
  .nav .btn { margin-top: 1rem; min-height: 46px; }
  .mark img { height: 26px; }
}

/* ------------------------------------------------------------ hero -- */
.hero { position: relative; min-height: min(92vh, 860px); display: grid; align-items: end; overflow: clip; isolation: isolate; }
.hero .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; z-index: -2; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, var(--bg) 0%, rgba(10, 10, 12, .82) 22%, rgba(10, 10, 12, .25) 60%, rgba(10, 10, 12, .45) 100%),
              linear-gradient(to right, rgba(10, 10, 12, .7), transparent 60%); }
.hero .wrap { display: flex; justify-content: space-between; align-items: end; gap: 2rem; flex-wrap: wrap; padding: 8rem 0 3.5rem; }
.hero h1 { margin: 0 0 1rem; }
.hero h1 img { width: min(640px, 86vw); height: auto; filter: drop-shadow(0 4px 24px rgba(0, 0, 0, .6)); }
.hero .lede { margin: 0 0 1.6rem; text-shadow: 0 1px 12px rgba(0, 0, 0, .8); }
.ctas { display: flex; gap: .8rem; flex-wrap: wrap; margin: 0; }
.next { display: grid; gap: .15rem; text-decoration: none; background: rgba(10, 10, 12, .78); border: 1px solid var(--line); border-left: 4px solid var(--gold);
  padding: 1rem 1.2rem; min-width: 240px; max-width: 320px; }
.next:hover { border-color: rgba(255, 255, 255, .35); border-left-color: var(--gold); }
.next .kicker { margin: 0 0 .2rem; }
.next .when { font: 900 2rem/1 var(--display); text-transform: uppercase; }
.next .where { font-weight: 600; }
.next .who { color: var(--mute); font-size: .95rem; }

/* ------------------------------------------------------------ bands -- */
.band { padding: clamp(3.5rem, 8vw, 6rem) 0; }
.band.flush { padding: 0; }
.page { padding-top: clamp(2.5rem, 6vw, 4rem); }
.head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }

.credits-band { background: var(--bg2); border-block: 1px solid var(--line); }
.credits { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.6rem 2.4rem; }
.credits li { display: grid; gap: .35rem; }
.credits .who { --lh: .9; font: 900 clamp(2.4rem, 5vw, 3.6rem)/.9 var(--display); text-transform: uppercase; }
.credits .of { color: var(--mute); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: .82rem; }
.also { margin: 2rem 0 0; color: var(--mute); }
.also b { color: var(--ink); font-weight: 600; }

/* shows */
.shows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.show { display: grid; grid-template-columns: 5.2rem 1fr auto; gap: 1.2rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.show .date { text-align: center; line-height: 1; }
.show .date .m { display: block; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: .75rem; color: var(--gold); }
.show .date .d { display: block; font: 900 2.7rem/1 var(--display); }
.show .date .y { display: block; font-size: .75rem; color: var(--mute); margin-top: .15rem; }
.show .venue { margin: 0; font-weight: 700; font-size: 1.15rem; }
.show .venue .city { color: var(--mute); font-weight: 400; }
.show .who { margin: .1rem 0 0; color: var(--mute); }
.show .who b { color: var(--ink); font-weight: 600; }
.show .act { display: flex; gap: .5rem; align-items: center; flex-wrap: wrap; justify-content: end; }
.show .time { color: var(--mute); font-size: .95rem; white-space: nowrap; }
.show .act a, .show .act button { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; min-height: 36px; padding: .35rem .7rem;
  background: none; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); text-decoration: none; cursor: pointer; display: inline-flex; align-items: center; }
.show .act a:hover, .show .act button:hover { border-color: var(--gold); color: var(--gold); }
.show.today .date .m { color: var(--ink); }
.show.today { background: linear-gradient(to right, rgba(232, 178, 74, .12), transparent); }
.past .show { grid-template-columns: 5.2rem 1fr; opacity: .8; }
.month { font: 700 .82rem/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--mute); margin: 2.4rem 0 .8rem; }
.month:first-child { margin-top: 0; }
.none { border: 1px dashed var(--line); padding: 1.4rem; color: var(--mute); margin: 0 0 1.5rem; }
.none a { color: var(--gold); }
.recent-h { font: 700 .82rem/1 var(--body); letter-spacing: .2em; text-transform: uppercase; color: var(--mute); margin: 0 0 .8rem; }
@media (max-width: 640px) {
  .show { grid-template-columns: 4rem 1fr; gap: .9rem; }
  .show .act { grid-column: 2; justify-content: start; }
  .show .date .d { font-size: 2.2rem; }
}

/* now playing with */
.bands { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }
.bands li { background: var(--bg2); border: 1px solid var(--line); padding: 1.4rem; display: grid; gap: .4rem; align-content: start; }
.bands h3 { margin: 0; font: 900 2.2rem/.95 var(--display); text-transform: uppercase; }
.bands .role { margin: 0; color: var(--gold); font-weight: 700; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; }
.bands p { margin: 0; }
.bands .blurb { color: var(--mute); }
.bands .link { justify-self: start; margin-top: .4rem; }

/* videos */
.videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.videos .video:first-child { grid-column: span 2; grid-row: span 2; }
.video { margin: 0; }
.frame { position: relative; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.frame button { all: unset; cursor: pointer; position: absolute; inset: 0; display: block; }
.frame button:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }
.frame img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .2s, transform .4s; }
.frame button:hover img { opacity: 1; transform: scale(1.03); }
.frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.play { position: absolute; left: 50%; top: 50%; width: 64px; height: 64px; margin: -32px 0 0 -32px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .5); }
.play::after { content: ""; position: absolute; left: 26px; top: 20px; border-left: 20px solid var(--gold-ink); border-top: 12px solid transparent; border-bottom: 12px solid transparent; }
.video figcaption { font-size: .92rem; color: var(--mute); padding: .5rem 0 0; }
.videos .video:first-child figcaption { font-size: 1rem; color: var(--ink); }
@media (max-width: 820px) {
  .videos { grid-template-columns: 1fr 1fr; }
  .videos .video:first-child { grid-column: 1 / -1; grid-row: auto; }
}
@media (max-width: 480px) { .videos { grid-template-columns: 1fr; } }

/* photo strip */
.strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.strip a { display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--bg2); }
.strip img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.strip a:hover img { transform: scale(1.05); }
.strip-foot { text-align: right; margin: 1rem 0 0; }
@media (max-width: 820px) { .strip { grid-template-columns: repeat(3, 1fr); } }

/* paiste */
.band.gold { background: var(--gold); color: var(--gold-ink); }
.band.gold .kicker { color: var(--gold-ink); }
.paiste { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.paiste img { width: 100%; height: auto; box-shadow: 0 20px 50px rgba(60, 35, 0, .35); }
.paiste blockquote { margin: 0 0 1.6rem; font: 800 clamp(1.7rem, 3.4vw, 2.6rem)/1.05 var(--display); text-transform: uppercase; }
.paiste blockquote::before { content: "\201C"; } .paiste blockquote::after { content: "\201D"; }
@media (max-width: 760px) { .paiste { grid-template-columns: 1fr; } }

/* booking */
.booking { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.booking .lede { margin: 1.2rem 0 .8rem; }
.sessions { color: var(--mute); margin: 0 0 1.2rem; }
.direct { margin: 0; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; background: var(--bg2); border: 1px solid var(--line); padding: clamp(1.1rem, 3vw, 1.8rem); }
.form label { display: grid; gap: .35rem; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea { width: 100%; min-height: 46px; padding: .6rem .75rem; background: var(--bg); color: var(--ink);
  border: 1px solid var(--line); border-radius: 3px; font-size: 1rem; letter-spacing: 0; text-transform: none; font-weight: 400; }
.form textarea { min-height: 130px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--gold); outline: none; }
.form .btn { width: 100%; }
.status { margin: 0; min-height: 1.4em; font-weight: 600; }
.status.ok { color: #8fd694; } .status.err { color: #ff9b8a; }
@media (max-width: 860px) { .booking { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form { grid-template-columns: 1fr; } }

/* photos page */
.grid { columns: 3 300px; column-gap: 8px; }
.grid a { display: block; margin: 0 0 8px; break-inside: avoid; background: var(--bg2); position: relative; }
.grid img { width: 100%; height: auto; }
.grid a:hover img { filter: brightness(1.1); }
.viewer { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; color: var(--ink); }
.viewer::backdrop { background: rgba(0, 0, 0, .94); }
.viewer[open] { display: grid; grid-template-columns: 56px 1fr 56px; align-items: center; }
.viewer figure { margin: 0; display: grid; justify-items: center; gap: .6rem; min-width: 0; }
.viewer img { max-width: 100%; max-height: calc(100vh - 6rem); width: auto; height: auto; }
.viewer figcaption { color: var(--mute); font-size: .92rem; text-align: center; padding: 0 1rem; }
.viewer button { background: none; border: 0; color: var(--ink); font-size: 2.6rem; line-height: 1; cursor: pointer; min-height: 56px; }
.viewer .x { position: fixed; top: .5rem; right: .8rem; font-size: 2.4rem; }
@media (max-width: 600px) { .viewer[open] { grid-template-columns: 40px 1fr 40px; } }

/* about */
.about { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.portrait { width: 100%; height: auto; position: sticky; top: 90px; }
.copy p { margin: 0 0 1.1rem; max-width: 62ch; color: #d9d4cb; }
.copy p:first-child { font-size: clamp(1.25rem, 2.4vw, 1.55rem); line-height: 1.4; color: var(--ink); font-weight: 500; }
.about .page-title { margin-bottom: 1.5rem; }
@media (max-width: 820px) { .about { grid-template-columns: 1fr; } .portrait { position: static; max-width: 460px; } }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 3rem 0 2.5rem; }
.foot .wrap { display: grid; justify-items: center; gap: 1.2rem; text-align: center; }
.foot-mark { width: 220px; height: auto; opacity: .75; }
.foot .small { margin: 0; }
.socials { display: flex; gap: .6rem; }
.socials a { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); }
.socials a:hover { color: var(--gold-ink); background: var(--gold); border-color: var(--gold); }
.socials svg { width: 20px; height: 20px; fill: currentColor; }

/* ------------------------------------------------------------ gate -- */
.gate { min-height: 100vh; min-height: 100dvh; display: grid; place-items: safe center; padding: 1.5rem; isolation: isolate; position: relative; overflow: clip; }
.gate::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url(/assets/img/photos/headbang-800.webp) center 30% / cover; opacity: .28; filter: grayscale(.4); }
.gate form { width: min(100%, 440px); display: grid; gap: 1rem; background: rgba(10, 10, 12, .88); border: 1px solid var(--line); border-top: 4px solid var(--gold); padding: 2rem 1.6rem; }
.gate h1 { margin: 0; } .gate h1 img { width: 100%; height: auto; }
.gate p { margin: 0; color: var(--mute); }
.gate .field { display: flex; gap: .5rem; }
.gate input { flex: 1; min-width: 0; min-height: 48px; padding: .6rem .8rem; background: var(--bg); border: 1px solid var(--line); border-radius: 3px; font-size: 1rem; }
.gate input:focus { border-color: var(--gold); outline: none; }
.gate input.bad { border-color: #ff7a66; }
.gate .msg { color: #ff9b8a; font-weight: 600; min-height: 1.4em; }
.knock { animation: knock .32s; }
@keyframes knock { 25% { transform: translateX(-7px); } 75% { transform: translateX(7px); } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }
