.elementor-kit-7{--e-global-color-primary:#0A0A0A;--e-global-color-secondary:#D1D9DF;--e-global-color-text:#727271;--e-global-color-accent:#9D1915;--e-global-color-b368cfb:#F7F7F7;--e-global-typography-primary-font-family:"Destro";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-secondary-font-family:"Destro";--e-global-typography-secondary-font-size:44px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1em;--e-global-typography-secondary-letter-spacing:-0.02em;--e-global-typography-text-font-family:"Destro";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1em;--e-global-typography-text-letter-spacing:-0.01em;--e-global-typography-accent-font-family:"Mono";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:-0.02em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:min(95%, 1560px);}.e-con{--container-max-width:min(95%, 1560px);}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS */.square {
    aspect-ratio: 1/1;
    width: 12px;
    height: 12px;
}


.highlight-black {
    color: #0A0A0A;
}

/*GSAP nascondi elementi*/
/* niente più blocco scroll: la scrollbar resta sempre lì */

html {
  scrollbar-width: thin;
  scrollbar-color: #9D1915 transparent;
}

/* Fallback per i browser che non supportano scrollbar-color.
   Va in @supports: nei Chrome recenti le due sintassi
   si escludono a vicenda e mescolarle dà risultati incoerenti. */
@supports not (scrollbar-color: auto) {
  ::-webkit-scrollbar        { width: 8px; height: 8px; }
  ::-webkit-scrollbar-track  { background: transparent; }
  ::-webkit-scrollbar-thumb  { background: #9D1915; border-radius: 4px; }
  ::-webkit-scrollbar-thumb:hover { background: #7C1310; }
}

.js-anim [data-anim],
.js-anim [data-anim-set] { visibility: hidden; }

.split-line { display: block; }

@media (prefers-reduced-motion: reduce) {
  .js-anim [data-anim], .js-anim [data-anim-set] { visibility: visible; }
}

/*Hero animation*/
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(211, 211, 211, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-frame {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 0; height: 0;
  box-sizing: border-box;
  border: 1px solid #fff;
  z-index: 2;
  pointer-events: none;
}

/* Entrambe ancorate al centro: lo spostamento lo fa GSAP */
.hero-word {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  font-family: "Mono", Monospace;
  font-size: 16px;
  letter-spacing: -0.02em;
  white-space: nowrap;
  pointer-events: none;
}

.hero-cross {
  position: absolute;
  top: 50%; left: 50%;
  z-index: 4;
  width: 16px;
  height: 16px;
  color: #fff;
  pointer-events: none;
}
.hero-cross svg { display: block; width: 100%; height: 100%; }

@media (max-width: 1024px) { .hero-cross { width: 14px; height: 14px; } }
@media (max-width: 767px)  { .hero-cross { width: 12px; height: 12px; } }

.hero-cover {
  position: fixed;
  inset: 0;
  z-index: 9999;          /* sopra tutto, header compreso */
  background: #D3D3D3;
  opacity: 0;             /* invisibile se il JS non c'è */
  pointer-events: none;   /* non blocca mai i click, nemmeno se resta */
}

.js-anim .hero-cover { opacity: 1; }

/* Nascosti solo se il JS li governa davvero */
.js-anim [data-hero-word],
.js-anim [data-hero-cross] { visibility: hidden; }

@media (max-width: 1024px) { .hero-word { font-size: 14px; } }
@media (max-width: 767px)  { .hero-word { font-size: 12px; } }

@media (prefers-reduced-motion: reduce) {
  .js-anim [data-hero-word],
  .js-anim [data-hero-cross] { visibility: visible; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Destro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Destro';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-Italic-1.woff2') format('woff2');
}
@font-face {
	font-family: 'Destro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Destro';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-LightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Destro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Destro';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-MediumItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Destro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Destro';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Destro-BoldItalic.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Mono';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://destro.newsuperfly.it/wp-content/uploads/2026/08/Mono-Destro.woff2') format('woff2');
}
/* End Custom Fonts CSS */