@charset "UTF-8";
@import url("https://use.typekit.net/ljp6ovq.css");
.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 100;
  max-width: 1352px;
  transform: translate(-50%, 0px);
}

.header-nav--left.is-over-light .nav-list,
.header-nav--right.is-over-light .nav-list,
.hamburger.is-over-light {
  background-color: rgb(218, 157, 125);
}

.hamburger span {
  transition: background 0.25s ease;
}

.nav-list {
  transition: background 0.25s ease;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
}

.header-logo {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 30px 18px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header-logo img {
  max-height: 80px;
  width: auto;
  display: block;
}

.header-nav {
  display: flex;
}
.header-nav--left {
  justify-content: flex-start;
  width: 100%;
}
.header-nav--left .nav-list {
  width: 80%;
}
.header-nav--right {
  justify-content: flex-end;
  width: 100%;
}
.header-nav--right .nav-list {
  width: 80%;
}

.nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 1.2rem 2rem;
  background: white;
  border-radius: 20px;
  height: 40px;
  align-items: center;
}
.nav-list li a {
  text-decoration: none;
  font-weight: 500;
  color: #111;
  transition: color 0.2s ease;
}
.nav-list li a:hover {
  color: #8c6b3f;
}

.section:not(:first-of-type) {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section:not(:first-of-type) {
    padding-bottom: 60px;
  }
}

.section--light {
  padding-bottom: 0px !important;
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .section--light {
    padding-bottom: 0px !important;
    margin-bottom: 60px !important;
  }
}

h1, h2, h3, h4 {
  font-family: "roc-grotesk", sans-serif;
  margin-top: 0px !important;
}

h2 {
  font-size: clamp(24px, 3.33vw, 48px);
  font-weight: 500;
}

h1 {
  font-size: clamp(42px, 5.69vw, 82px);
}

p {
  margin-top: 0px;
  font-family: "stratos", sans-serif;
}

strong, span {
  font-family: "stratos", sans-serif;
}

@media (max-width: 1024px) {
  br {
    display: none;
  }
}
.site-footer {
  border-radius: 2rem 2rem 0 0;
  padding-left: 24px;
  padding-right: 24px;
  /* menu spacing */
  /* =========================================
     ACCORDION
  ========================================= */
  /* Desktop: panels gewoon open */
  /* Mobile: accordion gedrag */
}
@media (max-width: 768px) {
  .site-footer .-bottom {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
}
.site-footer .container:not(.-bottom) {
  background-color: white;
  padding: 96px 0;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .site-footer .container:not(.-bottom) {
    padding: 60px 0;
  }
}
.site-footer .container:not(.-bottom) .menu-item {
  font-family: "stratos", sans-serif;
}
.site-footer .container:not(.-bottom) a {
  color: black;
  text-decoration: none;
}
.site-footer .container:not(.-bottom) .footer-column:first-of-type {
  padding-left: 60px;
}
@media (max-width: 768px) {
  .site-footer .container:not(.-bottom) .footer-column:first-of-type {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .site-footer .container:not(.-bottom) .footer-column {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.site-footer .menu-footer-restaurant-container .menu,
.site-footer .menu-footer-feesten-partijen-container .menu,
.site-footer .menu-footer-zakelijk-container .menu {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .site-footer .menu-footer-restaurant-container .menu,
  .site-footer .menu-footer-feesten-partijen-container .menu,
  .site-footer .menu-footer-zakelijk-container .menu {
    margin-bottom: 0;
  }
}
.site-footer h4 {
  font-size: 1rem;
  margin-bottom: 0px;
  font-weight: 600;
  position: relative;
}
.site-footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  margin-top: 0.5rem;
}
.site-footer .footer-column ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-column ul a {
  font-size: 0.95rem;
}
.site-footer .footer-column ul a:hover {
  text-decoration: underline;
}
.site-footer .footer-contact p {
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .site-footer .footer-contact {
    display: none;
  }
}
.site-footer .footer-bottom {
  margin-top: 0;
  padding: 23px 0;
  font-size: 0.85rem;
  font-family: "stratos", sans-serif;
}
.site-footer .footer-bottom .footer-legal {
  text-align: right;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom .footer-legal {
    text-align: left;
    order: 0;
  }
}
.site-footer .footer-bottom .footer-legal a {
  margin-left: 1.5rem;
  color: #000;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom .footer-legal a {
    margin-left: 0;
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-bottom .footer-copyright {
    text-align: left;
    order: 1;
  }
}
.site-footer .footer-accordion__item {
  margin-bottom: 22px;
}
.site-footer .footer-accordion__item.no-margin-bottom {
  margin-bottom: 0;
}
.site-footer .footer-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  font-family: "roc-grotesk", sans-serif;
  color: #000;
}
.site-footer .footer-accordion__icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
.site-footer .footer-accordion__panel {
  overflow: hidden;
}
@media (min-width: 769px) {
  .site-footer .footer-accordion__panel[hidden] {
    display: block !important;
  }
  .site-footer .footer-accordion__panel {
    max-height: none !important;
    overflow: visible !important;
  }
  .site-footer .footer-accordion__icon {
    display: none;
  }
  .site-footer .footer-accordion__trigger {
    cursor: default;
    pointer-events: none; /* desktop geen accordion */
  }
}
@media (max-width: 768px) {
  .site-footer .footer-column {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .site-footer .footer-accordion__panel {
    max-height: 0;
    transition: max-height 0.35s ease;
  }
  .site-footer .footer-accordion__item.is-open .footer-accordion__icon {
    transform: rotate(180deg);
  }
}
@media (max-width: 480px) {
  .site-footer .footer-column {
    border-bottom: none;
  }
}

.nav-list {
  /* Hover = dropdown zichtbaar */
}
.nav-list li {
  position: relative;
}
.nav-list li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.nav-list li.menu-item a {
  font-size: 18px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nav-list .sub-menu {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  min-width: 200px;
  background: white;
  border-radius: 1rem;
  padding: 0.75rem 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.nav-list .sub-menu li a {
  display: block;
  padding: 0.6rem 1.5rem;
  white-space: nowrap;
}
.nav-list .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.nav-list li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu {
  border-radius: 0.75rem;
}

.section--full-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section--full-slider {
    margin-bottom: 50px;
  }
}
.section--full-slider .slider {
  display: flex;
}
.section--full-slider .slider-slide {
  min-width: 100%;
}
.section--full-slider .slider-image {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  display: block;
}

.section--full-slider {
  position: relative;
}
.section--full-slider .slider {
  position: relative;
}
.section--full-slider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(to top, #FFECE2 0%, rgba(20, 20, 20, 0) 100%);
}

.section-menucards .menucard {
  position: relative;
}
.section-menucards .menucard h3 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #FFECE2;
  padding: 0px 69px 10px 69px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0px !important;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
}
.section-menucards .menucard img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

/* Desktop default */
.menucards--mobile {
  display: none;
}

/* Mobiel */
@media (max-width: 767px) {
  .menucards--desktop {
    display: none;
  }
  .menucards--mobile {
    display: block;
  }
}
.menucard--special {
  grid-column: span 12;
  margin-top: 0px;
}
.menucard--special img {
  width: 100%;
  max-height: 300px !important;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.menu-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.menu-popup.active {
  display: block;
}

.menu-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

.menu-popup__content {
  position: relative;
  width: 90%;
  max-width: 818px;
  height: 80vh;
  background: #fff;
  margin: 5vh auto;
  overflow: hidden;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.3s ease;
}

.menu-popup.active .menu-popup__content {
  transform: translateY(0);
  opacity: 1;
}

.menu-popup__close {
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 28px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  background-color: white;
  border-radius: 8px;
}

body.popup-open {
  overflow: hidden;
}

.section--text-columns {
  padding: 6rem 0;
}
.section--text-columns h1, .section--text-columns h2, .section--text-columns h3, .section--text-columns h4 {
  margin-bottom: 1rem;
}
.section--text-columns p {
  line-height: 1.6;
  font-size: 1rem;
}

.has-divider-top {
  position: relative;
  padding-top: 4rem;
}
.has-divider-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 80%;
  height: 1px;
  background: repeating-linear-gradient(45deg, #000, #000 5px, transparent 5px, transparent 10px);
}
@media (max-width: 1024px) {
  .has-divider-top::before {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .has-divider-top::before {
    width: 88%;
  }
}

.section--small-slider {
  overflow: hidden;
  padding-top: 0px !important;
  /* === Navigatie pijlen onderaan === */
  /* Rechts gegroepeerd */
}
.section--small-slider .container {
  position: relative;
}
.section--small-slider .container .part-12 {
  overflow: hidden;
}
.section--small-slider .swiper {
  overflow: visible;
}
.section--small-slider .swiper-slide {
  width: 326px;
  overflow: hidden;
  position: relative;
}
.section--small-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 218px;
  object-fit: cover;
}
.section--small-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
  transform: scale(1);
}
.section--small-slider .swiper-button-prev,
.section--small-slider .swiper-button-next {
  position: absolute;
  bottom: 0px;
  top: auto;
  transform: none;
  width: 44px;
  height: 44px;
  margin: 0;
  color: #000;
  background: #FFECE2;
}
.section--small-slider .swiper-button-prev:after,
.section--small-slider .swiper-button-next:after {
  display: none;
}
.section--small-slider .swiper-button-next {
  right: 0px;
  background-image: url("../img/arrow-left.svg");
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center;
}
.section--small-slider .swiper-button-prev {
  right: 44px;
  left: auto;
  background-image: url("../img/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .section--small-slider .swiper-slide {
    width: 280px;
  }
  .section--small-slider .swiper-button-prev,
  .section--small-slider .swiper-button-next {
    display: none;
  }
}
.section--reviews {
  /* Links van het midden */
  /* Rechts van het midden */
}
.section--reviews .reviews-sources {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .section--reviews .reviews-sources {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .section--reviews .reviews-sources {
    flex-direction: column;
    margin-bottom: 17px;
  }
}
.section--reviews .reviews-sources .review-source {
  background-color: white;
  border-radius: 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .section--reviews .reviews-sources .review-source {
    width: 50%;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .section--reviews .reviews-sources .review-source {
    width: 100%;
    padding-top: 50px;
  }
}
.section--reviews .reviews-sources .review-source h3 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #FFECE2;
  padding: 0px 40px 10px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0px !important;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
}
.section--reviews .reviews-data {
  background-color: white;
  position: relative;
  height: 391px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.section--reviews .reviews-data h3 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #FFECE2;
  padding: 0px 40px 10px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0px !important;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
}
.section--reviews .review {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
}
.section--reviews .review-author {
  color: #DA9D7D;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.38vw, 240px);
}
.section--reviews .review-text {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.66vw, 24px);
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .section--reviews .review-text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section--reviews .reviews-slider {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--reviews .swiper-button-prev,
.section--reviews .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 50%;
  background-color: rgba(240, 134, 80, 0.25);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin: 0;
  transform: translateX(-50%);
  color: #000;
}
@media (max-width: 768px) {
  .section--reviews .swiper-button-prev,
  .section--reviews .swiper-button-next {
    bottom: 20px;
  }
}
.section--reviews .swiper-button-prev:after,
.section--reviews .swiper-button-next:after {
  display: none;
}
.section--reviews .swiper-button-prev {
  transform: translateX(calc(-50% - 28px));
  background-image: url("../img/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.section--reviews .swiper-button-next {
  transform: translateX(calc(-50% + 28px));
  background-image: url("../img/arrow-left.svg");
  transform: scaleX(-1);
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  background-color: #F08650;
  padding: 7px 16px;
  border-radius: 50px;
  margin-top: 30px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.btn:hover {
  background-color: #DA9D7D;
}
.btn--2 {
  padding: 16px 25px !important;
}

.btn-animate-chars {
  color: #131313;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-width: 12em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-animate-chars__text {
  white-space: nowrap;
  line-height: 1.3;
}

/* Characters */
.btn-animate-chars [data-button-animate-chars] {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.btn-animate-chars [data-button-animate-chars] span {
  display: inline-block;
  position: relative;
  text-shadow: 0px 1.3em currentColor;
  transform: translateY(0em) rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}

.btn-animate-chars:hover [data-button-animate-chars] span {
  transform: translateY(-1.3em) rotate(0.001deg);
}

/* Background */
.btn-animate-chars__bg {
  position: absolute;
  inset: 0;
  transition: inset 0.6s cubic-bezier(0.625, 0.05, 0, 1);
}

.btn-animate-chars:hover .btn-animate-chars__bg {
  inset: 0.125em;
}

.menu-week {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .menu-week {
    display: none;
  }
}

.menu-week-button {
  background: white;
  color: black;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-left: 20px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-family: "roc-grotesk", sans-serif;
}

.menu-week-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  background-color: black;
  color: white;
}

.section--cta {
  padding-left: 24px;
  padding-right: 24px;
}
.section--cta .container {
  align-items: center;
  background: #da8f6d;
  border-radius: 2rem;
  padding: 0px !important;
}
.section--cta .container .cta-content {
  padding-left: 35px;
}
@media (max-width: 1024px) {
  .section--cta .container .cta-content {
    padding-top: 48px;
  }
}
@media (max-width: 1024px) {
  .section--cta .container .cta-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section--cta h2 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.section--cta p {
  max-width: 480px;
  line-height: 1.6;
}
.section--cta .cta-actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  padding: 48px 0px;
  padding-left: 62px;
}
@media (max-width: 1024px) {
  .section--cta .cta-actions {
    flex-direction: row;
    padding-left: 35px;
    padding-top: 0px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .section--cta .cta-actions {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .section--cta .cta-actions {
    padding-left: 24px;
  }
}
.section--cta .cta-actions:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .section--cta .cta-actions:before {
    border-left: none;
  }
}
.section--cta .cta-action {
  display: flex;
  align-items: center;
  gap: 31px;
  text-decoration: none;
  color: #000;
}
@media (max-width: 480px) {
  .section--cta .cta-action {
    align-items: flex-start;
    gap: 5px;
  }
}
.section--cta .cta-action span {
  font-size: 24px;
  color: #6E217D;
  font-family: "roc-grotesk", sans-serif;
}
@media (max-width: 1024px) {
  .section--cta .cta-action span {
    font-size: 20px;
  }
}
.section--cta .cta-action strong {
  font-size: 32px;
  font-weight: 600;
  font-family: "roc-grotesk", sans-serif;
}
@media (max-width: 1024px) {
  .section--cta .cta-action strong {
    font-size: 28px;
  }
}
.section--cta .cta-action div:not(.cta-icon) {
  display: flex;
  flex-direction: column;
}
.section--cta .cta-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .section--cta .cta-icon {
    width: 32px;
    height: 32px;
    display: none;
  }
  .section--cta .cta-icon svg {
    width: 17px;
  }
}

@media (max-width: 768px) {
  .section--image-text.image-right .image-text__content {
    order: 1;
  }
}
.section--image-text .container {
  align-items: center;
}
.section--image-text .image-text__image {
  position: relative;
}
@media (max-width: 768px) {
  .section--image-text .image-text__image {
    padding-bottom: 40px;
  }
}
.section--image-text .image-text__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 1.5rem;
  display: block;
}
.section--image-text .image-text__image h3 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #FFECE2;
  padding: 0px 100px 10px 100px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0px !important;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  font-size: 32px !important;
}
@media (max-width: 1024px) {
  .section--image-text .image-text__image h3 {
    font-size: 24px !important;
    padding: 0px 50px 10px 50px !important;
  }
}
.section--image-text .image-text__content {
  padding: 0 2rem;
}
@media (max-width: 1024px) {
  .section--image-text .image-text__content {
    padding: 0px;
  }
}
.section--image-text .image-text__content h2 {
  font-family: "roc-grotesk", sans-serif;
  margin-bottom: 1rem;
}
.section--image-text .image-text__content p {
  max-width: 520px;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .section--image-text .image-text__content p {
    margin-bottom: 0px;
  }
}
.section--image-text .image-text__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.section--menukaart-related .section-title {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .section--menukaart-related .section-title {
    margin-bottom: 0px;
  }
}
.section--menukaart-related .section-title a {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
.section--menukaart-related .section-title a h2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section--menukaart-related .section-title a span {
  margin-left: 0.5rem;
}
.section--menukaart-related .menukaart-card {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .section--menukaart-related .menukaart-card {
    margin-top: 0px;
  }
}
.section--menukaart-related .menukaart-card__inner {
  display: block;
  position: relative;
}
.section--menukaart-related .menukaart-card__image {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
.section--menukaart-related .menukaart-card__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}
.section--menukaart-related .menukaart-card__label {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #FFECE2;
  padding: 0px 40px 10px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 0px !important;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: black;
}

.section--page-title {
  margin-top: 250px;
  font-size: 48px;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section--page-title {
    margin-top: 180px;
    padding-bottom: 80px;
  }
}
.section--page-title h1 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .section--page-title h1 {
    hyphens: auto;
  }
}

.section--large-image {
  padding-bottom: 20px !important;
}
@media (max-width: 768px) {
  .section--large-image {
    padding-bottom: 0px !important;
  }
}
.section--large-image .large-image__wrapper {
  overflow: hidden;
  border-radius: 1.5rem;
}
.section--large-image .large-image__img {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section--large-image .large-image__img {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .section--large-image .large-image__img {
    height: 300px;
  }
}

.section--vacatures-overview .vacature-card {
  margin-bottom: 3rem;
}
.section--vacatures-overview .vacature-card__inner {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section--vacatures-overview .vacature-card__inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.section--vacatures-overview .vacature-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.section--vacatures-overview .vacature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section--vacatures-overview .vacature-card__content {
  padding: 1.5rem;
}
.section--vacatures-overview .vacature-card__title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.section--vacatures-overview .vacature-card__hours {
  font-size: 0.95rem;
  color: #999;
  font-family: "roc-grotesk", sans-serif;
}

/* ==========================================================
   VACATURE HERO
========================================================== */
.section--vacature-hero {
  padding-top: 250px;
}
.section--vacature-hero .container {
  align-items: center;
}
.section--vacature-hero .vacature-hero__content h1 {
  margin-bottom: 0.5rem;
  font-size: clamp(42px, 5.69vw, 68px);
}
.section--vacature-hero .vacature-hero__hours {
  font-size: 0.95rem;
  color: #aaa;
  margin-bottom: 1.5rem;
}
.section--vacature-hero .vacature-hero__intro {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 480px;
}
.section--vacature-hero .vacature-hero__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 1.5rem;
}

/* ==========================================================
   VACATURE CONTENT (Dit ben jij / Wij bieden)
========================================================== */
.section--vacature-content {
  margin-top: 4rem;
}
.section--vacature-content .vacature-content__block {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.5rem;
}
.section--vacature-content .vacature-content__block h2 {
  margin-bottom: 1rem;
}
.section--vacature-content .vacature-content__block p,
.section--vacature-content .vacature-content__block ul {
  line-height: 1.6;
}
.section--vacature-content .vacature-content__block ul {
  padding-left: 1.2rem;
}

/* ==========================================================
   SOLLICITATIE CTA (zelfde stijl als homepage CTA)
========================================================== */
.section--cta-solicitatie .container {
  padding: 0 !important;
}
.section--cta-solicitatie .cta-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
  background: linear-gradient(135deg, #E8A07F 0%, #DA8F6D 100%);
  border-radius: 2.5rem;
  overflow: hidden;
}
.section--cta-solicitatie .cta-content {
  grid-column: span 7;
  padding: 4rem 3.5rem;
}
.section--cta-solicitatie .cta-content h2 {
  margin-bottom: 1rem;
}
.section--cta-solicitatie .cta-content p {
  max-width: 520px;
  line-height: 1.6;
}
.section--cta-solicitatie .cta-actions {
  grid-column: span 5;
  position: relative;
  padding: 4rem 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.section--cta-solicitatie .cta-actions:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5rem;
  bottom: 2.5rem;
  border-left: 1px dashed rgba(0, 0, 0, 0.25);
}
.section--cta-solicitatie .cta-action {
  display: flex;
  align-items: center;
  gap: 31px;
  text-decoration: none;
  color: #000;
  transition: transform 0.25s ease;
}
.section--cta-solicitatie .cta-action:hover {
  transform: translateX(6px);
}
.section--cta-solicitatie .cta-action span {
  font-size: 1.1rem;
  color: #6E217D;
  font-family: "roc-grotesk", sans-serif;
}
.section--cta-solicitatie .cta-action strong {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "roc-grotesk", sans-serif;
}
.section--cta-solicitatie .cta-action div:not(.cta-icon) {
  display: flex;
  flex-direction: column;
}
.section--cta-solicitatie .cta-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-size: 1.4rem;
}

/* ==========================================================
   MOBILE
========================================================== */
@media (max-width: 768px) {
  .section--vacature-hero {
    padding-top: 180px;
  }
  .section--vacature-hero .vacature-hero__intro {
    max-width: 100%;
  }
  .section--vacature-content .vacature-content__block {
    padding: 2rem;
  }
  .section--cta-solicitatie .cta-inner {
    grid-template-columns: 1fr;
  }
  .section--cta-solicitatie .cta-content,
  .section--cta-solicitatie .cta-actions {
    grid-column: span 12;
    padding: 3rem 2rem;
  }
  .section--cta-solicitatie .cta-actions:before {
    display: none;
  }
}
/* ==========================================================
   FOTOboek
========================================================== */
.section--fotoboek {
  padding-top: 250px;
  font-size: 48px;
  text-align: center;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .section--fotoboek {
    padding-top: 180px;
  }
}
.section--fotoboek .fotoboek-item {
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #f5f5f5;
  cursor: zoom-in;
}
.section--fotoboek .fotoboek-image {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  height: 300px;
  object-fit: cover;
}
.section--fotoboek .fotoboek-item:hover .fotoboek-image {
  transform: scale(1.05);
}

/* ==========================================================
   LIGHTBOX OVERLAY
========================================================== */
.fotoboek-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

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

.fotoboek-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 1.5rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.fotoboek-lightbox.is-active img {
  transform: scale(1);
}

body.lightbox-open {
  overflow: hidden;
}

/* ==========================================================
   NIEUWS OVERZICHT
========================================================== */
.section--nieuws-overzicht {
  padding-top: 250px;
  padding-bottom: 6rem;
  font-size: 48px;
}
@media (max-width: 768px) {
  .section--nieuws-overzicht {
    padding-top: 180px;
  }
}
.section--nieuws-overzicht .container {
  align-items: stretch;
}
.section--nieuws-overzicht .container h1 {
  text-align: center;
}

.nieuws-item {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
}

.nieuws-item__image img {
  width: 100%;
  height: auto;
  display: block;
}

.nieuws-item__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.nieuws-item__content h3 {
  margin-bottom: 0.75rem;
  font-size: 20px;
}
.nieuws-item__content p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  font-size: 14px;
}
.nieuws-item__content .btn {
  align-self: flex-start;
  font-size: 14px;
}

/* ==========================================================
   NIEUWS SINGLE – HERO
========================================================== */
.section--nieuws-hero {
  padding-top: 250px;
  padding-bottom: 4rem;
}
.section--nieuws-hero .container {
  align-items: center;
}
.section--nieuws-hero h1 {
  margin-bottom: 1rem;
}
.section--nieuws-hero .nieuws-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 520px;
}
.section--nieuws-hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

/* ==========================================================
   NIEUWS CONTENT (ACF STROKEN ERONDER)
========================================================== */
/* Geen extra styling nodig:
   deze volgen exact dezelfde stroken
   als pagina’s / vacatures */
/* ==========================================================
   RESPONSIVE
========================================================== */
@media (max-width: 768px) {
  .nieuws-item {
    margin-bottom: 2rem;
  }
  .nieuws-item__content {
    padding: 1.5rem;
  }
  .section--nieuws-hero {
    padding-top: 180px;
  }
  .section--nieuws-hero .nieuws-intro {
    max-width: 100%;
  }
}
/* ==========================================================
   SINGLE NIEUWS – HERO
========================================================== */
.section--nieuws-hero {
  padding-top: 250px;
  padding-bottom: 4rem;
}
.section--nieuws-hero .container {
  align-items: center;
}
.section--nieuws-hero h1 {
  margin-bottom: 1rem;
}
.section--nieuws-hero .nieuws-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 520px;
  color: #555;
}
.section--nieuws-hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

/* ==========================================================
   TERUG NAAR OVERZICHT
========================================================== */
.section--nieuws-terug {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.section--nieuws-terug .container {
  justify-content: center;
}
.section--nieuws-terug .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* ==========================================================
   RESPONSIVE
========================================================== */
@media (max-width: 768px) {
  .section--nieuws-hero {
    padding-top: 180px;
  }
  .section--nieuws-hero .nieuws-intro {
    max-width: 100%;
  }
  .section--nieuws-terug {
    padding-bottom: 4rem;
  }
}
.nieuws-date {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 0.75rem;
  font-family: "roc-grotesk", sans-serif;
}

.section--calendar {
  padding-top: 250px !important;
  padding-bottom: 100px;
  font-family: "roc-grotesk", sans-serif;
}
@media (max-width: 768px) {
  .section--calendar {
    padding-top: 180px !important;
  }
}
.section--calendar .page-title {
  font-size: clamp(42px, 5.69vw, 82px) !important;
  text-align: center;
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .section--calendar .page-title {
    margin-bottom: 80px !important;
  }
}
.section--calendar .calendar-title {
  text-align: center;
  margin-bottom: 2rem;
}
.section--calendar #calendar {
  background: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
}
.section--calendar .fc-daygrid-day-frame {
  border-radius: 0.75rem;
  overflow: hidden;
}
.section--calendar .fc-event {
  background: #DA8F6D;
  border: none;
  border-radius: 0.5rem;
  padding: 2px 6px;
  font-size: 0.75rem;
  cursor: pointer;
}
.section--calendar .fc-toolbar-title {
  font-family: "roc-grotesk", sans-serif;
  font-size: 1.5rem;
}
.section--calendar .fc-button {
  background: #000;
  border: none;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}
.section--calendar .fc-button:hover {
  background: #DA8F6D;
}

/* ==========================================================
   AGENDA MODAL
========================================================== */
.agenda-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  font-family: "roc-grotesk", sans-serif;
}

.agenda-modal.is-active {
  display: block;
}

.agenda-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.agenda-modal__content {
  position: relative;
  max-width: 520px;
  margin: 10vh auto;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.5rem;
  z-index: 1;
}

.agenda-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
}

.agenda-modal__title {
  margin-bottom: 0.5rem;
}

.agenda-modal__date,
.agenda-modal__time {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 0.5rem;
}

.agenda-modal__description {
  margin-top: 1.5rem;
  line-height: 1.6;
}

.fc-event {
  border-radius: 0.5rem;
  font-size: 0.75rem;
}

/* Feestdag */
.event-cat-feestdag {
  background: #E8A07F !important;
}

/* Besloten feest */
.event-cat-besloten-feest {
  background: #6E217D !important;
}

.event-cat-zaalreservering {
  background: #8c4d7a !important;
}

/* Gesloten */
.event-cat-gesloten {
  background: #555 !important;
  opacity: 0.7;
}

/* ==========================================================
   AGENDA FILTERS
========================================================== */
.agenda-filters {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.agenda-filters label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.agenda-filters input[type=checkbox] {
  accent-color: #DA8F6D;
  cursor: pointer;
}

.agenda-modal__categories {
  font-size: 0.85rem;
  color: #6E217D;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* ==========================================================
   CONTACT HERO
========================================================== */
.section--contact-hero {
  padding-top: 250px;
  text-align: center;
}
@media (max-width: 768px) {
  .section--contact-hero {
    padding-top: 180px;
  }
}
.section--contact-hero h1 {
  margin-bottom: 0;
}

/* ==========================================================
   CONTACT INFO BLOK
========================================================== */
.section--contact-info {
  margin-top: 100px;
  padding-bottom: 50px !important;
  /* LINKS */
  /* ICONS */
  /* RECHTS */
}
@media (max-width: 768px) {
  .section--contact-info {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 60px;
  }
}
.section--contact-info .container {
  align-items: flex-start;
  background-color: white;
  border-radius: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section--contact-info .container .part-6 {
  padding: 40px;
}
.section--contact-info .contact-info__left {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .section--contact-info .contact-info__left {
    padding-bottom: 0px !important;
  }
}
.section--contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .section--contact-info .contact-item {
    align-items: start;
  }
}
.section--contact-info .contact-text span {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #f07f3c;
}
.section--contact-info .contact-text strong {
  font-size: 1.6rem;
  font-weight: 500;
  color: #7a1f7a;
}
.section--contact-info .contact-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .section--contact-info .contact-icon {
    display: none;
  }
}
.section--contact-info .contact-icon.large {
  width: 72px;
  height: 72px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .section--contact-info .contact-icon.large {
    display: none;
  }
}
.section--contact-info .contact-info__right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .section--contact-info .contact-info__right {
    padding-top: 0px !important;
  }
  .section--contact-info .contact-info__right .btn--orange {
    display: none;
  }
}
.section--contact-info .contact-block {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.section--contact-info .contact-block h4 {
  margin-bottom: 0.5rem;
  color: #f07f3c;
}
.section--contact-info .contact-block p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section--contact-info .contact-block p {
    margin-bottom: 0px;
  }
}
.section--contact-info .btn--orange {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  background: #f07f3c;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

/* ==========================================================
   CONTACT FORM
========================================================== */
.section--contact-form h2 {
  margin-bottom: 0px !important;
}
.section--contact-form .container .part-12 {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .section--contact-form .container .part-12 {
    padding-left: 15px;
  }
}

.contact-form-header {
  margin-bottom: 50px;
}

.contact-form {
  /* Algemene rij */
  /* Selectbox */
}
.contact-form .form-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  gap: 20px;
}
@media (max-width: 768px) {
  .contact-form .form-row {
    flex-direction: column;
  }
}
.contact-form .form-row .form-field {
  position: relative;
}
.contact-form .form-row .form-field.--name {
  width: 100%;
}
.contact-form .form-row .form-field.--name input {
  width: 90.5%;
}
.contact-form .form-row .form-field.--date {
  width: 40%;
}
.contact-form .form-row .form-field.--subject {
  width: 100% !important;
}
.contact-form .form-row .form-field.--message {
  width: 100% !important;
}
.contact-form .form-row .form-field.--message textarea {
  width: 97%;
}
.contact-form .form-row label {
  margin-bottom: 0.4rem;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "stratos", sans-serif;
  font-size: 12px;
}
.contact-form .form-row input,
.contact-form .form-row textarea {
  padding: 0.75rem 1rem;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: 1rem;
  width: 90%;
  font-family: "stratos", sans-serif;
}
.contact-form .form-row input:focus,
.contact-form .form-row textarea:focus {
  outline: none;
  border-color: #f07f3c;
}
.contact-form .form-row textarea {
  resize: vertical;
  min-height: 140px;
}
.contact-form select {
  padding: 0.8rem 1rem;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: 1rem;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
  width: 100%;
  font-family: "stratos", sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
}
.contact-form select:focus {
  outline: none;
  border-color: #f07f3c;
}

.form-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "stratos", sans-serif;
}
.form-footer button {
  margin-top: 40px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

/* ==========================================================
   HONEYPOT + FEEDBACK
========================================================== */
/* Honeypot verbergen */
.hp-field {
  display: none !important;
}

/* Feedback meldingen */
.form-success {
  margin-top: 1rem;
  color: green;
  font-family: "stratos", sans-serif;
}

.form-error {
  margin-top: 1rem;
  color: red;
  font-family: "stratos", sans-serif;
}

/* ==========================================================
   RESPONSIVE
========================================================== */
@media (max-width: 768px) {
  .section--contact-info .container {
    flex-direction: column;
    gap: 4rem;
  }
}
/* ==========================================================
   HEADER BASIS
========================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1352px;
  z-index: 1000;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
}

/* Logo */
.header-logo {
  background: white;
  padding: 30px 18px;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: center;
}
.header-logo img {
  max-height: 80px;
  display: block;
}

/* Desktop nav */
.header-nav {
  display: flex;
}
.header-nav .nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  background: white;
  padding: 1.2rem 2rem;
  border-radius: 20px;
  height: 40px;
  align-items: center;
}

/* ==========================================================
   HAMBURGER
========================================================== */
.hamburger {
  display: none;
  position: fixed;
  right: 50px;
  width: 32px;
  height: 24px;
  cursor: pointer;
  z-index: 1002;
  background: white;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  top: 24px;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #000;
  margin-bottom: 6px;
  margin-top: 6px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ==========================================================
   MOBILE MENU
========================================================== */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #fff5ee;
  z-index: 1001;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease;
  font-family: "stratos", sans-serif;
}

.mobile-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav {
  width: 100%;
  max-width: 720px;
  padding: 0 2rem;
}

/* lijst */
.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-list > li {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
}
.mobile-nav-list a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  display: block;
}

/* Submenu */
.mobile-nav-list .menu-item-has-children > a {
  padding-right: 2rem;
}

.mobile-nav-list .menu-item-has-children::after {
  content: "⌄";
  position: absolute;
  right: 0;
  top: 1.6rem;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.mobile-nav-list .menu-item-has-children.is-open::after {
  transform: rotate(180deg);
}

.mobile-nav-list .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-left: 1rem;
}
.mobile-nav-list .sub-menu li {
  padding: 0.8rem 0;
}
.mobile-nav-list .sub-menu a {
  font-size: 1.4rem;
  color: #444;
}

.mobile-nav-list .menu-item-has-children.is-open > .sub-menu {
  max-height: 400px;
}

/* ==========================================================
   BODY LOCK
========================================================== */
body.menu-open {
  overflow: hidden;
}

/* ==========================================================
   RESPONSIVE
========================================================== */
@media (max-width: 1275px) {
  .header-nav {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .header-logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
  }
}
@media (max-width: 1275px) and (max-width: 480px) {
  .header-logo img {
    max-height: 50px;
  }
}
@media (max-width: 1275px) {
  .header-inner {
    padding-left: 50px;
    padding-top: 20px;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .header-inner {
    padding-left: 24px;
  }
  .hamburger {
    right: 24px;
  }
}
@media (max-width: 1350px) and (min-width: 1275px) {
  .header-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* =========================================================
   Flick Cards – Responsive SCSS
   ========================================================= */
.flick-group {
  position: relative;
  width: 100%;
}

/* ---------------------------------------------------------
   Relative sizing helper (kept for JS calculations)
   --------------------------------------------------------- */
.flick-group__relative-object {
  opacity: 0;
  pointer-events: none;
  width: auto;
  position: relative;
}
.flick-group__relative-object::before {
  content: "";
  display: block;
  padding-top: 380px;
}

/* ---------------------------------------------------------
   Collection & List
   --------------------------------------------------------- */
.flick-group__collection {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flick-group__list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60%;
}

/* ---------------------------------------------------------
   Item
   --------------------------------------------------------- */
.flick-group__item {
  position: absolute;
}

/* ---------------------------------------------------------
   Card
   --------------------------------------------------------- */
.flick-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(85vw, 23.5em);
  aspect-ratio: 3/4;
  background-color: #000;
  color: #fff;
  border-radius: 1em;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}

/* ---------------------------------------------------------
   Media
   --------------------------------------------------------- */
.flick-card__media {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.flick-card__media img,
.flick-card__media .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

/* ---------------------------------------------------------
   Title
   --------------------------------------------------------- */
.flick-card__h3 {
  position: absolute;
  z-index: 2;
  top: 1em;
  background-color: #FFECE2;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}

/* ---------------------------------------------------------
   Button
   --------------------------------------------------------- */
.flick-card__btn {
  position: absolute;
  z-index: 2;
  left: 1.25em;
  bottom: 1.25em;
  width: calc(100% - 2.5em);
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 0.375em;
  text-decoration: none;
  transition: opacity 0.4s cubic-bezier(0.625, 0.05, 0, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.flick-card__btn-span {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

/* ---------------------------------------------------------
   Drag layer
   --------------------------------------------------------- */
[data-flick-cards-dragger] {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: auto;
  touch-action: pan-y;
}

/* ---------------------------------------------------------
   Card state opacity
   --------------------------------------------------------- */
[data-flick-cards-item-status] .flick-card__media {
  opacity: 0.5;
}
[data-flick-cards-item-status][data-flick-cards-item-status="2-before"] .flick-card__media, [data-flick-cards-item-status][data-flick-cards-item-status="2-after"] .flick-card__media {
  opacity: 0.75;
}
[data-flick-cards-item-status][data-flick-cards-item-status=active] .flick-card__media {
  opacity: 1;
}

/* ---------------------------------------------------------
   Button animation
   --------------------------------------------------------- */
[data-flick-cards-item-status] .flick-card__btn {
  opacity: 0;
  transform: translateY(50%) rotate(0.001deg);
}
[data-flick-cards-item-status][data-flick-cards-item-status=active] .flick-card__btn {
  opacity: 1;
  transform: translateY(0) rotate(0.001deg);
}

/* =========================================================
   Breakpoints
   ========================================================= */
/* 📱 Mobile */
@media (max-width: 767px) {
  .flick-card {
    width: 75vw;
    max-width: 300px;
    aspect-ratio: 4/5;
  }
  .flick-card__h3 {
    font-size: 22px;
  }
}
/* 📲 Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .flick-card {
    width: 60vw;
    aspect-ratio: 3/4;
  }
  .flick-card__h3 {
    font-size: 16px;
  }
}
/* 🖥 Desktop (fallback) */
@media (min-width: 1025px) {
  .flick-card {
    width: 23.5em;
  }
}
.marquee-css {
  color: #efeeec;
  background-color: #000;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9;
}

.marquee-css__list {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 80px;
  display: flex;
}

.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  font-family: "roc-grotesk", sans-serif;
  text-decoration: none;
  color: white;
}
@media (max-width: 768px) {
  .marquee-css__item-p {
    font-size: 10px;
  }
}

.marquee-css__item-svg {
  width: 1em;
}

/* CSS Keyframe Animation */
@keyframes translateX {
  to {
    transform: translateX(-100%);
  }
}
[data-css-marquee-list] {
  animation: translateX 30s linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}

/* ==========================================================
   GRID CONFIG
========================================================== */
/* Breakpoints */
/* ==========================================================
   CONTAINER
========================================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

/* ==========================================================
   DESKTOP GRID (DEFAULT)
========================================================== */
.part-1 {
  grid-column: span 1;
}

.part-2 {
  grid-column: span 2;
}

.part-3 {
  grid-column: span 3;
}

.part-4 {
  grid-column: span 4;
}

.part-5 {
  grid-column: span 5;
}

.part-6 {
  grid-column: span 6;
}

.part-7 {
  grid-column: span 7;
}

.part-8 {
  grid-column: span 8;
}

.part-9 {
  grid-column: span 9;
}

.part-10 {
  grid-column: span 10;
}

.part-11 {
  grid-column: span 11;
}

.part-12 {
  grid-column: span 12;
}

/* ==========================================================
   LARGE (≤1024px)
========================================================== */
@media (max-width: 1024px) {
  .part-l-1 {
    grid-column: span 1;
  }
  .part-l-2 {
    grid-column: span 2;
  }
  .part-l-3 {
    grid-column: span 3;
  }
  .part-l-4 {
    grid-column: span 4;
  }
  .part-l-5 {
    grid-column: span 5;
  }
  .part-l-6 {
    grid-column: span 6;
  }
  .part-l-7 {
    grid-column: span 7;
  }
  .part-l-8 {
    grid-column: span 8;
  }
  .part-l-9 {
    grid-column: span 9;
  }
  .part-l-10 {
    grid-column: span 10;
  }
  .part-l-11 {
    grid-column: span 11;
  }
  .part-l-12 {
    grid-column: span 12;
  }
}
/* ==========================================================
   MEDIUM (≤768px)
========================================================== */
@media (max-width: 768px) {
  .part-m-1 {
    grid-column: span 1;
  }
  .part-m-2 {
    grid-column: span 2;
  }
  .part-m-3 {
    grid-column: span 3;
  }
  .part-m-4 {
    grid-column: span 4;
  }
  .part-m-5 {
    grid-column: span 5;
  }
  .part-m-6 {
    grid-column: span 6;
  }
  .part-m-7 {
    grid-column: span 7;
  }
  .part-m-8 {
    grid-column: span 8;
  }
  .part-m-9 {
    grid-column: span 9;
  }
  .part-m-10 {
    grid-column: span 10;
  }
  .part-m-11 {
    grid-column: span 11;
  }
  .part-m-12 {
    grid-column: span 12;
  }
}
/* ==========================================================
   SMALL (≤480px)
========================================================== */
@media (max-width: 480px) {
  .part-s-1 {
    grid-column: span 1;
  }
  .part-s-2 {
    grid-column: span 2;
  }
  .part-s-3 {
    grid-column: span 3;
  }
  .part-s-4 {
    grid-column: span 4;
  }
  .part-s-5 {
    grid-column: span 5;
  }
  .part-s-6 {
    grid-column: span 6;
  }
  .part-s-7 {
    grid-column: span 7;
  }
  .part-s-8 {
    grid-column: span 8;
  }
  .part-s-9 {
    grid-column: span 9;
  }
  .part-s-10 {
    grid-column: span 10;
  }
  .part-s-11 {
    grid-column: span 11;
  }
  .part-s-12 {
    grid-column: span 12;
  }
}
/* ==========================================================
   SPACING TWEAKS
========================================================== */
@media (max-width: 768px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 1.25rem;
  }
}
body {
  background-color: #FFECE2;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .part-1 {
    display: none;
  }
}
html, body {
  overflow-x: hidden;
}

/*# sourceMappingURL=main.css.map */
