:root {
  --ink: #050505;
  --charcoal: #0d0d0e;
  --paper: #fff1cf;
  --muted: rgba(255, 241, 207, 0.66);
  --soft: rgba(255, 241, 207, 0.82);
  --red: #ff2d3d;
  --red-deep: #ba1123;
  --cyan: #13d8d1;
  --yellow: #ffd12d;
  --line: rgba(255, 241, 207, 0.16);
  --line-strong: rgba(255, 241, 207, 0.28);
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
  --radius: 8px;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 45, 61, 0.16), transparent 26rem),
    radial-gradient(circle at 88% 18%, rgba(19, 216, 209, 0.14), transparent 30rem),
    linear-gradient(180deg, #030303, #0b0808 44rem, #050505);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

section {
  scroll-margin-top: 88px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035), rgba(255,255,255,0.035) 1px, transparent 1px, transparent 7px);
  mix-blend-mode: overlay;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.poster-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  pointer-events: none;
}

.poster-nav {
  width: min(1240px, calc(100% - 32px));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  pointer-events: auto;
}

.brand-mark {
  min-width: 122px;
  min-height: 58px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: var(--paper);
  text-decoration: none;
  text-transform: uppercase;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.62));
}

.brand-wordmark span,
.brand-wordmark strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(1.52rem, 2.5vw, 2.25rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
}

.brand-wordmark strong {
  color: var(--paper);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.nav-cluster {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  color: rgba(255, 241, 207, 0.78);
  background: rgba(5, 5, 5, 0.46);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(18px);
}

.nav-cluster a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-cluster a:hover {
  color: var(--ink);
  background: var(--paper);
}

.nav-book {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(255, 45, 61, 0.34);
}

.poster-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 120px 24px 68px;
  background: #030303;
}

.hero-image,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 34%;
  filter: saturate(1.16) contrast(1.08) brightness(0.9);
}

.hero-shade {
  background:
    radial-gradient(circle at 72% 34%, transparent 0 26rem, rgba(0, 0, 0, 0.1) 38rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.5) 38%, rgba(0, 0, 0, 0.12) 61%, rgba(0, 0, 0, 0.44)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86), transparent 48%);
}

.hero-grid {
  opacity: 0.16;
  background:
    linear-gradient(90deg, transparent 0 13%, rgba(255, 241, 207, 0.34) 13% calc(13% + 1px), transparent calc(13% + 1px)),
    linear-gradient(90deg, transparent 0 51%, rgba(255, 241, 207, 0.34) 51% calc(51% + 1px), transparent calc(51% + 1px)),
    linear-gradient(90deg, transparent 0 87%, rgba(255, 241, 207, 0.34) 87% calc(87% + 1px), transparent calc(87% + 1px));
}

.hero-stage {
  position: relative;
  z-index: 2;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.hero-kicker,
.eyebrow,
.section-label p,
.hero-bottom,
.hero-ticket span {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-kicker {
  max-width: 34rem;
  margin: 0 0 18px;
  color: var(--yellow);
}

.poster-hero h1 {
  max-width: 52rem;
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(5rem, 12.2vw, 12.2rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.poster-hero h1 span {
  display: block;
  text-shadow: 0 26px 70px rgba(0, 0, 0, 0.72);
}

.poster-hero h1 span:last-child {
  color: transparent;
  -webkit-text-stroke: clamp(2px, 0.42vw, 5px) var(--red);
  text-shadow: none;
}

.hero-copy {
  max-width: 34rem;
  margin: 24px 0 0;
  color: var(--soft);
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.nav-book:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.btn-hot {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, var(--red), #ff722e 74%, var(--yellow));
  box-shadow: 0 22px 50px rgba(255, 45, 61, 0.34);
}

.btn-ghost {
  color: var(--paper);
  border-color: var(--line-strong);
  background: rgba(255, 241, 207, 0.08);
  backdrop-filter: blur(14px);
}

.hero-ticket {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 96px;
  z-index: 3;
  width: min(310px, calc(100vw - 48px));
  padding: 20px;
  border: 1px solid rgba(255, 241, 207, 0.24);
  background: rgba(5, 5, 5, 0.62);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-ticket strong {
  display: block;
  margin: 12px 0 18px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.72rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-ticket a {
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-bottom {
  position: absolute;
  z-index: 3;
  inset: auto 24px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 241, 207, 0.66);
}

.marquee-strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--red);
  color: #fff;
}

.marquee-track {
  width: max-content;
  display: flex;
  gap: 36px;
  padding: 16px 0;
  animation: marquee 26s linear infinite;
}

.marquee-track span {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.proof-section,
.social-hub,
.portrait-section,
.video-section,
.formats-section,
.tracks-section,
.booking-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.proof-section {
  display: grid;
  grid-template-columns: 0.3fr minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 62px);
  padding: clamp(64px, 9vw, 118px) 0;
  align-items: start;
}

.section-label {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 10px;
}

.section-label span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 900;
}

.section-label p {
  margin: 0;
  color: var(--muted);
  writing-mode: vertical-rl;
}

.proof-copy h2,
.portrait-copy h2,
.video-heading h2,
.formats-head h2,
.tracks-copy h2,
.booking-poster h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.3rem, 8vw, 7.8rem);
  line-height: 0.86;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.proof-copy p,
.portrait-copy p,
.video-heading p,
.booking-poster p {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
}

.proof-photo {
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.proof-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  filter: saturate(1.12) contrast(1.08);
}

.format-rows span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.social-hub {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: clamp(56px, 8vw, 118px);
  padding: clamp(62px, 8vw, 104px) 0;
  border-top: 1px solid var(--line);
}

.social-hub h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.3rem, 8vw, 7.2rem);
  line-height: 0.86;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.social-links a {
  min-height: 218px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 45, 61, 0.12), transparent 46%),
    rgba(255, 241, 207, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-links a::before {
  content: none;
}

.social-links a::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 241, 207, 0.08);
  border-radius: calc(var(--radius) - 2px);
  pointer-events: none;
}

.link-preview {
  width: 100%;
  min-height: 124px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px;
  color: var(--paper);
  border: 1px solid rgba(255, 241, 207, 0.16);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(0, 0, 0, 0.34);
  overflow: hidden;
  position: relative;
}

.link-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
}

.preview-avatar,
.preview-cover {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.preview-cover {
  border-radius: 8px;
}

.spotify-logo-mark {
  background: #191414;
  padding: 9px;
}

.spotify-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.preview-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-avatar img {
  width: 86%;
  height: 86%;
  object-fit: contain;
}

.preview-main {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 4px;
}

.preview-main b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.05;
}

.verified {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.62rem;
  line-height: 1;
  font-weight: 900;
  transform: translateY(0);
}

.verified-youtube {
  background: #fff;
  color: #0f0f0f;
}

.verified-instagram {
  background: #1d9bf0;
}

.preview-main em,
.preview-main small {
  min-width: 0;
  color: rgba(255, 241, 207, 0.72);
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.social-footer {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "label cta"
    "meta cta";
  align-items: center;
  gap: 4px 22px;
  padding: 18px 46px 0 2px;
}

.social-links a:hover {
  transform: translateY(-3px);
  border-color: var(--yellow);
  background:
    linear-gradient(135deg, rgba(255, 45, 61, 0.2), transparent 46%),
    rgba(255, 241, 207, 0.06);
}

.social-footer span {
  grid-area: label;
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.social-footer strong {
  grid-area: cta;
  max-width: 16rem;
  color: var(--paper);
  font-size: 1.14rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.social-footer small {
  grid-area: meta;
  max-width: 15rem;
  color: var(--muted);
  font-weight: 800;
}

.social-card > i,
.social-card > svg {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  color: currentColor;
  opacity: 0.92;
}

.social-youtube {
  color: #ff3030;
  background:
    linear-gradient(135deg, rgba(255, 48, 48, 0.24), transparent 48%),
    rgba(255, 241, 207, 0.04);
}

.youtube-preview::before {
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 241, 207, 0.22), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(255, 160, 64, 0.2), transparent 38%),
    linear-gradient(135deg, #ff1919 0%, #c41122 48%, #53070b 100%);
}

.social-spotify {
  color: #1ed760;
  background:
    linear-gradient(135deg, rgba(30, 215, 96, 0.2), transparent 48%),
    rgba(255, 241, 207, 0.04);
}

.spotify-preview::before {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 241, 207, 0.2), transparent 28%),
    radial-gradient(circle at 14% 100%, rgba(19, 216, 209, 0.16), transparent 36%),
    linear-gradient(135deg, #25e06d 0%, #129c48 48%, #062816 100%);
}

.social-instagram {
  color: #ff5b9a;
  background:
    linear-gradient(135deg, rgba(255, 91, 154, 0.22), rgba(255, 209, 45, 0.07) 52%, transparent),
    rgba(255, 241, 207, 0.04);
}

.instagram-preview::before {
  background:
    radial-gradient(circle at 20% 100%, #feda75 0 22%, transparent 42%),
    radial-gradient(circle at 86% 8%, #515bd4 0 20%, transparent 42%),
    linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af 78%, #515bd4);
}

.social-booking {
  color: #25d366;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.22), transparent 48%),
    rgba(255, 241, 207, 0.04);
}

.whatsapp-preview::before {
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 241, 207, 0.2), transparent 28%),
    radial-gradient(circle at 12% 100%, rgba(19, 216, 209, 0.16), transparent 38%),
    linear-gradient(135deg, #2ee877 0%, #25d366 42%, #053719 100%);
}

.whatsapp-bubble {
  color: #fff;
  background: #25d366;
  border-radius: 50%;
}

.whatsapp-brand {
  color: #fff;
  background: #25d366;
  border-radius: 50%;
}

.whatsapp-logo {
  position: static;
  width: 42px;
  height: 42px;
  color: #fff;
  fill: currentColor;
}

.portrait-section {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
  padding: 12px 0 clamp(64px, 9vw, 118px);
}

.portrait-media {
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

.portrait-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--line-strong);
  pointer-events: none;
}

.portrait-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.video-section {
  display: grid;
  grid-template-columns: 0.42fr 1fr 1.14fr;
  gap: 24px;
  scroll-margin-top: 74px;
  padding: clamp(54px, 7vw, 92px) 0 clamp(64px, 9vw, 118px);
  border-top: 1px solid var(--line);
}

.video-heading {
  grid-column: 2 / 4;
}

.featured-video {
  grid-column: 2 / 4;
  overflow: hidden;
  background: #111;
  box-shadow: var(--shadow);
}

.featured-video a {
  position: relative;
  display: block;
  min-height: 420px;
}

.featured-video img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.08);
  transition: transform 500ms ease;
}

.featured-video a:hover img {
  transform: scale(1.04);
}

.featured-video span,
.video-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  color: #fff;
  background: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.video-wall {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.video-card {
  display: grid;
  gap: 12px;
}

.video-card a {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  background: #111;
}

.video-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  opacity: 0.86;
  transition: transform 450ms ease, opacity 450ms ease;
}

.video-card a:hover img {
  opacity: 1;
  transform: scale(1.06);
}

.video-card strong {
  font-size: 0.95rem;
}

.formats-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(24px, 6vw, 78px);
  padding: clamp(76px, 10vw, 130px) 0;
  border-top: 1px solid var(--line);
}

.format-rows {
  display: grid;
  border-top: 1px solid var(--line-strong);
}

.format-rows article {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.format-rows p {
  margin: 0;
  color: var(--soft);
  font-weight: 700;
}

.tracks-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  padding: clamp(54px, 7vw, 86px) 0;
  border-top: 1px solid var(--line);
}

.tracks-copy h2 {
  font-size: clamp(2.85rem, 4.6vw, 4.8rem);
}

.spotify-covers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.spotify-covers a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 241, 207, 0.05);
  transition: transform 180ms ease, border-color 180ms ease;
}

.spotify-covers a:hover {
  transform: translateY(-4px);
  border-color: var(--yellow);
}

.spotify-covers img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.spotify-covers svg {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 22px;
  height: 22px;
  color: #1ed760;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.55));
}

.booking-section {
  display: grid;
  grid-template-columns: 0.3fr 0.92fr 1.08fr;
  gap: clamp(24px, 6vw, 78px);
  padding: clamp(76px, 10vw, 130px) 0;
  border-top: 1px solid var(--line);
}

.booking-poster {
  position: sticky;
  top: 112px;
  align-self: start;
}

.booking-poster ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft);
  font-weight: 800;
}

.booking-poster li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  background: var(--red);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(255, 45, 61, 0.14), transparent 34%),
    rgba(255, 241, 207, 0.045);
  box-shadow: var(--shadow);
}

.booking-form label {
  position: relative;
  display: grid;
  gap: 8px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-form .full {
  grid-column: 1 / -1;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 13px;
  color: var(--paper);
  background: rgba(0, 0, 0, 0.38);
}

.booking-picker-input {
  color-scheme: dark;
  cursor: pointer;
  caret-color: transparent;
}

.form-picker-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  width: max(100%, 292px);
  padding: 12px;
  border: 1px solid var(--line-strong);
  color: var(--paper);
  background: rgba(9, 7, 7, 0.98);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.5);
}

.booking-form label:nth-of-type(even) .form-picker-popover {
  right: 0;
  left: auto;
}

.form-picker-popover[hidden] {
  display: none;
}

.picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.picker-head strong {
  color: var(--yellow);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.picker-head button,
.calendar-grid button,
.time-grid button {
  border: 1px solid var(--line);
  color: var(--paper);
  background: rgba(255, 241, 207, 0.055);
  cursor: pointer;
}

.picker-head button {
  width: 34px;
  height: 34px;
  font-size: 1.25rem;
  line-height: 1;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.calendar-weekdays {
  margin-bottom: 6px;
  color: var(--muted);
  text-align: center;
  font-size: 0.68rem;
}

.calendar-grid button,
.calendar-empty {
  min-height: 34px;
}

.calendar-grid button,
.time-grid button {
  font-weight: 900;
}

.calendar-grid button:hover,
.time-grid button:hover,
.picker-head button:hover,
.calendar-grid button.is-selected,
.time-grid button.is-selected {
  color: var(--ink);
  border-color: var(--yellow);
  background: var(--yellow);
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}

.booking-form textarea {
  resize: vertical;
}

.poster-footer {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.poster-footer img {
  width: 84px;
}

.poster-footer div {
  display: flex;
  gap: 18px;
  color: var(--paper);
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.whatsapp-float svg,
.whatsapp-icon,
.btn svg,
.nav-book svg,
.text-link svg,
.featured-video svg,
.video-card svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.whatsapp-float .whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1050px) {
  .poster-header {
    position: sticky;
    background: rgba(5, 5, 5, 0.76);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
  }

  .poster-nav {
    min-height: 76px;
  }

  .brand-mark {
    min-width: 104px;
    min-height: 52px;
  }

  .nav-cluster {
    display: none;
  }

  .poster-hero {
    min-height: calc(100svh - 76px);
    padding-top: 64px;
  }

  .hero-ticket {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }

  .hero-stage {
    align-self: end;
  }

  .hero-bottom {
    display: none;
  }

  .proof-section,
  .video-section {
    grid-template-columns: 1fr;
  }

  .section-label,
  .booking-poster {
    position: static;
  }

  .section-label p {
    writing-mode: horizontal-tb;
  }

  .proof-photo,
  .proof-copy,
  .video-heading,
  .featured-video,
  .video-wall {
    grid-column: auto;
  }

  .social-hub,
  .tracks-section,
  .formats-section,
  .booking-section,
  .portrait-section {
    grid-template-columns: 1fr;
  }

  .video-wall,
  .spotify-covers {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  html,
  body {
    overflow-x: clip;
  }

  .poster-nav {
    width: min(100% - 20px, 1240px);
  }

  .nav-book span {
    display: none;
  }

  .poster-hero {
    min-height: auto;
    padding: 54px 14px 30px;
  }

  .poster-hero h1 {
    font-size: clamp(4.2rem, 20vw, 6.9rem);
    line-height: 0.88;
  }

  .hero-image img {
    object-position: 62% 28%;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-ticket {
    width: 100%;
  }

  .proof-section,
  .social-hub,
  .portrait-section,
  .video-section,
  .formats-section,
  .tracks-section,
  .booking-section {
    width: min(100% - 24px, 1240px);
    padding-block: 72px;
  }

  .proof-copy h2,
  .portrait-copy h2,
  .video-heading h2,
  .formats-head h2,
  .tracks-copy h2,
  .booking-poster h2,
  .social-hub h2 {
    font-size: clamp(3.05rem, 16vw, 5.3rem);
    line-height: 0.88;
  }

  .proof-photo,
  .portrait-media {
    min-height: 430px;
  }

  .form-picker-popover,
  .booking-form label:nth-of-type(even) .form-picker-popover {
    position: static;
    right: auto;
    left: 0;
    width: 100%;
    margin-top: 4px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
  }

  .calendar-weekdays,
  .calendar-grid {
    gap: 4px;
  }

  .calendar-grid button,
  .calendar-empty {
    min-height: 40px;
  }

  .time-grid {
    grid-template-columns: repeat(2, 1fr);
    max-height: 220px;
  }

  .proof-photo img {
    object-position: 54% 45%;
  }

  .portrait-media img {
    object-position: 56% 40%;
  }

  .social-links,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .video-wall {
    grid-template-columns: 1fr;
  }

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

  .video-card a,
  .video-card img {
    min-height: 218px;
  }

  .social-links a {
    grid-template-columns: 1fr;
    min-height: auto;
    border-right: 0;
  }

  .link-preview {
    min-height: auto;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 14px;
  }

  .preview-avatar,
  .preview-cover {
    width: 54px;
    height: 54px;
  }

  .social-footer {
    min-height: auto;
    grid-template-columns: 1fr auto;
    padding: 14px 42px 0 2px;
    gap: 3px 14px;
  }

  .social-footer strong {
    font-size: 1.08rem;
  }

  .social-footer small {
    font-size: 0.82rem;
  }

  .format-rows article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .featured-video a,
  .featured-video img {
    min-height: 260px;
  }

  .featured-video img {
    object-position: 56% 44%;
  }

  .marquee-track {
    gap: 22px;
    padding: 12px 0;
  }

  .marquee-track span {
    font-size: clamp(1.85rem, 12vw, 3rem);
    line-height: 1;
  }

  .poster-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .poster-footer div {
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .whatsapp-float {
    display: none;
  }
}
