/* Nick Kashmanian. Ink, bone and one red - the album art's palette. */
:root {
  --ink: #0f0e0d;
  --ink-2: #1a1816;
  --ink-3: #27241f;
  --bone: #f1ece2;
  --bone-2: #cfc8bb;
  --mute: #958d80;
  --paper: #fbfaf7;
  --red: #e2321f;
  --red-ink: #b82414;
  --line: rgba(241, 236, 226, .14);
  --display: "Anton", "Impact", "Arial Narrow Bold", sans-serif;
  --scrawl: "Permanent Marker", "Marker Felt", cursive;
  --body: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1180px;
  --gut: clamp(16px, 4vw, 40px);
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--ink); color: var(--bone);
  font: 400 17px/1.6 var(--body); overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------------------------------------------------------------- type ---- */
/* The album art's joke: TAS struck through, KASH scrawled over it in red. */
.kash { position: relative; display: inline-block; }
.kash s { text-decoration: none; position: relative; }
.kash s::after { content: ""; position: absolute; left: -6%; right: -6%; top: 50%; height: .1em; min-height: 2px; background: var(--red); transform: rotate(-8deg); }
.kash b { font-family: var(--scrawl); color: var(--red); font-weight: 400; position: absolute; left: -.15em; top: -.6em; font-size: .62em; transform: rotate(-9deg); pointer-events: none; white-space: nowrap; }
.page-title { font-size: clamp(3rem, 9vw, 6.4rem); }
.sub-title { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: .4rem; }
.band.flush { padding-top: 0; }
.display { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em; line-height: .92; margin: 0; }
h2.display { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.scrawl { font-family: var(--scrawl); color: var(--red); font-weight: 400; text-transform: none; letter-spacing: 0; }
.kicker { font: 600 .78rem/1 var(--body); letter-spacing: .18em; text-transform: uppercase; color: var(--mute); margin: 0 0 .9rem; }
.lede { font-size: 1.15rem; color: var(--bone-2); max-width: 38em; }

/* -------------------------------------------------------------- header ---- */
.top {
  position: sticky; top: 0; z-index: 20;
  background: rgba(15, 14, 13, .9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 60px; }
.mark { font-family: var(--display); font-size: 1.45rem; padding-top: .35rem; text-transform: uppercase; text-decoration: none; letter-spacing: .02em; white-space: nowrap; position: relative; }
.nav { display: flex; gap: clamp(.8rem, 2.4vw, 1.8rem); align-items: center; }
.nav a { text-decoration: none; font-weight: 600; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; color: var(--bone-2); padding: .4rem 0; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--bone); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--red); }
.nav .btn { color: var(--bone); }
.menu-btn { display: none; background: none; border: 1px solid var(--line); border-radius: 6px; padding: .45rem .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: .8rem; cursor: pointer; }
@media (max-width: 760px) {
  .menu-btn { display: block; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
         background: var(--ink); border-bottom: 1px solid var(--line); padding: .4rem var(--gut) 1rem; display: none; }
  .nav.open { display: flex; }
  .nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav a[aria-current="page"] { box-shadow: none; color: var(--red); }
  .nav .btn { margin-top: .8rem; text-align: center; border-bottom: 0; }
}

/* ------------------------------------------------------------- buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--red); color: #fff; border: 0; border-radius: 4px; cursor: pointer;
  padding: .7rem 1.2rem; min-height: 44px; font-weight: 700; font-size: .92rem; letter-spacing: .06em;
  text-transform: uppercase; text-decoration: none;
}
.btn:hover { background: var(--red-ink); }
.nav .btn { padding: .45rem .9rem; min-height: 0; font-size: .82rem; }
.btn.ghost { background: transparent; color: var(--bone); box-shadow: inset 0 0 0 1.5px var(--bone-2); }
.btn.ghost:hover { box-shadow: inset 0 0 0 1.5px var(--bone); background: rgba(255,255,255,.05); }
.link { color: var(--bone); font-weight: 600; text-decoration: none; box-shadow: inset 0 -2px var(--red); }
.link:hover { color: #fff; box-shadow: inset 0 -1.2em rgba(226, 50, 31, .35); }

/* ---------------------------------------------------------------- hero ---- */
.hero { position: relative; min-height: min(88vh, 820px); display: grid; align-items: end; isolation: isolate; }
.hero picture, .hero img.bg { position: absolute; inset: 0; z-index: -2; }
.hero img.bg { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: grayscale(.25) contrast(1.05); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(15,14,13,.35) 0%, rgba(15,14,13,.15) 35%, rgba(15,14,13,.85) 75%, var(--ink) 100%); }
.hero .wrap { width: 100%; padding-top: 8rem; padding-bottom: clamp(2rem, 6vw, 4rem); display: grid; gap: 2rem; grid-template-columns: 1fr auto; align-items: end; }
.hero h1 { font-size: clamp(3.6rem, 13vw, 10.5rem); }
.hero h1 span { display: block; }
.hero .lede { margin: 1rem 0 0; color: var(--bone); text-shadow: 0 1px 12px rgba(0,0,0,.6); }
.next {
  background: rgba(15,14,13,.82); border: 1px solid var(--line); border-top: 3px solid var(--red);
  padding: 1.2rem 1.3rem; width: min(100%, 340px); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.next .when-big { font-family: var(--display); font-size: 2.1rem; text-transform: uppercase; line-height: 1; margin: .1rem 0 .5rem; }
.next .tonight { font-family: var(--scrawl); color: var(--red); font-size: 2rem; line-height: 1; transform: rotate(-3deg); display: inline-block; margin-bottom: .3rem; }
.next p { margin: .15rem 0; }
.next .act { color: var(--bone-2); }
.next .actions { margin-top: .9rem; display: flex; gap: .6rem; flex-wrap: wrap; }
.next .actions a { font-size: .88rem; }
@media (max-width: 820px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .next { width: 100%; }
}

/* ------------------------------------------------------------ sections ---- */
.band { padding: clamp(3.5rem, 9vw, 7rem) 0; }
.band + .band { border-top: 1px solid var(--line); }
.band.paper { background: var(--paper); color: var(--ink); border-top: 0; }
.band.paper + .band { border-top: 0; }
.band.paper .kicker { color: #7a7266; }
.band.paper .lede { color: #3b3833; }
.head { display: flex; justify-content: space-between; align-items: end; gap: 1rem 2rem; flex-wrap: wrap; margin-bottom: 2.2rem; }
.head p { margin: 0; }

/* --------------------------------------------------------------- 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: .2rem 1.4rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.show .date { font-family: var(--display); text-transform: uppercase; line-height: .95; text-align: center; }
.show .date .dow { display: block; font-size: .95rem; color: var(--mute); letter-spacing: .06em; }
.show .date .d { display: block; font-size: 2.3rem; }
.show .date .m { display: block; font-size: .95rem; color: var(--red); letter-spacing: .06em; }
.show .what { min-width: 0; }
.show .venue { font-weight: 700; font-size: 1.12rem; margin: 0; }
.show .venue a { text-decoration: none; }
.show .venue a:hover { box-shadow: inset 0 -2px var(--red); }
.show .town { color: var(--mute); font-weight: 400; }
.show .act { margin: .1rem 0 0; color: var(--bone-2); font-size: .95rem; }
.show .act .tag { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .15rem .45rem; border-radius: 3px; margin-right: .45rem; vertical-align: .12em; background: var(--ink-3); color: var(--bone-2); }
.show .act .tag.karaoke { background: var(--red); color: #fff; }
.show .act .tag.kd { background: var(--bone); color: var(--ink); }
.show .time { text-align: right; white-space: nowrap; font-weight: 600; }
.show .time small { display: block; font-weight: 400; color: var(--mute); font-size: .82rem; }
.show .time button { display: block; margin-left: auto; background: none; border: 0; padding: .3rem 0 0; color: var(--mute); font-size: .8rem; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.show .time button:hover { color: var(--bone); }
.show.today { background: linear-gradient(90deg, rgba(226,50,31,.12), transparent 70%); }
.show.today .date .dow { color: var(--red); }
@media (max-width: 560px) {
  .show { grid-template-columns: 3.8rem 1fr; }
  .show .date .d { font-size: 1.9rem; }
  .show .time { grid-column: 2; text-align: left; display: flex; gap: .8rem; align-items: baseline; flex-wrap: wrap; }
  .show .time small { display: inline; }
  .show .time button { padding: 0; margin: 0; display: inline; }
}
.month { font-family: var(--display); font-size: 1.6rem; text-transform: uppercase; margin: 2.6rem 0 .4rem; letter-spacing: .02em; }
.month:first-child { margin-top: 0; }
.filters { display: flex; gap: .5rem; flex-wrap: wrap; margin: 0 0 2rem; }
.chip { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: .45rem .95rem; min-height: 40px; cursor: pointer; font-size: .9rem; font-weight: 600; color: var(--bone-2); }
.chip[aria-pressed="true"] { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.empty { color: var(--mute); padding: 2rem 0; }

/* ---------------------------------------------------------------- album --- */
.album { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.album .art { border: 3px solid var(--ink); background: #fff; }
.album .record { margin-top: 1.4rem; aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.album ol { margin: 1.4rem 0 1.6rem; padding: 0; list-style: none; counter-reset: t; columns: 2; column-gap: 2rem; }
.album li { counter-increment: t; padding: .35rem 0; border-bottom: 1px solid rgba(15,14,13,.12); break-inside: avoid; font-weight: 600; }
.album li::before { content: counter(t, decimal-leading-zero); font-family: var(--display); color: var(--red); margin-right: .7rem; font-weight: 400; }
.album .btn.ghost { color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.album .btn.ghost:hover { background: rgba(0,0,0,.04); }
.album h2 { font-size: clamp(2.8rem, 7vw, 5.4rem); margin-top: .55em; }
@media (max-width: 860px) { .album { grid-template-columns: 1fr; } .album ol { columns: 1; } }
.listen { margin-top: 2.2rem; }
.listen iframe { width: 100%; border: 0; border-radius: 12px; height: 352px; display: block; }

/* --------------------------------------------------------------- videos --- */
.videos { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 1.4rem; }
.video { margin: 0; }
.video .frame { position: relative; aspect-ratio: 16/9; background: var(--ink-2); overflow: hidden; border-radius: 4px; }
.video button { all: unset; cursor: pointer; position: absolute; inset: 0; display: grid; place-items: center; }
.video button img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .2s, transform .4s; }
.video button:hover img, .video button:focus-visible img { opacity: 1; transform: scale(1.03); }
.video button .play { position: relative; width: 64px; height: 64px; border-radius: 50%; background: var(--red); display: grid; place-items: center; box-shadow: 0 6px 30px rgba(0,0,0,.5); }
.video button .play::before { content: ""; border-left: 20px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 5px; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video figcaption { margin-top: .6rem; font-weight: 600; }

/* -------------------------------------------------------------- karaoke --- */
.kbar { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 860px) { .kbar { grid-template-columns: 1fr; } }
.nights { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.nights li { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .1rem 1rem; padding: .85rem 1rem; background: var(--ink-2); border-left: 3px solid var(--red); }
.nights .n-when { font-weight: 700; white-space: nowrap; }
.nights .n-where { color: var(--bone-2); }
.search { position: sticky; top: 60px; z-index: 5; background: var(--ink); padding: 1rem 0 .8rem; border-bottom: 1px solid var(--line); }
.search input { width: 100%; background: var(--ink-2); border: 1px solid var(--line); border-radius: 6px; padding: .85rem 1rem; font-size: 1.1rem; min-height: 48px; }
.search input::placeholder { color: var(--mute); }
.search .count { color: var(--mute); font-size: .88rem; margin: .5rem 0 0; min-height: 1.4em; }
.az { display: flex; flex-wrap: wrap; gap: .15rem; margin-top: .6rem; }
.az a { text-decoration: none; font-family: var(--display); font-size: 1.05rem; width: 2rem; text-align: center; padding: .2rem 0; color: var(--bone-2); border-radius: 3px; }
.az a:hover { background: var(--ink-3); color: var(--bone); }
.book-songs { margin-top: 1.5rem; }
.letter { font-family: var(--display); font-size: 2.6rem; color: var(--red); margin: 2rem 0 .3rem; scroll-margin-top: 190px; line-height: 1; }
.artist { display: grid; grid-template-columns: minmax(0, 14rem) 1fr; gap: .2rem 1.5rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.artist h4 { margin: 0; font-size: 1rem; font-weight: 700; }
.artist ul { margin: 0; padding: 0; list-style: none; color: var(--bone-2); }
.artist li { padding: .08rem 0; }
.artist mark { background: rgba(226,50,31,.35); color: var(--bone); border-radius: 2px; }
@media (max-width: 560px) { .artist { grid-template-columns: 1fr; } .artist ul { padding-left: .8rem; } }

/* ---------------------------------------------------------------- forms --- */
.form { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.form .full { grid-column: 1 / -1; }
.form label { display: grid; gap: .35rem; font-size: .85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bone-2); }
.form input, .form textarea { background: var(--ink-2); border: 1px solid var(--line); border-radius: 4px; padding: .75rem .85rem; font-size: 1rem; text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--bone); min-height: 46px; }
.form textarea { min-height: 130px; resize: vertical; }
.form input:focus, .form textarea:focus { border-color: var(--bone-2); outline: none; }
.form .hp { position: absolute; left: -9999px; }
.form .status { grid-column: 1 / -1; margin: 0; min-height: 1.5em; font-weight: 600; }
.form .status.ok { color: #9fd49a; }
.form .status.err { color: #ff8a7a; }
@media (max-width: 560px) { .form { grid-template-columns: 1fr; } }
.booking { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(2rem, 5vw, 4.5rem); }
@media (max-width: 860px) { .booking { grid-template-columns: 1fr; } }
.booking .direct { margin-top: 1.5rem; display: grid; gap: .5rem; }

/* ---------------------------------------------------------------- about --- */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.about .portrait { position: sticky; top: 90px; }
.about .copy p { font-size: 1.1rem; color: var(--bone-2); margin: 0 0 1.2rem; }
.about .copy p:first-child { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.05; color: var(--bone); }
@media (max-width: 860px) { .about { grid-template-columns: 1fr; } .about .portrait { position: static; max-width: 460px; } }
.acts { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 1rem; }
.acts div { background: var(--ink); padding: 1.3rem 1.2rem; }
.acts h3 { font-family: var(--display); text-transform: uppercase; font-weight: 400; font-size: 1.5rem; margin: 0 0 .3rem; line-height: 1; }
.acts p { margin: 0; color: var(--bone-2); font-size: .95rem; }
.acts .n { color: var(--red); font-family: var(--scrawl); font-size: .95rem; }
.wide-photo { aspect-ratio: 21/9; object-fit: cover; object-position: 50% 35%; width: 100%; }

/* --------------------------------------------------------------- footer --- */
.foot { border-top: 1px solid var(--line); padding: 3rem 0 3.5rem; color: var(--mute); font-size: .92rem; }
.foot .wrap { display: flex; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.socials { display: flex; gap: .6rem; }
.socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--bone-2); }
.socials a:hover { color: var(--bone); border-color: var(--bone-2); }
.socials svg { width: 19px; height: 19px; fill: currentColor; }

/* ---------------------------------------------------------------- gate ---- */
.gate { min-height: 100vh; min-height: 100dvh; display: grid; place-items: safe center; padding: 2rem var(--gut); position: relative; isolation: isolate; }
.gate::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("/assets/img/trio-800.webp") 50% 30% / cover; opacity: .22; filter: grayscale(1); }
.gate form { width: min(100%, 380px); background: rgba(15,14,13,.9); border: 1px solid var(--line); border-top: 3px solid var(--red); padding: 2rem 1.6rem 1.6rem; }
.gate h1 { font-size: 2.6rem; margin-bottom: .4rem; }
.gate p { color: var(--bone-2); margin: 0 0 1.4rem; }
.gate .field { display: flex; gap: .5rem; }
.gate input { flex: 1; min-width: 0; background: var(--ink-2); border: 1px solid var(--line); border-radius: 4px; padding: .75rem .85rem; font-size: 1.05rem; min-height: 48px; }
.gate input.bad { border-color: var(--red); }
.gate .msg { color: #ff8a7a; min-height: 1.5em; margin: .7rem 0 0; font-weight: 600; font-size: .92rem; }
@keyframes knock { 25% { transform: translateX(-6px); } 75% { transform: translateX(6px); } }
.gate form.knock { animation: knock .18s 2; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
