.elementor-219 .elementor-element.elementor-element-4330b7f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a5c3ae2 */.inarqo-gallery {
	position: relative;
	width: 100%;
	margin: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	color: #1f1f1f;
	-webkit-font-smoothing: antialiased;
}

.inarqo-gallery *,
.inarqo-gallery *::before,
.inarqo-gallery *::after {
	box-sizing: border-box;
}

.inarqo-gallery img {
	max-width: 100%;
	display: block;
}

.inarqo-gallery-empty {
	margin: 1rem 0;
	padding: 1rem 1.25rem;
	font-style: italic;
	color: #6b6b6b;
	background: #f7f6f3;
	border: 1px dashed #d8d8d4;
	border-radius: 8px;
}

.inarqo-gallery--spotlight .inarqo-gallery__stage {
	position: relative;
	background: #0d0d0d;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(31, 38, 54, 0.16);
	isolation: isolate;
}

.inarqo-gallery--spotlight .inarqo-gallery__viewport {
	position: relative;
	width: 100%;
	height: clamp(320px, 60vw, 640px);
	overflow: hidden;
}

@media (min-width: 900px) {
	.inarqo-gallery--spotlight .inarqo-gallery__viewport {
		height: clamp(420px, 56vw, 680px);
	}
}

.inarqo-gallery--spotlight .inarqo-gallery__track {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.inarqo-gallery--spotlight .inarqo-gallery__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	transform: scale(1.02);
	transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
	pointer-events: none;
	will-change: opacity, transform;
}

.inarqo-gallery--spotlight .inarqo-gallery__slide.is-active {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
	z-index: 2;
}

.inarqo-gallery__figure {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(ellipse 65% 55% at 50% 50%, rgba(255, 255, 255, 0.025), transparent 70%), linear-gradient(180deg, #161616 0%, #0a0a0a 100%);
	cursor: zoom-in;
}

.inarqo-gallery__figure img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
}

.inarqo-gallery__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.25rem 1.5rem 1.15rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.92);
	background: linear-gradient( 180deg, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
	transform: translateY(100%);
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery--spotlight .inarqo-gallery__slide.is-active .inarqo-gallery__caption {
	transform: translateY(0);
}

.inarqo-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	color: #ffffff;
	cursor: pointer;
	-webkit-backdrop-filter: blur(10px) saturate(1.2);
	backdrop-filter: blur(10px) saturate(1.2);
	transition: background 0.25s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery__nav svg {
	width: 22px;
	height: 22px;
}

.inarqo-gallery__nav:hover {
	background: rgba(0, 0, 0, 0.7);
	border-color: rgba(255, 255, 255, 0.4);
}

.inarqo-gallery__nav:focus-visible {
	outline: 2px solid #c8aa72;
	outline-offset: 3px;
}

.inarqo-gallery__nav:active {
	transform: translateY(-50%) scale(0.94);
}

.inarqo-gallery__nav--prev {
	left: clamp(0.75rem, 2vw, 1.25rem);
}

.inarqo-gallery__nav--next {
	right: clamp(0.75rem, 2vw, 1.25rem);
}

@media (max-width: 540px) {
	.inarqo-gallery__nav {
		width: 40px;
		height: 40px;
	}
	.inarqo-gallery__nav svg {
		width: 18px;
		height: 18px;
	}
}

.inarqo-gallery__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.08);
	z-index: 3;
	overflow: hidden;
}

.inarqo-gallery__progress span {
	display: block;
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #c8aa72, #475576);
	transition: width 0.1s linear;
}

.inarqo-gallery__counter {
	position: absolute;
	top: clamp(0.85rem, 2vw, 1.15rem);
	right: clamp(0.85rem, 2vw, 1.15rem);
	z-index: 3;
	padding: 0.4rem 0.75rem;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.inarqo-gallery__counter-sep {
	margin: 0 0.25rem;
	opacity: 0.55;
}

.inarqo-gallery__thumbs {
	display: flex;
	gap: 0.55rem;
	margin-top: 0.85rem;
	padding-bottom: 0.4rem;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: #d8d8d4 transparent;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.inarqo-gallery__thumbs::-webkit-scrollbar {
	height: 6px;
}

.inarqo-gallery__thumbs::-webkit-scrollbar-thumb {
	background: #d8d8d4;
	border-radius: 999px;
}

.inarqo-gallery__thumb {
	flex: 0 0 auto;
	position: relative;
	width: clamp(72px, 9vw, 96px);
	height: clamp(54px, 6.5vw, 72px);
	margin: 0;
	padding: 0;
	background: #f7f6f3;
	border: 1px solid #d8d8d4;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.55;
	transition: opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery__thumb:hover {
	opacity: 0.85;
	transform: translateY(-2px);
}

.inarqo-gallery__thumb:hover img {
	transform: scale(1.06);
}

.inarqo-gallery__thumb.is-active {
	opacity: 1;
	border-color: #475576;
	box-shadow: 0 4px 14px rgba(71, 85, 118, 0.25);
}

.inarqo-gallery__thumb.is-active::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid #c8aa72;
	border-radius: 6px;
	pointer-events: none;
}

.inarqo-gallery__thumb:focus-visible {
	outline: 2px solid #475576;
	outline-offset: 2px;
}

.inarqo-gallery--strip .inarqo-gallery__stage {
	position: relative;
}

.inarqo-gallery--strip .inarqo-gallery__strip {
	display: flex;
	gap: clamp(0.6rem, 1.2vw, 1rem);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 0.25rem clamp(0.25rem, 1vw, 0.75rem) 1rem;
	scrollbar-width: thin;
	scrollbar-color: #d8d8d4 transparent;
}

.inarqo-gallery--strip .inarqo-gallery__strip::-webkit-scrollbar {
	height: 6px;
}

.inarqo-gallery--strip .inarqo-gallery__strip::-webkit-scrollbar-thumb {
	background: #d8d8d4;
	border-radius: 999px;
}

.inarqo-gallery--strip .inarqo-gallery__cell {
	flex: 0 0 auto;
	margin: 0;
	height: clamp(280px, 48vw, 460px);
	scroll-snap-align: center;
	background: #f0eee9;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 8px 24px rgba(31, 38, 54, 0.08);
	cursor: zoom-in;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery--strip .inarqo-gallery__cell:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(31, 38, 54, 0.14);
}

.inarqo-gallery--strip .inarqo-gallery__cell img {
	width: auto;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.inarqo-gallery--strip .inarqo-gallery__cell .inarqo-gallery__caption {
	color: rgba(255, 255, 255, 0.92);
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
	transform: translateY(0);
	font-size: 0.8125rem;
	padding: 1rem 1.15rem 0.85rem;
}

.inarqo-gallery--strip .inarqo-gallery__nav {
	background: rgba(255, 255, 255, 0.92);
	color: #1f1f1f;
	border-color: #d8d8d4;
	box-shadow: 0 6px 18px rgba(31, 38, 54, 0.14);
}

.inarqo-gallery--strip .inarqo-gallery__nav:hover {
	background: #ffffff;
	border-color: #475576;
	color: #475576;
}

.inarqo-gallery--masonry .inarqo-gallery__masonry {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.6rem, 1.5vw, 1rem);
	grid-auto-flow: dense;
}

@media (min-width: 700px) {
	.inarqo-gallery--masonry .inarqo-gallery__masonry {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.inarqo-gallery--masonry .inarqo-gallery__masonry {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.inarqo-gallery--masonry .inarqo-gallery__brick {
	margin: 0;
	background: #f0eee9;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 4px 14px rgba(31, 38, 54, 0.06);
	cursor: zoom-in;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery--masonry .inarqo-gallery__brick:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(31, 38, 54, 0.14);
}

.inarqo-gallery--masonry .inarqo-gallery__brick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inarqo-gallery--masonry .inarqo-gallery__brick .inarqo-gallery__caption {
	color: rgba(255, 255, 255, 0.92);
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	font-size: 0.78rem;
}

.inarqo-gallery--masonry .inarqo-gallery__brick:hover .inarqo-gallery__caption {
	transform: translateY(0);
}

.inarqo-gallery__lightbox {
	position: fixed !important;
	inset: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	margin: 0 !important;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1rem, 2.5vw, 2rem);
	background: rgba(8, 8, 8, 0.94);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery__lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.inarqo-gallery-lb-open {
	overflow: hidden !important;
}

.inarqo-gallery__lb-figure {
	margin: 0;
	max-width: min(98vw, 1600px);
	max-height: calc(100dvh - clamp(2rem, 5vw, 4rem));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	transform: scale(0.96);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery__lightbox.is-open .inarqo-gallery__lb-figure {
	transform: scale(1);
}

.inarqo-gallery__lb-figure img {
	max-width: 100%;
	max-height: calc(100dvh - clamp(8rem, 12vw, 10rem));
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.inarqo-gallery__lb-figure figcaption {
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
	max-width: 60ch;
	padding: 0 1rem;
}

.inarqo-gallery__lb-figure figcaption:empty {
	display: none;
}

.inarqo-gallery__lb-close,
.inarqo-gallery__lb-prev,
.inarqo-gallery__lb-next {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	cursor: pointer;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: background 0.25s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.inarqo-gallery__lb-close {
	top: clamp(1rem, 3vw, 1.5rem);
	right: clamp(1rem, 3vw, 1.5rem);
	width: 44px;
	height: 44px;
	font-size: 1.5rem;
	line-height: 1;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 300;
}

.inarqo-gallery__lb-prev,
.inarqo-gallery__lb-next {
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	font-size: 1.85rem;
	line-height: 1;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 300;
}

.inarqo-gallery__lb-prev {
	left: clamp(1rem, 3vw, 2rem);
}

.inarqo-gallery__lb-next {
	right: clamp(1rem, 3vw, 2rem);
}

.inarqo-gallery__lb-close:hover,
.inarqo-gallery__lb-prev:hover,
.inarqo-gallery__lb-next:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.4);
}

.inarqo-gallery__lb-prev:active,
.inarqo-gallery__lb-next:active {
	transform: translateY(-50%) scale(0.94);
}

.inarqo-gallery__lb-counter {
	position: absolute;
	bottom: clamp(1rem, 3vw, 1.5rem);
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	font-family: "Manrope", system-ui, sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.7);
	padding: 0.45rem 0.95rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
}

@media (max-width: 540px) {
	.inarqo-gallery__lb-prev,
	.inarqo-gallery__lb-next {
		width: 42px;
		height: 42px;
		font-size: 1.5rem;
	}
	.inarqo-gallery__lb-close {
		width: 38px;
		height: 38px;
		font-size: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.inarqo-gallery--spotlight .inarqo-gallery__slide,
	.inarqo-gallery__caption,
	.inarqo-gallery__thumb,
	.inarqo-gallery__thumb img,
	.inarqo-gallery--strip .inarqo-gallery__cell,
	.inarqo-gallery--masonry .inarqo-gallery__brick,
	.inarqo-gallery__lightbox,
	.inarqo-gallery__lb-figure {
		transition: none !important;
		transform: none !important;
	}
}/* End custom CSS */