/* 
@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/poster.css");
@import url("modules/popup-cta.css");
@import url("modules/viewpoint.css");
@import url("modules/header-footer.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;

	--fs-cap: clamp(0.7rem, 0.75vw, 0.8rem);
	--fs-small: clamp(0.8rem, 0.9vw, 0.95rem);
	--fs-p: clamp(.9rem, 1vw, 1.15rem);
	--fs-lead: clamp(1.25rem, 1.5vw, 1.8rem);
	--fs-h4: clamp(1.4rem, 1.75vw, 2rem);
	--fs-h3: clamp(1.6rem, 2.4vw, 2.8rem);
	--fs-h2: clamp(2.4rem, 4.5vw, 5rem);
	--fs-h1: clamp(3.5rem, 8vw, 9rem);

	font-size: 15px;
}

* {
	box-sizing: border-box;
}

html {

	width: 100%;
	max-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {

	width: 100%;
	max-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;

}

*,

*::before,

*::after {

	box-sizing: border-box;

}

main {

	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;

}

section {

	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 20;

}

section > article {

	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: none;

}

img,

video,

svg,

canvas {

	max-width: 100%;

}

figure {

	max-width: 100%;
	margin: 0;

}

h1 {
	font-size: var(--fs-h1);
	line-height: 0.85;
	letter-spacing: -0.01em;
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	font-size: var(--fs-h2);
	line-height: 0.95;
	letter-spacing: -0.05em;
	font-weight: 800;
}

h3 {
	font-size: var(--fs-h3);
	line-height: 1.05;
	letter-spacing: -0.035em;
	font-weight: 500;
}

h4 {
	font-size: var(--fs-h4);
	line-height: 1.15;
	letter-spacing: -0.02em;
	font-weight: 700;
}

p {
	font-size: var(--fs-p);
	line-height: 1.45;
}

.lead {
	font-size: var(--fs-lead);
	line-height: 1.2;
	font-weight: 500;
}

.caption {
	font-size: var(--fs-cap);
	line-height: 1.3;
	letter-spacing: 0.04em;
}

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(--c1-dark) / 1);
	background: linear-gradient(-45deg, rgb(var(--b-light) / 1) 0%, rgb(var(--b-dark) / 1) 100%);
}


.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(20px);
	-webkit-backdrop-filter: blur(20px);
	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;
}

/* 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;
}

/* dt-dual mobile */
.artxt.dt-dual {
	--p-side: 0;
	position: relative;
	display: block;
	padding: 0;
}

.artxt.dt-dual dd {
	padding-right: 0;
}

.dt-split {
	position: relative;
	display: block;
	width: 100%;
	color: transparent;
	text-align: left;
	user-select: none;
}

.dt-solid,
.dt-image {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.artxt.dt-dual .dt-solid,
.artxt.dt-dual .dt-image {
	align-items: flex-start;
}

.artxt.dt-dual .dt-solid {
	color: rgb(var(--c4-dark) / 1);
}

.artxt.dt-dual .dt-image {
	color: rgb(var(--b) / 1);
}

.dt-real {
	display: block;
	height: auto;
	padding-bottom: 2rem;
	visibility: hidden;
}

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

figure[data-layout="col"] {
	flex-direction: column;
	gap: 2px;
}

figure[data-layout="row"] {
	flex-direction: row;
	gap: 2px;
}

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

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

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: 9 / 16;
}

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

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

.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;
}
.magazzine .body,
.launchpad ul,
.cards .artxt,
.tarjetas .cards-track,
.xscroll ul {
	overflow-x: auto !important;
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: touch;
}

.magazzine .body > dd,
.launchpad ul > li,
.cards .artxt > dd,
.tarjetas .cards-track > dd,
.xscroll ul > li {
	flex-shrink: 0;
}
