/* 
@import url("modules/header-footer.css");
@import url("modules/poster.css");

@import url("modules/magazzine.css");
@import url("modules/launchpad.css");
@import url("modules/break.css");

@import url("modules/sweep.css");
@import url("modules/tarjetas.css");
@import url("modules/forms-cookies.css");
@import url("modules/menu.css");

@import url("modules/xscroll.css");
@import url("modules/block.css");
@import url("modules/slider.css");
@import url("modules/gallery.css");
*/
@import url("modules/agenda.css"); 
@import url("modules/block.css");
@import url("modules/headline.css");
@import url("modules/break.css");
@import url("modules/contact-form.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: 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 2rem;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(var(--b) / 1);
	cursor: pointer;
	border: none;
	border-radius: .45rem;
	background: linear-gradient(-45deg, rgb(var(--c1-light) / 1) 0%, rgb(var(--c1-dark) / 1) 100%);
	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;
	background: rgb(var(--c1) / 1);
	color: rgb(var(--n) / 1);
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	padding: 0;
}

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

.artxt-toggle::before {
	content: "+";
}

.artxt-toggle.is-open::before {
	content: "-";
}

[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;
}

/* viewpoint */
.viewpoint {
	position: fixed;
	top: 50%;
	right: 4rem;
	z-index: 120;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	transform: translateY(-50%);
}

.viewpoint a {
	display: block;
	font-family: "icomoon";
	font-size: 1rem;
	color: rgb(var(--b) / 1);
	text-decoration: none;
	transition: transform 0.25s ease, color 0.25s ease;
}

.viewpoint a::before {
	content: "\e906";
}

.viewpoint a:hover {
	color: rgb(var(--c4) / 1);
	transform: scale(1.15);
}

.viewpoint a.is-active {
	color: rgb(var(--c1) / 1);
	transform: scale(1.35);
}

.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 */
#popup-root {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 210;
	overflow: hidden;
}

#popup-root.active {
	display: block;
}

.popup-container {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100dvh;
	padding: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(120%);
	opacity: 1;
	will-change: transform;
	transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.popup-container.is-open {
	transform: translateX(0);
}

.popup-container.is-closing {
	transform: translateX(120%);
}

.popup-container section {
	width: 100%;
}

.popup-shell {
	position: relative;
	width: 100%;
	min-height: 100%;
}

body.popup-open {
	overflow: hidden;
}

/* cta */
.cta-popover {
	position: fixed;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: min(20rem, calc(100vw - 2rem));
	padding: 0.75rem;
	background: rgb(var(--c4) / 1);
	border-radius: 0.5rem;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 0.2s ease;
	z-index: 120;
}

.cta-popover a {
	color: rgb(var(--b) / 1);
}

.cta-popover a span {
	color: rgb(var(--c1) / 1);
	margin-right: 1rem;
}

.cta-popover.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.cta-popover-title {
	font-size: 0.85rem;
	font-weight: 600;
}

/* site search */
.menu .site-search {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	height: auto;
	border-right: none;
	overflow: visible;
	color: rgb(var(--c1-dark) / 1);
}

.menu .site-search:has(> ul)::after {
	content: none;
}

.menu .site-search::before {
	content: none;
}

.menu .site-search-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	background: none;
	border: 0;
}

.menu .site-search-toggle::before {
	content: "\e910";
	font-family: "icomoon"!important;
	font-size: 1rem;
	color: rgb(var(--b) / 1);
	line-height: 1;
}

.menu .site-search input {
	position: absolute;
	top: calc(100% + .5rem);
	right: 0;
	left: auto;
	display: none;
	width: 27vw;
	height: 2.35rem;
	padding: .25rem 2.25rem .25rem 1rem;
	font-family: inherit;
	font-size: 1rem;
	color: rgb(var(--b) / 1);
	border-radius: .25rem;
	background: rgb(var(--b) / .3);
	border: 1px solid rgb(var(--b) / 1);
	outline: none;
	z-index: 151;
}

.menu .site-search.search-open input {
	display: block;
}

.menu .site-search input::placeholder {
	color: rgb(var(--b) / .75);
	opacity: 1;
}

.menu #site-search-results {
	position: absolute;
	top: calc(100% + 3.1rem);
	right: 0;
	left: auto;
	display: none;
	width: 27vw!important;
	max-height: 60vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	margin: 0;
	padding: 1rem;
	list-style: none;
	border-radius: 1rem;
	z-index: 150;
	background: rgb(var(--c4) / 1);
}

.menu #site-search-results.active {
	display: block;
}

.menu #site-search-results li {
	display: block;
	padding: .75rem;
	cursor: pointer;
	color: rgb(var(--n) / 1);
	border: 0;
	border-radius: .5rem;
}

.menu #site-search-results li:hover {
	background: rgb(var(--b) / 1);
}

.menu #site-search-results strong,
.menu #site-search-results span,
.menu #site-search-results p {
	color: rgb(var(--n) / 1);
}

body.site-search-open {
	overflow: hidden;
}

/* standalone search */
.standalone-search {
	position: fixed;
	bottom: 5%;
	left: 5%;
	z-index: 300;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 27vw;
	min-width: 280px;
	height: 2.35rem;
	overflow: visible;
}

.standalone-search input {
	width: 100%;
	height: 100%;
	padding: .25rem 2.75rem .25rem 1rem;
	font-family: inherit;
	font-size: 1rem;
	color: rgb(var(--b) / 1);
	border-radius: .25rem;
	background: rgb(var(--b) / .3);
	border: 1px solid rgb(var(--b) / 1);
	outline: none;
}

.standalone-search input::placeholder {
	color: rgb(var(--b) / .75);
	opacity: 1;
}

.standalone-search-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.standalone-search-toggle::before {
	content: "\e910";
	font-family: "icomoon"!important;
	font-size: 1rem;
	color: rgb(var(--b) / 1);
	line-height: 1;
}

#standalone-search-results {
	position: absolute;
	top: calc(100% + .5rem);
	right: 0;
	left: auto;
	display: none;
	width: 100%;
	max-height: 60vh;
	overflow-y: auto;
	margin: 0;
	padding: 1rem;
	list-style: none;
	border-radius: 1rem;
	z-index: 300;
	background: rgb(var(--c4) / 1);
}

#standalone-search-results.active {
	display: block;
}

#standalone-search-results li {
	display: block;
	padding: .75rem;
	cursor: pointer;
	color: rgb(var(--n) / 1);
	border: 0;
	border-radius: .5rem;
	list-style: none;
}

#standalone-search-results li:hover {
	background: rgb(var(--b) / 1);
}

#standalone-search-results strong {
	display: block;
	font-size: .95rem;
	font-weight: 800;
	color: rgb(var(--n) / 1);
}

#standalone-search-results span {
	display: block;
	margin-top: .15rem;
	font-size: .75rem;
	color: rgb(var(--n) / .65);
}

#standalone-search-results .standalone-search-empty {
	cursor: default;
	opacity: .65;
}

#standalone-search-results .standalone-search-empty:hover {
	background: transparent;
}

.standalone-search.results-below #standalone-search-results {
	top: calc(100% + .5rem);
	bottom: auto;
}

.standalone-search.results-above #standalone-search-results {
	top: auto;
	bottom: calc(100% + .5rem);
}

/* hide text toggle */
.hide_txt {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 10;
	display: none;
	color: rgb(var(--b) / 1);
	cursor: pointer;
	pointer-events: auto;
}

section.hide-txt-current .hide_txt {
	display: flex;
}

.hide_txt span {
	position: absolute;
	font-size: 1.5rem;
	transition: opacity .25s ease, transform .25s ease;
}

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.hide-txt-clean .artxt {
	opacity: 0 !important;
	pointer-events: none !important;
	transition: opacity .35s ease;
}



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

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

@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 {}
}