/* 
@import url("modules/menu.css");
@import url("modules/block.css");
@import url("modules/headline.css");
@import url("modules/search.css");
@import url("modules/tarjetas.css");
@import url("modules/color-scope.css");
@import url("modules/agenda.css"); 
@import url("modules/contact-form.css");
@import url("modules/gallery.css");
@import url("modules/cookies.css");
@import url("modules/launchpad.css");
@import url("modules/slider.css");
@import url("modules/xscroll.css"); */
@import url("modules/popup-cta.css");
@import url("modules/viewpoint.css");
@import url("modules/header-footer.css");
@import url("modules/poster.css");
@import url("modules/magazzine.css");
@import url("modules/break.css");
@import url("modules/tarjetas.css");
@import url("modules/sweep.css");
:root {
	--bg: 245 242 236;

	--c1-dark: 160 68 24;
	--c1: 216 95 34;
	--c1-light: 234 136 83;

	--c2-dark: 89 79 106;
	--c2: 119 109 141;
	--c2-light: 150 140 171;

	--c3-dark: 99 124 133;
	--c3: 134 162 171;
	--c3-light: 173 194 201;

	--c4-dark: 91 121 78;
	--c4: 123 158 107;
	--c4-light: 158 186 144;

	--c5-dark: 225 168 34;
	--c5: 253 191 67;
	--c5-light: 255 212 111;

	--b-dark: 219 227 216;
	--b: 244 247 243;
	--b-light: 251 252 250;

	--n-dark: 13 17 11;
	--n: 28 37 24;
	--n-light: 56 73 49;

	--viewport-color: 255 255 255;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
	color: rgb(var(--n-dark) / 1);
	background-image: url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	background-blend-mode: multiply;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
}

h1 {
	font-size: 8rem;
	line-height: 0.85;
	letter-spacing: -0.01em;
	font-weight: 900;
	text-shadow: -1px -1px 0 #fff, 3px 3px 6px rgba(0, 0, 0, 0.2);
}

h2 {
	font-size: 6rem;
	line-height: 0.95;
	letter-spacing: -0.05em;
	font-weight: 800;
	text-shadow: -1px -1px 0 #fff, 3px 3px 6px rgba(0, 0, 0, 0.2);
}

h3 {
	font-size: 2.75rem;
	line-height: 1.05;
	letter-spacing: -0.035em;
	font-weight: 600;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

h4 {
	font-size: 1.75rem;
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-weight: 700;
}

p {
	font-size: 1rem;
	line-height: 1.45;
	font-weight: 500;
}

.lead {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 600;
	text-shadow: -1px -1px 0 #fff, 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.caption {
	font-size: .75rem;
	line-height: 1.3;
	letter-spacing: 0.04em;
}

.big-txt {
	font-size: 6rem;
	line-height: .75;
	letter-spacing: 0.04em;
	color: rgb(var(--) / .2);
}

a {
	display: inline-block;
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 400;
	color: rgb(var(--c1) / 1);
	text-decoration: none;
	text-underline-offset: 3px;
}

a:hover {
	opacity: 0.9;
}

hr {
	margin: 1rem 0;
	border: none;
	border-top: 1px solid rgb(var(--n) / 1);
	border-bottom: 1px solid rgb(var(--b) / 1);
	opacity: 0.5;
}

button {
	display: inline-block;
	width: fit-content;
	margin-top: 1rem;
	padding: 0.25rem 1rem;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(var(--b) / 1);
	cursor: pointer;
	border: none;
	border-radius: .25rem;
	background: #f33;
	z-index: 10;
	align-self: flex-start;
}

button.m {
	color: rgb(var(--b) / 1);
	border: 1px solid rgb(var(--b) / 1);
	background: none;
}

button.w {
	color: rgb(var(--n-dark) / 1);
	background: linear-gradient(-45deg, rgb(var(--b-light) / 1) 0%, rgb(var(--b) / 1) 100%);
}

/* artxt */
.artxt {
	width: 100%;
	margin: 0;
	padding: 0;
}

.artxt dd {
	margin: 0;
}

.artxt p {
	max-height: 9lh;
	margin: 0;
	overflow: hidden;
	transition: max-height 0.9s ease;
}

.artxt p.active {
	max-height: 18lh;
	overflow: auto;
}

.artxt-toggle {
	display: none;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	padding: 0;
	background: none;
	margin: 0;
}

.artxt-toggle.visible {
	display: block;
}

.artxt-toggle::before {
	content: "+";
	color: #f33;
	font-size: 2rem;
	font-weight: 700;
}

.artxt-toggle.is-open::before {
	content: "-";
	color: #f33;
	font-size: 2rem;
	font-weight: 700;
}

[data-anim="on"] dt h1,
[data-anim="on"] dt h2,
[data-anim="on"] dt h3,
[data-anim="on"] dt h4,
[data-anim="on"] dt p,
[data-anim="on"] .artxt-toggle {
	opacity: 0;
	transform: translateX(25px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.artxt.appeared dt h1,
.artxt.appeared dt h2,
.artxt.appeared dt h3,
.artxt.appeared dt h4,
.artxt.appeared dt p,
.artxt.appeared .artxt-toggle {
	opacity: 1;
	transform: translateY(0);
}

.artxt.mask dt {
	display: block;
	width: fit-content;
	color: transparent;
	background-image: url("../../assets/photo/desk/file/10.webp");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
}

.artxt.mask dt h1,
.artxt.mask dt h2,
.artxt.mask dt h3,
.artxt.mask dt h4,
.artxt.mask dt p,
.artxt.mask dt .lead,
.artxt.mask dt span {
	display: block;
	width: fit-content;
	margin: 0;
	color: inherit;
	line-height: inherit;
	-webkit-text-fill-color: transparent;
}

.artxt.mask dt * {
	background: inherit;
	background-image: inherit;
	background-size: inherit;
	background-position: inherit;
	background-repeat: inherit;
	-webkit-background-clip: text;
	background-clip: text;
}

.artxt.mask dd {
	padding-right: 0;
}

/* media */
figure {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	gap: 0;
}

figure img.responsive-img {
	display: block;
	flex: 1;
	width: 100%;
	height: 100%;
	min-width: 0;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 3 / 2;
}

figure[data-layout="row"] img.responsive-img {
	aspect-ratio: 3 / 16;
}

figure figcaption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 2px 5px;
	font-size: 0.7rem;
	font-style: italic;
	color: rgb(var(--b) / 1);
	pointer-events: none;
	background: none;
	z-index: 10;
}

figure i {
	display: block;
	margin-top: 1rem;
	font-size: 0.6rem;
	font-style: normal;
	color: rgb(var(--n) / 1);
	opacity: 0.75;
}

figure i::before {
	content: "*";
	margin-right: 0.25rem;
}

video.responsive-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 16 / 9;
}

/* layout */
main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

section {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 82%;
	height: ;
	margin: 0 auto;
	padding: 0;
	z-index: 20;
}

section > article {
	position: relative;
	display: block;
	min-width: 0;
	background: none;
}

.pinned {
	position: sticky; 
	top: 0;
	z-index: 10;
	padding: 0 !important;
}

/* helpers */
.spacer {
	height: 50dvh;
}

.spacer.ii {
	height: 100dvh;
}

.spacer.iii {
	height: 150dvh;
}

.hide,
.show {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s ease;
}

.hide.hide-visible,
.show.show-visible {
	opacity: 1;
	pointer-events: auto;
}

.pin {
	opacity: 1;
}

/* glass */
.glass {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(30deg, rgb(var(--n) / 0.1) 0%, rgb(var(--n-light) / 0.15) 100%);
	border-radius: 1rem;
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	box-shadow: 5px 5px 15px rgb(var(--n) / .4), 1px 1px 1px rgb(var(--n) /.2), -1px -1px 1px rgb(var(--b) / .3);
}

.glass::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: url("../../assets/img/patternblack.png") repeat;
	background-size: 2px;
	filter: invert(1);
	opacity: 0.35;
	border-radius: 1rem;
}

.glass > * {
	position: relative;
	z-index: 1;
}

/* pic-bg */
.pic-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	pointer-events: none;
	aspect-ratio: 16 / 5;
}



.end {
	width: 100%;
	margin-top: -100dvh;
	opacity: 0;
	transition: opacity 1s ease;
}

.end.end-visible {
	opacity: 1;
}

/* screen debug */
/* #screen-debug {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 26px;
	z-index: 999999;
	pointer-events: auto;
	background: rgba(0, 0, 0, .01);
}

#screen-debug-text {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: none;
	padding: .45rem .6rem;
	font: 500 12px/1.2 monospace;
	white-space: nowrap;
	color: #fff;
	background: rgba(0, 0, 0, .78);
	border-radius: .35rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
}

#screen-debug:hover #screen-debug-text {
	display: block;
} */

/* destination tour menu */
/* .destination-tour-menu {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	width: 100%;
	max-width: 34rem;
	margin: 0;
	padding: 0;
	color: inherit;
}

.destination-tour-menu ul {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.destination-tour-menu li {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgb(var(--b) / .25);
}

.destination-tour-menu li a {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.destination-tour-menu li a:hover {
	text-decoration: underline;
	text-underline-offset: .25em;
}

.destination-tour-note {
	margin: 1.25rem 0 .25rem;
	font-size: 1rem;
	line-height: 1.4;
	opacity: 1;
} */

/* text position */
.artxt.txt-left,
.layer_two.txt-left,
.layer_three.txt-left {
	position: absolute;
	left: 10%;
	right: auto;
}

.artxt.txt-right,
.layer_two.txt-right,
.layer_three.txt-right {
	position: absolute;
	left: auto;
	right: 10%;
	text-align: right;
}

.artxt.txt-center,
.layer_two.txt-center,
.layer_three.txt-center {
	position: absolute;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}

/* media view toggle */
/* .media-view-toggle {
	position: fixed;
	z-index: 9999;
	right: 1rem;
	bottom: 1rem;
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: .75rem 1rem;
	border: 1px solid rgb(var(--b) / 1);
	background: rgb(var(--n-light) / .92);
	color: rgb(var(--b) / 1);
	font: inherit;
	font-size: .75rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .04em;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	backdrop-filter: blur(10px);
}

section.media-view-current .media-view-toggle,
section.media-clean .media-view-toggle {
	display: inline-flex;
}

section.media-clean .artxt {
	opacity: 0 !important;
	pointer-events: none;
	transition: opacity .35s ease;
} */

/* popup-system */


/* site search */




/* hide text toggle */
.hide_txt {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	color: rgb(var(--b) / 1);
	background: rgb(var(--n) / .45);
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity .25s ease,
		visibility .25s ease,
		transform .25s ease;
}

section.hide-txt-current .hide_txt {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hide_txt span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	transition:
		opacity .25s ease,
		transform .25s ease;
}

.hide_txt .txt-hide {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.hide_txt .txt-show {
	opacity: 0;
	transform: scale(.75);
	pointer-events: none;
}

section.hide-txt-clean .hide_txt .txt-hide {
	opacity: 0;
	transform: scale(.75);
	pointer-events: none;
}

section.hide-txt-clean .hide_txt .txt-show {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

section .artxt {
	transition: opacity .35s ease;
}

section.hide-txt-clean .artxt {
	opacity: 0 !important;
	pointer-events: none !important;
}




@media (min-width: 768px) and (max-width: 1023px) {
	:root {
		font-size: 12px;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	:root {
		font-size: 11px;
	}
}

@media (min-width: 1280px) and (max-width: 1439px) {
	:root {}
}

@media (min-width: 1440px) and (max-width: 1919px) {
	:root {}
}

@media (min-width: 1920px) and (max-width: 2047px) {
	:root {
		font-size: 16px;
	}
}

@media (min-width: 2048px) {
	:root {}
}