@font-face {
  font-family: 'DeepShadow';
  src: url('fonts/DeepShadow.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/MontserratThin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/MontserratExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/MontserratLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/MontserratItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/MontserratMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/MontserratMediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/MontserratSemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/MontserratSemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/MontserratBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url('fonts/MontserratBoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeue";
    src: url('fonts/BebasNeueBook.woff2') format('woff2');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeue";
    src: url('fonts/BebasNeueRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeue";
    src: url('fonts/BebasNeueBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeue";
    src: url('fonts/BebasNeueThin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BebasNeue";
    src: url('fonts/BebasNeueLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

:root {
    --header-first-section-gap: 24px;
}

html,
body {
    min-height: 100%;
}

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

body {
    background: rgb(61, 61, 61);
    color: white;
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

/* HEADER */

header {
    --header-image: url("images/BoldAndBrightHeader1.png");
    --header-next-image: var(--header-image);
    height: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}

header a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

header a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}

header::before,
header::after {
    background-position: center calc(50% + 30px);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

header::before {
    background-image: var(--header-image);
}

header::after {
    background-image: var(--header-next-image);
    opacity: 0;
    transition: opacity 520ms ease;
}

header.is-fading::after {
    opacity: 1;
}

.header-arrow {
    background: rgba(0,0,0,0.45);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    height: 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    z-index: 30;
}

.header-arrow .arrow-icon {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 12px;
}

.arrow-left { 
    left: 16px; 
}

.arrow-right { 
    right: 16px; 
}

.arrow-left .arrow-icon {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.arrow-right .arrow-icon {
    transform: translate(-72%, -50%) rotate(45deg);
}

.header-arrow:hover {
    background: rgba(0, 0, 0, 0.62);
}

/* header .logo a { 
    background-image: url("images/logo.png");
    background-size: 300px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 80px;
    position: relative;
    text-indent: -9999px;
    top: -30px;
    width: 300px;
} */

/* NAVIGATION/MENU'S */

.nav {
    align-items: center;
    background-color: rgba(186, 50, 244, 0.85);
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.nav-desktop {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

.nav-desktop li {
    padding: 20px;
}

.nav-desktop a {
    padding: 5px;
    border-radius: 80px;
}

.ig-link-header img{
    position: absolute;
    height: 40px;
    top: 90px;
    left: 20px;
    width: 40px;
    z-index: 20;
}

.burgermenu {
    align-items: flex-start;
    background-color: rgba(255, 166, 0, 0.468);
    backdrop-filter: blur(10px);
    bottom: 0;
    box-shadow: rgb(38, 38, 38) 0 0 30px;
    flex-direction: column;
    gap: 8px;
    height: 100dvh;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 8px 12px 12px 12px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(20px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
    visibility: hidden;
    width: 250px;
    z-index: 999;
}

.burgermenu.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
}

.burgermenu li {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.burgermenu a {
    display: block;
    padding:  8px 12px 8px 18px;
    line-height: 1.25;
}

.burgermenu-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.burgermenu-icon img {
    width: 40px;
    height: 40px;
    display: block;
}

.burgermenu-icon .icon-close {
    display: none;
}

.burgermenu-icon.is-active .icon-menu {
    display: none;
}

.burgermenu-icon.is-active .icon-close {
    display: block;
}

/* HEADER GAP */
.studio-intro,
.contact-grid,
.our-team-box,
.faq,
.nazorg,
.contact-form,
.events {
    padding-top: 50px;
    padding-bottom: 50px;
}

.studio-intro .intro-box,
.contact-grid .contact-card,
.our-team-box .our-team-tiles,
.faq .faq-container,
.nazorg .nazorg-box,
.contact-form .contact-form-field,
.events .events-box {
    margin: 0 auto;
}


/* STUDIO INTRO */

.studio-intro {
    align-items: flex-start;
    background-color: #2a2a2a;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.studio-intro .intro-box {
    background: rgba(255, 148, 203, 0.9);
    border-radius: 14px;
    box-shadow: 
        0 14px 30px rgba(0, 0, 0, 0.35),
        0 28px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    color: white;
    max-width: 720px;
    overflow: hidden;
    padding: 14px 32px 32px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.studio-intro .intro-box::before {
    background-image: url("images/Hart-los-BB.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 450px;
    inset: 0;
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    top: -60px;
    z-index: 1;
}

.studio-intro::before, 
.studio-intro::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1200px;
    opacity: 0.9;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 220px;
    z-index: 1;
}

.studio-intro::before {
    background-image: url("images/TijgerBB.png");
    left: 70px;
    transform: translateY(-50%);
}

.studio-intro::after {
    background-image: url("images/PanterBB.png");
    right: 70px;
    transform: translateY(-50%);
}

.studio-intro h1 {
    font-family: 'BebasNeue', sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.studio-intro p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 9;
}


/* IG FEATURE */
.feature.IG {
    background-image: url(/images/BackgroundOnsTeam.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 620px;
    padding: 10px 12px 10px;
    row-gap: 8px;
}

.feature.IG h2 {
    flex: 0 0 100%;
    font-family: 'DeepShadow', sans-serif;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 10px;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
    text-shadow: 
        0 3px 0 rgba(0, 0, 0, 0.55),
        0 10px 24px rgba(0, 0, 0, 0.8),
        0 18px 40px rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
}

.ig-widget-frame {
    background: rgba(186, 50, 244, 0.42);
    border: none;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(38, 38, 38, 0.2);
    display: block;
    margin: 0 auto;
    max-width: 1220px;
    overflow: hidden;
    width: 100%;
}

/* CONTACT */
.contact {
    background-color: #2a2a2a;
    padding: 60px;
}

.contact .contact-title {
    font-family: 'BebasNeue', sans-serif;
    font-size: 55px;
    font-weight: 600;
    grid-column: 1 / -1;
    letter-spacing: 5px;
    margin: 0 0 20px;
    padding: 12px 0 6px;
    text-align: center;
    text-transform: uppercase;
}

.contact .contact-grid {
    align-items: start;
    background: rgba(255, 148, 203, 1);
    /* background: rgba(186, 50, 244, 1); */
    border-radius: 14px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 24px;
    margin: 0;
    padding: 28px 20px 12px;
    text-align: center;
}

.contact .contact-card {
    align-items: start;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
    margin-top: -15px;
    padding: 0px 16px 16px;
}

.contact .contact-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 6px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.contact .contact-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-align: center;
}

.contact .contact-block-route {
    grid-column: 1 / -1;
    margin-top: 14px;
}

.contact .contact-map-card {
    padding: 0;
}

.contact gmp-map {
    display: block;
    width: calc(100% - 48px);
    height: 400px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 40px;
    margin-top: -10px;
    border-radius: 10px;
    overflow: hidden;
}

.contact .map-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-8px);
}

.contact .map-marker-label {
    background: #fff;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 10px;
    margin-bottom: 6px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}


/* ONS TEAM PAGE */
.our-team-box {
    align-items: center;
    /* background-color: rgba(102, 102, 102, 0.9);  */
    background-color: #2a2a2a;
    display: flex;
    justify-content: center;
    min-height: 420px;
    overflow: visible;
    padding: 50px 24px;
    position: relative;
    z-index: 0;
}

/* .our-team-box .our-team-tiles::before,
.our-team-box .our-team-tiles::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 320px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    width: 320px;
    z-index: 1;
} */

.our-team-box .our-team-tiles {
    background-image: url(/images/BackgroundOnsTeam.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(38, 38, 38, 0.3);
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    max-width: 1200px;
    overflow: visible;
    padding: 48px 48px 60px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}

.our-team-box .our-team-tiles h2 {
    color: white;
    font-family: 'DeepShadow', sans-serif;
    font-size: 35px;
    grid-column: 1 / -1;
    margin: 0 0 8px;
    text-align: center;
    text-shadow: 
        0 3px 12px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.team-member {
    min-height: 260px;
    perspective: 1000px;
    position: relative;
}

.team-member .tile-inner {
    height: 100%;
    min-height: 260px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
    width: 100%;
}

.team-member:hover .tile-inner {
    transform: rotateY(180deg);
}

.team-member .tile-front,
.team-member .tile-back {
    position: absolute;
    inset: 0;
    padding: 10px 20px 10px;
    border-radius: 10px;
    backface-visibility: hidden; /* voorkomt spiegel-tekst */
    -webkit-backface-visibility: hidden;
}

.team-member .tile-front {
    background: rgba(255, 148, 203, 0.85);
    padding: 4px 20px 20px;
}

.team-member .tile-back {
    background: rgba(255, 148, 203, 0.85);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 24px;
}

.our-team-box .our-team-tiles .team-member {
    min-height: 260px;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 2;
}

.our-team-box .our-team-tiles .team-member .member-badge-wrap {
    align-self: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 100px;
    margin: 20px auto 22px;
    overflow: hidden;
    width: 100px;
}

.our-team-box .our-team-tiles .team-member .member-badge {
    display: none;
    height: 100%;
    object-fit: cover;
    width: 100%;        
}

.our-team-box .our-team-tiles .team-member .member-badge-wrap.member-badge-wrap-lex {
    background-image: url("../images/Lex-OnsTeam.jpg");
    background-position: 50% 50%;
    background-size: 178%;
}

.our-team-box .our-team-tiles .team-member .member-badge-wrap.member-badge-wrap-mike {
    background-image: url("../images/Mike-OnsTeam.jpg");
    background-position: 38% 30%;
    background-size: 200%;
}

.our-team-box .our-team-tiles .team-member .member-badge-wrap.member-badge-wrap-mick {
    background-image: url("../images/Mick-OnsTeam.jpg");
    background-position: 98% 35%;
    background-size: 122%;
}

.our-team-box .our-team-tiles .team-member .member-badge-wrap.member-badge-wrap-amy {
    background-image: url("../images/Amy-OnsTeam.jpg");
    background-position: 72% 45%;
    background-size: 178%;
}

.our-team-box .our-team-tiles .team-member .member-badge-wrap.member-badge-wrap-nathalie {
    background-image: url("../images/Nathalie-OnsTeam.jpg");
    background-position: 72% 22%;
    background-size: 135%;
}

.our-team-box .our-team-tiles .team-member .member-badge-wrap.member-badge-wrap-lotte {
    background-image: url("../images/Lotte-OnsTeam.jpg");
    background-position: 40% 13%;
    background-size: 142%;
}

/* .team-member-row-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 28px;
}

.team-member-row-bottom .team-member {
    width: min(100%, 360px);
    flex: 0 1 360px;
} */

.team-member .tile-front .ig-button-front {
    display: none;
}


.team-member .tile-front h3 {
    margin: 0 0 4px;
}

.team-member .tile-front p {
    margin: 0;
}

.team-member .tile-back p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.team-member .tile-back .ig-button {
    border-radius: 10px;
    display: block;
    padding: 15px 20px 10px;
    position: relative;
    margin-top: 6px;
    width: 220px;
    z-index: 3;
}

.team-member .tile-back .ig-button img {
    display: block;
    height: auto;
    pointer-events: none;
    width: 100%;
}

.team-member .tile-back .ig-button:hover {
    transform: translateY(-2px);
    transition: transform 0.2s ease;
}

/* FAQ PAGE */
.faq {
    align-items: center;
    background-color: #2a2a2a;
    display: flex;
    justify-content: center;
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.faq::before, 
.faq::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1200px;
    opacity: 0.9;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 280px;
    z-index: 1;
}

.faq::before {
    background-image: url("images/Dagger-Left-BB.png");
    left: 40px;
    transform: translateY(-50%);
}

.faq::after {
    background-image: url("images/Dagger-Right-BB.png");
    right: 40px;
    transform: translateY(-50%);
}

.faq .faq-container {
    background: rgba(255, 148, 203, 0.9);
    border-radius: 14px;
    box-shadow: 
        0 14px 30px rgba(0, 0, 0, 0.35),
        0 28px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    color: white;
    max-width: 720px;
    overflow: hidden;
    padding: 14px 24px 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.faq-container h1 {
    color: white; /* Dark blue color for the title */
    font-family: 'BebasNeue', sans-serif;
    font-size: 55px;
    letter-spacing: 5px;
    text-align: center;
}

.faq-item {
    margin: 0 0 12px;
    overflow: visible; /* Hide overflowing content */
    width: 100%;
}

.faq-question {
    align-items: center;
    background-color: whitesmoke;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    gap: 12px;
    justify-content: space-between;
    margin: 0;
    opacity: 85%;
    outline: none;
    padding: 20px;
    position: relative;
    text-align: left;
    transition: background-color 0.3s ease; /* Smooth background transition on hover */
    width: 100%;
}

@media (hover: hover) {
    .faq-question:hover {
        background-color: #d0d7de;
    }
}

.faq-question .arrow {
    flex: 0 0 auto;
    line-height: 1;    
    position: static;
    transition: transform 0.3s ease; /* Smooth rotation transition */
}

.faq-question.active .arrow {
    transform: rotate(180deg); /* Rotate arrow 180 degrees */
}

.faq-answer {
    background-color: whitesmoke;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    max-height: 0; /* Initially hide the answer */
    margin-top: 8px;
    opacity: 85%;
    overflow: hidden;
    outline: none;
    transition: max-height 0.3s ease; /* Smooth transition for expanding */
    width: 100%;
}

.faq-answer p {
    color: rgba(0, 0, 0, 0.8); /* Slightly lighter text color for answers */
    font-size: 16px;
    line-height: 1.5; /* Increase line height for better readability */
    padding: 20px;
    text-align: left;
}

/* NAZORG PAGE */
.nazorg {
    align-items: flex-start;
    background-color: #2a2a2a;
    display: flex;
    justify-content: center;
    min-height: 420px;
    overflow: hidden;
    padding: 50px 24px;
    position: relative;
}

.nazorg::before,
.nazorg::after {
    background-position: center 100px;
    background-repeat: no-repeat;
    background-size: 200px auto;
    bottom: 0;
    content: "";
    opacity: 0.9;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 280px;
    z-index: 1;
}  

.nazorg::before {
    background-image: url("images/Bloeddruppels.png");
    left: 40px;
}

.nazorg::after {
    background-image: url("images/Bloeddruppels.png");
    right: 40px;
}

.nazorg .nazorg-box {
    background: rgba(255, 148, 203, 0.9);
    border-radius: 14px;
    box-shadow: 
        0 14px 30px rgba(0, 0, 0, 0.35),
        0 28px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    color: white;
    max-width: 720px;
    overflow: hidden;
    padding: 14px 32px 32px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.nazorg .nazorg-box::before {
    background-image: url("images/Nazorg-foto.png?v=2");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1400px;
    inset: 0;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    top: -200px;
    z-index: 1;
}

.nazorg-box h1 {
    font-family: 'BebasNeue', sans-serif;
    font-size: 55px;
    letter-spacing: 5px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.nazorg-box p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    position: relative;
    z-index: 9;
}

.nazorg-box ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    position: relative;
    z-index: 9;
}

.tab {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

/* CONTACT FORM PAGE */
.contact-form {
    background-color: #2a2a2a;
    padding: 50px 24px;
    position: relative;
}

.contact-form::before,
.contact-form::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 600px;
    opacity: 0.75;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 360px;
    z-index: 1;
}

.contact-form::before {
    background-image: url("images/SpijkerBB.png");
    left: -78px;
    transform: translateY(-50%);
}

.contact-form::after {
    background-image: url("images/SpijkerBB.png");
    right: -78px;
    transform: translateY(-50%);
}

.contact-form h2 {
    font-family: 'DeepShadow', sans-serif;
    font-size: 30px;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase;
}

.contact-form p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.contact-form .contact-form-field {
    background-color: rgba(255, 148, 203, 0.9);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(38, 38, 38, 0.3);
    box-sizing: border-box;
    max-width: 1100px;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.contact-form .contact-layout form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.contact-form .contact-layout label {
    font-weight: 600;
    margin-top: 6px;
}

.contact-form .contact-layout input,
.contact-form .contact-layout select,
.contact-form .contact-layout textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
}

.contact-form .contact-layout input[type="submit"] {
    background-color: rgba(186, 50, 244, 1);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    justify-self: center;
    transform: translateY(-1px);
    margin-top: 10px;
    width: 30%;
}

.contact-form .contact-layout input[type="file"] {
    position: absolute;
    left: -9999px;
}

.file-upload {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-top: 6px;
}

.file-upload-button {
    background-color: rgba(186, 50, 244, 1);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.file-upload-button:hover {
    transform: translateY(-1px);
}

.file-upload-text {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.upload-note {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin: 8px 0 0;
}

.files-upload-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.file-upload-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: white;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    padding: 8px 14px;
}

.file-upload-name {
    color: white;
    font-family: 'Montserrat', sans-serif;;
    font-size: 14px;
    font-weight: 400;
}

.file-upload-remove {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
}

.form-status {
    align-items: center;
    background: rgba(20, 20, 20, 0.55);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1000;
}

.form-status[hidden] {
    display: none;
}


.form-status-card {
    background: rgba(255, 148, 203, 1);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(38, 38, 38, 0.3);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 460px;
    padding: 20px;
}

.contact-form .form-status-message {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.form-status-close {
    background: rgba(255, 148, 203, 1);
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    z-index: 1001;
}

/* EVENTS PAGE */

.events {
    align-items: center;
    background-color: #2a2a2a;
    display: flex;
    justify-content: center;
    padding: 50px 24px;
    position: relative;
}

.events-box {
    background-image: url(/images/BackgroundOnsTeam.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.35),
        0 28px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    color: white;
    max-width: 1100px;
    padding: 24px 32px 32px;
    text-align: center;
    width: 100%;
}

.events-box h1 {
    flex: 0 0 100%;
    font-family: 'DeepShadow', sans-serif;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 10px;
    margin: 0 0 24px;
    padding: 10px 0 0;
    text-align: center;
    text-shadow: 
        0 3px 0 rgba(0, 0, 0, 0.55),
        0 10px 24px rgba(0, 0, 0, 0.8),
        0 18px 40px rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
}

.events-intro {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto 28px;
    max-width: 760px;
}

.events-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    margin-top: 20px;
}

.events-card {
    background: rgba(255, 148, 203, 0.9);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(38, 38, 38, 0.18);
    display: grid;
    padding: 24px 18px;
}

.events-card:nth-child(2),
.events-card:nth-child(3) {
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 200px;
}

.events-card:nth-child(2) p,
.events-card:nth-child(3) p {
    margin-top: 0;
}


.events-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

.events-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px;
}

.guest-spot-name,
.flash-day-name,
.event-name {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 28px;
    padding-top: 24px;
}

.guest-spot-name h3,
.flash-day-name h3,
.event-name h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px;
}

.events-card .guest-spot-date, .events-card .flash-day-date, .events-card .event-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.guest-spot-name p, .flash-day-name p, .event-name p {
    margin: 0 0 12px;
}

.guest-spot-link {
    color: white;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.guest-spot-link:hover {
    opacity: 0.8;
}


/* FOOTER */

footer {
    color: white;
    font-size: 14px;
    padding: 20px 20px;
    text-align: center;
}

footer p {
    margin: 0;
}

.page-home footer,
.page-team footer,
.page-faq footer,
.page-nazorg footer,
.page-contact footer,
.page-events footer,
.page-legal footer {
    background-color: rgba(186, 50, 244, 1);
}

.back-to-top {
    align-items: center;
    border-radius: 999px;
    bottom: 20px;
    display: flex;
    height: 42px;
    justify-content: center;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.2s ease;
    width: 42px;
    z-index: 2000;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.back-to-top:hover {
    transform: translateY(-2px);
}

.back-to-top img {
    display: block;
    width: 46px;
    height: 46px;
}

.ig-link-footer,
.fb-link-footer {
    line-height: 0;
    text-decoration: none;
    vertical-align: middle;
}

.ig-link-footer img, .fb-link-footer img {
    display: inline-block;
    height: 20px;
    margin: 0 5px 5px;
    width: 20px;
}

.ig-link-footer:link,
.ig-link-footer:visited,
.fb-link-footer:link,
.fb-link-footer:visited {
    text-decoration: none;
}

.footer-legal-link {
    color: white;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
    text-decoration: underline;
}

.footer-legal-link:hover {
    opacity: 0.85;
}

.legal-page {
    background-color: #2a2a2a;
    display: flex;
    justify-content: center;
    padding: 50px 24px;
}

.legal-page-box {
    background: rgba(255, 148, 203, 0.9);
    border-radius: 14px;
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.35),
        0 28px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    max-width: 1000px;
    /* padding: 24px 32px 32px; */
    padding: 45px;
    width: 100%;
}

.legal-page-box h1 {
    font-family: 'BebasNeue', sans-serif;
    font-size: 55px;
    letter-spacing: 5px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.legal-page-box p,
.legal-page-box li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

/* MOBILE DEVICES */

@media (max-width: 1376px) and (orientation: portrait) {
    header {
        height: 620px;
        overflow: visible;
        z-index: 900;
    }

    header::before,
    header::after {
        background-position: center center;
    }

    .nav-desktop {
        display: none;
    }

    .nav {
        z-index: 1000;
    }

    .burgermenu {
        background-color: rgba(186, 50, 244, 0.75);
        z-index: 1100;
    }

    .burgermenu-icon {
        background-color: rgba(186, 50, 244, 0.75);
        border: none;
        border-radius: 10px;
        display: block;
        margin: 10px;
        right: 0;
        top: 20px;
        z-index: 1101;
    }

    .ig-link-header img {
        height: 38px;
        left: 12px;
        top: 12px;
        width: 38px;
    }

    .header-arrow {
        background: rgba(0, 0, 0, 0.55);
        height: 46px;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
    }

    .arrow-left {
        left: 12px;
    }

    .arrow-right {
        right: 12px;
    }

    .studio-intro {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .studio-intro .intro-box {
        max-width: 760px;
        padding: 26px 28px 32px;
    }

    .studio-intro .intro-box::before {
        height: 360px;
        top: -40px;
    }

    .studio-intro::before,
    .studio-intro::after {
        display: none;
    }

    .studio-intro h1 {
        font-size: 48px;
        letter-spacing: 4px;
        margin: 8px 0 16px;
    }

    .studio-intro p {
        font-size: 17px;
        line-height: 1.6;
    }

    .feature.IG {
        min-height: auto;
        padding: 24px 18px 24px;
        row-gap: 0;
    }

    .feature.IG h2 {
        font-size: 32px;
        letter-spacing: 8px;
        margin: 0;
        padding: 18px 0 24px;
    }

    .contact {
        padding: 40px 24px;
    }

    .contact .contact-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .contact .contact-title {
        font-size: 46px;
        letter-spacing: 4px;
        margin: 0 0 14px;
        padding: 10px 0 6px;
    }

    .contact .contact-card {
        grid-template-columns: 1fr 1fr;
        gap: 18px 28px;
        margin-top: 0;
        padding: 0 16px 12px;
    }

    .contact .contact-block-route {
        grid-column: 1 / -1;
        margin-top: 10px;
    }

    .contact gmp-map {
        border-radius: 10px;
        height: 360px;
        margin: 0;
        width: 100%;
    }

    .our-team-box {
        padding: 34px 22px;
    }

    .our-team-box .our-team-tiles {
        gap: 22px;
        grid-template-columns: repeat(2, minmax(260px, 1fr));
        padding: 30px 24px 34px;
    }

    .team-member,
    .our-team-box .our-team-tiles .team-member,
    .team-member .tile-inner {
        height: 360px;
    }

    .team-member:hover .tile-inner {
        transform: none;
    }

    .team-member .tile-back {
        display: none;
    }

    .team-member .tile-front {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        padding: 14px 18px 20px;
    }

    .our-team-box .our-team-tiles .team-member .member-badge-wrap {
        height: 90px;
        width: 90px;
        margin: 18px 0 16px;
    }

    .team-member .tile-front h3 {
        font-size: 24px;
        margin: 4px 0 6px;
    }

    .team-member .tile-front p {
        font-size: 17px;
        line-height: 1.45;
        margin: 0;
    }

    .team-member .tile-front .ig-button-front {
        align-self: center;
        display: block;
        margin-top: auto;
        padding: 2px 16px 8px;
        width: 250px;
    }

    .team-member .tile-front .ig-button-front img {
        display: block;
        height: auto;
        width: 100%;
    }
    
    .faq::before,
    .faq::after {
        display: none;
    }

    .nazorg::before,
    .nazorg::after {
        display: none;
    }

    .contact-form::before,
    .contact-form::after {
        display: none;
    }

    .legal-page {
        padding: 38px 26px;
    }
}

@media (max-width: 1376px) and (orientation: landscape) {
    header {
        height: 620px;
        overflow: visible;
        z-index: 900;
    }

    header::before,
    header::after {
        background-position: center center;
    }

    .nav-desktop {
        display: none;
    }

    .nav {
        z-index: 1000;
    }

    .burgermenu {
        background-color: rgba(186, 50, 244, 0.75);
        z-index: 1100;
    }

    .burgermenu-icon {
        background-color: rgba(186, 50, 244, 0.75);
        border: none;
        border-radius: 10px;
        display: block;
        margin: 10px;
        right: 0;
        top: 20px;
        z-index: 1101;
    }

    .ig-link-header img {
        height: 38px;
        left: 12px;
        top: 12px;
        width: 38px;
    }

    .header-arrow {
        background: rgba(0, 0, 0, 0.55);
        height: 46px;
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
    }

    .arrow-left {
        left: 12px;
    }

    .arrow-right {
        right: 12px;
    }

    .studio-intro {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .studio-intro::before {
        left: 25px;
    }

    .studio-intro::after {
        right: 25px;
    }

    .studio-intro .intro-box {
        max-width: 760px;
        padding: 24px 28px 30px;
    }

    .studio-intro .intro-box::before {
        height: 360px;
        top: -40px;
    }

    .studio-intro h1 {
        font-size: 50px;
        letter-spacing: 4px;
        margin: 8px 0 16px;
    }

    .studio-intro p {
        font-size: 17px;
        line-height: 1.6;
    }

    .feature.IG {
        min-height: auto;
        padding: 14px 18px 34px;
        row-gap: 0;
    }

    .feature.IG h2 {
        font-size: 32px;
        letter-spacing: 8px;
        margin: 0;
        padding: 18px 0 24px;
    }

    .contact {
        padding: 40px 24px;
    }

    .contact .contact-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .contact .contact-title {
        font-size: 46px;
        letter-spacing: 4px;
        margin: 0 0 14px;
        padding: 10px 0 6px;
    }

    .contact .contact-card {
        grid-template-columns: 1fr 1fr;
        gap: 18px 28px;
        margin-top: 0;
        padding: 0 16px 12px;
    }

    .contact .contact-block-route {
        grid-column: 1 / -1;
        margin-top: 10px;
    }

    .contact gmp-map {
        border-radius: 10px;
        height: 360px;
        margin: 0;
        width: 100%;
    }

    .our-team-box {
        padding: 36px 24px;
    }

    .our-team-box .our-team-tiles {
        gap: 22px;
        grid-template-columns: repeat(3, minmax(220px, 1fr));
        padding: 32px 28px 36px;
    }

    .our-team-box .our-team-tiles h2 {
        font-size: 32px;
        margin: 0 0 8px;
    }

    .team-member,
    .our-team-box .our-team-tiles .team-member,
    .team-member .tile-inner {
        height: 340px;
    }

    .team-member:hover .tile-inner {
        transform: none;
    }

    .team-member .tile-back {
        display: none;
    }

    .team-member .tile-front {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        padding: 12px 18px 22px;
    }

    .our-team-box .our-team-tiles .team-member .member-badge-wrap {
        height: 88px;
        width: 88px;
        margin: 20px 0 16px;
    }

    .team-member .tile-front h3 {
        font-size: 24px;
        margin: 6px 0 4px;
    }

    .team-member .tile-front p {
        font-size: 18px;
        line-height: 1.45;
        margin: 0;
        min-height: 4.6em;
    }

    .team-member .tile-front .ig-button-front {
        align-self: center;
        display: block;
        margin-top: auto;
        margin-bottom: 0;
        padding: 10px 16px 8px;
        width: 175px;
    }

    .team-member .tile-front .ig-button-front img {
        display: block;
        height: auto;
        width: 100%;
    }

    .faq::before {
        left: 10px;
    }

    .faq::after {
        right: 10px;
    }

    .nazorg::before {
        left: 10px;
    }

    .nazorg::after {
        right: 10px;
    }

    .contact-form::before,
    .contact-form::after {
        background-size: 120px auto;
    }

    .contact-form::before {
        left: -110px;
    }

    .contact-form::after {
        right: -110px;
    }
}

@media (max-width: 1230px) and (orientation: landscape) {
    .studio-intro::before,
    .studio-intro::after {
        display: none;
    }

    .faq::before,
    .faq::after {
        display: none;
    }

    .nazorg::before,
    .nazorg::after {
        display: none;
    }

    .contact-form::before,
    .contact-form::after {
        display: none;
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    header {
        height: 520px;
        overflow: visible;
        z-index: 900;
    }

    header::before,
    header::after {
        background-position: center center;
    }

    .nav-desktop {
        display: none;
    }

    .nav {
        z-index: 1000;
    }

    .burgermenu {
        background-color: rgba(186, 50, 244, 0.75);
        z-index: 1100;
    }

    .burgermenu-icon {
        background-color: rgba(186, 50, 244, 0.75);
        border: none;
        border-radius: 10px;
        display: block;
        margin: 10px;
        right: 0;
        top: 20px;
        z-index: 1101;
    }

    .ig-link-header img {
        height: 34px;
        left: 10px;
        top: 10px;
        width: 34px;
    }

    .header-arrow {
        background: rgba(0, 0, 0, 0.55);
        height: 42px;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
    }

    .arrow-left {
        left: 10px;
    }

    .arrow-right {
        right: 10px;
    }

    .studio-intro {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .studio-intro::before,
    .studio-intro::after {
        display: none;
    }

    .studio-intro .intro-box {
        max-width: 680px;
        padding: 26px 24px 26px;
    }

    .studio-intro .intro-box::before {
        height: 320px;
        top: 0;
    }

    .studio-intro h1 {
        font-size: 46px;
        letter-spacing: 4px;
        margin: 10px 0;
    }

    .studio-intro p {
        font-size: 17px;
        line-height: 1.6;
    }

    .feature.IG {
        min-height: auto;
        padding: 12px 16px 32px;
        row-gap: 0;
    }

    .feature.IG h2 {
        font-size: 30px;
        letter-spacing: 8px;
        margin: 0;
        padding: 14px 0 30px;
    }

    .contact {
        padding: 35px 35px;
    }

    .contact .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact gmp-map {
        border-radius: 10px;
        height: 340px;
        margin: 0;
        padding: 16px 0;
        width: 100%;
    }

    .our-team-box {
        padding: 32px 24px;
    }

    .our-team-box .our-team-tiles {
        gap: 22px;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        padding: 28px 24px 32px;
    }

    .our-team-box .our-team-tiles h2 {
        font-size: 30px;
        margin: 0 0 6px;
    }

    .team-member,
    .our-team-box .our-team-tiles .team-member,
    .team-member .tile-inner {
        height: 340px;
    }

    .team-member:hover .tile-inner {
        transform: none;
    }

    .team-member .tile-back {
        display: none;
    }

    .team-member .tile-front {
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        padding: 12px 18px 24px;
    }

    .our-team-box .our-team-tiles .team-member .member-badge-wrap {
        height: 96px;
        width: 96px;
        margin: 16px auto 14px;
    }

    .team-member .tile-front h3 {
        font-size: 24px;
        margin: 6px 0 4px;
    }

    .team-member .tile-front p {
        font-size: 14px;
        line-height: 1.45;
        margin: 0;
        min-height: 4.5em;
    }

    .team-member .tile-front .ig-button-front {
        align-self: center;
        display: block;
        margin-top: auto;
        margin-bottom: 0;
        padding: 10px 16px 8px;
        width: 180px;
    }

    .team-member .tile-front .ig-button-front img {
        display: block;
        height: auto;
        pointer-events: none;
        width: 100%;
    }

    .faq {
        padding: 32px 24px;
    }

    .faq::before,
    .faq::after {
        display: none;
    }

    .faq .faq-container {
        max-width: 840px;
        padding: 28px 24px 28px;
    }

    .faq-container h1 {
        font-size: 48px;
        letter-spacing: 4px;
        margin: 0 0 22px;
    }

    .faq-item {
        margin: 0 0 12px;
    }

    .faq-question {
        font-size: 15px;
        padding: 18px 20px;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 1.5;
        padding: 18px 20px;
    }

    .nazorg {
        padding: 32px 24px;
    }

    .nazorg::before,
    .nazorg::after {
        display: none;
    }

    .nazorg .nazorg-box {
        max-width: 820px;
        padding: 28px 28px 28px;
    }

    .nazorg .nazorg-box::before {
        background-position: center 40px;
        background-size: 80% auto;
        height: 1300px;
        opacity: 0.24;
        top: -100px;
    }

    .nazorg-box h1 {
        font-size: 46px;
        letter-spacing: 4px;
        margin: 14px 0 14px;
    }

    .nazorg-box p {
        font-size: 17px;
        line-height: 1.55;
        margin: 0 0 12px;
    }

    .nazorg-box ul {
        font-size: 15px;
        line-height: 1.55;
        margin: 0 0 14px;
        padding-left: 22px;
    }

    .contact-form {
        padding: 32px 24px;
    }

    .contact-form::before,
    .contact-form::after {
        display: none;
    }

    .contact-form .contact-form-field {
        max-width: 860px;
        padding: 24px 24px 28px;
    }

    .contact-form h2 {
        font-size: 28px;
        letter-spacing: 5px;
        margin: 0 0 18px;
    }

    .contact-form .contact-layout form {
        gap: 12px;
    }

    .contact-form .contact-layout input,
    .contact-form .contact-layout select,
    .contact-form .contact-layout textarea {
        font-size: 16px;
        padding: 11px 13px;
    }

    .contact-form .contact-layout input[type="submit"] {
        font-size: 19px;
        margin-top: 12px;
        width: 45%;
    }

    .file-upload {
        gap: 12px;
    }

    .file-upload-button {
        font-size: 15px;
        padding: 10px 16px;
    }

    .file-upload-text {
        font-size: 14px;
    }

    .upload-note {
        font-size: 13px;
        line-height: 1.5;
    }

    .form-status-card {
        max-width: 520px;
    }

    .events {
        padding: 32px 24px;
    }

    .events-box {
        max-width: 900px;
        padding: 32px 24px 28px;
    }

    .events-box h1 {
        font-size: 46px;
        letter-spacing: 4px;
        margin: 0 0 36px;
    }

    .events-intro {
        font-size: 17px;
        line-height: 1.55;
        margin: 0 auto 24px;
        max-width: 700px;
    }

    .events-cards {
        gap: 20px;
        grid-template-columns: repeat(2, minmax(220px, 1fr));
        margin-top: 18px;
    }

    .events-card {
        padding: 22px 18px;
        min-height: 120px;
    }

    .events-card:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: none;
        width: calc((100% - 20px) / 2);
    }

    .events-card h2 {
        font-size: 26px;
        letter-spacing: 1px;
        margin: 0 0 12px;
    }

    .events-card p {
        font-size: 15px;
        line-height: 1.55;
    }

    .events-note {
        font-size: 15px;
        margin: 24px 0 0;
    }

    .events-card:nth-child(2) {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: auto;
    }

    .events-card:nth-child(2) p {
        margin-inline: 14px;
        margin-top: 0;
    }

    .events-card:nth-child(3) {
        align-self: start;
        min-height: 180px;
    }

    .guest-spot-name,
    .flash-day-name,
    .event-name {
        margin-top: 12px;
        padding-top: 12px;
    }

    .guest-spot-name + .guest-spot-name {
        margin-top: 32px;
        padding-top: 24px;
    }

    .events-card .guest-spot-date {
        font-size: 13px;
        margin: 0 0 8px;
    }

    .guest-spot-name h3 {
        font-size: 17px;
        margin: 0 0 2px;
    }

    .guest-spot-name p:not(.guest-spot-date) {
        margin: 0 0 10px;
    }

    .guest-spot-link {
        font-size: 13px;
    }

    .legal-page {
        padding: 32px 24px;
    }

    .legal-page-box {
        max-width: 860px;
        padding: 32px 28px;
    }

    .legal-page-box h1 {
        font-size: 46px;
        letter-spacing: 4px;
        line-height: 1.05;
        margin: 0 0 20px;
    }

    .legal-page-box p,
    .legal-page-box li {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    header {
        height: 400px;
        overflow: visible;
        z-index: 900;
    }

    .burgermenu {
        background-color: rgba(186, 50, 244, 0.75);
        height: auto;
        min-height: 0;
        z-index: 1100;
    }

    .burgermenu-icon {
        background-color: rgba(186, 50, 244, 0.75);
        border: none;
        border-radius: 10px;
        display: block;
        margin: 10px;
        right: 0px;
        top: 30px;
        z-index: 1101;
    }

    .ig-link-header img {
        height: 30px;
        left: 12px;
        top: 12px;
        width: 30px;
    }

    .header-arrow {
        background: rgba(0, 0, 0, 0.62);
        height: 38px;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
    }

    .arrow-left {
        left: 8px;
    }

    .arrow-right {
        right: 8px;
    }

    .studio-intro {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .studio-intro::before,
    .studio-intro::after {
        display: none;
    }

    .studio-intro .intro-box {
        border-radius: 0;
        max-width: 100%;
        padding: 18px 18px 24px;
    }

    .studio-intro .intro-box::before {
        background-position: center 15px;
        height: 320px;
        top: 0;
    }

    .studio-intro h1 {
        font-size: 38px;
        letter-spacing: 3px;
        margin: 10px 0;
    }

    .studio-intro p {
        font-size: 16px;
        line-height: 1.6;
    }

    .feature.IG {
        min-height: auto;
        padding: 8px 10px 28px;
        row-gap: 0;
    }

    .feature.IG h2 {
        font-size: 24px;
        letter-spacing: 5px;
        margin: 0 0 14px;
        padding: 8px 0 0;
    }

    .contact {
        padding: 28px 0 32px;
    }

    .contact .contact-grid {
        border-radius: 0;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 16px 18px;
    }

    .contact .contact-title {
        font-size: 38px;
        letter-spacing: 4px;
        margin: 0 0 10px;
        padding: 8px 0 8px;
    }

    .contact .contact-card {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 0;
        padding: 0;
    }

    .contact .contact-block-route {
        grid-column: auto;
        margin-top: 6px;
    }

    .contact .contact-card h3 {
        font-size: 22px;
    }

    .contact .contact-card p {
        font-size: 15px;
        line-height: 1.65;
    }

    .contact .contact-map-card {
        padding: 0;
    }

    .contact gmp-map {
        border-radius: 10px;
        height: 300px;
        margin: 0;
        width: 100%;
    }

    .our-team-box {
        padding: 28px 0;
    }

    .our-team-box .our-team-tiles {
        border-radius: 0;
        gap: 18px;
        grid-template-columns: 1fr;
        padding: 20px 16px 24px;
    }

    .our-team-box .our-team-tiles h2 {
        font-size: 28px;
        margin: 0 0 6px;
    }

    .team-member,
    .our-team-box .our-team-tiles .team-member,
    .team-member .tile-inner {
        height: 320px;
    }

    .team-member .tile-front {
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        padding: 12px 16px 20px;
    }

    .our-team-box .our-team-tiles .team-member .member-badge-wrap {
        flex-shrink: 0;
        height: 100px;
        width: 100px;
        margin: 8px auto 14px;
    }

    .team-member .tile-front h3 {
        font-size: 24px;
        margin: 6px 0 4px;
    }

    .team-member .tile-front p {
        font-size: 15px;
        line-height: 1.45;
        margin: 0;
        min-height: 4.8em;
    }

    .team-member .tile-front .ig-button-front {
        align-self: center;
        display: block;
        margin-top: auto;
        margin-bottom: 0;
        padding: 10px 16px 8px;
        width: 180px;
    }

    .team-member .tile-front .ig-button-front img {
        display: block;
        height: auto;
        width: 100%;
    }

    .faq {
        padding: 28px 0;
    }

    .faq .faq-container {
        border-radius: 0;
        max-width: 100%;
        padding: 18px 16px 20px;
    }

    .faq-container h1 {
        font-size: 34px;
        letter-spacing: 3px;
        margin: 0 0 14px;
    }

    .faq-question:focus,
    .faq-question:focus-visible,
    .faq-question:active,
    .faq-question.active {
        color: rgba(0, 0, 0, 0.8);
        outline: none;
    }

    .nazorg {
        padding: 28px 0;
    }

    .nazorg .nazorg-box {
        border-radius: 0;
        max-width: 100%;
        padding: 24px 18px 24px;
    }

    .nazorg .nazorg-box::before {
        background-position: center 60px;
        background-size: 125% auto;
        height: 1200px;
        opacity: 0.22;
        top: 150px;
    }

    .nazorg-box h1 {
        font-size: 38px;
        letter-spacing: 3px;
        margin: 0 0 12px;
    }

    .nazorg-box p {
        font-size: 16px;
        line-height: 1.55;
        margin: 0 0 12px;
    }

    .contact-form {
        padding: 28px 0;
    }

    .contact-form .contact-form-field {
        border-radius: 0;
        max-width: 100%;
        padding: 20px 16px 24px;
    }

    .contact-form h2 {
        font-size: 24px;
        letter-spacing: 4px;
        margin: 0 0 16px;
    }

    .contact-form .contact-layout form {
        gap: 12px;
    }

    .contact-form .contact-layout label {
        margin-top: 4px;
    }

    .contact-form .contact-layout input,
    .contact-form .contact-layout select,
    .contact-form .contact-layout textarea {
        font-size: 16px;
        padding: 12px 14px;
    }

    .contact-form .contact-layout input[type="submit"] {
        font-size: 18px;
        margin-top: 12px;
        width: 100%;
    }

    .file-upload {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .file-upload-button {
        font-size: 15px;
        padding: 10px 16px;
    }

    .file-upload-text {
        font-size: 14px;
    }

    .upload-note {
        font-size: 13px;
        line-height: 1.5;
    }

    .files-upload-list {
        margin-top: 12px;
    }

    .file-upload-item,
    .file-upload-name {
        font-size: 13px;
    }

    .form-status {
        padding: 16px;
    }

    .form-status-card {
        border-radius: 0;
        gap: 16px;
        max-width: 100%;
        padding: 18px 16px;
    }

    .contact-form .form-status-message {
        font-size: 16px;
    }

    .form-status-close {
        font-size: 15px;
        padding: 10px 16px;
    }

    .events {
        padding: 28px 0;
    }

    .events-box {
        border-radius: 0;
        max-width: 100%;
        padding: 24px 16px 24px;
    }

    .events-box h1 {
        font-size: 38px;
        letter-spacing: 3px;
        margin: 0 0 34px;
    }

    .events-intro {
        font-size: 16px;
        line-height: 1.55;
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .events-cards {
        gap: 16px;
        grid-template-columns: 1fr;
        margin-top: 16px;
    }

    .events-card {
        border-radius: 12px;
        min-height: auto;
        padding: 20px 16px;
    }

    .events-card:nth-child(2),
    .events-card:nth-child(3) {
        min-height: 180px;
    }

    .events-card:nth-child(3) {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .events-card:last-child {
        grid-column: auto;
        justify-self: stretch;
        width: auto;
        max-width: none;
    }

    .events-card h2 {
        font-size: 22px;
        letter-spacing: 1px;
        margin: 0 0 20px;
    }

    .events-card p {
        font-size: 15px;
        line-height: 1.55;
    }

    .events-note {
        font-size: 15px;
        line-height: 1.5;
        margin: 20px 0 0;
    }

    .guest-spot-name,
    .flash-day-name,
    .event-name {
        margin-top: 15px;
        padding-top: 22px;
    }

    .guest-spot-name h3 {
        font-size: 17px;
        margin: 0 0 2px;
    }

    .events-card .guest-spot-date {
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0 0 8px;
    }

    .guest-spot-name p:not(.guest-spot-date) {
        margin: 0 0 10px;
    }

    .guest-spot-link {
        font-size: 13px;
    }

    .legal-page {
        padding: 28px 0;
    }

    .legal-page-box {
        border-radius: 0;
        max-width: 100%;
        padding: 24px 18px;
    }

    .legal-page-box h1 {
        font-size: 38px;
        letter-spacing: 3px;
        line-height: 1.05;
        margin: 0 0 18px;
    }

    .legal-page-box p,
    .legal-page-box li {
        font-size: 15px;
        line-height: 1.65;
    }
}

@media (max-width: 480px) {
    header {
        height: 320px;
        overflow: visible;
        z-index: 900;
    }

    header::before,
    header::after {
        background-position: center 45%;
    }

    .burgermenu-icon {
        margin: 10px;
        right: 0;
        top: 20px;
    }

    .ig-link-header img {
        height: 26px;
        left: 12px;
        top: 12px;
        width: 26px;
    }

    .header-arrow {
        height: 34px;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
    }

    .studio-intro {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .studio-intro .intro-box {
        padding: 16px 14px 20px;
        border-radius: 0;
    }

    .studio-intro .intro-box::before {
        background-position: center 10px;
        height: 320px;
        top: -15px;
    }

    .studio-intro h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .studio-intro p {
        font-size: 15px;
    }

    .feature.IG {
        padding: 6px 8px 24px;
        row-gap: 0;
    }

    .feature.IG h2 {
        font-size: 20px;
        letter-spacing: 3px;
        margin: 0 0 12px;
        padding: 6px 0 0;
    }

    .contact {
        padding: 20px 0 28px;
    }

    .contact .contact-grid {
        padding: 18px 12px 16px;
        border-radius: 0;
    }

    .contact .contact-title {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .contact .contact-card h3 {
        font-size: 20px;
    }

    .contact .contact-card p {
        font-size: 14px;
    }

    .contact gmp-map {
        border-radius: 10px;
        height: 240px;
        padding: 8px 0;
    }

    .our-team-box {
        padding: 24px 0;
    }

    .our-team-box .our-team-tiles {
        gap: 16px;
        padding: 18px 12px 20px;
    }

    .our-team-box .our-team-tiles h2 {
        font-size: 24px;
    }

    .team-member,
    .our-team-box .our-team-tiles .team-member,
    .team-member .tile-inner {
        height: 300px;
    }

    .team-member .tile-front {
        border-radius: 12px;
        padding: 10px 14px 18px;
    }

    .our-team-box .our-team-tiles .team-member .member-badge-wrap {
        flex-shrink: 0;
        height: 90px;
        width: 90px;
        margin: 10px auto 16px;
    }

    .team-member .tile-front h3 {
        font-size: 22px;
        margin: 6px 0 4px;
    }

    .team-member .tile-front p {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        min-height: 4.6em;
    }

    .team-member .tile-front .ig-button-front {
        align-self: center;
        display: block;
        margin-top: auto;
        margin-bottom: 0;
        padding: 10px 14px 8px;
        width: 165px;
    }

    .team-member .tile-front .ig-button-front img {
        display: block;
        height: auto;
        width: 100%;
    }

    .faq {
        padding: 24px 0;
    }

    .faq .faq-container {
        border-radius: 0;
        max-width: 100%;
        padding: 16px 12px 18px;
    }

    .faq-container h1 {
        font-size: 28px;
        letter-spacing: 2px;
        margin: 0 0 12px;
    }

    .faq-item {
        margin: 0 0 10px;
    }

    .faq-question {
        border-radius: 18px;
        font-size: 14px;
        gap: 10px;
        padding: 16px 18px;
    }

    .faq-answer {
        border-radius: 18px;
        margin-top: 6px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.45;
        padding: 16px 18px;
    }

    .nazorg {
        padding: 24px 0;
    }

    .nazorg .nazorg-box {
        border-radius: 0;
        max-width: 100%;
        padding: 26px 14px 20px;
    }

    .nazorg .nazorg-box::before {
        background-position: center 50px;
        background-size: 120% auto;
        height: 1100px;
        opacity: 0.2;
        top: 120px;
    }

    .nazorg-box h1 {
        font-size: 32px;
        letter-spacing: 2px;
        margin: 0 0 16px;
    }

    .nazorg-box p {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 0 10px;
    }

    .nazorg-box ul {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 12px;
        padding-left: 18px;
    }

    .contact-form {
        padding: 24px 0;
    }

    .contact-form .contact-form-field {
        border-radius: 0;
        max-width: 100%;
        padding: 18px 12px 20px;
    }

    .contact-form h2 {
        font-size: 20px;
        letter-spacing: 3px;
        margin: 0 0 14px;
    }

    .contact-form p {
        font-size: 11px;
    }

    .contact-form .contact-layout form {
        gap: 10px;
    }

    .contact-form .contact-layout input,
    .contact-form .contact-layout select,
    .contact-form .contact-layout textarea {
        font-size: 15px;
        padding: 11px 12px;
    }

    .contact-form .contact-layout input[type="submit"] {
        font-size: 17px;
        margin-top: 10px;
        width: 100%;
    }

    .file-upload-button {
        font-size: 14px;
        padding: 9px 14px;
    }

    .file-upload-text {
        font-size: 13px;
    }

    .upload-note {
        font-size: 12px;
        line-height: 1.45;
    }

    .files-upload-list {
        margin-top: 10px;
    }

    .file-upload-item,
    .file-upload-name {
        font-size: 13px;
    }

    .form-status {
        padding: 14px;
    }

    .form-status-card {
        border-radius: 0;
        gap: 14px;
        max-width: 100%;
        padding: 16px 14px;
    }

    .contact-form .form-status-message {
        font-size: 15px;
    }

    .form-status-close {
        font-size: 14px;
        padding: 10px 14px;
    }

    .events {
        padding: 24px 0;
    }

    .events-box {
        padding: 20px 12px 20px;
    }

    .events-box h1 {
        font-size: 32px;
        letter-spacing: 2px;
        margin: 0 0 30px;
    }

    .events-intro {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 auto 18px;
    }

    .events-cards {
        gap: 14px;
        margin-top: 14px;
    }

    .events-card {
        border-radius: 12px;
        padding: 18px 14px;
    }

    .events-card h2 {
        font-size: 20px;
        margin: 0 0 8px;
    }

    .events-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .events-note {
        font-size: 14px;
        line-height: 1.45;
        margin: 18px 0 0;
    }

    .guest-spot-name,
    .flash-day-name,
    .event-name {
        margin-top: 14px;
        padding-top: 18px;
    }

    .guest-spot-name + .guest-spot-name {
        margin-top: 24px;
        padding-top: 18px;
    }

    .guest-spot-name h3 {
        font-size: 16px;
        margin: 0 0 2px;
    }

    .events-card .guest-spot-date {
        font-size: 12px;
        letter-spacing: 0.8px;
        margin: 0 0 6px;
    }

    .guest-spot-name p:not(.guest-spot-date),
    .flash-day-name p:not(.flash-day-date),
    .event-name p:not(.event-date) {
        margin: 0 0 8px;
    }

    .guest-spot-link {
        font-size: 12px;
    }

    .legal-page {
        padding: 24px 0;
    }

    .legal-page-box {
        border-radius: 0;
        max-width: 100%;
        padding: 20px 14px;
    }

    .legal-page-box h1 {
        font-size: 32px;
        letter-spacing: 2px;
        line-height: 1.05;
        margin: 0 0 16px;
    }

    .legal-page-box p,
    .legal-page-box li {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (min-width: 421px) and (max-width: 480px) {
    .nazorg .nazorg-box::before {
        background-position: center 40px;
        top: 110px;
    }
}

@media (max-width: 400px) {
    .nazorg .nazorg-box::before {
        background-position: center 70px;
        top: 140px;
    }
}
