@font-face {
	font-family: 'RH Sans';
	src: url('fonts/RHSans-BoldItalic.woff2') format('woff2'),
	url('fonts/RHSans-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Hairline';
	src: url('fonts/RHSans-Hairline.woff2') format('woff2'),
	url('fonts/RHSans-Hairline.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Extra Light';
	src: url('fonts/RHSans-ExtraLight.woff2') format('woff2'),
	url('fonts/RHSans-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Extra Light';
	src: url('fonts/RHSans-ExtraLightItalic.woff2') format('woff2'),
	url('fonts/RHSans-ExtraLightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans';
	src: url('fonts/RHSans-Bold.woff2') format('woff2'),
	url('fonts/RHSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Medium';
	src: url('fonts/RHSans-MediumItalic.woff2') format('woff2'),
	url('fonts/RHSans-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Thin';
	src: url('fonts/RHSans-Thin.woff2') format('woff2'),
	url('fonts/RHSans-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Light';
	src: url('fonts/RHSans-LightItalic.woff2') format('woff2'),
	url('fonts/RHSans-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Medium';
	src: url('fonts/RHSans-Medium.woff2') format('woff2'),
	url('fonts/RHSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans';
	src: url('fonts/RHSans-Italic.woff2') format('woff2'),
	url('fonts/RHSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Hairline';
	src: url('fonts/RHSans-HairlineItalic.woff2') format('woff2'),
	url('fonts/RHSans-HairlineItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Light';
	src: url('fonts/RHSans-Light.woff2') format('woff2'),
	url('fonts/RHSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans';
	src: url('fonts/RHSans-Roman.woff2') format('woff2'),
	url('fonts/RHSans-Roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Ultra Thin';
	src: url('fonts/RHSans-UltraThin.woff2') format('woff2'),
	url('fonts/RHSans-UltraThin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Ultra Thin';
	src: url('fonts/RHSans-UltraThinItalic.woff2') format('woff2'),
	url('fonts/RHSans-UltraThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Thin';
	src: url('fonts/RHSans-ThinItalic.woff2') format('woff2'),
	url('fonts/RHSans-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Ultra Hairline';
	src: url('fonts/RHSans-UltraHairlineItalic.woff2') format('woff2'),
	url('fonts/RHSans-UltraHairlineItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'RH Sans Ultra Hairline';
	src: url('fonts/RHSans-UltraHairline.woff2') format('woff2'),
	url('fonts/RHSans-UltraHairline.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

*,
*::before,
*::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

:root {
	--brass: #887335;
	--buff: #F9F7F4;
}

.hero {
	position: relative;
}

.hero img {
	width: 100%;
}

.content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.mask {
	position: relative;
	z-index: 1;
}

.btn,
.btn-outline {
	color: var(--brass);
	border-color: var(--brass);
}

.btn {
	background: var(--brass);
	color: #fff;
}

.sticky-bar {
	border-bottom: 1px solid var(--brass);
}

nav ul li a {
	font-weight: 300;
}

section {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.carousel {
	width: 100vw;
	height: 90vh;
	gap: 10px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	display: flex;
	-webkit-overflow-scrolling: touch;
}

.carousel-slide {
	position: relative;
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	scroll-snap-align: center;
	overflow: hidden;
}

.carousel-slide img {
	position: absolute;
	left: 0;
	width: 150%;
	height: 100%;
	object-fit: cover;
	max-width: none !important;
}

.carousel-nav {
	display: none; /* displayed in the JS */
	position: absolute;
	width: 100%;
}

.carousel-nav button {
	cursor: pointer;
	border: none;
	font-size: 3rem;
	position: absolute;
	aspect-ratio: 1.5;
	width: 7vw;
	max-width: 75px;
	height: auto;
	max-height: 3.7vh;
	background-color: transparent;
	background-size: cover;
	overflow: visible;
	background-image: url("data:image/svg+xml,%3Csvg stroke='%23fff' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 1 22 15'%3E%3Cpath d='M2,11 11,2 20,11'/%3E%3C/svg%3E");
}

.prev {
	transform: translateY(-50%) rotate(-90deg);
}

.next {
	transform: translateY(-50%) rotate(90deg);
	right: 0;
}

.carousel-nav div {
	position: absolute;
	top: 36vh;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 200;
	opacity: 0.5;
	letter-spacing: 0.25rem;
	font-size: clamp(22px, 3.9vw, 44px);
}

.gallery-title {
	font-size: 24vw;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	color: transparent; /* Make the text color transparent */
	-webkit-text-stroke-width: 2px; /* Set the outline width */
	-webkit-text-stroke-color: black; /* Set the outline color */
}


:root {
	--brass: #887335;
	--buff: #F9F7F4;
}

.hero {
	position: relative;
}

.hero img {
	width: 100%;
}

.content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

h1, h1 * {
	font-family: "RH Sans Hairline";
	font-weight: 100;
	color: #ffffff;
	font-size: 18vw;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 4vh;
	z-index: 0;
}

.mask {
	position: relative;
	z-index: 1;
}

.rh-thin {
	font-family: "RH Sans Thin";
}

.rh-light {
	font-family: "RH Sans Light";
}

.btn,
.btn-outline {
	color: var(--brass);
	border-color: var(--brass);
}

.btn {
	background: var(--brass);
	color: #fff;
}

.sticky-bar {
	border-bottom: 1px solid var(--brass);
}

section {
	width: 100vw;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.carousel {
	width: 100vw;
	height: 90vh;
	gap: 10px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	display: flex;
	-webkit-overflow-scrolling: touch;
}

.carousel-slide {
	position: relative;
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	scroll-snap-align: center;
	overflow: hidden;
}

.carousel-slide img {
	position: absolute;
	left: 0;
	width: 150%;
	height: 100%;
	object-fit: cover;
	max-width: none !important;
}

.carousel-nav {
	display: none; /* displayed in the JS */
	position: absolute;
	width: 100%;
}

.carousel-nav button {
	cursor: pointer;
	border: none;
	font-size: 3rem;
	position: absolute;
	aspect-ratio: 1.5;
	width: 7vw;
	max-width: 75px;
	height: auto;
	max-height: 3.7vh;
	background-color: transparent;
	background-size: cover;
	overflow: visible;
	background-image: url("data:image/svg+xml,%3Csvg stroke='%23fff' fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 1 22 15'%3E%3Cpath d='M2,11 11,2 20,11'/%3E%3C/svg%3E");
}

.prev {
	transform: translateY(-50%) rotate(-90deg);
}

.next {
	transform: translateY(-50%) rotate(90deg);
	right: 0;
}

.carousel-nav div {
	position: absolute;
	top: 36vh;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 200;
	opacity: 0.5;
	letter-spacing: 0.25rem;
	font-size: clamp(22px, 3.9vw, 44px);
}

.gallery-title {
	font-size: 24vw;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	color: transparent; /* Make the text color transparent */
	-webkit-text-stroke-width: 2px; /* Set the outline width */
	-webkit-text-stroke-color: black; /* Set the outline color */
}

.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ac {
	border: 0;
	border-bottom: 1px solid #000;
}

.ac .ac-trigger {
	padding: 16px 32px 16px 16px;
	color: #333;
	font-family: "RH Sans Thin";
	font-size: 20px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
}

.ac .ac-panel .ac-text {
	padding: 0 16px 16px;
}

.splide__arrow {
	background: transparent;
	top: initial;
	transform: none;
	bottom: 1.5rem;
	height: 4rem;
	aspect-ratio: 1;
	font-size: 60px;
	color: white;
}

.section-title h2 {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 80px;
	font-weight: 200;
	text-transform: uppercase;
	color: white;
	z-index: 1;
	line-height: 1;
	font-family: "RH Sans Hairline";
}

.section-title-black {
	pointer-events: none;
}

.section-title-black h2 {
	color: black;
}

.cursor__inner--dot {
	width: 6px;
	height: 6px;
	background: #fff;
}

.cursor__inner--circle {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
}

.lg-cursor {
	mix-blend-mode: difference;
}

.lg-cursor-pointer:before {
	margin: -5px 0 0 -5px;
	width: 6px;
	height: 6px;
	mix-blend-mode: difference;
	background-color: #fff;
	outline: 1px solid #fff;
	outline-offset: 7px;
	opacity: 1;
	border-radius: 50%;
}

.lg-cursor--hover .lg-cursor-pointer:before {
	transform: scale(1.2);
}

.lg-preloader {
	background: #0e1111;
	transition: opacity .8s linear;
}

.ac .ac-trigger {
	line-height: 1;
}

.ac .ac-trigger::after {
	top: 45%;
}

.ac {
	margin-bottom: 4px;
}

cylindo-viewer {
	max-height: calc(100vh - 74px);
}

* {
	font-family: "RH Sans";
}
/* HIDE RADIO */
[type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

input + img {
	border-radius: 4px;
}

/* IMAGE STYLES */
[type=radio] + img {
	cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
	outline: 1px solid #887335;
	outline-offset: 5px;
}

.AccordionTrigger .show-when-open,
.AccordionTrigger[data-state="open"] .show-when-closed {
	display: none;
}

.AccordionTrigger[data-state="open"] .show-when-open {
	display: block;
}
.AccordionContent {
	overflow: hidden;
}
.AccordionContent[data-state="open"] {
	animation: slideDown 300ms ease-out;
}
.AccordionContent[data-state="closed"] {
	animation: slideUp 300ms ease-out;
}

.show-when-closed,
.show-when-open {
	width: 13px;
}

@keyframes slideDown {
	from {
		height: 0;
	}
	to {
		height: var(--reka-accordion-content-height);
	}
}

@keyframes slideUp {
	from {
		height: var(--reka-accordion-content-height);
	}
	to {
		height: 0;
	}
}