/* =========================
RESET
========================= */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	box-sizing: border-box;
}

/* =========================
WEBFONTS
========================= */

/* --------- DRUK WIDE TRIAL --------- */
@font-face {
	font-family: 'Druk Wide Medium';
	src: url('../fonts/DrukWide-Medium.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Druk Wide Bold';
	src: url('../fonts/Druk-WideBold.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Druk Wide Heavy';
	src: url('../fonts/Druk-WideHeavy.otf') format('opentype');
	font-display: swap;
}

/* --------- FT KUNST GROTESK TRIAL --------- */
@font-face {
	font-family: 'FT Kunst Grotesk Trial';
	src: url('../fonts/FTKunstGroteskTrial-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FT Kunst Grotesk Trial';
	src: url('../fonts/FTKunstGroteskTrial-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FT Kunst Grotesk Trial';
	src: url('../fonts/FTKunstGroteskTrial-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FT Kunst Grotesk Trial';
	src: url('../fonts/FTKunstGroteskTrial-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* --------- Type Ultras --------- */
@font-face {
	font-family: 'TU Ultras Liberi 2.0';
	src: url('../fonts/TU-UltrasLiberi20.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'TU Fino alla fine';
	src: url('../fonts/TU-FinoAllaFine.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'TU Game Over';
	src: url('../fonts/TU-GameOver.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'TU Type Ultras';
	src: url('../fonts/TU-TypeUltras.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'TU Font Curva Mia';
	src: url('../fonts/TU-CurvaMia.otf') format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'TU Domenica';
	src: url('../fonts/TU-Domenica.otf') format('opentype');
	font-display: swap;
}

/* =========================
TOKENS — UNIFIED PURPLE
========================= */
:root {
	/* ===== Colors ===== */
	--purple: #491298;
	--white: #ffffff;
	--black: #000000;
	--orange: #ff8d44;

	/* ===== Stroke colors ===== */
	--stroke-color: color-mix(in srgb, var(--purple) 75%, transparent);
	--stroke-soft-color: color-mix(in srgb, var(--purple) 25%, transparent);

	--stroke-white-color: rgb(255 255 255 / 0.85);
	--stroke-white-soft-color: rgb(255 255 255 / 0.35);

	/* ===== Strokes ===== */
	--stroke: 1px solid var(--stroke-color);
	--stroke-soft: 1px solid var(--stroke-soft-color);

	--stroke-white: 1px solid var(--stroke-white-color);
	--stroke-white-soft: 1px solid var(--stroke-white-soft-color);

	/* ===== Fonts ===== */
	--font-display: "Druk Wide Medium", sans-serif;
	--font-text: "FT Kunst Grotesk Trial", sans-serif;

	/* ===== Font weights ===== */
	--w-light: 400;
	--w-regular: 400;
	--w-medium: 400;
	--w-bold: 400;
	--w-heavy: 400;
	--w-black: 400;

	/* ===== Layout ===== */
	--home-split-h: clamp(360px, 28vw, 520px);
	--home-split-pad-y: clamp(20px, 1.8vw, 28px);
	--home-split-pad-x: clamp(18px, 1.8vw, 26px);

	--menu-h: clamp(44px, 6.2vw, 70px);

	--menu-grow-active: 3.6;
	--menu-grow-idle: 1;
	--menu-flex-ms: 320ms;
	--menu-color-ms: 180ms;

	--footer-font-weight: 400;
	--footer-btn-weight: 400;
	--footer-gap-x: clamp(40px, 6vw, 120px);
	--footer-gap-y: 14px;
	--footer-pad-y: clamp(42px, 6vw, 84px);
	--footer-pad-x: clamp(24px, 4vw, 80px);
	--footer-font-size: clamp(14px, 1.15vw, 18px);

	/* =========================================================
	SCALE
	========================================================= */

	--tile-title-size: clamp(24px, 3.4vw, 50px);
	--tile-title-lh: 1.02;

	--tile-body-size: clamp(14px, 1.35vw, 24px);
	--tile-body-lh: 1.55;

	--tile-title-size-stack: clamp(28px, 4.2vw, 52px);
	--tile-body-size-stack: clamp(15px, 1.9vw, 20px);

	--tile-title-size-mobile: clamp(22px, 6.4vw, 38px);
	--tile-body-size-mobile: 14px;

	--catalog-cta-size: clamp(14px, 1.55vw, 21px);

	--title-optical-x: -1px;
}

/* =========================
SPECIMEN
========================= */
.ultras-liberi-extrasmall p {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 12px;
}

.ultras-liberi-small p {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 18px;
}

.ultras-liberi-medium p {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 24px;
}

.ultras-liberi-large p {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 36px;
}

.ultras-liberi-extralarge p {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 90px;
	text-align: center;
}

.fino-alla-fine-extrasmall p {
	font-family: 'TU Fino alla fine';
	font-size: 12px;
}

.fino-alla-fine-small p {
	font-family: 'TU Fino alla fine';
	font-size: 18px;
}

.fino-alla-fine-medium p {
	font-family: 'TU Fino alla fine';
	font-size: 24px;
}

.fino-alla-fine-large p {
	font-family: 'TU Fino alla fine';
	font-size: 36px;
}

.fino-alla-fine-extralarge p {
	font-family: 'TU Fino alla fine';
	font-size: 90px;
	text-align: center;
}

.game-over-extrasmall p {
	font-family: 'TU Game Over';
	font-size: 12px;
}

.game-over-small p {
	font-family: 'TU Game Over';
	font-size: 18px;
}

.game-over-medium p {
	font-family: 'TU Game Over';
	font-size: 24px;
}

.game-over-large p {
	font-family: 'TU Game Over';
	font-size: 36px;
}

.game-over-extralarge p {
	font-family: 'TU Game Over';
	font-size: 90px;
	text-align: center;
}

.type-ultras-extrasmall p {
	font-family: 'TU Type Ultras';
	font-size: 12px;
}

.type-ultras-small p {
	font-family: 'TU Type Ultras';
	font-size: 18px;
}

.type-ultras-medium p {
	font-family: 'TU Type Ultras';
	font-size: 24px;
}

.type-ultras-large p {
	font-family: 'TU Type Ultras';
	font-size: 36px;
}

.type-ultras-extralarge p {
	font-family: 'TU Type Ultras';
	font-size: 90px;
	text-align: center;
}

.curva-mia-extrasmall p {
	font-family: 'TU Font Curva Mia';
	font-size: 12px;
}

.curva-mia-small p {
	font-family: 'TU Font Curva Mia';
	font-size: 18px;
}

.curva-mia-medium p {
	font-family: 'TU Font Curva Mia';
	font-size: 24px;
}

.curva-mia-large p {
	font-family: 'TU Font Curva Mia';
	font-size: 36px;
}

.curva-mia-extralarge p {
	font-family: 'TU Font Curva Mia';
	font-size: 90px;
	text-align: center;
}

.domenica-extrasmall p {
	font-family: 'TU Domenica';
	font-size: 12px;
}

.domenica-small p {
	font-family: 'TU Domenica';
	font-size: 18px;
}

.domenica-medium p {
	font-family: 'TU Domenica';
	font-size: 24px;
}

.domenica-large p {
	font-family: 'TU Domenica';
	font-size: 36px;
}

.domenica-extralarge p {
	font-family: 'TU Domenica';
	font-size: 90px;
	text-align: center;
}

/* =========================
GLOBAL
========================= */
html,
body {
	overflow-x: hidden;
	min-height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-family: var(--font-text);
	font-weight: var(--w-regular);
	font-size: 16px;
	line-height: 1.5;
	color: var(--black);

	background-color: var(--white);

	background-image: var(--home-bg-texture, none);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100vw 100vw;
}

a,
a:visited,
a:active,
a:focus,
a:focus-visible {
	color: inherit;
	text-decoration: none;
}

.blocks img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* =========================
HEADER
========================= */
.site-header {
	width: 100%;
	position: relative;
	z-index: 1000;
}

.header-logo-container {
	height: clamp(76px, 9.2vw, 140px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white);
	border: var(--stroke);
}

.logo-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--purple);
}

.logo-link:link,
.logo-link:visited,
.logo-link:active,
.logo-link:focus,
.logo-link:focus-visible {
	color: var(--purple);
}

.logo-link * {
	color: inherit;
}

.header-logo-text {
	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: clamp(0.02em, 0.25vw, 0.04em);
	line-height: 1;
	font-size: clamp(18px, 3vw, 48px);
	color: var(--purple);
	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.header-logo-tagline {
	font-family: var(--font-text);
	font-weight: var(--w-regular);
	font-size: clamp(12px, 1.2vw, 16px);
	line-height: 1.2;
	margin-top: 6px;
	color: var(--purple);
}

/* =========================
MENU
========================= */
.header-menu-container {
	display: flex;
	width: 100%;
	border: var(--stroke);
	border-top: 0;
	background: var(--white);
	overflow: hidden;
}

.header-menu-item {
	flex: 1 1 0;
	min-width: 0;

	height: var(--menu-h);
	padding: 0 clamp(10px, 2vw, 18px);

	display: flex;
	justify-content: center;
	align-items: center;

	background: var(--white);
	border: 0;
	color: var(--purple);

	font-family: var(--font-display);
	font-weight: var(--w-regular);
	font-style: normal;

	white-space: nowrap;
	font-size: clamp(11px, 1.35vw, 20px);
	line-height: 1;

	transition:
		flex-grow var(--menu-flex-ms) cubic-bezier(0.2, 0.8, 0.2, 1),
		background-color var(--menu-color-ms) ease,
		color var(--menu-color-ms) ease,
		opacity var(--menu-color-ms) ease;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.header-menu-item+.header-menu-item {
	border-left: var(--stroke);
}

.header-menu-item:link,
.header-menu-item:visited,
.header-menu-item:active,
.header-menu-item:focus,
.header-menu-item:focus-visible {
	color: var(--purple);
}

.header-menu-item * {
	color: inherit;
}

/* =========================================================
STATO "PAGINA CORRENTE"
========================================================= */
.header-menu-container.has-current .header-menu-item {
	flex-grow: var(--menu-grow-idle);
}

.header-menu-container.has-current .header-menu-item.is-current {
	flex-grow: var(--menu-grow-active);
	background: var(--purple);
	color: var(--white);
	opacity: 1;
}

/* =========================================================
HOVER "SELEZIONE"
========================================================= */
.header-menu-container:hover .header-menu-item {
	flex-grow: var(--menu-grow-idle);
}

.header-menu-container.has-current:hover .header-menu-item.is-current:not(:hover) {
	flex-grow: var(--menu-grow-idle);
	background: var(--white);
	color: var(--purple);
	opacity: 0.95;
}

.header-menu-container:hover .header-menu-item:hover {
	flex-grow: var(--menu-grow-active);
	background: var(--purple);
	color: var(--white);
	opacity: 1;
}

.header-menu-container:hover .header-menu-item:not(:hover) {
	background: var(--white);
	color: var(--purple);
	opacity: 0.95;
}

@media (max-width: 768px) {
	.header-menu-container.has-current .header-menu-item {
		flex-grow: 1;
	}

	.header-menu-container.has-current .header-menu-item.is-current {
		flex-grow: 1;
		background: var(--purple);
		color: var(--white);
		opacity: 1;
	}

	.header-menu-container:hover .header-menu-item,
	.header-menu-container:hover .header-menu-item:hover {
		flex-grow: 1;
		background: var(--white);
		color: var(--purple);
		opacity: 1;
	}
}

/* =========================================================
TOUCH: 
========================================================= */
@media (hover: none) and (pointer: coarse) {
	.header-menu-container .header-menu-item {
		flex-grow: 1;
	}

	.header-menu-container.has-current .header-menu-item.is-current {
		background: var(--purple) !important;
		color: var(--white) !important;
		opacity: 1 !important;
	}

	.header-menu-container:active .header-menu-item {
		flex-grow: var(--menu-grow-idle);
		background: var(--white);
		color: var(--purple);
		opacity: 0.95;
	}

	.header-menu-container:active .header-menu-item:active {
		flex-grow: var(--menu-grow-active);
		background: var(--purple);
		color: var(--white);
		opacity: 1;
	}
}

/* =========================
HOME SLIDER
========================= */
.home-slider-wrapper {
	position: relative;
	max-width: 100%;
	margin: 0;
	overflow: hidden;

	aspect-ratio: 1440 / 770;
	width: 100%;
	height: auto;

	border-bottom: var(--stroke-white);
}

.home-slider-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.home-slider-item {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transform: translateY(0);
}

.home-slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-slider-item.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

@keyframes sliderExitDown {
	from {
		transform: translateY(0);
		opacity: 1;
	}

	to {
		transform: translateY(110%);
		opacity: 1;
	}
}

@keyframes sliderEnterUp {
	from {
		transform: translateY(110%);
		opacity: 1;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.home-slider-item.is-exit {
	z-index: 1;
	animation: sliderExitDown 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-slider-item.is-enter {
	z-index: 2;
	opacity: 1;
	animation: sliderEnterUp 650ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* =========================
ARROWS 
========================= */
.home-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1);

	width: var(--slider-arrow-size, clamp(32px, 3.6vw, 56px));
	height: var(--slider-arrow-size, clamp(32px, 3.6vw, 56px));

	border-radius: 50%;
	background: var(--orange);

	cursor: pointer;
	z-index: 50;
	user-select: none;

	border: 0;
	box-shadow: none;
	filter: none;

	font-size: 0;
	line-height: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), filter 220ms ease;
}

.home-slider-arrow::before {
	content: "";

	width: var(--slider-arrow-icon, clamp(10px, 1.25vw, 19px));
	height: var(--slider-arrow-icon, clamp(10px, 1.25vw, 19px));

	border-right: var(--slider-arrow-stroke, clamp(1.5px, 0.25vw, 3px)) solid #000;
	border-top: var(--slider-arrow-stroke, clamp(1.5px, 0.25vw, 3px)) solid #000;
	border-radius: 2px;

	transform: translateX(-2px) rotate(45deg);
	transform-origin: 50% 50%;
}

.home-slider-arrow.left {

	left: var(--slider-arrow-offset, clamp(8px, 1.4vw, 22px));
}

.home-slider-arrow.right {
	right: var(--slider-arrow-offset, clamp(8px, 1.4vw, 22px));
}

.home-slider-arrow.left::before {
	transform: translateX(2px) rotate(225deg);
}

.home-slider-arrow:hover {
	transform: translateY(-50%) scale(1.08);
	filter: brightness(0.97);
}

.home-slider-arrow:active {
	transform: translateY(-50%) scale(1.02);
}

/* =========================
HOME PROMO TEXT
========================= */
.home-promo-text {
	max-width: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;

	text-align: center;

	height: clamp(90px, 10vw, 160px);

	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;

	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-bottom: clamp(8px, 1.3vw, 14px) !important;

	border-bottom: var(--stroke-white);
}

.home-promo-text__title {
	margin: 0 !important;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;
	line-height: 0.95;

	color: var(--purple);
	text-transform: uppercase;

	font-size: clamp(32px, 4.6vw, 64px);

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.home-promo-text p,
.home-promo-text h1,
.home-promo-text h2,
.home-promo-text h3 {
	margin: 0 !important;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;
	line-height: 0.95;

	color: var(--purple);
	text-transform: uppercase;

	font-size: clamp(32px, 4.6vw, 64px);

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.home-promo-text br {
	display: none;
}

/* =========================
HOME TITLES
========================= */
.home-section-title {
	font-family: var(--font-display);
	font-weight: var(--w-bold);
	letter-spacing: 0.02em;
	color: var(--purple);
	text-align: center;
	line-height: 1;
	padding: 22px 16px;
	margin: 0;
	text-transform: uppercase;
}

.home-section-title--invert {
	color: #fff;
}

.home-stickers .home-section-title {
	margin: 0;
	padding: 0 16px;

	height: clamp(90px, 10vw, 160px);

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;

	line-height: 0.95;
	text-transform: uppercase;

	color: var(--purple);

	font-size: clamp(32px, 4.6vw, 64px);

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

/* =========================================================
HOME — LINEE BIANCHE DI SEPARAZIONE
========================================================= */
.home-typography-item+.home-typography-item {
	border-top: var(--stroke-white);
}

.home-typography-hero+.home-typography-list {
	border-top: var(--stroke-white);
}

/* =========================
HOME: TIPOGRAFIA
========================= */
.home-typography {
	width: 100%;
}

.home-typography-hero {
	width: 100%;
	overflow: hidden;
}

.home-typography-hero img {
	width: 100%;
	height: auto;
	display: block;
}

.home-typography-list {
	width: 100%;
}

.home-typography-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: var(--home-split-h);
	position: relative;
}

.home-typography-item.is-even .home-typography-half--text {
	order: 1;
}

.home-typography-item.is-even .home-typography-half--media {
	order: 2;
}

.home-typography-item.is-odd .home-typography-half--media {
	order: 1;
}

.home-typography-item.is-odd .home-typography-half--text {
	order: 2;
}

.home-typography-item::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-0.5px);
	width: 1px;
	background: var(--stroke-white-color);
	pointer-events: none;
}

.home-typography-half--media {
	background: #fff;
}

.home-typography-half--media img,
.home-typography-half--media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-typography-half--text {
	background: var(--purple);
	color: #fff;
	padding: var(--home-split-pad-y) var(--home-split-pad-x);

	display: flex;
	flex-direction: column;

	justify-content: center;
	align-items: center;
	text-align: center;

	gap: 18px;
}

.home-typography-title {
	margin: 0;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;

	line-height: 1.05;
	font-size: clamp(28px, 4.2vw, 56px);

	color: #fff;
	text-transform: uppercase;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.home-typography-desc {
	width: 100%;
	max-width: 56ch;

	font-family: var(--font-text);
	font-weight: var(--w-regular);
	line-height: 1.55;

	color: #fff;
	opacity: 0.95;
}

.home-typography-desc p {
	margin: 0;
}

.home-typography-links {
	margin-top: auto;

	display: flex;
	gap: 18px;
	flex-wrap: wrap;

	justify-content: center;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-size: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.home-typography-links a {
	color: #fff;
	text-decoration: none;
	opacity: 0.95;
}

.home-typography-links a:hover {
	opacity: 1;
	text-decoration: underline;
}

/* =========================================================
HOME 
========================================================= */
.home-typography-catalogo-bar {
	background: var(--purple);
	border-top: var(--stroke-white);
	border-bottom: var(--stroke-white);
}

.home-typography-catalogo-bar a.cta--catalogo {
	display: flex;
	align-items: center;
	justify-content: center;

	height: var(--menu-h);
	width: 100%;

	font-family: "Druk Wide Bold", sans-serif;
	text-transform: uppercase;

	letter-spacing: 0.03em;
	color: #fff;
	text-decoration: none;

	font-size: clamp(11px, 1.2vw, 18px);

	transition:
		background-color var(--menu-color-ms) ease,
		color var(--menu-color-ms) ease;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

@media (hover: hover) and (pointer: fine) {
	.home-typography-catalogo-bar a.cta--catalogo:hover {
		background: var(--orange);
		color: var(--purple);
		text-decoration: none;
	}
}

/* =========================================================
MOBILE / RESPONSIVE
========================================================= */
@media (max-width: 768px) {

	.home-section-title,
	.home-stickers .home-section-title {
		font-family: var(--font-display) !important;
		font-weight: var(--w-bold) !important;
		font-style: italic !important;
		letter-spacing: 0.02em !important;

		line-height: 0.95 !important;
		text-transform: uppercase !important;

		font-size: clamp(28px, 7vw, 48px) !important;

		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;

		padding: 0 16px !important;
		height: clamp(90px, 18vw, 150px) !important;

		color: var(--purple) !important;
	}

	.home-section-title--invert {
		color: #fff !important;
	}

	.home-typography-item {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.home-typography-item::after {
		content: none !important;
		display: none !important;
	}

	.home-typography-item .home-typography-half--media {
		order: 1 !important;
		border-top: 0 !important;
	}

	.home-typography-item .home-typography-half--text {
		order: 2 !important;
		border-top: var(--stroke-white) !important;
	}

	.home-typography-half--media,
	.home-typography-half--text {
		border-left: 0 !important;
	}

	.home-typography-half--text,
	.home-typography-half--media {
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		overflow: hidden;
	}

	.home-typography-half--text {
		justify-content: flex-start;
	}

	.home-typography-half--text>* {
		min-width: 0;
	}

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

	.home-typography-desc {
		flex: 1 1 auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding-right: 6px;
	}

	.home-typography-links {
		margin-top: auto;
	}

	.home-typography-item.is-card .home-typography-title {
		font-size: clamp(22px, 7vw, 38px);
	}

	.home-typography-item.is-card .home-typography-desc {
		max-width: 34ch;
		font-size: 14px;
		line-height: 1.6;
	}

	.home-typography-card-logo {
		width: clamp(52px, 16vw, 90px);
	}

	.home-stickers-hero-inner {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.home-stickers-hero-inner img {
		width: min(72vw, 260px);
		max-width: none;
		height: auto;
		display: block;
	}

	.home-about-split {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.home-about-half--text {
		order: 1 !important;
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		overflow: hidden;
		border-left: 0 !important;
	}

	.home-about-half--empty {
		order: 2 !important;
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		overflow: hidden;
		border-top: var(--stroke-white) !important;
	}

	.home-about-half--empty img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}
}

/* =========================================================
CARD LAYOUT
========================================================= */

.home-typography-card-logo {
	display: block;
	width: clamp(52px, 6.2vw, 104px);
	height: auto;
	margin: 0 auto;
}

.home-typography-item.is-card .home-typography-half--text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;

	gap: clamp(10px, 1.3vw, 18px);
	padding: clamp(16px, 2.2vw, 34px);

	position: relative;
	padding-bottom: calc(var(--menu-h) * 2);

	min-width: 0;
}

.home-typography-item.is-card .home-typography-card-logo {
	margin-top: clamp(14px, 2.2vw, 26px);
	margin-bottom: clamp(10px, 1.6vw, 18px);
}

.home-typography-item.is-card .home-typography-title {
	width: 100%;
	margin: 0;

	padding-left: clamp(18px, 3vw, 54px);
	padding-right: clamp(18px, 3vw, 54px);
	margin-bottom: clamp(10px, 1.6vw, 18px);

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;

	line-height: var(--tile-title-lh);
	font-size: var(--tile-title-size);

	color: #fff;
	text-transform: uppercase;
	text-align: center;

	transform: translateX(var(--title-optical-x));

	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.home-typography-item.is-card .home-typography-desc {
	width: 100%;
	margin: 0 auto;

	padding-left: clamp(16px, 2.4vw, 64px);
	padding-right: clamp(16px, 2.4vw, 64px);

	max-width: clamp(34ch, 52ch, 64ch);

	font-family: var(--font-text);
	font-weight: var(--w-regular);

	line-height: var(--tile-body-lh);
	font-size: var(--tile-body-size);

	color: #fff;
	opacity: 0.95;

	text-align: center;
	overflow-wrap: anywhere;
}

.home-typography-item.is-card .home-typography-desc p,
.home-typography-item.is-card .home-typography-desc ul,
.home-typography-item.is-card .home-typography-desc ol,
.home-typography-item.is-card .home-typography-desc li {
	margin: 0;
	text-align: center !important;
}

.home-typography-item.is-card .home-typography-links {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	max-width: none;

	display: flex;
	flex-direction: column;
	gap: 0;

	text-align: center;

	border-top: var(--stroke-white);
	background: var(--purple);
}

.home-typography-item.is-card .home-typography-links a {
	display: flex;
	align-items: center;
	justify-content: center;

	height: var(--menu-h);
	width: 100%;

	border: 0 !important;
	opacity: 1;
	text-decoration: none;

	letter-spacing: 0.04em;
	text-transform: uppercase;

	font-size: clamp(12px, 1.15vw, 16px);

	background: transparent;
	color: #fff;

	transition:
		background-color var(--menu-color-ms) ease,
		color var(--menu-color-ms) ease;
}

.home-typography-item.is-card .home-typography-links a:first-child {
	font-family: "Druk Wide Bold", sans-serif;
	font-weight: 400;
}

@media (min-width: 769px) {
	.home-typography-item.is-card .home-typography-links a:first-child {
		font-size: clamp(12px, 1.15vw, 18px);
	}
}

.home-typography-item.is-card .home-typography-links a:last-child {
	font-family: var(--font-text);
	font-weight: 500;
	/* Kunst Medium */
}

@media (min-width: 769px) {
	.home-typography-item.is-card .home-typography-links a:last-child {
		font-size: clamp(12px, 1.15vw, 20px);
	}
}

.home-typography-item.is-card .home-typography-links a+a {
	border-top: var(--stroke-white) !important;
}

.home-typography-item.is-card .home-typography-links a:last-child {
	border-bottom: var(--stroke-white) !important;
}

@media (hover: hover) and (pointer: fine) {
	.home-typography-item.is-card .home-typography-links a:hover {
		background: var(--orange);
		color: var(--purple);
		text-decoration: none;
	}

	.home-typography-item.is-card .home-typography-links a:hover * {
		color: inherit;
	}
}

/* =========================================================
STACK 
========================================================= */
@media (max-width: 768px) {
	.home-typography-item.is-card .home-typography-half--text {
		padding: 14px;
		gap: 12px;
	}

	.home-typography-item.is-card .home-typography-title {
		padding-left: 10px;
		padding-right: 10px;

		font-size: var(--tile-title-size-stack);
		line-height: 0.98;

		max-width: 26ch;
		margin-left: auto;
		margin-right: auto;
	}

	.home-typography-item.is-card .home-typography-desc {
		padding-left: 14px;
		padding-right: 14px;

		font-size: var(--tile-body-size-stack);
		line-height: var(--tile-body-lh);
		max-width: 46ch;

		flex: 0 0 auto !important;
		overflow: visible !important;
		-webkit-overflow-scrolling: auto !important;
		padding-right: 0 !important;
	}

	.home-typography-item.is-card .home-typography-links a {
		font-size: clamp(13px, 1.6vw, 17px);
	}
}

/* =========================================================
MOBILE 
========================================================= */
@media (max-width: 480px) {
	.home-typography-item.is-card .home-typography-title {
		font-size: var(--tile-title-size-mobile);
		max-width: 22ch;
	}

	.home-typography-item.is-card .home-typography-desc {
		font-size: var(--tile-body-size-mobile);
		max-width: 38ch;
	}

	.home-typography-item.is-card .home-typography-links a {
		font-size: 14px;
	}
}

/* ---------- HOME: ADESIVI (FULL) ---------- */
.home-stickers {

	border-top: var(--stroke-white);
	border-bottom: var(--stroke-white);
	padding-bottom: 0;
}

.home-stickers .home-section-title {
	margin: 0 !important;

	height: clamp(90px, 10vw, 160px);
	display: flex !important;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;

	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-bottom: clamp(8px, 1.3vw, 14px) !important;

	font-family: var(--font-display) !important;
	font-weight: var(--w-bold) !important;
	font-style: italic !important;
	letter-spacing: 0.02em !important;
	line-height: 0.95 !important;
	text-transform: uppercase !important;

	color: var(--purple) !important;
	font-size: clamp(32px, 4.6vw, 64px) !important;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.home-stickers-catalogo-bar {
	margin-top: 0 !important;
	padding-top: 0 !important;
	background: var(--purple);
	border-top: var(--stroke-white);
	border-bottom: var(--stroke-white);
}

.home-stickers-catalogo-bar a.cta--catalogo {
	display: flex;
	align-items: center;
	justify-content: center;

	height: var(--menu-h);
	width: 100%;

	font-family: "Druk Wide Bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;

	color: #fff;
	text-decoration: none;

	font-size: clamp(11px, 1.2vw, 18px);

	transition:
		background-color var(--menu-color-ms) ease,
		color var(--menu-color-ms) ease;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

@media (hover: hover) and (pointer: fine) {
	.home-stickers-catalogo-bar a.cta--catalogo:hover {
		background: var(--orange);
		color: var(--purple);
		text-decoration: none;
	}
}

.home-stickers-hero {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 16px;
	text-align: center;

	padding-top: clamp(32px, 3.2vw, 56px);

	padding-bottom: clamp(22px, 2.4vw, 34px);
}

.home-stickers-hero-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 26px);

	padding: 0 0 clamp(22px, 2.6vw, 44px);

	align-items: center;
	justify-items: center;
}

.home-stickers-hero-inner img {
	width: 100%;
	max-width: none;
	height: clamp(170px, 18vw, 280px);
	object-fit: contain;
	display: block;
}

.home-stickers-text {
	max-width: clamp(42ch, 52ch, 64ch);
	margin: 0 auto;

	color: var(--purple);
	font-family: var(--font-text);
	font-weight: var(--w-regular);
	font-size: var(--tile-body-size);
	line-height: var(--tile-body-lh);
}

/* =========================
RESPONSIVE
========================= */
@media (max-width: 768px) {

	.home-stickers .home-section-title {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-end !important;
		align-items: center !important;
		text-align: center !important;

		height: clamp(90px, 18vw, 150px) !important;
		font-size: clamp(28px, 7vw, 48px) !important;

		padding-left: 16px !important;
		padding-right: 16px !important;
		padding-bottom: 6px !important;

		padding-top: 0 !important;

		line-height: 0.95 !important;
	}

	.home-stickers-hero-inner {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.home-stickers-hero-inner img {
		height: auto;
		width: min(72vw, 320px);
	}

	.home-stickers-text {
		font-size: var(--tile-body-size-stack);
		line-height: var(--tile-body-lh);
		max-width: 46ch;
	}
}

@media (max-width: 480px) {
	.home-stickers-hero-inner img {
		width: min(78vw, 320px);
	}

	.home-stickers-text {
		font-size: var(--tile-body-size-mobile);
		max-width: 38ch;
	}
}

/* ---------- HOME: CHI SIAMO (split 50/50) ---------- */

.home-about-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: var(--home-split-h);
	width: 100%;
	border-top: var(--stroke-white);
	border-bottom: var(--stroke-white);
}

.home-about-half--empty {
	grid-column: 1;
	background: #fff;
	overflow: hidden;
}

.home-about-half--empty img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-about-half--text {
	grid-column: 2;
	border-left: var(--stroke-white);

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	padding: clamp(16px, 2.2vw, 34px);

	position: relative;
	z-index: 0;

	color: #fff;
	text-decoration: none;

	overflow: hidden;
	min-width: 0;
}

.home-about-half--text::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--purple);
	z-index: -1;
	transition: background-color var(--menu-color-ms) ease;
}

.home-about-content {
	width: 100%;
	max-width: clamp(34ch, 52ch, 64ch);

	display: flex;
	flex-direction: column;
	gap: clamp(10px, 1.3vw, 18px);

	min-width: 0;
}

.home-about-title {
	width: 100%;
	margin: 0;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;

	line-height: var(--tile-title-lh);
	font-size: var(--tile-title-size);

	color: #fff;
	text-transform: uppercase;
	text-align: center;

	transform: translateX(var(--title-optical-x));

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.home-about-text {
	font-family: var(--font-text);
	font-weight: var(--w-regular);

	line-height: var(--tile-body-lh);
	font-size: var(--tile-body-size);

	color: #fff;
	opacity: 0.95;
	text-align: center;

	overflow-wrap: anywhere;
}

.home-about-text p {
	margin: 0;
	color: inherit;
}

/* =========================================================
STACK 
========================================================= */
@media (max-width: 768px) {
	.home-about-split {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.home-about-half--text {
		order: 1;
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;

		border-left: 0;
		padding: 14px;
	}

	.home-about-half--text::before {
		background: var(--purple);
	}

	.home-about-half--empty {
		order: 2;
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;

		overflow: hidden;
		border-top: var(--stroke-white);
	}

	.home-about-half--empty img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}

	.home-about-title {
		padding-left: 10px;
		padding-right: 10px;

		font-size: var(--tile-title-size-stack);
		line-height: 0.98;

		max-width: 26ch;
		margin-left: auto;
		margin-right: auto;

		transform: translateX(var(--title-optical-x));
	}

	.home-about-text {
		font-size: var(--tile-body-size-stack);
		line-height: var(--tile-body-lh);

		max-width: 46ch;
		margin: 0 auto;
	}
}

/* =========================================================
MOBILE 
========================================================= */
@media (max-width: 480px) {
	.home-about-title {
		font-size: var(--tile-title-size-mobile);
		max-width: 22ch;
	}

	.home-about-text {
		font-size: var(--tile-body-size-mobile);
		max-width: 38ch;
	}
}

/* =========================================================
HOVER DESKTOP 
========================================================= */
@media (hover: hover) and (pointer: fine) {

	.home-about-half--text:hover::before,
	.home-about-half--text:focus-visible::before {
		background: var(--orange);
	}

	.home-about-half--text:hover,
	.home-about-half--text:focus-visible {
		color: var(--purple);
	}

	.home-about-half--text:hover .home-about-title,
	.home-about-half--text:hover .home-about-text,
	.home-about-half--text:focus-visible .home-about-title,
	.home-about-half--text:focus-visible .home-about-text {
		color: var(--purple);
		opacity: 1;
	}
}

/* =========================================================
MOBILE
========================================================= */
@media (max-width: 768px) {
	.home-about-split {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.home-about-half--text {
		order: 1;
		width: 100%;
		aspect-ratio: 1 / 1;
		border-left: 0;
	}

	.home-about-half--text::before {
		background: var(--purple);
	}

	.home-about-half--empty {
		order: 2;
		width: 100%;
		aspect-ratio: 1 / 1;
		border-top: var(--stroke-white);
	}

	.home-about-half--empty img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* =========================
COLLECTION
========================= */
.collection-page {
	background: var(--white);
}

.collection-head__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 18px 16px 0;
}

.collection-title {
	margin: 0;
	text-align: center;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;

	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1;

	color: var(--purple);

	font-size: clamp(28px, 4vw, 56px);

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

/* =========================================================
FIX "COLLECTION"
========================================================= */
.template-collection .collection-title,
.page-collection .collection-title,
.template-catalogoadesivi .collection-title {
	display: none !important;
}

.template-collection .collection-head__inner,
.page-collection .collection-head__inner,
.template-catalogoadesivi .collection-head__inner {
	padding-top: 0 !important;
}

.collection-list,
.collection-item {
	width: 100%;
}

/* =========================================================
CARD
========================================================= */
.collection-item {
	display: block;
	width: 100%;
	max-width: none;

	border-top: var(--stroke-white);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;

	margin: 0;

	background: transparent;
	overflow: visible;
	position: relative;
}

.collection-item:last-child {
	border-bottom: var(--stroke-white);
}

.collection-bar::-webkit-details-marker {
	display: none;
}

.collection-bar::marker {
	content: "";
}

/* =========================================================
BARRA ARANCIONE 
========================================================= */
.collection-bar {
	background: var(--orange);

	padding: clamp(26px, 3vw, 44px) 16px;

	cursor: pointer;
	user-select: none;
	outline: none;

	-webkit-tap-highlight-color: transparent;

	transition:
		padding 980ms cubic-bezier(0.16, 1, 0.3, 1),
		filter 220ms ease;

	position: relative;
	z-index: 2;
}

/* =========================================================
TITOLO 
========================================================= */
.collection-bar__title {
	margin: 0;

	font-family: var(--item-font, var(--font-display));

	font-weight: var(--w-bold);
	font-style: italic;

	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: var(--purple);

	font-size: clamp(28px, 4.2vw, 56px);
	line-height: 1.05;

	font-synthesis-weight: none;
	font-synthesis-style: none;

	transform-origin: 0% 50%;
	transform: translateX(clamp(24px, 3.2vw, 64px)) scale(1.02);

	transition:
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
		font-size 980ms cubic-bezier(0.16, 1, 0.3, 1),
		line-height 980ms cubic-bezier(0.16, 1, 0.3, 1),
		color 180ms ease;

	will-change: transform, font-size;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

/* =========================================================
FONT MAP 
========================================================= */

/* --------- Type Ultras --------- */
.collection-item.is-ultras-liberi {
	--item-font: 'TU Ultras Liberi 2.0';
}

.collection-item.is-fino-alla-fine {
	--item-font: 'TU Fino alla fine';
}

.collection-item.is-game-over {
	--item-font: 'TU Game Over';
}

.collection-item.is-type-ultras {
	--item-font: 'TU Type Ultras';
}

.collection-item.is-curva-mia {
	--item-font: 'TU Font Curva Mia';
}

.collection-item.is-domenica {
	--item-font: 'TU Domenica';
}

/* --------- Druk / Kunst --------- */
.collection-item.is-druk-wide-medium {
	--item-font: "Druk Wide Medium", sans-serif;
}

.collection-item.is-druk-wide-bold {
	--item-font: "Druk Wide Bold", sans-serif;
}

.collection-item.is-druk-wide-heavy {
	--item-font: "Druk Wide Heavy", sans-serif;
}

.collection-item.is-kunst {
	--item-font: "FT Kunst Grotesk Trial", sans-serif;
}

/* =========================================================
HOVER DESKTOP
========================================================= */
@media (hover: hover) and (pointer: fine) {
	.collection-bar:hover .collection-bar__title {
		color: #fff;
		font-family: var(--font-display);
	}
}

/* =========================================================
CONTENUTO 
========================================================= */
.collection-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: var(--home-split-h);

	opacity: 0;
	max-height: 0;
	overflow: clip;

	transform: translateY(10px);
	pointer-events: none;

	transition:
		opacity 620ms ease,
		transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
		max-height 1200ms cubic-bezier(0.16, 1, 0.3, 1);

	position: relative;
	z-index: 1;
}

/* =========================================================
OPEN 
========================================================= */
.collection-item[open] .collection-split {
	opacity: 1;
	max-height: 3000px;
	overflow: visible;
	transform: none;
	pointer-events: auto;
}

.collection-item[open] .collection-bar {
	padding: 14px 16px;
}

.collection-item[open] .collection-bar__title {
	color: #fff;
	font-family: var(--font-display);

	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.2;

	transform-origin: 50% 50%;
	transform: translateX(0) scale(1);

	transition-delay: 40ms;
}

@media (hover: hover) and (pointer: fine) {
	.collection-item[open] {
		z-index: 1205;
		filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.16));
	}
}

/* =========================================================
FOCUS TASTIERA
========================================================= */
.collection-item:focus-within {
	outline: none;
}

.collection-item:not([open]):focus-within .collection-bar__title {
	color: var(--purple);
	font-family: var(--item-font, var(--font-display));
}

@media (hover: hover) and (pointer: fine) {
	.collection-item[open]:focus-within .collection-bar__title {
		color: #fff;
		font-family: var(--font-display);
	}
}

@media (hover: hover) and (pointer: fine) {
	.collection-item:not([open]):focus-within .collection-bar:hover .collection-bar__title {
		color: #fff;
		font-family: var(--font-display);
	}
}

@media (hover: hover) and (pointer: fine) {
	.collection-bar:focus-visible .collection-bar__title {
		color: #fff;
		font-family: var(--font-display);
	}
}

/* =========================================================
MEDIA
========================================================= */
.collection-media {
	background: #fff;
	overflow: hidden;
}

.collection-media__video,
.collection-media__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.collection-media__placeholder {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* =========================================================
PANNELLO
========================================================= */
.collection-panel {
	background: var(--purple);
	color: #fff;
	display: grid;
	grid-template-rows: 1fr auto auto;
}

.collection-panel__text {
	padding: var(--home-split-pad-y) var(--home-split-pad-x);

	font-family: var(--font-text);
	font-weight: var(--w-regular);
	line-height: 1.55;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	font-size: clamp(16px, 1.6vw, 20px);

	opacity: 0.95;
}

.collection-panel__text p {
	margin: 0;
}

.collection-panel__cta.collection-panel__cta_scopri {
	font-weight: var(--w-regular);
}

/* CTA */
.collection-panel__cta {
	border-top: var(--stroke-white-soft);

	height: var(--menu-h);

	display: flex;
	align-items: center;
	justify-content: center;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #fff;
	text-decoration: none;

	font-size: clamp(12px, 1.15vw, 18px);

	transition: background-color var(--menu-color-ms) ease, color var(--menu-color-ms) ease;
}

.collection-panel__cta--download {
	font-family: var(--font-text);
	font-weight: 500;
	letter-spacing: 0.03em;
	font-size: clamp(12px, 1.15vw, 20px);
}

@media (hover: hover) and (pointer: fine) {
	.collection-panel__cta:hover {
		text-decoration: none;
		background: var(--orange);
		color: var(--purple);
	}

	.collection-panel__cta:hover * {
		color: inherit;
	}
}

.collection-panel__cta.is-disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

/* =========================================================
MOBILE: TAP SUL NOME
========================================================= */
@media (max-width: 768px) {

	.collection-bar {
		padding: clamp(22px, 4.6vw, 34px) 16px;
		transition: padding 520ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	.collection-bar__title {
		font-size: clamp(24px, 5.2vw, 36px);
		line-height: 1.1;

		transform: translateX(0) scale(1);
		transition:
			font-size 520ms cubic-bezier(0.16, 1, 0.3, 1),
			line-height 520ms cubic-bezier(0.16, 1, 0.3, 1),
			color 180ms ease;
	}

	.collection-item[open] .collection-bar {
		padding: 14px 16px;
	}

	.collection-item[open] .collection-bar__title {
		color: #fff;
		font-family: var(--font-display);

		font-size: clamp(18px, 4.2vw, 22px);
		line-height: 1.2;

		transform: translateX(0) scale(1);
	}

	.collection-item:not([open]) .collection-split {
		max-height: 0;
	}

	.collection-split {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.collection-media {
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
	}

	.collection-media__video,
	.collection-media__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}

	.collection-panel__text {
		font-size: var(--tile-body-size-stack);
		line-height: var(--tile-body-lh);
		max-width: 46ch;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.collection-panel__text {
		font-size: var(--tile-body-size-mobile);
		max-width: 38ch;
	}

	.collection-panel__cta {
		font-size: 14px;
	}

	.collection-panel__cta--download {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.collection-bar,
	.collection-bar__title,
	.collection-split {
		transition: none !important;
		transform: none !important;
	}
}

/* =========================
ABOUT 
========================= */

.about-page {
	background: var(--white);
}

.about-hero {

	max-width: 100%;
	margin: 0 auto;

	padding: 18px clamp(16px, 3.2vw, 44px) 0;
}

.about-hero__img {
	width: 100%;
	height: auto;
	display: block;
}

.about-intro {

	max-width: 100%;
	margin: 0 auto;

	padding: 28px clamp(16px, 3.2vw, 44px) 10px;

	text-align: center;
}

.about-intro__title {
	margin: 0 0 12px;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;

	letter-spacing: 0.02em;
	line-height: 1.05;

	color: var(--purple);
	font-size: clamp(28px, 4.2vw, 56px);

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.about-intro__text {
	max-width: 60ch;
	margin-left: auto;
	margin-right: auto;

	font-family: var(--font-text);
	font-weight: var(--w-regular);

	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.45;

	color: var(--purple);
	text-align: center;
}

.about-intro__text p {
	margin: 0;
}

.about-intro__text a,
.about-intro__text strong,
.about-intro__text em {
	color: inherit;
}

/* =========================
TENDINA DESIGNERS
========================= */

.about-designers-accordion {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);

	margin-top: 26px;
	padding: 0;

	max-width: none;

	display: block;
}

.about-designers-accordion__summary {
	list-style: none;
	cursor: pointer;
	user-select: none;

	display: flex;
	flex-direction: column;

	align-items: stretch;
	justify-content: center;

	width: 100%;
	max-width: none;

	gap: 14px;

	padding: 0;
	margin: 0;

	outline: none;
}

.about-designers-accordion__summary::-webkit-details-marker {
	display: none;
}

.about-intro__section-title {
	margin: 0;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;

	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: var(--purple);
	font-size: clamp(18px, 2.4vw, 32px);

	font-synthesis-weight: none;
	font-synthesis-style: none;

	text-align: center;
	display: block;

	padding: 0 clamp(16px, 3.2vw, 44px);

	pointer-events: none;
}

.about-designers-accordion__chevron {
	width: 100%;
	max-width: none;

	height: var(--menu-h);

	display: flex;
	align-items: center;
	justify-content: center;

	align-self: stretch;

	background: var(--purple);
	color: #fff;

	border-top: var(--stroke-white);
	border-bottom: var(--stroke-white);

	border-left: 0;
	border-right: 0;
	border-radius: 0;

	margin: 0;
	flex: 0 0 auto;

	position: relative;

	transition:
		background-color var(--menu-color-ms) ease,
		color var(--menu-color-ms) ease;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.about-designers-accordion__chevron::after {
	content: none;
}

.about-designers-accordion__chevron::before {
	content: "";
	display: inline-block;

	width: clamp(14px, 1.25vw, 18px);
	height: clamp(14px, 1.25vw, 18px);

	border-right: clamp(2px, 0.22vw, 3px) solid currentColor;
	border-bottom: clamp(2px, 0.22vw, 3px) solid currentColor;

	transform: rotate(45deg) translateY(-2px);
	transform-origin: 50% 50%;

	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.about-designers-accordion[open] .about-designers-accordion__chevron::before {
	transform: rotate(-135deg) translateY(2px);
}

@media (hover: hover) and (pointer: fine) {
	.about-designers-accordion__summary:hover .about-designers-accordion__chevron {
		background: var(--orange);
		color: var(--purple);
	}
}

.about-designers-accordion__summary:focus-visible .about-designers-accordion__chevron {
	outline: 2px solid color-mix(in srgb, var(--purple) 55%, transparent);
	outline-offset: 6px;
}

/* =========================
LISTA DESIGNERS
========================= */

.about-designers {
	width: 100%;
	max-width: none;
	display: block;

	margin: 0;
	padding: 0;
}

.about-designer {
	display: block;
	width: 100%;
	max-width: none;

	background: var(--purple);
	color: #fff;

	border-top: var(--stroke-white);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;

	margin: 0;

	position: relative;
}

.about-designer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	height: 3px;
	background: transparent;
}

.about-designer:last-child {
	border-bottom: var(--stroke-white);
}

.about-designer__text {
	width: 100%;
	max-width: none;
	margin: 0;

	padding: clamp(26px, 3vw, 44px) clamp(16px, 3.2vw, 44px);

	display: flex;
	flex-direction: column;
	justify-content: center;

	align-items: flex-start;
	text-align: left;
}

.about-designer__name {
	margin: 0;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;

	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #fff;

	font-size: clamp(28px, 4.2vw, 56px);
	line-height: 1.05;

	font-synthesis-weight: none;
	font-synthesis-style: none;

	transform-origin: 0% 50%;
	transform: translateX(clamp(24px, 3.2vw, 64px)) scale(1.02);

	transition:
		transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
		font-size 980ms cubic-bezier(0.16, 1, 0.3, 1),
		line-height 980ms cubic-bezier(0.16, 1, 0.3, 1),
		color var(--menu-color-ms) ease;

	will-change: transform, font-size;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.about-designer__details {
	width: 100%;
	margin-top: 16px;

	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

	gap: clamp(18px, 3vw, 44px);

	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transform: translateY(10px);

	transition:
		opacity 620ms ease,
		transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
		max-height 1200ms cubic-bezier(0.16, 1, 0.3, 1);

	pointer-events: none;
	text-align: left;
}

.about-designer__col--bio {
	text-align: left;
}

.about-designer__col--tech {
	text-align: right;
	justify-self: end;
}

.about-designer__desc {
	font-family: var(--font-text);
	font-weight: var(--w-regular);

	font-size: clamp(16px, 1.6vw, 20px);
	line-height: 1.55;

	opacity: 0.95;
}

.about-designer__desc p {
	margin: 0;
}

.about-designer__link {
	margin-top: 14px;
	display: inline-block;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	letter-spacing: 0.03em;
	text-transform: uppercase;

	color: #fff;
	text-decoration: none;
}

.about-designer__link:hover {
	text-decoration: underline;
}

.about-designer__tech-list {
	list-style: none;
	padding: 0;
	margin: 0;

	display: flex;
	flex-direction: column;
	gap: 10px;
}

.about-designer__tech-list li {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.about-designer__tech-label {
	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;

	text-transform: uppercase;
	letter-spacing: 0.04em;

	font-size: clamp(11px, 1vw, 13px);
	opacity: 0.85;
}

.about-designer__tech-value {
	font-family: var(--font-text);
	font-weight: var(--w-regular);

	font-size: clamp(13px, 1.1vw, 16px);
	line-height: 1.4;

	opacity: 0.95;
}

@media (hover: hover) and (pointer: fine) {
	.about-designer:hover {
		background: var(--orange);
		color: var(--purple);
	}

	.about-designer:hover .about-designer__name {
		color: var(--purple);

		font-size: clamp(18px, 2vw, 22px);
		line-height: 1.2;

		transform-origin: 50% 50%;
		transform: translateX(0) scale(1);

		transition-delay: 40ms;
	}

	.about-designer:hover .about-designer__details {
		opacity: 1;
		max-height: 1200px;
		transform: translateY(0);
		pointer-events: auto;

		transition-delay: 60ms;
	}

	.about-designer:hover .about-designer__desc,
	.about-designer:hover .about-designer__tech-label,
	.about-designer:hover .about-designer__tech-value {
		color: var(--purple);
		opacity: 1;
	}

	.about-designer:hover .about-designer__link {
		color: var(--purple);
		text-decoration: none;
	}

	.about-designer:hover .about-designer__link:hover {
		text-decoration: underline;
	}
}

.about-designer:focus-within {
	background: var(--orange);
	color: var(--purple);
}

.about-designer:focus-within .about-designer__name {
	color: var(--purple);

	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.2;

	transform-origin: 50% 50%;
	transform: translateX(0) scale(1);
}

.about-designer:focus-within .about-designer__details {
	opacity: 1;
	max-height: 1200px;
	transform: translateY(0);
	pointer-events: auto;
}

.about-designer:focus-within .about-designer__link,
.about-designer:focus-within .about-designer__tech-label,
.about-designer:focus-within .about-designer__tech-value {
	color: var(--purple);
}

@media (max-width: 768px) {
	.about-designer__text {
		align-items: flex-start;
		text-align: left;
	}

	.about-designer:hover {
		background: var(--purple);
		color: #fff;
	}

	.about-designer:hover .about-designer__name {
		color: #fff;
		font-size: clamp(24px, 5.2vw, 36px);
		line-height: 1.1;
		transform: none;
		transition-delay: 0ms;
	}

	.about-designer:hover .about-designer__details {
		opacity: 0;
		max-height: 0;
		transform: translateY(10px);
		pointer-events: none;
		transition-delay: 0ms;
	}

	.about-designer__name {
		font-size: clamp(24px, 5.2vw, 36px);
		line-height: 1.1;

		transform: translateX(0);
		will-change: auto;

		-webkit-tap-highlight-color: transparent;
		cursor: pointer;
	}

	.about-designer:not(:focus-within) {
		background: var(--purple);
		color: #fff;
	}

	.about-designer:not(:focus-within) .about-designer__details {
		opacity: 0;
		max-height: 0;
		transform: translateY(10px);
		pointer-events: none;
	}

	.about-designer:focus-within {
		background: var(--orange);
		color: var(--purple);
	}

	.about-designer:focus-within .about-designer__name,
	.about-designer:focus-within .about-designer__desc,
	.about-designer:focus-within .about-designer__tech-label,
	.about-designer:focus-within .about-designer__tech-value,
	.about-designer:focus-within .about-designer__link {
		color: var(--purple);
		opacity: 1;
	}

	.about-designer:focus-within .about-designer__details {
		opacity: 1;
		max-height: 2000px;
		transform: none;
		pointer-events: auto;

		transition:
			opacity 220ms ease,
			max-height 520ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	.about-designer__details {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.about-designer__col--tech {
		text-align: left;
		justify-self: start;
	}

	.about-designer__link {
		color: #fff;
	}
}

.about-intro:has(.about-designers-accordion) {
	padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {

	.about-designer__name,
	.about-designer__details {
		transition: none !important;
		transform: none !important;
	}
}

/* =========================
ITEM / SPECIMEN
========================= */
.item-page {
	background: var(--white);
}

.item-titlebar {
	background: var(--purple);
	border-top: var(--stroke);
	border-bottom: var(--stroke);
	padding: 14px 16px;
}

.item-titlebar__title {
	margin: 0;
	text-align: center;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	color: #fff;
	font-size: clamp(18px, 3.2vw, 34px);

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.item-top {
	max-width: 100%;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: var(--stroke);
}

.item-top__left {
	background: #fff;
	border-right: var(--stroke);
	min-height: clamp(260px, 40vw, 520px);

	display: flex;
	align-items: center;
	justify-content: center;
}

.item-top__left :is(img, video) {
	width: 100%;
	height: 100%;
	display: block;

	object-fit: contain;
	object-position: center;

	background: #fff;
}

.item-hero__img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	background: #fff;
}

.item-hero__placeholder {
	width: 100%;
	height: 100%;
	min-height: clamp(260px, 40vw, 520px);
	background: #fff;
}

.item-top__right {
	background: #fff;
	padding: 18px 16px 0;
	min-height: clamp(260px, 40vw, 520px);

	display: flex;
	flex-direction: column;
}

.item-tech__title {
	margin: 0 0 14px;
	font-family: var(--font-display);
	font-weight: var(--w-bold);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--black);
}

.item-tech__list {
	margin: 0;
}

.item-tech__row {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 18px;
	padding: 16px 0;
	border-top: var(--stroke-soft);
}

.item-tech__row:first-child {
	border-top: 0;
}

.item-tech__row dt {
	margin: 0;

	font-family: var(--font-text);
	font-weight: 700;

	letter-spacing: 0.01em;
	text-transform: none;

	color: var(--black);
}

.item-tech__row dd {
	margin: 0;

	font-family: var(--font-text);
	font-weight: var(--w-regular);

	color: var(--black);
}

.item-tech__download {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 1 1 auto;
	min-height: 52px;

	width: calc(100% + 32px);
	margin-left: -16px;
	margin-right: -16px;

	margin-top: 12px;
	margin-bottom: 0;

	background: var(--purple);
	color: #fff;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	letter-spacing: 0.03em;
	text-transform: uppercase;

	text-decoration: none;

	transition: background-color var(--menu-color-ms) ease, color var(--menu-color-ms) ease;
}

.item-tech__download:hover {
	text-decoration: none;
	background: var(--orange);
	color: var(--purple);
}

.item-intro {
	max-width: 100%;
	margin: 0;
	padding: 18px 16px;
	font-family: var(--font-text);
}

/* =========================
STUDIO E PROGETTAZIONE
========================= */

.item-studio-accordion {
	width: 100%;
}

.item-acc {
	width: 100%;
	background: var(--white);
}

.item-acc__summary {
	list-style: none;
	cursor: pointer;

	background: var(--white);

	border-top: var(--stroke);
	border-bottom: var(--stroke);

	height: var(--menu-h);
	width: 100%;

	padding: 0 16px;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	user-select: none;

	transition:
		background-color var(--menu-color-ms) ease,
		color var(--menu-color-ms) ease,
		border-color var(--menu-color-ms) ease;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.item-acc__summary::-webkit-details-marker {
	display: none;
}

.item-acc__title {
	margin: 0;
	text-align: center;

	font-family: "Druk Wide Bold", sans-serif;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-transform: uppercase;

	color: var(--purple);
	font-size: clamp(11px, 1.2vw, 18px);

	font-synthesis-weight: none;
	font-synthesis-style: none;

	transition: color var(--menu-color-ms) ease;
}

.item-acc__icon {
	width: 10px;
	height: 10px;
	display: inline-block;

	border-right: 2px solid var(--purple);
	border-bottom: 2px solid var(--purple);

	transform: rotate(45deg) translateY(-1px);
	transform-origin: 50% 50%;

	transition:
		transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
		border-color var(--menu-color-ms) ease;
}

.item-acc[open] .item-acc__icon {
	transform: rotate(-135deg) translateY(1px);
}

@media (hover: hover) and (pointer: fine) {
	.item-acc__summary:hover {
		background: var(--purple);
		color: #fff;
		text-decoration: none;
	}

	.item-acc__summary:hover .item-acc__title {
		color: #fff;
	}

	.item-acc__summary:hover .item-acc__icon {
		border-right-color: #fff;
		border-bottom-color: #fff;
	}
}

.item-acc[open] .item-acc__summary {
	background: var(--purple);
	color: #fff;

	border-bottom: 0;
}

.item-acc[open] .item-acc__title {
	color: #fff;
}

.item-acc[open] .item-acc__icon {
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.item-acc__content {
	background: var(--white);
	border-bottom: var(--stroke);
}

.item-studio-deck {
	width: 100%;
}

.item-studio-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: var(--home-split-h);
	position: relative;

	border-top: var(--stroke);
}

.item-studio-card:nth-child(odd) .item-studio-half--media {
	order: 1;
}

.item-studio-card:nth-child(odd) .item-studio-half--text {
	order: 2;
}

.item-studio-card:nth-child(even) .item-studio-half--text {
	order: 1;
}

.item-studio-card:nth-child(even) .item-studio-half--media {
	order: 2;
}

.item-studio-card::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-0.5px);
	width: 1px;
	background: var(--stroke-color);
	pointer-events: none;
}

.item-studio-half--media {
	background: #fff;
	overflow: hidden;
}

.item-studio-half--media img,
.item-studio-half--media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.item-studio-media__placeholder {
	width: 100%;
	height: 100%;
	background: #fff;
}

.item-studio-half--text {
	background: var(--purple);
	color: #fff;

	padding: var(--home-split-pad-y) var(--home-split-pad-x);

	display: flex;
	flex-direction: column;

	justify-content: center;
	align-items: center;
	text-align: center;

	gap: 18px;

	min-width: 0;
}

.item-studio-desc {
	width: 100%;
	margin: 0 auto;

	padding-left: clamp(16px, 2.4vw, 64px);
	padding-right: clamp(16px, 2.4vw, 64px);

	max-width: clamp(34ch, 52ch, 64ch);

	font-family: var(--font-text);
	font-weight: var(--w-regular);

	line-height: var(--tile-body-lh);
	font-size: var(--tile-body-size);

	color: #fff;
	opacity: 0.95;

	text-align: center;
	overflow-wrap: anywhere;
}

.item-studio-desc p,
.item-studio-desc ul,
.item-studio-desc ol,
.item-studio-desc li {
	margin: 0;
	text-align: center !important;
}

.item-studio-card+.item-studio-card {
	border-top: var(--stroke);
}

/* =========================
SEZIONI ESISTENTI
========================= */

.item-sectionbar {
	background: var(--purple);
	border-top: var(--stroke);
	border-bottom: var(--stroke);
	padding: 10px 16px;
}

.item-sectionbar__title {
	margin: 0;
	text-align: center;

	font-family: var(--font-display);
	font-weight: var(--w-bold);
	letter-spacing: 0.03em;
	text-transform: uppercase;

	color: #fff;
	font-size: clamp(12px, 1.6vw, 16px);
}

.item-sectionbar--white {
	background: #fff;
}

.item-sectionbar__title--black {
	color: var(--purple);
}

.item-studio {
	max-width: 1440px;
	margin: 0 auto;
	padding: 18px 16px;
	font-family: var(--font-text);
}

.item-free {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
}

.item-free__row {
	display: grid;
	gap: 0;
	border-top: var(--stroke);
}

.item-free__col {
	padding: 16px;
	border-right: var(--stroke);
}

.item-free__col:last-child {
	border-right: 0;
}

.item-apps {
	max-width: 1440px;
	margin: 0 auto;
	padding: 18px 16px 26px;
}

.item-apps__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 18px;
}

/* =========================
SPECIMEN 
========================= */

.item-apps__col {

	container-type: inline-size;

	font-family: var(--font-text);
	font-size: 14px;
	line-height: 1.55;

	height: 720px;

	padding: 12px 12px;

	text-align: left;

	overflow: hidden;

	overflow-wrap: anywhere;
	word-break: break-word;

	font-synthesis-weight: none;
	font-synthesis-style: none;
}

.item-apps__col p {
	margin: 0 0 12px;
	text-align: left;
}

.item-apps__col p:last-child,
.item-apps__col ul:last-child,
.item-apps__col ol:last-child {
	margin-bottom: 0;
}

.item-apps__col ul,
.item-apps__col ol {
	margin: 0 0 12px;
	padding-left: 18px;
	text-align: left;
}

.item-apps__col li {
	margin: 0;
	text-align: left;
}

.item-apps__col[class*="ultras-liberi-"] *,
.item-apps__col[class*="fino-alla-fine-"] *,
.item-apps__col[class*="game-over-"] *,
.item-apps__col[class*="type-ultras-"] *,
.item-apps__col[class*="curva-mia-"] *,
.item-apps__col[class*="domenica-"] * {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
}

.item-apps__col[class*="ultras-liberi-"],
.item-apps__col[class*="fino-alla-fine-"],
.item-apps__col[class*="game-over-"],
.item-apps__col[class*="type-ultras-"],
.item-apps__col[class*="curva-mia-"],
.item-apps__col[class*="domenica-"] {
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

.item-apps__col.ultras-liberi-extralarge {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	flex-direction: column;

	max-width: 100%;
	overflow: hidden;
}

.item-apps__col.ultras-liberi-extralarge p {
	margin: 0;

	max-width: 100%;
	width: 100%;

	font-size: clamp(180px, 58cqi, 560px);

	line-height: 0.82;

	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;

	overflow: hidden;
	text-overflow: clip;
}

.item-apps__col.ultras-liberi-extralarge>* {
	max-width: 100%;
	overflow: hidden;
}

.item-apps__col.fino-alla-fine-extralarge,
.item-apps__col.game-over-extralarge,
.item-apps__col.type-ultras-extralarge,
.item-apps__col.curva-mia-extralarge,
.item-apps__col.domenica-extralarge {
	display: block;
	text-align: left;
}

/* --- Ultras Liberi --- */
.item-apps__col.ultras-liberi-extrasmall {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 12px;
}

.item-apps__col.ultras-liberi-small {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 18px;
}

.item-apps__col.ultras-liberi-medium {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 24px;
}

.item-apps__col.ultras-liberi-large {
	font-family: 'TU Ultras Liberi 2.0';
	font-size: 36px;
}

.item-apps__col.ultras-liberi-extralarge {
	font-family: 'TU Ultras Liberi 2.0';

}

/* --- Fino alla fine --- */
.item-apps__col.fino-alla-fine-extrasmall {
	font-family: 'TU Fino alla fine';
	font-size: 12px;
}

.item-apps__col.fino-alla-fine-small {
	font-family: 'TU Fino alla fine';
	font-size: 18px;
}

.item-apps__col.fino-alla-fine-medium {
	font-family: 'TU Fino alla fine';
	font-size: 24px;
}

.item-apps__col.fino-alla-fine-large {
	font-family: 'TU Fino alla fine';
	font-size: 36px;
}

.item-apps__col.fino-alla-fine-extralarge {
	font-family: 'TU Fino alla fine';
	font-size: 90px;
}

/* --- Game Over --- */
.item-apps__col.game-over-extrasmall {
	font-family: 'TU Game Over';
	font-size: 12px;
}

.item-apps__col.game-over-small {
	font-family: 'TU Game Over';
	font-size: 18px;
}

.item-apps__col.game-over-medium {
	font-family: 'TU Game Over';
	font-size: 24px;
}

.item-apps__col.game-over-large {
	font-family: 'TU Game Over';
	font-size: 36px;
}

.item-apps__col.game-over-extralarge {
	font-family: 'TU Game Over';
	font-size: 90px;
}

/* --- Type Ultras --- */
.item-apps__col.type-ultras-extrasmall {
	font-family: 'TU Type Ultras';
	font-size: 12px;
}

.item-apps__col.type-ultras-small {
	font-family: 'TU Type Ultras';
	font-size: 18px;
}

.item-apps__col.type-ultras-medium {
	font-family: 'TU Type Ultras';
	font-size: 24px;
}

.item-apps__col.type-ultras-large {
	font-family: 'TU Type Ultras';
	font-size: 36px;
}

.item-apps__col.type-ultras-extralarge {
	font-family: 'TU Type Ultras';
	font-size: 90px;
}

/* --- Curva Mia --- */
.item-apps__col.curva-mia-extrasmall {
	font-family: 'TU Font Curva Mia';
	font-size: 12px;
}

.item-apps__col.curva-mia-small {
	font-family: 'TU Font Curva Mia';
	font-size: 18px;
}

.item-apps__col.curva-mia-medium {
	font-family: 'TU Font Curva Mia';
	font-size: 24px;
}

.item-apps__col.curva-mia-large {
	font-family: 'TU Font Curva Mia';
	font-size: 36px;
}

.item-apps__col.curva-mia-extralarge {
	font-family: 'TU Font Curva Mia';
	font-size: 90px;
}

/* --- Domenica --- */
.item-apps__col.domenica-extrasmall {
	font-family: 'TU Domenica';
	font-size: 12px;
}

.item-apps__col.domenica-small {
	font-family: 'TU Domenica';
	font-size: 18px;
}

.item-apps__col.domenica-medium {
	font-family: 'TU Domenica';
	font-size: 24px;
}

.item-apps__col.domenica-large {
	font-family: 'TU Domenica';
	font-size: 36px;
}

.item-apps__col.domenica-extralarge {
	font-family: 'TU Domenica';
	font-size: 90px;
}

/* =========================
DOWNLOAD
========================= */

.item-downloads {
	max-width: 1440px;
	margin: 0 auto;
	padding: 18px 16px 34px;
	border-top: var(--stroke);
}

.item-downloads__title {
	margin: 0 0 10px;
	font-family: var(--font-display);
	font-weight: var(--w-bold);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--purple);
}

.item-downloads__list {
	margin: 0;
	padding: 0;
}

.item-downloads__item {
	padding: 6px 0;
	border-top: var(--stroke-soft);
}

.item-downloads__link {
	color: var(--purple);
	text-decoration: none;
}

.item-downloads__link:hover {
	text-decoration: underline;
}

/* =========================
RESPONSIVE
========================= */
@media (max-width: 900px) {
	.item-top {
		grid-template-columns: 1fr;
	}

	.item-top__left {
		border-right: 0;
		border-bottom: var(--stroke);

		display: flex;
		align-items: center;
		justify-content: center;
	}

	.item-top__left :is(img, video) {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.item-top__right {
		min-height: auto;
		padding: 18px 16px 0;
	}

	.item-apps__row {
		grid-template-columns: 1fr;
	}

	.item-tech__row {
		grid-template-columns: 110px 1fr;
	}

	.item-studio-card {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.item-studio-card::after {
		content: none !important;
		display: none !important;
	}

	.item-studio-card .item-studio-half--media {
		order: 1 !important;
		border-top: 0 !important;
	}

	.item-studio-card .item-studio-half--text {
		order: 2 !important;
		border-top: var(--stroke) !important;
	}

	.item-studio-half--text,
	.item-studio-half--media {
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		overflow: hidden;
	}

	.item-studio-half--text {
		justify-content: center;
	}

	.item-studio-half--text>* {
		min-width: 0;
	}

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

	.item-studio-desc {
		flex: 0 0 auto;
		max-width: 46ch;
		font-size: var(--tile-body-size-stack);
		line-height: var(--tile-body-lh);

		max-height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;

		padding-right: 6px;
	}

	.item-apps__col {
		height: 720px;
	}
}

@media (max-width: 480px) {
	.item-studio-desc {
		max-width: 38ch;
		font-size: var(--tile-body-size-mobile);
	}
}

/* =========================
CATALOGO ADESIVI
========================= */

.site-header {
	position: relative;
	z-index: 1000;
}

.site-header::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;

	pointer-events: none;

	opacity: 0;
	transition: opacity 220ms ease;

	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

html:has(.tu-sticker-modal:target) .site-header::after {
	opacity: 1;
}

/* =========================
LAYOUT
========================= */
.tu-catalog {
	width: 95%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 22px clamp(10px, 1.4vw, 18px) 56px;

	position: relative;

}

.tu-catalog__page-title {
	font-family: "TU Type Ultras", sans-serif;
	color: var(--purple);
	text-align: center;
	font-size: clamp(34px, 4.2vw, 56px);
	line-height: 1;
	margin: 0 0 14px;
}

.template-catalogoadesivi .tu-catalog__switch,
.template-catalogoadesivi .tu-catalog__page-title {
	display: none !important;
}

.tu-catalog__desc {
	max-width: 980px;
	margin: 12px auto 34px;
	font-family: var(--font-text);
	font-size: clamp(14px, 1.05vw, 17px);
	line-height: 1.55;
	color: var(--black);
}

/* =========================
GRID
========================= */
.tu-sticker-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(12px, 1.6vw, 22px);
	row-gap: clamp(22px, 2.2vw, 34px);
	overflow: visible;

	position: relative;
}

/* =========================
CARD
========================= */
.tu-sticker-card {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	border-bottom: var(--stroke);
	padding-bottom: 18px;
	overflow: visible;

	z-index: 0;
}

.tu-sticker-card__image {
	height: 210px;
	display: grid;
	place-items: center;
	margin-bottom: 14px;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.tu-sticker-zoom-trigger {
	display: inline-block;

	position: relative;
	z-index: 2;
	pointer-events: auto;
}

.tu-sticker-card__image img {
	max-width: 92%;
	max-height: 210px;
	object-fit: contain;
	display: block;

	transform-origin: 50% 50%;
	transform: scale(1);

	transition:
		transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 420ms ease;

	will-change: transform;
	position: relative;
	z-index: 1;

	pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {

	.tu-sticker-card:hover .tu-sticker-card__image img {
		transform: scale(1.25) translateY(-8px);
		filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.22));
	}

	.tu-sticker-card:hover {
		z-index: 1205;

	}
}

/* =========================
META
========================= */
.tu-sticker-card__meta {
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	z-index: 3;
}

.tu-sticker-card__title {
	font-family: var(--font-text);
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 6px;
}

.tu-sticker-card__info {
	font-family: var(--font-text);
	font-size: 13px;
	line-height: 1.35;
	color: rgba(0, 0, 0, 0.78);
}

.tu-sticker-card__btn {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 10px;

	background: var(--purple);
	color: var(--white);

	font-family: var(--font-display);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: clamp(15px, 1.25vw, 19px);

	transition: background-color var(--menu-color-ms) ease, color var(--menu-color-ms) ease;

	position: relative;
	z-index: 4;
	pointer-events: auto;
}

.tu-sticker-card__btn:hover {
	background: var(--orange);
	color: var(--purple);
}

/* =========================
MODAL 
========================= */
.tu-sticker-modal {
	position: fixed;
	inset: 0;
	z-index: 9990;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition: opacity 240ms ease, visibility 0s linear 240ms;
}

.tu-sticker-modal:target {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 240ms ease;
}

.tu-sticker-modal__backdrop {
	position: absolute;
	inset: 0;

	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);

	z-index: 1;
}

.tu-sticker-modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.96);
	transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;

	z-index: 2;

	pointer-events: none;
}

.tu-sticker-modal:target .tu-sticker-modal__content {
	transform: translate(-50%, -50%) scale(1);
}

.tu-sticker-modal__figure {
	pointer-events: auto;
}

.tu-sticker-modal__figure img {
	max-width: min(78vw, 680px);
	max-height: 78vh;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 22px 36px rgba(0, 0, 0, 0.25));
}

html.is-modal-open,
html.is-modal-open body {
	overflow: hidden;
}

/* =========================
RESPONSIVE
========================= */
@media (max-width: 980px) {
	.tu-sticker-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.tu-sticker-grid {
		grid-template-columns: 1fr;
	}
}

@media (hover: none) and (pointer: coarse) {
	.tu-sticker-card__image img {
		transform: none !important;
		filter: none !important;
	}
}

/* =========================
FOOTER
========================= */
.site-footer {
	background: var(--purple);
	color: var(--white);
	width: 100%;
	margin-top: 0 !important;
	padding: 0 !important;

	border-top: var(--stroke-white) !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;

	--footer-inner-pad-x: clamp(16px, 1.8vw, 32px);

	--footer-gap-x-desktop: clamp(72px, 7.2vw, 160px);

	--footer-sep-inset: var(--footer-inner-pad-x);
	--footer-sep-gap-y: clamp(26px, 5.2vw, 40px);
}

/* =========================
ICONS
========================= */
.ui-icon {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;
}

.ui-icon--sm {
	width: 16px;
	height: 16px;
}

.ui-icon--lg {
	width: 22px;
	height: 22px;
}

/* =========================
FOOTER LAYOUT
========================= */
.site-footer__inner {

	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;

	padding-top: var(--footer-pad-y);
	padding-bottom: var(--footer-pad-y);

	padding-left: var(--footer-inner-pad-x);
	padding-right: var(--footer-inner-pad-x);
}

.site-footer__grid {
	display: grid;

	grid-template-columns: 1fr;
	row-gap: 0;
}

.site-footer__col {
	display: flex;
	flex-direction: column;
	gap: var(--footer-gap-y);
	min-width: 0;

	align-items: flex-start;
	text-align: left;

	position: relative;
	padding-left: var(--footer-sep-inset);
	padding-right: var(--footer-sep-inset);
}

.site-footer__col+.site-footer__col {
	padding-top: var(--footer-sep-gap-y);
}

.site-footer__col+.site-footer__col::before {
	content: "";
	position: absolute;
	top: calc(var(--footer-sep-gap-y) / 2);
	left: var(--footer-sep-inset);
	right: var(--footer-sep-inset);
	height: 1px;
	background: var(--stroke-white-color);
}

.site-footer__title,
.site-footer__text,
.site-footer__btn {
	font-family: var(--font-text);
	font-weight: var(--footer-font-weight);
	font-size: var(--footer-font-size);
	line-height: 1.35;
	color: #fff;

	overflow-wrap: anywhere;
}

/* =========================
TITOLO COLONNA SINISTRA
========================= */
.site-footer__col--left .site-footer__title {
	font-family: var(--font-display);
	font-weight: var(--w-bold);
	font-style: italic;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 0.95;
}

/* =========================
FOOTER — SOCIAL
========================= */
.site-footer__social {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 14px;
}

.site-footer__social-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.site-footer__social-link {
	width: 36px;
	height: 36px;

	display: grid;
	place-items: center;

	border: 1px solid rgba(255, 255, 255, 0.55);
	background: transparent;

	color: #fff;

	transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-footer__social-link:hover {
	background: var(--orange);
	border-color: var(--orange);
	color: var(--purple);
}

.site-footer__social-text {
	font-family: var(--font-text);
	font-weight: var(--footer-font-weight);
	font-size: var(--footer-font-size);
	line-height: 1.35;
	color: #fff;

	overflow-wrap: anywhere;
}

/* =========================
LINK / CTA
========================= */
.site-footer__text p {
	margin: 0;
}

.site-footer__btn {
	text-decoration: none;
	opacity: 0.95;
}

.site-footer__btn {
	font-weight: var(--footer-btn-weight);
}

.site-footer__btn:hover {
	opacity: 1;
	text-decoration: underline;
}

/* =========================================================
MOBILE (INVARIATO — GIÀ CORRETTO)
========================================================= */
@media (max-width: 768px) {
	.site-footer__grid {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.site-footer__col {
		position: relative;
		padding-left: var(--footer-sep-inset);
		padding-right: var(--footer-sep-inset);
	}

	.site-footer__col+.site-footer__col {
		padding-top: var(--footer-sep-gap-y);
	}

	.site-footer__col+.site-footer__col::before {
		content: "";
		position: absolute;
		top: calc(var(--footer-sep-gap-y) / 2);
		left: var(--footer-sep-inset);
		right: var(--footer-sep-inset);
		height: 1px;
		background: var(--stroke-white-color);
	}
}