:root {
  --bg: #120907;
  --bg-soft: #1a100c;
  --panel: rgba(255,255,255,0.03);
  --panel-strong: rgba(255,255,255,0.05);
  --gold: #d39a2d;
  --gold-soft: #e8bf69;
  --text: #f4e8dc;
  --muted: #ccb7a4;
  --muted-2: #9d8976;
  --border: rgba(211,154,45,0.22);
  --line: rgba(255,255,255,0.08);
  --shadow: 0 24px 80px rgba(0,0,0,0.38);
  --radius: 28px;
  --content: min(80vw, 1440px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 120px;
  color: var(--text);
  background: linear-gradient(180deg, #120907 0%, #19100c 48%, #120907 100%);
  font-family: 'Cormorant Garamond', serif;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: var(--content);
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px 0 14px;
}

.brand {
  color: var(--gold-soft);
  font-size: 18px;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.nav a {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 14px;
  border: 1px solid transparent;
}

.nav a.active,
.nav a:hover {
  color: var(--gold-soft);
  border-color: var(--border);
  background: rgba(211,154,45,0.05);
}

.hero {
  padding: 28px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.85fr);
  gap: 34px;
  align-items: start;
}

.eyebrow,
.section-kicker,
.meta-label {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 11px;
}

h1,
h2,
h3,
.category-title,
.lightbox-category {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1 {
  margin: 14px 0 0;
  font-size: clamp(50px, 8vw, 60px);
  line-height: 0.92;
}

.script-line {
  display: block;
  font-style: italic;
  color: #ead8c5;
}

.lead {
  max-width: 620px;
  margin: 24px 0 28px;
  font-size: 28px;
  line-height: 1.35;
  color: var(--muted);
}

.button-row,
.share-row,
.logo-row,
.lightbox-thumbs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.share-row-top,
.share-row-bottom {
  margin-top: 18px;
}

.btn,
.share-btn,
.category-cta,
.lightbox-close,
.floating-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.btn:hover,
.share-btn:hover,
.category-cta:hover,
.lightbox-close:hover,
.logo-slot:hover,
.floating-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(211,154,45,0.46);
}

.btn-primary {
  color: var(--gold-soft);
}

.share-btn {
  gap: 5px;
}

.share-btn i {
  font-size: 22px;
  color: white;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}

.event-card,
.category-card,
.thank-you,
.logo-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(211,154,45,0.04));
  box-shadow: var(--shadow);
}

.event-card {
  padding: 30px;
}

.event-card h2 {
  margin: 10px 0 14px;
  font-size: 38px;
}

.details-list {
  display: grid;
  gap: 14px;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 18px;
}

.details-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-soft);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.stat-card {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.stat-number {
  color: var(--gold-soft);
  font-size: 34px;
  line-height: 1;
}

.stat-label {
  color: var(--muted-2);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  margin-top: 6px;
}

#event-details img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  margin-top: 10px;
  border-radius: 18px;
}

.event-image {
  position: relative;
  margin-top: 18px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible;
  box-shadow: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.6));
  transition: transform 0.5s ease, filter 0.5s ease;
  border-radius: 18px !important;
}

.event-image:hover img {
  transform: scale(1.04);
  filter: drop-shadow(0 26px 40px rgba(0,0,0,0.72));
}

.section {
  padding: 30px 0;
}

.section-heading {
  margin: 8px 0 14px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 0.95;
}

.section-heading-small {
  font-size: 40px;
  margin-bottom: 6px;
}

.section-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.section-intro-wide {
  margin-bottom: 0;
  max-width: none;
}

/* Hero carousel */

.hero-carousel {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  height: 500px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,0.02);
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  filter: saturate(1.02) brightness(0.92);
  transition: opacity 1.2s ease, transform 6s ease, filter 1.2s ease;
}

.carousel-slide.active {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1.08) brightness(1);
}

.carousel-slide.contain {
  object-fit: contain;
  background: #0f0907;
}

.carousel-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background: linear-gradient(180deg, rgba(18,9,7,0.08) 0%, rgba(18,9,7,0.18) 38%, rgba(18,9,7,0.78) 100%);
  pointer-events: none;
}

.carousel-caption {
  font-size: clamp(28px, 4vw, 52px);
  color: var(--gold-soft);
  background: rgba(18,9,7,0.46);
  border: 1px solid rgba(232,191,105,0.24);
  padding: 14px 20px;
  max-width: 620px;
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  animation: captionFloat 5s ease-in-out infinite;
}

/* Category gallery */

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  cursor: pointer;
  isolation: isolate;
  transform: translateY(0) scale(1);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18,9,7,0.06) 0%, rgba(18,9,7,0.16) 36%, rgba(18,9,7,0.9) 100%);
  z-index: 1;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: linear-gradient(115deg, transparent 25%, rgba(232,191,105,0.12) 50%, transparent 75%);
  transform: translateX(-120%) rotate(8deg);
  transition: transform 0.9s ease;
  z-index: 1;
}

.category-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.category-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s ease, transform 4.5s ease;
}

.category-media img.active {
  opacity: 1;
  transform: scale(1);
}

.category-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 28px 80px rgba(0,0,0,0.42);
  border-color: rgba(232,191,105,0.34);
}

.category-card:hover::before {
  transform: translateX(120%) rotate(8deg);
}

.category-card:hover .category-content {
  transform: translateY(-6px);
}

.category-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px;
  z-index: 2;
  transition: transform 0.45s ease;
}

.category-title {
  font-size: 42px;
  margin: 0 0 8px;
}

.category-subtitle {
  color: var(--muted);
  font-size: 24px;
  line-height: 1.35;
  margin: 0 0 18px;
  max-width: 90%;
}

.category-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.category-count {
  color: var(--gold-soft);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Shared panels */

.thank-you {
  padding: 36px;
}

.thank-you p,
.empty-state {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.45;
}

.logos-section {
  margin-top: 28px;
}

.logo-panel {
  padding: 28px;
}

.logo-row {
  margin-top: 16px;
  justify-content: center;
}

.logo-slot {
  width: 170px;
  height: 92px;
  border: 1px dashed var(--border);
  background: rgba(255,255,255,0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-soft);
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

.logo-slot img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.contact-enquiry {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.contact-enquiry .section-intro {
  margin-bottom: 14px;
}

/* Lightbox */

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(12px);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.lightbox.open {
  display: flex;
  opacity: 1;
}

.lightbox-inner {
  width: min(96vw, 1680px);
  max-height: 94vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 12px;
  align-items: start;
}

.lightbox-stage {
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 78px;
}

.lightbox-stage img {
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  animation: lightboxZoom 0.45s ease;
}

.lightbox-side {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(211,154,45,0.04));
  padding: 12px;
  max-height: 94vh;
  overflow: auto;
}

.lightbox-category {
  font-size: 34px;
  margin: 8px 0 10px;
}

.lightbox-description {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 18px;
}

.lightbox-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.thumb {
  border: 1px solid var(--line);
  background: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.thumb img {
  height: 96px;
  object-fit: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.thumb.active {
  border-color: rgba(211,154,45,0.6);
}

.thumb:hover img,
.thumb.active img {
  transform: scale(1.04);
  opacity: 0.96;
}

.lightbox-close {
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 3;
  background: rgba(18,9,7,0.9);
  color: var(--gold-soft);
}

/* Floating CTA */

.floating-contact-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 92%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: rgba(18,9,7,0.95);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
  z-index: 999;
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  border-radius: 18px;
}

.floating-contact-bar:hover {
  transform: translateX(-50%) translateY(-6px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.45);
  border-color: rgba(232,191,105,0.5);
}

.floating-contact-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at center, rgba(232,191,105,0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.floating-contact-bar:hover::before {
  opacity: 1;
}

.floating-contact-bar > * {
  position: relative;
  z-index: 1;
}

.floating-btn {
  color: var(--gold-soft);
  transition: transform 0.3s ease;
}

.floating-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.floating-logo {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-soft);
  background: rgba(255,255,255,0.03);
  flex-shrink: 0;
  font-weight: 600;
  line-height: 1;
}

.floating-text {
  display: flex;
  flex-direction: column;
}

.floating-title {
  font-size: 16px;
  color: var(--text);
}

.floating-sub {
  font-size: 12px;
  color: var(--muted);
}

/* Responsive */

@media (max-width: 1100px) {
  .hero-grid,
  .lightbox-inner {
    grid-template-columns: 1fr;
  }

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

  .lightbox-stage {
    min-height: 48vh;
  }
}

@media (max-width: 720px) {
  :root {
    --content: calc(100% - 24px);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  h1 {
    font-size: 54px;
  }

  .lead,
  .details-list,
  .section-intro,
  .thank-you p,
  .empty-state,
  .lightbox-description {
    font-size: 20px;
  }

  .hero-carousel {
    height: 340px;
  }

  .category-card {
    min-height: 360px;
  }

  .category-title {
    font-size: 34px;
  }

  .category-subtitle {
    font-size: 22px;
  }

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

  .logo-slot {
    width: 100%;
  }

  .lightbox-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  .floating-contact-bar {
    width: calc(100% - 24px);
    padding: 12px 14px;
    gap: 12px;
  }

  .floating-title {
    font-size: 14px;
  }

  .floating-sub {
    font-size: 11px;
  }

.floating-btn {
  color: var(--gold-soft);
  transition: transform 0.3s ease;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 16px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.03);
}
}

/* Keyframes */

@keyframes captionFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes lightboxZoom {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.hero-video {
  position: relative;
  width: 100%;
  margin-top: 30px;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  max-height: 70vh;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #0f0907;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  background: #0f0907;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  background: linear-gradient(180deg, rgba(18,9,7,0.08) 0%, rgba(18,9,7,0.18) 38%, rgba(18,9,7,0.78) 100%);
}

.video-caption {
  font-size: clamp(28px, 4vw, 52px);
  color: var(--gold-soft);
}

.video-mute-btn {
  position: absolute;
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  top: 16px;
  right: 16px;
  z-index: 2;
  border: 1px solid var(--border);
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 8px 10px;
  cursor: pointer;
}


.lightbox-download-btn {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 18px;
  border: 1px solid var(--border);
  background: rgba(18,9,7,0.8);
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  z-index: 2;
}

.lightbox-download-btn:hover {
  transform: translateX(-50%) translateY(-2px);
  border-color: rgba(232,191,105,0.6);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}