/* Unified show page styling for all shows */
.show-title {
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 800;
}
.show-subtitle {
	font-size: clamp(1.5rem, 3vw, 2.2rem);
}
.show-section__content,
.feature-caption,
.shows-page .show-content,
.shows-page .show-description,
.shows-page .show-details {
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	line-height: 1.6;
}
@media (max-width: 848px) {
	.frame__year {
		display: none !important;
	}
}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 12.5px;
	--color-text: #777674;
	--color-bg: #481014;
/* Unified show page styling for all shows */
.show-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
}
.show-subtitle {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}
.show-section__content,
.feature-caption {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  line-height: 1.6;
}
	--color-link: #777674;
	--color-link-hover: #ffffff;
	--page-padding: 1.5rem;
	--color-link-works: #fff;
	--color-link-works-hover: #481014;
	--color-link-works-current: #3b0d10;
	--color-title: #fff;
	--color-accent: #481014;
	--ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	--ease-expo: cubic-bezier(0.16, 1, 0.3, 1);
	--color-bg: #481014;
	--color-text: #777674;
	--color-accent: #481014;
	--color-link: #777674;
	--color-link-hover: #ffffff;
	--page-padding: 1.5rem;
	--color-link-works: #fff;
	--color-link-works-hover: #481014;
	--color-link-works-current: #3b0d10;
	--color-title: #fff;
	--ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	--ease-expo: cubic-bezier(0.16, 1, 0.3, 1);

}

body {
	margin: 0;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 10000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: underline;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: var(--color-link-hover);
	outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}

a:focus:not(:focus-visible) {
	/* Remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}

a:focus-visible {
	/* Draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}

/* Removed cookie-popup styles */
.cookie-settings-link {
	color: #481014;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1rem;
}

.unbutton {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}

.unbutton:focus {
	outline: none;
}

.frame {
	padding: var(--page-padding);
	position: relative;
	min-height: 100vh;
	z-index: 1000;
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* Mobile-first layout */
.frame__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1rem;
	width: 100%;
}

.frame__site {
	order: 1;
}

.frame__year {
	order: 2;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.frame__menu {
	order: 3;
	width: 30px;
	aspect-ratio: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.5rem;
	margin-left: auto;
}

.frame__tagline {
	max-width: 220px;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.frame__contact {
	margin-bottom: 1rem;
}

.frame__works {
	display: flex;
	flex-direction: column;
	pointer-events: none;
	margin-bottom: 1rem;
}

.frame__content {
	flex: 1;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-areas: 'content-item';
	position: relative;
}

.frame__title {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.frame__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;	
	margin-top: auto;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* margin-left: 5em; */
}

.frame a {
  pointer-events: auto;
}

.frame__title h1 {
	font-size: inherit;
	margin: 0;
	font-weight: inherit;
}

.frame__title .tagline {
	font-size: inherit;
	margin: 0;
	font-weight: inherit;
}

.frame__menu::before {
	content: '';
	width: 100%;
	height: 1px;
	background: currentColor;
}

.frame__menu::after {
	content: '';
	width: 60%;
	height: 1px;
	background: currentColor;
}

.frame__works span {
	margin-bottom: 1.5rem;
}

.frame__works a {
	pointer-events: auto;
	padding: 0.25rem 0;
	position: relative;
	font-size: 1.5rem;
	text-decoration: none;
	color: var(--color-link-works);
}

.frame__works a:hover {
	color: var(--color-link-works-hover);
}
 
.frame__works a.current {
	color: var(--color-link-works-current);
}

.frame__menu {
	grid-area: menu;
	justify-self: end;
	width: 30px;
	aspect-ratio: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: self-end;
	gap: 0.5rem;
}

.frame__menu::before {
	content: '';
	width: 100%;
	height: 1px;
	background: currentColor;
}

.frame__menu::after {
	content: '';
	width: 60%;
	height: 1px;
	background: currentColor;
}

/* Hide hamburger menu elements on desktop */
.menu-toggle,
.menu-dropdown {
	display: none;
}

/* Shows page: Hide hamburger menu by default, show only at smaller screens */
.shows-page .menu-toggle,
.shows-page .menu-dropdown {
	display: none;
}

.frame__links {
	grid-area: links;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;	
	align-self: end;
	justify-content: center;
	width: 100%;
}

.frame__content {
	grid-area: content;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-areas: 'content-item';
}

.frame__title-main {
	text-transform: none;
	line-height: 0.9;
	font-weight: 400;
	margin: 0;
	grid-area: content;
	color: var(--color-title);
	font-size: clamp(2rem,8vw,9rem);
	display: grid;
	align-content: center;
	width: 100%;
	pointer-events: none;
}

.frame__title-main span:last-child {
	margin-left: 1em;
}

.content {
	pointer-events: none;
	position: relative;
	opacity: 0;
	grid-area: content-item;
	display: grid;
	grid-template-columns: repeat(10,1fr);
	grid-template-rows: repeat(10,1fr);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.content--current {
	opacity: 1;
}

.content__title {
	position: relative;
	z-index: 10;
	text-transform: none;
	font-weight: normal;
	opacity: 0;
	grid-area: 1 / 2 / -1 / -2;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	margin: 0;
	line-height: 1;
	color: var(--color-title);
	font-size: clamp(1rem,5vw,5rem);
}

.no-js .content__title {
	opacity: 1;
}

.content__img {
	position: relative;
	will-change: clip-path, filter;
}

.content__img-inner {
	background-size: cover;
	background-position: 50% 0%;
	width: 100%;
	height: 100%;
}

.pos-1 { grid-area: 1 / 1 / 5 / 5; }
.pos-2 { grid-area: 5 / 8 / 10 / 11; }
.pos-3 { grid-area: 8 / 3 / 11 / 5; }

.pos-4 { grid-area: 3 / 5 / 8 / 10; }
.pos-5 { grid-area: 7 / 4 / 10 / 7; }
.pos-6 { grid-area: 2 / 2 / 4 / 4; }

.pos-7 { grid-area: 6 / 2 / 11 / 5; }
.pos-8 { grid-area: 2 / 8 / 8 / 11; }
.pos-9 { grid-area: 3 / 3 / 6 / 6; }

.pos-10 { grid-area: 7 / 7 / 10 / 9; }
.pos-11 { grid-area: 4 / 1 / 10 / 4; }
.pos-12 { grid-area: 2 / 5 / 6 / 9; }

.pos-13 { grid-area: 3 / 8 / 8 / 11; }
.pos-14 { grid-area: 1 / 5 / 5 / 7; }
.pos-15 { grid-area: 6 / 2 / 11 / 5; }

.background {
	position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  z-index: -1;
  grid-template-areas: 'background';
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  pointer-events: none;
  place-items: center;
}

.background__image {
	position: relative;
	z-index: 0;
	grid-area: background;
	background-size: cover;
	filter: brightness(0.2);
	width: 120%;
	height: 120%;
	opacity: 0;
}

.background__video {
	position: relative;
	z-index: 1;
  grid-area: background;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Responsive Layout */
@media screen and (min-width: 53em) {
	body {
		--page-padding: 2.5rem;
	}
	
	.frame {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-between;
	}
	
	/* Desktop layout positioning */
	.frame__header {
		position: absolute;
		top: var(--page-padding);
		left: 0;
		right: 0;
		width: 100%;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 var(--page-padding);
		box-sizing: border-box;
	}
	
	.frame__site {
		position: static;
		order: 1;
	}
	
	.frame__year {
		position: static;
		order: 2;
		margin: 0;
		margin-left: 2em;
		transform: none;
	}
	
	.frame__menu {
		position: static;
		order: 3;
		margin-left: 0;
	}
	
	.frame__tagline {
		position: absolute;
		top: var(--page-padding);
		left: var(--page-padding);
		width: 20%;
		margin-bottom: 0;
	}
	
	.frame__contact {
		position: absolute;
		left: var(--page-padding);
		top: calc(var(--page-padding) + 8rem);
		padding-top: 3rem;
		margin-bottom: 0;
	}
	
	.frame__works {
		position: absolute;
		left: var(--page-padding);
		bottom: calc(25% + var(--page-padding));
		margin-bottom: 10vh;
	}
	
	.frame__content {
		position: absolute;
		top: calc(var(--page-padding) + 4rem);
		right: var(--page-padding);
		bottom: calc(var(--page-padding) + 4rem);
		width: calc(65% - var(--page-padding));
		height: calc(100% - 8rem - 2 * var(--page-padding));
		
	}
	
	.frame__title {
		position: absolute;
		bottom: var(--page-padding);
		left: var(--page-padding);
		width: 60%;
		margin-bottom: 0;
	}
	
	.frame__links {
		position: absolute;
		left: 50%;
		bottom: var(--page-padding);
		transform: translateX(-50%);
		text-align: center;
		gap: 2rem;
		margin-top: 0;
		width: auto;
	}

	.frame__title-main {
		position: absolute;
		left: 42%;
		top: 20%;
		right: var(--page-padding);
		bottom: 20%;
		width: calc(65% - var(--page-padding));
		height: 60%;
	}
}

/* ==== Subtle Hover Parallax Motion ==== */
.background {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.background__image.parallax {
  position: absolute;
  inset: -5%;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  opacity: 0.9;
  filter: brightness(0.35);
  will-change: transform, background-position;
  transition: transform 1s ease-out, background-position 1s ease-out;
}

/* Optional mood vignette */
.background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
  pointer-events: none;
}

/* ==== SHOWS PAGE STYLES ==== */
.shows-page {
	background: #000;
	overflow-x: hidden;
}

.shows-page main {
	min-height: 100vh;
	position: relative;
}

.shows-page .frame__back-nav {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

.shows-page .frame__back-nav a {
	color: var(--color-title);
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.1);
	transition: all 0.3s var(--ease-smooth);
	border: 1px solid rgba(255,255,255,0.1);
}

.shows-page .frame__back-nav a:hover,
.shows-page .frame__back-nav a:focus {
	color: var(--color-title);
	background: rgba(255,255,255,0.15);
	border-color: rgba(255,255,255,0.3);
	transform: translateY(-2px);
}

.shows__content {
	/* position: absolute; */
	top: 10%;
	padding: 8rem 2rem 4rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	z-index: 2;
}

.shows-title {
	color: var(--color-title);
	font-size: clamp(3rem, 8vw, 6rem);
	font-weight: 400;
	line-height: 0.9;
	margin: 0 0 1rem 0;
}

.shows-subtitle {
	color: #ddd;
	font-size: 1.1rem;
	line-height: 1.6;
	max-width: 600px;
	margin: 0 auto;
	text-transform: none;
}

/* --- GRID OF SHOW CARDS --- */
.shows-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4rem;
	width: 100%;
	max-width: 1100px;
	margin: 4rem auto 0;
	padding: 0;
}

/* --- INDIVIDUAL SHOW CARD --- */
.show-card {
	position: relative;
	width: 300px;
	aspect-ratio: 1/1;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	flex: 0 0 auto;
	transition: transform 0.3s var(--ease-smooth);
}

.show-card:hover {
	transform: translateY(-5px) scale(1.01);
}

.show-card__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s var(--ease-smooth);
}

.show-card:hover .show-card__image {
	transform: scale(1.05);
}

/* --- OVERLAY ON HOVER --- */
.show-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(244,216,140,0.1) 100%);
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 2rem;
	text-align: center;
	transition: opacity 0.3s var(--ease-smooth);
}

.show-card:hover .show-card__overlay {
	opacity: 1;
}

.show-card__title {
	color: var(--color-title);
	font-size: clamp(1.2rem, 3vw, 2rem);
	margin: 0 0 0.5rem 0;
	font-weight: 400;
	line-height: 1.2;
	transform: translateY(20px);
	transition: transform 0.3s var(--ease-smooth) 0.1s;
}

.show-card:hover .show-card__title {
	transform: translateY(0);
}

.show-card__description {
	color: #ddd;
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0 0 1rem 0;
	text-transform: none;
}

.show-card__link {
	color: #fff;
	text-decoration: none;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0.7rem 1.5rem;
	border: 2px solid #fff;
	border-radius: 25px;
	background: transparent;
	margin-top: 1rem;
	transform: translateY(20px);
	transition: all 0.3s var(--ease-smooth) 0.15s;
}

.show-card:hover .show-card__link {
	transform: translateY(0);
}

.show-card__link:hover {
	background: var(--color-accent);
	color: #fff;
	border-color: #FFF;
	transform: translateY(-2px);
}

.show-card:focus-visible {
	outline: 2px solid var(--color-accent);
	outline-offset: 4px;
}

/* --- DEVELOPER BRANDING --- */
.developer-branding {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	opacity: 0.7;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.developer-branding:hover {
	opacity: 1;
	transform: scale(1.05);
}

.developer-branding a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
	padding: 8px;
	transition: box-shadow 0.3s ease;
}

.developer-branding a:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.developer-branding img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 1024px) {
	.shows-grid {
		gap: 2rem;
		max-width: 900px;
	}
	
	/* Shows page: Switch to hamburger menu when layout becomes 2+1 */
	.shows-page .frame__links {
		display: none;
	}
	
	.shows-page .menu-toggle,
	.shows-page .menu-dropdown {
		display: block;
	}
	
	/* Ensure hamburger menu is top-right positioned on tablet */
	.shows-page .frame__header {
		position: fixed;
		top: 0;
		right: 0;
		width: auto;
		margin: 1rem;
		z-index: 1000;
	}
	
	.shows-page .frame__menu {
		position: relative;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 1001;
	}
	
	/* Ensure shows page menu uses same styling as homepage */
	.shows-page .menu-toggle {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: flex-end;
	}
	
	.shows-page .menu-toggle span {
		width: 100%;
		height: 1px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.shows-page .menu-toggle span:nth-child(2) {
		width: 60%;
	}
	
	.shows-page .menu-dropdown {
		position: absolute;
		top: 100%;
		right: 0;
		background: rgba(0, 0, 0, 0.95);
		backdrop-filter: blur(10px);
		padding: 1rem;
		min-width: 150px;
		border-radius: 8px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: all 0.3s ease;
		border: 1px solid rgba(255,255,255,0.1);
	}
	
	.shows-page .frame__menu:hover .menu-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	/* Click-to-toggle functionality for shows page */
	.shows-page .frame__menu.menu-active .menu-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	/* Force hide when menu is closed - shows page */
	.shows-page .frame__menu.menu-closed .menu-dropdown {
		display: none !important;
	}
	
	.shows-page .frame__menu.menu-closed:hover .menu-dropdown {
		display: none !important;
	}
	
	.shows-page .menu-dropdown a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 0.75rem 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		transition: color 0.3s ease;
	}
	
	.shows-page .menu-dropdown a:last-child {
		border-bottom: none;
	}
	
	.shows-page .menu-dropdown a:hover {
		color: #ccc;
	}

/* Hamburger menu styling and click-to-toggle for ALL pages below 1024px */
    .frame__header {
        position: fixed;
        top: 0;
        right: 0;
        width: auto;
        margin: 1rem;
        z-index: 1000;
    }
    .frame__menu {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 1001;
    }
    .menu-toggle,
    .menu-dropdown {
        display: block;
    }
    .menu-toggle {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-end;
    }
    .menu-toggle span {
        width: 100%;
        height: 1px;
        background: #fff;
        transition: all 0.3s ease;
    }
    .menu-toggle span:nth-child(2) {
        width: 60%;
    }
    .menu-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        padding: 1rem;
        min-width: 150px;
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        border: 1px solid rgba(255,255,255,0.1);
    }
    .frame__menu:hover .menu-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .frame__menu.menu-active .menu-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .frame__menu.menu-closed .menu-dropdown {
        display: none !important;
    }
    .frame__menu.menu-closed:hover .menu-dropdown {
        display: none !important;
    }
    .menu-dropdown a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        transition: color 0.3s ease;
    }
    .menu-dropdown a:last-child {
        border-bottom: none;
    }
    .menu-dropdown a:hover {
        color: #ccc;
    }

    /* Hide gray decoration when hamburger is visible */
    .frame__menu::before,
    .frame__menu::after {
        display: none !important;
    }
}

/* Tablet media query for hamburger menu positioning */
@media (max-width: 1024px) and (min-width: 769px) {
	/* Ensure hamburger menu is top-right on all pages at tablet size */
	.frame__header {
		position: fixed;
		top: 0;
		right: 0;
		width: auto;
		margin: 1rem;
		z-index: 1000;
	}
	
	.frame__menu {
		position: relative;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 1001;
	}
	
	/* Show hamburger menu elements on tablet for all pages */
	.menu-toggle,
	.menu-dropdown {
		display: block;
	}
	
	/* Hide regular frame links on tablet */
	.frame__links {
		display: none;
	}
	
	/* Tablet hamburger menu styling */
	.menu-toggle {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: flex-end;
	}
	
	.menu-toggle span {
		width: 100%;
		height: 1px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.menu-toggle span:nth-child(2) {
		width: 60%;
	}
	
	.menu-dropdown {
		position: absolute;
		top: 100%;
		right: 0;
		background: rgba(0, 0, 0, 0.95);
		backdrop-filter: blur(10px);
		padding: 1rem;
		min-width: 150px;
		border-radius: 8px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: all 0.3s ease;
		border: 1px solid rgba(255,255,255,0.1);
	}
	
	.frame__menu:hover .menu-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	.frame__menu.menu-active .menu-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	/* Force hide when menu-closed class is present */
	.frame__menu.menu-closed .menu-dropdown {
		display: none !important;
	}
	
	/* Disable hover when menu is being controlled by click */
	.frame__menu.menu-closed:hover .menu-dropdown {
		display: none !important;
	}

	/* Force hide when menu-closed class is present on all main pages */
	.index-page .frame__menu.menu-closed .menu-dropdown,
	.about-page .frame__menu.menu-closed .menu-dropdown,
	.contact-page .frame__menu.menu-closed .menu-dropdown,
	.shows-page .frame__menu.menu-closed .menu-dropdown {
	    display: none !important;
	}
	.index-page .frame__menu.menu-closed:hover .menu-dropdown,
	.about-page .frame__menu.menu-closed:hover .menu-dropdown,
	.contact-page .frame__menu.menu-closed:hover .menu-dropdown,
	.shows-page .frame__menu.menu-closed:hover .menu-dropdown {
	    display: none !important;
	}

	/* Force hide when menu-closed class is present on about page */
	.about-page .frame__menu.menu-closed .menu-dropdown {
	    display: none !important;
	}
	.about-page .frame__menu.menu-closed:hover .menu-dropdown {
	    display: none !important;
	}
	
	.menu-dropdown a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 0.75rem 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		transition: color 0.3s ease;
	}
	
	.menu-dropdown a:last-child {
		border-bottom: none;
	}
	
	.menu-dropdown a:hover {
		color: #ccc;
	}
}

@media (max-width: 768px) {
	.shows__content {
		padding: 6rem 1rem 3rem;
	}
	
	.shows-grid {
		flex-direction: column;
		gap: 2rem;
	}
	
	.show-card {
		max-width: 280px;
		width: 100%;
	}

	.developer-branding {
		bottom: 15px;
		right: 15px;
	}
	
	.developer-branding a {
		width: 35px;
		height: 35px;
		padding: 6px;
	}
}

/* --- ACCESSIBILITY --- */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* ==== SHOW DETAIL PAGES (KWESHUWA, ETC.) ==== */
.kweshuwa-page {
	background: #000 !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	min-height: 100vh;
}

.kweshuwa-page html {
	overflow: auto !important;
}

.kweshuwa-page body {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	height: auto !important;
	min-height: 100vh;
}

.kweshuwa-page main {
	position: relative;
	height: auto;
	overflow: visible;
}

.kweshuwa-page .frame__back-nav {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

.kweshuwa-page .frame__back-nav a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.1);
	transition: all 0.3s var(--ease-smooth);
	border: 1px solid rgba(255,255,255,0.1);
}

.kweshuwa-page .frame__back-nav a:hover,
.kweshuwa-page .frame__back-nav a:focus {
	color: var(--color-title);
	background: rgba(255,255,255,0.15);
	border-color: rgba(255,255,255,0.3);
	transform: translateY(-2px);
}

.show-detail {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 6rem 2rem 4rem;
}

/* Hero Section */
.show-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	margin-bottom: 6rem;
	min-height: 70vh;
}

.show-hero__content h1 {
	color: var(--color-title);
	font-size: clamp(3rem, 8vw, 5rem);
	font-weight: 400;
	line-height: 0.9;
	margin: 0 0 1rem 0;
}

.show-hero__content p {
	color: #ddd;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0;
	text-transform: none;
}

.show-hero__image {
	position: relative;
	aspect-ratio: 4/3;
	border-radius: 12px;
	overflow: hidden;
}

.show-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--ease-smooth);
}

.show-hero__image:hover img {
	transform: scale(1.05);
}

/* Content Sections */
.show-section {
	margin: 4rem 0;
}

.show-section__content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.show-section h2 {
	color: var(--color-title);
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 400;
	margin: 0 0 2rem 0;
	line-height: 1.1;
}

.show-section p {
	color: #ddd;
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 0 0 1.5rem 0;
	text-transform: none;
}

.show-section--highlight {
	background: rgba(255,255,255,0.05);
	padding: 4rem;
	border-radius: 16px;
	margin: 6rem 0;
}

/* Image Galleries */
.show-gallery {
	margin: 4rem 0;
}

.gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.gallery-grid--three {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-item {
	aspect-ratio: 4/3;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--ease-smooth);
}

/* Feature Image */
.show-feature-image {
	margin: 6rem 0;
	text-align: center;
}

.show-feature-image img {
	width: 100%;
	max-width: 900px;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.feature-caption {
	margin-top: 1.5rem;
}

.feature-caption p {
	color: #aaa;
	font-size: 1rem;
	font-style: italic;
	text-transform: none;
}

/* Info Grid */
.info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-top: 3rem;
	text-align: left;
}

.info-item h3 {
	color: var(--color-title);
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
}

.info-item p {
	color: #ddd;
	font-size: 2em;
	margin: 0;
	text-transform: none;
}

/* Credits */
.credits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-top: 2rem;
	text-align: left;
}

.credits-group h3 {
	color: var(--color-title);
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
}

.credits-group p {
	color: #ddd;
	font-size: 1rem;
	line-height: 1.6;
	text-transform: none;
}

/* CTA Section */
.show-cta {
	background: linear-gradient(135deg, var(--color-accent) 0%, #6b1519 100%);
	padding: 4rem;
	border-radius: 16px;
	text-align: center;
	margin: 6rem 0 4rem;
}

.show-cta__content h2 {
	color: var(--color-title);
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	margin: 0 0 1rem 0;
}

.show-cta__content p {
	color: #ddd;
	font-size: 1.1rem;
	margin: 0 0 2rem 0;
	text-transform: none;
}

.cta-button {
	display: inline-block;
	color: var(--color-title);
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 2rem;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 30px;
	transition: all 0.3s var(--ease-smooth);
	backdrop-filter: blur(10px);
}

.cta-button:hover {
	background: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.5);
	transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
	.show-detail {
		padding: 4rem 1rem 2rem;
	}

	.show-hero {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 4rem;
		min-height: auto;
	}

	.show-hero__content {
		text-align: center;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.gallery-grid--three {
		grid-template-columns: 1fr;
	}

	.info-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		text-align: center;
	}

	.credits {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}

	.show-section--highlight {
		padding: 2rem;
		margin: 4rem 0;
	}

	.show-cta {
		padding: 2rem;
		margin: 4rem 0 2rem;
	}
}

/* Image Loading States */
img[loading="lazy"] {
	opacity: 0;
	transition: opacity 0.3s ease;
}

img[loading="lazy"].loaded,
img[loading="eager"] {
	opacity: 1;
}

/* Kweshuwa Page Specific Styles */
.kweshuwa-page {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	background: #000;
	color: #ddd;
	font-family: "Onest", sans-serif;
}

.kweshuwa-page .page-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 6rem 2rem 4rem;
}

.kweshuwa-page .back-nav {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

.kweshuwa-page .back-nav a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.1);
	transition: all 0.3s ease;
	border: 1px solid rgba(255,255,255,0.1);
}

.kweshuwa-page .back-nav a:hover {
	background: rgba(255,255,255,0.15);
	transform: translateY(-2px);
}

.kweshuwa-page .footer-links {
	text-align: center;
	margin: 4rem 0 2rem;
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
}

.kweshuwa-page .footer-links a {
	color: #ddd;
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.kweshuwa-page .footer-links a:hover {
	background: rgba(255,255,255,0.1);
}

/* Info & Credits Side by Side Layout */
.kweshuwa-page .info-credits-section {
	margin: 6rem 0 4rem;
	background: rgba(255,255,255,0.05);
	padding: 4rem;
	border-radius: 16px;
}

.kweshuwa-page .info-credits-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 4rem;
	align-items: start;
}

.kweshuwa-page .info-section h2,
.kweshuwa-page .credits-section h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
}

.kweshuwa-page .info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.5rem;
}

.kweshuwa-page .info-item h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
}

.kweshuwa-page .info-item p {
	color: #ddd;
	font-size: 1.3rem;
	margin: 0;
	text-transform: none;
}

.kweshuwa-page .credits {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.kweshuwa-page .credits-group h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.kweshuwa-page .credits-group p {
	color: #ddd;
	font-size: 1.3rem;
	line-height: 1.6;
	text-transform: none;
	margin: 0;
}

/* Full Width CTA */
.kweshuwa-page .show-cta-fullwidth {
	background: linear-gradient(135deg, #481014 0%, #6b1519 100%);
	padding: 4rem 2rem;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 4rem;
}

.kweshuwa-page .show-cta__content h2 {
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.kweshuwa-page .show-cta__content p {
	color: #ddd;
	font-size: 1.1rem;
	margin: 0 0 2rem 0;
	text-transform: none;
}

.kweshuwa-page .cta-button {
	display: inline-block;
	color: #fff;
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 2rem;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 30px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	text-transform: uppercase;
}

.kweshuwa-page .cta-button:hover {
	background: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.5);
	transform: translateY(-2px);
}

/* Integrated Footer in CTA */
.kweshuwa-page .footer-content-integrated {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.kweshuwa-page .footer-content-integrated a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.9rem;
	border: 1px solid rgba(255,255,255,0.2);
}

.kweshuwa-page .footer-content-integrated a:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
	border-color: rgba(255,255,255,0.4);
}

/* Developer Branding in Footer */
.kweshuwa-page .developer-branding {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1.5rem;
	opacity: 0.7;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.kweshuwa-page .developer-branding:hover {
	opacity: 1;
	transform: scale(1.05);
}

.kweshuwa-page .developer-branding a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
	padding: 8px;
	transition: box-shadow 0.3s ease;
}

.kweshuwa-page .developer-branding a:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.kweshuwa-page .developer-branding img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Kweshuwa Responsive Design */
@media (max-width: 768px) {
	.kweshuwa-page .info-credits-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.kweshuwa-page .info-credits-section {
		padding: 2rem;
		margin: 4rem 0 2rem;
	}

	.kweshuwa-page .info-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.kweshuwa-page .show-cta-fullwidth {
		padding: 3rem 1rem;
	}

	.kweshuwa-page .footer-content-integrated {
		flex-direction: column;
		gap: 1rem;
	}

	.kweshuwa-page .developer-branding a {
		width: 35px;
		height: 35px;
		padding: 6px;
	}
}

/* Knuffels en Kussen Page Specific Styles */
.knuffels-page {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	background: #000;
	color: #ddd;
	font-family: "Onest", sans-serif;
}

.knuffels-page .page-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 6rem 2rem 4rem;
}

.knuffels-page .back-nav {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

.knuffels-page .back-nav a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.1);
	transition: all 0.3s ease;
	border: 1px solid rgba(255,255,255,0.1);
}

.knuffels-page .back-nav a:hover {
	background: rgba(255,255,255,0.15);
	transform: translateY(-2px);
}

.knuffels-page .footer-links {
	text-align: center;
	margin: 4rem 0 2rem;
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
}

.knuffels-page .footer-links a {
	color: #ddd;
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.knuffels-page .footer-links a:hover {
	background: rgba(255,255,255,0.1);
}

/* Info & Credits Side by Side Layout */
.knuffels-page .info-credits-section {
	margin: 6rem 0 4rem;
	background: rgba(255,255,255,0.05);
	padding: 4rem;
	border-radius: 16px;
}

.knuffels-page .info-credits-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 4rem;
	align-items: start;
}

.knuffels-page .info-section h2,
.knuffels-page .credits-section h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
}

.knuffels-page .info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.5rem;
}

.knuffels-page .info-item h3 {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
}

.knuffels-page .info-item p {
	color: #ddd;
	font-size: 0.9rem;
	margin: 0;
	text-transform: none;
}

.knuffels-page .credits {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.knuffels-page .credits-group h3 {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.knuffels-page .credits-group p {
	color: #ddd;
	font-size: 0.95rem;
	line-height: 1.6;
	text-transform: none;
	margin: 0;
}

/* Full Width CTA */
.knuffels-page .show-cta-fullwidth {
	background: linear-gradient(135deg, #481014 0%, #6b1519 100%);
	padding: 4rem 2rem;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 4rem;
}

.knuffels-page .show-cta__content h2 {
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.knuffels-page .show-cta__content p {
	color: #ddd;
	font-size: 1.1rem;
	margin: 0 0 2rem 0;
	text-transform: none;
}

.knuffels-page .cta-button {
	display: inline-block;
	color: #fff;
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 2rem;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 30px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	text-transform: uppercase;
}

.knuffels-page .cta-button:hover {
	background: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.5);
	transform: translateY(-2px);
}

/* Integrated Footer in CTA */
.knuffels-page .footer-content-integrated {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.knuffels-page .footer-content-integrated a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.9rem;
	border: 1px solid rgba(255,255,255,0.2);
}

.knuffels-page .footer-content-integrated a:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
	border-color: rgba(255,255,255,0.4);
}

/* Developer Branding in Footer */
.knuffels-page .developer-branding {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.1);
	opacity: 0.7;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.knuffels-page .developer-branding:hover {
	opacity: 1;
	transform: scale(1.05);
}

.knuffels-page .developer-branding a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
	padding: 8px;
	transition: box-shadow 0.3s ease;
}

.knuffels-page .developer-branding a:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.knuffels-page .developer-branding img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Knuffels en Kussen Responsive Design */
@media (max-width: 768px) {
	.knuffels-page .info-credits-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.knuffels-page .info-credits-section {
		padding: 2rem;
		margin: 4rem 0 2rem;
	}

	.knuffels-page .info-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.knuffels-page .show-cta-fullwidth {
		padding: 3rem 1rem;
	}

	.knuffels-page .footer-content-integrated {
		flex-direction: column;
		gap: 1rem;
	}

	.knuffels-page .developer-branding a {
		width: 35px;
		height: 35px;
		padding: 6px;
	}
}

/* Het is ook maar gewoon wij Page Specific Styles */
.hiomgw-page {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	background: #000;
	color: #ddd;
	font-family: "Onest", sans-serif;
}

.hiomgw-page .page-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 6rem 2rem 4rem;
}

.hiomgw-page .back-nav {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

.hiomgw-page .back-nav a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.1);
	transition: all 0.3s ease;
	border: 1px solid rgba(255,255,255,0.1);
}

.hiomgw-page .back-nav a:hover {
	background: rgba(255,255,255,0.15);
	transform: translateY(-2px);
}

.hiomgw-page .footer-links {
	text-align: center;
	margin: 4rem 0 2rem;
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
}

.hiomgw-page .footer-links a {
	color: #ddd;
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.hiomgw-page .footer-links a:hover {
	background: rgba(255,255,255,0.1);
}

/* Info & Credits Side by Side Layout */
.hiomgw-page .info-credits-section {
	margin: 6rem 0 4rem;
	background: rgba(255,255,255,0.05);
	padding: 4rem;
	border-radius: 16px;
}

.hiomgw-page .info-credits-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 4rem;
	align-items: start;
}

.hiomgw-page .info-section h2,
.hiomgw-page .credits-section h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
}

.hiomgw-page .info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.5rem;
}

.hiomgw-page .info-item h3 {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
}

.hiomgw-page .info-item p {
	color: #ddd;
	font-size: 0.9rem;
	margin: 0;
	text-transform: none;
}

.hiomgw-page .credits {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.hiomgw-page .credits-group h3 {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.hiomgw-page .credits-group p {
	color: #ddd;
	font-size: 0.95rem;
	line-height: 1.6;
	text-transform: none;
	margin: 0;
}

/* Full Width CTA */
.hiomgw-page .show-cta-fullwidth {
	background: linear-gradient(135deg, #481014 0%, #6b1519 100%);
	padding: 4rem 2rem;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 4rem;
}

.hiomgw-page .show-cta__content h2 {
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.hiomgw-page .show-cta__content p {
	color: #ddd;
	font-size: 1.1rem;
	margin: 0 0 2rem 0;
	text-transform: none;
}

.hiomgw-page .cta-button {
	display: inline-block;
	color: #fff;
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 2rem;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 30px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	text-transform: uppercase;
}

.hiomgw-page .cta-button:hover {
	background: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.5);
	transform: translateY(-2px);
}

/* Integrated Footer in CTA */
.hiomgw-page .footer-content-integrated {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.hiomgw-page .footer-content-integrated a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.9rem;
	border: 1px solid rgba(255,255,255,0.2);
}

.hiomgw-page .footer-content-integrated a:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
	border-color: rgba(255,255,255,0.4);
}

/* Developer Branding in Footer */
.hiomgw-page .developer-branding {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.1);
	opacity: 0.7;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.hiomgw-page .developer-branding:hover {
	opacity: 1;
	transform: scale(1.05);
}

.hiomgw-page .developer-branding a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
	padding: 8px;
	transition: box-shadow 0.3s ease;
}

.hiomgw-page .developer-branding a:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.hiomgw-page .developer-branding img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Het is ook maar gewoon wij Responsive Design */
@media (max-width: 768px) {
	.hiomgw-page .info-credits-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.hiomgw-page .info-credits-section {
		padding: 2rem;
		margin: 4rem 0 2rem;
	}

	.hiomgw-page .info-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.hiomgw-page .show-cta-fullwidth {
		padding: 3rem 1rem;
	}

	.hiomgw-page .footer-content-integrated {
		flex-direction: column;
		gap: 1rem;
	}

	.hiomgw-page .developer-branding a {
		width: 35px;
		height: 35px;
		padding: 6px;
	}
}

/* About Page Specific Styles */
.about-page {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	background: #000;
	color: #ddd;
	font-family: "Onest", sans-serif;
}

.about-page .page-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 6rem 2rem 4rem;
}

.about-page .back-nav {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

.about-page .back-nav a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.1);
	transition: all 0.3s ease;
	border: 1px solid rgba(255,255,255,0.1);
}

.about-page .back-nav a:hover {
	background: rgba(255,255,255,0.15);
	transform: translateY(-2px);
}

/* About Hero Section */
.about-page .about-hero {
	text-align: center;
	margin-bottom: 6rem;
}

.about-page .about-hero h1 {
	color: #fff;
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 300;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
}

.about-page .about-hero p {
	color: #ddd;
	font-size: 1.2rem;
	line-height: 1.6;
	max-width: 600px;
	margin: 0 auto;
	text-transform: none;
}

/* About Content Section */
.about-page .about-content {
	margin: 6rem 0;
}

.about-page .about-section {
	margin-bottom: 4rem;
}

.about-page .about-section h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
}

.about-page .about-section p {
	color: #ddd;
	font-size: 1.1rem;
	line-height: 1.8;
	margin: 0 0 1.5rem 0;
	text-transform: none;
}

/* Team Section */
.about-page .team-section {
	background: rgba(255,255,255,0.05);
	padding: 6rem 4rem;
	border-radius: 16px;
	margin: 6rem 0;
}

.about-page .team-section h2 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 400;
	margin: 0 0 4rem 0;
	text-align: center;
	text-transform: uppercase;
}

.about-page .team-intro {
	text-align: center;
	color: #ddd;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 0 4rem 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
}

.about-page .team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 3rem;
	margin-bottom: 4rem;
}

.about-page .team-member {
	background: rgba(255,255,255,0.08);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.4s ease;
	text-align: left;
	text-transform: none;
	border: 1px solid rgba(255,255,255,0.1);
}

.about-page .team-member:hover {
	background: rgba(255,255,255,0.12);
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0,0,0,0.3);
	border-color: rgba(255,255,255,0.2);
}

.about-page .team-member-photo {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.about-page .team-member-photo::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

.about-page .team-member-info {
	padding: 2rem;
}

.about-page .team-member-name {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
}

.about-page .team-member-role {
	color: #ddd;
	font-size: 0.95rem;
	margin: 0 0 1rem 0;
	opacity: 0.8;
}

.about-page .team-member-bio {
	color: #ddd;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

/* Team Gallery Section */
.about-page .team-gallery {
	margin-top: 4rem;
}

.about-page .team-gallery h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	text-align: center;
	text-transform: uppercase;
}

/* Team Gallery Carousel */
.about-page .team-gallery {
	margin-top: 4rem;
}

.about-page .team-gallery h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0 0 2rem 0;
	text-align: center;
	text-transform: uppercase;
}

.about-page .gallery-carousel {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.about-page .carousel-container {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.about-page .carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.about-page .carousel-slide.active {
	opacity: 1;
}

.about-page .carousel-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
	padding: 2rem;
	color: #fff;
}

.about-page .carousel-counter {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-size: 0.9rem;
	backdrop-filter: blur(10px);
}

.about-page .carousel-arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	z-index: 10;
}

.about-page .carousel-arrows:hover {
	background: rgba(0,0,0,0.7);
	transform: translateY(-50%) scale(1.1);
}

.about-page .carousel-arrow-prev {
	left: 1rem;
}

.about-page .carousel-arrow-next {
	right: 1rem;
}

.about-page .carousel-dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1rem;
}

.about-page .carousel-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	cursor: pointer;
	transition: all 0.3s ease;
}

.about-page .carousel-dot.active {
	background: #fff;
	transform: scale(1.2);
}

/* Lightbox Styles */
.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

.lightbox.active {
	display: flex;
}

.lightbox-content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ===== CONTACT PAGE STYLES ===== */

.contact-page .back-nav,
.cookie-settings-page .back-nav {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 100;
}

.contact-page .back-nav a,
.cookie-settings-page .back-nav a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	backdrop-filter: blur(10px);
	background: rgba(255,255,255,0.1);
	transition: all 0.3s ease;
	border: 1px solid rgba(255,255,255,0.1);
}

.contact-page .back-nav a:hover,
.cookie-settings-page .back-nav a:hover {
	background: rgba(255,255,255,0.15);
	transform: translateY(-2px);
}

.contact-page .hero-section {
	background: url('../media/cover.webp') center/cover,
				linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
	background-size: cover;
	background-position: center;
	padding: 8rem 2rem 6rem 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.contact-page .hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
}

.contact-page .hero-content {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.contact-page .hero-title {
	font-size: 3.5rem;
	font-weight: 300;
	color: #fff;
	margin: 0 0 1.5rem 0;
	line-height: 1.2;
	text-transform: lowercase;
}

.contact-page .hero-subtitle {
	font-size: 1.3rem;
	color: #ccc;
	margin: 0;
	font-weight: 300;
	line-height: 1.6;
}

/* Contact Information Section */
.contact-page .contact-info-section {
	background: #0a0a0a;
	padding: 6rem 2rem;
}

.contact-page .section-container {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-page .contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
}

.contact-page .contact-details h2,
.contact-page .social-section h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	margin: 0 0 3rem 0;
	text-transform: lowercase;
}

.contact-page .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	margin: 0 0 2.5rem 0;
}

.contact-page .contact-icon {
	color: #fff;
	opacity: 0.8;
	margin-top: 0.25rem;
	flex-shrink: 0;
}

.contact-page .contact-text h3 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.contact-page .contact-text p,
.contact-page .contact-text a {
	color: #ccc;
	font-size: 1.1rem;
	margin: 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-page .contact-text a:hover {
	color: #fff;
}

/* Social Links */
.contact-page .social-links {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-page .social-link {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 12px;
	color: #ccc;
	text-decoration: none;
	transition: all 0.3s ease;
}

.contact-page .social-link:hover {
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.2);
	color: #fff;
	transform: translateY(-2px);
}

.contact-page .social-link span {
	font-size: 1.1rem;
	font-weight: 400;
}

/* Booking Section */
.contact-page .booking-section {
	background: #0a0a0a;
	padding: 6rem 2rem;
}

.contact-page .booking-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.contact-page .booking-content h2 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 300;
	margin: 0 0 1.5rem 0;
	text-transform: uppercase;
}

.contact-page .booking-content > p {
	color: #ccc;
	font-size: 1.2rem;
	margin: 0 0 4rem 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

.contact-page .booking-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin: 0 0 4rem 0;
}

.contact-page .booking-item {
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 16px;
	padding: 2rem;
	text-align: left;
	transition: all 0.3s ease;
}

.contact-page .booking-item:hover {
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.2);
	transform: translateY(-4px);
}

.contact-page .booking-item h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.contact-page .booking-item p {
	color: #ccc;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
	text-transform: none;
}


.contact-page .cta-section {
	text-align: center;
}

.contact-page .cta-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 2rem;
	background: #fff;
	color: #000;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 500;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	text-transform: lowercase;
}

.contact-page .cta-button:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(255,255,255,0.2);
}

/* Contact Page Footer with Big Logo */
.contact-footer-section {
	background: #000;
	padding: 2rem;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.contact-footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-footer-content {
	display: grid;
	grid-template-columns: 2fr 1fr auto;
	gap: 4rem;
	align-items: center;
}

.contact-footer-logo h3 {
	color: #fff;
	font-size: 4rem;
	font-weight: 200;
	margin: 0 0 0.75rem 0;
	text-transform: lowercase;
	letter-spacing: -0.03em;
	line-height: 0.9;
}

.contact-footer-logo p {
	color: #888;
	font-size: 1.2rem;
	margin: 0;
	font-weight: 300;
}

.footer__logo {
	height: 150px;
	width: auto;
}

.contact-footer-links {
	display: flex;
	flex-direction: row;
	gap: 4rem;
	align-items: flex-start;
}

.contact-footer-links a {
	color: #ccc;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
	text-transform: lowercase;
	transition: color 0.3s ease;
	position: relative;
}

.contact-footer-links a:hover {
	color: #fff;
}

.contact-footer-links a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: width 0.3s ease;
}

.contact-footer-links a:hover::after {
	width: 100%;
}

.contact-developer-branding {
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.contact-developer-branding:hover {
	opacity: 1;
}

.contact-developer-branding img {
	height: 28px;
	width: auto;
	filter: invert(1);
}

/* Responsive Contact Footer */
@media (max-width: 768px) {
	.contact-page .hero-title {
		font-size: 2.5rem;
	}
	
	.contact-page .hero-subtitle {
		font-size: 1.1rem;
	}
	
	.contact-page .contact-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
	
	.contact-page .contact-item {
		gap: 1rem;
	}
	
	.contact-page .booking-content h2 {
		font-size: 2rem;
		text-decoration: uppercase;
	}
	
	.contact-page .booking-content > p {
		font-size: 1.1rem;
	}
	
	.contact-page .booking-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	
	.contact-page .booking-item {
		padding: 1.5rem;
	}

	.contact-footer-content {
		grid-template-columns: 1fr;
		gap: 3rem;
		text-align: center;
	}
	
	.contact-footer-logo h3 {
		font-size: 3rem;
	}
	
	.contact-footer-logo p {
		font-size: 1.1rem;
	}
	
	.contact-footer-links {
		align-items: center;
		gap: 1.5rem;
	}
	
	.contact-footer-section {
		padding: 3rem 1rem 2rem 1rem;
	}
}

@media (max-width: 480px) {
	.contact-page .hero-section {
		padding: 6rem 1rem 4rem 1rem;
	}
	
	.contact-page .hero-title {
		font-size: 2rem;
	}
	
	.contact-page .contact-info-section,
	.contact-page .booking-section {
		padding: 4rem 1rem;
	}
	
	.contact-page .contact-details h2,
	.contact-page .social-section h2 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.contact-page .contact-item {
		margin-bottom: 2rem;
	}
	
	.contact-page .social-link {
		padding: 0.75rem;
	}
	
	.contact-page .booking-item {
		padding: 1.25rem;
	}
	
	.contact-page .cta-button {
		padding: 0.875rem 1.5rem;
		font-size: 1rem;
	}

	.contact-footer-logo h3 {
		font-size: 2.5rem;
	}
	
	.contact-footer-logo p {
		font-size: 1rem;
	}
	
	.contact-footer-links {
		gap: 1rem;
	}
	
	.contact-footer-links a {
		font-size: 1rem;
	}
}

.lightbox-image {
	max-width: 100%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: bold;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	z-index: 1001;
}

.lightbox-close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.lightbox-arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: bold;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	z-index: 1001;
}

.lightbox-arrows:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-50%) scale(1.1);
}

.lightbox-arrow-prev {
	left: 2rem;
}

.lightbox-arrow-next {
	right: 2rem;
}

.lightbox-counter {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	font-size: 1rem;
	backdrop-filter: blur(10px);
	z-index: 1001;
}

/* Responsive lightbox */
@media (max-width: 768px) {
	.lightbox-close {
		top: 1rem;
		right: 1rem;
		width: 40px;
		height: 40px;
		font-size: 1.2rem;
	}
	
	.lightbox-arrows {
		width: 50px;
		height: 50px;
		font-size: 1.2rem;
	}
	
	.lightbox-arrow-prev {
		left: 1rem;
	}
	
	.lightbox-arrow-next {
		right: 1rem;
	}
	
	.lightbox-counter {
		bottom: 1rem;
		padding: 0.5rem 1rem;
		font-size: 0.9rem;
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.about-page .carousel-container {
		height: 400px;
	}
	
	.about-page .carousel-overlay {
		padding: 1rem;
	}
}

/* Timeline Section */
.about-page .timeline-section {
	margin: 6rem 0;
}

.about-page .timeline-section h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 3rem 0;
	text-transform: uppercase;
}

.about-page .timeline-item {
	margin-bottom: 3rem;
	padding-left: 2rem;
	border-left: 2px solid rgba(255,255,255,0.2);
	position: relative;
}

.about-page .timeline-item::before {
	content: '';
	position: absolute;
	left: -6px;
	top: 0;
	width: 10px;
	height: 10px;
	background: #481014;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.3);
}

.about-page .timeline-item h3 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	text-transform: uppercase;
}

.about-page .timeline-item p {
	color: #ddd;
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
	text-transform: none;
}

/* Full Width CTA */
.about-page .show-cta-fullwidth {
	background: linear-gradient(135deg, #481014 0%, #6b1519 100%);
	padding: 4rem 2rem;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 4rem;
}

.about-page .show-cta__content h2 {
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}

.about-page .show-cta__content p {
	color: #ddd;
	font-size: 1.1rem;
	margin: 0 0 2rem 0;
	text-transform: none;
}

.about-page .cta-button {
	display: inline-block;
	color: #fff;
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 2rem;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 30px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	text-transform: uppercase;
	margin: 0 1rem 1rem 0;
}

.about-page .cta-button:hover {
	background: rgba(255,255,255,0.2);
	border-color: rgba(255,255,255,0.5);
	transform: translateY(-2px);
}

/* Integrated Footer in CTA */
.about-page .footer-content-integrated {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.about-page .footer-content-integrated a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.9rem;
	border: 1px solid rgba(255,255,255,0.2);
}

.about-page .footer-content-integrated a:hover {
	background: rgba(255,255,255,0.1);
	color: #fff;
	border-color: rgba(255,255,255,0.4);
}

/* Developer Branding in Footer */
.about-page .developer-branding {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1.5rem;
	opacity: 0.7;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.about-page .developer-branding:hover {
	opacity: 1;
	transform: scale(1.05);
}

.about-page .developer-branding a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
	padding: 8px;
	transition: box-shadow 0.3s ease;
}

.about-page .developer-branding a:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.about-page .developer-branding img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* About Page Responsive Design */
@media (max-width: 768px) {
	.about-page .team-section {
		padding: 3rem 2rem;
	}

	.about-page .team-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.about-page .team-member-photo {
		height: 250px;
	}

	.about-page .team-member-info {
		padding: 1.5rem;
	}

	.about-page .gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 1rem;
	}

	.about-page .timeline-item {
		padding-left: 1.5rem;
	}

	.about-page .show-cta-fullwidth {
		padding: 3rem 1rem;
	}

	.about-page .footer-content-integrated {
		flex-direction: column;
		gap: 1rem;
	}

	.about-page .developer-branding a {
		width: 35px;
		height: 35px;
		padding: 6px;
	}

	.about-page .cta-button {
		display: block;
		margin: 0 0 1rem 0;
	}
}

/* ===== INDEX PAGE MOBILE OPTIMIZATIONS ===== */
@media (max-width: 768px) {
	/* Disable animations and transitions on mobile for better performance */
	.loading * {
		animation: none !important;
		transition: none !important;
	}
	
	/* Frame adjustments for mobile */
	.frame {
		padding: 1rem;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}
	
	.frame__header {
		margin-bottom: 1rem;
		position: fixed;
		top: 0;
		right: 0;
		width: auto;
		margin: 1rem;
		z-index: 1000;
		order: 1;
	}
	
	.frame__year {
		font-size: 0.9rem;
		top: 0;
	}
	
	/* Hide decorative elements on mobile */
	.frame__tagline,
	.frame__contact {
		display: none;
	}
	
	/* Mobile title styling - move to top */
	.frame__title-main {
		font-size: 5rem !important;
		text-align: center;
		margin: 2rem 0 3rem 0;
		order: 2;
		z-index: 5;
		position: relative;
		color: #fff;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	}
	
	/* Mobile navigation styling */
	.frame__works {
		margin-bottom: 2rem;
		order: 3;
		/* background: rgba(0,0,0,0.4); */
		padding: 1.5rem;
		border-radius: 15px;
		/* backdrop-filter: blur(10px); */
		/* border: 1px solid rgba(255,255,255,0.1); */
		gap: 3em;
	}
	
	.frame__works span {
		font-size: 1rem;
		margin-bottom: 1.5rem;
		/* color: rgba(255,255,255,0.9); */
		font-weight: 500;
		display: block;
		text-align: center;
		visibility: hidden;
	}
	
	.frame__works a {
		font-size: 1.1rem;
		padding: 1em;
		border: 1px solid rgba(255,255,255,0.15);
		margin-bottom: 0.75rem;
		display: block;
		text-align: center;
		border-radius: 8px;
		/* background: rgba(255,255,255,0.05); */
		transition: all 0.3s ease;
	}
	
	.frame__works a:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.frame__works a:hover {
		background: rgba(255,255,255,0.15);
		transform: translateY(-2px);
	}
	
	/* Content positioning for mobile */
	.frame__content {
		display: none;
	}
	
	/* Hide content images on mobile for cleaner look */
	.content__img {
		display: none;
	}
	
	.frame__title {
		display: none;
	}
	
	/* Hide mobile links - moved to hamburger menu */
	.frame__links {
		display: none;
	}
	
	/* Mobile hamburger menu */
	.frame__menu {
		position: relative;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 1001;
	}
	
	/* Hide desktop menu lines on mobile */
	.frame__menu::before,
	.frame__menu::after {
		display: none;
	}
	
	/* Show hamburger menu elements on mobile */
	.menu-toggle,
	.menu-dropdown {
		display: block;
	}
	
	.menu-toggle {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: flex-end;
	}
	
	.menu-toggle span {
		width: 100%;
		height: 1px;
		background: #fff;
		transition: all 0.3s ease;
	}
	
	.menu-toggle span:nth-child(2) {
		width: 60%;
	}
	
	.menu-dropdown {
		position: absolute;
		top: 100%;
		right: 0;
		background: rgba(0,0,0,0.9);
		backdrop-filter: blur(10px);
		border-radius: 10px;
		padding: 1rem;
		min-width: 150px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: all 0.3s ease;
		border: 1px solid rgba(255,255,255,0.1);
	}
	
	.frame__menu:hover .menu-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	/* Click-to-toggle functionality */
	.frame__menu.menu-active .menu-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	
	/* Force hide when menu-inactive class is present */
	.frame__menu.menu-inactive .menu-dropdown {
		opacity: 0 !important;
		visibility: hidden !important;
		transform: translateY(-10px) !important;
	}
	
	/* Disable hover when menu is being controlled by click */
	.frame__menu.menu-inactive:hover .menu-dropdown {
		opacity: 0 !important;
		visibility: hidden !important;
		transform: translateY(-10px) !important;
	}
	
	.menu-dropdown a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 0.75rem 0;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		transition: opacity 0.3s ease;
	}
	
	.menu-dropdown a:last-child {
		border-bottom: none;
	}
	
	.menu-dropdown a:hover {
		opacity: 0.7;
	}
	
	.frame__links a {
		font-size: 1rem;
		padding: 0.5rem 0;
		border: none;
		border-radius: 0;
		background: none;
		backdrop-filter: none;
		transition: opacity 0.3s ease;
		color: #fff;
		text-decoration: none;
		text-align: center;
		position: relative;
	}
	
	.frame__links a:hover {
		opacity: 0.7;
		background: none;
		transform: none;
		box-shadow: none;
	}
	
	/* Background adjustments for mobile */
	.background {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	
	.background__image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('../media/background.webp') !important;
		background-size: cover !important;
		background-position: center center !important;
		transform: none !important;
		scale: 1 !important;
		opacity: 1 !important;
		filter: brightness(0.3) !important;
	}
	
	/* Content sections mobile optimization */
	.content {
		display: none;
	}
	
	.content.current {
		display: block;
		position: relative;
		height: auto;
	}
	
	.content__title {
		font-size: 1.5rem;
		text-align: center;
		margin: 1rem 0;
		color: rgba(255,255,255,0.9);
		background: rgba(0,0,0,0.3);
		padding: 1rem;
		border-radius: 10px;
		backdrop-filter: blur(10px);
	}
	
	/* Developer branding mobile adjustment */
	.developer-branding {
		bottom: 10px;
		right: 10px;
		opacity: 0.5;
	}
	
	.developer-branding img {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 480px) {
	.frame {
		/* padding: 1rem 0.75rem; */
	}
	
	.frame__works a {
		font-size: 1.1rem;
	}
	
	.frame__links {
		flex-direction: column;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	.frame__links a {
		width: 100%;
		text-align: center;
		max-width: 200px;
	}
}
