:root {
  --bg: #050508;
  --panel: #101014;
  --text: #fff7fb;
  --muted: rgba(255, 247, 251, 0.72);
  --line: rgba(255, 255, 255, 0.14);
  --pink: #f8488a;
  --magenta: #ff2ec4;
  --orange: #ff8b34;
  --lime: #e4ff41;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 4%, rgba(248, 72, 138, 0.24), transparent 28rem),
    radial-gradient(circle at 82% 10%, rgba(255, 139, 52, 0.2), transparent 27rem),
    linear-gradient(180deg, #050508 0%, #0b0710 58%, #050508 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 46, 196, 0.18), transparent 16rem),
    radial-gradient(circle at 72% 42%, rgba(228, 255, 65, 0.08), transparent 15rem),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 74px);
  opacity: 0.58;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 4.5vw, 76px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(5, 5, 8, 0.78), rgba(5, 5, 8, 0.28));
  backdrop-filter: blur(16px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.logo img {
  width: min(21vw, 220px);
  min-width: 138px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  filter:
    drop-shadow(0 0 14px rgba(248, 72, 138, 0.9))
    drop-shadow(0 0 32px rgba(255, 46, 196, 0.45));
}

.logo span {
  flex: 0 0 auto;
  margin-left: -86px;
  padding-top: 4px;
  color: var(--orange);
  font-size: clamp(18px, 1.55vw, 28px);
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  background: linear-gradient(105deg, var(--pink), var(--orange) 58%, var(--lime));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter:
    drop-shadow(0 0 10px rgba(248, 72, 138, 0.7))
    drop-shadow(0 0 20px rgba(255, 139, 52, 0.24));
}

.tag {
  flex: 0 0 auto;
  padding: 6px 10px;
  border: 1px solid rgba(228, 255, 65, 0.55);
  border-radius: 999px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(5, 5, 8, 0.46);
}

.nav {
  display: flex;
  gap: 8px;
}

.nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255, 247, 251, 0.74);
  font-size: 14px;
  font-weight: 800;
}

.nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.09);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 138px clamp(22px, 5vw, 86px) clamp(56px, 7vw, 112px);
  background:
    linear-gradient(90deg, rgba(5, 5, 8, 0.9) 0%, rgba(5, 5, 8, 0.63) 31%, rgba(5, 5, 8, 0.2) 61%, rgba(5, 5, 8, 0.76) 100%),
    linear-gradient(0deg, rgba(5, 5, 8, 0.96) 0%, rgba(5, 5, 8, 0.18) 34%, rgba(5, 5, 8, 0.36) 100%),
    url("assets/show/wide-band.jpg") center center / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 25%, rgba(248, 72, 138, 0.46), transparent 12rem),
    radial-gradient(circle at 72% 18%, rgba(228, 255, 65, 0.32), transparent 9rem),
    radial-gradient(circle at 55% 74%, rgba(255, 139, 52, 0.34), transparent 16rem),
    linear-gradient(116deg, transparent 0 39%, rgba(255, 255, 255, 0.14) 46%, transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.78;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 25% 55%, rgba(228, 255, 65, 0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 25%, rgba(255, 255, 255, 0.85) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 72%, rgba(255, 46, 196, 0.9) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(5, 5, 8, 0.28), transparent 34%, rgba(5, 5, 8, 0.28));
  background-size: 210px 210px, 310px 310px, 240px 240px, 280px 280px, auto;
  opacity: 0.62;
}

.sparkles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.sparkles::before,
.sparkles::after {
  content: "";
  position: absolute;
  width: 62vmax;
  height: 7vmax;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), rgba(255, 46, 196, 0.32), transparent);
  filter: blur(10px);
  opacity: 0.52;
  transform: rotate(-18deg);
  animation: sweep 8s ease-in-out infinite;
}

.sparkles::before {
  left: -18vw;
  top: 22vh;
}

.sparkles::after {
  right: -24vw;
  bottom: 18vh;
  animation-delay: 2.8s;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(840px, 58vw);
}

.hero-mark {
  position: absolute;
  right: clamp(22px, 4.8vw, 84px);
  bottom: clamp(30px, 5vw, 76px);
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
}

.hero-mark img {
  width: min(28vw, 380px);
  min-width: 230px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 20px rgba(248, 72, 138, 0.95))
    drop-shadow(0 0 54px rgba(255, 46, 196, 0.55));
}

.hero-mark span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(228, 255, 65, 0.45);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(228, 255, 65, 0.35);
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 22px;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

h1 {
  font-size: clamp(56px, 7.2vw, 124px);
  text-shadow:
    0 6px 34px rgba(0, 0, 0, 0.7),
    0 0 38px rgba(248, 72, 138, 0.2);
}

h2 {
  font-size: clamp(42px, 5.8vw, 92px);
}

.lead,
.booking p,
.why p {
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.42;
}

.lead {
  max-width: 720px;
  margin-bottom: 28px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.72);
}

.cta-row,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-main {
  color: #12050d;
  background: linear-gradient(105deg, var(--lime), #fff, var(--orange) 56%, var(--magenta));
  box-shadow: 0 0 34px rgba(255, 46, 196, 0.34), 0 0 54px rgba(228, 255, 65, 0.18);
}

.btn-dark,
.btn-light {
  border: 1px solid var(--line);
  background: rgba(5, 5, 8, 0.54);
  backdrop-filter: blur(12px);
}

.why {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.why article {
  min-height: 290px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 50%),
    radial-gradient(circle at 80% 10%, rgba(248, 72, 138, 0.22), transparent 16rem),
    var(--panel);
}

.why span {
  display: inline-block;
  margin-bottom: 56px;
  color: var(--lime);
  font-weight: 900;
}

.why h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 4.3vw, 68px);
}

.photo-story {
  display: grid;
  grid-template-columns: 1.12fr 0.74fr 0.74fr;
  grid-auto-rows: 260px;
  gap: 14px;
  padding: clamp(14px, 2vw, 24px);
}

.photo-intro {
  grid-column: span 2;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 46, 196, 0.22), transparent 18rem),
    radial-gradient(circle at 12% 70%, rgba(228, 255, 65, 0.09), transparent 12rem),
    rgba(255, 255, 255, 0.045);
}

.photo-intro h2 {
  max-width: 960px;
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 82px);
}

.photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #111;
}

.photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.5)),
    radial-gradient(circle at 20% 20%, rgba(228, 255, 65, 0.12), transparent 9rem);
}

.photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, transparent 38%, rgba(255, 255, 255, 0.22), transparent 50%);
  transform: translateX(-120%);
  animation: shine 7s infinite;
  pointer-events: none;
}

.photo-hero {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-wide {
  grid-column: span 2;
}

.photo-tall {
  grid-row: span 2;
}

.photo img {
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
}

.photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  padding: 8px 11px;
  border: 1px solid rgba(228, 255, 65, 0.5);
  border-radius: 999px;
  background: rgba(5, 5, 8, 0.58);
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(72px, 8vw, 116px) clamp(20px, 5vw, 72px);
}

.review-cards {
  display: grid;
  gap: 14px;
}

.review-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 60%),
    rgba(255, 255, 255, 0.055);
}

.review-card img {
  max-height: 150px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.review-card p {
  margin: 0;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.15;
}

.booking {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(72px, 9vw, 126px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(5, 5, 8, 0.94), rgba(5, 5, 8, 0.48)),
    url("assets/show/bar-lights.jpg") center / cover;
}

.booking > div:first-child {
  max-width: 780px;
}

.booking h2 {
  margin-bottom: 16px;
}

@keyframes shine {
  0%, 42% {
    transform: translateX(-120%);
  }
  70%, 100% {
    transform: translateX(120%);
  }
}

@keyframes sweep {
  0%, 38% {
    transform: translateX(-18vw) rotate(-18deg);
    opacity: 0;
  }
  54% {
    opacity: 0.56;
  }
  76%, 100% {
    transform: translateX(22vw) rotate(-18deg);
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .hero {
    background-position: 58% center;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-mark {
    opacity: 0.72;
  }

  .why,
  .reviews {
    grid-template-columns: 1fr;
  }

  .photo-story {
    grid-template-columns: 1fr 1fr;
  }

  .photo-intro,
  .photo-hero,
  .photo-wide {
    grid-column: span 2;
  }

  .photo-tall {
    grid-row: span 2;
  }

  .booking {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  .header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 18px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
  }

  .logo img {
    width: 156px;
    min-width: 156px;
    height: 48px;
  }

  .logo span {
    margin-left: -54px;
    font-size: 18px;
  }

  .hero {
    min-height: 820px;
    padding: 146px 18px 42px;
    background-position: 63% center;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-mark {
    top: 132px;
    right: 18px;
    bottom: auto;
  }

  .hero-mark img {
    width: 170px;
    min-width: 170px;
  }

  .hero-mark span {
    display: none;
  }

  h1 {
    font-size: clamp(48px, 14vw, 78px);
  }

  .cta-row,
  .booking-actions,
  .btn {
    width: 100%;
  }

  .photo-story {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .photo-intro,
  .photo-hero,
  .photo-wide,
  .photo-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .photo-intro {
    min-height: auto;
  }

  .review-card {
    grid-template-columns: 1fr;
  }
}

@media print {
  @page {
    size: A4 landscape;
    margin: 0;
  }

  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body {
    background: #050508 !important;
  }

  .header {
    position: absolute;
  }
}
