:root {
  --bg: #050505;
  --bg-elevated: #0f0f10;
  --bg-soft: #171719;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f5f5f5;
  --muted: #b8b8bc;
  --accent: #ffffff;
  --accent-soft: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #111 0%, #050505 22%, #030303 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    url("BCM_Logo_XP.png") center 22% / min(680px, 62vw) no-repeat,
    linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 18%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.015) 0,
      rgba(255, 255, 255, 0.015) 1px,
      transparent 1px,
      transparent 90px
    );
  opacity: 0.06;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.hero-nav a,
.eyebrow,
.panel h3 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.hero-nav a {
  min-width: 140px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.9rem;
  color: var(--muted);
  text-align: center;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.hero-nav a:hover,
.hero-nav a:focus-visible {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.hero {
  min-height: 52vh;
}

.hero-card,
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
}

.hero-card {
  background: #050505;
}

.eyebrow {
  margin: 0 0 18px;
  color: #d0d0d4;
  font-size: 0.86rem;
}

.section-heading h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.panel p,
.contact-list,
.form-note {
  color: var(--muted);
  line-height: 1.7;
}

.hero-card {
  position: relative;
  min-height: 560px;
  padding: 24px;
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
}

.hero-photo-frame {
  width: 100%;
  height: 100%;
  min-height: calc(560px - 48px);
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 6px);
  isolation: isolate;
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 40px;
  filter: grayscale(1) contrast(1.05);
  border-radius: inherit;
  clip-path: inset(0 round calc(var(--radius-lg) - 6px));
}

.section {
  padding-top: 92px;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.media-grid,
.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.media-grid {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

.panel {
  padding: 28px;
}

.panel-heading {
  margin-bottom: 18px;
}

.panel h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.panel p {
  margin: 0;
}

.media-list,
.video-list,
.social-links {
  display: grid;
  gap: 16px;
}

.media-item,
.video-item,
.social-link {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--bg-soft);
}

.media-item,
.video-item {
  padding: 16px;
}

.media-item strong,
.video-item strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

.media-item audio,
.video-item video {
  width: 100%;
}

.media-item audio {
  color-scheme: dark;
  color: #ffffff;
  filter: grayscale(1) brightness(0.78) contrast(1.05);
}

.media-item audio::-webkit-media-controls-panel {
  background-color: #7b7b80;
}

.empty-state {
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.gallery-card {
  position: relative;
  grid-column: span 6;
  min-height: 320px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  cursor: pointer;
}

.gallery-card:nth-child(3n) {
  grid-column: span 12;
  min-height: 420px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  transform: scale(1.03);
  filter: grayscale(0.2);
}

.gallery-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  font-family: "Oswald", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-panel {
  align-content: start;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
}

.contact-list div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-list dt {
  margin-bottom: 6px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
}

.contact-list dd {
  margin: 0;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--text);
}

.form-panel form {
  display: grid;
  gap: 14px;
}

.form-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-panel input,
.form-panel textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.form-panel input::placeholder,
.form-panel textarea::placeholder {
  color: #8f8f94;
}

.form-panel input:focus,
.form-panel textarea:focus {
  outline: 2px solid rgba(255, 255, 255, 0.16);
  outline-offset: 1px;
}

.form-panel button {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.form-panel button:hover,
.form-panel button:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}

.social-link strong {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-link span {
  color: var(--muted);
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
}

.lightbox {
  width: min(1000px, calc(100% - 20px));
  max-height: calc(100% - 20px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(7, 7, 8, 0.95);
  color: var(--text);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.lightbox-eyebrow {
  margin: 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.lightbox-stage {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.lightbox-stage img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.lightbox-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.lightbox-thumb {
  display: grid;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.lightbox-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.lightbox-thumb span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.lightbox-thumb.is-active {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.lightbox-close {
  display: inline-flex;
  margin-left: auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

@media (max-width: 920px) {
  .media-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .panel {
    padding: 24px;
  }

  .hero-card {
    min-height: 380px;
  }

  .hero-photo-frame {
    min-height: calc(380px - 48px);
  }

  .gallery-card,
  .gallery-card:nth-child(3n) {
    grid-column: span 12;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
  }

  .hero-nav {
    gap: 10px;
  }

  .hero-nav a {
    min-width: 0;
    flex: 1 1 calc(50% - 10px);
    font-size: 0.78rem;
  }

  .hero-card {
    min-height: 300px;
    padding: 16px;
  }

  .hero-photo-frame {
    min-height: calc(300px - 32px);
  }

  .section {
    padding-top: 72px;
  }
}
