:root {
  --b-ink: #07080a;
  --b-charcoal: #101216;
  --b-gunmetal: #1a1d22;
  --b-silver: #c8cbd0;
  --b-silver-soft: #969ba3;
  --b-gold: #d3ac55;
  --b-gold-bright: #f0d58c;
  --b-line: rgba(213, 219, 226, 0.17);
  --b-line-gold: rgba(211, 172, 85, 0.42);
  --b-shadow: 0 22px 54px rgba(0, 0, 0, 0.38);
  --b-motion-fast: 160ms;
  --b-motion-medium: 280ms;
  --b-ease: cubic-bezier(0.2, 0.72, 0.2, 1);
}

body.version-b {
  color: #f5f3ee;
  background:
    linear-gradient(180deg, #07080a 0%, #0e1013 46%, #08090b 100%);
  font-size: clamp(1rem, 0.25vw + 0.94rem, 1.08rem);
  line-height: 1.65;
  letter-spacing: 0;
  animation: none;
}

.version-b *,
.version-b *::before,
.version-b *::after {
  letter-spacing: 0;
}

.version-b main {
  overflow: clip;
}

.version-b h1,
.version-b h2,
.version-b h3 {
  text-wrap: balance;
}

.version-b h1 {
  font-size: clamp(2.75rem, 6vw, 6.75rem);
  line-height: 0.94;
}

.version-b h2 {
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1;
}

.version-b p,
.version-b li {
  max-width: 72ch;
}

.version-b .eyebrow {
  color: var(--b-gold-bright);
  font-size: 0.78rem;
  font-weight: 800;
}

.version-b .site-header {
  border-bottom: 1px solid rgba(213, 219, 226, 0.1);
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.92), rgba(8, 9, 11, 0.72));
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  transition: background var(--b-motion-medium) var(--b-ease), box-shadow var(--b-motion-medium) var(--b-ease);
}

.version-b .site-header.is-scrolled {
  background: rgba(7, 8, 10, 0.94);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.version-b .brand-mark {
  position: relative;
  isolation: isolate;
}

.version-b .brand-mark::after {
  content: "";
  position: absolute;
  inset: 8% 4%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 34%, rgba(255, 244, 204, 0.5) 48%, transparent 62%);
  transform: translateX(-150%);
  animation: b-logo-glint 8s 1.4s var(--b-ease) infinite;
  mix-blend-mode: screen;
}

.version-b .site-nav {
  color: #d5d7da;
  font-size: 1rem;
}

.version-b .site-nav a {
  isolation: isolate;
  overflow: hidden;
  min-height: 42px;
  padding: 9px 14px;
  border-color: rgba(213, 219, 226, 0.2);
  background: rgba(255, 255, 255, 0.025);
  transition: color var(--b-motion-fast) ease, border-color var(--b-motion-fast) ease, background var(--b-motion-fast) ease, transform var(--b-motion-fast) var(--b-ease);
}

.version-b .site-nav a::after {
  content: "";
  position: absolute;
  inset: -60% -35%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, 0.34) 49%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 480ms var(--b-ease);
}

.version-b .site-nav a:hover,
.version-b .site-nav a:focus-visible {
  color: #fff;
  border-color: rgba(240, 213, 140, 0.72);
  background: rgba(211, 172, 85, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(211, 172, 85, 0.14);
  transform: translateY(-2px);
}

.version-b .site-nav a:hover::after,
.version-b .site-nav a:focus-visible::after {
  transform: translateX(120%);
}

.version-b .site-nav a:active {
  transform: translateY(0) scale(0.98);
}

.version-b .site-nav a[aria-current="page"] {
  color: #0a0b0d;
  border-color: var(--b-gold-bright);
  background: linear-gradient(135deg, #f0d58c, #bc8d35 70%, #e6c574);
  box-shadow: 0 10px 26px rgba(211, 172, 85, 0.22);
}

.version-b .hero,
.version-b .page-hero {
  background-color: var(--b-ink);
}

.version-b .home-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.74) 0%, rgba(5, 6, 8, 0.18) 48%, rgba(5, 6, 8, 0.08) 100%),
    linear-gradient(0deg, rgba(5, 6, 8, 0.7) 0%, transparent 48%);
}

.version-b .home-hero-title {
  width: min(52%, 740px);
  color: #fffdf7;
  font-size: clamp(3.25rem, 6vw, 7rem);
  font-weight: 600;
  line-height: 0.81;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.48);
}

.version-b .home-hero-title span {
  transform-origin: left center;
  animation: b-title-enter 520ms var(--b-ease) both;
}

.version-b .home-hero-title span:nth-child(2) { animation-delay: 45ms; }
.version-b .home-hero-title span:nth-child(3) { animation-delay: 90ms; }
.version-b .home-hero-title span:nth-child(4) { animation-delay: 135ms; }
.version-b .home-hero-title span:nth-child(5) { animation-delay: 180ms; }

.version-b .section {
  position: relative;
  padding-block: clamp(64px, 8vw, 108px);
}

.version-b .section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.008)),
    #0d0f12;
  border-block: 1px solid rgba(213, 219, 226, 0.07);
}

.version-b .shows-section,
.version-b .roster-grid-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(211, 172, 85, 0.08), transparent 48%),
    #090a0c;
}

.version-b .section-heading {
  margin-bottom: clamp(28px, 4vw, 44px);
}

.version-b .section-heading a,
.version-b .media-note a {
  color: var(--b-gold-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.version-b .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 48px;
  border-color: rgba(213, 219, 226, 0.3);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  transition: transform var(--b-motion-fast) var(--b-ease), border-color var(--b-motion-fast) ease, box-shadow var(--b-motion-fast) ease, filter var(--b-motion-fast) ease;
}

.version-b .button::after {
  content: "";
  position: absolute;
  inset: -60% -35%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, 0.34) 49%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 480ms var(--b-ease);
}

.version-b .button:hover,
.version-b .button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(240, 213, 140, 0.72);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(211, 172, 85, 0.14);
}

.version-b .button:hover::after,
.version-b .button:focus-visible::after,
.version-b .button.is-glinting::after {
  transform: translateX(120%);
}

.version-b .button:active {
  transform: translateY(0) scale(0.985);
  filter: brightness(0.96);
}

.version-b .button:disabled {
  cursor: progress;
  opacity: 0.62;
  transform: none;
}

.version-b .button.primary {
  color: #090a0c;
  background: linear-gradient(135deg, #f1d990 0%, #c7953d 58%, #e7c46d 100%);
}

.version-b .button.secondary {
  color: #f5f3ee;
  background: linear-gradient(180deg, rgba(38, 41, 47, 0.94), rgba(18, 20, 24, 0.96));
}

.version-b :focus-visible {
  outline: 2px solid var(--b-gold-bright);
  outline-offset: 4px;
}

.version-b .show-grid {
  gap: clamp(18px, 2.4vw, 30px);
}

.version-b .show-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--b-line);
  background: linear-gradient(180deg, #17191d, #0d0f12);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
  transition: transform var(--b-motion-medium) var(--b-ease), border-color var(--b-motion-medium) ease, box-shadow var(--b-motion-medium) ease;
}

.version-b .show-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  pointer-events: none;
  background:
    linear-gradient(rgba(211, 172, 85, 0.72), rgba(211, 172, 85, 0.72)),
    url("damascus-metal.webp") center / 180px auto repeat;
  opacity: 0.62;
}

.version-b .show-card-image {
  transition: transform 520ms var(--b-ease), filter 520ms ease;
}

.version-b .show-card:hover {
  transform: translateY(-5px);
  border-color: var(--b-line-gold);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.42);
}

.version-b .show-card:hover .show-card-image {
  transform: scale(1.025);
  filter: contrast(1.03) saturate(1.04);
}

.version-b .show-card-content {
  gap: 14px;
  padding: 20px 18px 24px;
  background:
    linear-gradient(180deg, rgba(20, 22, 26, 0.98), rgba(9, 10, 12, 0.99));
}

.version-b .show-card-title {
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  line-height: 1.3;
}

.version-b .detail-card,
.version-b .booking-form,
.version-b .assistant-panel {
  border: 1px solid var(--b-line);
  background:
    linear-gradient(rgba(12, 14, 17, 0.93), rgba(12, 14, 17, 0.96)),
    url("damascus-metal.webp") center / 360px auto repeat;
  box-shadow: var(--b-shadow);
}

.version-b .detail-card,
.version-b .booking-form {
  padding: clamp(22px, 3vw, 38px);
}

.version-b input,
.version-b select,
.version-b textarea {
  min-height: 48px;
  color: #f7f5ef;
  border-color: rgba(213, 219, 226, 0.24);
  background: rgba(4, 5, 7, 0.72);
  transition: border-color var(--b-motion-fast) ease, background var(--b-motion-fast) ease, box-shadow var(--b-motion-fast) ease;
}

.version-b textarea {
  min-height: 136px;
}

.version-b input:hover,
.version-b select:hover,
.version-b textarea:hover {
  border-color: rgba(213, 219, 226, 0.42);
}

.version-b input:focus,
.version-b select:focus,
.version-b textarea:focus {
  border-color: var(--b-gold);
  background: rgba(7, 8, 10, 0.92);
  box-shadow: 0 0 0 3px rgba(211, 172, 85, 0.12);
  outline: 0;
}

.version-b .form-status {
  padding: 8px 0;
}

.version-b .form-status.is-success {
  color: #f2d98d;
}

.version-b .form-status.is-error {
  color: #ffb6b6;
}

.version-b .page-hero {
  position: relative;
  min-height: clamp(340px, 48svh, 560px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #090a0c;
  box-shadow: inset 0 -90px 90px rgba(0, 0, 0, 0.28);
}

.version-b .page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 213, 140, 0.72), transparent);
}

.version-b .contact-page-grid,
.version-b .booking-page-section,
.version-b .show-layout {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(146, 151, 160, 0.08), transparent 52%),
    #090a0c;
}

.version-b .show-hero {
  min-height: clamp(480px, calc(100svh - var(--header-height)), 820px);
  background-color: #050608;
  background-size: contain;
}

.version-b .site-footer {
  position: relative;
  color: #b8bbc0;
  border-top-color: rgba(213, 219, 226, 0.14);
  background:
    linear-gradient(rgba(6, 7, 9, 0.9), rgba(6, 7, 9, 0.96)),
    url("damascus-metal.webp") center / 320px auto repeat;
}

.version-b .site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 172, 85, 0.48), transparent);
}

.version-b .site-footer a {
  color: #e4ca82;
}

.version-b .footer-watermark {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  margin-right: 0;
  position: relative;
  left: calc(clamp(18px, 5vw, 72px) - 18px);
  color: #94989e;
}

.version-b .reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 440ms var(--b-ease), transform 440ms var(--b-ease);
}

.version-b .reveal-item.is-visible {
  opacity: 1;
  transform: none;
}


@keyframes b-title-enter {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@keyframes b-logo-glint {
  0%, 78%, 100% { transform: translateX(-150%); opacity: 0; }
  82% { opacity: 0.68; }
  90% { transform: translateX(150%); opacity: 0; }
}

@media (max-width: 780px) {
  .version-b .site-header {
    gap: 10px;
  }

  .version-b .site-nav {
    scroll-snap-type: x proximity;
  }

  .version-b .site-nav a {
    min-height: 44px;
    scroll-snap-align: start;
  }

  .version-b .home-hero-title {
    width: 100%;
    font-size: clamp(2.15rem, 8.6vw, 4rem);
  }

  .version-b .section {
    padding-block: clamp(50px, 11vw, 76px);
  }
}

@media (max-width: 600px) {
  .version-b .site-nav {
    font-size: 0.75rem;
  }

  .version-b .site-nav a {
    min-height: 36px;
    padding: 8px 4px;
  }
}

@media (max-width: 600px) {
  .version-b .home-hero-title {
    width: auto;
    font-size: clamp(1.9rem, 8.2vw, 3rem);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.62);
  }

  .version-b .home-hero .hero-overlay {
    background: linear-gradient(0deg, rgba(5, 6, 8, 0.66), rgba(5, 6, 8, 0.08) 76%);
  }

  .version-b .hero-actions .button {
    min-width: min(100%, 150px);
    flex: 1 1 145px;
  }

  .version-b .show-card:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.version-b,
  .version-b *,
  .version-b *::before,
  .version-b *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .version-b .reveal-item {
    opacity: 1;
    transform: none;
  }
}
