/* Luxury — Cinematic donker
   Full-screen B&W hero, fade-in onthullingen, gold accents,
   masonry-gallery (B&W → kleur op hover), gold-omrande contact-kaart.
   --c-primary   (donker, voor backgrounds)
   --c-secondary (cream, voor lichte sections)
   --c-accent    (gold)                                                  */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #e8e4dc;
  line-height: 1.75;
  background: #0a0a0a;
}
img { max-width: 100%; display: block; }
h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, "Times New Roman", serif;
  font-weight: 400; letter-spacing: -.005em;
  color: #f5f1ea;
}
h1 { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1.02; margin: 0 0 1.25rem; font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin: 0 0 1.5rem; font-weight: 400; }
h3 { font-size: 1.35rem; margin: 0 0 .5rem; font-weight: 500; }

.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: .7rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 1.5rem;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }

.btn {
  display: inline-block; padding: 1rem 2.25rem;
  background: var(--c-accent); color: #1a1a1a;
  border-radius: 0; text-decoration: none;
  font-weight: 600; font-size: .78rem;
  letter-spacing: .25em; text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
  box-shadow: 0 12px 30px -10px rgba(201,164,92,.45);
}
.btn:hover { transform: translateY(-2px); background: #f5f1ea; color: #1a1a1a; box-shadow: 0 18px 36px -10px rgba(201,164,92,.55); }

/* ===== HEADER (transparant op hero, donker bij scroll) ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(10,10,10,.92);
  backdrop-filter: blur(10px);
  border-bottom-color: rgba(201,164,92,.2);
}
.nav { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.5rem; max-width: 1240px; margin: 0 auto; }
.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 500; color: var(--c-accent);
  font-size: 1.4rem; letter-spacing: .05em;
  display: flex; align-items: center; text-decoration: none; cursor: pointer;
}
.logo:hover { opacity: .85; }
.logo .logo-img { max-height: 70px; width: auto; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,.6)); }
.nav nav { display: flex; gap: 2rem; align-items: center; }
.nav nav a {
  color: #c9c4b8; text-decoration: none;
  font-size: .7rem; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase;
  transition: color .2s ease;
}
.nav nav a:hover { color: var(--c-accent); }

/* Hamburger */
.nav-toggle {
  display: none;
  align-items: center; justify-content: center;
  width: 40px; height: 40px;
  padding: 0; margin: 0;
  background: transparent; border: none;
  cursor: pointer; flex-direction: column; gap: 5px;
  color: var(--c-accent);
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle:focus-visible { outline: 1px solid var(--c-accent); outline-offset: 4px; }
.nav-toggle-bar { display: block; width: 24px; height: 1.5px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
.nav.is-open .nav-toggle-bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav.is-open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav.is-open .nav-toggle-bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 600px) {
  .nav { position: relative; }
  .nav-toggle { display: inline-flex; }
  .nav nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 0 1rem;
    background: rgba(10,10,10,.96); backdrop-filter: blur(12px);
    border-top: 1px solid rgba(201,164,92,.25);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .6);
    max-height: 0; overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    z-index: 100;
  }
  .nav.is-open nav { max-height: 80vh; overflow-y: auto; padding: .65rem 1rem 1.25rem; }
  .nav nav a {
    padding: 1rem .25rem;
    font-size: .75rem;
    border-bottom: 1px solid rgba(201,164,92,.12);
  }
  .nav nav a:last-child { border-bottom: 0; }
}

/* ===== HERO (cinematisch full-screen) ===== */
.hero-cinematic {
  position: relative;
  height: 100vh; min-height: 600px;
  background: #1a1a1a center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.45) 0%, rgba(10,10,10,.55) 50%, rgba(10,10,10,.95) 100%);
  pointer-events: none;
}
/* B&W filter op de hero-image */
.hero-cinematic::after {
  content: ''; position: absolute; inset: 0;
  background: inherit;
  filter: grayscale(.55) contrast(1.05);
  pointer-events: none; z-index: 0;
  opacity: 0;  /* Achterliggende techniek: gebruik filter via overlay alternatief — disabled hier */
}
.hero-cinematic-inner {
  position: relative; z-index: 2;
  max-width: 720px; padding: 0 1.5rem;
}
.hero-cinematic-inner h1 {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  letter-spacing: .02em;
  margin-bottom: 1.5rem;
}
.hero-tagline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: #d8d3c8;
  margin: 0 0 2.5rem;
}
/* Hero outline-frame */
.hero-cinematic > .hero-cinematic-inner::before {
  content: ''; position: absolute; inset: -3rem -1.5rem;
  border: 1px solid rgba(201,164,92,.35);
  pointer-events: none;
}
/* Op mobile zou het frame buiten de viewport vallen (overflow hidden klipt het).
   Inset horizontaal naar binnen halen zodat de gouden rand zichtbaar blijft,
   en de inner-padding mee opschalen voor ademruimte tussen frame en tekst. */
@media (max-width: 720px) {
  .hero-cinematic-inner { padding: 0 2.5rem; }
  .hero-cinematic > .hero-cinematic-inner::before {
    inset: -2.5rem 1.25rem;
  }
}
/* Scroll-indicator */
.scroll-indicator {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  width: 24px; height: 40px;
  border-radius: 12px;
  border: 1px solid var(--c-accent);
  z-index: 3; display: block;
}
.scroll-indicator span {
  display: block; width: 2px; height: 8px;
  background: var(--c-accent); border-radius: 2px;
  margin: 6px auto 0;
  animation: pulse-down 2s ease-in-out infinite;
}
@keyframes pulse-down {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(12px); opacity: .3; }
}

/* ===== FADE-IN reveal ===== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger op direct-child fade-in items in een list */
.numbered-list .fade-in { transition-delay: 0s; }
.numbered-list .fade-in.is-visible { transition-delay: 0s; }

/* ===== ABOUT (donker) ===== */
.about-cinema {
  padding: 8rem 0;
  background: #0a0a0a;
}
/* About: tekst gecentreerd op pagina-as (onder hero-CTA), foto absoluut links ernaast */
.about-cinema { overflow: hidden; }
.about-grid {
  max-width: 760px; margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
}
.about-text-col { color: #b8b3a8; }
.about-text { font-size: 1.05rem; line-height: 1.85; }
.about-text p { margin: 0 0 1.25rem; }
.about-text p:last-child { margin: 0; }
.about-cinema-image {
  position: absolute;
  right: calc(100% + 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
}
.about-cinema-image img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  filter: grayscale(.7);
  outline: 1px solid rgba(201,164,92,.35);
  outline-offset: 8px;
}
/* Op smallere schermen valt de foto buiten beeld → stack hem boven de tekst */
@media (max-width: 1300px) {
  .about-cinema-image {
    position: static;
    transform: none;
    margin: 0 auto 3rem;
    width: 280px;
  }
}
@media (max-width: 820px) {
  .about-cinema { padding: 5rem 0; }
  .about-cinema-image { width: 240px; margin-bottom: 2rem; }
}

/* ===== DIENSTEN (genummerd) ===== */
.services-cinema { padding: 8rem 0; background: #0a0a0a; }
.services-head { text-align: center; margin-bottom: 5rem; }
.numbered-list {
  list-style: none; padding: 0; margin: 0;
  counter-reset: gp-num;
  max-width: 900px; margin: 0 auto;
  border-top: 1px solid rgba(201,164,92,.2);
}
.numbered-list li {
  counter-increment: gp-num;
  border-bottom: 1px solid rgba(201,164,92,.2);
  padding: 2.25rem 0;
}
.num-row {
  display: grid; grid-template-columns: 80px 1fr auto; gap: 2rem;
  align-items: baseline;
}
.num-row::before {
  content: counter(gp-num, decimal-leading-zero);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2rem;
  color: var(--c-accent);
  align-self: center;
}
.num-name h3 { color: #f5f1ea; font-size: 1.5rem; margin: 0 0 .35rem; }
.num-name p { margin: 0; color: #a8a39a; font-size: .92rem; line-height: 1.6; }
.num-price {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.25rem; color: var(--c-accent);
  letter-spacing: .03em;
}
@media (max-width: 720px) {
  .num-row { grid-template-columns: 60px 1fr; row-gap: .5rem; }
  .num-price { grid-column: 2 / -1; font-size: 1.1rem; }
}

/* ===== GALLERIJ (masonry B&W) ===== */
.gallery-cinema { padding: 8rem 0; background: #1a1a1a; }
.masonry {
  column-count: 3; column-gap: 1rem;
}
@media (max-width: 820px) { .masonry { column-count: 2; } }
@media (max-width: 480px) { .masonry { column-count: 1; } }
.masonry-item {
  display: block; break-inside: avoid;
  margin: 0 0 1rem; overflow: hidden;
  position: relative;
  outline: 1px solid rgba(201,164,92,.18); outline-offset: -1px;
}
.masonry-item img {
  width: 100%; height: auto;
  filter: grayscale(1);
  transition: filter .5s ease, transform .6s ease;
}
.masonry-item:hover img { filter: grayscale(0); transform: scale(1.03); }

/* ===== BOEKING — lichte cream contrast ===== */
.booking-cinema { padding: 8rem 0; background: var(--c-secondary); }
.booking-cinema h2 { color: #1a1a1a; }
.booking-cinema .eyebrow { color: var(--c-primary); }
.booking-cinema .services-head { margin-bottom: 3rem; }
.booking-iframe { display: block; border: 0; background: transparent; }

/* ===== REVIEWS ===== */
.reviews-cinema { padding: 8rem 0; background: #0a0a0a; }
.reviews-cinema .services-head { margin-bottom: 3rem; }
.reviews-iframe { display: block; border: 0; background: transparent; }

/* ===== CONTACT — gold-omrande kaart ===== */
.contact-cinema { padding: 8rem 0; background: #0a0a0a; }
.contact-card {
  max-width: 760px; margin: 0 auto;
  padding: 4rem clamp(1.5rem, 5vw, 4rem);
  border: 1px solid var(--c-accent);
  background: rgba(245,241,234,.02);
  text-align: center;
}
.contact-card h2 { color: #f5f1ea; }
.contact-list {
  list-style: none; padding: 0; margin: 2.5rem 0 0;
  display: grid; gap: 1rem;
  text-align: left;
}
.contact-list li {
  display: grid; grid-template-columns: 130px 1fr; gap: 1rem;
  align-items: baseline;
  padding-bottom: .85rem;
  border-bottom: 1px solid rgba(201,164,92,.12);
}
.contact-list li:last-child { border-bottom: 0; }
.contact-list strong {
  font-size: .7rem; font-weight: 600;
  letter-spacing: .25em; text-transform: uppercase;
  color: var(--c-accent);
}
.contact-list a { color: #d8d3c8; text-decoration: none; transition: color .15s ease; }
.contact-list a:hover { color: var(--c-accent); }
.contact-list span { color: #d8d3c8; }
.contact-hours { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(201,164,92,.2); text-align: left; }
.contact-hours .eyebrow { margin-bottom: 1rem; }
.hours { width: 100%; border-collapse: collapse; }
.hours th {
  text-align: left; font-weight: 500;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  color: #c9c4b8;
  padding: .65rem .5rem .65rem 0; width: 130px;
}
.hours td { padding: .65rem 0; color: #b8b3a8; }
.hours tr + tr th, .hours tr + tr td { border-top: 1px solid rgba(201,164,92,.1); }

/* ===== FOOTER ===== */
.site-footer {
  padding: 2.5rem 0; text-align: center;
  background: #0a0a0a; color: #a8a39a;
  font-size: .78rem; letter-spacing: .15em;
  border-top: 1px solid rgba(201,164,92,.18);
}
.site-footer a { color: var(--c-accent); text-decoration: none; }
.site-footer a:hover { color: #f5f1ea; }

/* Mobile aanpassingen */
@media (max-width: 720px) {
  .hero-cinematic { min-height: 520px; height: 100svh; }
  .about-cinema { padding: 5rem 0 0; }
  .about-cinema-image { padding-bottom: 5rem; }
  .services-cinema, .gallery-cinema, .booking-cinema, .reviews-cinema, .contact-cinema { padding: 5rem 0; }
  .contact-card { padding: 2.5rem 1.5rem; }
}
