:root {
  --zomer-geel: #fed136;
  --zomer-accent: #ffcd00;
  --tekst: #333333;
  --donker: #222222;
  --wit: #ffffff;
  --licht: #f7f7f7;
  --terneuzen: #005a70;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--tekst);
  background: var(--wit);
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5.25rem;
  padding: 0.75rem clamp(1rem, 5vw, 4.75rem);
  background: var(--zomer-geel);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--tekst);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.brand:hover,
.brand:focus-visible {
  color: var(--tekst);
}

.brand img {
  width: clamp(4.8rem, 7vw, 6.5rem);
  height: auto;
  display: block;
}

.brand span {
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
}

.nav-links a {
  padding: 0.8rem 0.9rem;
  color: #363636;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--wit);
}

.hero {
  min-height: calc(100svh - 5.25rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7rem);
  color: var(--wit);
  background:
    linear-gradient(rgba(34, 34, 34, 0.74), rgba(34, 34, 34, 0.86)),
    url("background.png") center / cover no-repeat,
    linear-gradient(135deg, #2c2c2c 0%, #111111 100%);
}

.hero-copy {
  max-width: 50rem;
}

.hero-logo {
  display: block;
  width: clamp(9rem, 18vw, 15rem);
  height: auto;
  margin-bottom: clamp(1.5rem, 4vw, 2.75rem);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--zomer-accent);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.15rem, 4.2vw, 3.8rem);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.1vw, 2.65rem);
  line-height: 1.12;
  font-weight: 700;
}

h3 {
  margin: 0 0 0.7rem;
  color: var(--zomer-geel);
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.intro {
  max-width: 43rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions {
  margin-top: 2rem;
}

.btn {
  border-radius: 4px;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-zomer {
  --bs-btn-color: #333333;
  --bs-btn-bg: var(--zomer-geel);
  --bs-btn-border-color: var(--zomer-geel);
  --bs-btn-hover-color: #333333;
  --bs-btn-hover-bg: #e8bb20;
  --bs-btn-hover-border-color: #e8bb20;
}

.event-card {
  padding: clamp(1.5rem, 3vw, 2rem);
  color: var(--tekst);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.date-day,
.date-month {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.date-number {
  margin: 0.15rem 0 0;
  color: var(--zomer-accent);
  font-size: clamp(4.4rem, 9vw, 7rem);
  font-weight: 700;
  line-height: 0.86;
}

.event-card dl {
  display: grid;
  gap: 0.8rem;
  margin: 1.6rem 0 0;
}

.event-card dl div {
  padding-top: 0.8rem;
  border-top: 1px solid #e5e5e5;
}

.event-card dt {
  color: #777777;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.event-card dd {
  margin: 0.1rem 0 0;
  color: var(--tekst);
  font-size: 1.08rem;
  font-weight: 700;
}

.info-band,
.movie-section,
.contact-section {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 7vw, 7rem);
}

.section-heading {
  max-width: 54rem;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.info-band {
  background: var(--licht);
  color: var(--tekst);
}

.info-band .eyebrow,
.movie-section .eyebrow,
.contact-section .eyebrow {
  color: var(--terneuzen);
}

.info-grid article {
  min-height: 14rem;
  padding: 1.5rem;
  background: var(--wit);
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.info-grid article h3 {
  color: var(--zomer-geel);
}

.info-grid p,
.movie-copy p {
  margin: 0;
  font-size: 1.02rem;
}

.movie-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(20rem, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  background: var(--wit);
}

.movie-copy {
  display: grid;
  gap: 1rem;
}

.movie-copy h2 {
  color: var(--zomer-accent);
  text-transform: uppercase;
}

.movie-facts {
  display: grid;
  gap: 0.55rem;
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
}

.movie-facts li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}

.trailer {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--donker);
  border-radius: 4px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.trailer iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.trailer-link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.8rem;
  background: var(--zomer-geel);
  border-radius: 4px;
  color: var(--tekst);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1fr);
  align-items: center;
  gap: 2rem;
  background: var(--zomer-geel);
}

.contact-links a {
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem;
  background: var(--wit);
  border-radius: 4px;
  color: var(--tekst);
  font-weight: 700;
  text-decoration: none;
}

.contact-links a:hover,
.contact-links a:focus-visible {
  background: var(--donker);
  color: var(--wit);
}

.site-footer {
  padding: 2rem clamp(1.25rem, 7vw, 7rem);
  background: var(--wit);
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer p {
  max-width: 42rem;
  margin: 0;
}

.footer-title {
  color: var(--zomer-accent);
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}

.footer-logos img {
  width: min(15rem, 38vw);
  height: auto;
}

.footer-credit {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
  color: #777777;
  text-align: center;
}

.footer-credit a {
  display: inline-flex;
  color: #777777;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--zomer-accent);
}

.jiswosvg {
  display: block;
  fill: currentColor;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
}

@media (max-width: 900px) {
  .hero,
  .movie-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .info-grid article {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .site-header,
  .footer-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-logos {
    justify-content: flex-start;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .nav-links a {
    padding-left: 0;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .hero {
    min-height: auto;
  }

  .btn,
  .contact-links a {
    width: 100%;
  }
}