/* ========== SALA POSA ========== */

/* --- Animations --- */
@keyframes glowPulse { 0%,100%{opacity:.3} 50%{opacity:.5} }
@keyframes scrollGalSP { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes scrollGalSPr { 0%{transform:translateX(-50%)} 100%{transform:translateX(0)} }
@keyframes floatE { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-12px) rotate(5deg)} }
@keyframes dotBlink { 0%,100%{opacity:1} 50%{opacity:.4} }
@keyframes particleFloat { 0%{transform:translateY(0) translateX(0);opacity:0} 10%{opacity:.6} 90%{opacity:.6} 100%{transform:translateY(-120px) translateX(30px);opacity:0} }

/* --- Scroll reveal --- */
.sp-anim { opacity:0; transform:translateY(20px); transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1); }
.sp-anim.visible { opacity:1; transform:translateY(0); }

/* --- Shared --- */
.sp-section__label { font-size:11px; letter-spacing:4px; color:#c0313c; text-transform:uppercase; font-weight:600; margin-bottom:14px; }

/* ========== HERO ========== */
.sp-hero { position:relative; min-height:480px; display:flex; align-items:center; justify-content:center; background:#0a0a0a; overflow:hidden; text-align:center; padding:120px 20px 80px; }
.sp-hero__glow { position:absolute; width:750px; height:750px; border-radius:50%; background:radial-gradient(circle,rgba(192,49,60,.5) 0%,transparent 70%); top:50%; left:50%; transform:translate(-50%,-50%); animation:glowPulse 6s ease-in-out infinite; pointer-events:none; }
.sp-hero__glow2 { position:absolute; width:900px; height:900px; border-radius:50%; background:radial-gradient(circle,rgba(139,26,34,.25) 0%,rgba(139,26,34,.1) 30%,transparent 60%); top:50%; left:50%; transform:translate(-50%,-50%); pointer-events:none; }
.sp-hero__emojis { position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; }
.sp-hero__emoji { position:absolute; font-size:28px; animation:floatE 4s ease-in-out infinite; }
.sp-hero__emoji--1 { top:18%; left:12%; animation-delay:0s; }
.sp-hero__emoji--2 { top:25%; right:14%; animation-delay:1.2s; }
.sp-hero__emoji--3 { bottom:20%; left:22%; animation-delay:2.4s; }
.sp-hero__content { position:relative; z-index:2; max-width:620px; }
.sp-hero__badge { display:inline-flex; align-items:center; gap:0; background:#111; border:1.5px solid #222; border-radius:8px; padding:6px 16px; margin-bottom:20px; font-size:13px; font-weight:700; letter-spacing:1px; }
.sp-hero__badge-limbo { color:#fff; }
.sp-hero__badge-lab { color:#c0313c; }
.sp-hero__title { font-size:54px; font-weight:800; color:#fff; line-height:1.1; margin:0 0 18px; }
.sp-hero__subtitle { font-size:15px; color:#555; font-weight:400; line-height:1.7; margin:0 0 32px; max-width:480px; margin-left:auto; margin-right:auto; }
.sp-hero__actions { display:flex; gap:16px; justify-content:center; align-items:center; }
.sp-btn--outline { display:inline-block; padding:15px 32px; border:1.5px solid #222; color:#fff; border-radius:26px; font-size:16px; font-weight:600; cursor:pointer; transition:border-color .2s; background:transparent; text-decoration:none; font-family:'Inter',sans-serif; }
.sp-btn--outline:hover { border-color:#c0313c; }

/* ========== GALLERIES ========== */
.sp-gallery { background:#0a0a0a; overflow:hidden; padding:6px 0; border-top:1px solid #151515; }
.sp-gallery--alt { border-top:1px solid #151515; }
.sp-gallery__track { display:flex; gap:6px; width:max-content; }
.sp-gallery__track--fwd { animation:scrollGalSP 25s linear infinite; }
.sp-gallery__track--rev { animation:scrollGalSPr 30s linear infinite; }
.sp-gallery__item { height:160px; border-radius:6px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.sp-gallery__item span { font-size:9px; letter-spacing:2px; color:#333; font-weight:600; }
.sp-gallery__item--sm { height:140px; }

/* ========== GLI SPAZI ========== */
.sp-spazi { background:#0a0a0a; padding:60px 0; }
.sp-spazi__title { font-size:42px; font-weight:800; color:#fff; line-height:1.15; margin:0; }
.sp-spazi__layout { display:flex; gap:24px; align-items:flex-start; }
.sp-spazi__map { flex:1.2; }
.sp-spazi__map-card { background:#111; border-radius:16px; padding:20px; border:1px solid #222; }
.sp-spazi__map-label { font-size:10px; letter-spacing:2px; color:#555; text-transform:uppercase; font-weight:600; margin-bottom:14px; }
.sp-spazi__svg { width:100%; height:auto; }
.sp-spazi__cards { flex:0.8; display:flex; flex-direction:column; gap:10px; }
.sp-spazi__card { background:#111; border-radius:12px; padding:16px; border:1px solid #1a1a1a; display:flex; align-items:flex-start; gap:12px; transition:border-color .2s; }
.sp-spazi__card:hover { border-color:#333; }
.sp-spazi__card-dot { width:10px; height:10px; border-radius:50%; flex-shrink:0; margin-top:4px; animation:dotBlink 3s ease-in-out infinite; }
.sp-spazi__card-name { font-size:14px; font-weight:700; color:#fff; margin-bottom:4px; }
.sp-spazi__card-desc { font-size:11px; color:#555; line-height:1.5; }

/* ========== SERVIZI ========== */
.sp-servizi { background:#f2f0ed; padding:60px 0; }
.sp-servizi__title { font-size:38px; font-weight:800; color:#111; line-height:1.15; margin:0; }
.sp-servizi__pills { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.sp-servizi__pill { background:#fff; border-radius:12px; padding:18px 22px; border:1px solid rgba(0,0,0,.04); display:flex; align-items:center; gap:10px; min-width:180px; font-size:14px; font-weight:600; color:#111; cursor:default; transition:transform .2s; }
.sp-servizi__pill:hover { transform:translateY(-2px); }

/* ========== TARIFFE ========== */
.sp-tariffe { background:#0a0a0a; padding:60px 0; }
.sp-tariffe__title { font-size:42px; font-weight:800; color:#fff; line-height:1.15; margin:0; }
.sp-tariffe__grid { display:flex; gap:20px; justify-content:center; max-width:700px; margin:0 auto; }
.sp-tariffe__card { flex:1; background:#111; border:1px solid #222; border-radius:16px; padding:32px 24px; text-align:center; position:relative; transition:border-color .3s,transform .3s; }
.sp-tariffe__card:hover { border-color:#c0313c; transform:translateY(-4px); }
.sp-tariffe__card--featured { background:#151515; border:1.5px solid #c0313c; box-shadow:0 0 40px rgba(192,49,60,.15); }
.sp-tariffe__card-badge { position:absolute; top:-10px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#8b1a22,#c0313c); color:#fff; font-size:8px; font-weight:800; letter-spacing:2px; padding:4px 14px; border-radius:20px; text-transform:uppercase; }
.sp-tariffe__card-type { font-size:14px; font-weight:600; color:#888; text-transform:lowercase; letter-spacing:1px; margin-bottom:12px; }
.sp-tariffe__card-price { font-size:42px; font-weight:800; color:#fff; margin-bottom:4px; }
.sp-tariffe__card-duration { font-size:12px; color:#555; margin-bottom:20px; }
.sp-tariffe__card-list { list-style:none; padding:0; margin:0; text-align:left; }
.sp-tariffe__card-list li { font-size:12px; color:#888; padding:6px 0; border-top:1px solid #1a1a1a; }
.sp-tariffe__note { text-align:center; font-size:9px; color:#444; margin-top:20px; }

/* ========== ATTREZZATURA ========== */
.sp-gear { background:#0a0a0a; padding:60px 0; border-top:1px solid #151515; }
.sp-gear__title { font-size:38px; font-weight:800; color:#fff; line-height:1.15; margin:0; }
.sp-gear__grid { display:flex; flex-wrap:wrap; gap:12px; }
.sp-gear__card { flex:1; min-width:200px; background:#111; border-radius:12px; padding:16px; border:1px solid #1a1a1a; display:flex; justify-content:space-between; align-items:center; transition:border-color .2s; }
.sp-gear__card:hover { border-color:#333; }
.sp-gear__card-name { font-size:13px; font-weight:700; color:#fff; }
.sp-gear__card-sub { font-size:8px; color:#555; margin-top:2px; text-transform:uppercase; letter-spacing:1px; }
.sp-gear__card-price { font-size:16px; font-weight:800; color:#c0313c; }
.sp-gear__fondali { display:flex; align-items:center; gap:16px; margin-top:24px; }
.sp-gear__fondali-label { font-size:11px; font-weight:600; color:#555; letter-spacing:1px; }
.sp-gear__fondali-colors { display:flex; align-items:center; gap:8px; font-size:10px; color:#666; }
.sp-gear__fondali-swatch { display:inline-block; width:14px; height:14px; border-radius:4px; margin-right:2px; }
.sp-gear__note { text-align:center; font-size:9px; color:#444; margin-top:20px; }

/* ========== CTA ========== */
.sp-cta { background:linear-gradient(160deg,#5a0e14,#8b1a22,#a02730); padding:80px 0; position:relative; overflow:hidden; text-align:center; }
#sp-particles { position:absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; }
#sp-particles span { position:absolute; width:3px; height:3px; background:rgba(255,255,255,.5); border-radius:50%; animation:particleFloat 6s ease-in-out infinite; }
.sp-cta__content { position:relative; z-index:2; max-width:560px; margin:0 auto; }
.sp-cta__emoji { font-size:50px; margin-bottom:16px; }
.sp-cta__title { font-size:36px; font-weight:800; color:#fff; line-height:1.15; margin:0 0 12px; }
.sp-cta__underline { text-decoration:underline; text-underline-offset:4px; }
.sp-cta__subtitle { font-size:14px; color:rgba(255,255,255,.55); margin:0 0 28px; line-height:1.6; }
.sp-cta__box { background:rgba(0,0,0,.25); border-radius:20px; padding:28px; backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.08); text-align:left; }
.sp-cta__form { display:flex; flex-direction:column; gap:10px; }
.sp-cta__row { display:flex; gap:8px; }
.sp-cta__section { margin-top:6px; }
.sp-cta__label { font-size:9px; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.4); font-weight:600; margin-bottom:8px; }

/* --- Calendar --- */
.sp-cal { background:rgba(255,255,255,.05); border:1.5px solid rgba(255,255,255,.1); border-radius:12px; padding:14px; }
.sp-cal__header { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; }
.sp-cal__month { font-size:13px; font-weight:700; color:#fff; }
.sp-cal__arrow { background:none; border:none; color:rgba(255,255,255,.4); font-size:10px; cursor:pointer; padding:4px 8px; transition:color .2s; }
.sp-cal__arrow:hover { color:#fff; }
.sp-cal__arrow:disabled { opacity:.2; cursor:default; }
.sp-cal__days { display:grid; grid-template-columns:repeat(7,1fr); text-align:center; margin-bottom:4px; }
.sp-cal__days span { font-size:7px; font-weight:600; color:rgba(255,255,255,.25); letter-spacing:1px; padding:2px 0; }
.sp-cal__grid { display:grid; grid-template-columns:repeat(7,1fr); text-align:center; }
.sp-cal__grid span { font-size:9px; padding:6px 0; border-radius:6px; transition:background .15s; }
.sp-cal__grid span.sp-cal-past { color:rgba(255,255,255,.15); cursor:default; }
.sp-cal__grid span.sp-cal-today { background:linear-gradient(135deg,#8b1a22,#c0313c); color:#fff; font-weight:700; box-shadow:0 2px 8px rgba(192,49,60,.4); }
.sp-cal__grid span.sp-cal-future { color:rgba(255,255,255,.4); cursor:pointer; }
.sp-cal__grid span.sp-cal-future:hover { background:rgba(255,255,255,.08); }
.sp-cal__grid span.sp-cal-selected { background:linear-gradient(135deg,#8b1a22,#c0313c); color:#fff; font-weight:700; box-shadow:0 2px 8px rgba(192,49,60,.4); }
.sp-cal__grid span.sp-cal-empty { pointer-events:none; }

/* --- Rental options --- */
.sp-rental { display:flex; gap:8px; }
.sp-rental-opt { flex:1; background:rgba(255,255,255,.05); border:1.5px solid rgba(255,255,255,.1); border-radius:10px; padding:14px; text-align:center; cursor:pointer; transition:border-color .2s,background .2s; position:relative; }
.sp-rental-opt:hover { border-color:rgba(255,255,255,.2); }
.sp-rental-opt.sp-rental-active { border-color:#c0313c; background:rgba(192,49,60,.15); }
.sp-rental-opt__badge { position:absolute; top:-8px; left:50%; transform:translateX(-50%); background:linear-gradient(135deg,#fbbf24,#f97316); color:#111; font-size:6px; font-weight:800; letter-spacing:1.5px; padding:2px 10px; border-radius:20px; text-transform:uppercase; }
.sp-rental-opt__price { font-size:22px; font-weight:800; color:#fff; margin-bottom:4px; }
.sp-rental-opt__name { font-size:10px; font-weight:700; color:rgba(255,255,255,.6); }
.sp-rental-opt__sub { font-size:8px; color:rgba(255,255,255,.3); margin-top:2px; }

/* --- Gear list --- */
.sp-gear-list { display:flex; flex-direction:column; gap:6px; }
.sp-gear-item { display:flex; justify-content:space-between; align-items:center; background:rgba(255,255,255,.04); border:1.5px solid rgba(255,255,255,.08); border-radius:8px; padding:10px 12px; cursor:pointer; transition:border-color .2s,background .2s; }
.sp-gear-item:hover { border-color:rgba(255,255,255,.15); }
.sp-gear-item.sp-gear-active { border-color:rgba(192,49,60,.3); background:rgba(192,49,60,.08); }
.sp-gear-item__left { display:flex; align-items:center; gap:10px; }
.sp-gear-item__check { width:16px; height:16px; border-radius:4px; border:1.5px solid rgba(255,255,255,.15); flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:9px; color:transparent; transition:all .15s; }
.sp-gear-item.sp-gear-active .sp-gear-item__check { background:#c0313c; border-color:#c0313c; color:#fff; }
.sp-gear-item.sp-gear-active .sp-gear-item__check::after { content:'\2713'; }
.sp-gear-item__name { font-size:11px; font-weight:700; color:#fff; }
.sp-gear-item__desc { font-size:8px; color:rgba(255,255,255,.35); margin-top:1px; }
.sp-gear-item__price { font-size:13px; font-weight:800; color:#c0313c; white-space:nowrap; }

/* --- Summary --- */
.sp-summary { display:flex; justify-content:space-between; align-items:center; background:rgba(0,0,0,.3); border-radius:12px; padding:14px 16px; margin-top:6px; }
.sp-summary__label { font-size:11px; font-weight:600; color:rgba(255,255,255,.6); }
.sp-summary__note { font-size:8px; color:rgba(255,255,255,.25); margin-top:2px; }
.sp-summary__price { font-size:28px; font-weight:800; color:#fff; }

/* --- Submit --- */
.sp-cta__submit { width:100%; padding:16px; background:#fff; color:#8b1a22; font-size:15px; font-weight:800; border:none; border-radius:12px; cursor:pointer; transition:transform .2s; font-family:'Inter',sans-serif; margin-top:4px; }
.sp-cta__submit:hover { transform:scale(1.02); }

/* ========== RESPONSIVE ========== */
@media (max-width:1024px) {
  .sp-hero__title { font-size:42px; }
  .sp-tariffe__grid { gap:14px; }
}

@media (max-width:768px) {
  .sp-hero { padding:80px 20px 50px; min-height:auto; }
  .sp-hero__title { font-size:30px; }
  .sp-hero__subtitle { font-size:13px; }
  .sp-hero__actions { flex-direction:column; align-items:center; gap:10px; }
  .sp-hero__emoji { font-size:22px; }
  .sp-gallery__item { height:120px; }
  .sp-gallery__item--sm { height:100px; }
  .sp-spazi { padding:40px 0; }
  .sp-spazi__title { font-size:26px; }
  .sp-spazi__layout { flex-direction:column; gap:16px; }
  .sp-servizi { padding:40px 0; }
  .sp-servizi__title { font-size:24px; }
  .sp-servizi__pills { flex-direction:column; align-items:center; }
  .sp-servizi__pill { width:100%; max-width:300px; justify-content:center; }
  .sp-tariffe { padding:40px 0; }
  .sp-tariffe__title { font-size:26px; }
  .sp-tariffe__grid { flex-direction:column; gap:16px; max-width:350px; }
  .sp-tariffe__card { padding:24px; }
  .sp-gear { padding:40px 0; }
  .sp-gear__title { font-size:24px; }
  .sp-gear__grid { flex-direction:column; }
  .sp-gear__card { min-width:100%; }
  .sp-gear__fondali { flex-direction:column; align-items:flex-start; gap:8px; }
  .sp-cta { padding:50px 0; }
  .sp-cta__title { font-size:26px; }
  .sp-cta__row { flex-direction:column; }
  .sp-rental { flex-direction:column; gap:10px; }
  .sp-cta__box { padding:16px; }
  .sp-summary { flex-direction:column; text-align:center; gap:8px; }
}

@media (max-width:480px) {
  .sp-hero__title { font-size:24px; }
  .sp-spazi__title { font-size:22px; }
  .sp-tariffe__title { font-size:22px; }
  .sp-gear__title { font-size:20px; }
  .sp-cta__title { font-size:22px; }
  .sp-tariffe__card-price { font-size:32px; }
}

/* ============================================
   PATCH CONTENUTI · hero + caroselli stortini
============================================ */

/* === HERO LAYOUT (logo + foto reale) === */
.sp-hero { padding: 90px 20px 60px !important; min-height: 0 !important; }
.sp-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.sp-hero__content { max-width: none !important; text-align: left; }

.sp-hero__logo-wrap {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.sp-hero__logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 16px rgba(192, 49, 60, 0.3));
  display: block;
}

.sp-hero__photo {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/5;
  max-width: 420px;
  margin-left: auto;
  border: 2px solid rgba(192, 49, 60, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 50px rgba(192, 49, 60, 0.2);
  transform: rotate(2deg);
  transition: transform 0.5s;
}
.sp-hero__photo:hover { transform: rotate(0); }
.sp-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-hero__photo-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.sp-hero__photo-corners i {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #c0313c;
  filter: drop-shadow(0 0 6px rgba(192, 49, 60, 0.6));
}
.sp-hero__photo-corners .tl { top: 10px; left: 10px; border-right: none; border-bottom: none; }
.sp-hero__photo-corners .tr { top: 10px; right: 10px; border-left: none; border-bottom: none; }
.sp-hero__photo-corners .bl { bottom: 10px; left: 10px; border-right: none; border-top: none; }
.sp-hero__photo-corners .br { bottom: 10px; right: 10px; border-left: none; border-top: none; }
.sp-hero__photo-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(192, 49, 60, 0.5);
  border-radius: 4px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  color: #d44a55;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sp-hero__title {
  text-align: left !important;
  font-size: clamp(34px, 4.5vw, 50px) !important;
}
.sp-hero__subtitle {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sp-hero__actions { justify-content: flex-start !important; }

.sp-hero__emoji--4 { top: 60%; left: 18%; animation-delay: 1.8s; }
.sp-hero__emoji--5 { top: 12%; right: 35%; animation-delay: 0.6s; }

/* ============================================
   SHOTS · carosello 48 scatti stortini scroll auto
============================================ */
.sp-shots {
  background: #0a0a0a;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.sp-shots::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #0a0a0a 0%, transparent 4%, transparent 96%, #0a0a0a 100%);
  z-index: 3;
}
.sp-shots__title {
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}

.sp-shots__row {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

.sp-shots__track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: spShotsScroll 90s linear infinite;
  align-items: center;
}
.sp-shots__row:hover .sp-shots__track {
  animation-play-state: paused;
}

@keyframes spShotsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sp-shot {
  flex: 0 0 auto;
  width: 200px;
  aspect-ratio: 4/5;
  border-radius: 12px;
  overflow: hidden;
  background: #151515;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.4s;
}
.sp-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.sp-shot:nth-child(7n+1) { transform: rotate(-2deg); }
.sp-shot:nth-child(7n+2) { transform: rotate(1.5deg) translateY(8px); }
.sp-shot:nth-child(7n+3) { transform: rotate(-1deg); }
.sp-shot:nth-child(7n+4) { transform: rotate(2.5deg) translateY(-6px); }
.sp-shot:nth-child(7n+5) { transform: rotate(-1.8deg) translateY(4px); }
.sp-shot:nth-child(7n+6) { transform: rotate(1deg); }
.sp-shot:nth-child(7n+7) { transform: rotate(-2.5deg) translateY(-4px); }

.sp-shot:hover {
  transform: rotate(0) scale(1.06) translateY(-6px) !important;
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(192, 49, 60, 0.3);
}

/* ============================================
   BTS · mini-carosello 4 video backstage stortini
============================================ */
.sp-bts {
  background: #0a0a0a;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.sp-bts__title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 8px;
}
.sp-bts__sub {
  font-size: 14px;
  color: #888;
  margin: 0;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.sp-bts__row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.sp-bts-card {
  position: relative;
  width: 200px;
  aspect-ratio: 9/16;
  border-radius: 16px;
  overflow: hidden;
  background: #151515;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(192, 49, 60, 0.1);
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.5s;
  border: 2px solid rgba(192, 49, 60, 0.25);
  cursor: pointer;
}
.sp-bts-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-bts-card--1 { transform: rotate(-3deg); }
.sp-bts-card--2 { transform: rotate(2deg) translateY(12px); }
.sp-bts-card--3 { transform: rotate(-2deg) translateY(-6px); }
.sp-bts-card--4 { transform: rotate(3deg); }

.sp-bts-card:hover {
  transform: rotate(0) scale(1.05) translateY(-8px) !important;
  z-index: 5;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 50px rgba(192, 49, 60, 0.4);
}

.sp-bts-card__num {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(192, 49, 60, 0.9);
  color: #fff;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  box-shadow: 0 0 16px rgba(192, 49, 60, 0.5);
  z-index: 3;
  pointer-events: none;
}

/* ============================================
   SPAZI · 4 foto reali sotto la piantina
============================================ */
.sp-spazi__photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sp-spazi__photo {
  aspect-ratio: 4/5;
  border-radius: 12px;
  overflow: hidden;
  background: #151515;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.5s;
  border: 1px solid rgba(192, 49, 60, 0.15);
}
.sp-spazi__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-spazi__photo--1 { transform: rotate(-2deg); }
.sp-spazi__photo--2 { transform: rotate(1.5deg) translateY(8px); }
.sp-spazi__photo--3 { transform: rotate(-1deg) translateY(-6px); }
.sp-spazi__photo--4 { transform: rotate(2deg); }

.sp-spazi__photo:hover {
  transform: rotate(0) scale(1.05) !important;
  z-index: 5;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(192, 49, 60, 0.3);
  border-color: rgba(192, 49, 60, 0.5);
}

/* ============================================
   RESPONSIVE PATCH
============================================ */
@media (max-width: 960px) {
  .sp-hero__layout {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .sp-hero__content { text-align: center; }
  .sp-hero__title { text-align: center !important; }
  .sp-hero__subtitle { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
  .sp-hero__actions { justify-content: center !important; }
  .sp-hero__logo-wrap { justify-content: center; }
  .sp-hero__photo { margin: 0 auto; max-width: 320px; }

  .sp-shot { width: 160px; }
  .sp-shots__track { gap: 14px; animation-duration: 70s; }

  .sp-bts__row { gap: 14px; }
  .sp-bts-card { width: 165px; }

  .sp-spazi__photos { grid-template-columns: 1fr 1fr; gap: 10px; }
}

@media (max-width: 540px) {
  .sp-shot { width: 130px; }
  .sp-shots__track { gap: 10px; animation-duration: 60s; }

  .sp-bts-card { width: 140px; }

  .sp-spazi__photos { grid-template-columns: 1fr 1fr; gap: 8px; }

  .sp-hero__logo { max-width: 160px; }
}

/* ============================================
   FIX · hero centrato + foto orizzontale sotto
============================================ */

.sp-hero {
  padding: 80px 20px 50px !important;
  text-align: center !important;
}

.sp-hero__center {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sp-hero__center .sp-hero__logo-wrap {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
}

.sp-hero__center .sp-hero__title {
  text-align: center !important;
  font-size: clamp(34px, 5vw, 56px) !important;
}

.sp-hero__center .sp-hero__subtitle {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sp-hero__center .sp-hero__actions {
  justify-content: center !important;
}

.sp-hero__photo {
  position: relative;
  z-index: 2;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9 !important;
  max-width: 900px !important;
  width: 100%;
  margin: 0 auto !important;
  border: 2px solid rgba(192, 49, 60, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 50px rgba(192, 49, 60, 0.2);
  transform: rotate(-1.5deg);
  transition: transform 0.5s;
}
.sp-hero__photo:hover { transform: rotate(0); }

.sp-hero__layout { display: none !important; }

/* ============================================
   FIX · shots draggable cursor
============================================ */
.sp-shots__row {
  cursor: grab;
}
.sp-shots__row.is-dragging {
  cursor: grabbing;
}
.sp-shots__row.is-dragging .sp-shots__track {
  animation-play-state: paused;
}
.sp-shots__track {
  user-select: none;
  -webkit-user-select: none;
}
.sp-shot img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

@media (max-width: 960px) {
  .sp-hero__photo {
    max-width: 100% !important;
    aspect-ratio: 4/3 !important;
  }
  .sp-hero__center { margin-bottom: 30px; }
}

@media (max-width: 540px) {
  .sp-hero__photo {
    aspect-ratio: 4/3 !important;
    border-radius: 12px;
  }
}

/* ============================================
   FIX FORZATO · hero stack verticale centrato
   (override di tutte le regole precedenti)
============================================ */

.sp-hero {
  display: block !important;
  text-align: center !important;
  padding: 80px 20px 50px !important;
  min-height: 0 !important;
}

.sp-hero__center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto 50px !important;
  position: relative !important;
  z-index: 3 !important;
}

.sp-hero__center .sp-hero__logo-wrap {
  margin: 0 0 24px !important;
  display: flex !important;
  justify-content: center !important;
  width: auto !important;
}

.sp-hero__center .sp-hero__logo {
  max-width: 220px !important;
  margin: 0 auto !important;
}

.sp-hero__center .sp-hero__title {
  text-align: center !important;
  font-size: clamp(38px, 5.2vw, 60px) !important;
  margin: 0 auto 16px !important;
  line-height: 1.1 !important;
  max-width: 720px;
}

.sp-hero__center .sp-hero__subtitle {
  text-align: center !important;
  margin: 0 auto 28px !important;
  max-width: 560px !important;
}

.sp-hero__center .sp-hero__actions {
  display: flex !important;
  justify-content: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  margin: 0 auto !important;
}

.sp-hero__photo {
  display: block !important;
  position: relative !important;
  z-index: 3 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  border: 2px solid rgba(192, 49, 60, 0.3) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 50px rgba(192, 49, 60, 0.2) !important;
  transform: rotate(-1.5deg) !important;
  transition: transform 0.5s !important;
  float: none !important;
  clear: both !important;
}
.sp-hero__photo:hover { transform: rotate(0) !important; }

.sp-hero__photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.sp-hero__layout {
  display: none !important;
  visibility: hidden !important;
}

.sp-hero,
.sp-hero > * {
  grid-template-columns: none !important;
}

@media (max-width: 540px) {
  .sp-hero__photo {
    aspect-ratio: 4/3 !important;
    border-radius: 12px !important;
  }
  .sp-hero__center .sp-hero__logo {
    max-width: 170px !important;
  }
}

/* ============================================
   FIX · hero photo dimensione ridotta
============================================ */
.sp-hero__photo {
  max-width: 680px !important;
  aspect-ratio: 16/10 !important;
}

@media (max-width: 540px) {
  .sp-hero__photo {
    max-width: 100% !important;
    aspect-ratio: 4/3 !important;
  }
}

/* ============================================
   SERVIZI · MARQUEE TICKER (override sezione vecchia)
============================================ */

.sp-services {
  background: #0a0a0a !important;
  padding: 70px 0 !important;
  position: relative;
  overflow: hidden;
}

.sp-services__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 1000px 300px at 50% 70%, rgba(192, 49, 60, 0.18), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.sp-services__title {
  font-size: clamp(34px, 4.5vw, 50px) !important;
  font-weight: 900 !important;
  color: #fff !important;
  line-height: 1.1 !important;
  margin: 0 0 10px !important;
  text-transform: lowercase;
  letter-spacing: -0.02em;
}

.sp-services__sub {
  font-size: 14px;
  color: rgba(242, 240, 237, 0.6);
  margin: 0 auto;
  max-width: 540px;
  line-height: 1.5;
}

.sp-marquee {
  position: relative;
  z-index: 2;
  padding: 28px 0;
  border-top: 1px solid rgba(192, 49, 60, 0.25);
  border-bottom: 1px solid rgba(192, 49, 60, 0.25);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  background: linear-gradient(180deg, transparent, rgba(192, 49, 60, 0.05), transparent);
}

.sp-marquee__track {
  display: flex;
  align-items: center;
  gap: 36px;
  width: max-content;
  animation: spMarqueeScroll 40s linear infinite;
}

.sp-marquee:hover .sp-marquee__track {
  animation-play-state: paused;
}

@keyframes spMarqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sp-marquee__item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  transition: transform 0.3s;
  cursor: default;
}
.sp-marquee__item:hover {
  transform: translateY(-4px) scale(1.05);
}
.sp-marquee__item:hover .sp-marquee__emoji {
  filter: drop-shadow(0 6px 16px rgba(192, 49, 60, 0.7));
}

.sp-marquee__emoji {
  font-size: 42px;
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(192, 49, 60, 0.4));
  transition: filter 0.3s;
}

.sp-marquee__text {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.sp-marquee__sep {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c0313c;
  box-shadow: 0 0 14px #c0313c, 0 0 28px rgba(192, 49, 60, 0.5);
  flex-shrink: 0;
  animation: spMarqueeSep 1.5s ease-in-out infinite;
}

@keyframes spMarqueeSep {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.sp-services::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(192, 49, 60, 0.04) 0%, transparent 8%),
    radial-gradient(circle at 85% 30%, rgba(192, 49, 60, 0.04) 0%, transparent 8%),
    radial-gradient(circle at 30% 80%, rgba(192, 49, 60, 0.04) 0%, transparent 8%);
  pointer-events: none;
  z-index: 1;
}

.sp-servizi__pills,
.sp-servizi__pill {
  display: none !important;
}

@media (max-width: 720px) {
  .sp-services { padding: 50px 0 !important; }
  .sp-marquee__track { gap: 26px; }
  .sp-marquee__emoji { font-size: 32px; }
  .sp-marquee__text { font-size: 20px; }
  .sp-marquee__sep { width: 8px; height: 8px; }
  .sp-marquee { padding: 20px 0; }
}

@media (max-width: 540px) {
  .sp-marquee__track { gap: 20px; animation-duration: 30s; }
  .sp-marquee__emoji { font-size: 26px; }
  .sp-marquee__text { font-size: 17px; }
}

/* ============================================
   MARQUEE · drag cursor
============================================ */
.sp-marquee {
  cursor: grab;
}
.sp-marquee.is-dragging {
  cursor: grabbing;
}
.sp-marquee.is-dragging .sp-marquee__track {
  animation-play-state: paused;
}
.sp-marquee__track {
  user-select: none;
  -webkit-user-select: none;
}
.sp-marquee__item {
  pointer-events: none;
}
