:root {
  --bg: #070708;
  --bg-2: #101114;
  --card: #16161a;
  --gold: #c6a24a;
  --gold-2: #e8d5a3;
  --blue: #6eb4d4;
  --blue-deep: #1a3d52;
  --valve: #e39a3a;
  --text: #eeeae3;
  --muted: #9a9488;
  --line: rgba(198, 162, 74, .22);
  --font-display: "Bebas Neue", sans-serif;
  --font-head: "Oswald", sans-serif;
  --font-body: "Barlow", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: var(--gold); }
h1, h2, h3 { font-family: var(--font-head); font-weight: 500; letter-spacing: .02em; line-height: 1.15; }
h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 12vw, 7rem); letter-spacing: .06em; margin: 0; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.container { width: min(1120px, calc(100% - 28px)); margin-inline: auto; }
.kicker {
  font-family: var(--font-head);
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: .72rem;
  color: var(--gold);
  margin: 0 0 .65rem;
}
.art-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  max-width: 100%;
  padding: .42rem .95rem .4rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: #070708;
  color: var(--gold);
  font-family: var(--font-head);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.15;
  box-shadow: 0 0 0 1px rgba(0,0,0,.35);
}
a.art-pill { color: var(--gold); }
a.art-pill:hover { color: var(--gold-2); border-color: var(--gold-2); }
.kicker.art-pill { margin: 0 0 .65rem; }
.kicker.is-spaced { margin-top: 28px; }
.kicker.is-tight { margin-top: 22px; }
.kicker.is-inline { margin: 0; }
.art-plain {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
  color: inherit;
}
.wa-link.art-pill { gap: .5rem; }
.wa-link .wa-ico { color: #25d366; width: 18px; height: 18px; }
.wa-num { display: inline-flex; }
.send-hint {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  position: relative;
}
.send-hint-gif {
  width: 118px;
  height: auto;
  flex: 0 0 auto;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}
.muted { color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 1.35rem;
  font-family: var(--font-head);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .82rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: .2s ease;
}
.btn-gold { background: linear-gradient(180deg, #e0c36a, var(--gold)); color: #111; }
.btn-gold:hover { filter: brightness(1.08); color: #111; }
.btn-ghost { border-color: var(--gold); color: var(--gold-2); background: transparent; }
.btn-blue { background: linear-gradient(180deg, #8ecce6, var(--blue)); color: #08202c; }
.btn-blue:hover { color: #08202c; }

.holding-preview-bar {
  position: sticky; top: 0; z-index: 50;
  background: var(--gold); color: #111;
  text-align: center; padding: .55rem 1rem;
  font-family: var(--font-head); letter-spacing: .08em;
  text-transform: uppercase; font-size: .72rem;
}
.holding-preview-bar a { color: #111; text-decoration: underline; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7,7,8,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.util-bar {
  background: linear-gradient(90deg, #0a141c, #163a4e 42%, #1c4d66 72%, #0a141c);
  border-bottom: 1px solid rgba(110, 180, 212, .42);
  box-shadow: inset 0 1px 0 rgba(142, 204, 230, .12);
}
.util-bar-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 34px;
}
.util-nav { display: flex; gap: 20px; align-items: center; }
.util-nav a {
  color: #8ecce6;
  font-family: var(--font-head);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .68rem;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
.util-nav a:hover,
.util-nav a.is-active { color: var(--gold); }
.util-nav a.nav-art { line-height: 0; }
.util-nav a.nav-art .nav-art-ink {
  display: block;
  height: 26px;
  width: calc(26px * var(--nav-ratio, 2.2));
  max-width: 128px;
  background: currentColor;
  -webkit-mask: var(--nav-art) left center / contain no-repeat;
  mask: var(--nav-art) left center / contain no-repeat;
  opacity: .95;
}
.header-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 132px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 16px; }
.brand-guitar {
  height: 120px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 12px rgba(227, 154, 58, .4));
}
.brand-word {
  height: 58px;
  width: auto;
  max-width: min(320px, 46vw);
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(198,162,74,.25));
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.site-nav { display: flex; gap: 10px 20px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a { color: var(--text); font-family: var(--font-head); letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.site-nav a.is-active, .site-nav a:hover { color: var(--gold); }
.site-nav a.nav-art {
  display: inline-flex; align-items: center;
  line-height: 0; position: relative;
}
.site-nav a.nav-art .nav-art-ink {
  display: block;
  height: 26px;
  width: calc(26px * var(--nav-ratio, 3.2));
  max-width: 128px;
  background: currentColor;
  -webkit-mask: var(--nav-art) left center / contain no-repeat;
  mask: var(--nav-art) left center / contain no-repeat;
  opacity: .9;
  transition: color .2s ease, opacity .2s ease;
}
.site-nav a.nav-art:hover .nav-art-ink,
.site-nav a.nav-art.is-active .nav-art-ink { opacity: 1; }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; border-radius: 12px; }
.notes-layer {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    url("../images/notes/notes-gold.svg"),
    url("../images/notes/notes-blue.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 160px auto, 110px auto;
  background-position: 6% 18%, 92% 72%;
  opacity: .22;
}
.hero .notes-layer { z-index: 2; opacity: .28; background-position: 42% 12%, 12% 78%; }
.section { position: relative; }
.notes-aside {
  pointer-events: none;
  position: absolute;
  width: 120px; height: 160px;
  background: url("../images/notes/notes-gold.svg") center / contain no-repeat;
  opacity: .18;
}
.notes-aside.left { left: 2%; top: 12%; }
.notes-aside.right { right: 3%; bottom: 8%; background-image: url("../images/notes/notes-blue.svg"); }
.nav-toggle span { display: block; height: 2px; background: var(--gold); margin: 7px 0; }

.hero {
  position: relative; min-height: 92vh; display: grid; align-items: end;
  overflow: hidden; isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  filter: saturate(1.1) contrast(1.05);
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7,7,8,.92) 12%, rgba(7,7,8,.55) 48%, rgba(7,7,8,.25) 100%),
    linear-gradient(180deg, rgba(7,7,8,.2), rgba(7,7,8,.88));
}
.hero-photo {
  position: absolute; right: 0; bottom: 0; top: 8%; width: min(46vw, 560px); z-index: 1;
  mask-image: linear-gradient(90deg, transparent, #000 18%);
}
.hero-photo img { height: 100%; width: 100%; object-fit: contain; object-position: bottom right; }
.hero-content { position: relative; z-index: 2; padding: 80px 0 72px; }
.hero .lead { max-width: 38ch; font-size: 1.15rem; color: #d7d1c6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 18px; }
.hero-platforms { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hero-platforms .art-pill { font-size: .68rem; }

.next-show { background: linear-gradient(90deg, #0c1016, var(--blue-deep) 70%, #0c1016); border-block: 1px solid rgba(110,180,212,.25); }
.next-show-inner { display: flex; align-items: center; gap: 28px; padding: 22px 0; color: inherit; }
.next-date { text-align: center; min-width: 90px; }
.nd-day { display: block; font-family: var(--font-display); font-size: 4.2rem; line-height: .85; color: var(--gold); }
.nd-month { font-family: var(--font-head); letter-spacing: .2em; color: var(--blue); }
.next-copy h2 { margin: 0; }
.next-copy p { margin: .2rem 0 0; color: #c9d7df; }
.next-show-inner:hover { color: inherit; }

.section { padding: 72px 0; }
.section-dark { background: var(--bg-2); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head h2 { margin: 0; }
.section-head .art-pill,
.section-head .send-hint { flex: 0 0 auto; }
.section-title-art { margin: 0 0 .2rem; max-width: min(920px, 100%); line-height: 0; }
.section-title-art img {
  width: auto; max-width: 100%; height: auto; max-height: 92px;
  object-fit: contain; object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.4));
}
.section-title-art.is-stack img { max-height: 148px; }

.release-band { background: radial-gradient(ellipse at 20% 40%, rgba(26,61,82,.55), transparent 50%), var(--bg); }
.release-grid { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: center; }
.release-cover { width: 100%; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.45), 0 0 0 1px var(--line); }

.purpose-band {
  position: relative; isolation: isolate; overflow: hidden;
  background: #050506;
}
.purpose-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: var(--valves); background-size: cover; background-position: center;
  filter: contrast(1.1);
  opacity: .55;
}
.purpose-band::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(7,7,8,.55), rgba(7,7,8,.82) 70%);
}
.purpose-inner { position: relative; z-index: 2; max-width: 760px; padding: 24px 0; }
.purpose-inner blockquote {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-style: italic;
  border-left: 3px solid var(--gold);
  margin: 0 0 24px;
  padding-left: 18px;
  color: var(--gold-2);
}

.show-list { display: grid; gap: 12px; }
.show-card {
  display: grid; grid-template-columns: 110px 1fr auto; gap: 18px; align-items: center;
  background: var(--card); border: 1px solid var(--line); padding: 14px 18px;
  border-radius: 18px;
  color: inherit;
}
.show-card:hover { border-color: var(--gold); color: inherit; }
.show-day { font-family: var(--font-display); font-size: 2.6rem; line-height: .9; color: var(--gold); display: block; }
.show-month, .show-year { font-family: var(--font-head); letter-spacing: .16em; font-size: .75rem; color: var(--blue); display: block; }
.show-city { margin: 0; color: var(--gold); letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; font-family: var(--font-head); }
.show-meta h3 { margin: .15rem 0; }
.show-meta p { margin: 0; color: var(--muted); }
.show-go { font-family: var(--font-head); letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; color: var(--blue); }
.is-past { opacity: .65; }

.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.embed { position: relative; padding-top: 56.25%; background: #000; border-radius: 16px; overflow: hidden; }
.embed iframe, .embed img { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.cta-band {
  padding: 80px 0;
  background:
    linear-gradient(180deg, rgba(7,7,8,.65), rgba(7,7,8,.88)),
    url("../images/art/art-guitar-jacket.jpg") center/cover;
  text-align: center;
}
.cta-band h2 { margin: 0 0 8px; }
.cta-band .hero-actions { justify-content: center; }

.page-hero {
  position: relative; isolation: isolate;
  padding: 90px 0 48px;
  overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: var(--valves, url("../images/backgrounds/bg-amp-valves.jpg"));
  background-size: cover; background-position: center; opacity: .45;
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(7,7,8,.55), var(--bg));
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .lead { max-width: 46ch; color: #d7d1c6; }
.page-title-art {
  margin: 0 0 .15rem;
  max-width: min(860px, 100%);
  line-height: 0;
}
.page-title-art img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 168px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,.55));
}
.hero .page-title-art {
  max-width: min(720px, 94%);
}
.hero .page-title-art img { max-height: 210px; }
.page-hero .container::after {
  content: "";
  position: absolute;
  right: 0; top: 0;
  width: 120px; height: 150px;
  background: url("../images/notes/notes-gold.svg") center / contain no-repeat;
  opacity: .22;
  pointer-events: none;
}

.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.prose p { margin: 0 0 1rem; color: #d8d2c8; }
.portrait img { width: 100%; border-radius: 18px; }
.portrait figcaption { color: var(--muted); font-size: .9rem; margin-top: 8px; }
.gear-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.gear-grid img { height: 240px; width: 100%; object-fit: cover; border-radius: 14px; }
.member-card { display: grid; grid-template-columns: 280px 1fr; gap: 32px; margin-bottom: 40px; align-items: start; }
.member-card img { width: 100%; background: #000; border-radius: 18px; }
.callout { border: 1px solid var(--line); padding: 24px; background: var(--card); border-radius: 20px; }
.subhead { margin-top: 48px; }
.show-detail { display: grid; grid-template-columns: 220px 1fr; gap: 40px; }
.mega-date span { font-family: var(--font-display); font-size: 6rem; line-height: .85; color: var(--gold); display: block; }
.mega-date small, .mega-date em { display: block; font-family: var(--font-head); letter-spacing: .18em; color: var(--blue); font-style: normal; }
.release-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.release-tile { display: grid; grid-template-columns: 140px 1fr; gap: 16px; color: inherit; background: var(--card); border: 1px solid var(--line); padding: 12px; border-radius: 18px; }
.release-tile:hover { border-color: var(--gold); color: inherit; }
.release-tile img { width: 140px; height: 140px; object-fit: cover; border-radius: 12px; }
.lyrics { font-size: 1.05rem; color: #d8d2c8; }
.lyrics p { margin: 0 0 .75rem; }
.quote-card .prose p { margin: 0 0 12px; color: #d8d2c8; font-style: italic; }
.lead.prose p, .hero-content .lead p { margin: 0 0 .6rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-grid.is-home { grid-template-columns: repeat(6, 1fr); gap: 8px; }
.gallery-card { margin: 0; display: block; color: inherit; }
.gallery-card:hover { color: inherit; }
.gallery-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  background: #08080a;
  border: 1px solid var(--line);
  position: relative;
}
.gallery-grid.is-home .gallery-frame { aspect-ratio: 1 / 1; border-radius: 12px; }
.gallery-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transform-origin: center center;
  transition: transform .55s ease, filter .55s ease;
  display: block;
}
.gallery-card:hover .gallery-frame {
  border-color: var(--gold);
}
.gallery-card:hover .gallery-frame img {
  transform: scale(1.28);
  filter: none;
}
.gallery-card figcaption {
  font-size: .8rem;
  color: var(--muted);
  margin-top: 8px;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-frame img { transition: none; }
  .gallery-card:hover .gallery-frame img { transform: scale(1.02); }
}

.form-card { background: var(--card); border: 1px solid var(--line); padding: 24px; border-radius: 22px; }
.form-card label { display: block; margin: 12px 0 4px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); font-family: var(--font-head); }
.form-card input, .form-card textarea, .form-card select {
  width: 100%; background: #0c0c0e; border: 1px solid #2c2c30; color: var(--text); padding: 10px 12px; font: inherit;
  border-radius: 12px;
}
.city-pick {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}
.city-pick-uf { width: 132px; flex: 0 0 132px; }
.city-pick-city { flex: 1 1 180px; min-width: 160px; }
.city-pick-city[hidden] { display: none; }
.city-pick label { margin-top: 12px; }
.form-card button { margin-top: 14px; }
.captcha-q { margin: 0 0 6px; color: var(--text); text-transform: none; letter-spacing: 0; font-size: 1rem; font-family: var(--font-body); }
.password-wrap { display: flex; gap: 8px; align-items: center; }
.password-wrap input { flex: 1; }
.password-wrap .js-password-toggle {
  flex: 0 0 auto; margin-top: 0; background: transparent; color: var(--gold);
  border: 1px solid var(--gold); border-radius: 999px; padding: 8px 12px; cursor: pointer; font: inherit; font-size: .78rem;
}
.hp { position: absolute; left: -9999px; }
.flash { padding: 10px 12px; margin-bottom: 12px; border-radius: 12px; }
.flash-ok { background: #14301a; color: #b7e0bc; }
.flash-error { background: #3a1515; color: #f0b4b4; }
.site-flash-wrap .flash {
  margin: 0;
  border-radius: 0;
  padding: 16px 20px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 40;
}
.thanks-card p { margin: 0 0 14px; font-size: 1.08rem; line-height: 1.55; }
.thanks-card .hero-actions { margin: 22px 0 0; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote-card {
  background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 22px 20px;
  position: relative;
}
.quote-card::before {
  content: "";
  position: absolute; top: 14px; right: 16px; width: 36px; height: 48px;
  background: url("../images/notes/notes-gold.svg") center / contain no-repeat;
  opacity: .35;
}
.quote-card p { margin: 0 0 12px; color: #d8d2c8; font-style: italic; }
.quote-text { position: relative; padding: 0 .15em 8px; }
.quote-text .prose::before,
.quote-text .prose::after {
  font-family: var(--font-display);
  font-style: normal;
  color: var(--gold);
  font-size: 1.7rem;
  line-height: .7;
  vertical-align: -.28em;
}
.quote-text .prose::before { content: "“"; margin-right: .12em; }
.quote-text .prose::after { content: "”"; margin-left: .08em; }
.quote-card cite { font-style: normal; color: var(--gold); font-family: var(--font-head); letter-spacing: .06em; }
.quote-card small { display: block; color: var(--muted); margin-top: 4px; }
.rsvp-block { margin-top: 36px; }
.rsvp-block h3, .going-box h3 { margin: 0 0 8px; }
.going-box { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.going-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 16px 0 0; }
.going-list li {
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 14px; font-size: .9rem; color: #d8d2c8;
}
.contact-list { list-style: none; padding: 0; }
.contact-list li { margin: .4rem 0; }
.wa-link,
.footer-grid .wa-link,
.contact-list .wa-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.footer-grid .wa-link.art-pill,
.contact-list .wa-link.art-pill {
  display: inline-flex;
}
.wa-ico {
  flex: 0 0 auto;
  width: 1.05em;
  height: 1.05em;
  display: block;
}
.btn .wa-ico { width: 16px; height: 16px; }
.press-lead { max-width: 760px; }
.press-aside { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 22px 20px; }
.press-spotify { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: #000; }
.press-spotify iframe { width: 100%; height: 352px; border: 0; display: block; }
.gallery-card figcaption { margin-top: 8px; }

.float-card {
  position: fixed; right: 18px; bottom: 18px; z-index: 50; width: min(320px, calc(100% - 24px));
  background: #121214; border: 1px solid var(--gold); padding: 16px 18px 18px; box-shadow: 0 20px 40px rgba(0,0,0,.45);
  border-radius: 20px;
}
.float-kicker { margin: 0; color: var(--blue); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.float-card strong { display: block; margin: 4px 0 8px; font-family: var(--font-head); }
.float-card-close { position: absolute; top: 6px; right: 8px; background: none; border: 0; color: var(--gold); font-size: 1.3rem; cursor: pointer; }

.ambience {
  position: fixed; left: 16px; bottom: 16px; z-index: 60;
  display: flex; align-items: center; flex-wrap: wrap;
  overflow: visible;
}
.ambience-notes {
  position: absolute;
  left: 10px;
  bottom: calc(100% - 6px);
  width: 84px;
  height: 140px;
  pointer-events: none;
  overflow: visible;
}
.ambience-notes i {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 30px;
  background: url("../images/notes/note-rise.svg") center / contain no-repeat;
  opacity: 0;
  will-change: transform, opacity;
}
.ambience.is-on .ambience-notes i {
  animation: noteRise var(--note-t, 2.6s) ease-out var(--note-d, 0s) infinite;
}
.ambience-notes i:nth-child(1) { --note-t: 2.45s; --note-d: 0s; left: 4px; --dx: -8px; --r0: -14deg; --r1: 12deg; }
.ambience-notes i:nth-child(2) { --note-t: 2.85s; --note-d: .45s; left: 22px; --dx: 10px; --r0: 10deg; --r1: -16deg; filter: hue-rotate(165deg) saturate(1.2); }
.ambience-notes i:nth-child(3) { --note-t: 2.35s; --note-d: .9s; left: 12px; --dx: 4px; --r0: -6deg; --r1: 18deg; }
.ambience-notes i:nth-child(4) { --note-t: 3.05s; --note-d: 1.35s; left: 30px; --dx: 14px; --r0: 8deg; --r1: -10deg; filter: hue-rotate(165deg) saturate(1.15); }
.ambience-notes i:nth-child(5) { --note-t: 2.7s; --note-d: 1.8s; left: 8px; --dx: -12px; --r0: 4deg; --r1: 20deg; }
@keyframes noteRise {
  0% { transform: translate3d(0, 6px, 0) rotate(var(--r0, -8deg)) scale(.62); opacity: 0; }
  14% { opacity: .92; }
  100% { transform: translate3d(var(--dx, 0), -108px, 0) rotate(var(--r1, 14deg)) scale(1.06); opacity: 0; }
}
.ambience-btn {
  display: flex; align-items: center; gap: 10px;
  background: rgba(8, 8, 10, .88); color: #eeeae3;
  border: 1px solid var(--gold); border-radius: 999px;
  padding: 8px 14px 8px 10px; cursor: pointer; font: inherit;
  box-shadow: 0 12px 28px rgba(0,0,0,.4);
}
.ambience-eq { display: flex; align-items: flex-end; gap: 3px; height: 18px; width: 16px; }
.ambience-eq i { display: block; width: 3px; height: 6px; background: var(--gold); border-radius: 2px; }
.ambience.is-on .ambience-eq i:nth-child(1) { animation: ambEq .7s ease-in-out infinite; }
.ambience.is-on .ambience-eq i:nth-child(2) { animation: ambEq .7s ease-in-out .15s infinite; }
.ambience.is-on .ambience-eq i:nth-child(3) { animation: ambEq .7s ease-in-out .3s infinite; }
@keyframes ambEq {
  0%, 100% { height: 5px; }
  50% { height: 16px; }
}
.ambience-copy { text-align: left; }
.ambience-copy strong {
  display: block; font-family: var(--font-head); font-size: .72rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gold);
}
.ambience-copy small { display: block; color: var(--muted); font-size: .72rem; }
.ambience-spot {
  display: inline-block; margin-left: 8px; color: var(--gold); font-size: .72rem;
  letter-spacing: .08em; text-transform: uppercase; font-family: var(--font-head);
}
.ambience-yt {
  position: fixed; left: -240px; bottom: 0; width: 200px; height: 113px;
  opacity: .02; pointer-events: none; overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .ambience { display: none; }
  .footer-hint { display: none; }
}

.site-footer { position: relative; padding: 28px 0 20px; border-top: 1px solid var(--line); overflow: visible; }
.footer-hint {
  position: absolute;
  left: calc(50% - 168px);
  top: -28px;
  width: 126px;
  height: auto;
  pointer-events: none;
  z-index: 2;
  background: transparent;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}
.site-footer.is-open .footer-hint { display: none; }
.footer-sol {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%);
  z-index: 3; width: 58px; height: 58px; border: 0; cursor: pointer;
  border-radius: 50%; background: #111114; color: var(--gold);
  box-shadow: 0 0 0 1px var(--line), 0 8px 20px rgba(0,0,0,.45);
  display: grid; place-items: center; padding: 0;
  overflow: visible;
}
.footer-clef {
  font-family: "Noto Music", "Segoe UI Symbol", "Apple Symbols", serif;
  font-size: 44px;
  line-height: 1;
  transform: translateY(-2px);
}
.footer-sol:hover,
.footer-sol[aria-expanded="true"] { color: var(--gold-2); box-shadow: 0 0 0 1px var(--gold), 0 8px 22px rgba(198,162,74,.25); }
.footer-panel { padding: 36px 0 8px; }
.footer-panel[hidden] { display: none; }
.footer-glow {
  position: absolute; inset: auto 0 0; height: 140px;
  background: radial-gradient(ellipse at 50% 120%, rgba(110,180,212,.18), transparent 60%);
}
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 24px; position: relative; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid h2 { font-size: .85rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.footer-grid a:not(.art-pill) { display: block; color: var(--muted); margin: .35rem 0; }
.footer-grid .art-pill { margin: .2rem 0; }
.footer-tag { display: block; color: var(--muted); margin: .35rem 0; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-guitar {
  height: 110px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(227, 154, 58, .4));
}
.footer-word { height: 44px; width: auto; max-width: 220px; margin: 0; }
.footer-title-art { margin: 0 0 14px; line-height: 0; color: var(--gold); }
.footer-title-art .nav-art-ink {
  display: block;
  height: 22px;
  width: calc(22px * var(--nav-ratio, 3.2));
  max-width: 170px;
  background: currentColor;
  -webkit-mask: var(--nav-art) left center / contain no-repeat;
  mask: var(--nav-art) left center / contain no-repeat;
}
.footer-title-art.is-wide .nav-art-ink {
  height: 36px;
  width: calc(36px * var(--nav-ratio, 2.5));
  max-width: min(280px, 100%);
}
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 32px; color: var(--muted); font-size: .85rem; position: relative; align-items: center; }
.footer-bottom .art-pill { font-size: .68rem; }
.zerboni-credit { margin: 0; color: var(--muted); }
.zerboni-credit a { color: var(--gold); }
.page-confirm .zerboni-credit { text-align: center; padding: 16px 12px 28px; }

.courtesy-wrap {
  --tix-red: #d0122a;
  --tix-red-deep: #8a0c1c;
  min-height: 100vh; display: grid; place-items: center;
  padding: 28px 16px 48px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(208,18,42,.18), transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(198,162,74,.12), transparent 50%),
    #070708;
}
.courtesy-wrap.is-pago {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(198,162,74,.22), transparent 52%),
    radial-gradient(ellipse at 80% 100%, rgba(110,180,212,.14), transparent 48%),
    #070708;
}
.courtesy-ticket {
  position: relative;
  width: min(420px, 100%);
  margin: 0 auto;
  background:
    repeating-linear-gradient(-18deg, transparent, transparent 10px, rgba(255,255,255,.015) 10px, rgba(255,255,255,.015) 11px),
    #141318;
  border: 0;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
  box-shadow:
    0 0 0 1px #2a1a1c,
    0 28px 70px rgba(0,0,0,.55);
}
.courtesy-ticket.is-cortesia { box-shadow: 0 0 0 1px var(--tix-red-deep), 0 28px 70px rgba(80,0,10,.45); }
.courtesy-ticket.is-pago {
  background:
    repeating-linear-gradient(-18deg, transparent, transparent 10px, rgba(198,162,74,.04) 10px, rgba(198,162,74,.04) 11px),
    #12110e;
  box-shadow: 0 0 0 1px #8a7030, 0 28px 70px rgba(0,0,0,.55);
}
.tix-ribbon {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 11px 16px;
  font-family: var(--font-head);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--tix-red);
}
.courtesy-ticket.is-pago .tix-ribbon {
  color: #111;
  background: linear-gradient(90deg, #9a7a2e, var(--gold), #e8d5a3, var(--gold), #9a7a2e);
}
.tix-hero { position: relative; min-height: 200px; background: #0a0a0c; overflow: hidden; }
.tix-hero img { width: 100%; height: 220px; object-fit: cover; display: block; filter: saturate(1.05) contrast(1.05); }
.tix-hero-fade {
  position: absolute; inset: auto 0 0; height: 80px;
  background: linear-gradient(to top, #141318, transparent);
}
.courtesy-ticket.is-pago .tix-hero-fade { background: linear-gradient(to top, #12110e, transparent); }
.tix-stamp {
  position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden;
}
.tix-stamp span {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-22deg);
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 12vw, 4.2rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: .9;
  white-space: nowrap;
  padding: 6px 14px 8px;
  border: 5px solid;
}
.tix-stamp-red span {
  color: #ff2038;
  border-color: #ff2038;
  background: rgba(80, 0, 10, .28);
  box-shadow: 0 0 0 5px rgba(255,32,56,.35), inset 0 0 0 3px rgba(255,32,56,.55);
  text-shadow: 0 3px 0 rgba(70,0,8,.45);
}
.tix-stamp-gold span {
  color: #f0d27a;
  border-color: #e8c86a;
  background: rgba(40, 28, 0, .28);
  box-shadow: 0 0 0 5px rgba(198,162,74,.28), inset 0 0 0 3px rgba(232,213,163,.45);
  text-shadow: 0 3px 0 rgba(40,30,0,.45);
}
.tix-body { padding: 6px 22px 28px; }
.tix-brand {
  font-family: var(--font-display); letter-spacing: .28em;
  color: var(--gold); margin: 10px 0 0; font-size: 1.15rem;
}
.tix-kind {
  margin: 2px 0 10px;
  font-family: var(--font-head);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .68rem;
  color: var(--tix-red);
}
.courtesy-ticket.is-pago .tix-kind { color: var(--gold); }
.courtesy-ticket h1, .tix-body h1 {
  font-size: clamp(1.7rem, 7vw, 2.35rem);
  letter-spacing: .04em; margin: 0 0 12px; line-height: 1.1;
}
.tix-lyric {
  margin: 0 0 16px; padding: 12px 4px;
  border-top: 1px dashed rgba(255,255,255,.12);
  border-bottom: 1px dashed rgba(255,255,255,.12);
}
.tix-lyric p { font-style: italic; color: var(--gold-2); margin: 0 0 6px; font-size: 1.08rem; line-height: 1.4; }
.tix-lyric cite {
  display: block; font-style: normal; font-family: var(--font-head);
  letter-spacing: .16em; text-transform: uppercase; font-size: .65rem; color: var(--muted);
}
.tix-name {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 9vw, 3rem);
  color: #fff; margin: 0; letter-spacing: .05em;
}
.courtesy-ticket.is-cortesia .tix-name { color: #ffdce1; }
.courtesy-ticket.is-pago .tix-name { color: var(--gold-2); }
.tix-show { font-family: var(--font-head); font-size: 1.12rem; color: var(--gold); margin: 6px 0 14px; }
.tix-when {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 0 0 16px; text-align: left;
}
.tix-when dt {
  font-family: var(--font-head); letter-spacing: .16em; text-transform: uppercase;
  font-size: .62rem; color: var(--muted); margin: 0 0 4px;
}
.tix-when dd { margin: 0; font-size: .92rem; line-height: 1.35; color: var(--text); }
.tix-copy, .tix-thanks { color: var(--text); }
.tix-copy p, .tix-thanks p { margin: 0 0 12px; }
.tix-thanks { color: var(--gold-2); margin-top: 14px; }
.tix-perf {
  position: relative;
  height: 22px; margin: 8px -22px 16px;
  background:
    radial-gradient(circle at 12px 11px, #070708 7px, transparent 7.5px) 0 0 / 24px 22px;
  border-top: 1px dashed rgba(255,255,255,.2);
  border-bottom: 1px dashed rgba(255,255,255,.2);
}
.tix-punch {
  position: absolute; top: 50%; width: 22px; height: 22px;
  border-radius: 50%; background: #070708;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.tix-punch-l { left: -11px; }
.tix-punch-r { right: -11px; }
.tix-stub {
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  padding: 11px 16px;
  font-family: var(--font-head);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--tix-red);
}
.courtesy-ticket.is-pago .tix-stub {
  color: #111;
  background: linear-gradient(90deg, #9a7a2e, var(--gold), #e8d5a3, var(--gold), #9a7a2e);
}
.tix-qrbox {
  background: #0c0b0e;
  border: 1px solid rgba(255,255,255,.08);
  padding: 16px 12px 18px;
  margin: 0 0 8px;
}
.courtesy-ticket.is-cortesia .tix-qrbox { border-color: rgba(208,18,42,.35); }
.courtesy-ticket.is-pago .tix-qrbox { border-color: rgba(198,162,74,.4); }
.tix-admit {
  font-family: var(--font-head); letter-spacing: .22em; text-transform: uppercase;
  font-size: .7rem; margin: 0 0 10px; color: var(--tix-red);
}
.courtesy-ticket.is-pago .tix-admit { color: var(--gold); }
.courtesy-qr { width: 220px; height: 220px; margin: 0 auto 12px; background: #fff; padding: 10px; border-radius: 4px; }
.tix-code, .courtesy-code {
  font-family: var(--font-head); letter-spacing: .22em; font-size: 1.35rem;
  color: #fff; margin: 0 0 8px;
}
.courtesy-ticket.is-pago .tix-code { color: var(--gold); }
.tix-in {
  font-family: var(--font-head); letter-spacing: .28em; text-transform: uppercase;
  font-size: .72rem; color: var(--blue); margin: 8px 0 10px;
}
.review-card .form-card label { color: var(--gold-2); }
.review-card .form-card input,
.review-card .form-card textarea {
  background: #0c0c0e; color: #eeeae3; border-color: var(--line);
}
.courtesy-review {
  margin: 22px 0 0; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.courtesy-review a {
  display: block; color: var(--gold); font-weight: 700; text-decoration: none; margin-bottom: 6px;
}
.courtesy-review .muted { display: block; }
.show-maps { margin: 10px 0 18px; }
.show-maps-addr { color: var(--muted); margin: 0 0 10px; }
.show-maps-actions { margin: 0 0 8px; }
.tix-body .show-maps-actions, .courtesy-body .show-maps-actions { justify-content: center; }
.courtesy-body { padding: 8px 24px 32px; }
.courtesy-brand {
  font-family: var(--font-display); letter-spacing: .22em;
  color: var(--blue); margin: 0 0 4px; font-size: .95rem;
}
.courtesy-name {
  font-family: var(--font-display); font-size: clamp(2rem, 8vw, 2.8rem);
  color: var(--gold); margin: 0; letter-spacing: .06em;
}
.courtesy-show { font-family: var(--font-head); font-size: 1.15rem; color: var(--gold-2); margin: 8px 0 4px; }
.courtesy-meta { color: var(--muted); margin: 0 0 16px; }
.courtesy-stamp { font-family: var(--font-display); font-size: 2.4rem; letter-spacing: .08em; color: var(--tix-red); margin: 18px 0 8px; }
.courtesy-ticket.is-off { filter: grayscale(.35); opacity: .92; }
.courtesy-ticket.is-in { box-shadow: 0 0 0 1px var(--blue), 0 0 40px rgba(110,180,212,.18); }

#pedido { scroll-margin-top: 88px; }
.hire-year { padding: 8px 0 56px; }
.hire-year-head { width: min(1120px, calc(100% - 28px)); margin: 0 auto 28px; }
.hire-year-head h2 { margin: 0 0 8px; }
.hire-legend {
  display: flex; flex-wrap: wrap; gap: 18px; list-style: none; padding: 0; margin: 18px 0 0;
  font-family: var(--font-head); letter-spacing: .12em; text-transform: uppercase; font-size: .68rem; color: var(--muted);
}
.hire-legend i {
  display: inline-block; width: 12px; height: 12px; margin-right: 6px; vertical-align: -1px; border-radius: 2px;
}
.hire-legend .is-on { background: var(--gold); }
.hire-legend .is-hold { box-shadow: inset 0 0 0 2px var(--gold); background: transparent; }
.hire-legend .is-open { background: rgba(238,234,227,.12); }
.hire-months {
  width: min(1120px, calc(100% - 28px)); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.hire-month {
  background: #101014;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 12px 16px;
}
.hire-month h3 {
  margin: 0 0 10px; font-size: 1rem; letter-spacing: .06em;
  display: flex; justify-content: space-between; align-items: baseline;
}
.hire-month h3 span { color: var(--muted); font-size: .72rem; letter-spacing: .16em; }
.hire-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px;
}
.hire-wd, .hire-empty, .hire-day {
  min-height: 28px; display: grid; place-items: center;
  font-size: .68rem; color: var(--muted);
}
.hire-wd { font-family: var(--font-head); letter-spacing: .08em; font-size: .58rem; }
.hire-day {
  border-radius: 5px; color: #c8c2b6; text-decoration: none;
}
.hire-day b { font-weight: 600; font-family: var(--font-body); }
.hire-day.is-today { box-shadow: inset 0 0 0 1px var(--blue); }
.hire-day.is-on {
  background: var(--gold); color: #111;
}
.hire-day.is-on:hover { color: #111; filter: brightness(1.08); }
.hire-day.is-hold {
  color: var(--gold-2);
  box-shadow: inset 0 0 0 1.5px var(--gold);
  background: rgba(198,162,74,.12);
}
.hire-day.is-hold:hover { color: var(--gold-2); }
.hire-day.is-open {
  background: rgba(255,255,255,.05);
  color: #eeeae3;
}
.hire-day.is-open:hover { background: rgba(110,180,212,.2); color: #fff; }
.hire-booked { padding-top: 0; }
.show-hold {
  margin: 6px 0 0; color: var(--gold); font-family: var(--font-head);
  letter-spacing: .16em; text-transform: uppercase; font-size: .62rem;
}
.show-hold-banner {
  margin: 0 0 16px; padding: 10px 12px;
  border: 1px dashed var(--gold); color: var(--gold-2);
  font-family: var(--font-head); letter-spacing: .12em; text-transform: uppercase; font-size: .72rem;
}
.hire-pulse-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.hire-fans { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
.hire-fans a {
  display: grid; gap: 2px; padding: 10px 12px;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; color: inherit;
}
.hire-fans a:hover { border-color: var(--gold); color: inherit; }
.hire-fans strong { font-family: var(--font-head); letter-spacing: .04em; }
.hire-fans span, .hire-fans em { color: var(--muted); font-style: normal; font-size: .88rem; }

@media (max-width: 900px) {
  .hero { min-height: 78vh; }
  .hero-content { padding: 56px 0 40px; }
  .hero-photo { width: 70vw; opacity: .45; }
  .hero .lead { font-size: 1.02rem; max-width: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; min-height: 48px; }
  .section { padding: 48px 0; }
  .page-hero { padding: 64px 0 32px; }
  .page-title-art img { max-height: 108px; }
  .hero .page-title-art img { max-height: 132px; }
  .release-grid, .split, .member-card, .show-detail, .footer-grid, .video-grid, .release-cards, .quote-grid, .hire-pulse-grid { grid-template-columns: 1fr; }
  .hire-months { grid-template-columns: 1fr 1fr; }
  .gear-grid, .strip, .gallery-grid, .gallery-grid.is-home { grid-template-columns: 1fr 1fr; }
  .show-card { grid-template-columns: 78px 1fr; gap: 12px; padding: 12px; }
  .show-go { display: none; }
  .release-tile { grid-template-columns: 96px 1fr; }
  .release-tile img { width: 96px; height: 96px; }
  .mega-date span { font-size: 3.6rem; }
  .nav-toggle { display: block; }
  .header-inner { min-height: 112px; }
  .brand-guitar { height: 96px; max-width: 176px; }
  .brand-word { height: 48px; }
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #0c0c0e; flex-direction: column; padding: 16px 20px 24px; border-bottom: 1px solid var(--line);
    max-height: calc(100dvh - 110px); overflow: auto;
  }
  .site-nav a { padding: 10px 0; min-height: 44px; display: flex; align-items: center; }
  .site-nav a.nav-art .nav-art-ink {
    height: 28px;
    width: calc(28px * var(--nav-ratio, 3.2));
    max-width: 200px;
  }
  .site-nav.is-open { display: flex; }
  .header-inner { position: relative; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-hint { left: 10px; width: 96px; top: -22px; }
  .form-card input, .form-card textarea, .form-card select { font-size: 16px; }
  .form-card button { width: 100%; min-height: 48px; }
  .courtesy-body, .tix-body { padding: 8px 16px 28px; }
  .courtesy-qr { width: min(200px, 68vw); height: auto; aspect-ratio: 1; }
  .tix-when { grid-template-columns: 1fr; }
  .float-card { bottom: 78px; right: 12px; left: 12px; width: auto; }
  .ambience { left: 12px; bottom: 12px; }
}
@media (max-width: 560px) {
  .gallery-grid, .gallery-grid.is-home, .strip, .gear-grid { columns: 1; grid-template-columns: 1fr; }
  .next-show-inner { flex-wrap: wrap; gap: 14px; }
  .header-inner { min-height: 96px; width: min(1120px, calc(100% - 20px)); }
  .util-bar-inner { width: min(1120px, calc(100% - 20px)); }
  .util-nav a.nav-art .nav-art-ink {
    height: 26px;
    width: calc(26px * var(--nav-ratio, 2.2));
    max-width: 128px;
  }
  .site-nav { top: 100%; }
  .brand-guitar { height: 72px; max-width: 128px; }
  .brand-word { height: 36px; max-width: 42vw; }
  .send-hint-gif { width: 88px; }
  .art-pill { padding: .36rem .8rem; }
  .section-title-art img { max-height: 72px; }
  .section-title-art.is-stack img { max-height: 118px; }
  .nd-day { font-size: 3rem; }
  .cta-band { padding: 48px 0; }
  .cta-band .hero-actions { padding: 0 8px; }
  .hire-months { grid-template-columns: 1fr; }
}
