@font-face {
    font-family: 'antwerpen_smallcapsregular';
    src: url('fonts/antwerpensmallcaps-regular-webfont.woff2') format('woff2'),
        url('fonts/antwerpensmallcaps-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sunantwerpenregular';
    src: url('fonts/sunantwerpen_500-webfont.woff2') format('woff2'),
        url('fonts/sunantwerpen_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sunantwerpenbold';
    src: url('fonts/sunantwerpen_700-webfont.woff2') format('woff2'),
        url('fonts/sunantwerpen_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sunantwerpenextrabold';
    src: url('fonts/sunantwerpen_800-webfont.woff2') format('woff2'),
        url('fonts/sunantwerpen_800-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #009a73;
  font-family: 'sunantwerpenregular';
  -webkit-font-smoothing: antialiased;
}

main {
  position: relative;
  width: 100%;
  overflow: visible;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  height: auto;
/*  overflow: hidden;*/
  display: grid;
  place-items: center;
  justify-content: center;
  align-content: center;
  padding: 120px 20px 80px;
  z-index: 10;
}

.hero-title {
    position: relative;
    z-index: 5;
    text-align: center;
}

h1 {
    font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: 0.9;
    /*    text-transform: uppercase;*/
    letter-spacing: -1px;
    padding: 15px 0;
    color: #fff6df;
}

.hero-title p {
    color: #fff;
    /*    font-weight: 800;*/
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    /*    text-transform: uppercase;*/
    font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
    line-height: 1.1;
}

.hero-date,
.hero-gratis {
    font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
    line-height: 1.1;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: #009b72;
    background-color: white;
    padding: 0 5px;
    margin-bottom: 10px;
}

.hero-date {
    transform: rotate(-1deg);
}

.hero-gratis {
    transform: rotate(1deg);
}

.hero-content {
    color: #fff6df;
    font-weight: 400;
    font-size: 16px;
    width: 60%;
    padding: 90px 0 0 0;

    strong {
        font-family: 'sunantwerpenbold';
    }
}

strong {
    font-weight: 900;
}

.asset {
    position: absolute;
    z-index: 2;
    /* max-width: 18vw; */
    pointer-events: none;
}

/*
.piano {
    top: 0%;
    left: 0%;
    width: 45vw;
     transform: rotate(-18deg);
}
*/

h1 {
    padding: 30px 0 15px 0;
}

.logo-district {
    top: 0;
    left: 0;
    width: 80px;
/*    position: absolute;*/
    z-index: 20;
}

.logo-vlaanderen {
    top: 0;
    left: 80px;
    width: 150px;
/*        position: absolute;*/
        z-index: 20;
}

.groen-vlak {
    top: 60%;
    left: 10%;
    width: 35vw;
    transform: rotate(180deg);
}

.star {
    width: 4.5%;
}

.star-1 {
    top: 9%;
    left: 24%;
    transform: rotate(-18deg);
}

.star-2 {
    top: 52%;
    left: 10%;
    transform: rotate(-1deg);
}

.star-3 {
    top: 45%;
    right: 10%;
    transform: rotate(90deg);
}

.star-4 {
    top: 13rem;
    right: 7rem;
    transform: rotate(45deg);
}

.versterker {
    bottom: 45%;
    left: 0;
    width: 30vw;
    transform: rotate(12deg);
}

.vinyl {
    right: 15%;
    top: 8%;
    width: 22vw;
    transform: rotate(-10deg);
}

.noot {
    width: 3%;
}

.noot-1 {
    left: 20%;
    top: 20%;
    transform: rotate(-30deg);
}

.noot-2 {
    right: 25%;
    bottom: 14%;
    transform: rotate(-10deg);
}

.noot-3 {
    left: 5rem;
    bottom: 5rem;
    transform: rotate(10deg);
}

.noot-4 {
    right: 18%;
    bottom: 9%;
    transform: rotate(-40deg);
}

.noot-5 {
    left: 28%;
    top: 32%;
    transform: rotate(5deg);
}

.noot-6 {
    left: 18%;
    bottom: 12%;
    transform: rotate(-25deg);
}



.piano {
    width: 20%;
    right: 2%;
    top: 55%;
    transform: rotate(-10deg);
    display: none;
}

.trumpet {
    width: 30%;
    right: 2%;
    top: 45%;
    transform: rotate(10deg) scaleX(-100%);
}


@media (max-width: 768px) {
    .asset {
/*        max-width: 32vw;*/
    }

    .noot {
        width: 6%;
    }

    .vinyl {
        width: 40%;
        right: -3%;
        top: 50px;
    }

    .trumpet {
        width: 50%;
        transform: rotate(35deg);
        left: 5%;
        top: 47%;
    }

    .versterker {
        width: 70%;
        bottom: -5%;
    }

    .hero-content {
        width: 100%;
        padding: 90px 0 0 0;
    }

    .star {
        width: 9%;
    }

    .star-3 {
        top: 50%;
        right: 10%;
    }
    .noot-2 {
        top: 43%;
        left: 5%;
        transform: rotate(145deg);
    }

    .star-4 {
        left: 3%;
        top: 3%;
    }

    .noot-6 {
        left: 5%;
        top: 22%;
    }

    .star-1 {
        left: 85%;
        top: 90%;
    }

    .noot-3 {
        left: 90%;
        bottom: 60%;
    }

    .noot-4 {

    }

    .noot-5 {
        top: 15%;
        left: 47%;
    }

    .noot-1 {
        left: 10%;
        top: 88%;
    }

    .logo-district {
    top: 0;
    left: 0;
    width: 50px;
}

.logo-vlaanderen {
    top: 0;
    left: 50px;
    width: 100px;
}
}


html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

main {
  position: relative;
  width: 100%;
  overflow: visible;
}

a {
    font-family: "sunantwerpenbold", Arial, sans-serif;
    background-color: #fff;
    color: #009a73 !important;
    text-decoration: none;
    padding: 0 2px;
    font-weight: 600;

}

a:hover {
    background-color: #d6d900;
    color: #000 !important;
}
.hero {
  min-height: 100dvh;
  height: auto;
  padding: 120px 20px 80px;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 15;
  background: #009a73;
  padding: 12px 16px;
    width: 100%;
}

.site-header nav {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.site-header a {
  color: #fff6df;
  font-family: "sunantwerpenbold", Arial, sans-serif;
/*  text-decoration: underline;*/
/*  text-underline-offset: 4px;*/
}

.site-header a:focus-visible,
.skip-link:focus-visible,
summary:focus-visible {
  outline: 3px solid #fff6df;
/*  outline-offset: 4px;*/
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 999;
  background: #fff6df;
  color: #00684f;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 16px;
}

.section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff6df;
}

.section h2,
.section h3 {
  font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}

.section h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.section h3 {
      font-family: "sunantwerpenbold", Arial, sans-serif;
  font-size: clamp(2rem, 2.2vw, 3rem);
  margin-top: 20px;
}

.intro {
/*  font-size: clamp(1.2rem, 2vw, 1.6rem);*/
  line-height: 1.4;
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.artist-card {
  background: #fff6df;
  color: #00684f;
  border: 4px solid #fff6df;
  padding: 12px;
  transform: rotate(-1deg);
}

.artist-card:nth-child(even) {
  transform: rotate(1deg);
}

.artist-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}
.artist-britt img {
    object-fit: contain;
}

.artist-card h4 {
  font-family: "sunantwerpenbold", Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
    text-transform: uppercase;
}

.artist-card p {
  margin-top: 6px;
  font-size: 1rem;
}

.highlight {
  margin-top: 40px;
  font-family: "sunantwerpenbold", Arial, sans-serif;
  font-size: 1.3rem;
}

details {
  color: #fff6df;
  margin-bottom: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid #fff6df;
}

summary {
  cursor: pointer;
  font-family: "sunantwerpenbold", Arial, sans-serif;
  font-size: 1.2rem;
}

.faq-intro p {
    padding-bottom: 30px;
}

.faq-intro-text {
        max-width: 65%;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

details p {
  margin-top: 12px;
  line-height: 1.5;
/*    max-width: 65%;*/
}

.faq-box {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.faq-image-right {
    width: 30%;
/*    background-color: red;*/
    margin-top: 20px;
        margin-left: 30px;
}

.faq-image-right img,
.faq-image-left img {
    object-fit: contain;
/*    padding: 60px;*/
}

.faq-text-right {
    width: 65%;
}

.faq-image-left {
    width: 30%;
/*    background-color: red;*/
    margin-top: 20px;
    margin-right: 30px;
}

.faq-text-left {
    width: 65%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .artist-card,
  .artist-card:nth-child(even) {
    transform: none;
  }
}


.feature-section {
  position: relative;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.feature-grid article {
  background: #a7d3af;
  color: #000;
  padding: 24px;
  border: 4px solid #a7d3af;
}

#randanimatie .feature-grid article {
    background-color: #a7d3af;
    border: 4px solid #a7d3af;
}

.section-lead {
  max-width: 720px;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.section-asset {
  position: absolute;
  pointer-events: none;
  z-index: -1;
/*  opacity: 0.35;*/
}

.section-star {
  width: 50px;
  right: 10%;
  top: 0px;
}

.section-note {
  width: 40px;
  left: 10%;
  bottom: 20px;
  transform: rotate(-22deg);
}

.section-note2 {
  width: 40px;
  right: 30%;
  top: -10px;
  transform: rotate(12deg);
}

.section-burger {
  width: 320px;
  right: -10px;
  top: 90px;
  transform: rotate(12deg);
}


.program-tabs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.program-tab {
  border: 3px solid #fff6df;
  background: transparent;
  color: #fff6df;
  font-family: "sunantwerpenbold", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  padding: 12px 20px;
  cursor: pointer;
  transform: rotate(-1deg);
}

.program-tab:nth-child(even) {
  transform: rotate(1deg);
}

.program-tab:hover,
.program-tab:focus-visible,
.program-tab.is-active {
  background: #fff6df;
  color: #00684f;
}

.program-tab:focus-visible {
  outline: 3px solid #fff6df;
  outline-offset: 4px;
}

.program-panel {
  animation: fadeSlideIn 350ms ease both;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.feature-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-1deg);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.feature-grid article:nth-child(even) {
  transform: rotate(1deg) translateY(30px);
}

/*
.feature-grid article:hover {
  transform: rotate(0deg) translateY(-8px);
  box-shadow: 10px 10px 0 #fff6df;
}
*/

.feature-grid article strong {
    margin-top: 5px;
/*    background: white;*/
    color: white;
    display: inline;
    font-family: "sunantwerpenbold";
    font-weight: 900;
    padding: 1px 5px;
}

#randanimatie,
#foodtrucks {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.section-lead {
  max-width: 760px;
  font-size: clamp(1rem, 1.5vw, 1.5rem)
  line-height: 1.25;
  margin-bottom: 48px;
}

.site-footer {
    margin-top: 120px;
    background-color: #fff6df;
    border-top: 2px solid rgba(255,246,223,0.2);
    color: #000;
}

.site-footer h2 {
font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
  line-height: 1;
        max-width: 1200px;
    margin: 0 auto;
        padding: 60px 20px 0 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 40px;
}

.footer-block h3 {
    font-family: "sunantwerpenbold";
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.footer-block p,
.footer-block li {
    line-height: 1.6;
}

.footer-block ul {
    list-style: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255,246,223,0.15);
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-bottom img {
    height: 40px;
    width: auto;
}

.footer-bottom p {
    opacity: 0.8;
    font-size: 0.9rem;
}


.menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .site-header {
        display: flex;
        justify-content: flex-end;
/*        padding: 12px;*/
        height: 50px;
    }

    .footer-bottom {
        padding: 0 0 20px;
    }

    .footer-content {
        padding: 30px 20px;
        gap: 20px;
    }

    .menu-toggle {
        display: block;
        background: #fff6df;
        color: #009a73;
        border: 0;
        font-family: "sunantwerpenbold", Arial, sans-serif;
        font-size: 1.2rem;
        padding: 6px 10px;
        cursor: pointer;
        z-index: 30;
    }

    .site-header nav {
        position: absolute;
        top: 52px;
        right: 12px;
        display: none;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        background: #009a73;
        padding: 16px;
    }

    .site-header nav.is-open {
        display: flex;
    }

    .program-tabs {
        position: sticky;
        top: 58px;
        z-index: 10;
        background: #009a73;
        padding: 12px 0;
        margin-bottom: 24px;
    }

    .program-tab {
        font-size: 1rem;
        padding: 8px 12px;
    }

    .lineup-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .artist-card {
        padding: 8px;
    }

    .artist-card img {
        aspect-ratio: 1 / 0.75;
        margin-bottom: 8px;
    }

    .artist-card h4 {
        font-size: 1rem;
    }

    .artist-card p {
        font-size: 0.9rem;
    }

    #randanimatie,
    #foodtrucks {
        min-height: auto;
        justify-content: flex-start;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .feature-grid article {
        min-height: auto;
        padding: 20px;
        width: 96%;
    }

    .feature-grid article:nth-child(even) {
        transform: rotate(1deg) translateX(18px);
    }

    .feature-grid article:nth-child(odd) {
        transform: rotate(-1deg) translateX(-8px);
    }

    .feature-grid article h3 {
        font-size: 1.3rem;
    }

    .faq-box {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

        .faq-box:nth-child(3) {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-text-left,
    .faq-text-right,
    .faq-image-left,
    .faq-image-right {
        width: 100%;
        margin: 0;
    }

    .faq-image-left img,
    .faq-image-right img {
        max-width: 220px;
    }
}
.mobile-menu {
    position: fixed;
    inset: 0;
    background: #009a73;

    z-index: 11;

    display: flex;
    justify-content: center;
    align-items: center;

opacity: 0;
visibility: hidden;
transform: translateX(100%);
transition:
    transform .45s cubic-bezier(.22,1,.36,1),
    opacity .35s ease;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.mobile-menu-nav a {
    background: none;
    color: #fff6df !important;

    font-family: "antwerpen_smallcapsregular";
    font-size: clamp(1.5rem, 4vw, 4rem);

    text-decoration: none;
    padding: 0;

    transition: transform .2s ease;
}

.mobile-menu-nav a:hover {
    background: none;
/*    color: #d6d900 !important;*/
    transform: scale(1.05);
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;

    background: none;
    border: 0;

    color: #fff6df;
    font-size: 3rem;

    cursor: pointer;
}
body.menu-open {
    overflow: hidden;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: #009a73;
    z-index: 11;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);

    transition:
        transform .45s cubic-bezier(.22,1,.36,1),
        opacity .35s ease,
        visibility .35s ease;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}



.mobile-menu-nav a {
    display: inline-block;
    width: fit-content;

    background: #fff6df;
    color: #009a73 !important;

    font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
    font-size: clamp(1.5rem, 6vw, 5rem);
    line-height: 0.95;

    text-decoration: none;
    padding: 6px 6px 2px;

    transition:
        transform 220ms cubic-bezier(.22,1,.36,1),
        background-color 220ms ease;
}

/* resting positions */
.mobile-menu-nav a:nth-child(1) {
    transform: rotate(-1deg);
}

.mobile-menu-nav a:nth-child(2) {
    transform: rotate(1deg);
}

.mobile-menu-nav a:nth-child(3) {
    transform: rotate(-2deg);
}

.mobile-menu-nav a:nth-child(4) {
    transform: rotate(2deg);
}

.mobile-menu-nav a:nth-child(5) {
    transform: rotate(-1.5deg);
}

/* hover positions */
.mobile-menu-nav a:nth-child(1):hover,
.mobile-menu-nav a:nth-child(1):focus-visible {
    transform: rotate(3deg) scale(1.05);
}

.mobile-menu-nav a:nth-child(2):hover,
.mobile-menu-nav a:nth-child(2):focus-visible {
    transform: rotate(-3deg) scale(1.05);
}

.mobile-menu-nav a:nth-child(3):hover,
.mobile-menu-nav a:nth-child(3):focus-visible {
    transform: rotate(4deg) scale(1.05);
}

.mobile-menu-nav a:nth-child(4):hover,
.mobile-menu-nav a:nth-child(4):focus-visible {
    transform: rotate(-4deg) scale(1.05);
}

.mobile-menu-nav a:nth-child(5):hover,
.mobile-menu-nav a:nth-child(5):focus-visible {
    transform: rotate(3deg) scale(1.05);
}

.mobile-menu-nav a:hover,
.mobile-menu-nav a:focus-visible {
/*    background: #d6d900;*/
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: 0;
    color: #fff6df;
    font-size: 3rem;
    cursor: pointer;
    z-index: 10000;
}

@media (min-width: 769px) {
    .mobile-menu,
    .menu-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-header nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
}

.menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 7px;

        width: 56px;
        height: 56px;
        padding: 0;

        background: #fff6df;
        border: 0;
        cursor: pointer;
        z-index: 10000;
    }

    .menu-toggle span {
        display: block;
        width: 30px;
        height: 4px;
        margin: 0 auto;
        background: #009a73;
        transition: transform 220ms ease, opacity 180ms ease;
    }

    .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }
}
.menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 7px;

        width: 54px;
        height: 54px;
        padding: 0;

        background: transparent;
        border: 0;
        cursor: pointer;

        position: fixed;
        top: 0;
        right: 5px;
        z-index: 10001;
    }

    .menu-toggle span {
        display: block;
        width: 38px;
        height: 4px;
        background: #fff6df;
        border-radius: 999px;
        transition: transform 250ms ease, opacity 180ms ease;
        transform-origin: center;
    }

    .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    section h2 {
        font-size: 28px !important;
    }
    .section-lead,
    p {
        font-size: 14px  !important;
    }

    .section h3 {
        font-size: 24px;
        margin-top: 0;
    }

    .section-burger {
        display: none;
    }

    .faq-image-left,
    .faq-image-right {
        display: flex;
        justify-content: center;

    }

    .faq-image-left img,
        .faq-image-right img {
        padding: 0 30px 15px;
    }



    .feature-grid {
        margin-top: 0;
    }

    details {
        padding: 20px 0;
    }
}

body.menu-open .logo-district,
body.menu-open .logo-vlaanderen {
    opacity: 0;
    pointer-events: none;
}

.logo-district,
.logo-vlaanderen {
    transition: opacity 250ms ease;
}


.faq-item {
    border-bottom: 1px solid #fff6df;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff6df;
    font-family: "sunantwerpenbold", Arial, sans-serif;
    font-size: 1.2rem;
    text-align: left;
    padding: 20px 0;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.faq-question::after {
    content: "+";
    transition: transform 220ms ease;
}

.faq-question[aria-expanded="true"]::after {
    content: "–";
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 300ms ease,
        opacity 220ms ease;
}

.faq-answer.is-open {
    max-height: 400px;
    opacity: 1;
}

.faq-answer p {
    padding-bottom: 20px;
    line-height: 1.5;
}

.program-panel {
    animation: panelIn 350ms ease both;
}

.program-panel.is-leaving {
    animation: panelOut 250ms ease both;
}

.program-panel.is-entering {
    animation: panelIn 350ms ease both;
}

@keyframes panelIn {
    from {
        opacity: 0;
        transform: translateY(18px) rotate(-1deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
}

@keyframes panelOut {
    from {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }

    to {
        opacity: 0;
        transform: translateY(-12px) rotate(1deg);
    }
}


.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 600ms ease,
        transform 600ms cubic-bezier(.22,1,.36,1);
}

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

.program-panel.is-leaving {
    animation: panelOut 250ms ease both;
}

.program-panel.is-entering {
    animation: panelIn 350ms ease both;
}

@keyframes panelIn {
    from {
        opacity: 0;
        transform: translateY(18px) rotate(-1deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }
}

@keyframes panelOut {
    from {
        opacity: 1;
        transform: translateY(0) rotate(0);
    }

    to {
        opacity: 0;
        transform: translateY(-12px) rotate(1deg);
    }
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 300ms ease,
        opacity 220ms ease;
}

.faq-answer.is-open {
    max-height: 400px;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .program-panel,
    .program-panel.is-leaving,
    .program-panel.is-entering {
        animation: none;
    }
}

.day-badge {
    display: inline-block;
    align-self: flex-start;
    background: #009a73;
    color: #fff6df;
    font-family: "sunantwerpenbold", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1;
    padding: 6px 8px;
    margin-bottom: 18px;
    transform: rotate(-2deg);
    text-transform: uppercase;
}

.feature-grid article:nth-child(even) .day-badge {
    transform: rotate(2deg);
}

.event-tag {
    display: inline-block;
    background: #fff6df;
    color: #009a73;
    font-family: "antwerpen_smallcapsregular";
    padding: 4px 10px;
    margin-bottom: 18px;
    transform: rotate(-2deg);
    font-size: 1rem;
}

.event-tag.zondag {
    transform: rotate(2deg);
}

.event-tag.beide {
    transform: rotate(-1deg);
}

.day-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 20px;

    font-family: "sunantwerpenbold";
    font-size: 0.75rem;
    text-transform: uppercase;
}

.day-tag span {
    padding: 6px 10px;
    color:#fff;
}

.day-tag .sat {
    background: #69abde;
        font-family: "sunantwerpenbold";
        font-weight: 900;
    transform: rotate(-2deg);
}

.day-tag .sun {
    background: #cab1d6;
        font-family: "sunantwerpenbold";
    font-weight: 900;
    color: #fff;
    transform: rotate(2deg);
}

.day-tag .amp {
    color: #fff;
    font-size: 1.2rem;
    padding: 0 2px;
    padding: 0;
}


.header-brand {
    position: absolute;
    left: 20px;
    top: 14px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    opacity: 0;
    transform: translateY(-10px);

    transition:
        opacity .35s ease,
        transform .35s ease;

    pointer-events: none;
}

.header-brand.visible {
    opacity: 1;
    transform: translateY(0);
}

.header-brand span {
    font-family: "antwerpen_smallcapsregular";
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.header-brand small {
    color: #fff6df;
    font-size: 0.8rem;
}


.header-brand {
    opacity: 0;
    transform: translateX(-40px);
}

.header-brand.visible {
    opacity: 1;
    transform: translateX(0);
}

.artist-card:nth-child(1) {
    transform: rotate(-1.5deg);
}

.artist-card:nth-child(2) {
    transform: rotate(1deg);
}

.artist-card:nth-child(3) {
    transform: rotate(-0.8deg);
}

.artist-card:nth-child(4) {
    transform: rotate(1.8deg);
}

.artist-card:nth-child(5) {
    transform: rotate(-1.2deg);
}
