html {
  background: #0b0b0d;
}

:root {
  --toxic-black: #0b0b0d;
  --toxic-ink: #111114;
  --toxic-panel: #171719;
  --toxic-red: #b31318;
  --toxic-red-bright: #f1272e;
  --toxic-white: #f5f2ed;
  --toxic-muted: #b9b4ad;
  --toxic-dim: #7f7972;
  --toxic-border: rgba(245, 242, 237, 0.16);
  --toxic-container: 1320px;
  --toxic-display: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
}

body.theme-dark {
  background: var(--toxic-black);
  color: var(--toxic-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(245, 242, 237, 0.08);
  background: #030304;
}

.site-header__inner {
  display: flex;
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.7rem 1.5rem;
}

.site-header__toggle {
  position: absolute;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.site-header__logo {
  display: block;
  width: clamp(6.2rem, 8.4vw, 7.8rem);
  height: auto;
}

.site-header__nav {
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  color: var(--toxic-muted);
  font-family: var(--toxic-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-header__nav a {
  position: relative;
  padding: 0.55rem 0;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-header__nav a.is-active {
  color: var(--toxic-red-bright);
}

.site-header__nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  left: 0;
  height: 2px;
  background: var(--toxic-red-bright);
  content: "";
}

.site-header__nav a:hover {
  color: var(--toxic-white);
}

.site-header__cta {
  border: 1px solid rgba(241, 39, 46, 0.82);
  padding: 0.68rem 1.45rem !important;
  color: var(--toxic-white);
}

.site-header__cta:hover {
  border-color: var(--toxic-red-bright);
  background: rgba(159, 29, 32, 0.18);
}

.site-header__cta.is-active {
  border-color: var(--toxic-red-bright);
  background: rgba(159, 29, 32, 0.22);
}

.site-header__cta.is-active::after {
  display: none;
}

.site-header__menu-button {
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.36rem;
  border: 1px solid rgba(241, 39, 46, 0.72);
  background: rgba(5, 5, 6, 0.42);
  cursor: pointer;
}

.site-header__menu-line {
  display: block;
  width: 1.15rem;
  height: 2px;
  background: var(--toxic-white);
}

.site-footer {
  border-top: 1px solid rgba(241, 39, 46, 0.34);
  background: #050506;
  color: var(--toxic-muted);
}

.site-footer__inner {
  display: flex;
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.65rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.site-footer__inner p {
  margin: 0;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--toxic-display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer__nav a {
  color: var(--toxic-muted);
  transition: color 0.2s ease;
}

.site-footer__nav a:hover {
  color: var(--toxic-red-bright);
}

@media (min-width: 860px) {
  .site-footer__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .site-header__inner {
    position: relative;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
  }

  .site-header__nav {
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(245, 242, 237, 0.1);
    padding-top: 0.75rem;
  }

  .site-header__nav a {
    padding: 0.9rem 0;
  }

  .site-header__nav a.is-active::after {
    right: auto;
    width: 3rem;
  }

  .site-header__cta {
    display: inline-flex;
    width: max-content;
    margin-top: 0.35rem;
  }
}

.home-hero {
  min-height: clamp(24rem, 38vw, 34rem);
  background-color: var(--toxic-black);
  background-position: center 47%;
  background-size: cover;
}

.home-hero__inner {
  display: flex;
  width: 100%;
  max-width: var(--toxic-container);
  min-height: clamp(24rem, 38vw, 34rem);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: clamp(2.4rem, 5vw, 4.25rem) 1.5rem;
}

.home-hero__content {
  width: min(100%, 430px);
  margin-left: 12%;
  text-align: center;
}

.home-hero__frame {
  position: relative;
  display: flex;
  min-height: clamp(16rem, 20vw, 19rem);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.25rem, 2.3vw, 1.8rem) clamp(1.2rem, 2.8vw, 1.9rem) 0;
}

.home-hero__corner {
  position: absolute;
  width: clamp(1.6rem, 3vw, 2.45rem);
  height: clamp(1.6rem, 3vw, 2.45rem);
  border-color: rgba(245, 242, 237, 0.88);
}

.home-hero__corner--tl {
  top: 0;
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
}

.home-hero__corner--tr {
  top: 0;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
}

.home-hero__corner--bl {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.home-hero__corner--br {
  right: 0;
  bottom: 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.eyebrow {
  margin: 0;
  color: var(--toxic-red-bright);
  font-family: var(--toxic-display);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero__title {
  position: relative;
  flex: 0 0 auto;
  margin: 0.5rem 0 0;
  line-height: 0;
  text-align: center;
}

.home-about__copy h2::after {
  display: block;
  width: 3.4rem;
  height: 2px;
  margin: 1.2rem auto 0;
  background: var(--toxic-red-bright);
  content: "";
}

.home-hero__logo {
  display: block;
  flex: 0 0 auto;
  width: min(100%, clamp(18rem, 31vw, 25rem));
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.home-hero__line {
  max-width: 16rem;
  margin: 1rem auto 0;
  color: var(--toxic-white);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 400;
  line-height: 1.35;
}

.home-hero__actions {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.8rem;
  padding: 0 clamp(1.6rem, 3.6vw, 2.6rem);
}

.button {
  display: inline-flex;
  min-height: 3.05rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.85rem 1.55rem;
  font-family: var(--toxic-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  border-color: var(--toxic-red);
  background: var(--toxic-red);
  color: var(--toxic-white);
}

.button--primary:hover {
  border-color: var(--toxic-red-bright);
  background: var(--toxic-red-bright);
  color: #ffffff;
}

.button--secondary {
  border-color: rgba(245, 242, 237, 0.34);
  background: rgba(9, 9, 11, 0.42);
  color: var(--toxic-white);
}

.button--secondary:hover {
  border-color: var(--toxic-white);
  background: rgba(245, 242, 237, 0.08);
  color: var(--toxic-white);
}

.trust-strip {
  border-top: 1px solid rgba(245, 242, 237, 0.12);
  border-bottom: 1px solid rgba(245, 242, 237, 0.12);
  background: #080809;
}

.trust-strip__inner {
  display: grid;
  max-width: var(--toxic-container);
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 1.5rem;
}

.trust-strip__item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.55rem 2rem;
  border-right: 1px solid rgba(245, 242, 237, 0.1);
}

.trust-strip__item:first-child {
  border-left: 1px solid rgba(245, 242, 237, 0.1);
}

.trust-strip__icon {
  position: relative;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  color: var(--toxic-red-bright);
}

.trust-strip__icon--pin {
  width: 2.05rem;
  height: 2.05rem;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.trust-strip__icon--pin::after {
  position: absolute;
  top: 0.48rem;
  left: 0.48rem;
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.trust-strip__icon--bolt::before {
  position: absolute;
  top: 0.1rem;
  left: 0.55rem;
  width: 1.5rem;
  height: 2.5rem;
  border: 2px solid currentColor;
  clip-path: polygon(56% 0, 100% 0, 60% 42%, 100% 42%, 24% 100%, 48% 55%, 8% 55%);
  content: "";
}

.trust-strip__icon--calendar {
  width: 2.35rem;
  height: 2.15rem;
  border: 2px solid currentColor;
}

.trust-strip__icon--calendar::before {
  position: absolute;
  top: 0.42rem;
  right: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
}

.trust-strip__icon--calendar::after {
  position: absolute;
  top: 0.9rem;
  left: 0.45rem;
  width: 0.22rem;
  height: 0.22rem;
  background: currentColor;
  box-shadow: 0.65rem 0 currentColor, 1.3rem 0 currentColor, 0 0.55rem currentColor, 0.65rem 0.55rem currentColor, 1.3rem 0.55rem currentColor;
  content: "";
}

.trust-strip__item h2 {
  margin: 0;
  color: var(--toxic-white);
  font-family: var(--toxic-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.trust-strip__item p {
  margin: 0.45rem 0 0;
  color: var(--toxic-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-about {
  border-bottom: 1px solid rgba(245, 242, 237, 0.09);
  background: #0a0a0b;
  padding: clamp(3rem, 5vw, 4.75rem) 0;
}

.home-about__inner {
  display: grid;
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
  padding: 0 1.5rem;
}

.home-about__copy h2,
.booking-cta h2 {
  margin: 0.65rem 0 0;
  color: var(--toxic-white);
  font-family: var(--toxic-display);
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 2px 0 rgba(255, 255, 255, 0.14), -2px 0 rgba(0, 0, 0, 0.65);
}

.home-about__copy h2::after {
  margin-right: 0;
  margin-left: 0;
}

.home-about__copy p:not(.eyebrow) {
  max-width: 25rem;
  margin: 1.5rem 0 2rem;
  color: var(--toxic-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-about__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.home-about__image {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.12) brightness(0.8);
  object-fit: cover;
}

.booking-cta {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(241, 39, 46, 0.38);
  background: #2b0709;
  padding: clamp(1.8rem, 3vw, 2.6rem) 0;
}

.booking-cta::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28%;
  background: rgba(5, 5, 6, 0.7);
  content: "";
}

.booking-cta::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(5, 5, 6, 0.5), rgba(43, 7, 9, 0.82), rgba(5, 5, 6, 0.5)), url("/assets/header.jpg");
  background-position: center 78%;
  background-size: cover;
  content: "";
  filter: saturate(0.55) contrast(1.08) brightness(0.42);
}

.booking-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: 0 1.5rem;
}

.booking-cta h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.booking-cta p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: rgba(245, 242, 237, 0.82);
  font-size: 1rem;
  line-height: 1.5;
}

.band-page {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 5rem);
  border-bottom: 1px solid rgba(241, 39, 46, 0.25);
  background: #050506;
  color: var(--toxic-white);
}

.band-page::before {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 12%, rgba(179, 19, 24, 0.35), transparent 18rem),
    radial-gradient(circle at 86% 10%, rgba(179, 19, 24, 0.22), transparent 20rem),
    linear-gradient(90deg, rgba(179, 19, 24, 0.42), transparent 28%, transparent 72%, rgba(179, 19, 24, 0.28)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), #050506 34%, #050506),
    url("/assets/header.jpg");
  background-position: center;
  background-size: cover;
  content: "";
  filter: saturate(0.62) contrast(1.12) brightness(0.45);
}

.band-page::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at center 15%, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.9) 70%);
  content: "";
}

.band-page__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 4.8rem) clamp(1rem, 3.8vw, 3.5rem) clamp(2.8rem, 5vw, 4.4rem);
}

.band-page__hero {
  position: relative;
  width: min(100%, 620px);
  margin: 0 auto clamp(2rem, 3.3vw, 2.6rem);
  padding: 0;
  text-align: center;
}

.band-page__hero::after {
  display: block;
  width: 4.6rem;
  height: 2px;
  margin: 1rem auto 1.45rem;
  background: var(--toxic-red-bright);
  content: "";
}

.band-page__intro {
  margin: 0;
  color: rgba(245, 242, 237, 0.94);
  font-size: clamp(1rem, 1.55vw, 1.35rem);
  line-height: 1.45;
}

.band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.5vw, 1.35rem);
}

.band-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(241, 39, 46, 0.58);
  background: linear-gradient(135deg, rgba(23, 23, 25, 0.97), rgba(12, 12, 13, 0.98));
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.28);
}

.band-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
  border-bottom: 1px solid rgba(241, 39, 46, 0.42);
  filter: contrast(1.05) saturate(0.92);
}

.band-card__body {
  display: flex;
  min-height: 15.35rem;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  padding: clamp(1.35rem, 2vw, 1.65rem) clamp(1rem, 1.7vw, 1.6rem) clamp(1.5rem, 2.2vw, 2rem);
  text-align: center;
}

.band-card h2 {
  margin: 0;
  color: var(--toxic-red-bright);
  font-family: var(--toxic-display);
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.band-card__role {
  margin: 0.55rem 0 0;
  color: #ffffff;
  font-family: var(--toxic-display);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.band-card__role::after {
  display: block;
  width: 3.4rem;
  height: 2px;
  margin: 1.05rem auto 0;
  background: var(--toxic-red-bright);
  content: "";
}

.band-card__copy {
  margin: 1.05rem auto 0;
  max-width: 17rem;
  color: rgba(245, 242, 237, 0.88);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.45;
}

.gallery-page {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 5rem);
  border-bottom: 1px solid rgba(241, 39, 46, 0.24);
  background: #070708;
  color: var(--toxic-white);
}

.gallery-page::before {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 8% 5%, rgba(179, 19, 24, 0.34), transparent 19rem),
    radial-gradient(circle at 92% 8%, rgba(179, 19, 24, 0.2), transparent 22rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), #070708 30%, #070708),
    url("/assets/header.jpg");
  background-position: center 34%;
  background-size: cover;
  content: "";
  filter: saturate(0.55) contrast(1.12) brightness(0.42);
}

.gallery-page::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at center 8%, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.88) 68%);
  content: "";
}

.gallery-page__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 4.8rem) 1.5rem clamp(3.2rem, 5.5vw, 5rem);
}

.gallery-page__header {
  max-width: 46rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.gallery-page__header h1 {
  margin: 0.7rem 0 0;
  color: var(--toxic-white);
  font-family: var(--toxic-display);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 2px 0 rgba(255, 255, 255, 0.14), -2px 0 rgba(0, 0, 0, 0.65);
}

.gallery-page__header h1::after {
  display: block;
  width: 4.6rem;
  height: 2px;
  margin: 1.2rem auto 1.25rem;
  background: var(--toxic-red-bright);
  content: "";
}

.gallery-page__header p:not(.eyebrow) {
  margin: 0 auto;
  max-width: 38rem;
  color: rgba(245, 242, 237, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.35rem);
}

.gallery-card {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(241, 39, 46, 0.5);
  background: #101012;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(245, 242, 237, 0.08);
  content: "";
  pointer-events: none;
}

.gallery-card:hover,
.gallery-card:focus-visible {
  border-color: var(--toxic-red-bright);
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.36);
  transform: translateY(-2px);
}

.gallery-card:focus-visible {
  outline: 2px solid var(--toxic-red-bright);
  outline-offset: 4px;
}

.gallery-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08) brightness(0.86);
  transition: filter 0.2s ease, transform 0.3s ease;
}

.gallery-card:hover .gallery-card__image,
.gallery-card:focus-visible .gallery-card__image {
  filter: saturate(0.95) contrast(1.12) brightness(0.96);
  transform: scale(1.035);
}

.gallery-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 2.8rem 1rem 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  color: rgba(245, 242, 237, 0.9);
  font-family: var(--toxic-display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.gallery-empty {
  border: 1px dashed rgba(241, 39, 46, 0.5);
  background: rgba(10, 10, 11, 0.86);
  padding: 1.5rem;
  color: rgba(245, 242, 237, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-page {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 5rem);
  border-bottom: 1px solid rgba(241, 39, 46, 0.24);
  background: #070708;
  color: var(--toxic-white);
}

.contact-page::before {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(179, 19, 24, 0.36), transparent 18rem),
    radial-gradient(circle at 88% 12%, rgba(179, 19, 24, 0.18), transparent 20rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), #070708 34%, #070708),
    url("/assets/header.jpg");
  background-position: center 42%;
  background-size: cover;
  content: "";
  filter: saturate(0.55) contrast(1.12) brightness(0.42);
}

.contact-page::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at center 8%, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.88) 68%);
  content: "";
}

.contact-page__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 4.8rem) 1.5rem clamp(3.2rem, 5.5vw, 5rem);
}

.contact-page__header {
  max-width: 48rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.contact-page__header h1 {
  margin: 0.7rem 0 0;
  color: var(--toxic-white);
  font-family: var(--toxic-display);
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 2px 0 rgba(255, 255, 255, 0.14), -2px 0 rgba(0, 0, 0, 0.65);
}

.contact-page__header h1::after {
  display: block;
  width: 4.6rem;
  height: 2px;
  margin: 1.2rem auto 1.25rem;
  background: var(--toxic-red-bright);
  content: "";
}

.contact-page__header p:not(.eyebrow) {
  margin: 0 auto;
  max-width: 39rem;
  color: rgba(245, 242, 237, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.7rem);
  max-width: 1040px;
  margin: 0 auto;
}

.contact-panel {
  min-width: 0;
  border: 1px solid rgba(241, 39, 46, 0.5);
  background: linear-gradient(135deg, rgba(23, 23, 25, 0.96), rgba(10, 10, 11, 0.98));
  padding: clamp(1.45rem, 3vw, 2.2rem);
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.28);
}

.contact-panel__label {
  margin: 0;
  color: var(--toxic-red-bright);
  font-family: var(--toxic-display);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-panel h2 {
  margin: 0.55rem 0 0;
  color: var(--toxic-white);
  font-family: var(--toxic-display);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-panel h2::after {
  display: block;
  width: 3.4rem;
  height: 2px;
  margin: 1rem 0 1.35rem;
  background: var(--toxic-red-bright);
  content: "";
}

.contact-list,
.contact-checklist {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  gap: 0.25rem;
  border-bottom: 1px solid rgba(245, 242, 237, 0.1);
  padding-bottom: 1rem;
}

.contact-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-list span,
.contact-checklist li {
  color: rgba(245, 242, 237, 0.62);
  font-size: 0.9rem;
  line-height: 1.4;
}

.contact-list a,
.contact-list strong {
  color: var(--toxic-white);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 700;
  line-height: 1.3;
}

.contact-list a {
  transition: color 0.2s ease;
}

.contact-list a:hover {
  color: var(--toxic-red-bright);
}

.contact-checklist li {
  position: relative;
  padding-left: 1.35rem;
  color: rgba(245, 242, 237, 0.82);
  font-size: 1rem;
}

.contact-checklist li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--toxic-red-bright);
  content: "";
  transform: rotate(45deg);
}

.contact-panel__button {
  margin-top: 1.7rem;
}

.duo-page {
  background: #070708;
  color: var(--toxic-white);
}

.duo-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 242, 237, 0.14);
  background: #070708;
}

.duo-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(7, 7, 8, 0.92), rgba(7, 7, 8, 0.58) 48%, rgba(7, 7, 8, 0.88)),
    linear-gradient(180deg, rgba(7, 7, 8, 0.22), rgba(7, 7, 8, 0.74)),
    url("/assets/header.jpg");
  background-position: center 39%;
  background-size: cover;
  content: "";
  filter: saturate(0.58) contrast(1.12) brightness(0.54);
}

.duo-hero::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 32%, rgba(179, 19, 24, 0.16), transparent 20rem),
    radial-gradient(circle at 76% 20%, rgba(241, 39, 46, 0.1), transparent 18rem);
  content: "";
}

.duo-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: clamp(29rem, 50vw, 41rem);
  align-items: center;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 6rem) 1.5rem;
}

.duo-hero__frame {
  position: relative;
  width: min(100%, 660px);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.4rem, 4vw, 3.4rem);
  text-align: center;
}

.duo-hero__corner {
  position: absolute;
  width: clamp(2rem, 4.5vw, 3.2rem);
  height: clamp(2rem, 4.5vw, 3.2rem);
  border-color: rgba(245, 242, 237, 0.72);
}

.duo-hero__corner--tl {
  top: 0;
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
}

.duo-hero__corner--tr {
  top: 0;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
}

.duo-hero__corner--bl {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.duo-hero__corner--br {
  right: 0;
  bottom: 0;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.duo-hero h1,
.duo-section__header h2,
.duo-copy h2,
.duo-cta h2 {
  color: var(--toxic-white);
  font-family: var(--toxic-display);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 2px 0 rgba(255, 255, 255, 0.12), -2px 0 rgba(0, 0, 0, 0.65);
}

.duo-hero h1 {
  margin: 0.75rem auto 0;
  max-width: 12ch;
  font-size: clamp(3rem, 6.2vw, 5.8rem);
}

.duo-hero p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1.25rem auto 0;
  color: rgba(245, 242, 237, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}

.duo-hero__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.duo-section__inner {
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 5.5rem) 1.5rem;
}

.duo-intro,
.duo-comparison,
.duo-set {
  border-bottom: 1px solid rgba(245, 242, 237, 0.12);
  background:
    radial-gradient(circle at 12% 0, rgba(179, 19, 24, 0.08), transparent 20rem),
    #0a0d11;
}

.duo-intro__grid,
.duo-set__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.duo-copy h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.2rem, 4.3vw, 4rem);
}

.duo-copy h2::after,
.duo-section__header h2::after {
  display: block;
  width: 4rem;
  height: 2px;
  margin: 1.25rem 0 1.35rem;
  background: var(--toxic-red-bright);
  content: "";
}

.duo-copy p:not(.eyebrow) {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  color: rgba(245, 242, 237, 0.76);
  font-size: 1rem;
  line-height: 1.72;
}

.duo-feature-list,
.duo-points {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(241, 39, 46, 0.36);
  background: rgba(10, 10, 11, 0.7);
  list-style: none;
}

.duo-feature-list li,
.duo-points p {
  margin: 0;
  border-bottom: 1px solid rgba(245, 242, 237, 0.1);
  padding: 1.15rem 1.6rem;
  color: rgba(245, 242, 237, 0.9);
  font-weight: 800;
  line-height: 1.4;
}

.duo-feature-list li:last-child,
.duo-points p:last-child {
  border-bottom: 0;
}

.duo-section__header {
  max-width: 42rem;
  margin: 0 auto clamp(1.8rem, 4vw, 2.7rem);
  text-align: center;
}

.duo-section__header h2 {
  margin: 0.6rem 0 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.duo-section__header h2::after {
  margin-right: auto;
  margin-left: auto;
}

.duo-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.duo-option {
  border: 1px solid rgba(245, 242, 237, 0.16);
  background: linear-gradient(135deg, rgba(23, 23, 25, 0.96), rgba(10, 10, 11, 0.98));
  padding: clamp(1.45rem, 3vw, 2.2rem);
}

.duo-option--accent {
  border-color: rgba(241, 39, 46, 0.55);
}

.duo-option h3 {
  margin: 0;
  color: var(--toxic-red-bright);
  font-family: var(--toxic-display);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.duo-option__label {
  margin: 1.1rem 0 0.65rem;
  color: var(--toxic-white);
  font-family: var(--toxic-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.duo-option ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  color: rgba(245, 242, 237, 0.82);
  list-style: none;
}

.duo-option li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.45;
}

.duo-option li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  background: var(--toxic-red-bright);
  content: "";
  transform: rotate(45deg);
}

.duo-option p:not(.duo-option__label) {
  margin: 1.35rem 0 1.55rem;
  color: rgba(245, 242, 237, 0.76);
  line-height: 1.65;
}

.duo-set {
  background:
    linear-gradient(90deg, rgba(43, 7, 9, 0.42), transparent 30%, transparent 70%, rgba(43, 7, 9, 0.24)),
    #08090b;
}

.duo-points {
  display: grid;
  grid-template-columns: 1fr;
}

.duo-cta {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(245, 242, 237, 0.1);
  background: #220608;
}

.duo-cta::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.72), rgba(43, 7, 9, 0.82), rgba(5, 5, 6, 0.62)),
    url("/assets/header.jpg");
  background-position: center 70%;
  background-size: cover;
  content: "";
  filter: saturate(0.55) contrast(1.08) brightness(0.42);
}

.duo-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: var(--toxic-container);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem 2rem;
  align-items: center;
  padding: clamp(2rem, 4vw, 3.2rem) 1.5rem;
}

.duo-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.duo-cta p {
  max-width: 42rem;
  margin: 0.9rem 0 0;
  color: rgba(245, 242, 237, 0.8);
  line-height: 1.55;
}

.duo-cta__actions {
  display: flex;
  gap: 0.85rem;
}

.duo-cta__note {
  grid-column: 1 / -1;
  margin-top: 0 !important;
  color: rgba(245, 242, 237, 0.64) !important;
  font-size: 0.92rem;
}

@media (max-width: 860px) {
  .site-header__inner {
    position: relative;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
  }

  .site-header__nav {
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(245, 242, 237, 0.1);
    padding-top: 0.75rem;
  }

  .site-header__logo {
    width: clamp(5.8rem, 18vw, 7rem);
  }

  .site-header__nav a {
    padding: 0.9rem 0;
  }

  .site-header__nav a.is-active::after {
    right: auto;
    width: 3rem;
  }

  .site-header__cta {
    display: inline-flex;
    width: max-content;
    margin-top: 0.35rem;
  }

  .home-hero,
  .home-hero__inner {
    min-height: 38rem;
  }

  .home-hero {
    background-position: 48% center;
  }

  .home-hero__inner {
    justify-content: center;
  }

  .home-hero__content {
    width: 100%;
    max-width: 430px;
    margin-left: 0;
  }

  .trust-strip__inner,
  .home-about__inner {
    grid-template-columns: 1fr;
  }

  .trust-strip__item,
  .trust-strip__item:first-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(245, 242, 237, 0.1);
  }

  .trust-strip__item:last-child {
    border-bottom: 0;
  }

  .home-about__media {
    aspect-ratio: 16 / 9;
  }

  .booking-cta__inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .band-card__body {
    min-height: 13.5rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .duo-intro__grid,
  .duo-set__grid,
  .duo-option-grid,
  .duo-cta__inner {
    grid-template-columns: 1fr;
  }

  .duo-copy h2 {
    max-width: 18ch;
  }

  .duo-cta__actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .site-header__inner {
    padding: 0.75rem 1rem;
  }

  .site-header__logo {
    width: 5.8rem;
  }

  .site-header__nav {
    font-size: 0.88rem;
    letter-spacing: 0.1em;
  }

  .site-header__cta {
    padding: 0.75rem 1rem !important;
  }

  .home-hero,
  .home-hero__inner {
    min-height: 36rem;
  }

  .home-hero__inner {
    padding: 3.4rem 1rem;
  }

  .home-hero__frame {
    min-height: 17.5rem;
    padding: 1.8rem 1.2rem 1.4rem;
  }

  .home-hero__logo {
    width: min(100%, 18rem);
  }

  .home-hero__actions {
    display: grid;
    padding-left: 0;
  }

  .button {
    width: 100%;
  }

  .trust-strip__item,
  .home-about__inner,
  .booking-cta__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .home-about__media {
    aspect-ratio: 4 / 3;
  }

  .band-page__inner {
    padding-top: 2.4rem;
  }

  .band-page__hero {
    margin-bottom: 2rem;
  }

  .band-grid {
    grid-template-columns: 1fr;
  }

  .band-card__image {
    aspect-ratio: 1 / 0.88;
  }

  .band-card__body {
    min-height: 0;
  }

  .gallery-page__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card__image {
    aspect-ratio: 4 / 3.1;
  }

  .contact-page__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .duo-hero__inner {
    min-height: 34rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .duo-hero__frame {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .duo-hero__actions,
  .duo-cta__actions {
    display: grid;
  }

  .duo-section__inner,
  .duo-cta__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


.theme-dark .bg-white {
  background-color: #161a20 !important;
}

.theme-dark .bg-stone-50,
.theme-dark .bg-stone-100 {
  background-color: #11151b !important;
}

.theme-dark .border-stone-300 {
  border-color: #343a46 !important;
}

.theme-dark .border-stone-400 {
  border-color: #4b5563 !important;
}

.theme-dark .text-stone-900 {
  color: #f5f5f4 !important;
}

.theme-dark .text-stone-800 {
  color: #d6d3d1 !important;
}

.theme-dark .text-stone-700 {
  color: #cbd5e1 !important;
}

.theme-dark .text-stone-600 {
  color: #94a3b8 !important;
}

.theme-dark .hover\:text-stone-900:hover {
  color: #ffffff !important;
}

.theme-dark .hover\:bg-stone-900:hover {
  background-color: #f5f5f4 !important;
  color: #111827 !important;
}

.theme-dark a.hover\:bg-white:hover {
  color: #111827 !important;
}

.theme-dark .hover\:border-stone-900:hover {
  border-color: #f5f5f4 !important;
}

.theme-dark code {
  background: #1c2129;
  color: #f5f5f4;
  padding: 0.1rem 0.3rem;
}

.theme-dark #gallery-modal {
  background: rgba(0, 0, 0, 0.85);
}

.theme-dark #gallery-modal .bg-white {
  background-color: #161a20 !important;
}

.gallery-trigger {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  line-height: 0;
  box-shadow: none;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.82);
}

.modal__container {
  width: auto;
  max-width: calc(100vw - 1.5rem);
  max-height: calc(100vh - 1.5rem);
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 1rem;
  border: 1px solid #343a46;
  border-bottom: 0;
  background: #161a20;
}

.modal__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f5f5f4;
}

.modal__close {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #4b5563;
  background: transparent;
  color: #e7e5e4;
  font: inherit;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}

.modal__close:hover {
  background: #1c2129;
}

.modal__content {
  margin: 0;
  padding: 0;
  background: transparent;
}

.modal__image {
  display: block;
  width: auto;
  max-width: calc(100vw - 1.5rem);
  max-height: calc(100vh - 5.5rem);
  height: auto;
  object-fit: contain;
  background: transparent;
}

.modal__overlay,
.modal__container {
  opacity: 0;
  will-change: transform, opacity;
}

.modal__container {
  transform: translateY(1rem);
}

.modal.is-open .modal__overlay {
  animation: micromodal-fade-in 0.25s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.modal.is-open .modal__container {
  animation: micromodal-slide-in 0.25s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.modal[aria-hidden="true"] .modal__overlay {
  animation: micromodal-fade-out 0.2s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.modal[aria-hidden="true"] .modal__container {
  animation: micromodal-slide-out 0.2s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes micromodal-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes micromodal-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes micromodal-slide-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes micromodal-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(1rem);
  }
}
