
:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --panel: rgba(255,255,255,0.05);
  --panel-strong: rgba(255,255,255,0.08);
  --text: #ffffff;
  --muted: rgba(255,255,255,0.72);
  --faint: rgba(255,255,255,0.5);
  --border: rgba(255,255,255,0.14);
  --overlay: rgba(0,0,0,0.46);
  --overlay-strong: rgba(0,0,0,0.72);
  --max-width: 1380px;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 24px 80px rgba(0,0,0,0.35);
  --shadow-soft: 0 14px 40px rgba(0,0,0,0.22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.page-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.05), transparent 26%),
    radial-gradient(circle at top right, rgba(255,255,255,0.03), transparent 20%),
    linear-gradient(180deg, #040404 0%, #070707 45%, #050505 100%);
}

.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
  border-bottom: 1px solid transparent;
}

.site-nav.scrolled {
  background: rgba(4,4,4,0.72);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255,255,255,0.08);
}

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.brand img {
  height: 46px;
  width: auto;
  opacity: 0;
  transform: translateY(10px) scale(0.94);
  animation: logoReveal 1.4s cubic-bezier(.16,1,.3,1) 0.4s forwards;
  filter: drop-shadow(0 6px 22px rgba(0,0,0,0.42));
}

.brand-text {
  font-size: 0.76rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--faint);
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  padding: 11px 15px;
  border-radius: 999px;
  font-size: 0.83rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255,255,255,0.08);
  color: #fff;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: stretch;
  isolation: isolate;
}

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

.slides {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.8s ease;
}

.slide.active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
}

.hero-overlay,
.section-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.34) 36%, rgba(0,0,0,0.68) 100%);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  padding: 170px 28px 70px;
  display: grid;
  align-items: end;
  min-height: 100vh;
}

.hero-stack {
  max-width: 960px;
}

.hero-kicker {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.74);
  margin-bottom: 18px;
}

.hero-title {
  font-size: clamp(2.9rem, 8vw, 7.2rem);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 0.03em;
  max-width: 980px;
}

.hero-title.tight {
  max-width: 760px;
}

.hero-subtitle {
  margin-top: 24px;
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: rgba(255,255,255,0.82);
  max-width: 680px;
}

.hero-meta {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pill,
.hero-cta,
.gallery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid var(--border);
  padding: 0 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.hero-cta {
  background: rgba(255,255,255,0.08);
}

.hero-cta:hover,
.gallery-link:hover,
.pill:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
}

.counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 0.84rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section {
  position: relative;
  z-index: 2;
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 140px) 28px;
}

.intro-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 5vw, 80px);
  align-items: start;
}

.kicker {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--faint);
  margin-bottom: 18px;
}

.section-title {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1.02;
  font-weight: 400;
  max-width: 840px;
}

.lead,
.copy p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 720px;
}

.copy p + p {
  margin-top: 18px;
}

.side-note {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.side-note p {
  color: rgba(255,255,255,0.76);
}

.gallery-launch-section {
  padding-top: 10px;
}

.gallery-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.gallery-card {
  position: relative;
  min-height: 430px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #101010;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.gallery-card-media {
  position: absolute;
  inset: 0;
}

.gallery-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.2) 12%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0.78) 100%);
  z-index: 1;
}

.gallery-card:hover .gallery-card-media img {
  transform: scale(1.08);
}

.gallery-card-content {
  position: relative;
  z-index: 2;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.gallery-card h3 {
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.02;
  margin-bottom: 12px;
}

.gallery-card p {
  color: rgba(255,255,255,0.82);
  max-width: 520px;
  margin-bottom: 22px;
}

.gallery-card .gallery-link {
  align-self: flex-start;
  background: rgba(255,255,255,0.06);
}

.gallery-section-hero {
  position: relative;
  min-height: 82vh;
}

.gallery-intro-section {
  position: relative;
}

.gallery-intro-section.with-bg {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.gallery-intro-section.with-bg .section-bg-overlay {
  background: rgba(0,0,0,0.7);
}

.gallery-intro-section.with-bg .section-inner {
  position: relative;
  z-index: 2;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.photo-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #0f0f0f;
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 0.84 / 1;
  box-shadow: var(--shadow-soft);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.6s ease;
}

.photo-card:hover img {
  transform: scale(1.04);
  filter: contrast(1.04);
}

.photo-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
  color: rgba(255,255,255,0.88);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #050505;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 30px 28px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copy {
  color: rgba(255,255,255,0.58);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(255,255,255,0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes logoReveal {
  0% { opacity: 0; transform: translateY(12px) scale(0.92); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1024px) {
  .intro-layout,
  .gallery-cards,
  .photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-content {
    padding-top: 150px;
  }
}

@media (max-width: 760px) {
  .nav-inner {
    padding: 18px 18px;
  }

  .brand img {
    height: 38px;
  }

  .brand-text {
    display: none;
  }

  .hero-content,
  .section-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-content {
    padding-top: 138px;
    padding-bottom: 48px;
  }

  .hero-title {
    font-size: clamp(2.4rem, 13vw, 4.1rem);
  }

  .intro-layout,
  .gallery-cards,
  .photo-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-content {
    min-height: 360px;
  }

  .gallery-intro-section.with-bg {
    background-attachment: scroll;
  }

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


.contact-layout,
.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.contact-form {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  box-shadow: var(--shadow-soft);
}

.contact-form label {
  display: block;
  margin-bottom: 16px;
}

.contact-form span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--faint);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255,255,255,0.03);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid var(--border);
  padding: 0 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.contact-form button:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
}

.form-note {
  margin-top: 14px;
  color: var(--faint);
  font-size: 0.9rem;
}

.about-image-card {
  min-height: 520px;
}

.about-image-placeholder {
  min-height: 520px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 36%),
    #0a0a0a;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.52);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.82rem;
  box-shadow: var(--shadow-soft);
}

.gallery-card-media {
  background: #111;
}

.gallery-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.03), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.12));
  z-index: 0;
}

.gallery-card-media img {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .contact-layout,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-image-card,
  .about-image-placeholder {
    min-height: 360px;
  }
}


/* Faster-feeling gallery card media and fallback poster backgrounds */
.gallery-card-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-card-media-1 {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.24)),
    url('images/hiphop-1.jpg') center center / cover no-repeat,
    #111;
}

.gallery-card-media-2 {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.24)),
    url('images/hiphop-11.jpg') center center / cover no-repeat,
    #111;
}

.gallery-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ===== Lightbox ===== */
.photo-card {
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 84px;
  grid-template-rows: 1fr auto;
  grid-template-areas:
    "prev stage next"
    "thumbs thumbs thumbs";
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-stage {
  grid-area: stage;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 84px 20px 22px;
  position: relative;
}

.lightbox-image {
  max-width: min(92vw, 1400px);
  max-height: 72vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.5);
}

.lightbox-caption,
.lightbox-counter {
  color: rgba(255,255,255,0.86);
  text-align: center;
  margin-top: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.lightbox-counter {
  color: rgba(255,255,255,0.56);
  margin-top: 8px;
}

.lightbox-close,
.lightbox-nav {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: white;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.24);
  transform: translateY(-1px);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  font-size: 1.8rem;
  line-height: 1;
  z-index: 3;
}

.lightbox-nav {
  align-self: center;
  justify-self: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.lightbox-prev { grid-area: prev; }
.lightbox-next { grid-area: next; }

.lightbox-thumbs {
  grid-area: thumbs;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.lightbox-thumb {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #111;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lightbox-thumb:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.lightbox-thumb.is-active {
  opacity: 1;
  border-color: rgba(255,255,255,0.65);
}

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

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .lightbox {
    grid-template-columns: 56px minmax(0, 1fr) 56px;
  }

  .lightbox-stage {
    padding: 74px 12px 16px;
  }

  .lightbox-image {
    max-width: 94vw;
    max-height: 64vh;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    font-size: 1.5rem;
  }

  .lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
  }

  .lightbox-thumb {
    width: 64px;
    height: 64px;
  }
}
