* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: #0e1018;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.narrow {
  width: min(920px, calc(100% - 64px));
}

.top-line {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: 6px;
  background: linear-gradient(90deg, #f43a44 0%, #ed1a67 100%);
}

.site-header {
  position: fixed;
  top: 6px;
  left: 0;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(14, 16, 24, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* =========================
   LOGO (HTML-based) - v3
========================= */

.logo-link {
  text-decoration: none;
}

.brand {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  color: #ffffff;
  padding: 0;
}

.brand-climax {
  min-width: 240px;
}

.brand-main {
  display: block;
  font-size: clamp(2.45rem, 2.7vw, 3.3rem);
  font-weight: 300;
  letter-spacing: 0.045em;
  color: #ffffff;
  transform: scaleY(0.82);
  transform-origin: left center;
  white-space: nowrap;
  text-transform: none;
  margin-top: -5px;
  margin-left: -1px;
}

.brand-c {
  display: inline-block;
  position: relative;
  width: 0.66em;
  height: 0.8em;
  margin-right: 0.03em;
  vertical-align: -0.04em;
}

.brand-c::before,
.brand-c::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.brand-c::before {
  top: 0;
  left: 0.08em;
  width: 0.5em;
  height: 0.1em;
}

.brand-c::after {
  top: 0;
  left: 0;
  width: 0.1em;
  height: 0.8em;
}

.brand-c {
  border-bottom: 0.1em solid #ffffff;
}

.brand-x {
  display: inline-block;
  color: #f2365a;
  font-weight: 700;
  margin-left: 0.01em;
  transform: scaleX(1.08);
}

.brand-line {
  display: block;
  width: 100%;
  max-width: 214px;
  height: 2px;
  margin-top: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.14) 100%);
}

.brand-sub {
  display: block;
  margin-top: 8px;
  padding-left: 4px;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.84);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.hamburger {
  width: 26px;
  display: inline-grid;
  gap: 5px;
}

.hamburger i {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
}

.menu-panel {
  position: fixed;
  top: 108px;
  right: 24px;
  width: min(320px, calc(100vw - 48px));
  padding: 22px;
  border-radius: 22px;
  background: rgba(16, 18, 28, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  display: none;
}

.menu-panel.is-open {
  display: grid;
  gap: 10px;
}

.menu-panel a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.menu-panel a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero-shot {
  position: relative;
  min-height: 700px;
  margin-top: -102px;
  padding-top: 102px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.05) 52%, rgba(0, 0, 0, 0.10) 100%),
    url("../assets/hero-bg-clean.jpg") center top / cover no-repeat;
}

.hero-shot-inner {
  min-height: 598px;
  display: flex;
  align-items: flex-end;

}

.hero-copy {
  padding: 0 0 34px;
  max-width: 760px;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5.4vw, 4.9rem);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.035em;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.intro-section {
  background: linear-gradient(180deg, #ED073D 0%, #5E071D 100%);
  padding: 92px 0 120px;
}

.intro-section h1 {
  margin: 0 0 28px;
  font-size: clamp(2.1rem, 5vw, 3.3rem);
  line-height: 1.08;
  font-weight: 800;
}

.intro-section p {
  margin: 0 0 24px;
  max-width: 780px;
  font-size: 1.05rem;
}

.highlight-copy {
  margin-top: 52px;
  max-width: 860px;
}

.highlight-copy p {
  margin: 0;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.4;
  font-weight: 800;
}

.gallery-section {
  padding: 84px 0 0;
  background: linear-gradient(180deg, #ED073D 0%, #5E071D 100%);
}

.gallery-wrap {
  padding-bottom: 84px;
}

.gallery-wrap img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.site-footer {
  padding: 72px 0 34px;
  background: #0e1018;
  border-top: 2px solid rgba(244, 58, 68, 0.88);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 60px;
}

.footer-grid a {
  color: #FFF;
  text-decoration:none;
}

.site-footer h2 {
  margin: 0 0 20px;
  font-size: 1.5rem;
}

.site-footer p {
  margin: 0 0 18px;
  color: #FFF;
  font-size: 1.04rem;
}

.footer-note {
  padding-top: 36px;
}

.footer-note p {
  margin: 0;
}

.footer-bottom {
  margin-top: 62px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.96rem;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.info-section {
padding: 20px 0;
  background: linear-gradient(180deg, #ED073D 0%, #5E071D 100%);
  color: #FFF;
}

.info-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.info-block {
margin-bottom: 0px;
}

.info-block h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #e3a8b2; /* subtiele accentkleur */
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 16px;
}

.price-list li span:last-child {
  font-weight: 600;
}

.info-note {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
  line-height: 1.6;
}


.hostess-section {
padding: 20px 0;
  background: linear-gradient(180deg, #ED073D 0%, #5E071D 100%);
  color: #FFF;
}

.hostess-section h2 {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
}

.hostess-section .intro-text {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 0.95;
}

.hostess-section p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.hostess-section .highlight-copy {
  margin-top: 25px;
  font-weight: 500;
  font-size: 17px;
  opacity: 0.9;
}


.jobs-section {
padding: 20px 0;
  background: linear-gradient(180deg, #ED073D 0%, #5E071D 100%);
  color: #FFF;
}

.jobs-section h2 {
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
}

.jobs-section .intro-text {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 0.95;
}

.jobs-section p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.info-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.info-block h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffd1dc;
}

.info-block ul {
  padding-left: 18px;
}

.info-block ul li {
  margin-bottom: 8px;
}

.jobs-section a {
  color: #FFF;
  text-decoration: none;
}

.rules-section {
padding: 20px 0;
  background: linear-gradient(180deg, #ED073D 0%, #5E071D 100%);
  color: #FFF;
}

.rules-section h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.rules-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.rules-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.7;
}

.rules-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffd1dc;
  font-size: 20px;
  line-height: 1;
}

.rules-note {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.rules-note h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #ffd1dc;
}

.rules-note a {
  color: #FFF;
  text-decoration: underline;
}

.contact-section {
padding: 20px 0;
  background: linear-gradient(180deg, #ED073D 0%, #5E071D 100%);
  color: #FFF;
}

.contact-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-intro {
  margin-bottom: 30px;
  text-align: center;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
}

.form-row label {
  margin-bottom: 6px;
  font-weight: 600;
}

.form-row input,
.form-row textarea {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
  color: #FFF;
  font: inherit;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #FFF;
}

.contact-button {
    padding: 14px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
}

.contact-button:hover {
  opacity: 0.9;
}

.honeypot {
  display: none;
}

/* status melding */
.form-status {
  display: none;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.form-status.success {
  display: block;
  background: rgba(255,255,255,0.2);
}

.form-status.error {
  display: block;
  background: rgba(0,0,0,0.3);
}


.gallery-section {
  padding: 80px 0;
  background: #111;
}

.gallery-top {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-open-btn {
  padding: 12px 20px;
  background: #222;
  color: #fff;
  border: 1px solid #444;
  cursor: pointer;
}

/* SLIDER */
.gallery-slider-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  gap: 15px;
}

.gallery-slide {
  flex: 0 0 auto;
  width: 260px;
}

.gallery-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

/* PIJLTJES */
.gallery-arrow {
  width: 40px;
  height: 40px;
  background: #222;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 22px;
}

/* POPUP */
.gallery-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
}

.gallery-popup-content {
  max-width: 1000px;
  margin: 40px auto;
  background: #111;
  padding: 20px;
}

.gallery-popup-close {
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
}

.gallery-popup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-popup-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* MOBILE */
@media (max-width: 768px) {
  .gallery-slide {
    width: 70vw;
  }

  .gallery-popup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .info-columns {
    grid-template-columns: 1fr;
  }
}

section {
  scroll-margin-top: 110px;
}

@media (max-width: 768px) {
  section {
    scroll-margin-top: 80px;
  }
}



@media (max-width: 900px) {
  .container,
  .narrow {
    width: min(100% - 36px, 1180px);
  }

  .header-inner {
    min-height: 86px;
  }

  .brand-climax {
    min-width: 194px;
  }

  .brand-main {
    font-size: clamp(2rem, 5.8vw, 2.68rem);
    letter-spacing: 0.038em;
  }

  .brand-line {
    max-width: 174px;
    margin-top: 4px;
  }

  .brand-sub {
    margin-top: 7px;
    font-size: 0.68rem;
    letter-spacing: 0.35em;
  }

  .menu-toggle {
    gap: 14px;
    font-size: 0.78rem;
  }

  .hero-shot {
    min-height: 620px;
    background-position: 46% top;
  }

  .hero-shot-inner {
    min-height: 518px;
  }

  .hero-copy {
    max-width: 540px;
    padding-bottom: 28px;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 8vw, 4rem);
  }
}

@media (max-width: 820px) {
  .container,
  .narrow {
    width: min(100% - 32px, 100% - 32px);
  }

  .header-inner {
    min-height: 82px;
  }

  .brand-climax {
    min-width: 184px;
  }

  .brand-main {
    font-size: clamp(1.88rem, 6vw, 2.45rem);
  }

  .brand-line {
    max-width: 166px;
  }

  .brand-sub {
    font-size: 0.65rem;
    letter-spacing: 0.31em;
  }

  .menu-toggle span:first-child {
    display: none;
  }

  .menu-panel {
    top: 88px;
    right: 16px;
    width: calc(100vw - 32px);
  }

  .intro-section {
    padding: 64px 0 84px;
  }

  .intro-section p {
    font-size: 1rem;
  }

  .gallery-section {
    padding-top: 56px;
  }

  .gallery-wrap {
    padding-bottom: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 820px) {
  .hero-shot,
  .hero-shot-inner {
    min-height: 620px;
  }

  .hero-copy {
    padding-bottom: 34px;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 1.02;
  }
}

@media (max-width: 640px) {
  .top-line {
    height: 5px;
  }

  .site-header {
    top: 5px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-climax {
    min-width: 138px;
  }

  .brand-main {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }

  .brand-c {
    width: 0.64em;
    height: 0.78em;
  }

  .brand-line {
    max-width: 124px;
    height: 1px;
    margin-top: 0px;
  }

  .brand-sub {
    margin-top: 5px;
    padding-left: 1px;
    font-size: 0.6rem;
    letter-spacing: 0.24em;
  }

  .menu-toggle {
    gap: 12px;
    padding: 10px 0;
  }

  .menu-toggle span:first-child {
    display: none;
  }

  .menu-panel {
    top: 84px;
    right: 12px;
    width: calc(100vw - 24px);
    padding: 18px;
    border-radius: 18px;
  }

  .hero-shot {
    min-height: 280px;
    margin-top: 0px;
    padding-top: 43px;
    background-position: 43% top;
  }

  .hero-shot-inner {
min-height: 270px;  }

  .hero-copy {
    max-width: 280px;
    padding-bottom: 22px;
  }

  .hero-copy h1 {
    font-size: 1.8rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
  }

  .intro-section {
padding: 36px 0 48px;
  }

  .intro-section h1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .intro-section p {
    font-size: 0.96rem;
    margin-bottom: 18px;
  }

  .highlight-copy {
    margin-top: 34px;
  }

  .highlight-copy p {
    font-size: 1.2rem;
  }

  .gallery-section {
    padding-top: 44px;
  }

  .gallery-wrap {
    padding-bottom: 44px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer {
    padding: 50px 0 30px;
  }

  .footer-bottom {
    margin-top: 34px;
  }
}

.gallery-section {
padding: 40px 0;
  background: #111;
}

.gallery-top {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-open-btn {
  padding: 12px 20px;
  background: #222;
  color: #fff;
  border: 1px solid #444;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.gallery-open-btn:hover {
  background: #2b2b2b;
  border-color: #666;
}

/* SLIDER */
.gallery-slider-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  gap: 15px;
  will-change: transform;
}

.gallery-slide {
  flex: 0 0 auto;
  width: 280px;
}

.gallery-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}

/* PIJLTJES */
.gallery-arrow {
  width: 42px;
  height: 42px;
  background: #222;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 22px;
  border-radius: 50%;
  flex: 0 0 auto;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gallery-arrow:hover {
  background: #333;
  transform: scale(1.05);
}

/* POPUP */
.gallery-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
}

.gallery-popup-overlay {
  position: absolute;
  inset: 0;
}

.gallery-popup-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 40px auto;
  background: #111;
  padding: 20px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  border-radius: 14px;
}

.gallery-popup-close {
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
}

.gallery-popup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 700px;
  margin: 0 auto;
  clear: both;
}

.gallery-popup-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
  .gallery-slide {
    width: 78vw;
  }

  .gallery-slide img {
    height: 58vw;
    max-height: 420px;
  }

  .gallery-popup-content {
    margin: 10px;
    max-height: calc(100vh - 20px);
    padding: 16px;
  }

  .gallery-popup-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== UNIVERSELE SLIDER ===== */
.custom-slider {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.custom-viewport {
  overflow: hidden;
  width: 100%;
}

.custom-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.custom-slide {
  flex: 0 0 auto;
  width: 260px;
}

.custom-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

/* pijlen */
.custom-arrow {
  width: 44px;
  height: 44px;
  border: none;
  background: #222;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
}

/* MOBILE */
@media (max-width: 768px) {
  .custom-slide {
    width: 78vw;
  }

  .custom-slide img {
    height: 60vw;
  }
}