@font-face {
    font-family: "KG Second Chances Sketch";
    src: url("/fonts/kg_second_chances/KGSecondChancesSketch.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "KG Second Chances Solid";
    src: url("/fonts/kg_second_chances/KGSecondChancesSolid.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Garet";
    src: url("/fonts/Normale.teskt/Garet-Book.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Garet";
    src: url("/fonts/Dikgedrukte.tekst/Garet-Heavy.otf") format("opentype");
    font-style: normal;
    font-weight: 800;
}

html,
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #2d181b;
    cursor: url("/media/cursor2x-72.png") 18 18, auto;
}

.navbar {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
    margin: 8px 16px 0;
    width: calc(100% - 32px);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    color: #2d181b;
}

.logo a {
    text-decoration: none;
    color: #2d181b;
    font-size: 36px;
    font-family: "KG Second Chances Solid", Arial, sans-serif;
    font-weight: 400;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
    font-size: 28px;
    font-weight: 700;
}

.nav-links a {
    text-decoration: none;
    color: #2d181b;
    font-family: "KG Second Chances Sketch", Arial, sans-serif;
    font-weight: 400;
}

.nav-links a.is-active,
.logo a.is-active {
    font-family: "KG Second Chances Solid", Arial, sans-serif;
}

a,
button,
.burger {
    cursor: url("/media/cursor2x-72.png") 18 18, pointer;
}

.burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    padding: 0;
    color: currentColor;
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: currentColor;
    transition: all 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.banner {
    min-height: 760px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: linear-gradient(140deg, #808080, #bcbcbc);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.banner-keune-kids {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/Keune.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-stage-the-social-pact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/stage.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-episode-mobile-website {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/episode.png");
    background-position: center 10%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-bulls-darts {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/darts.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-public-city-jazz {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/pcj.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-the-morning-brew {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/koffie.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-app-foodie-wijzer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/foodieapp.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-avatar-game {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/game.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-boekenzoeker {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/boekenlezer.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-vormgeving {
    background-image: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("/media/banners/vormgeving.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(54px, 10vw, 118px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.episode-page .logo a,
.episode-page .nav-links a,
.episode-page .banner h1 {
    color: #FBDE9C;
}

.episode-page .burger {
    color: #FBDE9C;
}

.episode-page .banner h1 {
    font-family: "Garet", Arial, sans-serif;
    font-weight: 800;
    text-transform: none;
}

.episode-page .skills-section h2,
.episode-page .skills-section ul {
    color: #46151B;
}

.bulls-page .logo a,
.bulls-page .nav-links a,
.bulls-page .banner h1,
.bulls-page .skills-section h2,
.bulls-page .skills-section ul {
    color: #072163;
}

.bulls-page .burger {
    color: #072163;
}

.bulls-page .stage-content__block h2,
.bulls-page .stage-content__block p {
    color: #072163;
}

.bulls-page .stage-content__block p {
    max-width: none;
}

.morning-brew-page .logo a,
.morning-brew-page .nav-links a {
    color: #072163;
}

.morning-brew-page .burger {
    color: #072163;
}

.morning-brew-page .banner-the-morning-brew h1 {
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 800;
    color: #072163;
}

.morning-brew-page .skills-section h2,
.morning-brew-page .skills-section ul {
    color: #46151B;
}

.morning-brew-page .stage-content__block h2,
.morning-brew-page .stage-content__block p {
    color: #46151B;
}

.morning-brew-page .stage-content__block p {
    max-width: none;
}

.morning-brew-page .stage-content + .skills-section {
    margin-top: 56px;
}

.avatar-game-page .logo a,
.avatar-game-page .nav-links a,
.avatar-game-page .banner-avatar-game h1 {
    color: #072163;
}

.avatar-game-page .burger {
    color: #072163;
}

.avatar-game-page .banner-avatar-game h1 {
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 800;
}

.avatar-game-page .banner {
    position: relative;
    overflow: visible;
}

.avatar-game-page .skills-section h2,
.avatar-game-page .stage-content__block h2 {
    color: #072163;
}

.avatar-game-page .skills-section ul,
.avatar-game-page .stage-content__block p {
    color: #4a5f7a;
    font-family: "Garet", Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 1.15vw, 20px);
    line-height: 1.55;
}

.avatar-game-page .skills-section ul li::marker {
    color: #072163;
    font: inherit;
}

.avatar-game-page .stage-content__block p {
    max-width: none;
    margin: 0 0 1em;
}

.avatar-game-page .stage-content__block p:last-of-type {
    margin-bottom: 0;
}

.avatar-game-media {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

.avatar-game-media__row-2 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    min-width: 0;
}

.avatar-game-media__row-2 .avatar-game-media__cell {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.avatar-game-media__row-2 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.avatar-game-media__large img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.avatar-game-media__rows-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.avatar-game-media__rows-4-item img {
    width: 100%;
    height: auto;
    display: block;
}

.boekenzoeker-page .logo a,
.boekenzoeker-page .nav-links a {
    color: #072163;
}

.boekenzoeker-page .burger {
    color: #072163;
}

.boekenzoeker-page {
    overflow-x: hidden;
}

.boekenzoeker-page img {
    -webkit-user-drag: none;
    user-select: none;
}

.boekenzoeker-page .skills-section h2,
.boekenzoeker-page .skills-section ul,
.boekenzoeker-page .stage-content__block h2,
.boekenzoeker-page .stage-content__block p,
.boekenzoeker-page .project-split__text h2,
.boekenzoeker-page .project-split__text p {
    color: #072163;
}

.boekenzoeker-page .banner-boekenzoeker h1 {
    color: #072163;
}

.boekenzoeker-page .stage-content__block p {
    max-width: 90%;
}

.boekenzoeker-carousel {
    margin-top: 100px;
    margin-bottom: 80px;
    width: calc(100% + ((100vw - 100%) / 2));
    --boekenzoeker-gap: 36px;
}

.boekenzoeker-carousel__viewport {
    width: 100%;
    overflow: hidden;
}

.boekenzoeker-carousel__track {
    display: flex;
    gap: var(--boekenzoeker-gap);
    transform: translateX(0);
    will-change: transform;
}

.boekenzoeker-carousel__slide {
    flex: 0 0 calc(90% - var(--boekenzoeker-gap));
}

.boekenzoeker-carousel__slide img {
    width: 100%;
    height: auto;
    display: block;
}

.boekenzoeker-gifs {
    margin-top: 40px;
    margin-bottom: 90px;
}

.boekenzoeker-gifs h2 {
    margin: 0 0 22px;
    color: #072163;
    font-size: clamp(42px, 5vw, 58px);
    font-family: Arial, sans-serif;
    font-weight: 800;
}

.boekenzoeker-gifs__layout {
    display: grid;
    grid-template-columns: 70% 25%;
    column-gap: 5%;
    align-items: start;
}

.boekenzoeker-gifs__card {
    background-color: #9CC5FB;
    padding: 18px;
    box-sizing: border-box;
}

.boekenzoeker-gifs__card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.boekenzoeker-gifs__card--large {
    height: 900px;
}

.boekenzoeker-gifs__stack {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    height: 900px;
    gap: 12px;
}

.boekenzoeker-gifs__stack .boekenzoeker-gifs__card {
    min-height: 0;
}

.vormgeving-page .logo a,
.vormgeving-page .nav-links a,
.vormgeving-page .banner-vormgeving h1,
.vormgeving-page .skills-section h2,
.vormgeving-page .skills-section ul,
.vormgeving-page .stage-content__block h2,
.vormgeving-page .stage-content__block p {
    color: #46151B;
}

.vormgeving-page .burger {
    color: #46151B;
}

.vormgeving-page .stage-content__block p {
    max-width: 90%;
}

.vormgeving-media {
    margin-top: 44px;
    margin-bottom: 90px;
}

.vormgeving-media img {
    width: 100%;
    height: auto;
    display: block;
}

.foodie-wijzer-page .logo a,
.foodie-wijzer-page .nav-links a,
.foodie-wijzer-page .banner-app-foodie-wijzer h1,
.foodie-wijzer-page .skills-section h2,
.foodie-wijzer-page .skills-section ul,
.foodie-wijzer-page .stage-content__block h2,
.foodie-wijzer-page .stage-content__block p {
    color: #46151B;
}

.foodie-wijzer-page .burger {
    color: #46151B;
}

.foodie-wijzer-page .banner-app-foodie-wijzer h1 {
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 800;
}

.foodie-wijzer-page .banner {
    position: relative;
    overflow: visible;
}

.foodie-wijzer-page .skills-section ul,
.foodie-wijzer-page .stage-content__block p {
    font-family: "Garet", Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(18px, 1.15vw, 20px);
    line-height: 1.55;
}

.foodie-wijzer-page .skills-section ul li::marker {
    color: #46151B;
    font: inherit;
}

.foodie-wijzer-page .stage-content__block p {
    max-width: none;
    margin: 0 0 1em;
}

.foodie-wijzer-page .stage-content__block p:last-of-type {
    margin-bottom: 0;
}

.foodie-wijzer-media {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 100%;
}

.foodie-wijzer-media__large img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.foodie-wijzer-media__row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.foodie-wijzer-media__item img {
    width: 100%;
    height: auto;
    display: block;
}

.morning-brew-media {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}

.morning-brew-media__row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    min-width: 0;
}

.morning-brew-media__cell {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

.morning-brew-media__row img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.morning-brew-media__gif {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
}

.morning-brew-media__gif img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.jazz-page .logo a,
.jazz-page .nav-links a,
.jazz-page .banner h1,
.jazz-page .skills-section h2,
.jazz-page .skills-section ul,
.jazz-page .stage-content__block h2,
.jazz-page .stage-content__block p {
    color: #46151B;
}

.jazz-page .burger {
    color: #46151B;
}

.jazz-page .stage-content__block p {
    max-width: none;
}

.jazz-gif-section {
    margin-top: 40px;
    margin-bottom: 44px;
}

.jazz-gif-section img {
    width: 100%;
    height: auto;
    display: block;
}

.jazz-three-images {
    margin-top: 34px;
    margin-bottom: 90px;
    display: grid;
    grid-template-columns: 15fr 25fr 60fr;
    gap: 24px;
}

.jazz-three-images__item img {
    width: 100%;
    height: auto;
    display: block;
}

.bulls-image-section {
    margin-top: 38px;
    margin-bottom: 44px;
}

.bulls-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

.bulls-media-section {
    margin-top: 30px;
    margin-bottom: 0;
}

.bulls-media-section video {
    width: clamp(60%, 65vw, 70%);
    max-width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.bulls-media-section img {
    width: 100%;
    height: auto;
    display: block;
}

.episode-page .stage-content__block h2,
.episode-page .stage-content__block p {
    color: #46151B;
}

.episode-page .stage-content__block p {
    font-family: "Garet", Arial, sans-serif;
    font-weight: 300;
}

.episode-note-label {
    font-weight: 850;
}

.episode-page .banner {
    position: relative;
    overflow: visible;
}

.episode-ticket-link {
    position: absolute;
    right: clamp(24px, 9vw, 140px);
    bottom: 0;
    transform: translateY(52%) rotate(-11deg);
    width: clamp(204px, 28vw, 384px);
    z-index: 12;
    display: inline-block;
    transition: transform 0.25s ease;
}

.episode-ticket-link:hover {
    transform: translateY(52%) rotate(-11deg) scale(1.03);
}

.episode-ticket-link img {
    width: 100%;
    height: auto;
    display: block;
}

.episode-gallery {
    margin-top: 48px;
    margin-bottom: 72px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.episode-gallery__item img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
}

.episode-vormgeving {
    margin-top: 78px;
    margin-bottom: 90px;
}

.episode-vormgeving h2 {
    margin: 0 0 24px;
    color: #46151B;
    font-size: clamp(52px, 6vw, 76px);
    font-weight: 900;
}

.episode-vormgeving__layout {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    column-gap: 40px;
    row-gap: 0;
    min-height: clamp(420px, 52vw, 700px);
    align-items: stretch;
}

.episode-vormgeving__left,
.episode-vormgeving__right {
    min-height: 0;
    height: auto;
}

.episode-vormgeving__left {
    width: 88%;
    justify-self: start;
}

.episode-vormgeving__left img,
.episode-vormgeving__right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.episode-vormgeving__left img {
    object-fit: cover;
    object-position: center bottom;
}

.episode-vormgeving__right {
    display: grid;
    grid-template-rows: minmax(0, 3fr) minmax(0, 7fr);
    row-gap: 18px;
}

.episode-vormgeving__right-top,
.episode-vormgeving__right-bottom {
    min-height: 0;
}

.episode-lp-gallery {
    margin-top: 28px;
    margin-bottom: 90px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.episode-lp-gallery__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.episode-spullen-row {
    margin-top: 0;
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 156px;
}

.episode-spullen-row__item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    display: block;
}

.episode-spullen-layout {
    margin-top: 0;
    margin-bottom: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
    min-height: clamp(360px, 46vw, 620px);
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.episode-spullen-layout__right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
}

.episode-spullen-layout__left {
    height: 88%;
    align-self: start;
}

.episode-spullen-layout img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.episode-spullen-layout__left img {
    object-fit: fill;
}


.stage-page .logo a,
.stage-page .nav-links a {
    color: #1f3f8f;
}

.stage-page .burger {
    color: #1f3f8f;
}

.stage-page .banner h1 {
    color: #1f3f8f;
    text-transform: none;
    line-height: 1.28;
}

.stage-page .skills-section h2,
.stage-page .skills-section ul {
    color: #1f3f8f;
}

.stage-content {
    margin-top: 56px;
}

.stage-content__block + .stage-content__block {
    margin-top: 44px;
}

.stage-content__block h2 {
    margin: 0 0 16px;
    font-size: clamp(42px, 4vw, 56px);
    font-family: Arial, sans-serif;
    font-weight: 800;
    color: #1f3f8f;
}

.stage-content__block p {
    margin: 0;
    max-width: 1100px;
    font-size: 24px;
    line-height: 1.45;
    font-family: Arial, sans-serif;
    color: #1f3f8f;
}

.sp-carousel {
    margin-top: 70px;
    margin-bottom: 90px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.sp-carousel__viewport {
    overflow: hidden;
    width: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
}

.sp-carousel__track {
    display: flex;
    gap: 90px;
    transition: transform 0.7s ease;
    will-change: transform;
}

.sp-slide {
    flex: 0 0 62%;
    padding: 0;
    box-sizing: border-box;
}

.sp-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.stage-content--after-carousel {
    margin-top: 28px;
    margin-bottom: 70px;
}

.sp-logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    margin-bottom: 80px;
}

.sp-logo-grid__item {
    background-color: #ea9daf;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    aspect-ratio: 1 / 1;
}

.sp-logo-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.stage-content--social-content {
    margin-top: 8px;
    margin-bottom: 34px;
}

.sp-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 90px;
}

.sp-social-grid__item img {
    width: 100%;
    height: auto;
    display: block;
}

.project-content {
    width: 90%;
    margin: 40px auto 60px;
}

.skills-section {
    text-align: left;
}

.skills-section h2 {
    margin: 0 0 16px;
    font-size: clamp(34px, 4vw, 52px);
    text-transform: uppercase;
    font-family: "KG Second Chances Solid", Arial, sans-serif;
}

.skills-section ul {
    margin: 0;
    padding-left: 28px;
    font-size: 32px;
    line-height: 1.4;
    font-family: Arial, sans-serif;
}

.project-split {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
    align-items: start;
    margin-top: 56px;
}

.project-split__media img {
    width: 100%;
    height: auto;
    display: block;
}

.project-split__text h2 {
    margin: 0 0 12px;
    font-size: clamp(40px, 5vw, 64px);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.project-split__text p {
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.design-vision {
    width: 100%;
    padding: 56px 5% 70px;
    box-sizing: border-box;
}

.design-vision__text h2 {
    margin: 0 0 18px;
    font-size: clamp(40px, 5vw, 62px);
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.design-vision__text p {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

.design-vision__text p:last-child {
    margin-bottom: 0;
}

.design-vision__image {
    margin-top: 72px;
    padding-bottom: 80px;
}

.design-vision__image img {
    width: 100%;
    height: auto;
    display: block;
}

.page-note {
    width: min(92%, 1300px);
    margin: 0 auto 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .navbar {
        position: fixed;
        margin: 6px 10px 0;
        width: calc(100% - 20px);
        padding: 0 14px;
        top: 0;
        left: 0;
        right: 0;
    }

    .logo a {
        font-size: 26px;
    }

    .burger {
        display: flex;
        position: relative;
        z-index: 60;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        left: 0;
        width: min(70vw, 360px);
        height: 100vh;
        margin: 0;
        padding: 88px 22px 24px;
        box-sizing: border-box;
        gap: 16px;
        font-size: 24px;
        background-color: #ffffff;
        border-right: 1px solid rgba(45, 24, 27, 0.25);
        transform: translateX(-104%);
        transition: transform 0.28s ease;
        z-index: 50;
    }

    .nav-links.mobile {
        transform: translateX(0);
    }

    .morning-brew-media {
        margin-top: 32px;
        gap: 14px;
    }

    .morning-brew-media__row {
        flex-direction: column;
        gap: 14px;
    }

    .avatar-game-media {
        margin-top: 32px;
        gap: 14px;
    }

    .avatar-game-media__row-2 {
        flex-direction: column;
        gap: 14px;
    }

    .avatar-game-media__row-2 img {
        height: auto;
        object-fit: contain;
    }

    .avatar-game-media__rows-4 {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .foodie-wijzer-media {
        margin-top: 32px;
        gap: 16px;
    }

    .foodie-wijzer-media__row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .banner {
        min-height: 82vh;
        min-height: 82svh;
    }

    .banner-episode-mobile-website {
        background-position: center 52%;
    }

    .boekenzoeker-page .banner h1 {
        font-size: clamp(34px, 9vw, 54px);
        line-height: 1.1;
        padding: 0 10px;
        word-break: break-word;
    }


    .stage-page .banner h1 {
        line-height: 1.2;
    }

    .episode-ticket-link {
        right: 16px;
        width: clamp(168px, 50vw, 252px);
        transform: translateY(50%) rotate(-11deg);
    }

    .episode-ticket-link:hover {
        transform: translateY(50%) rotate(-11deg) scale(1.03);
    }

    .episode-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 34px;
        margin-bottom: 44px;
    }

    .episode-vormgeving {
        margin-top: 40px;
        margin-bottom: 48px;
    }

    .episode-vormgeving h2 {
        margin-bottom: 16px;
        font-size: clamp(42px, 10vw, 56px);
    }

    .episode-vormgeving__layout {
        grid-template-columns: 1fr;
        gap: 14px;
        height: auto;
    }

    .episode-vormgeving__left img {
        aspect-ratio: 4 / 5;
        height: auto;
    }

    .episode-vormgeving__right {
        gap: 14px;
    }

    .episode-vormgeving__right-top img {
        aspect-ratio: 16 / 7;
        height: auto;
    }

    .episode-vormgeving__right-bottom img {
        aspect-ratio: 4 / 5;
        height: auto;
    }

    .episode-lp-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
        margin-bottom: 48px;
    }

    .episode-spullen-row {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 12px;
    }

    .episode-spullen-layout {
        grid-template-columns: 1fr;
        gap: 12px;
        min-height: 0;
        margin-bottom: 48px;
    }

    .episode-spullen-layout__right {
        gap: 12px;
    }

    .episode-spullen-row__item img,
    .episode-spullen-layout img {
        aspect-ratio: 4 / 5;
        height: auto;
    }

    .stage-content {
        margin-top: 34px;
    }

    .stage-content__block + .stage-content__block {
        margin-top: 28px;
    }

    .stage-content__block h2 {
        font-size: clamp(32px, 8vw, 44px);
        margin-bottom: 10px;
    }

    .stage-content__block p {
        font-size: 24px;
        line-height: 1.5;
    }

    .sp-carousel {
        margin-top: 42px;
        margin-bottom: 60px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .sp-slide {
        flex-basis: 82%;
    }

    .sp-carousel__track {
        gap: 50px;
    }

    .stage-content--after-carousel {
        margin-top: 18px;
        margin-bottom: 44px;
    }

    .sp-logo-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        margin-bottom: 44px;
    }

    .sp-logo-grid__item {
        padding: 18px;
    }

    .stage-content--social-content {
        margin-bottom: 24px;
    }

    .sp-social-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 44px;
    }

    .project-content {
        width: 90%;
        margin: 28px auto 44px;
    }

    .skills-section h2 {
        font-size: clamp(30px, 8vw, 42px);
    }

    .skills-section ul {
        padding-left: 22px;
        font-size: 24px;
    }

    .project-split {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 32px;
    }

    .project-split__text h2 {
        font-size: clamp(34px, 9vw, 48px);
    }

    .project-split__text p {
        font-size: 20px;
    }

    .design-vision {
        padding: 34px 5% 44px;
    }

    .design-vision__text h2 {
        font-size: clamp(34px, 9vw, 48px);
        margin-bottom: 14px;
    }

    .design-vision__text p {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .design-vision__image {
        margin-top: 40px;
        padding-bottom: 48px;
    }

    .boekenzoeker-gifs {
        margin-top: 30px;
        margin-bottom: 48px;
    }

    .boekenzoeker-gifs h2 {
        font-size: clamp(34px, 9vw, 46px);
        margin-bottom: 14px;
    }

    .boekenzoeker-gifs__layout {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .boekenzoeker-gifs__card--large {
        min-height: 0;
        height: auto;
    }

    .boekenzoeker-gifs__stack {
        grid-template-rows: none;
        height: auto;
        gap: 14px;
    }

    .jazz-three-images {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 48px;
    }

    .page-note {
        font-size: 18px;
    }
}

