
  @import url('https://fonts.googleapis.com/css?family=Quicksand|Source+Sans+Pro|Be+Vietnam+Pro');

body {
      margin: 0;
      font-family: 'Source Sans Pro', sans-serif;
      color: #d1d5db;
      line-height: 1.8;
      background-color: #001237;
    }

    html::-webkit-scrollbar { width: 0px; }
    body::-webkit-scrollbar{ display: none; }
    html { scroll-behavior: smooth; }
	
	#counter{ position:absolute; left:-1000px}
	
	.space{ display:none }
	
	.privacy-link{
     color: #d1d5db;
     text-decoration: none;
     cursor: pointer;
     }
	 
	 .privacy-link:hover { color: #f7c20a; text-decoration: none; }

    .sr-only{
      position:absolute;
      width:1px; height:1px;
      padding:0; margin:-1px;
      overflow:hidden; clip:rect(0,0,0,0);
      white-space:nowrap; border:0;
    }

    #artisti, #servizi, #contatti { scroll-margin-top: 30px; }
    #artisti > h2, #servizi > h2 { text-align: center; }
    #contatti > h2{
      max-width: 350px;
      margin-left: auto;
      margin-right: 65%;
      text-align: center;
    }

    .work { width:100% }
    .presentazione { font-size: 1.2rem; }

    header { position: relative; height: 100vh; overflow: hidden; }
    header video {
      position: absolute; top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      z-index: -1;
    }
    header .overlay {
      position: absolute; top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(15, 23, 42, 0.6);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 20px;
      box-sizing: border-box;
    }
    header .overlay img {
      max-width: 600px;
      width: 90%;
      height: auto;
      margin-bottom: 0;
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
    }
    header .overlay p {
      margin-top: auto;
      font-size: 1.2rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      color: #ffffff;
      text-align: center;
      white-space: pre-line;
      margin-bottom: 80px;
      letter-spacing: 1px;
    }

    nav {
      background-color: #020617;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      z-index: 1000;
      box-sizing: border-box;
      padding-top: calc(18px + env(safe-area-inset-top));
    }
    nav .menu { display: flex; gap: 30px; letter-spacing: 2px; align-items: center; }
    nav a { color: #b0b7c3; text-decoration: none; font-weight: 600; transition: color 0.3s; }
    nav a:hover { color: #ffffff; }
    nav .social-icons { display: flex; gap: 15px; margin-right:0}
    nav .social-icons a { color: #f3f4f6; font-size: 1.3rem; transition: color 0.3s; }
    nav .social-icons a:hover { color: #38bdf8; }
    nav .social-icons a.whatsapp i{ font-weight: 500; }
	
	@supports (-webkit-touch-callout: none) {
  nav {
    padding-top: calc(env(safe-area-inset-top) + 8px);
  }
}

    main { margin-top: 80px; }
    section { max-width: 1100px; margin: auto; padding: 25px 20px; box-sizing: border-box; }
    section h2 { color: #ffffff; margin-bottom: 20px; font-size: 1.8rem; letter-spacing: 1px; }
    section p { letter-spacing: 0.5px; }

    .services { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
    .services2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top:3% }

    .card:hover{transform:scale(1.03)}
    .card {
      background-color: #07183c;
      border-radius: 22px;
      padding: 24px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.45);
      border: 1px solid rgba(255,255,255,0.08);
      cursor:pointer;
      transition:.3s;
      box-sizing:border-box;
    }
    .card h3 { margin-top: 0; color: #ffffff; letter-spacing: 1px; text-align:center }
    .card p, .card ul, .card li { color: #d1d5db; letter-spacing: 0.5px; text-align:center  }
    .card img { width: 100%; height: 220px; object-fit: cover; border-radius: 18px; margin-bottom: 15px; }

    .card2 {
      background-color: #07183c;
      border-radius: 22px;
      padding: 24px;
      box-shadow: 0 20px 40px rgba(0,0,0,0.45);
      border: 1px solid rgba(255,255,255,0.08);
      box-sizing:border-box;
    }
    .card2 h3 { margin-top: 0; color: #ffffff; letter-spacing: 1px; text-align:center }
    .card2 p, .card2 ul, .card2 li { color: #d1d5db; letter-spacing: 0.5px; text-align:center  }
    .card2 img { width: 100%; height: 220px; object-fit: cover; border-radius: 18px; margin-bottom: 15px; }

    #contatti + footer{margin-top: 50px;}
    .contact-container { display:flex; justify-content:center; gap:20px; padding:10px; align-items:flex-start; flex-wrap:wrap; }
    .contact-card {
      flex: 1 1 350px;
      padding: 40px 40px 40px 25px;
      border-radius: 22px;
      background-color: #07183c;
      box-shadow: 0 20px 40px rgba(0,0,0,0.45);
      border: 1px solid rgba(255,255,255,0.08);
      box-sizing: border-box;
    }
    .contact-card input, .contact-card textarea {
      width: 100%;
      padding: 12px 12px;
      margin-bottom: 15px;
      border-radius: 10px;
      border: 1px solid #555;
      background-color: rgba(255,255,255,0.05);
      color: #ffffff;
      text-align: left;
      font-size: 1.1rem;
      box-sizing: border-box;
    }
    .contact-card label { font-size: 1.2rem; color: #d1d5db; margin-bottom: 10px; display: block; }
    .contact-card .privacy { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 15px; }
    .contact-card .privacy input { width:auto; margin-right: 10px; }
    .contact-card .privacy label { cursor: pointer; transition: color 0.3s; }

    .contact-card button {
      display: block;
      margin: 0 auto;
      background-color: #38bdf8;
      color: #020617;
      font-weight: bold;
      padding: 10px 25px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
      font-size: 1.1rem;
    }
    .contact-card button:hover { background-color: #0ea5e9; }
    .contact-card button:disabled{
      opacity: .65;
      cursor: not-allowed;
    }

    .success-message { color: #38bdf8; font-size: 1.2rem; font-weight: bold; margin-top: 30px; display: none; text-align: center; }
    .error-message { color: #fca5a5; font-size: 1.05rem; font-weight: 600; margin-top: 16px; display: none; text-align: center; }

    .slider-container { 
	width: 100%; 
	max-width: 600px;
    height: auto;
    aspect-ratio: 6 / 7; 
    position: relative; 
    overflow: hidden; 
    touch-action: pan-y;
  }
  
    .slider { display: flex; height: 100%; transition: transform 0.5s ease; }
    .slide { min-width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
    .slide img, .slide video { max-width: 100%; max-height: 100%; object-fit: contain; }

    .nav{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;

      width: 54px;
      height: 54px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.25);
      background: rgba(0,0,0,0.40);

      display: flex;
      align-items: center;
      justify-content: center;

      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease, transform .25s ease;
    }
    .nav.show{ opacity: 1; pointer-events: auto; }
    .nav:hover { background: rgba(0, 0, 0, 0.62); border-color: rgba(255,255,255,0.45); }
    .nav:active { transform: translateY(-50%) scale(0.94); }
    .prev { left: 18px; }
    .next { right: 18px; }
    .nav svg {
      width: 34px; height: 34px;
      fill: none;
      stroke: #fff;
      stroke-width: 2.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 3px 6px rgba(0,0,0,0.35));
      pointer-events: none;
    }

    .slider-swipe-hint{
      position: absolute;
      bottom: 16px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 6;

      display: none;
      align-items: center;
      gap: 18px;

      padding: 8px 18px;
      border-radius: 999px;
      background: rgba(0,0,0,0.45);

      color: rgba(255,255,255,0.9);
      pointer-events: none;
      user-select: none;
    }
	
    .slider-swipe-hint .arrow{ font-size: 1.9rem; line-height: 1; opacity: 0.9; }
    .slider-swipe-hint .hand{ font-size: 1.4rem; opacity: 0.95; }
	
    @media (max-width: 600px){ .slider-swipe-hint{ display: flex; } }

    footer { width:100%; background:#020617; color:#d1d5db; padding-top:1%; padding-bottom:1% }
	
    .footerx {
      max-width:50%;
      margin:auto;
      display:flex;
      flex-wrap:wrap;
      gap: 50px;
      justify-content:flex-start;
    }
    .footerx > div:last-child{ margin-left: auto; }
    .info { margin-top:3%; width:100%; text-align:center }
    footer p { margin: 5px 0; }

    .footer-artist-link{
      color:#d1d5db;
      text-decoration:none;
      cursor:pointer;
      transition: color .2s;
    }
    .footer-artist-link:hover{ color: #FFF; }

    .linkfooter {
      text-decoration:none;
      color: #d1d5db;
      cursor:pointer;
      transition: color .2s;
    }
    .linkfooter:hover{ color: #FFF; }

    .linkutili {
      text-decoration:none;
      color: #d1d5db;
      cursor:pointer;
      transition: color .2s;
    }
    .linkutili:hover{ color:#FFF; }

    .mobile-break{ display: none; }

    .footer-social{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 22px;
    }
    .footer-social a{
      color: #d1d5db;
      font-size: 1.4rem;
      text-decoration: none;
      transition: color .2s, transform .2s;
    }
    .footer-social a:hover{ color: #38bdf8; }

    @media (min-width: 601px){
      .footer-social{ margin-top: 28px; margin-bottom: 4px; }
      .info{ margin-top: 0; }
    }

    @media (max-width: 600px) {
		
      .footerx{
        display:flex;
        flex-wrap:nowrap;
        gap:18px;
      }

      .footerx > div:last-child{
        margin-left: 0; 
      }

      .footer-artisti{ flex: 0 0 30%; }
				
      nav .menu { gap: 30%; margin-left:2.5% }
      nav .social-icons { display: none }

      #contatti{ padding-top: 10px; padding-bottom: 10px; }
      .contact-container{ gap: 10px; }
      #contatti > h2{
        max-width: 350px;
        margin-left: auto;
        margin-right:auto;
        text-align: center;
      }
      .contact-card .privacy label{ font-size: 0.95rem; line-height: 1.2; }
      .contact-card .privacy{ gap: 8px; }

      .mobile-break{ display: block; }
      .info{
        text-align: center;
        font-size: 0.9rem;
        line-height: 1.4;
        margin-top: 0;
      }

      .footer-social{ margin-top: 10px; margin-bottom: 6px; gap: 18px; }
      .footer-social a{ font-size: 1.3rem; }

      #contatti + footer{ margin-top: 0 !important; }
      footer{ padding-top: 0; }

      .footerx{ max-width: 92%; gap: 12px; }
      .footerx > .footer-artisti:first-child{ flex: 1 1 100%; }
      .footer-col2{ flex: 1 1 calc(50% - 6px); }
      .footer-col2 p{ font-size: 0.98rem; line-height: 1.5; }
    }

    .artist-slider-wrap{
      max-width: 1100px;
      margin: 22px auto 0 auto;
      padding: 18px 18px 16px 18px;
      background: #07183c;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: 0 20px 40px rgba(0,0,0,0.45);
      display: none;
      box-sizing: border-box;
    }
    .artist-slider-wrap.open{ display:block; }

    .artist-slider-head{
      display:flex;
      align-items:center;
      gap: 12px;
      margin-bottom: 10px;
      position: relative;
      justify-content: center;
    }
    .artist-slider-head h3{
      margin:0;
      color:#fff;
      letter-spacing:1px;
      font-size: 1.5rem;
      text-align: center;
    }
    .artist-slider-close{
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      background: rgba(255,255,255,0.08);
      color: #fff;
      font-size: 1.2rem;
      transition:.2s;
      position: absolute;
      right: 0;
    }
    .artist-slider-close:hover{ background: rgba(255,255,255,0.14); }

    .artist-slider{ position: relative; }
    .artist-track{
      display:flex;
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding: 8px 44px;
    }
    .artist-track::-webkit-scrollbar{ height: 0px; }
	
	.artist-slide-name{
      width: 100%;
      padding: 8px 6px 10px 6px;
      text-align: center;
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.5px;
      color: #ffffff;
      background: rgba(0,0,0,0.45);
      backdrop-filter: blur(4px);
}

    .artist-slide{
	  display: flex;
      flex-direction: column;
      align-items: center;
      flex: 0 0 180px;
      height: 260px;
      border-radius: 18px;
      overflow:hidden;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.05);
      scroll-snap-align: start;
      cursor: pointer;
      user-select:none;
      transition: transform .2s, opacity .2s;
      opacity: .92;
    }
    .artist-slide:hover{ transform: scale(1.02); opacity: 1; }
    .artist-slide img{
      width:100%;
      height:100%;
      object-fit: cover;
      display:block;
    }

    .artist-slider-nav{
	  opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
      position:absolute;
      top:50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(0,0,0,0.40);
      color:#fff;
      font-size: 1.8rem;
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      user-select:none;
      z-index: 2;
    }
	
	.artist-slider-nav.show{
      opacity: 1;
      pointer-events: auto;
    }
	
    .artist-slider-nav:hover{ background: rgba(0,0,0,0.65); }
    .artist-slider-nav.left{ left: 8px; }
    .artist-slider-nav.right{ right: 8px; }

    @media (max-width: 600px){
      .artist-slide{ flex-basis: 140px; height: 210px; }
      .artist-track{ padding: 8px 40px; }
	  .artist-slide-name{
       font-size: 0.85rem;
       padding: 6px 4px 8px 4px;
  }
	  
	  
    }

    .artist-detail{
      margin-top: 18px;
      padding: 18px 18px 16px 18px;
      background: #07183c;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: 0 20px 40px rgba(0,0,0,0.45);
      display: none;
      box-sizing: border-box;
      max-width: 1100px;
      margin: 18px auto 0 auto;
    }
    .artist-detail.open{ display:block; }

    .artist-detail-grid{
      display: grid;
      grid-template-columns: 1fr 1.25fr;
      gap: 14px;
    }

    .artist-detail-left {
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.04);
      height: 320px;
      display:flex;
      align-items:center;
      justify-content:center;
      position: relative;
    }

    .artist-detail-right{
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.04);
      height: 320px;
      display:flex;
      align-items:center;
      justify-content:center;
      position: relative;
    }

    .artist-detail-left img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display:block;
      cursor: pointer;
      transition: transform .2s, opacity .2s;
    }
    .artist-detail-left img:hover{
      transform: scale(1.02);
      opacity: 0.95;
    }


    .artist-gallery-hint{
      position: absolute;
      top: 10px;
      right: 10px;
      width: 42px;
      height: 42px;
      border-radius: 12px;
      background: rgba(0,0,0,0.45);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 4;
      pointer-events: none;
      opacity: .95;
    }
    .artist-gallery-hint i{ font-size: 1.35rem; }
    .artist-detail-left:hover .artist-gallery-hint{ background: rgba(0,0,0,0.65); }

    .artist-detail-close{
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      background: rgba(0,0,0,0.45);
      color: #fff;
      font-size: 1.2rem;
      transition: .2s;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 5;
    }
    .artist-detail-close:hover{ background: rgba(0,0,0,0.70); }
	
    @media (max-width: 800px){
      .artist-detail-grid{ grid-template-columns: 1fr; }
      .artist-detail-left, .artist-detail-right{ height: 240px; }
    }

    .artist-detail-text{ margin-top: 18px; text-align: center; }
    .artist-detail-text h4{
      margin: 6px 0 14px 0;
      color: #ffffff;
      letter-spacing: 1.5px;
      font-size: clamp(2rem, 3vw, 2.6rem);
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
    }
    .artist-detail-text p{
      margin: auto;
      max-width: 90%;
      color: #d1d5db;
      line-height: 1.5;
      font-size: 1.05rem;
      text-align: left;
	  white-space: pre-line;
    }

    .artist-detail-links{
      margin-top: 22px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
    }
    .artist-detail-links a{
      background: none;
      border: none;
      box-shadow: none;
      padding: 0;
      color: #d1d5db;
      font-size: 1.3rem;
      transition: color .2s, transform .2s;
    }
    .artist-detail-links a:hover{
      color: #38bdf8;
      transform: scale(1.15);
    }
		
	.artist-detail-links button{
     background: none;
     border: none;
     padding: 0;
     cursor: pointer;
     color: #d1d5db;
     font-size: 1.3rem;
     transition: color .2s, transform .2s;
     }

     .artist-detail-links button:hover{
      color: #38bdf8;
      transform: scale(1.15);
     }

     .artist-detail-links button.copied{
      color: #22c55e;
      }

    .artist-info-btn{
      display:block;
      margin: 18px auto 0 auto;
      background-color: #38bdf8;
      color: #020617;
      font-weight: bold;
      padding: 10px 25px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
      font-size: 1.1rem;
    }
    .artist-info-btn:hover{ background-color: #0ea5e9; }

    .yt-strip{ margin-top: 16px; }
    .yt-strip-head{
      display:flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
    }
    .yt-strip-head h4{
      margin:0;
      color:#fff;
      letter-spacing:1px;
    }
    .yt-strip-hint{ font-size: .95rem; opacity: .85; }

    .yt-strip-body{ position: relative; }
    .yt-track{
      display:flex;
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding: 8px 44px;
    }
    .yt-track::-webkit-scrollbar{ height: 0px; }

    .yt-card{
      flex: 0 0 260px;
      border-radius: 18px;
      overflow:hidden;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.05);
      scroll-snap-align: start;
      cursor:pointer;
      transition: transform .2s, opacity .2s;
      opacity: .92;
    }
    .yt-card:hover{ transform: scale(1.02); opacity: 1; }

    .yt-thumb{
      position: relative;
      width:100%;
      height: 150px;
      background: #000;
    }
    .yt-thumb img{
      width:100%;
      height:100%;
      object-fit: cover;
      display:block;
    }
    .yt-play{
      position:absolute;
      inset:0;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size: 3rem;
      color: rgba(255,255,255,0.95);
      text-shadow: 0 10px 20px rgba(0,0,0,0.6);
      pointer-events:none;
    }
    .yt-title{
      padding: 10px 12px;
      color:#d1d5db;
      font-size: 0.98rem;
      text-align:center;
    }

    .yt-nav{
      opacity: 0;
      pointer-events: none;
      transition: opacity .25s ease;
      position:absolute;
      top:50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(0,0,0,0.40);
      color:#fff;
      font-size: 1.8rem;
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      user-select:none;
      z-index: 2;
    }
	
	.yt-nav.show{
      opacity: 1;
      pointer-events: auto;
    }
	
    .yt-nav:hover{ background: rgba(0,0,0,0.65); }
    .yt-nav.left{ left: 8px; }
    .yt-nav.right{ right: 8px; }

    .yt-fullscreen{
      position: fixed;
      inset: 0;
      display:none;
      z-index: 5000;
    }
    .yt-fullscreen.open{ display:block; }
    .yt-fullscreen-backdrop{
      position:absolute;
      inset:0;
      background: rgba(0,0,0,0.78);
    }
    .yt-fullscreen-panel{
      position: relative;
      width: min(1100px, calc(100% - 24px));
      margin: 70px auto;
      background: #020617;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.10);
      overflow:hidden;
      box-shadow: 0 20px 50px rgba(0,0,0,0.7);
    }
    .yt-fullscreen-close{
      position:absolute;
      top: 10px;
      right: 10px;
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      background: rgba(255,255,255,0.10);
      color: #fff;
      font-size: 1.2rem;
      z-index: 2;
    }
    .yt-fullscreen-close:hover{ background: rgba(255,255,255,0.16); }
    .yt-fullscreen-frame{
      width:100%;
      aspect-ratio: 16/9;
      background:#000;
    }
    .yt-fullscreen-frame iframe{
      width:100%;
      height:100%;
      display:block;
    }
    @media (max-width: 800px){
      .yt-card{ flex-basis: 220px; }
      .yt-thumb{ height: 130px; }
      .yt-fullscreen-panel{ margin: 60px auto; }
    }

    .photo-fs{
      position: fixed;
      inset: 0;
      display: none;
      z-index: 6000;
    }
    .photo-fs.open{ display:block; }
    .photo-fs-backdrop{
      position:absolute;
      inset:0;
      background: rgba(0,0,0,0.82);
    }
    .photo-fs-panel{
      position: relative;
      width: min(1200px, calc(100% - 24px));
      margin: 56px auto;
      background: #020617;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.10);
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.75);
    }
    .photo-fs-close{
      position:absolute;
      top: 10px;
      right: 10px;
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      background: rgba(255,255,255,0.10);
      color: #fff;
      font-size: 1.2rem;
      z-index: 3;
    }
    .photo-fs-close:hover{ background: rgba(255,255,255,0.16); }

    .photo-fs-top{
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 14px 16px 8px 16px;
    }
    .photo-fs-title{
      position: absolute;
      left: 16px;
      color:#fff;
      letter-spacing:1px;
      font-weight:700;
    }
    .photo-fs-counter{
      color:#d1d5db;
      opacity:.9;
      font-weight: 600;
    }
    .photo-fs-main{
      position: relative;
      width: 100%;
      background: #000;
      display:flex;
      align-items:center;
      justify-content:center;
      height: min(70vh, 680px);
    }
    .photo-fs-main img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      display:block;
    }
    .photo-fs-nav{
      position:absolute;
      top:50%;
      transform: translateY(-50%);
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border:none;
      cursor:pointer;
      background: rgba(0,0,0,0.45);
      color:#fff;
      font-size: 1.9rem;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:.2s;
      z-index: 2;
    }
    .photo-fs-nav:hover{ background: rgba(0,0,0,0.70); }
    .photo-fs-nav.left{ left: 12px; }
    .photo-fs-nav.right{ right: 12px; }

    .photo-fs-strip{
      display:flex;
      gap: 10px;
      overflow-x:auto;
      padding: 12px 14px 14px 14px;
      background: rgba(255,255,255,0.03);
      -webkit-overflow-scrolling: touch;
    }
    .photo-fs-strip::-webkit-scrollbar{ height: 0px; }

    .photo-strip-item{
      flex: 0 0 120px;
      border-radius: 14px;
      overflow:hidden;
      border: 1px solid rgba(255,255,255,0.10);
      cursor:pointer;
      opacity:.85;
      transition:.2s;
	  background: rgba(0,0,0,0.35); /* riempie le bande */
    }
    .photo-strip-item:hover{ opacity:1; transform: scale(1.02); }
    .photo-strip-item.active{
      opacity:1;
      border-color: rgba(56,189,248,0.9);
      box-shadow: 0 0 0 2px rgba(56,189,248,0.25);
    }
    .photo-strip-item img{
      width:100%;
      height: 88px;
      object-fit: contain; 
      object-position: center;
      display: block;
    }
    .photo-strip-label{
      padding: 6px 8px;
      text-align:center;
      color:#d1d5db;
      font-size: .95rem;
    }

    @media (max-width: 700px){
      .photo-fs-panel{margin-top:10%; height:90% }
	  
	  .photo-fs-close{
      position:absolute;
      top: 10px;
      right: 10px;
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      background: rgba(255,255,255,0.10);
      color: #fff;
      font-size: 1.2rem;
      z-index:2147483647;
    }
	  
	  
      .photo-strip-item{ flex-basis: 96px; }
      .photo-strip-item img{ height: 72px; }
    }
	
.artist-detail-right video{
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: contain; 
  object-position: center;
}

.artist-detail-right.is-landscape{
  display:flex;
  align-items:center;
  justify-content:center;
}

.artist-detail-right.is-landscape video{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 100%;
  object-fit: contain;
}

.artist-detail-right.is-portrait{
  display:flex;
  align-items:center;
  justify-content:center;
}

.artist-detail-right.is-portrait video{
  height: 100%;
  width: auto;
  aspect-ratio: 9 / 16;
  max-width: 100%;
  object-fit: contain;
}

.artist-detail-right.fill video{
  object-fit: cover;
}
	
.artist-track.centered{
  justify-content: center;
  overflow-x: hidden;
  gap: 18px;
}	

.photo-fs-strip.centered{
  justify-content: center;
  overflow-x: hidden;
}

.yt-track.centered{
  justify-content: center;
  overflow-x: hidden;
}


.artist-detail-right{
  position: relative;
  overflow: hidden;
}


.video-banner{
  position: absolute;
  inset: 0;
  display: none;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}


.video-banner.show{ display:block; }


.video-banner .banner-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  filter: blur(18px);
  transform: scale(1.12);
  opacity: .75;
}


.video-banner .banner-fg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover; 
}


.video-banner .banner-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.95);
  font-size: 3.6rem;
  text-shadow: 0 10px 20px rgba(0,0,0,0.6);
}

.artist-main-video{
  width:100%;
  height:100%;
  display:block;
  background:#000;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;  
}


.artist-detail-right.playing .artist-main-video{
  opacity: 1;
  pointer-events: auto;
}

.artist-detail-right.portrait .video-banner .banner-fg{ object-fit: contain; }
.artist-detail-right.landscape .video-banner .banner-bg{ opacity: 0; } 
	
.image-banner{
  position: absolute;
  inset: 0;
  display: none;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.image-banner.show{ display:block; }

.image-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;  
  object-position: center;
}

.image-banner .banner-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,0.95);
  font-size: 3.6rem;
  text-shadow: 0 10px 20px rgba(0,0,0,0.6);
}


.artist-detail-right.playing .artist-main-video{
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 700px) {

  /* X chiusura gallery artista (photo fullscreen) */
  #photoFs .photo-fs-close{
    position: fixed !important;
    top: calc(env(safe-area-inset-top) + 12px) !important;
    right: 12px !important;
    z-index: 99999 !important;

    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 26px !important;
    line-height: 1 !important;

    background: rgba(0,0,0,0.55) !important;
    color: #fff !important;
    border-radius: 999px !important;
    border: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;

    pointer-events: auto !important;
    -webkit-tap-highlight-color: transparent;
  }

  /* nel caso qualche contenitore "tagli" */
  #photoFs,
  #photoFs .photo-fs-panel{
    overflow: visible !important;
  }
}

