@font-face {
	font-family: "antigone_compact_pro-regular";
	src: url("../media/antigone_compact_pro-regular-webfont.71e8d880074477979df6.woff2") format("woff2"),
		url("../media/antigone_compact_pro-regular-webfont.6ea2dde2e9fa2ed0c14c.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body.bg-index {
	background: #111315 !important;
	background-image: none !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "antigone_compact_pro-regular", sans-serif !important;
	/* color: #ffffff; */
	text-align: center;
}

.main-section {
	background-color: #111315;
	padding: 0px 10px;
}

.subtext {
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 40px;
}

.section-gallery-wrapper {
	overflow: hidden;
	background-color: #000;
	border-radius: 20px;
	margin: 30px auto;
	max-width: 900px;
	padding: 10px;
}

.section-gallery {
	display: flex;
	gap: 15px;
	width: max-content;
	animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.section-gallery {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 15px;
	padding-bottom: 10px;
}

.section-gallery::-webkit-scrollbar {
	height: 10px;
}

.section-gallery::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.section-gallery img {
	flex: 0 0 auto;
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 12px;
}

.cta-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.cta-buttons a {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border: 3px solid #000;
	transition: all 0.3s ease;
	box-shadow: 4px 4px 0 #000;
}

.index-guest .joinnow {
	font-family: "antigone_compact_pro-regular";
	padding: 18px 30px;
	border-radius: 50px;
	background: #ff1a1a; /* strong red */
	border: 3px solid #000;
	box-shadow: 6px 6px 0 #000;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	line-height: 0;
}

.index-guest .joinnow .line1 {
	font-size: clamp(16px, 3.6vw, 18px);
	color: #ffeb3b; /* bright yellow */
	font-weight: 800;
	letter-spacing: 0.3px;
	margin-bottom: -2px;
	margin: 0; /* remove default inline spacing */
	padding: 0;
}
.index-guest .joinnow .line2 {
	font-size: clamp(20px, 4.2vw, 22px);
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.4px;
	margin: 0; /* remove default inline spacing */
	padding: 0;
	line-height: 1;
}

.index-guest .joinnow:hover {
	background-color: white;
	color: #ffc107;
}
.index-guest .joinnow span.cta-main {
	display: inline-block;
	line-height: 1;
	text-shadow: 1px 2px 0 #000; /* subtle pop */
	color: #ffc107;
	margin-bottom: 15px;
}

.index-guest .joinnow span svg {
	fill: #ffc107;
	display: inline-block;
	transform: scale(1.3);
	margin-left: 10px;
}

.index-guest .joinnow .cta-sub {
	margin-bottom: 10px;
	color: #ffffff;
	display: block;
}

.index-signin span {
	font-family: "antigone_compact_pro-regular";
	display: inline-block;
	margin-top: 15px;
	background-color: #00cc00;
	color: white;
	padding: 12px 25px;
	border-radius: 30px;
	border: 3px solid black;
	font-size: 20px;
	font-weight: 900;
	box-shadow: 4px 4px 0 black;
	cursor: pointer;
	text-transform: uppercase;
}

.index-signin span:hover {
	background-color: white;
	color: green;
}
.index-guest .joinnow:hover {
	background: #ff2d2d; /* slightly brighter on hover */
	transform: translateY(-1px);
	box-shadow: 7px 7px 0 #000;
}
.index-guest .joinnow .line1::after {
	content: "➜";
	margin-left: 6px;
}

.smaller-subtext {
	font-size: 16px;
	font-weight: 400;
	opacity: 0.9;
}

.section-gallery img {
	flex: 0 0 auto;
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 12px;
}

.copyright-bar {
	font-family: "antigone_compact_pro-regular";
	margin-top: 20px;
	background-color: #e15e36;
	/* width: 100vw; */
	padding: 5px;
	color: #eeeeee;
	text-align: center;
	/* margin-left: 82px; */
	position: absolute;
	bottom: 0;
	width: 100%;
}

.headline-banner-wrap {
	text-align: center;
	margin: 10px auto 0;
	display: flex;
	flex-direction: column;
	/* <-- Forces vertical stacking */
	align-items: center;
	gap: 0px;
	/* spacing between banners */
}

.headline-banner {
	display: inline-block;
	background-color: #000;
	padding: 6px 20px;
	transform: skew(-10deg);
	margin: 0px 0;
	box-shadow: 5px 5px 0 #ffffff;
}

.headline-banner h1 {
	transform: skew(10deg);
	/* counter skew the text */
	color: white;
	margin: 0;
	font-size: 40px;
	font-weight: 900;
	font-family: "antigone_compact_pro-regular", sans-serif;
	line-height: 1.4;
}
/* -------- HERO -------- */
.c24-hero {
	padding: 0px 12px 10px 12px;
	max-width: 520px;
}
.c24-hero-heading {
	margin-bottom: 10px;
}
.c24-hero-title {
	font-weight: 900;
	line-height: 1.05;
	margin: 0;
	font-size: clamp(30px, 8vw, 64px);
	color: #fff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
	margin-top: 0 !important;
}
.c24-hero-title .accent2 {
	font-size: 0.75em; /* 75% of main size */
	color: #fff;
	display: inline-block;
}
.c24-hero-title .accent {
	display: inline-block;
	font-size: 0.75em; /* 75% of main size */
	color: #ffcc40; /* your yellow highlight */
}
.c24-hero-sub {
	margin: 15px 0 0;
	color: #ffffff;
	font-size: clamp(20px, 4.5vw, 20px);
	text-align: center;
}
.text-green {
	color: #00cc00;
}
.c24-hero-card {
	margin-top: 12px;
	/* background: linear-gradient(180deg, #1f1f1f, #121212); */
	border-radius: 22px;
	padding: 12px 12px 14px;
	display: inline-block;
	/* box-shadow: 0 10px 30px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.06); */
}
.c24-hero-card-sidebar {
	width: 12%;
	height: 100%;
	/* background-color: #000; */
	float: left;
	padding-top: 10px;
}

.c24-hero-card-sidebar .sneak-card {
	margin-bottom: 20px;
	position: relative;
	padding: 0 5px;
	background-color: transparent;
}

.c24-hero-card-inner {
	float: left;
	width: 76%;
	position: relative;
	border-radius: 18px;
	padding: 6px;
}
.c24-hero-video {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1; /* square like your mock; change to 16/9 if needed */
	object-fit: cover;
	border-radius: 14px;
	background: #0c0c0c; /* prevents CLS before video paints */
}

.c24-watermark {
	position: absolute;
	top: 10px;
	left: 18px;
	font-weight: 800;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.28);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	user-select: none;
	pointer-events: none;
}

/* Sneak Peek layout */
.c24-sneak {
	display: flex;
	flex-direction: column; /* stacks label + list vertically */
	align-items: center; /* centers horizontally */
	text-align: center;
	padding: 10px 8px 0;
}

.c24-sneak-label {
	display: block;
	margin-bottom: 10px; /* space between text and icons */
	font-size: 13px;
	font-weight: 800;
	color: #fff;
	opacity: 0.95;
}

.c24-sneak-list {
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px; /* space between each icon */
	list-style: none;
	margin: 0;
	padding: 0;
}

.c24-sneak-list li {
	width: 70px;
	height: 70px;
	flex: 0 0 auto;
	background: #fff;
	border-radius: 12px;
	display: grid;
	place-items: center;
	overflow: hidden; /* ensures images don’t spill out of rounded corners */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.c24-sneak-list img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* fills entire box, crops edges if needed */
	border-radius: inherit;
	display: block;
}

/* Optional: little more gap on wide screens */
@media (min-width: 960px) {
	.c24-sneak-list {
		gap: 12px;
	}
  .c24-sneak{
    display: none;
  }
  .access-btns-on-mobile{
    display: none;
  }
}

@media (max-width: 960px) {
  .access-btns-on-mobile{
    display: inline-block;
  }
  .c24-sneak{
    display: block;
  }
	.c24-hero-card-sidebar {
		display: none;
	}
  .c24-hero-card-inner{
    width: 100%;
  }
  .c24-hero-card{
    max-width: 90vw;
    margin: 0;
    padding: 0;
    width: 90vw;
  }
  .c24-hero{
    padding: 0;
  }
}

.c24-cta-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 12px;
}
.c24-cta-primary {
	background: #ff3b30;
	color: #fff;
	font-weight: 900;
	padding: 14px 16px;
	border-radius: 999px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	box-shadow: 0 8px 20px rgba(255, 59, 48, 0.35);
	border: none;
}
.c24-cta-primary .c24-cta-sub {
	display: block;
	font-size: 11px;
	font-weight: 700;
	opacity: 0.9;
	color: #ffffff;
}
.c24-cta-secondary {
	background: #1bd741;
	color: #073815;
	font-weight: 900;
	padding: 12px 16px;
	border-radius: 999px;
	width: 100%;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	box-shadow: 0 8px 18px rgba(27, 215, 65, 0.25);
}
.c24-hero-footnote {
	margin: 10px 0 0;
	color: #e6e6e6;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* Larger screens: keep the “big box feel” without stretching too wide */
@media (min-width: 576px) {
	.c24-hero {
		max-width: 560px;
	}
	.c24-watermark {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.c24-hero {
		max-width: 960px;
	}
	.c24-watermark {
		font-size: 22px;
	}
}
.c24-hero-video-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1; /* makes it square; use 16/9 for widescreen */
	border-radius: 14px;
	overflow: hidden;
	background: #000; /* fallback background */
}

.video-embed {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}

.video-embed iframe {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 14px;
}
/* container & label */
.c24-sneak {
	padding-inline: 10px; /* small inner gutters */
	box-sizing: border-box;
}
.c24-sneak-label {
	display: block;
	margin: 0 0 10px;
	font-weight: 900;
	color: #fff;
	font-size: clamp(21px, 10vw, 21px);
}

/* rail with arrows */
.c24-sneak-rail {
	position: relative;
	width: 100%;
	max-width: 100%; /* remove previous max-width: 640px if set */
	margin: 0; /* no extra outside spacing */
	overflow: hidden; /* ← IMPORTANT: prevents hang-off */
}

/* scroller */
.c24-sneak-scroller {
	display: flex;
	gap: 12px;
	padding: 6px 38px; /* room for arrows; slightly tighter than 44px */
	box-sizing: border-box; /* include padding in total width */
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.c24-sneak-scroller::-webkit-scrollbar {
	display: none;
} /* Chrome/Safari hide */

/* cards */
.sneak-card {
	flex: 0 0 92px; /* card width */
	height: 92px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	scroll-snap-align: center;
	display: grid;
	place-items: center;
}
.sneak-card img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* fill the box */
	display: block;
}

/* nav buttons */
.c24-sneak-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: none;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	display: grid;
	place-items: center;
	cursor: pointer;
	z-index: 2;
}
.c24-sneak-nav.left {
	left: 4px;
}
.c24-sneak-nav.right {
	right: 4px;
}
.c24-sneak-nav:hover {
	background: rgba(0, 0, 0, 0.7);
}

/* subtle edge fades so content looks masked under arrows */
.edge-fade {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	pointer-events: none;
	z-index: 1;
}
.edge-fade.left {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
}
.edge-fade.right {
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0));
}

/* responsive sizing */
@media (max-width: 420px) {
	.sneak-card {
		flex: 0 0 88px; /* a hair smaller than before */
		height: 88px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
	}
	.c24-hero-card-inner {
		overflow: hidden; /* clips arrows/shadows at the rounded edge */
		border-radius: 16px; /* keep same radius you use elsewhere */
	}
}
img.index-step {
	margin: 10px 0 25px 0;
	max-width: 800px;
	width: 100%;
}

.nav-item.nav-icon a {
	position: fixed;
	top: 5px;
	right: 30px;
	color: #ffffff;
	cursor: pointer;
}
.nav-item.nav-icon a svg {
	stroke: #ffffff;
	transform: scale(1.3);
}

.nav-item.nav-icon a .goback svg{
	transform: scale(1.5);
}
.nav-item.nav-icon a .goback {
  display: none;
}
.nav-item.nav-icon a .openmenu {
  display: inline-block;
}
.show-side-nav .nav-item.nav-icon a .goback {
  display: inline-block;
}
.show-side-nav .nav-item.nav-icon a .openmenu {
  display: none;
}

.index-signout a.signout-btn,
.index-signout a.start-call-url {
	/* font-family: "antigone_compact_pro-regular"; */
	padding: 12px 30px;
	border-radius: 50px;
	background: #ff1a1a; /* strong red */
	border: 3px solid #000;
	box-shadow: 6px 6px 0 #000;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	line-height: 0;
	display: inline-block;
	line-height: 1;
	text-shadow: 1px 2px 0 #000; /* subtle pop */
	color: #ffc107;
	margin-bottom: 15px;
	font-size: 20px;
}
.index-signout a.start-call-url svg {
	fill: #ffc107;
	margin-left: 10px;
	margin-top: -4px;
}
.index-signout a.signout-btn {
	background-color: #00cc00;
	color: #ffffff;
}
