@charset "UTF-8";
@import url("https://use.typekit.net/yso8ujd.css");
@media (min-width: 1000px) {
  .mob {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .desk {
    display: none !important;
  }
}

html {
  font-size: 16px !important;
}
@media (max-width: 999px) {
  html {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 12px !important;
  }
}
html:not(.interface-interface-skeleton__html-container) * {
  font-family: "unbounded", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.05rem;
  margin: 0;
}
html .page *,
html .archive *,
html .single-portfolio *,
html .single-portfolio-custom *,
html .single-job * {
  color: #ffffff;
}
html body:not(.wp-admin) h1 {
  font-weight: 800;
  font-size: clamp(96px, 96px + (1vw - 7.68px) * 100 * 0.0416666667, 144px);
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  html body:not(.wp-admin) h1 {
    font-size: clamp(40px, 40px + (1vw - 3.75px) * 100 * 0.1424936387, 96px);
  }
}
html body:not(.wp-admin) h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.5px;
}
html body:not(.wp-admin) h3 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.5px;
}
html body:not(.wp-admin) h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 1px;
}
html body:not(.wp-admin) h5 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
}
html body:not(.wp-admin) h6 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
}
html body:not(.wp-admin) a, html body:not(.wp-admin) p, html body:not(.wp-admin) li {
  font-weight: 300;
}
html body:not(.wp-admin) a {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
html body:not(.wp-admin) a.link {
  text-decoration: underline;
}
html body:not(.wp-admin) a.link:hover {
  text-decoration: none;
}
html body:not(.wp-admin) a.btn,
html body:not(.wp-admin) button.btn,
html body:not(.wp-admin) .btn {
  text-transform: underline;
  font-size: 1rem;
  border-radius: 50vh !important;
  font-size: 1.25rem;
  padding: 12px 24px;
  box-shadow: 0 0 15px 3px rgba(255, 255, 255, 0.1764705882);
}
html body:not(.wp-admin) a.btn:hover,
html body:not(.wp-admin) button.btn:hover,
html body:not(.wp-admin) .btn:hover {
  cursor: pointer;
  text-transform: none;
}
html body:not(.wp-admin) a.btn span,
html body:not(.wp-admin) button.btn span,
html body:not(.wp-admin) .btn span {
  font-weight: 600;
}
html body:not(.wp-admin) ul, html body:not(.wp-admin) ol {
  padding: 0;
  padding-left: 2rem;
  margin: 0;
}
html body:not(.wp-admin) ul li, html body:not(.wp-admin) ol li {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}
html body:not(.wp-admin) strong {
  font-weight: 700;
}
html .btn {
  font-size: 1rem !important;
  box-sizing: none;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1024px) {
  html .btn:hover {
    background-color: #000000 !important;
  }
}
html .btn-white {
  background-color: #ffffff;
  color: black !important;
}
@media (min-width: 1025px) {
  html .btn-white:hover {
    color: #ffffff !important;
  }
}

.reveal-title {
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: pre-wrap;
  opacity: 0;
}

/* SplitType wrappers */
.split-line {
  overflow: hidden;
  line-height: 0.75;
  width: 101% !important;
}

.split-word {
  display: inline-block;
  overflow: hidden;
  line-height: 1.27;
}

.split-char {
  display: inline-block;
  will-change: transform, opacity;
  transform: translateY(100%);
  opacity: 0;
  padding-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .split-char {
    padding-bottom: 1rem;
  }
}

body {
  background-color: #000000;
  max-width: 2200px;
  margin: auto !important;
}

.container {
  max-width: 1600px;
  margin: 0 auto !important;
}

.main-content {
  padding: 60px 0;
  padding-top: 0;
}

.single-service .main-content {
  padding-top: 0;
}

.site-footer {
  padding: 2rem;
  border-top: 1px solid #3c3c3c;
}
.site-footer .footer-nav {
  padding-bottom: 3rem;
}
.site-footer .footer-info #menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer .footer-info #menu-footer a {
  font-weight: 500;
}
.site-footer li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-footer li svg path {
  stroke: #ffffff;
  stroke-width: 0.75px;
}
.site-footer .info {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .site-footer .info li {
    padding: 0;
  }
  .site-footer .info li a {
    text-align: center;
  }
}
.site-footer .riga {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 2rem;
  padding-bottom: 2rem;
}
.site-footer .riga.privacy {
  border-top: 1px solid #3c3c3c;
  justify-content: center;
  gap: 2rem;
  padding-top: 2rem;
}
.site-footer .riga.privacy a {
  font-size: 0.75rem;
}
.site-footer #copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 0;
  border-top: 1px solid #3c3c3c;
}
.site-footer #copyright p {
  font-size: 0.66rem;
  opacity: 50%;
}
@media (max-width: 767px) {
  .site-footer .footer-logo img {
    max-width: 100px;
    height: auto;
    margin: auto;
    display: block;
  }
}
.site-footer .footer-logo svg {
  width: 10rem;
}
.site-footer .footer-logo-desktop {
  display: block;
}
.site-footer .footer-logo-mobile {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-footer .info {
    flex-wrap: wrap;
  }
  .site-footer .info li {
    flex: 1 0 42%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: calc(48px + (1vw - 3.75px) * 100 * 0.0207119741) 6vw;
  }
  .site-footer .footer-info {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .site-footer .footer-info .riga,
  .site-footer .footer-info .info,
  .site-footer .footer-info #menu-footer {
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: clamp(32px, 32px + (1vw - 3.75px) * 100 * 0.0103559871, 48px);
  }
  .site-footer .footer-info #menu-footer,
  .site-footer .footer-info .info {
    padding-left: 0;
  }
  .site-footer .footer-info .riga.logo {
    padding-bottom: 40px;
    border-bottom: 1px solid white;
  }
  .site-footer .footer-info .riga.privacy {
    margin-top: clamp(32px, 32px + (1vw - 3.75px) * 100 * 0.0103559871, 48px);
    flex-direction: row;
  }
  .site-footer .footer-info .riga.privacy a {
    color: #888888;
    font-size: 12px;
    text-align: center;
  }
  .site-footer .footer-info #menu-footer {
    margin-top: clamp(32px, 32px + (1vw - 3.75px) * 100 * 0.0103559871, 48px);
    padding-bottom: 40px;
    border-bottom: 1px solid white;
  }
  .site-footer .footer-info .footer-logo-desktop {
    display: none;
  }
  .site-footer .footer-info .footer-logo-mobile {
    display: block;
  }
  .site-footer .footer-info .footer-logo-mobile .footer-logo svg {
    width: 30vw;
    display: block;
    margin: 0 auto;
  }
}
/* ——————————————————————————————
   HEADER BASE (con blend mode DESKTOP)
—————————————————————————————— */
.site-header {
  position: absolute;
  top: 0;
  width: calc(100% - 4rem);
  padding: 2rem;
  z-index: 3;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  /* EFFETTO DENTSU — SOLO DESKTOP */
  mix-blend-mode: difference;
  color: white !important;
}
@media (max-width: 999px) {
  .site-header {
    width: 100%;
  }
}
.site-header.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .container .site-logo svg {
  width: 60px;
  height: 60px;
  /* Il logo parte bianco: il blend lo inverte */
  fill: white !important;
  stroke: white !important;
  mix-blend-mode: difference;
}
.site-header .site-logo {
  display: flex;
  width: 100%;
  justify-content: center;
  pointer-events: none;
}
.site-header .site-logo img {
  height: 24rem;
  width: auto;
  padding-top: calc(36vh - 12rem);
}
@media (max-width: 690px) {
  .site-header .site-logo {
    display: none !important;
  }
}

/* ——————————————————————————————
   DESKTOP NAVIGATION (blend anche sui link)
—————————————————————————————— */
.desktop-nav {
  mix-blend-mode: difference;
  /* ← magia */
}
.desktop-nav #menu-header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
}
.desktop-nav #menu-header .menu-item::marker {
  content: none !important;
}
.desktop-nav #menu-header li a {
  display: block;
  padding: 0.5rem 2rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50vh;
  transition: all 300ms ease-in-out;
  /* Testo reattivo allo sfondo */
  color: white !important;
  mix-blend-mode: difference;
}
.desktop-nav #menu-header li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.desktop-nav #menu-header .login a {
  padding: 0.35rem 2rem;
}
.desktop-nav #menu-header .login svg {
  display: none;
  mix-blend-mode: difference;
}
.desktop-nav #menu-header .login path {
  fill: white !important;
}

/* ——————————————————————————————
   MOBILE HAMBURGER (colore reattivo)
—————————————————————————————— */
.mobile-menu-toggle {
  width: 36px;
  height: 14px;
  background: none;
  border: none;
  cursor: pointer;
  display: none !important;
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  /* ✨ anche l'Hamburger diventa reattivo */
  mix-blend-mode: difference;
  position: relative;
  block-size: 1em;
  inline-size: 1em;
  width: 28px;
  height: 28px;
  padding: 0;
}
.mobile-menu-toggle .boxed-container {
  position: absolute;
  block-size: 0;
  inline-size: 1em;
  inset-block-start: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
.mobile-menu-toggle .boxed-container::before, .mobile-menu-toggle .boxed-container::after {
  font-size: 24px;
  transition: transform 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: absolute;
  block-size: 3px;
  inline-size: 1em;
  background-color: currentColor;
  content: "";
}
.mobile-menu-toggle .boxed-container::before {
  inset-block-start: -6px;
  inset-inline-start: 0;
}
.mobile-menu-toggle .boxed-container::after {
  inset: auto auto -6px 0;
}
.mobile-menu-toggle.is-active .boxed-container::before {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(135deg) translate(3px, -3px);
}
.mobile-menu-toggle.is-active .boxed-container::after {
  transform: rotate(-135deg) translate(3px, 3px);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ——————————————————————————————
   MOBILE MENU FULLSCREEN
—————————————————————————————— */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #0a0a0a;
  color: white;
  padding: 120px 20px;
  display: none;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}
.mobile-menu.is-active {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-items li {
  opacity: 0;
  transform: translateY(20px);
  margin-bottom: 22px;
}
.mobile-menu .mobile-menu-items li svg {
  max-width: 142px;
}
.mobile-menu .mobile-menu-items li a {
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.mobile-menu .mobile-menu-items li a:hover {
  opacity: 0.5;
}

/* ——————————————————————————————
   COMMON SUBMENU BASE
—————————————————————————————— */
.menu-item-has-children {
  position: relative;
  /* Submenu wrapper */
}
.menu-item-has-children > a {
  position: relative;
  padding-right: 1.5rem;
}
.menu-item-has-children > a::after {
  content: "▾";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 0.75rem;
}
.menu-item-has-children.open > a::after, .menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.menu-item-has-children .sub-menu {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
  pointer-events: none;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu-item-has-children .sub-menu li {
  z-index: 30;
}
.menu-item-has-children.open .sub-menu, .menu-item-has-children:hover .sub-menu {
  max-height: 500px;
  /* limite alto */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ——————————————————————————————
   DESKTOP DROPDOWN (hover animation)
—————————————————————————————— */
@media (min-width: 992px) {
  .desktop-nav .menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 0;
    min-width: 200px;
    border-radius: 6px;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  .desktop-nav .sub-menu li a {
    padding: 0.7rem 1.3rem;
    color: white !important;
    text-transform: none;
    white-space: nowrap;
  }
  .desktop-nav .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
/* ——————————————————————————————
   RESPONSIVE BREAKPOINT
—————————————————————————————— */
@media (max-width: 991px) {
  /* Elimina COMPLETAMENTE il blend a mobile */
  .site-header,
  .site-header .site-logo svg,
  .mobile-menu-toggle,
  .desktop-nav,
  #menu-header a {
    color: white !important;
  }
  .site-header {
    z-index: 10;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    z-index: 20;
  }
  .site-logo {
    z-index: 20;
  }
  .mobile-menu {
    display: flex;
  }
  .mobile-menu-items .menu-item-has-children {
    overflow: hidden;
  }
  .mobile-menu-items .menu-item-has-children > a {
    position: relative;
    padding-right: 2rem;
  }
  .mobile-menu-items .menu-item-has-children > a::after {
    content: "▾";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .mobile-menu-items .menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .mobile-menu-items .sub-menu {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
  }
  .mobile-menu-items .menu-item-has-children.open .sub-menu {
    max-height: 500px;
    /* abbastanza alta per contenere 4–5 voci */
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu-items .sub-menu li a {
    font-size: 1.6rem;
    opacity: 0.85;
  }
  .mobile-menu-items .menu-item-has-children {
    overflow: hidden;
  }
  .mobile-menu-items .menu-item-has-children .sub-menu {
    background: none !important;
    padding-left: 20px;
    margin-top: 10px;
  }
  .mobile-menu-items .sub-menu li a {
    font-size: 1.6rem;
    opacity: 0.85;
  }
}
html {
  margin-top: 0 !important;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  overscroll-behavior-x: none;
}

.section {
  padding: 6rem 3.33vw;
  margin-left: auto !important;
  margin-right: auto !important;
}
.section.ultra-small {
  max-width: 600px;
}
.section.extra-small {
  max-width: 800px;
}
.section.small {
  max-width: 1000px;
}
.section.medium {
  max-width: 1200px;
}
.section.large {
  max-width: 1400px;
}

@media (max-width: 767px) {
  .block_hero-inner iframe {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    transform: scale(1.5);
  }
}

.fancybox-container {
  width: 100vw !important;
}

.section.tab_logo {
  padding: 0;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section.tab_logo {
    margin-top: -20%;
  }
}
.section.tab_logo img {
  margin-top: -5rem;
  margin-bottom: -3rem;
}
@media (max-width: 767px) {
  .section.tab_logo img {
    margin-top: 2rem;
  }
}

.tab {
  background: #000;
  width: calc(100% - 6.66vw);
}
.tab_inner {
  position: relative;
  transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.tab_inner::-webkit-scrollbar {
  display: none;
}
.tab_item {
  flex: 0 0 auto;
  position: static;
}
.tab_item.is-active .tab_header {
  color: #e40000;
  opacity: 1;
}
.tab_item.is-active .tab_content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tab_headers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-bottom: 3rem !important;
  font-weight: 700;
  text-transform: uppercase;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .tab_headers {
    padding: 0.5rem 0;
  }
}
.tab_headers::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.tab_headers button.tab_header {
  white-space: nowrap;
  padding: 1rem 1rem;
  background: transparent;
  border: none;
  color: #fff !important;
  font-size: 1rem;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .tab_headers button.tab_header {
    padding: 0.5rem 1rem;
  }
}
.tab_headers button.tab_header.is-active {
  opacity: 1;
}
.tab_content {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 4rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  color: #fff;
}
.tab_content h2 {
  padding-bottom: 2rem;
  border-bottom: 1px solid #333333;
}
.tab_indicator {
  position: absolute;
  top: 0;
  height: 2px;
  background: #e40000;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.tab_panel h2 {
  margin-bottom: 3rem !important;
}

.gig_row {
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.062745098);
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
  color: #fff;
  text-decoration: none;
  display: flex !important;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 767px) {
  .gig_row {
    margin-top: 1em !important;
  }
}
.gig_row:hover {
  opacity: 0.6;
}
.gig_row span:first-child {
  font-size: 80%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 6px;
  border: 1px solid #333;
}
.gig_row span:last-child {
  opacity: 0.9;
}
.gig_row span i {
  opacity: 0.8;
  font-size: 80%;
}

.iframe_box {
  margin-top: 1rem !important;
}
.iframe_box iframe {
  margin-bottom: 0.5rem !important;
}

.iframe_item {
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.062745098);
  margin: 1rem 0 !important;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .iframe_item {
    width: calc(100% - 9.99vw);
  }
}
.iframe_item iframe {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .iframe_item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.iframe_item h6 {
  padding-bottom: 1.2rem;
  font-weight: 300;
}

.members img {
  max-width: 100%;
}
.members .members_box {
  display: flex;
  padding: 4rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.members .members_box .members_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  max-width: 10rem;
}
.members .members_box .members_item img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.members .members_box .members_item h6 {
  text-align: center;
  font-size: 80% !important;
}

.bio {
  max-width: 600px;
  margin: 0 auto !important;
}
.bio p, .bio * {
  font-size: 90% !important;
  text-align: justify;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .bio p, .bio * {
    font-size: 110% !important;
  }
}
.bio p {
  margin-bottom: 0.5rem;
}

.contact_box {
  margin-top: 1rem !important;
}
.contact_box a {
  padding: 4px 12px;
  border-radius: 50vh;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.2431372549);
  margin-bottom: 1rem;
  font-size: 120% !important;
  font-weight: 900;
}
.contact_box a:hover {
  background-color: rgba(255, 255, 255, 0.4039215686);
}

.photo_box {
  margin-top: 1rem !important;
  display: flex !important;
  gap: 1rem;
  flex-wrap: wrap;
}
.photo_box a {
  margin: 0 !important;
  padding: 0 !important;
  width: 20rem;
  height: 20rem;
  display: block;
}
@media (max-width: 767px) {
  .photo_box a {
    width: calc(50% - 0.5rem);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.photo_box a img {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=off_style.css.map */