* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* styleguide */
.styleguide {
  width: 100%;
  min-height: 100dvh;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      130deg,
      rgb(var(--b) / .5) 0%,
      rgb(var(--b) / .65) 100%
    ),
    url("/assets/img/bg.webp");
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-blend-mode: screen;
  box-sizing: border-box;
}

.styleguide-grid {
  width: 50%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 2rem 8rem;
  align-items: start;
}

.styleguide-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
  color: rgb(var(--n) / 1);
  font-size: .75rem;
  line-height: 1;
}

.styleguide-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgb(var(--n) / .2);
}

.styleguide-type-sample {
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.styleguide-type-sample strong {
  color: rgb(var(--c1) / 1);
  font-size: 8rem;
  font-weight: 600;
  line-height: .75;
  letter-spacing: -.1em;
}

.styleguide-colors,
.styleguide-icons {
  grid-column: 1 / -1;
}

.styleguide-palette {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}

.styleguide-color {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: .4rem;
  min-width: 0;
}

.styleguide-color span,
.styleguide-color strong,
.styleguide-color small {
  display: block;
  width: 100%;
}

.styleguide-color strong {
  aspect-ratio: 1 / 1;
}

.styleguide-color-blue strong {
  background: rgb(var(--b) / 1);
}

.styleguide-color-orange strong {
  background: rgb(var(--n) / 1);
}

.styleguide-color-black strong {
  background: rgb(var(--c1) / 1);
}

.styleguide-color-gray strong {
  background: rgb(var(--c2) / 1);
}

.styleguide-color-light strong {
  background: rgb(var(--c3) / 1);
}

.styleguide-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
}

.styleguide-form label {
  display: block;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 600;
}

.styleguide-form input {
  display: block;
  width: 17rem;
  height: 2.4rem;
  padding: 0 .75rem;
  border: 1px solid rgb(var(--n) / 1);
  border-radius: 0;
  background: rgb(var(--b) / 1);
  font: inherit;
}

.styleguide-submit {
  margin-top: .5rem;
  border-color: rgb(var(--b) / 1);
  background: rgb(var(--c3) / 1);
  color: rgb(var(--n) / 1);
}

.styleguide-icon-groups {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  align-items: center;
  gap: 3rem;
}

.styleguide-icon-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgb(var(--c2) / 1);
  font-size: 1.5rem;
  font-weight: 700;
}

.styleguide-icon-group-primary {
  color: rgb(var(--c3) / 1);
}

.styleguide-icon-group span {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700px) {
  
  .styleguide {
    min-height: auto;
    padding: 2rem 1.25rem;
    align-items: flex-start;
  }

  .styleguide-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .styleguide-type-sample {
    min-height: 8rem;
  }

  .styleguide-type-sample strong {
    font-size: 6rem;
  }

  .styleguide-colors,
  .styleguide-icons {
    grid-column: auto;
  }

  .styleguide-palette {
    gap: .5rem;
  }

  .styleguide-icon-groups {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}























@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?f2h7h0');
  src:  url('../../onts/icomoon.eot?f2h7h0#iefix') format('embedded-opentype'),
	url('../../fonts/icomoon.ttf?f2h7h0') format('truetype'),
	url('../../fonts/icomoon.woff?f2h7h0') format('woff'),
	url('../../fonts/icomoon.svg?f2h7h0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-controller-fast-backward:before {
  content: "\e931";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-thin-down:before {
  content: "\e901";
}
.icon-chevron-thin-up:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-controller-fast-forward:before {
  content: "\e904";
}
.icon-controller-paus:before {
  content: "\e932";
}
.icon-controller-play:before {
  content: "\e905";
}
.icon-dot-single:before {
  content: "\e906";
}
.icon-dots-three-horizontal:before {
  content: "\e933";
}
.icon-dots-two-horizontal:before {
  content: "\e934";
}
.icon-triangle-down:before {
  content: "\e907";
}
.icon-triangle-up:before {
  content: "\e908";
}
.icon-address:before {
  content: "\e909";
}
.icon-camera:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e90b";
}
.icon-credit-card:before {
  content: "\e90c";
}
.icon-cross:before {
  content: "\e90d";
}
.icon-direction:before {
  content: "\e90e";
}
.icon-flag:before {
  content: "\e90f";
}
.icon-funnel:before {
  content: "\e910";
}
.icon-help:before {
  content: "\e911";
}
.icon-home:before {
  content: "\e912";
}
.icon-image:before {
  content: "\e913";
}
.icon-images:before {
  content: "\e914";
}
.icon-language:before {
  content: "\e915";
}
.icon-link:before {
  content: "\e916";
}
.icon-location-pin:before {
  content: "\e917";
}
.icon-location:before {
  content: "\e918";
}
.icon-mail:before {
  content: "\e919";
}
.icon-menu:before {
  content: "\e91a";
}
.icon-mobile:before {
  content: "\e91b";
}
.icon-new:before {
  content: "\e91c";
}
.icon-old-mobile:before {
  content: "\e91d";
}
.icon-old-phone:before {
  content: "\e91e";
}
.icon-paper-plane:before {
  content: "\e91f";
}
.icon-phone:before {
  content: "\e920";
}
.icon-pin:before {
  content: "\e921";
}
.icon-price-tag:before {
  content: "\e922";
}
.icon-rocket:before {
  content: "\e923";
}
.icon-share:before {
  content: "\e924";
}
.icon-star:before {
  content: "\e925";
}
.icon-paypal:before {
  content: "\e926";
}
.icon-facebook:before {
  content: "\e927";
}
.icon-google:before {
  content: "\e928";
}
.icon-instagram:before {
  content: "\e929";
}
.icon-paypal1:before {
  content: "\e92a";
}
.icon-tiktok:before {
  content: "\e92b";
}
.icon-tripadvisor:before {
  content: "\e92c";
}
.icon-x:before {
  content: "\e92d";
}
.icon-visa:before {
  content: "\e92e";
}
.icon-whatsapp:before {
  content: "\e92f";
}
.icon-youtube:before {
  content: "\e930";
}



:root {
	--n: 1 21 2;
	--b: 237 237 232;
	--c1: 2 60 29;
	--c2: 135 192 145;
	--c3: 240 66 66;

	font-size: 16px;
	color: rgb(var(--c1) / 1);
}

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.3;
	background-image: linear-gradient(130deg, rgb(var(--b)/0) 0%, rgb(var(--b)/0) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: screen;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
}

/* 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;
	filter: saturate(.9) contrast(1);
}

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,
video.responsive-video,
.responsive-video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter:grayscale(1) !important;
	-webkit-filter:grayscale(1) !important;
	mix-blend-mode:normal !important;
}

/* layout */
main {
	position: relative;
	width: 100%;
	min-height: 100dvh;
}

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

section > article {
	position: relative;
	display: block;
	min-width: 0;
	background: none;
}
h1 {
	font-size: 12rem;
	font-weight: 900;
	color: rgb(var(--c3) / 1);
}

h2 {
	font-size: 4rem;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px rgb(var(--b) / .25), 3px 3px 4px rgb(var(--n) / .5);
	color: rgb(var(--c1) / 1);
	line-height: .85;
}

h3 {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 200;
}

h4 {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 600;
}

p {
	font-size: 1rem;
	font-weight: 300;
}

.lead {
	font-size: 1.25rem;
	font-weight: 200;
	opacity: 1;
	z-index: 0;
}

.caption {
	font-size: .75rem;
}

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

button {
	padding: .5rem 1.2rem;
	border-radius: .25rem;
	background: rgb(var(--c3) / 1);
	color: rgb(var(--b) / 1);
	cursor: pointer;
}

button.sec {
	background: rgb(var(--c1) / 1);
	color: rgb(var(--b) / 1);
}

button.out {
	border: 1px solid rgb(var(--c1) / 1);
	background: transparent;
	color: rgb(var(--c1) / 1);
}

button.txt {
	padding-inline: .5rem;
	background: transparent;
	color: rgb(var(--c1) / 1);
}

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

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

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

.artxt dd {
	margin: 0;
}

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

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

.artxt-toggle {
	display: none;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: none;
	color: rgb(var(--c3) / 1);
	font-size: 2rem;
	font-weight: 700;
}

.artxt-toggle:hover {
	background: none;
}

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

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

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

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

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

.simple-term {
	color: rgb(var(--c3) / 1);
	text-shadow: 1px 1px 5px rgb(var(--n) / 1);
	font-weight: 600;
}

/* hide txt */
.hide_txt {
	--hide-txt-size: 3rem;
	--hide-txt-icon-size: 1.5rem;
	position: fixed;
	top: 50%;
	right: 5%;
	left: auto;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--hide-txt-size);
	height: var(--hide-txt-size);
	color: rgb(var(--c1) / 1);
	background: rgb(var(--n) / .25);
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-50%) translateX(1.5rem) scale(.75);
	transition:
		opacity .35s ease,
		visibility .35s ease,
		transform .35s cubic-bezier(.22, 1, .36, 1);
}

section.hide-txt-current .hide_txt {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(-50%) translateX(0) scale(1);
}

.hide_txt::before,
.hide_txt::after {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "icomoon";
	font-size: var(--hide-txt-icon-size);
	line-height: 1;
	transition:
		opacity .25s ease,
		transform .25s ease;
}

.hide_txt::before {
	content: "\e913";
	opacity: 1;
	transform: scale(1);
}

.hide_txt::after {
	content: "\e91a";
	opacity: 0;
	transform: scale(.75);
}

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

section.hide-txt-clean .hide_txt::after {
	opacity: 1;
	transform: scale(1);
}

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

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


@media (max-width: 767px) {
	h1 {
		font-size: 6rem;
	}
	
	h2 {
		font-size:3.5rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
	
	h4 {
		font-size: 1.5rem;
	}
	
	p {
		font-size: 1rem;
	}
	
	.lead {
		font-size: 1.25rem;
	}
	
	.caption {
		font-size: .75rem;
	}
	
	.big-txt  {
		font-size: 6rem;
		line-height: 0.85;
		letter-spacing: -0.01em;
		font-weight: 900;
		color: rgb(var(--) / .2);
	}
	section {
		width: 100%;
	}
	.magazzine,
	.launchpad,
	.tarjetas,
	.xscroll,
	.events,
	.hv-system-wrap {
		position: relative;
	}
	
	.hv-viewpoint {
		position: absolute;
		top: 97.5%;
		left: 50%;
		z-index: 998;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: .45rem;
		width: auto;
		height: auto;
		margin: 0;
		padding: .35rem .5rem;
		pointer-events: auto;
		transform: translateX(-50%);
		background: rgb(var(--c2) / 1)
	}
	
	.hv-viewpoint .hv-dot {
		display: block;
		width: .35rem;
		height: .35rem;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgb(var(--n) / 1);
		opacity: .75;
		cursor: pointer;
		transition:
			background-color .25s ease,
			transform .25s ease,
			opacity .25s ease;
	}
	
	.hv-viewpoint .hv-dot.is-active {
		background: rgb(var(--c1) / 1);
		opacity: 1;
		transform: scale(1.35);
	}
	
	.hv-btn {
		position: absolute;
		top: 50%;
		z-index: 999;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		height: 2.75rem;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgb(var(--c2) / .8);
		color: rgb(var(--b) / 1);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(-50%);
		cursor: pointer;
		font-size: 0;
	}
	
	.hv-btn.prev {
		left: .75rem;
	}
	
	.hv-btn.next {
		right: .75rem;
	}
	
	.hv-btn.prev::before {
		content: "‹";
		font-size: 2.2rem;
		line-height: 1;
	}
	
	.hv-btn.next::before {
		content: "›";
		font-size: 2.2rem;
		line-height: 1;
	}
	
	.hv-btn.is-hidden {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
	
	.hide_txt {
		--hide-txt-size: 2.5rem;
		--hide-txt-icon-size: 1.25rem;
		top: 60%;
		right: 1rem;
	}
}

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

	section {
		padding: 0
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	:root {
		font-size: clamp(12px, 1.1vw, 14px);
	}

	section {
		padding: 0
	}
}

@media (min-width: 1280px) and (max-width: 1439px) {
	:root {
		font-size: clamp(14px, 1.05vw, 15px);
	}

	section {
		padding: 0
	}
}

@media (min-width: 1440px) and (max-width: 1919px) {
	:root {
		font-size: clamp(15px, .9vw, 16px);
	}

	section {
		padding: 0
	}
}

@media (min-width: 1920px) and (max-width: 2047px) {
	:root {
		font-size: clamp(16px, .833vw, 17px);
	}

	section {
		padding: 0
	}
}

@media (min-width: 2048px) {
	:root {
		font-size: clamp(17px, .8vw, 20px);
	}

	section {
		padding: 0
	}
}

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

.spacer.x {
	height: 100dvh;
}

.spacer.xl {
	height: 150dvh;
}

/* glass */
.glass {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(30deg, rgb(var(--n) / 0.1) 0%, rgb(var(--n-l) / 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.15;
	border-radius: 1rem;
}

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



/* popup-system */
#popup-root{
	position:fixed;
	top:0;
	left:100%;
	width:100%;
	height:100dvh;
	z-index:180;
	overflow:hidden;
	pointer-events:none;
	transition:left .65s cubic-bezier(.22,1,.36,1);
	background-image: linear-gradient(130deg, rgb(var(--c2)/1) 0%, rgb(var(--b)/1) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
}

#popup-root.popup-open{
	left:0;
	pointer-events:auto;
}

.popup-container{
	position:absolute;
	inset:0;
	width:100%;
	height:100dvh;
	padding:0;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

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

body.popup-open{
	overflow:hidden;
}
.popup-container .close-popup{
	position:fixed;
	top:1.5rem;
	right:1.5rem;
	left:auto;
	z-index:1000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin:0;
	padding: 0;
	border-radius: 50%;
	font-size: 3rem;
	line-height: 1;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transform:scale(.8);
	transition:
		opacity .25s ease,
		visibility .25s ease,
		transform .25s ease;

}

#popup-root.popup-open .popup-container .close-popup{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	transform:scale(1);
}

/* 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(--n) / 1);
	border-radius: 0.5rem;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 0.2s ease;
	z-index: 120;
}

.cta-popover button {
	color: rgb(var(--n) / 1);
	background: rgb(var(--b) / .8);
}

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

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

.cta-popover-title {
	font-size: 0.85rem;
	font-weight: 600;
	color: rgb(var(--c1) / 1)
}
.rotate-notice {
	display: none;
}

/* color scope */

.color-scope {

	--cd-rgb: var(--n);
	--cs-rgb: var(--c1);
	--ct-rgb: var(--c2);
	--cf-rgb: var(--c3);
	--co-rgb: var(--b);

}

/* texto */

.clr1 { color: rgb(var(--cd-rgb) / 1); }

.clr2 { color: rgb(var(--cs-rgb) / 1); }

.clr3 { color: rgb(var(--ct-rgb) / 1); }

.clr4 { color: rgb(var(--cf-rgb) / 1); }

.clr5 { color: rgb(var(--co-rgb) / 1); }

/* fondo */

.bg1 { background-color: rgb(var(--cd-rgb) / 1); }

.bg2 { background-color: rgb(var(--cs-rgb) / 1); }

.bg3 { background-color: rgb(var(--ct-rgb) / 1); }

.bg4 { background-color: rgb(var(--cf-rgb) / 1); }

.bg5 { background-color: rgb(var(--co-rgb) / 1); }

/* borde */

.brd1 { border-color: rgb(var(--cd-rgb) / 1); }

.brd2 { border-color: rgb(var(--cs-rgb) / 1); }

.brd3 { border-color: rgb(var(--ct-rgb) / 1); }

.brd4 { border-color: rgb(var(--cf-rgb) / 1); }

.brd5 { border-color: rgb(var(--co-rgb) / 1); }

/* outline */

.out1 { outline-color: rgb(var(--cd-rgb) / 1); }

.out2 { outline-color: rgb(var(--cs-rgb) / 1); }

.out3 { outline-color: rgb(var(--ct-rgb) / 1); }

.out4 { outline-color: rgb(var(--cf-rgb) / 1); }

.out5 { outline-color: rgb(var(--co-rgb) / 1); }

/* sombra */

.shd1 { box-shadow: 0 1rem 3rem rgb(var(--cd-rgb) / .25); }

.shd2 { box-shadow: 0 1rem 3rem rgb(var(--cs-rgb) / .25); }

.shd3 { box-shadow: 0 1rem 3rem rgb(var(--ct-rgb) / .25); }

.shd4 { box-shadow: 0 1rem 3rem rgb(var(--cf-rgb) / .25); }

.shd5 { box-shadow: 0 1rem 3rem rgb(var(--co-rgb) / .25); }

/* degradado */

.grd1 {

	background: linear-gradient(
		135deg,
		rgb(var(--cd-rgb) / 1),
		rgb(var(--cs-rgb) / 1)
	);

}

.grd2 {

	background: linear-gradient(
		135deg,
		rgb(var(--cs-rgb) / 1),
		rgb(var(--ct-rgb) / 1)
	);

}

.grd3 {

	background: linear-gradient(
		135deg,
		rgb(var(--ct-rgb) / 1),
		rgb(var(--cf-rgb) / 1)
	);

}

.grd4 {

	background: linear-gradient(
		135deg,
		rgb(var(--cf-rgb) / 1),
		rgb(var(--co-rgb) / 1)
	);

}

.grd5 {

	background: linear-gradient(
		135deg,
		rgb(var(--co-rgb) / 1),
		rgb(var(--cd-rgb) / 1)
	);

}

div.popup-content{
	padding: 
}


div.popup-content figure img.responsive-img {
	
	filter: none;
}


/* ==================================================
   MODULE: block.css
   ================================================== */

/* block */
.block {
	--block-dt-base-color: rgb(var(--n) / 1);
	--block-dt-photo-color: rgb(var(--b) / 1);
	padding: 0;
}

.block > article:nth-child(1) {
	display: flex;
	align-items: center;
	width: 36%;
	z-index: 2;
}

.block > article:nth-child(2) {
	width: 64%;
}

.block.reverse > article:nth-child(1) {
	width: 64%;
}

.block.reverse > article:nth-child(2) {
	display: flex;
	align-items: center;
	width: 36%;
	z-index: 2;
}

.block .artxt {
	width: 100%;
	padding-left: 6rem;
}

.block.reverse .artxt {
	width: 100%;
	padding-right: 6rem;
	padding-left: 3rem;
}

.block .artxt dt {
	position: relative;
	width: 200%;
	color: transparent;
}

.block .artxt dd {
	padding-right: 3rem;
}

.block.reverse .artxt dt {
	width: 200%;
	text-align: right;
	transform: translateX(-50%);
}

.block.reverse .artxt dd {
	padding-left: 0;
}

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

.block-dt-base {
	z-index: 1;
	color: var(--block-dt-base-color);
}

.block-dt-photo {
	z-index: 2;
	color: var(--block-dt-photo-color);
	clip-path: inset(0 100% 0 0);
}

.block-dt-real {
	position: relative;
	z-index: 0;
	display: block;
	visibility: hidden;
	pointer-events: none;
}

.block .artxt dt h1,
.block .artxt dt h2,
.block .artxt dt h3,
.block .artxt dt h4,
.block .artxt dt p,
.block .artxt dt .lead,
.block .artxt dt span {
	color: inherit;
}

.block .block-media {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.block .block-media img,
.block .block-media video,
.block .block-media .responsive-img,
.block .block-media .responsive-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.block .block-media .media-empty {
	width: 100%;
	min-height: 24rem;
}

body.simple-edit-mode .block .block-media-edit-trigger {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	left: 50% !important;
	z-index: 999999 !important;
	transform: translate(-50%, -50%) !important;
}

/* block mobile */
@media (max-width: 767px) {
	.block {
		--block-dt-base-color: rgb(var(--n) / 1);
		--block-dt-photo-color: rgb(var(--b) / 1);
		flex-direction: column-reverse;
		padding: 0;
	}

	.block figure figcaption {
		bottom: 10%;
		transform: rotate(-90deg);
		transform-origin: top left;
	}

	.block > article:nth-child(1) {
		position: relative;
		display: block;
		align-items: initial;
		width: 100%;
		margin-top: -8rem;
		z-index: 20;
	}

	.block > article:nth-child(2) {
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.block .artxt {
		position: relative;
		width: 100%;
		padding: 0 2rem 2rem;
		transform: none;
		z-index: 20;
	}

	.block.reverse {
		flex-direction: column;
	}

	.block.reverse > article:nth-child(1) {
		position: relative;
		width: 100%;
		z-index: 1;
	}

	.block.reverse > article:nth-child(2) {
		position: relative;
		display: block;
		align-items: initial;
		width: 100%;
		margin-top: -8rem;
		z-index: 12;
	}

	.block.reverse .artxt {
		position: relative;
		width: 100%;
		padding: 0 2rem 2rem;
		transform: none;
	}

	.block .artxt dt,
	.block.reverse .artxt dt {
		position: relative;
		width: 100%;
		color: transparent;
		transform: none;
	}

	.block.reverse .artxt dt {
		text-align: right;
	}

	.block .artxt dd {
		padding-right: 0;
		color: rgb(var(--n) / 1);
	}
}

/* ==================================================
   MODULE: break.css
   ================================================== */

/* break */
.break {
	position: relative;
	width: 100%;
	min-height: 220dvh;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.break-scroll {
	position: relative;
	width: 100%;
	min-height: 220dvh;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.break-stage {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100dvh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.break figure {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.break figure img,
.break figure video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.break figcaption {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 5;
	color: rgb(var(--b) / .75);
	font-size: .75rem;
}

.break .layer_one {
	z-index: 1;
}

.break .layer_two {
	--x0: 0;
	--y0: 0;
	--x1: 0;
	--y1: 15dvh;
	--scale0: 1;
	--scale1: 1.1;
	--op0: 1;
	--op1: 0;
	--blur0: 0;
	--blur1: 12px;
	z-index: 2;
	opacity: var(--op-current, 0);
	transform:
		translate(var(--x-current, -50%), var(--y-current, -50%))
		scale(var(--scale-current, 1));
	filter: blur(var(--blur-current, 0px));
	will-change: transform, opacity, filter;
}

.break .layer_three {
	--x0: 36%;
	--y0: -50%;
	--x1: 27%;
	--y1: -50%;
	--scale0: .9;
	--scale1: 1;
	--op0: .1;
	--op1: 1;
	--blur0: 0px;
	--blur1: 0px;
	--w0: 27%;
	--w1: 27%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	width: var(--w-current, 36%);
	margin: 0;
	overflow: visible;
	color: rgb(var(--b) / 1);
	opacity: var(--op-current, 0);
	transform:
		translate(var(--x-current, -50%), var(--y-current, -50%))
		scale(var(--scale-current, 1));
	filter: blur(var(--blur-current, 0px));
	will-change: transform, opacity, filter, width;
}

.break .layer_three dt {
	position: relative;
	z-index: 4;
	padding: 3rem 3rem 0;
	overflow: visible;
	color: rgb(var(--b) / 1);
	opacity: 1;
}

.break .layer_three dd {
	padding: 3rem;
	border-radius: .25rem;
	background-image:
		linear-gradient(110deg, rgb(var(--n) / .1) 0%, rgb(var(--n-d) / .1) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	background-blend-mode: multiply;
	color: rgb(var(--n) / 1);
	opacity: 1;
}

.break .layer_three dt h2 {
	width: max-content;
	max-width: none;
	overflow: visible;
	white-space: normal;
	text-wrap: balance;
}

.break .layer_three dt h2 * {
	overflow: visible;
}

/* break mobile */
@media (max-width: 767px) {
	.break {
		min-height: 220svh;
		padding: 0;
		background: rgb(var(--n-d) / 1);
	}

	.break-scroll {
		min-height: 220svh;
	}

	.break-stage {
		height: 100svh;
		min-height: 100svh;
		contain: paint;
		transform: translateZ(0);
		backface-visibility: hidden;
	}

	.break .layer_two {
		--x0: 0;
		--y0: 0;
		--x1: 0;
		--y1: 0;
		--scale0: 1;
		--scale1: 1.1;
		--op0: 0;
		--op1: 1;
		--blur0: 12px;
		--blur1: 0px;
	}

	.break .layer_three {
		--x0: -50%;
		--y0: -100%;
		--x1: -50%;
		--y1: -50%;
		--scale0: 1;
		--scale1: 1;
		--op0: 0;
		--op1: 1;
		--blur0: 0px;
		--blur1: 0px;
		--w0: 80%;
		--w1: 80%;
		left: 50%;
		width: var(--w-current, 42%);
		padding: 3rem;
	}

	.break .layer_three dt {
		position: static;
		padding: 0;
		color: inherit;
	}

	.break .layer_three dd {
		padding: 0;
		border-radius: 0;
		background: none;
		color: inherit;
	}

	.break .layer_three dt h2 {
		width: auto;
		max-width: 100%;
		text-wrap: wrap;
	}
}


/* ==================================================
   MODULE: comentarios.css
   ================================================== */

/* comentarios */
body#comentarios{
}

.comment-form{
	display:grid;
	place-items:center;
	min-height:100dvh;
	padding:8vw;
}

.comment-form article{
	display:grid;
	gap:2rem;
	width:min(100%,680px);
}

.comment-form header{
	display:grid;
	gap:.8rem;
}

.comment-form .lead,
.comment-form h1,
.comment-form header p{
	margin:0;
}

.comment-form form{
	display:grid;
	gap:1rem;
}

.comment-form label{
	display:grid;
	gap:.45rem;
}

.comment-form label span{
	display:block;
}

.comment-form input,
.comment-form textarea,
.comment-form button{
	width:100%;
	font:inherit;
}

.comment-form input,
.comment-form textarea{
	padding:1rem;
	border:1px solid currentColor;
	outline:none;
	background:transparent;
	color:inherit;
}

.comment-form textarea{
	min-height:11rem;
	resize:vertical;
}

.comment-form small{
	opacity:.65;
}

.comment-form .comment-msg{
	padding:1rem;
	border:1px solid currentColor;
}

.comment-form .hp{
	position:absolute;
	left:-9999px;
	opacity:0;
	pointer-events:none;
}

/* validar comentarios */
body#validar-comentarios{
}

.comentarios-admin{
	display:flex;
	flex-direction:column;
	min-height:100dvh;
	padding:4rem;
}

.comentarios-admin header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:2rem;
	margin-bottom:3rem;
}

.comentarios-admin header div{
	width:min(100%,46rem);
}

.comentarios-admin .lead{
	margin:0 0 .8rem;
}

.comentarios-admin h1{
	margin:0;
}

.comentarios-admin header p{
	margin:1rem 0 0;
	opacity:.68;
}

.comentarios-admin nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:.6rem;
}

.comentarios-admin nav a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:.65rem 1rem;
	border:1px solid currentColor;
	border-radius:999px;
	color:inherit;
	text-decoration:none;
}

.comentarios-admin nav a.active{
	outline:2px solid currentColor;
	outline-offset:2px;
}

.comentarios-grid{
	display:flex;
	flex-direction:column;
	gap:1rem;
}

.comentario-card{
	display:flex;
	flex-direction:column;
	gap:1.2rem;
	padding:1.4rem;
	border:1px solid currentColor;
}

.comentario-top{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:1rem;
}

.comentario-card h2{
	margin:0;
}

.comentario-meta{
	margin:.5rem 0 0;
	opacity:.55;
}

.comentario-texto{
	margin:0;
	overflow-wrap:anywhere;
}

.comentario-status{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:.4rem .7rem;
	border:1px solid currentColor;
	border-radius:999px;
}

.comentario-actions{
	display:flex;
	flex-wrap:wrap;
	gap:.5rem;
	margin-top:auto;
}

.comentario-actions button{
	padding:.7rem .9rem;
	border:1px solid currentColor;
	background:transparent;
	color:inherit;
	font:inherit;
	cursor:pointer;
}

.comentarios-empty{
	opacity:.55;
}

/* comentarios públicos como tarjetas */
section.comentarios-publicos .cards-track dd p{
	white-space:pre-line;
}

section.comentarios-publicos .cards-track dd small{
	display:block;
	margin-top:1rem;
	opacity:.55;
}

section.comentarios-publicos .cards-track dd .icon-text{
	display:block;
	margin-bottom:1rem;
}

section.comentarios-publicos .cards-track dd .artxt-toggle{
	display:none;
}

/* comentarios mobile */
@media (max-width:767px){
	.comment-form{
		place-items:start stretch;
		padding:3rem 1.25rem;
	}

	.comment-form article{
		gap:1.5rem;
	}

	.comentarios-admin{
		padding:2rem 1rem;
	}

	.comentarios-admin header{
		flex-direction:column;
		align-items:stretch;
		gap:1.5rem;
		margin-bottom:2rem;
	}

	.comentarios-admin nav{
		justify-content:flex-start;
	}

	.comentario-card{
		min-width:0;
		padding:1rem;
	}

	.comentario-top{
		flex-direction:column;
	}

	.comentario-status{
		align-self:flex-start;
	}

	.comentario-actions button{
		flex:1 1 auto;
	}
}


/* ==================================================
   MODULE: contact-form.css
   ================================================== */

/* contacto-form */
section.contacto-form{
	width:100%;
}

section.contacto-form article{
	display:grid;
	gap:2rem;
	width:min(100%,680px);
	margin:0 auto;
}

section.contacto-form header{
	display:grid;
	gap:.8rem;
}

section.contacto-form .lead,
section.contacto-form h2,
section.contacto-form h3{
	margin:0;
}

section.contacto-form form{
	display:grid;
	gap:1rem;
}

section.contacto-form label{
	display:grid;
	gap:.45rem;
}

section.contacto-form label span{
	display:block;
}

section.contacto-form input,
section.contacto-form textarea,
section.contacto-form button{
	width:100%;
	color:inherit;
	font:inherit;
}

section.contacto-form input,
section.contacto-form textarea{
	padding:1rem;
	border:1px solid currentColor;
	outline:none;
	background:transparent;
	color:inherit;
}

section.contacto-form textarea{
	min-height:9rem;
	resize:vertical;
}

section.contacto-form input:focus,
section.contacto-form textarea:focus,
section.contacto-form input.is-invalid{
	outline:2px solid currentColor;
	outline-offset:2px;
}

section.contacto-form .hp{
	position:absolute;
	left:-9999px;
	opacity:0;
	pointer-events:none;
}

section.contacto-form .contacto-check{
	display:flex;
	align-items:center;
	gap:.75rem;
	cursor:pointer;
}

section.contacto-form .contacto-check input{
	appearance:auto;
	-webkit-appearance:checkbox;
	display:block;
	width:2rem;
	height:2rem;
	min-width:2rem;
	margin:0;
	cursor:pointer;
}

section.contacto-form .contacto-respuesta{
	display:none;
	margin:0;
	padding:1rem;
	border:1px solid currentColor;
}

section.contacto-form .contacto-respuesta.is-active{
	display:block;
}

section.contacto-form button[type="submit"].is-disabled,
section.contacto-form button[type="submit"]:disabled{
	opacity:.35;
	pointer-events:none;
	cursor:not-allowed;
}

section.contacto-form .contacto-warning{
	display:none;
	margin-top:.35rem;
	opacity:.7;
}

section.contacto-form .contacto-warning.is-active{
	display:block;
}

/* contacto-form mobile */
@media (max-width:767px){
	section.contacto-form{
		color:rgb(var(--n) / 1);
	}

	section.contacto-form article{
		padding:2rem 1.5rem;
	}

	section.contacto-form .lead,
	section.contacto-form h2,
	section.contacto-form h3{
		color:rgb(var(--c1) / 1);
	}
}


/* ==================================================
   MODULE: cookies.css
   ================================================== */

/* cookies */
section.cookies-gate{
	position:fixed;
	inset:0;
	z-index:200000;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	width:100%;
	height:100dvh;
	margin:0;
	padding:2rem;
	overflow:auto;
	color:rgb(var(--n) / 1);
	background:rgb(var(--n) / .55);
	backdrop-filter:blur(8px);
	-webkit-backdrop-filter:blur(8px);
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:
		opacity .35s ease,
		visibility .35s ease;
}

section.cookies-gate.is-visible{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}

body.popup-open section.cookies-gate.is-visible{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}

.cookies-box{
	width:min(42rem,100%);
	margin:0;
	padding:1.5rem;
	color:rgb(var(--n) / 1);
	background:rgb(var(--b) / 1);
	border-radius:.5rem;
	box-shadow:0 1.5rem 4rem rgb(var(--n) / .25);
	opacity:0;
	transform:translateY(1.5rem) scale(.98);
	transition:
		opacity .35s ease,
		transform .45s cubic-bezier(.22,1,.36,1);
}

.cookies-gate.is-visible .cookies-box{
	opacity:1;
	transform:translateY(0) scale(1);
}

.cookies-box h4{
	margin:0 0 .75rem;
	color:rgb(var(--n) / 1);
	font-size:1rem;
	font-weight:800;
	line-height:1.15;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.cookies-box p{
	margin:0;
	color:rgb(var(--n) / .75);
	font-size:1rem;
	line-height:1.45;
}

.cookies-actions{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:.75rem;
	margin-top:1.25rem;
}

.cookies-actions button{
	margin:0;
	font:inherit;
	cursor:pointer;
}

.cookies-accept{
	color:rgb(var(--b) / 1);
	background:rgb(var(--n) / 1);
}

.cookies-more{
	color:rgb(var(--n) / 1);
	background:rgb(var(--b-d) / 1);
}

.cookies-box [data-close-cookies-editor]{
	margin-top:1rem !important;
}

body.cookies-locked{
	overflow:hidden;
}

@media (max-width:767px){
	section.cookies-gate{
		align-items:flex-end;
		padding:
			1rem
			5%
			calc(1rem + env(safe-area-inset-bottom));
	}

	.cookies-box{
		width:100%;
		max-height:calc(100dvh - 2rem - env(safe-area-inset-bottom));
		padding:1.25rem;
		overflow:auto;
		border-radius:.35rem;
	}

	.cookies-actions{
		align-items:stretch;
		flex-direction:column;
	}

	.cookies-actions button{
		width:100%;
	}
}

@media (prefers-reduced-motion:reduce){
	section.cookies-gate,
	.cookies-box{
		transition:none;
	}
}


/* ==================================================
   MODULE: events.css
   ================================================== */

.events {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 81dvh;
	background-image: linear-gradient(130deg, rgb(var(--n)/1) 60%, rgb(var(--c3)/3) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	background-blend-mode: multiply;
}

.events .overlay {
	position: absolute;
	inset: 10%;
	
	z-index: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
}
.events > article:nth-child(1) {
width: 64%
}
.events > article:nth-child(2) {
width: 36%
}


.events-pics {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.events-pics li {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	transition:
		opacity .45s ease,
		transform .45s ease,
		filter .45s ease;
	transform: scale(1.03);
	filter: blur(8px);
}

.events-pics li.is-active {
	opacity: 1;
	z-index: 2;
	transform: scale(1);
	filter: blur(0);
	pointer-events: auto;
}

.events-pics figure {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.events-pics figure::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.events-pics img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.events-pics figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 3;
	font-size: .7rem;
	color: rgb(var(--b) / .75);
}

.events-pics .poster-copy {
	position: absolute;
	bottom: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	color: rgb(var(--b) / 1);
	text-wrap: balance;
	padding:6rem;
}

.events-pics .poster-copy dt,
.events-pics .poster-copy dd {
	margin: 0;
}

.events-pics .poster-copy dt {
	display: flex;
	flex-direction: column;
	gap: .35rem;
}

.events-pics .poster-copy .lead {
	margin: 0;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .08em;
	opacity: .75;
}

.events-pics .poster-copy h2 {
	margin: 0;
	font-size: clamp(2.4rem, 6vw, 5.6rem);
	line-height: .95;
	font-weight: 800;
	letter-spacing: -.06em;
	text-transform: uppercase;
}

.events-pics .poster-copy h3 {
	margin: 0;
	font-size: clamp(.9rem, 1.8vw, 1.25rem);
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	opacity: .85;
}

.events-pics .poster-copy dd {
	width: min(100%, 24rem);
	margin-top: 1rem;
}

.events-pics .poster-copy dd p {
	margin: 0;
	font-size: clamp(.9rem, 1.2vw, 1.05rem);
	line-height: 1.35;
}

.events-details {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 9rem 18rem 9rem 3rem;
	list-style: none;
	overflow-y: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.events-details > li {
	position: relative;
	opacity: .55;
	transition:
		opacity .35s ease,
		transform .35s ease;
		margin-top: 3rem;
}

.events-details > li.is-active {
	opacity: 1;
}

.events-details .artxt {
	display: grid;
	grid-template-columns: minmax(4rem, 4.5rem) 1px 1fr;
	gap: 1rem;
	align-items: stretch;
	margin: 0;
}
.events-details dl {
	color: rgb(var(--b) / 1)
}
.events-details dt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: .1rem;
}

.events-details dt p.lead {
	margin: 0;
	font-size: .75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .06em;
	opacity: .65;
}

.events-details dt h2 {
	margin: 0;
	font-size: clamp(2rem, 10vw, 3.5rem);
	line-height: .95;
	font-weight: 800;
	letter-spacing: -.05em;
}

.events-details dt h3 {
	margin: 0;
	font-size: .85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .04em;
	opacity: .75;
}

.events-details hr {
	width: 1px;
	height: auto;
	margin: 0;
	border: 0;
}

.events-details dd {
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: .75rem;
}

.events-details dd p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.4;
}

.events-details .artxt > button:not(.artxt-toggle) {
	grid-column: 3;
	justify-self: start;
}

/* events + hide_txt */
.events.hide-txt-clean .events-pics .poster-copy,
.events.hide-txt-clean .events-pics .layer-overlay,
.events.hide-txt-clean .events-pics .overlay{
	opacity:0 !important;
	visibility:hidden !important;
	pointer-events:none !important;
}

.events.hide-txt-clean .events-details,
.events.hide-txt-clean .events-details .artxt,
.events.hide-txt-clean .events-details .artxt *,
.events.hide-txt-clean .events-details dl,
.events.hide-txt-clean .events-details dt,
.events.hide-txt-clean .events-details dd{
	opacity:1 !important;
	visibility:visible !important;
	pointer-events:auto !important;
}

.events .events-details .hide-txt-target-clean,
.events .events-details .artxt.hide-txt-target-clean{
	opacity:1 !important;
	visibility:visible !important;
	pointer-events:auto !important;
}

/* events mobile */
@media (max-width: 767px) {
	section.events {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		width: 100% !important;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
		contain: paint;
		transform: translateZ(0);
		backface-visibility: hidden;
		background: none;
	}

	section.events > .overlay {
		display: none;
	}

	section.events > article:nth-child(1),
	section.events > article:nth-child(2) {
		width: 100%;
		min-width: 0;
	}

	section.events .events-pics {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
		height: 72svh;
		margin: 0;
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		overscroll-behavior-y: auto;
		list-style: none;
		contain: paint;
		transform: translateZ(0);
		backface-visibility: hidden;
	}

	section.events .events-pics > li,
	section.events .events-pics > li.is-active {
		position: relative;
		inset: auto;
		z-index: auto;
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		opacity: 1;
		filter: none;
		transform: translateZ(0);
		transition: none;
		pointer-events: auto;
		scroll-snap-align: start;
		backface-visibility: hidden;
	}

	section.events .events-pics figure {
		position: absolute;
		inset: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	section.events .events-pics figure img,
	section.events .events-pics figure video {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	section.events .events-pics figure::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 2;
		background: linear-gradient(
			0deg,
			rgb(var(--n) / .72) 0%,
			rgb(var(--n) / .38) 42%,
			rgb(var(--n) / .08) 100%
		);
		pointer-events: none;
	}

	section.events .events-pics figcaption {
		bottom: .75rem;
		z-index: 4;
		font-size: .65rem;
		color: rgb(var(--b) / .65);
	}

	section.events .events-pics .poster-copy {
		right: 1rem;
		bottom: 2.25rem;
		left: 1rem;
		z-index: 5;
		width: auto;
		max-width: none;
		padding: 0;
		text-wrap: wrap;
		pointer-events: none;
	}

	section.events .events-pics .poster-copy dt {
		gap: .2rem;
	}

	section.events .events-pics .poster-copy .lead {
		font-size: .65rem;
		line-height: 1;
	}

	section.events .events-pics .poster-copy h2 {
		max-width: 12ch;
		font-size: clamp(1.8rem, 9vw, 3rem);
		line-height: .86;
		letter-spacing: -.055em;
	}

	section.events .events-pics .poster-copy h3 {
		font-size: .75rem;
		line-height: 1;
	}

	section.events .events-pics .poster-copy dd {
		width: min(100%, 20rem);
		margin-top: .55rem;
	}

	section.events .events-pics .poster-copy dd p {
		font-size: .78rem;
		line-height: 1.3;
	}

	section.events .events-details {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 1rem;
		overflow: visible;
		list-style: none;
		background: rgb(var(--n) / .35);
	}

	section.events .events-details > li {
		position: static;
		display: none;
		margin: 0;
		padding: 1rem;
		color: rgb(var(--b) / 1);
		opacity: 1;
		transform: none;
		transition: none;
	}

	section.events .events-details > li.is-active {
		display: block;
		opacity: 1;
	}

	section.events .events-details .artxt {
		display: block;
		margin: 0;
	}

	section.events .events-details dt,
	section.events .events-details dd {
		display: block;
	}

	section.events .events-details .artxt > button:not(.artxt-toggle) {
		grid-column: auto;
	}

	section.events,
	section.events .events-pics,
	section.events .events-pics > li,
	.xscroll,
	.xscroll-body,
	.xscroll-list > li {
		contain: initial !important;
		transform: none !important;
		backface-visibility: visible !important;
	}
}



/* ==================================================
   MODULE: footer.css
   ================================================== */

/* footer */
footer.site-footer{
	position:fixed;
	top:100dvh;
	left:0;
	z-index:200;
	display:flex;
	width:100%;
	height:100dvh;
	margin:0;
	padding:0;
	overflow:hidden;
	color:rgb(var(--b) / 1);
	opacity:.25;
	visibility:hidden;
	pointer-events:none;
	transition:
		top .85s cubic-bezier(.22,1,.36,1),
		opacity .65s ease,
		visibility .65s ease;
}

footer.site-footer.is-visible{
	top:0;
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}

body.popup-open footer.site-footer,
body.menu-open footer.site-footer{
	top:100dvh !important;
	opacity:0 !important;
	visibility:hidden !important;
	pointer-events:none !important;
}

footer.site-footer .stamp{
	position:absolute;
	top:12%;
	left:50%;
	z-index:10;
	display:flex;
	flex-direction:column;
	align-items:center;
	width:20%;
	margin:0;
	text-align:center;
	opacity:.85;
	transform:translateX(-50%);
}

footer.site-footer .footer-stamp-media{
	position:relative;
	display:block;
	width:100%;
	height:10dvh;
	margin:0;
	overflow:visible;
}

footer.site-footer .stamp-logo,
footer.site-footer .stamp-logo img{
	display:block;
	width:100%;
	height:100%;
}

footer.site-footer .stamp-logo img{
	object-fit:contain !important;
	object-position:center !important;
}

footer.site-footer .tagline{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:.1rem;
	width:100%;
	margin-top:.65rem;
}

footer.site-footer .tagline .lead{
	font-size:1rem;
	font-weight:700;
}

footer.site-footer .tagline .caption{
	font-size:.85rem;
	font-weight:400;
}

footer.site-footer .footer-container{
	position:absolute;
	left:50%;
	bottom:0;
	z-index:50;
	display:block;
	width:90%;
	max-height:68dvh;
	margin:0;
	padding:3rem 4% 3.5rem;
	overflow-x:hidden;
	overflow-y:auto;
	color:rgb(var(--b) / 1);
	background-image:
		linear-gradient(110deg,rgb(var(--c2) / .97) 0%,rgb(var(--n) / 1) 100%),
		url("../../img/bg.webp");
	background-repeat:repeat;
	background-size:auto;
	background-position:center;
	background-blend-mode:multiply;
	border-radius:1rem 1rem 0 0;
	pointer-events:auto;
	transform:translateX(-50%);
}

footer.site-footer .footer-groups{
	display:grid;
	grid-template-columns:repeat(var(--footer-group-count,3),minmax(0,1fr));
	align-items:start;
	gap:3rem;
	width:100%;
}

footer.site-footer .footer-group{
	display:flex;
	flex-direction:column;
	min-width:0;
	margin:0;
	padding:0;
}

footer.site-footer .footer-group-title{
	width:100%;
	margin:0 0 1rem;
	padding:0 0 .65rem;
	color:rgb(var(--c1) / 1);
	font-size:1.35rem;
	font-weight:700;
	line-height:1.1;
	border-bottom:1px solid rgb(var(--b) / .45);
}

footer.site-footer .footer-group-list{
	display:flex;
	flex-direction:column;
	gap:1rem;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

footer.site-footer .footer-group-list,
footer.site-footer .footer-group-list > li{
	list-style:none !important;
}

footer.site-footer .footer-group-list > li::marker{
	content:"" !important;
}

footer.site-footer .footer-group-list > li::before{
	display:none !important;
	content:none !important;
}

footer.site-footer .footer-group-item{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width:100%;
	margin:0;
	padding:0;
}

footer.site-footer .footer-group-button{
	display:inline-flex;
	align-items:center;
	gap:0;
	width:auto;
	margin:0;
	padding:0;
	border:0;
	background:none;
	color:rgb(var(--b) / 1);
	font:inherit;
	font-size:1rem;
	font-weight:700;
	line-height:1.2;
	text-align:left;
	cursor:pointer;
}

footer.site-footer .footer-group-button.has-icon{
	gap:.65rem;
}

footer.site-footer .footer-button-icon{
	flex:0 0 auto;
	color:rgb(var(--c1) / 1);
	font-size:1.05em;
	font-weight:400;
	line-height:1;
}

footer.site-footer .footer-button-label{
	min-width:0;
}

footer.site-footer .footer-group-comment{
	display:block;
	margin:.25rem 0 0;
	color:rgb(var(--b) / .7);
	font-size:.78rem;
	font-weight:400;
	line-height:1.3;
}

footer.site-footer .footer-group-button.has-icon + .footer-group-comment{
	margin-left:1.7rem;
}

footer.site-footer .footer-button-separator{
	display:block;
	width:100%;
	height:0;
	margin:.85rem 0;
	padding:0;
	border:0;
	border-top:1px solid rgb(var(--b) / .35);
}

footer.site-footer .footer-social-wrap{
	dis:flex;
	flex-direction:column;
	width:100%;
}

footer.site-footer .footer-social-above{
	margin:0 0 1rem;
}

footer.site-footer .footer-social-below{
	margin:1rem 0 0;
}

footer.site-footer .footer-social{
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	gap:.8rem;
	width:100%;
	margin:0;
	padding:0;
}

footer.site-footer .footer-social-link{
	position:relative;
	dis:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	width:2.25rem;
	height:2.25rem;
	margin:0;
	padding:0;
	border:1px solid rgb(var(--b) / .4);
	border-radius:50%;
	background:transparent;
	color:rgb(var(--c1) / 1);
	font:inherit;
	font-size:1.25rem;
	line-height:1;
	cursor:pointer;
	transition:
		color .25s ease,
		background-color .25s ease,
		border-color .25s ease,
		transform .25s ease;
}

footer.site-footer .footer-social-link:hover,
footer.site-footer .footer-social-link:focus-visible{
	border-color:rgb(var(--c1) / 1);
	background:rgb(var(--c1) / 1);
	color:rgb(var(--n) / 1);
	transform:translateY(-.15rem);
}

footer.site-footer .footer-social-icon{
	dis:block;
	line-height:1;
}

footer.site-footer .footer-social-label{
	position:absolute !important;
	width:1px !important;
	height:1px !important;
	margin:-1px !important;
	padding:0 !important;
	overflow:hidden !important;
	clip:rect(0 0 0 0) !important;
	clip-path:inset(50%) !important;
	white-space:nowrap !important;
	border:0 !important;
}

footer.site-footer .footer-social-settings{
	dis:flex;
	align-items:center;
	gap:.45rem;
	margin:0 0 .65rem;
	font-size:.7rem;
	text-transform:uppercase;
}

footer.site-footer .footer-social-setting{
	margin:0;
	padding:.35rem .55rem;
	border:1px dashed currentColor;
	background:transparent;
	color:inherit;
	font:inherit;
	cursor:pointer;
}

footer.site-footer .right{
	display:block;
	width:100%;
	margin-top:2rem;
	padding-top:1rem;
	color:rgb(var(--b) / .5);
	font-size:.65rem;
	text-align:center;
	border-top:1px solid rgb(var(--b) / .25);
}

body.simple-edit-mode footer.site-footer .footer-media-edit{
	position:absolute !important;
	top:50% !important;
	left:50% !important;
	z-index:999999 !important;
	transform:translate(-50%,-50%) !important;
}

body.simple-edit-mode footer.site-footer .footer-group.is-add-group{
	padding:1rem;
	border:1px dashed rgb(var(--b) / .55);
}

body.simple-edit-mode footer.site-footer .footer-group-item.is-empty{
	padding:.65rem;
	border:1px dashed rgb(var(--b) / .35);
}

body.simple-edit-mode footer.site-footer .footer-group-button.is-empty{
	color:rgb(var(--c1) / 1);
}

body.simple-edit-mode footer.site-footer .footer-social-link.is-empty{
	border-style:dashed;
	color:rgb(var(--c1) / 1);
}

body.simple-edit-mode footer.site-footer .footer-social-empty{
	font-family:Arial,sans-serif;
	font-weight:700;
}

@media(max-width:767px){
	footer.site-footer{
		z-index:300;
		max-width:100%;
		max-height:100dvh;
		opacity:.75;
		transition:
			top .95s cubic-bezier(.22,1,.36,1),
			opacity .95s ease,
			visibility .95s ease;
	}

	footer.site-footer .stamp{
		top:0;
		left:0;
		width:100%;
		height:25dvh;
		padding:2rem 0 1rem;
		transform:none;
	}

	footer.site-footer .footer-stamp-media{
		width:50%;
		height:15dvh;
	}

	footer.site-footer .tagline{
		margin-top:.25rem;
	}

	footer.site-footer .tagline .lead{
		font-size:.9rem;
	}

	footer.site-footer .tagline .caption{
		font-size:.7rem;
	}

	footer.site-footer .footer-container{
		top:25dvh;
		left:0;
		bottom:auto;
		width:100%;
		height:75dvh;
		max-height:75dvh;
		padding:2rem 2rem 8rem;
		background:linear-gradient(135deg,rgb(var(--c2) / 1) 0%,rgb(var(--n) / 1) 100%);
		border-radius:1rem 1rem 0 0;
		-webkit-overflow-scrolling:touch;
		transform:none;
	}

	footer.site-footer .footer-groups{
		grid-template-columns:1fr;
		gap:2rem;
	}

	footer.site-footer .footer-group + .footer-group{
		padding-top:2rem;
		border-top:1px solid rgb(var(--b) / .35);
	}

	footer.site-footer .footer-group-title{
		font-size:1.15rem;
		text-transform:uppercase;
	}

	footer.site-footer .footer-group-button{
		font-size:1.05rem;
	}

	footer.site-footer .footer-group-comment{
		font-size:.8rem;
	}

	footer.site-footer .footer-social{
		gap:.75rem;
	}

	footer.site-footer .footer-social-link{
		width:2.5rem;
		height:2.5rem;
		font-size:1.35rem;
	}
}


/* ==================================================
   MODULE: gallery.css
   ================================================== */

/* pic-gallery */

.pic-gallery{
	display:flex;
	align-items:flex-start;
	width:100%;
	background-image: linear-gradient(110deg, rgb(var(--n) / .95) 60%, rgb(var(--c1)/.95) 100%),
		url("/assets/img/bg.webp");
	background-repeat:repeat;
	background-size:auto;
	background-attachment:fixed;
	background-position:center;
	background-blend-mode:multiply;
}

.pic-gallery > article:nth-child(1){
	width:64%;
	min-width:0;
	padding:3rem;
}

.pic-gallery > article:nth-child(2){
	position:sticky;
	top:12dvh;
	width:36%;
	min-width:0;
	padding:0 15rem 0 0;
	color:rgb(var(--b) / 1);
}

.pic-gallery .gallery-cols{
	width:100%;
	margin:0;
	padding:1rem;
	list-style:none;
}

.pic-gallery .gallery-cols > li{
	position:relative;
	width:100%;
	min-width:0;
	margin:0;
	padding:0;
	overflow:hidden;
}

.pic-gallery .gallery-cols figure{
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	overflow:hidden;
	cursor:pointer;
	background:rgb(var(--n) / 1);
}

.pic-gallery .gallery-cols img,
.pic-gallery .gallery-cols video,
.pic-gallery .gallery-cols .gallery-thumb,
.pic-gallery .gallery-cols .responsive-img,
.pic-gallery .gallery-cols .responsive-video{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.pic-gallery .gallery-cols img:hover,
.pic-gallery .gallery-cols video:hover{
	filter:saturate(.5);
}

.pic-gallery .gallery-cols dl{
	display:none;
}

.pic-gallery .gallery-cols figcaption{
	position:absolute;
	left:.75rem;
	bottom:.75rem;
	z-index:2;
	margin:0;
	padding:.3rem .5rem;
	font-size:.75rem;
	line-height:1;
	color:rgb(var(--b) / 1);
	background:rgb(var(--n) / .45);
}

.pic-gallery .gallery-video-mark{
	position:absolute;
	left:50%;
	top:50%;
	z-index:3;
	width:3.25rem;
	height:3.25rem;
	border-radius:50%;
	transform:translate(-50%, -50%);
	pointer-events:none;
}

.pic-gallery .gallery-video-mark::before{
	content:"";
	position:absolute;
	left:54%;
	top:50%;
	width:0;
	height:0;
	border-top:.65rem solid transparent;
	border-bottom:.65rem solid transparent;
	border-left:1rem solid rgb(var(--b) / 1);
	transform:translate(-50%, -50%);
}

/* square grid */

.pic-gallery.square-grid .gallery-cols{
	display:grid;
	grid-template-columns:repeat(4, minmax(0, 1fr));
	gap:.5rem;
}

.pic-gallery.square-grid .gallery-cols figure{
	aspect-ratio:1 / 1;
}

/* mosaic grid */

.pic-gallery.mosaic-grid .gallery-cols{
	--cols:3;
	--gap:10px;
	--cell:10rem;

	display:grid;
	grid-template-columns:repeat(var(--cols), minmax(0, 1fr));
	grid-auto-rows:var(--cell);
	grid-auto-flow:dense;
	gap:var(--gap);
}

.pic-gallery.mosaic-grid .gallery-cols > li{
	width:auto;
	min-height:0;
	grid-column:span 1;
	grid-row:span 1;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-1x1{
	grid-column:span 1;
	grid-row:span 1;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-1x2{
	grid-column:span 1;
	grid-row:span 2;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-2x1{
	grid-column:span 2;
	grid-row:span 1;
}

.pic-gallery.mosaic-grid .gallery-cols > li.size-2x2{
	grid-column:span 2;
	grid-row:span 2;
}

/* pinterest grid */

.pic-gallery.pinterest-grid .gallery-cols{
	display:block;
	columns:4;
	column-gap:1rem;
	margin:0;
	padding:1rem;
	list-style:none;
}

.pic-gallery.pinterest-grid .gallery-cols > li{
	display:block;
	width:100%;
	margin:0 0 1rem;
	break-inside:avoid;
	-webkit-column-break-inside:avoid;
	overflow:hidden;
}

.pic-gallery.pinterest-grid .gallery-cols figure{
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden;
	cursor:pointer;
	background:rgb(var(--n) / 1);
}

.pic-gallery.pinterest-grid .gallery-cols > li.ratio-1x1 figure{
	aspect-ratio:1 / 1;
}

.pic-gallery.pinterest-grid .gallery-cols > li.ratio-2x3 figure{
	aspect-ratio:2 / 3;
}

.pic-gallery.pinterest-grid .gallery-cols > li.ratio-3x2 figure{
	aspect-ratio:3 / 2;
}

.pic-gallery.pinterest-grid .gallery-cols img,
.pic-gallery.pinterest-grid .gallery-cols video,
.pic-gallery.pinterest-grid .gallery-cols .gallery-thumb,
.pic-gallery.pinterest-grid .gallery-cols .responsive-img,
.pic-gallery.pinterest-grid .gallery-cols .responsive-video{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

/* zoom */

.zoom{
	position:fixed;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background-image: linear-gradient(110deg, #000 55%, rgb(var(--c1)/.95) 100%),
	url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
	opacity:0;
	pointer-events:none;
	transition:opacity .25s ease;
	z-index:350;
}

.zoom.open{
	opacity:1;
	pointer-events:auto;
}

.zoom img,
.zoom video,
.zoom .zoom-img,
.zoom .zoom-video{
	display:block;
	max-width:90vw;
	max-height:90vh;
	object-fit:contain;
	background:#000;
	box-shadow:0 0 30px rgba(0, 0, 0, .45);
}

.zoom .zoom-img,
.zoom .zoom-video{
	display:none;
}

.zoom-close,
.zoom-prev,
.zoom-next{
	position:absolute;
	padding:.5rem;
	font-size:2.5rem;
	line-height:1;
	color:#fff;
	cursor:pointer;
	border:none;
	background:none;
	z-index:2;
}

.zoom-close{
	top:1rem;
	right:1rem;
}

.zoom-prev{
	top:50%;
	left:1rem;
	transform:translateY(-50%);
}

.zoom-next{
	top:50%;
	right:1rem;
	transform:translateY(-50%);
}

.zoom-count{
	position:absolute;
	left:50%;
	bottom:1rem;
	font-size:.9rem;
	letter-spacing:.08em;
	color:#f00;
	transform:translateX(-50%);
	z-index:2;
}

/* pic-gallery mobile */
@media (max-width: 767px) {
	.pic-gallery {
		flex-direction: column;
		background-image:
			linear-gradient(
				90deg,
				rgb(var(--n) / .65) 0%,
				rgb(var(--n) / .85) 100%
			),
			url("/assets/img/bg.webp");
		background-attachment: scroll;
	}

	.pic-gallery > article:nth-child(1) {
		width: 100%;
		padding: 0;
	}

	.pic-gallery > article:nth-child(2) {
		top: 0;
		width: 100%;
		padding: 2rem;
	}

	.pic-gallery.square-grid .gallery-cols {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pic-gallery.mosaic-grid .gallery-cols {
		--cols: 4;
	}

	.pic-gallery.pinterest-grid .gallery-cols {
		columns: 2;
		column-gap: .25rem;
		padding: 1.5rem;
	}

	.pic-gallery.pinterest-grid .gallery-cols > li {
		margin-bottom: .25rem;
	}
}



/* ==================================================
   MODULE: header.css
   ================================================== */

/* header */
.hero-header,
.min {
	opacity: 0;
	pointer-events: none;
	transition:
		opacity 0.6s ease,
		transform 0.6s ease;
}

.is-visible {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translate(0, 0) !important;
}

.hero-header {
	position: fixed;
	inset: 0;
	z-index: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100dvh;
	background: rgb(var(--c3) / 1);
	pointer-events: none;
}

.hero-header > div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 18%;
	margin: 0;
	padding: 0;
	color: rgb(var(--b) / 1);
	text-align: center;
}

.hero-header-logo-media {
	position: relative;
	display: block;
	width: 100%;
	height: 18dvh;
	margin: 0 auto 1rem;
	overflow: visible;
}

.hero-header .brand-logo {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
	object-fit: contain !important;
	object-position: center !important;
	filter:
		drop-shadow(-1px -1px 0 rgb(var(--b) / 0.8))
		drop-shadow(4px 4px 6px rgb(var(--n-d) / 1));
}

.hero-header span.lead,
.hero-header span.caption {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: rgb(var(--b) / 1);
	text-align: center;
}

.hero-header span.lead {
	font-size: 1rem;
	font-weight: 700;
}

.hero-header span.caption {
	margin-top: 0.25rem;
	font-size: 1rem;
	font-weight: 500;
}

.hero-header-logo-edit {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	z-index: 20 !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
}

.hero-header-iso-edit {
	position: relative;
	z-index: 20;
	margin-top: 1rem;
}

.hero-header-iso-media {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 4rem;
	margin-top: 1rem;
	overflow: visible;
}

.hero-header-iso-preview {
	display: block;
	width: 4rem !important;
	height: 4rem !important;
	max-width: 100% !important;
	object-fit: contain !important;
	object-position: center !important;
}

.min {
	position: fixed;
	top: 0;
	left: 9%;
	z-index: 300;
	display: flex;
	align-items: center;
	width: 6%;
	height: 10dvh;
	padding: 0 0 1rem;
	background: rgb(var(--n) / 0);
	border-radius: 0 0 1rem 1rem;
}

.min .header-iso {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100% !important;
	height: 80% !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center !important;
}

.min .header-home {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

body.popup-open .hero-header,
body.popup-open .min {
	opacity: 0 !important;
	visibility: hidden;
	pointer-events: none !important;
}

/* móvil */
@media (max-width: 767px) {
	.hero-header > div {
		width: 80%;
	}

	.hero-header-logo-media {
		height: 16dvh;
	}

	.hero-header span.lead {
		font-size: 1.5rem;
	}

	.hero-header span.caption {
		font-size: 1.25rem;
	}

	.min {
		left: 1%;
		width: 18%;
		height: 9dvh;
		color: rgb(var(--b-light) / 1);
		background: rgb(var(--n-dark) / 0.8);
		transform: translateY(-100%);
	}

	.min .header-iso {
		height: 60% !important;
	}
}


/* ==================================================
   MODULE: headline.css
   ================================================== */

/* headline */
.headline {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	padding: 3rem 15%;
	gap: 2rem;
	border-radius: 0;
	background-image:
		linear-gradient(130deg, rgb(var(--c1) / 1) 0%, rgb(var(--n) / 1) 60%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
}

.headline > dl:nth-child(1) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	width: 45%;
	text-align: right;
}

.headline > dl:nth-child(2) {
	width: 55%;
}

.headline .artxt {
	color: rgb(var(--c3) / 1);
}

.headline .artxt dt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	text-align: right;
}

.headline .headline-buttons-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin: .75rem 0 0;
	padding: 0;
}

.headline .headline-buttons-top > * {
	margin-top: 0;
}

.headline dd p {
	column-count: 2;
	column-gap: 1rem;
}

/* headline mobile */
@media (max-width: 767px) {
	.headline {
		flex-direction: column;
		padding: 2rem;
		background-image:
			linear-gradient(130deg, rgb(var(--c2) / 1) 0%, rgb(var(--n) / 1) 55%),
			url("/assets/img/bg.webp");
		background-attachment: scroll;
	}

	.headline > dl:nth-child(1),
	.headline > dl:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}

	.headline > dl:nth-child(1) {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	.headline .artxt {
		color: rgb(var(--b) / 1);
	}

	.headline .artxt dt {
		justify-content: flex-start;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 1px solid rgb(var(--n) / 1);
		text-align: left;
	}

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

	.headline .headline-buttons-top {
		justify-content: flex-start;
		margin: 0;
	}

	.headline dd p {
		column-count: 1;
		column-gap: 0;
	}
}


/* ==================================================
   MODULE: launchpad.css
   ================================================== */

/* launchpad */
.launchpad {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100dvh;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.launchpad > article:nth-child(1) {
	width: 100%;
	min-width: 0;
	padding: 3rem 10%;
}

.launchpad > article:nth-child(1) p {
	column-count: 3;
	column-gap: 2rem;
	column-fill: balance;
}

.launchpad > article:nth-child(2) {
	width: 100%;
	min-width: 0;
	padding: 0 10% 3rem;
}

.launchpad ul {
	display: grid;
	grid-template-columns: repeat(var(--cols, 6), minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.launchpad li {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	border-top: 1px solid rgb(var(--c1) / 1);
	border-bottom: 1px solid rgb(var(--c1) / 1);
	border-radius: .25rem;
	background-image:
		linear-gradient(110deg, rgb(var(--c2) / .95) 0%, rgb(var(--n) / .95) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	background-blend-mode: multiply;
	color: rgb(var(--b) / 1);
	cursor: pointer;
}

.launchpad li figure {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
}

.launchpad li figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	filter: none;
}

.launchpad li figure figcaption {
	position: absolute;
	right: .75rem;
	bottom: .75rem;
	left: auto;
	z-index: 5;
	color: rgb(var(--b) / .72);
	font-size: .65rem;
}

.launchpad li dl {
	position: relative;
	z-index: 3;
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	padding: 2rem;
}

.launchpad li dt {
	margin: 0;
	color: rgb(var(--c1) / 1);
}

.launchpad li dt h3 {
	font-size: 2rem;
	font-weight: 600;
}

.launchpad li dt h4 {
	font-size: 1.25rem;
	color: rgb(var(--b) / 1);
}

.launchpad li hr {
	width: 100%;
	height: 1px;
	margin: 1rem 0;
	border: 1px solid rgb(var(--c2) / 1);
	opacity: 1;
	transition: width .45s ease;
}

.launchpad li dd {
	margin: 0;
	color: rgb(var(--b) / 1);
}

.launchpad li dd h3 {
	margin: 2rem auto;
	font-weight: 600;
	text-align: center;
}

.launchpad li p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
}

.launchpad li .artxt-toggle {
	margin-top: 1rem;
}

/* launchpad desktop interactions */
@media (min-width: 768px) {
	.launchpad li:hover {
		border-top-width: 2px;
		border-bottom-width: 3px;
		background-image:
			linear-gradient(110deg, rgb(var(--n) / .95) 0%, rgb(var(--c2) / .95) 100%),
			url("/assets/img/bg.webp");
	}

	.launchpad li:hover::before {
		opacity: 1;
	}

	.launchpad li:hover::after {
		transform: scaleX(1);
	}

	.launchpad li:hover figure img {
		filter: saturate(.75) contrast(1.1) brightness(.98);
		transform: scale(1.08);
	}

	.launchpad li:hover dl {
		color: rgb(var(--n) / 1);
		transform: translateY(-.5rem);
	}

	.launchpad li:hover hr {
		width: 8rem;
	}

	.launchpad li:hover h3,
	.launchpad li:hover h4,
	.launchpad li:hover p {
		color: rgb(var(--b) / 1);
		opacity: 1;
	}
}

/* launchpad mobile */
@media (max-width: 767px) {
	.launchpad {
		width: 100%;
		margin: 0;
		background-image:
			linear-gradient(80deg, rgb(var(--n) / .7) 0%, rgb(var(--n) / .9) 100%),
			url("/assets/img/bg.webp");
		background-repeat: repeat;
		background-size: auto;
		background-attachment: scroll;
		background-position: center;
		background-blend-mode: multiply;
	}

	.launchpad > article:nth-child(1) {
		padding: 4rem 1.25rem 2rem;
	}

	.launchpad > article:nth-child(1) p {
		column-count: 1;
		column-gap: normal;
	}

	.launchpad > article:nth-child(2) {
		position: relative;
		overflow: hidden;
	}

	.launchpad > article:nth-child(2) h2 {
		margin: 0;
		font-size: 1.8rem;
		line-height: 1.1;
	}

	.launchpad ul {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		padding: 0 0 3rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 9vw;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		touch-action: pan-x;
		overscroll-behavior-x: contain;
	}

	.launchpad ul::before,
	.launchpad ul::after {
		content: "";
		display: block;
		flex: 0 0 calc(9vw - 1rem);
		min-width: calc(9vw - 1rem);
	}

	.launchpad ul::-webkit-scrollbar {
		display: none;
	}

	.launchpad li {
		flex: 0 0 82vw;
		min-width: 82vw;
		border: 1px solid rgb(var(--b) / 1);
		border-bottom: 10px solid transparent;
		border-image: linear-gradient(90deg, #24231f 0%, #302f2a 7%, #4b4941 14%, #77736a 22%, #36352f 31%, #2a2925 39%, #6b675f 49%, #d8d4c8 61%, #f3f1e7 68%, #c6c1b5 75%, #6d6a62 84%, #34332f 93%, #262521 100%) 1;
		background-image:
			linear-gradient(80deg, rgb(var(--n) / .7) 0%, rgb(var(--n) / .9) 100%),
			url("/assets/img/bg.webp");
		background-attachment: scroll;
		opacity: .55;
		transform: scale(.94);
		box-shadow: none;
		scroll-snap-align: center;
		scroll-snap-stop: always;
		transition:
			opacity .35s ease,
			transform .35s ease,
			border-color .35s ease,
			box-shadow .35s ease,
			background-color .35s ease,
			color .35s ease;
	}

	.launchpad li.is-active {
		opacity: 1;
		transform: translateY(-.5rem) scale(1);
		border-color: rgb(var(--c1) / 1);
		background-image:
			linear-gradient(80deg, rgb(var(--n) / .7) 0%, rgb(var(--n) / .9) 100%),
			url("/assets/img/bg.webp");
		color: rgb(var(--b) / 1);
		box-shadow: 0 2rem 4.5rem rgb(var(--n) / 1);
	}

	.launchpad li figure img {
		height: 100%;
		transition: transform .45s ease, filter .45s ease;
	}

	.launchpad li.is-active figure img {
		filter: saturate(1.08) contrast(1.1) brightness(.98);
		transform: scale(1.08);
	}

	.launchpad li dl {
		padding: 3rem 1rem;
		background-image:
			linear-gradient(80deg, rgb(var(--n) / .7) 0%, rgb(var(--n) / .9) 100%),
			url("/assets/img/bg.webp") !important;
		background-repeat: repeat;
		background-size: auto;
		background-attachment: scroll;
		background-position: center;
		background-blend-mode: multiply;
		transition:
			transform .35s ease,
			background-color .35s ease,
			color .35s ease;
	}

	.launchpad li.is-active dl {
		background-image:
			linear-gradient(110deg, rgb(var(--n) / .8) 0%, rgb(var(--n) / .95) 100%),
			url("/assets/img/bg.webp") !important;
		color: rgb(var(--b) / 1);
		transform: translateY(-.5rem);
	}

	.launchpad li dt h3 {
		margin: 0;
		font-weight: 800;
		line-height: 1;
	}

	.launchpad li dt h4 {
		margin: .5rem 0 0;
		font-weight: 700;
		line-height: 1.1;
	}

	.launchpad li hr {
		width: 30%;
		height: 2px;
		border: 0;
		border-top: 1px solid rgb(var(--c1) / 1);
		border-bottom: 1px solid rgb(var(--c1) / 1);
	}

	.launchpad li.is-active hr {
		width: 4rem;
	}

	.launchpad li dd {
		color: rgb(var(--n) / 1);
	}

	.launchpad li dd h3 {
		margin: 0;
		font-weight: inherit;
		text-align: initial;
	}

	.launchpad li p {
		font-size: .9rem;
	}

	.launchpad li.is-active h4,
	.launchpad li.is-active p,
	.launchpad li.is-active dd {
		color: rgb(var(--b) / 1);
		opacity: 1;
	}
}


/* ==================================================
   MODULE: magazzine.css
   ================================================== */

/* magazzine */
.magazzine{
	position:relative;
	padding:0 10%;
}

.magazzine > article{
	position:relative;
}

.magazzine .header{
	padding:0;
}

.magazzine .header h2,
.magazzine .header h3{
	color:rgb(var(--b) / 1);
}

.magazzine .pic{
	position:relative;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	border-radius:.25rem;
}

.magazzine dl.artxt.body{
	display:flex;
	flex-flow:row nowrap;
	align-items:stretch;
	gap:3rem;
	margin:0;
	padding: 2rem 0 0;
}

.magazzine dl.artxt.body h4{
	color:rgb(var(--c2) / 1);
}

.magazzine dl.artxt.body dd{
	flex:1;
	min-width:0;
	margin:0;
	color:rgb(var(--n) / 1);
}

/* magazzine mobile */
@media (max-width:767px){
	section.magazzine{
		width:100%;
		background-image:
			linear-gradient(90deg, rgb(var(--n) / 1) 0%, rgb(var(--n-d) / 1) 100%),
			url("/assets/img/bg.webp");
		background-repeat:repeat;
		background-size:auto;
		background-attachment:scroll;
		background-position:center;
		background-blend-mode:multiply;
	}

	section.magazzine .header{
		padding:2rem 1.5rem 0;
	}

	section.magazzine .pic{
		z-index:auto;
		padding:0;
	}

	section.magazzine .pic img{
		aspect-ratio:2.5 / 2;
	}

	/* body swipe */
	section.magazzine dl.artxt.body{
		position:relative;
		bottom:auto;
		z-index:auto;
		display:flex;
		flex-flow:row nowrap;
		align-items:stretch;
		gap:1rem;
		width:100%;
		margin:0;
		padding:1rem 1.5rem 2rem;
		overflow-x:auto;
		overflow-y:hidden;
		scroll-snap-type:x mandatory;
		scroll-padding:8%;
		-webkit-overflow-scrolling:touch;
	}

	section.magazzine dl.artxt.body::-webkit-scrollbar{
		display:none;
	}

	section.magazzine dl.artxt.body > dd{
		position:relative;
		isolation:auto;
		flex:0 0 84%;
		width:84%;
		min-width:84%;
		margin:0;
		padding:2rem;
		overflow:visible;
		border-radius:1rem;
		background:rgb(var(--b) / .45);
		box-shadow:none;
		color:rgb(var(--n) / 1);
		backdrop-filter:none;
		-webkit-backdrop-filter:none;
		scroll-snap-align:start;
	}

	section.magazzine dl.artxt.body > dd h4{
		margin:0 0 1rem;
		color:rgb(var(--n-d) / 1);
	}

	section.magazzine dl.artxt.body > dd p{
		margin:0;
	}


	/* señales laterales */
	section.magazzine .body-wrap,
	.magazzine-wrap{
		position:relative;
	}

	section.magazzine .body-wrap::before,
	section.magazzine .body-wrap::after{
		content:"";
		position:absolute;
		top:1rem;
		bottom:4rem;
		z-index:5;
		width:2.5rem;
		opacity:0;
		pointer-events:none;
		transition:opacity .25s ease;
	}

	section.magazzine .body-wrap::before{
		left:0;
		background:linear-gradient(90deg, rgb(var(--b-dark) / .9), rgb(var(--b-dark) / 0));
	}

	section.magazzine .body-wrap::after{
		right:0;
		background:linear-gradient(270deg, rgb(var(--b-dark) / .9), rgb(var(--b-dark) / 0));
	}

	section.magazzine.has-left .body-wrap::before,
	section.magazzine.has-right .body-wrap::after{
		opacity:1;
	}

	/* indicador */
	section.magazzine .body-viewpoint{
		position:absolute;
		left:50%;
		bottom:1.5rem;
		z-index:10;
		display:flex;
		align-items:center;
		justify-content:center;
		gap:.45rem;
		pointer-events:none;
		transform:translateX(-50%);
	}

	section.magazzine .body-viewpoint span{
		display:block;
		width:.45rem;
		height:.45rem;
		border-radius:50%;
		background:rgb(var(--n) / .35);
		transition:
			background .25s ease,
			transform .25s ease;
	}

	section.magazzine .body-viewpoint span.is-active{
		background:rgb(var(--c1) / 1);
		transform:scale(1.35);
	}
	
	section.magazzine .hv-btn {
		top: 80%;
		transform: translateY(-50%);
	}
}


/* ==================================================
   MODULE: menu.css
   ================================================== */

/* menu */
.menu,
.menu *,
.header-toggle,
.header-toggle *{
	box-sizing:border-box;
}

.menu{
	position:fixed;
	left:9%;
	z-index:9000;
	width:82%;
	margin:0;
	padding:0;
	color:rgb(var(--b) / 1);
	background:rgb(var(--n) / .92);
	border:1px solid rgb(var(--b) / .25);
	border-radius:.25rem;
	box-shadow:0 .75rem 2rem rgb(var(--n) / .22);
	backdrop-filter:blur(1rem);
	-webkit-backdrop-filter:blur(1rem);
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:
		opacity .3s ease,
		visibility .3s ease,
		transform .3s ease,
		background-color .35s ease,
		border-color .35s ease,
		box-shadow .35s ease,
		backdrop-filter .35s ease,
		color .35s ease;
}

.menu.is-visible,
.menu.is-open{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}

.menu-root,
.menu-submenu,
#site-search-results{
	margin:0;
	padding:0;
	list-style:none;
}

.menu-root{
	display:flex;
	align-items:stretch;
	width:100%;
}

.menu-root > li{
	position:relative;
	display:flex;
	align-items:center;
	min-width:0;
	margin:0;
	padding:1rem 1.25rem;
	border:0;
	color:inherit;
	cursor:pointer;
	font:inherit;
	line-height:1.15;
	text-decoration:none;
	transition:
		color .2s ease,
		background-color .2s ease;
}

.menu-root > li:hover,
.menu-root > li:focus-visible,
.menu-root > li.is-open{
	color:rgb(var(--c1) / 1);
	background:rgb(var(--b) / .08);
	outline:0;
}

.menu-item-label{
	display:block;
}

.menu-group{
	padding:0 !important;
}

.menu-submenu-toggle{
	display:flex;
	align-items:center;
	gap:.6rem;
	width:100%;
	min-height:100%;
	margin:0;
	padding:1rem 1.25rem;
	border:0;
	color:inherit;
	background:none;
	cursor:pointer;
	font:inherit;
	text-align:left;
}

.menu-submenu-toggle::after{
	content:"";
	flex:0 0 auto;
	width:.45rem;
	height:.45rem;
	border-right:1px solid currentColor;
	border-bottom:1px solid currentColor;
	transform-origin:center;
	transform:translateY(-.15rem) rotate(45deg);
	transition:transform .25s ease;
}

.menu-group.is-open > .menu-submenu-toggle::after{
	transform:translateY(.15rem) rotate(225deg);
}

.menu-submenu{
	position:absolute;
	top:100%;
	left:0;
	z-index:2;
	width:min(30rem,82vw);
	max-height:min(65dvh,40rem);
	overflow:auto;
	color:rgb(var(--b) / 1);
	background:rgb(var(--n) / .97);
	border:1px solid rgb(var(--b) / .2);
	border-radius:0 0 .25rem .25rem;
	box-shadow:0 1rem 2rem rgb(var(--n) / .25);
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transform:translateY(-.5rem);
	transition:
		opacity .25s ease,
		visibility .25s ease,
		transform .25s ease;
}

.menu-group.is-open > .menu-submenu{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	transform:translateY(0);
}

.menu-submenu > li{
	display:block;
	width:100%;
	margin:0;
	padding:1rem 1.25rem;
	border-bottom:1px solid rgb(var(--b) / .12);
	color:inherit;
	cursor:pointer;
}

.menu-submenu > li:last-child{
	border-bottom:0;
}

.menu-submenu > li:not(.menu-submenu-intro):hover,
.menu-submenu > li:not(.menu-submenu-intro):focus-visible{
	color:rgb(var(--c1) / 1);
	background:rgb(var(--b) / .08);
	outline:0;
}

.menu-submenu-intro{
	cursor:default !important;
	font-size:.8rem;
	opacity:.6;
}

.menu-submenu small{
	display:block;
	margin-top:.35rem;
	font-size:.75rem;
	opacity:.6;
}

.menu .language{
	gap:.45rem;
	margin-left:auto;
}

.menu .lang-option{
	display:inline-flex;
	color:inherit;
	cursor:pointer;
	text-decoration:none;
}

.site-search{
	margin-left:auto !important;
}

.menu .language + .site-search{
	margin-left:0 !important;
}

.site-search-toggle{
	position:relative;
	flex:0 0 auto;
	width:1.5rem;
	height:1.5rem;
	margin:0;
	padding:0;
	border:0;
	color:inherit;
	background:none;
	cursor:pointer;
}

.site-search-toggle::before{
	content:"";
	position:absolute;
	left:.15rem;
	top:.15rem;
	width:.8rem;
	height:.8rem;
	border:2px solid currentColor;
	border-radius:50%;
}

.site-search-toggle::after{
	content:"";
	position:absolute;
	right:.12rem;
	bottom:.18rem;
	width:.65rem;
	height:2px;
	background:currentColor;
	transform:rotate(45deg);
	transform-origin:right center;
}

#site-search-input{
	width:0;
	min-width:0;
	margin:0;
	padding:0;
	border:0;
	border-bottom:1px solid currentColor;
	outline:0;
	color:inherit;
	background:transparent;
	font:inherit;
	opacity:0;
	transition:
		width .3s ease,
		opacity .2s ease;
}

.site-search.search-open #site-search-input{
	width:min(18rem,25vw);
	margin-left:.75rem;
	padding:.25rem 0;
	opacity:1;
}

#site-search-results{
	position:absolute;
	top:100%;
	right:0;
	z-index:3;
	display:none;
	width:min(30rem,82vw);
	max-height:60dvh;
	overflow:auto;
	color:rgb(var(--b) / 1);
	background:rgb(var(--n) / .98);
	border:1px solid rgb(var(--b) / .2);
	box-shadow:0 1rem 2rem rgb(var(--n) / .25);
}

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

#site-search-results li{
	padding:1rem 1.25rem;
	border-bottom:1px solid rgb(var(--b) / .12);
	cursor:pointer;
}

#site-search-results strong,
#site-search-results span{
	display:block;
}

#site-search-results span{
	margin-top:.25rem;
	font-size:.75rem;
	opacity:.6;
}

.header-toggle{
	display:none;
}

@media (min-width:768px){
	.menu.menu-over-media{
		color:rgb(var(--b) / 1);
		background:transparent;
		border-color:transparent;
		box-shadow:none;
		backdrop-filter:none;
		-webkit-backdrop-filter:none;
	}

	.menu.menu-over-content{
		color:rgb(var(--n-d) / 1);
		background:rgb(var(--b) / .72);
		border-color:rgb(var(--n) / .12);
		box-shadow:0 .75rem 2rem rgb(var(--n) / .12);
		backdrop-filter:blur(12px);
		-webkit-backdrop-filter:blur(12px);
	}
}

.sr-only{
	position:absolute !important;
	width:1px !important;
	height:1px !important;
	padding:0 !important;
	margin:-1px !important;
	overflow:hidden !important;
	clip:rect(0,0,0,0) !important;
	white-space:nowrap !important;
	border:0 !important;
}

@media (max-width:767px){
	.menu{
		inset:0;
		z-index:99990;
		width:100%;
		height:100dvh;
		padding:
			calc(5rem + env(safe-area-inset-top))
			5%
			calc(2rem + env(safe-area-inset-bottom));
		overflow-x:hidden;
		overflow-y:auto;
		border:0;
		border-radius:0;
		background:rgb(var(--n) / .98);
		transform:translateX(1.5rem);
	}

	.menu.is-visible{
		opacity:0;
		visibility:hidden;
		pointer-events:none;
	}

	body.menu-open .menu,
	.menu.is-open{
		opacity:1;
		visibility:visible;
		pointer-events:auto;
		transform:translateX(0);
	}

	.menu-root{
		flex-direction:column;
		align-items:stretch;
	}

	.menu-root > li{
		width:100%;
		padding:1rem 0;
		border-bottom:1px solid rgb(var(--b) / .15);
		font-size:1.35rem;
	}

	.menu-group{
		display:block !important;
	}

	.menu-submenu-toggle{
		justify-content:space-between;
		padding:1rem 0;
	}

	.menu-submenu{
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		max-height:0;
		overflow:hidden;
		border:0;
		box-shadow:none;
		transform:none;
		transition:
			max-height .35s ease,
			opacity .25s ease,
			visibility .25s ease;
	}

	.menu-group.is-open > .menu-submenu{
		max-height:70dvh;
		overflow:auto;
	}

	.menu-submenu > li{
		padding:1rem;
		font-size:1rem;
	}

	.menu .language,
	.site-search,
	.menu .language + .site-search{
		margin-left:0 !important;
	}

	.site-search{
		position:relative;
		display:flex;
		flex-direction:column;
		align-items:stretch;
		flex-wrap:wrap;
		padding:1rem 0;
	}

	.site-search-toggle{
		position:absolute;
		top:1.5rem;
		right:.75rem;
		z-index:2;
	}

	#site-search-input,
	.site-search.search-open #site-search-input{
		display:block;
		flex:none;
		width:100%;
		max-width:none;
		height:3rem;
		margin:0;
		padding:.5rem 3.25rem .5rem 1rem;
		border:0;
		border-radius:0;
		color:rgb(var(--n) / 1);
		background:rgb(var(--b) / 1);
		opacity:1;
		-webkit-appearance:none;
		appearance:none;
	}

	#site-search-input::placeholder{
		color:rgb(var(--n) / .55);
		opacity:1;
	}

	#site-search-results{
		position:relative;
		top:auto;
		right:auto;
		width:100%;
		max-height:45dvh;
		margin-top:1rem;
		box-shadow:none;
	}

	.header-toggle{
		position:fixed;
		right:5%;
		bottom:calc(5% + env(safe-area-inset-bottom));
		z-index:99999;
		display:none;
		align-items:center;
		justify-content:center;
		width:3rem;
		height:3rem;
		margin:0;
		padding:0;
		border:1px solid rgb(var(--b) / .3);
		border-radius:50%;
		color:rgb(var(--b) / 1);
		background:rgb(var(--n) / .88);
		box-shadow:0 .5rem 1.5rem rgb(var(--n) / .25);
		cursor:pointer;
		backdrop-filter:blur(.75rem);
		-webkit-backdrop-filter:blur(.75rem);
	}

	.header-toggle.hide-visible,
	body.menu-open .header-toggle,
	.header-toggle.is-open{
		display:flex;
	}

	.header-toggle .btn-close-menu{
		display:none;
	}

	body.menu-open .header-toggle .btn-open-menu,
	.header-toggle.is-open .btn-open-menu{
		display:none;
	}

	body.menu-open .header-toggle .btn-close-menu,
	.header-toggle.is-open .btn-close-menu{
		display:block;
	}
}

@media (prefers-reduced-motion:reduce){
	.menu,
	.menu-submenu,
	.menu-submenu-toggle::after,
	#site-search-input{
		transition:none;
	}
}


/* ==================================================
   MODULE: o-txt.css
   ================================================== */

/* o-txt */
.o-txt{
	--o-txt-columns:3;
	--o-txt-columns-current:var(--o-txt-columns);
	--o-txt-column-gap:3rem;
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0 10%;
}

.o-txt > article{
	margin:0 auto;
	background-image: linear-gradient(120deg, rgb(var(--n)/1) 0%, rgb(var(--c2)/1) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
	padding:3rem 6rem;
}

.o-txt .artxt{
	display:block;
	width:100%;
	margin:0;
}

.o-txt .artxt > dt,
.o-txt .artxt > dd{
	width:100%;
	margin:0;
	padding:0;
}

.o-txt .artxt > dt{
	display:flex;
	flex-direction:column;
}

.o-txt .artxt > hr{
	width:100%;
	height:1px;
	margin:2rem 0 3rem;
	border:0;
	background:currentColor;
	opacity:.25;
}

.o-txt-columns{
	width:100%;
	column-count:var(--o-txt-columns-current);
	column-gap:var(--o-txt-column-gap);
	column-fill:balance;
	column-rule:1px solid rgb(var(--n) / .15);
}

.o-txt-block{
	display:inline-block;
	width:100%;
	margin:0 0 2rem;
	padding:0;
	break-inside:avoid;
	page-break-inside:avoid;
	-webkit-column-break-inside:avoid;
	vertical-align:top;
}

body.simple-edit-mode .o-txt-block.is-pending{
	display:none;
}

body.simple-edit-mode .o-txt-add-trigger{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:auto;
	margin:0 0 2rem;
	padding:.7rem .95rem;
	border:1px solid currentColor;
	background:transparent;
	color:inherit;
	font:inherit;
	font-size:.75rem;
	font-weight:700;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:.04em;
	cursor:pointer;
}

body.simple-edit-mode .o-txt-add-trigger[hidden]{
	display:none;
}

.o-txt-block h4{
	margin:0 0 .75rem;
}

.o-txt-block p{
	margin:0;
}

.o-txt .simple-buttons-group,
.o-txt [data-buttons-group]{
	margin-top:2rem;
}

@media (max-width:767px){
	.o-txt{
		--o-txt-column-gap:0;
		padding:3rem 0;
	}

	.o-txt > article{
		width:100%;
		padding:0;
	}

	.o-txt .artxt > dt,
	.o-txt .artxt > hr,
	.o-txt .artxt > dd > .o-txt-add-trigger,
	.o-txt .artxt > dd > .simple-buttons-group,
	.o-txt .artxt > dd > [data-buttons-group],
	.o-txt .artxt > dd > .artxt-toggle{
		margin-left:1.5rem;
		margin-right:1.5rem;
	}

	.o-txt-columns{
		position:relative;
		display:flex;
		flex-direction:row;
		flex-wrap:nowrap;
		align-items:flex-start;
		width:100%;
		margin:0;
		padding:0;
		column-count:initial;
		column-gap:0;
		column-rule:0;
		overflow-x:auto;
		overflow-y:hidden;
		scroll-snap-type:x mandatory;
		scroll-behavior:smooth;
		scrollbar-width:none;
		-webkit-overflow-scrolling:touch;
		overscroll-behavior-x:contain;
		touch-action:pan-x pan-y;
	}

	.o-txt-columns::-webkit-scrollbar{
		display:none;
	}

	.o-txt-mobile-column{
		position:relative;
		display:block;
		flex:0 0 100%;
		width:100%;
		min-width:100%;
		margin:0;
		padding:0 1.5rem 3rem;
		scroll-snap-align:start;
		scroll-snap-stop:always;
	}

	.o-txt-block{
		display:block;
		width:100%;
		margin-bottom:1.5rem;
	}

	.o-txt-mobile-column .o-txt-block:last-child{
		margin-bottom:0;
	}

	body.simple-edit-mode .o-txt-add-trigger{
		margin-bottom:1.5rem;
	}
}


/* ==================================================
   MODULE: poster-simple.css
   ================================================== */

/* poster-simple */
.module-wrap[data-module-type="poster-simple"] {
	position: relative;
	min-height: 100dvh;
	overflow: visible;
}

.poster-simple {
	position: sticky;
	top: 0;
	width: 100vw;
	height: 100dvh;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
}

.poster-simple > article {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.poster-simple .poster-simple-media {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.poster-simple .poster-simple-media img,
.poster-simple .poster-simple-media video,
.poster-simple .poster-simple-media .responsive-img,
.poster-simple .poster-simple-media .responsive-video {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

.layer-overlay {
	position: absolute;
	inset: 0 64% 0 0;
	z-index: 2;
	pointer-events: none;
	background: radial-gradient(
		circle at bottom left,
		rgb(var(--c2) / 1) 0%,
		rgb(0 0 0 / .95) 50%
	);
	mix-blend-mode: multiply;
}

.poster-simple-textbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 36%;
	height: 100%;
	margin: 0;
	padding: 0 3rem 0 9rem;
	overflow: hidden;
	color: rgb(var(--b) / 1);
	pointer-events: auto;
}

.poster-simple-track {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.poster-simple-item {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none !important;
	transform: translateY(0);
	transition:
		opacity .42s ease,
		transform .52s cubic-bezier(.22, 1, .36, 1),
		visibility .42s ease;
	will-change: opacity, transform;
}

.poster-simple-item.is-active {
	z-index: 5;
	opacity: 1;
	visibility: visible;
	pointer-events: auto !important;
	transform: translateY(0);
}

.poster-simple-item.is-before {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2.5rem);
}

.poster-simple-item.is-after {
	opacity: 0;
	visibility: hidden;
	transform: translateY(2.5rem);
}

.poster-simple-item.is-leaving-up {
	z-index: 4;
	opacity: 0;
	visibility: visible;
	transform: translateY(-2.5rem);
}

.poster-simple-item.is-leaving-down {
	z-index: 4;
	opacity: 0;
	visibility: visible;
	transform: translateY(2.5rem);
}

.poster-simple-item:not(.is-active) [data-edit-field],
.poster-simple-item:not(.is-active) [data-edit-type],
.poster-simple-item:not(.is-active) button,
.poster-simple-item:not(.is-active) a {
	pointer-events: none !important;
}

.poster-simple .artxt {
	width: 100%;
	margin: 0;
	padding: 0;
	color: inherit;
}

.poster-simple .artxt > dt,
.poster-simple .artxt > dd {
	width: 100%;
	margin: 0;
	padding: 0;
}

.poster-simple .artxt > dd .caption {
	display: block;
}

.poster-simple-viewpoint {
	position: absolute;
	top: 50%;
	left: 2rem;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: .45rem;
	pointer-events: auto;
	transform: translateY(-50%);
}

.poster-simple-viewpoint button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: .55rem;
	height: .55rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: currentColor;
	color: currentColor;
	opacity: .35;
	cursor: pointer;
	font: inherit;
	line-height: 1;
}

.poster-simple-viewpoint button.is-active {
	opacity: 1;
}

body.simple-edit-mode .poster-simple-viewpoint button.is-add-item {
	width: 1.35rem;
	height: 1.35rem;
	background: rgb(var(--c1) / 1);
	color: rgb(var(--b) / 1);
	opacity: 1;
	font-family: Arial, sans-serif;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1;
}

body.simple-edit-mode .poster-simple-add-trigger {
	position: absolute;
	bottom: 8%;
	left: 2rem;
	z-index: 999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: .7rem .95rem;
	border: 1px solid rgb(var(--b) / 1);
	background: rgb(var(--n) / 1);
	color: rgb(var(--b) / 1);
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .04em;
	cursor: pointer;
}

body.simple-edit-mode .poster-simple-add-trigger:hover,
body.simple-edit-mode .poster-simple-add-trigger.is-active {
	background: rgb(var(--b) / 1);
	color: rgb(var(--n) / 1);
}

/* poster-simple mobile */
@media (max-width: 767px) {
	.module-wrap[data-module-type="poster-simple"] {
		min-height: 100svh;
	}

	.poster-simple {
		height: 100dvh;
	}

	.layer-overlay {
		inset: 45svh 5% 0;
		background: radial-gradient(
			circle at top right,
			rgb(var(--c2) / 1) 0%,
			rgb(0 0 0 / .95) 65%
		);
	}

	.poster-simple-textbox {
		top: auto;
		right: 5%;
		bottom: calc(2rem + env(safe-area-inset-bottom));
		left: 5%;
		width: auto;
		height: auto;
		max-height: 62svh;
		padding: 1.5rem;
		border-radius: .25rem;
	}

	.poster-simple-track {
		height: auto;
		min-height: 0;
		overflow: visible;
	}

	.poster-simple-item {
		inset: auto 0 0;
		justify-content: flex-start;
		height: auto;
		max-height: 62svh;
		padding: 0;
	}

	.poster-simple-item.is-active {
		position: relative;
	}

	.poster-simple .artxt {
		height: 100%;
	}

	.poster-simple-viewpoint {
		top: auto;
		right: 2rem;
		bottom: 5%;
		left: 2rem;
		flex-direction: row;
		transform: none;
	}

	body.simple-edit-mode .poster-simple-add-trigger {
		bottom: 10%;
	}
	
	.poster-simple .poster-simple-media img,
	.poster-simple .poster-simple-media video,
	.poster-simple .poster-simple-media .responsive-img,
	.poster-simple .poster-simple-media .responsive-video {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: block;
		width: auto;
		height: 100% !important;
		max-width: none !important;
		object-fit: cover;
		object-position: center;
	}
}


/* ==================================================
   MODULE: poster.css
   ================================================== */

/* poster */
.poster {
	position: sticky;
	top: 0;
	width: 100%;
	min-height: 100dvh;
	opacity: 1;
	transition: opacity .5s ease-out;
	will-change: opacity;
}

.poster article {
	position: relative;
	width: 100%;
	min-height: 100dvh;
}

.poster figure {
	position: sticky;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100dvh;
	margin: 0;
	overflow: hidden;
	aspect-ratio: auto;
}

.poster figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* poster desktop */
@media (min-width: 768px) {
	.poster .artxt {
		position: absolute;
		top: 50%;
		left: 27%;
		z-index: 2;
		width: 27%;
		padding: 3rem;
		overflow: visible;
		transform: translate(-50%, -50%);
		gap: 0;
	}

	.poster .artxt dt {
		width: 200%;
		padding: 0;
		overflow-x: visible;
		color: rgb(var(--b) / 1);
	}

	.poster .artxt dd {
		width: 100%;
		padding: 3rem;
		border-radius: .35rem;
		background: linear-gradient(-110deg, rgb(var(--n) / .8) 0%, #000 100%);
		color: rgb(var(--b) / 1);
		mix-blend-mode: multiply;
	}

	.poster .artxt dd h4 {
		color: rgb(var(--c1) / 1);
	}

	.poster ul {
		position: absolute;
		top: 50%;
		right: 9%;
		z-index: 2;
		width: 27%;
		padding: 4rem;
		border-radius: 1rem;
		color: rgb(var(--b) / 1);
		transform: translateY(-50%);
		gap: 0;
	}
}

/* poster mobile */
@media (max-width: 767px) {
	.poster {
		position: relative;
		overflow: visible;
	}

	.poster article {
		z-index: 1;
		overflow: visible;
	}

	.poster .artxt {
		position: absolute;
		top: 50%;
		left: 9%;
		z-index: 2;
		width: 82%;
		padding: 0;
		border-radius: 1rem;
		color: rgb(var(--b) / 1);
		transform: translateY(-50%);
		gap: 0;
	}

	.poster .artxt dt {
		width: 100%;
		padding: 0;
	}

	.poster .artxt dd {
		width: 100%;
		padding: 3rem;
	}
}


/* ==================================================
   MODULE: slider.css
   ================================================== */

/* slider */
.slider {
	--media-duration: .85s;
	--media-ease: cubic-bezier(.22, 1, .36, 1);
	--media-opacity-off: 0;
	--media-opacity-on: 1;
	--media-x-off: 50px;
	--media-x-on: 0;
	--media-y-off: 0;
	--media-y-on: 0;
	--media-scale-off: 1;
	--media-scale-on: 1;
	--media-blur-off: 0px;
	--media-blur-on: 0px;
	--text-duration: .85s;
	--text-ease: cubic-bezier(.22, 1, .36, 1);
	--text-opacity-off: 0;
	--text-opacity-on: 1;
	--text-x-off: -50px;
	--text-x-on: 0;
	--text-y-off: 0;
	--text-y-on: 0;
	--text-scale-off: 1;
	--text-scale-on: 1;
	--text-blur-off: 0px;
	--text-blur-on: 0px;
	--thumb-gap: .35rem;
	--thumb-preview: 4;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	overflow: hidden;
	background-image: linear-gradient(120deg, rgb(var(--n) / .95) 0%, rgb(var(--c2) / .95) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
}

.slider > article:nth-child(1) {
	z-index: 2;
	width: 100%;
	padding: 3rem 12rem;
}

.slider > article:nth-child(2) {
	width: 100%;
}

.slider-stage {
	position: relative;
	width: 82%;
	min-height: 100dvh;
	overflow: hidden;
}

.slider-side {
	width: 18%;
	overflow: hidden;
}

.slider .slides,
.slider .thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider .slides > li {
	position: absolute;
	inset: 0;
	pointer-events: none;
	will-change: opacity, transform, filter;
}

.slider .media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.slider .media > li {
	opacity: var(--media-opacity-off);
	transform:
		translate(var(--media-x-off), var(--media-y-off))
		scale(var(--media-scale-off));
	filter: blur(var(--media-blur-off));
	transition:
		opacity var(--media-duration) var(--media-ease),
		transform var(--media-duration) var(--media-ease),
		filter var(--media-duration) var(--media-ease);
}

.slider .media > li.is-active {
	opacity: var(--media-opacity-on);
	transform:
		translate(var(--media-x-on), var(--media-y-on))
		scale(var(--media-scale-on));
	filter: blur(var(--media-blur-on));
	pointer-events: auto;
}

.slider .media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slider .copy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 50%;
	background: rgb(246 102 102);
}

.slider .copy > li {
	display: flex;
	align-items: flex-start;
	opacity: var(--text-opacity-off);
	transform:
		translate(var(--text-x-off), var(--text-y-off))
		scale(var(--text-scale-off));
	filter: blur(var(--text-blur-off));
	transition:
		opacity var(--text-duration) var(--text-ease),
		transform var(--text-duration) var(--text-ease),
		filter var(--text-duration) var(--text-ease);
	pointer-events: none;
}

.slider .copy > li.is-active {
	opacity: var(--text-opacity-on);
	transform:
		translate(var(--text-x-on), var(--text-y-on))
		scale(var(--text-scale-on));
	filter: blur(var(--text-blur-on));
	pointer-events: auto;
}

.slider .copy .artxt {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: 8rem;
	color: rgb(var(--b) / 1);
}

.slider-ui {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: grid;
	gap: .75rem;
	width: 100%;
	padding: 0;
}

.slider .timer {
	height: 2px;
	overflow: hidden;
	background: rgb(var(--n) / 1);
}

.slider .timer > div {
	width: 0;
	height: 100%;
	background: rgb(var(--c2) / 1);
}

.slider .counter {
	position: absolute;
	bottom: 1rem;
	left: 8rem;
	color: rgb(var(--b) / 1);
}

.slider .controls {
	position: absolute;
	bottom: 3rem;
	left: 8rem;
	display: flex;
	gap: .5rem;
	background: none;
	color: rgb(var(--b) / 1);
}

.slider .controls button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	cursor: pointer;
}

.slider .pause,
.slider.is-play .play,
.slider.is-pause .pause {
	display: none;
}

.slider.is-play .pause,
.slider.is-pause .play {
	display: inline-flex;
}

.slider .thumbs {
	position: absolute;
	bottom: 10%;
	left: 50%;
	z-index: 2;
	display: flex;
	gap: var(--thumb-gap);
	width: 55%;
	overflow: hidden;
}

.slider .thumbs > li {
	flex: 0 0 calc((100% - (var(--thumb-gap) * (var(--thumb-preview) - 1))) / var(--thumb-preview));
	overflow: hidden;
	border: 5px solid rgb(var(--b) / 1);
	aspect-ratio: 2 / 3;
	opacity: 1;
	cursor: pointer;
	transition: opacity .25s ease, transform .25s ease;
}

.slider .thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0);
}

.slider .thumbs > li:hover {
	opacity: 1;
}

.slider .thumbs > li.is-active {
	opacity: 1;
	transform: scale(1.03);
}

body.simple-edit-mode .slider .media > li:not(.is-active),
body.simple-edit-mode .slider .copy > li:not(.is-active) {
	visibility: hidden !important;
	pointer-events: none !important;
}

body.simple-edit-mode .slider .media > li:not(.is-active) *,
body.simple-edit-mode .slider .copy > li:not(.is-active) * {
	pointer-events: none !important;
}

body.simple-edit-mode .slider .media > li.is-active,
body.simple-edit-mode .slider .copy > li.is-active {
	visibility: visible !important;
	pointer-events: auto !important;
}

body.simple-edit-mode .slider .copy > li.is-active [data-edit-field],
body.simple-edit-mode .slider .copy > li.is-active .simple-edit-button,
body.simple-edit-mode .slider .media > li.is-active .simple-media-edit-trigger {
	pointer-events: auto !important;
}

/* slider mobile */
@media (max-width: 767px) {
	.slider {
		--media-duration: 1s;
		--media-ease: ease;
		--media-x-off: 0%;
		--media-x-on: 0%;
		--media-y-off: 0%;
		--media-y-on: 0%;
		--media-scale-off: 1;
		--media-scale-on: 1;
		--media-blur-off: 20px;
		--media-blur-on: 0px;
		--text-duration: .7s;
		--text-ease: ease;
		--text-x-off: 0%;
		--text-x-on: 0%;
		--text-y-off: 0%;
		--text-y-on: 0%;
		--text-scale-off: 1;
		--text-scale-on: 1;
		--text-blur-off: 0px;
		--text-blur-on: 0px;
		--thumb-preview: 3;
		width: 100%;
		background-image:
			linear-gradient(90deg, rgb(var(--n) / 1) 0%, rgb(var(--n-d) / 1) 100%),
			url("../../assets/img/bg.webp");
	}

	.slider > article:nth-child(1),
	.slider > article:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	.slider-stage {
		width: 100%;
		height: 100dvh;
		min-height: 100dvh;
	}

	.slider-side {
		width: 100%;
		padding: 3rem 1.25rem;
	}

	.slider .copy {
		top: 12dvh;
		left: 5%;
		width: 90%;
		background: transparent;
	}

	.slider .copy .artxt {
		display: block;
		padding: 0;
	}

	.slider-ui {
		z-index: 5;
		background: rgb(var(--n) / .35);
	}

	.slider .timer {
		background: rgb(var(--c1) / 1);
	}

	.slider .timer > div {
		background: rgb(var(--c2) / 1);
	}

	.slider .counter {
		right: 5%;
		left: auto;
	}

	.slider .controls {
		right: 5%;
		left: auto;
	}

	.slider .thumbs {
		bottom: 8%;
		left: 5%;
		z-index: 4;
		width: 60%;
	}

	.slider .thumbs > li {
		border-width: 3px;
	}
}


/* ==================================================
   MODULE: sweep.css
   ================================================== */

/* sweep */
.module-wrap[data-module-type="sweep"]{
	position:relative;
	min-height:180dvh;
}

.module-wrap[data-module-type="sweep"] .sweep{
	position:sticky;
	top:0;
	z-index:1;
	width: 100%;
	height:100dvh;
	max-height:100dvh;
	overflow:hidden;
}

.sweep > article{
	position:relative;
	width:100%;
	height:100%;
}

.sweep figure.layer_one{
	position:absolute;
	inset:0;
	z-index:1;
	margin:0;
	overflow:hidden;
}

.sweep figure.layer_one img{
	position:absolute;
	top:50%;
	left:0;
	display:block;
	width:auto;
	height:100%;
	min-width:auto;
	max-width:none;
	object-fit:cover;
	object-position:center;
	aspect-ratio:3 / 1;
	transform:translate(0, -50%);
	animation:sweep-x 50s ease-in-out infinite alternate;
	will-change:transform;
}

.sweep .artxt{
	position:absolute;
	top:50%;
	left:9%;
	z-index:2;
	width:36%;
	padding:3rem;
	overflow:visible;
	color:rgb(var(--b) / 1);
	pointer-events:auto;
	transform:translateY(-50%);
}

.sweep .artxt dt{
	width:200%;
}

.sweep .artxt dt h3{
	display:block;
	width:50%;
	min-width:0;
	max-width:100%;
	white-space:normal !important;
	word-break:normal !important;
	overflow-wrap:break-word;
	hyphens:none !important;
}

.sweep .artxt dd{
	width:100%;
}

@keyframes sweep-x{
	from{
		transform:translate(0, -50%);
	}

	to{
		transform:translate(-16.666%, -50%);
	}
}

.sweep.media-clean .artxt{
	opacity:0 !important;
	pointer-events:none !important;
}

.sweep.media-clean .media-view-toggle{
	display:inline-flex !important;
	opacity:1 !important;
	pointer-events:auto !important;
}

/* sweep mobile */
@media (max-width:767px){
	.module-wrap[data-module-type="sweep"]{
		min-height:180svh;
	}

	.module-wrap[data-module-type="sweep"] .sweep{
		height:100svh;
		max-height:100svh;
	}

	.sweep figure.layer_one img{
		aspect-ratio:4 / 2;
		animation-duration:40s;
	}

	.sweep .artxt.layer_two{
		left:9%;
		width:81%;
		padding:4rem 2rem;
	}

	.sweep .artxt dt{
		width:100%;
	}

	.sweep .artxt dt h3{
		width:100%;
		max-width:100%;
	}
}


/* ==================================================
   MODULE: tarjetas.css
   ================================================== */

/* tarjetas */
section.tarjetas{
	padding:3rem 10%;
}

.tarjetas article{
	position:relative;
	width:100%;
}

.tarjetas .cards-track{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	width:100%;
	overflow:hidden;
}

.tarjetas .cards-track dd{
	position:relative;
	display:flex;
	flex:0 0 28%;
	flex-direction:column;
	justify-content:flex-start;
	box-sizing:border-box;
	margin:0;
	padding:3rem;
	opacity:.65;
	transition:flex .4s cubic-bezier(.25, 1, .5, 1);
}

.tarjetas .cards-track dd .icon,
.tarjetas .cards-track dd .icon-text{
	color:rgb(var(--n) / 1);
	font-size:5rem;
	font-weight:900;
}

.tarjetas .cards-track dd.is-active{
	flex:0 0 44%;
	border-radius:.5rem;
	background-image:
		linear-gradient(110deg, rgb(var(--c2) / .9) 0%, rgb(var(--n) / .9) 100%),
		url("/assets/img/bg.webp");
	background-repeat:repeat;
	background-size:auto;
	background-attachment:fixed;
	background-position:center;
	background-blend-mode:multiply;
	color:rgb(var(--b) / 1);
	opacity:1;
}

.tarjetas .cards-track dd.is-active .icon,
.tarjetas .cards-track dd.is-active .icon-text{
	color:rgb(var(--c1) / 1);
	font-weight:900;
}

.tarjetas .cards-btn{
	position:absolute;
	top:50%;
	z-index:10;
	display:flex;
	align-items:center;
	justify-content:center;
	width:2rem;
	height:6rem;
	margin:0;
	padding:0;
	border:0;
	border-radius:.5rem;
	background:rgb(var(--c1) / .5);
	color:rgb(var(--b) / 1);
	font-size:0;
	cursor:pointer;
	transform:translateY(-50%);
}

.tarjetas .cards-btn.prev{
	left:0;
}

.tarjetas .cards-btn.next{
	right:0;
}

.tarjetas .cards-btn.hidden{
	display:none;
}

.tarjetas .cards-btn.prev::before{
	content:"‹";
	font-size:2.2rem;
	line-height:1;
}

.tarjetas .cards-btn.next::before{
	content:"›";
	font-size:2.2rem;
	line-height:1;
}

.tarjetas .cards-counter{
	position:absolute;
	right:1rem;
	bottom:.5rem;
	z-index:10;
	margin:0;
	color:inherit;
	font-size:.8rem;
	line-height:1;
	pointer-events:none;
}

.tarjetas i{
	display:block;
	width:max-content;
	margin:0 0 1rem;
	color:rgb(var(--c1) / .9);
	font-size:5rem;
	font-style:normal;
	font-weight:800;
	line-height:.8;
	text-transform:uppercase;
}

.tarjetas#all-toppings{
	color:rgb(var(--n) / 1);
}

.tarjetas#all-toppings .cards-track dd .icon,
.tarjetas#all-toppings .cards-track dd .icon-text{
	color:rgb(var(--n) / 1);
	font-size:5rem;
	font-weight:900;
}

/* comentarios públicos */
.comentarios-publicos .comentarios-publicos-cta{
	display:flex;
	justify-content:flex-start;
	width:100%;
	margin:0 0 .75rem;
}

.comentarios-publicos .comentarios-publicos-cta a,
.comentarios-publicos .comentarios-publicos-cta button{
	margin:0;
}

/* tarjetas mobile */
@media (max-width:767px){
	section.tarjetas{
		padding:2rem 1.5rem 0;
		overflow:hidden;
		background:rgb(var(--n-d) / 1);
		color:rgb(var(--b) / 1);
	}

	section.tarjetas .cards-track{
		width:100%;
		padding:0;
		overflow-x:auto;
		overflow-y:hidden;
		scroll-behavior:smooth;
		scroll-snap-type:x mandatory;
		scrollbar-width:none;
		-webkit-overflow-scrolling:touch;
		touch-action:pan-x pan-y;
	}

	section.tarjetas .cards-track::-webkit-scrollbar{
		display:none;
	}

	section.tarjetas dt{
		padding:0;
	}

	section.tarjetas .cards-track dd{
		flex:0 0 90%;
		min-width:90%;
		max-width:90%;
		box-sizing:border-box;
		margin:0 0 1rem;
		padding:2rem 1.5rem;
		border-radius:.4rem;
		opacity:.75;
		transform:scale(.9);
		scroll-snap-align:center;
		transition:
			transform .4s ease,
			opacity .4s ease;
	}

	section.tarjetas .cards-track dd:first-child{
		margin-left:0;
	}

	section.tarjetas .cards-track dd:last-child{
		margin-right:0;
	}

	section.tarjetas .cards-track dd.is-active{
		flex-basis:90%;
		background:rgb(var(--b) / .85);
		color:rgb(var(--n) / 1);
		opacity:1;
		transform:scale(1);
	}

	section.tarjetas .cards-track dd.is-active .icon,
	section.tarjetas .cards-track dd.is-active .icon-text{
		color:rgb(var(--c1) / 1);
		font-size:4rem;
	}

	section.tarjetas .cards-btn{
		display:none;
	}

	section.tarjetas .cards-counter{
		display:none;
	}

	section.tarjetas i{
		font-size:3rem;
	}
}


/* ==================================================
   MODULE: txt-mask.css
   ================================================== */

/* txt-mask */
.txt-mask{
	--text-left:50.5%;
	--text-top:50%;
	--stroke-size:2px;
	--split:50%;
	--txt-mask-panel-color:url(#txt-mask-gradient);
	--mask-text-width:20%;

	position:relative;
	width:100%;
	height:100dvh;
	margin:0;
	overflow:hidden;
}

.txt-mask .txt-mask-media{
	position:absolute;
	inset:0;
	z-index:1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:
		linear-gradient(90deg, rgb(var(--n) / 0) 0%, rgb(var(--n-d) / 0) 100%),
		url("/assets/img/bg.webp");
	background-repeat:repeat;
	background-size:auto;
	background-attachment:fixed;
	background-position:center;
	background-blend-mode:multiply;
}

.txt-mask .txt-mask-img{
	position:absolute;
	inset:0;
	z-index:1;
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	filter:grayscale(1) !important;
	-webkit-filter:grayscale(1) !important;
}

.txt-mask .txt-mask-media figcaption{
	position:absolute;
	left:1rem;
	bottom:1rem;
	z-index:4;
	color:rgb(var(--b) / .75);
	font-size:.75rem;
	line-height:1;
}

.txt-mask .txt-mask-media .simple-media-edit-trigger{
	z-index:999999;
}

/* capas HTML conservadas únicamente para la edición inline */
.txt-mask .txt-mask-panel{
	position:absolute;
	inset:3rem 0;
	z-index:2;
	background:none;
	mix-blend-mode:normal;
	pointer-events:none;
}

/* capa de color con recorte SVG nativo */
.txt-mask .txt-mask-color-layer{
	position:absolute;
	inset:0;
	z-index:2;
	display:block;
	width:100%;
	height:100%;
	overflow:visible;
	pointer-events:none;
}

.txt-mask .txt-mask-color-fill{
	fill:var(--txt-mask-panel-color);
	clip-path:inset(3rem calc(100% - var(--split)) 3rem 0);
}

.txt-mask .txt-mask-svg-title{
	font-family:inherit;
	font-size:12rem;
	font-weight:700;
	dominant-baseline:middle;
	text-transform:uppercase;
	writing-mode:horizontal-tb !important;
	text-orientation:mixed !important;
	glyph-orientation-vertical:0deg;
	rotate:none !important;
	transform:none !important;
}

.txt-mask .txt-mask-svg-title tspan{
	writing-mode:horizontal-tb !important;
	text-orientation:mixed !important;
	glyph-orientation-vertical:0deg;
	rotate:none !important;
	transform:none !important;
}

.txt-mask .txt-mask-svg-text-group{
	transform:none !important;
}

.txt-mask .txt-mask-svg-outline{
	fill:transparent;
	stroke:var(--txt-mask-panel-color);
	stroke-width:var(--stroke-size);
	paint-order:stroke fill;
}

.txt-mask .txt-mask-border{
	position:absolute;
	inset:0;
	z-index:3;
	pointer-events:none;
}

.txt-mask .txt-mask-title{
	position:absolute;
	left:var(--text-left);
	top:var(--text-top);
	width:var(--mask-text-width);
	max-width:calc(100% - 2rem);
	margin:0;
	padding:0;
	font-size:12rem;
	line-height:.8;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	word-break:normal;
	overflow-wrap:break-word;
	hyphens:none;
	-webkit-hyphens:none;
	white-space:normal;
	text-shadow:none !important;
	writing-mode:horizontal-tb !important;
	text-orientation:mixed !important;
	glyph-orientation-vertical:0deg;
	rotate:none !important;
	transform:translate(-50%, -50%);
}

.txt-mask .txt-mask-panel .txt-mask-title{
	z-index:1;
	color:transparent;
	opacity:0;
}

.txt-mask .txt-mask-border .txt-mask-title{
	z-index:1;
	color:transparent;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke:var(--stroke-size) var(--txt-mask-panel-color);
	text-stroke:var(--stroke-size) var(--txt-mask-panel-color);
}

.txt-mask .txt-mask-border{
	opacity:0;
}

.txt-mask .artxt{
	position:absolute;
	left:30%;
	top:50%;
	z-index:5;
	width:36%;
	margin:0;
	color:rgb(var(--n) / 1);
	transform:translate(-50%, -50%);
}

.txt-mask .artxt dt,
.txt-mask .artxt dd{
	margin:0;
	padding:0;
}

.txt-mask .artxt .lead,
.txt-mask .artxt .caption{
	display:block;
}

.txt-mask .artxt h2,
.txt-mask .artxt h3,
.txt-mask .artxt h4,
.txt-mask .artxt p{
	margin:0;
	padding:0;
}

.txt-mask .artxt hr{
	width:100%;
	height:1px;
	margin:1.5rem 0;
	border:0;
	background:currentColor;
	opacity:.25;
}

.txt-mask .artxt-toggle{
	position:absolute;
	right:0;
	bottom:0;
	width:2.75rem;
	height:2.75rem;
	margin:0;
	padding:0;
	border:1px solid currentColor;
	border-radius:50%;
	background:transparent;
	color:inherit;
	cursor:pointer;
}

.txt-mask .artxt-toggle::before,
.txt-mask .artxt-toggle::after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:40%;
	height:1px;
	background:currentColor;
	transform:translate(-50%, -50%);
}

.txt-mask .artxt-toggle::after{
	transform:translate(-50%, -50%) rotate(90deg);
}

/* txt-mask editor */
body.simple-edit-mode .txt-mask .txt-mask-panel,
body.simple-edit-mode .txt-mask .txt-mask-border{
	pointer-events:none;
}

body.simple-edit-mode .txt-mask .txt-mask-panel .txt-mask-title,
body.simple-edit-mode .txt-mask .txt-mask-border .txt-mask-title{
	pointer-events:auto;
	cursor:pointer;
}

body.simple-edit-mode .txt-mask .txt-mask-panel .txt-mask-title{
	z-index:30;
}

body.simple-edit-mode .txt-mask .txt-mask-border .txt-mask-title{
	z-index:31;
}

body.simple-edit-mode .txt-mask .artxt{
	z-index:40;
}

body.simple-edit-mode .txt-mask [data-edit-field]{
	position:relative;
}

/* txt-mask + hide_txt */
section.hide-txt-clean .txt-mask .artxt,
section.hide-txt-clean .txt-mask .txt-mask-panel,
section.hide-txt-clean .txt-mask .txt-mask-color-layer,
section.hide-txt-clean .txt-mask .txt-mask-border,
section.hide-txt-clean .txt-mask .txt-mask-title,
section.hide-txt-clean.txt-mask .artxt,
section.hide-txt-clean.txt-mask .txt-mask-panel,
section.hide-txt-clean.txt-mask .txt-mask-color-layer,
section.hide-txt-clean.txt-mask .txt-mask-border,
section.hide-txt-clean.txt-mask .txt-mask-title{
	opacity:0 !important;
	visibility:hidden !important;
	pointer-events:none !important;
	transition:
		opacity .35s ease,
		visibility .35s ease;
}

section.hide-txt-clean .txt-mask .txt-mask-panel,
section.hide-txt-clean.txt-mask .txt-mask-panel{
	background:none !important;
	mix-blend-mode:normal !important;
}

section.hide-txt-clean .txt-mask .txt-mask-border,
section.hide-txt-clean.txt-mask .txt-mask-border{
	display:none !important;
}

/* txt-mask mobile */
@media (max-width:767px){
	.txt-mask{
		--mask-text-width:90%;
	}

	.txt-mask .txt-mask-media{
		background-attachment:scroll;
	}

	.txt-mask .txt-mask-title{
		font-size:8rem;
	}

	.txt-mask .txt-mask-svg-title{
		font-size:8rem;
	}

	.txt-mask .artxt dt,
	.txt-mask .artxt dt *{
		max-width:100%;
		overflow-wrap:anywhere;
		word-break:normal;
		hyphens:none;
		-webkit-hyphens:none;
	}
}


/* ==================================================
   MODULE: validar-comentarios.css
   ================================================== */

/* validar comentarios */
body#validar-comentarios{
	min-width:0;
}

body#validar-comentarios #main-content{
	width:100%;
	min-height:100dvh;
}

* {
	box-sizing: border-box;
}

.comentarios-admin{
	display:flex;
	flex-direction:column;
	width:60%;
	min-height:100dvh;
	padding:4rem;
	margin: 0 auto;
}

.comentarios-admin > header{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:2rem;
	width:100%;
	margin-bottom:3rem;
}

.comentarios-admin > header > div{
	width:min(100%,46rem);
	min-width:0;
}

.comentarios-admin .lead{
	margin:0 0 .8rem;
}

.comentarios-admin h1{
	margin:0;
}

.comentarios-admin > header p:last-child{
	margin:1rem 0 0;
	opacity:.68;
}

.comentarios-admin nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:.6rem;
	min-width:0;
}

.comentarios-admin nav a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:.65rem 1rem;
	border:1px solid currentColor;
	border-radius:999px;
	color:inherit;
	line-height:1;
	text-decoration:none;
}

.comentarios-admin nav a.active{
	outline:2px solid currentColor;
	outline-offset:2px;
}

.comentarios-grid{
	display:flex;
	flex-direction:column;
	gap:1rem;
	width:100%;
	min-width:0;
}

.comentario-card{
	display:flex;
	flex-direction:column;
	gap:1.2rem;
	width:100%;
	min-width:0;
	padding:1.4rem;
	border:1px solid currentColor;
	border-radius:.25rem;
}

.comentario-top{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:1rem;
	min-width:0;
}

.comentario-top > div{
	min-width:0;
}

.comentario-card h2{
	margin:0;
	overflow-wrap:anywhere;
}

.comentario-meta{
	margin:.5rem 0 0;
	opacity:.55;
	overflow-wrap:anywhere;
}

.comentario-texto{
	margin:0;
	white-space:normal;
	overflow-wrap:anywhere;
}

.comentario-status{
	display:inline-flex;
	flex:0 0 auto;
	align-items:center;
	justify-content:center;
	padding:.4rem .7rem;
	border:1px solid currentColor;
	border-radius:999px;
	line-height:1;
	text-transform:capitalize;
}

.comentario-actions{
	display:flex;
	flex-wrap:wrap;
	gap:.5rem;
	width:100%;
	margin-top:auto;
}

.comentario-actions button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:2.75rem;
	padding:.7rem .9rem;
	border:1px solid currentColor;
	border-radius:.25rem;
	background:transparent;
	color:inherit;
	font:inherit;
	line-height:1;
	cursor:pointer;
}

.comentario-actions .eliminar{
	margin-left:auto;
}

.comentarios-empty{
	margin:0;
	opacity:.55;
}

/* validar comentarios mobile */
@media (max-width:767px){
	.comentarios-admin{
		padding:2rem 1rem;
	}

	.comentarios-admin > header{
		flex-direction:column;
		align-items:stretch;
		gap:1.5rem;
		margin-bottom:2rem;
	}

	.comentarios-admin nav{
		display:grid;
		grid-template-columns:repeat(2, minmax(0, 1fr));
		justify-content:stretch;
		width:100%;
	}

	.comentarios-admin nav a{
		width:100%;
		padding:.75rem .5rem;
	}

	.comentario-card{
		padding:1rem;
	}

	.comentario-top{
		flex-direction:column;
	}

	.comentario-status{
		align-self:flex-start;
	}

	.comentario-actions{
		display:grid;
		grid-template-columns:repeat(2, minmax(0, 1fr));
	}

	.comentario-actions button{
		width:100%;
		min-width:0;
	}

	.comentario-actions .eliminar{
		margin-left:0;
	}
}


/* ==================================================
   MODULE: xscroll.css
   ================================================== */

/* xscroll */
.xscroll {
	--xscroll-h: 70dvh;
	--xgap: .75rem;
	position: sticky;
	top: calc((100dvh - var(--xscroll-h)) / 2);
	display: grid;
	grid-template-columns: 18% minmax(0, 82%);
	min-height: var(--xscroll-h);
	margin: 0 auto;
	padding: 3rem 0;
	overflow: visible;
	background-image:
		linear-gradient(110deg, rgb(var(--c1) / 1) 0%, rgb(var(--n) / 1) 100%),
		url("/assets/img/bg.webp");
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: multiply;
}

.xscroll-head {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	min-width: 0;
	padding: 0 3rem 0 0;
	text-align: right;
}

.xscroll-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: .75rem;
	width: fit-content;
	max-width: 100%;
	margin-left: auto;
	padding: 0;
	text-align: right;
}

.xscroll-nav button {
	display: block;
	width: fit-content;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: rgb(var(--c1) / 1);
	cursor: pointer;
	text-align: right;
}

.xscroll-nav button.is-active {
	text-decoration: underline;
	text-underline-offset: .25em;
}

.xscroll-body {
	position: relative;
	width: 100%;
	min-width: 0;
	height: var(--xscroll-h);
	overflow: hidden;
}

.xscroll-list {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	gap: var(--xgap);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	scroll-behavior: auto;
}

.xscroll-list > li {
	--ratio-desk-w: 3;
	--ratio-desk-h: 4;
	position: relative;
	flex: 0 0 auto;
	width: calc(var(--xscroll-h) * var(--ratio-desk-w) / var(--ratio-desk-h));
	height: calc(var(--xscroll-h) - 1rem);
	margin: 0;
	padding: 0;
	overflow: hidden;
	filter: saturate(1);
	transform: scale(1);
	transform-origin: center;
	transition:
		transform .35s ease,
		filter .35s ease,
		opacity .35s ease;
}

.xscroll figure {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.xscroll img,
.xscroll video,
.xscroll .responsive-img,
.xscroll .responsive-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1) !important;
}

.xscroll li dl {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 3rem 1rem;
	color: inherit;
	pointer-events: none;
}

.xscroll li dl h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: .95;
	letter-spacing: 0;
	color: rgb(var(--c2) / 1) !important;
	-webkit-text-fill-color: rgb(var(--c2) / 1) !important;
	background: none !important;
	background-image: none !important;
	-webkit-background-clip: initial !important;
	background-clip: initial !important;
	filter: none !important;
}

.xscroll li dd {
	position: absolute;
	right: 6rem;
	bottom: 1rem;
	left: 1rem;
	margin: 0;
	padding: 2rem;
	pointer-events: auto;
}

.xscroll-viewpoint {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 6;
	display: flex;
	gap: .4rem;
	transform: translateX(-50%);
}

.xscroll-viewpoint button {
	width: .55rem;
	height: .55rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: currentColor;
	opacity: .35;
	cursor: pointer;
}

.xscroll-viewpoint button.is-active {
	opacity: 1;
}

.xscroll-indicator {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 6;
	font-size: .8rem;
}

.xscroll-list > li.item-target {
	z-index: 4;
	filter: saturate(1);
	transform: scale(1.035);
}

.xscroll-list > li.item-target img,
.xscroll-list > li.item-target video,
.xscroll-list > li.item-target .responsive-img,
.xscroll-list > li.item-target .responsive-video {
	filter: saturate(1);
}

/* portfolio iframe preview */
.portfolio-preview {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #111;
}

.portfolio-preview .portfolio-phone {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.portfolio-preview .portfolio-frame {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #fff;
}

.portfolio-url-edit-trigger {
	position: absolute;
	right: .75rem;
	bottom: .75rem;
	left: .75rem;
	z-index: 999999;
	display: block;
	width: auto;
	padding: .65rem .75rem;
	overflow: hidden;
	border: 1px solid #fff;
	background: #111;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

/* xscroll mobile */
@media (max-width: 767px) {
	.xscroll {
		--xscroll-h: 90svh;
		position: relative;
		top: auto;
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 0;
		margin: 0;
		padding: 5svh 5%;
		overflow: hidden;
		background-image:
			linear-gradient(90deg, rgb(var(--n) / 1) 0%, rgb(var(--n) / 1) 100%),
			url("/assets/img/bg.webp");
		background-attachment: scroll;
	}

	.xscroll-head {
		display: block;
		width: 100%;
		padding: 2rem 1.25rem 1rem;
		text-align: initial;
	}

	.xscroll-nav {
		display: none;
	}

	.xscroll-body {
		height: var(--xscroll-h);
	}

	.xscroll-list {
		padding: 0 1.25rem;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		overscroll-behavior-y: auto;
	}

	.xscroll-list::-webkit-scrollbar {
		display: none;
	}

	.xscroll-list > li {
		width: calc(var(--xscroll-h) * var(--ratio-mov-w) / var(--ratio-mov-h));
		height: var(--xscroll-h);
		scroll-snap-align: center;
		filter: none;
		transform: none;
		transition: none;
	}

	.xscroll img,
	.xscroll video,
	.xscroll .responsive-img,
	.xscroll .responsive-video {
		filter: none !important;
	}

	.xscroll li dl {
		padding: 2rem 1.25rem;
	}

	.xscroll li dd {
		right: 1rem;
		padding: 0;
	}

	.xscroll-indicator {
		display: none;
	}

	.xscroll-list > li.item-target {
		z-index: auto;
		filter: none;
		transform: none;
	}

	.xscroll.is-xscroll-driving {
		min-height: 100svh;
	}

	.xscroll.is-xscroll-driving .xscroll-body {
		position: fixed;
		right: 5%;
		bottom: 0;
		left: 5%;
		z-index: 9999;
		width: 90%;
		height: var(--xscroll-h);
		margin: 0;
	}
}

