/* ============================================
   SOUL STUDIO · LANDING FOTO-VIDEO
   Vibe: cinema-grade (rosso brand + oro cinema + grain)
   Prefisso: fv-
   ============================================ */

:root {
  --fv-bg: #0a0a0a;
  --fv-red-1: #8b1a22;
  --fv-red-2: #c0313c;
  --fv-red-3: #d44a55;
  --fv-gold-1: #b8860b;
  --fv-gold-2: #f5c518;
  --fv-gold-3: #ffd966;
  --fv-text: #f2f0ed;
  --fv-text-muted: rgba(242, 240, 237, 0.65);
  --fv-text-faint: rgba(242, 240, 237, 0.4);
}

body.page-template-page-foto-video {
  background: var(--fv-bg);
  color: var(--fv-text);
  position: relative;
  overflow-x: hidden;
}

/* ============================================
   GRAIN texture overlay globale
============================================ */
.fv-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  z-index: 100;
}

/* ============================================
   EMOJI volanti globali
============================================ */
.fv-flying-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  height: 100%;
}

.fv-fly {
  position: absolute;
  pointer-events: none;
  user-select: none;
  opacity: 0.7;
  will-change: transform;
  z-index: 2;
  filter: drop-shadow(0 6px 20px rgba(245, 197, 24, 0.4));
}

.fv-fly--a { animation: fvFlyA 12s ease-in-out infinite; }
.fv-fly--b { animation: fvFlyB 15s ease-in-out infinite; }
.fv-fly--c { animation: fvFlyC 10s ease-in-out infinite; }
.fv-fly--d { animation: fvFlyD 18s ease-in-out infinite; }

@keyframes fvFlyA {
  0%, 100% { transform: translate(0, 0) rotate(-8deg); }
  50% { transform: translate(15px, -25px) rotate(12deg); }
}
@keyframes fvFlyB {
  0%, 100% { transform: translate(0, 0) rotate(5deg); }
  50% { transform: translate(-20px, -15px) rotate(-15deg); }
}
@keyframes fvFlyC {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  50% { transform: translate(20px, 20px) rotate(20deg); }
}
@keyframes fvFlyD {
  0%, 100% { transform: translate(0, 0) rotate(8deg); }
  50% { transform: translate(-15px, 15px) rotate(-10deg); }
}

/* ============================================
   ELEMENTI COMUNI
============================================ */
.fv-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fv-gold-2);
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(245, 197, 24, 0.1);
  border: 1px solid rgba(245, 197, 24, 0.4);
  position: relative;
  z-index: 5;
}
.fv-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3030;
  box-shadow: 0 0 8px #ff3030;
  animation: fvRec 1.2s infinite;
}
.fv-tag--red {
  color: var(--fv-red-3);
  background: rgba(192, 49, 60, 0.12);
  border-color: rgba(192, 49, 60, 0.4);
}
.fv-tag--red::before {
  background: var(--fv-red-2);
  box-shadow: 0 0 8px var(--fv-red-2);
}

@keyframes fvRec {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.fv-sec-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  color: rgba(245, 197, 24, 0.5);
  letter-spacing: 0.15em;
  padding: 3px 8px;
  border: 1px dashed rgba(245, 197, 24, 0.3);
  border-radius: 4px;
  z-index: 5;
}

.fv-h2 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: lowercase;
  color: #fff;
  margin: 0 0 18px;
  text-align: center;
}

.fv-grad-red {
  background: linear-gradient(135deg, var(--fv-red-1), var(--fv-red-2), var(--fv-red-3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fv-grad-gold {
  background: linear-gradient(135deg, var(--fv-gold-1), var(--fv-gold-2), var(--fv-gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.fv-emoji {
  display: inline-block;
  font-size: 0.75em;
  margin-left: 8px;
  filter: drop-shadow(0 0 12px rgba(245, 197, 24, 0.5));
  transform: rotate(-8deg);
  vertical-align: middle;
  -webkit-text-fill-color: initial;
  background: none;
  -webkit-background-clip: initial;
}

.fv-gold { color: var(--fv-gold-2); }

.fv-lead {
  font-size: 14px;
  color: var(--fv-text-muted);
  line-height: 1.6;
  max-width: 580px;
  margin: 0 auto 24px;
  text-align: center;
}

.fv-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 100px;
  background: linear-gradient(135deg, var(--fv-red-1), var(--fv-red-2));
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  box-shadow: 0 0 30px rgba(192, 49, 60, 0.5);
  position: relative;
  overflow: hidden;
  text-transform: lowercase;
}
.fv-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(192, 49, 60, 0.7);
}
.fv-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: fvShine 3s infinite;
}
@keyframes fvShine {
  0% { left: -100%; }
  50%, 100% { left: 100%; }
}
.fv-cta--gold {
  background: linear-gradient(135deg, var(--fv-gold-1), var(--fv-gold-2));
  color: #1a1300;
  box-shadow: 0 0 30px rgba(245, 197, 24, 0.5);
}
.fv-cta--gold:hover {
  box-shadow: 0 0 40px rgba(245, 197, 24, 0.7);
}

/* ============================================
   VIDEO COMPONENT (cornici corner-marker)
============================================ */
.fv-video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(245, 197, 24, 0.15);
}
.fv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fv-video__corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.fv-video__corners i {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--fv-gold-2);
  filter: drop-shadow(0 0 6px rgba(245, 197, 24, 0.6));
}
.fv-video__corners .tl { top: 10px; left: 10px; border-right: none; border-bottom: none; }
.fv-video__corners .tr { top: 10px; right: 10px; border-left: none; border-bottom: none; }
.fv-video__corners .bl { bottom: 10px; left: 10px; border-right: none; border-top: none; }
.fv-video__corners .br { bottom: 10px; right: 10px; border-left: none; border-top: none; }

/* Varianti video */
.fv-video--showreel {
  aspect-ratio: 9/16;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid rgba(245, 197, 24, 0.3);
  transform: rotate(2deg);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8), 0 0 50px rgba(245, 197, 24, 0.25);
}
.fv-video--bridge {
  aspect-ratio: 9/16;
  max-width: 320px;
  width: 100%;
  margin: 24px auto 0;
  transform: rotate(-1.5deg);
}
.fv-video--svc {
  aspect-ratio: 9/16;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  transform: rotate(2deg);
}
.fv-video--process {
  aspect-ratio: 9/16;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  transform: rotate(-2deg);
}
.fv-video--horizontal {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 720px;
  margin: 24px auto 0;
}

/* ============================================
   BACKSTAGE FLY (foto sparse decorative)
============================================ */
.fv-bs-fly {
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 197, 24, 0.15);
  border: 2px solid rgba(245, 197, 24, 0.25);
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.2, 1);
  animation: fvBsFloat 8s ease-in-out infinite;
}
.fv-bs-fly img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.fv-bs-fly:hover {
  transform: rotate(0deg) scale(1.15) !important;
  z-index: 10;
  box-shadow: 0 0 50px rgba(245, 197, 24, 0.5);
}

@keyframes fvBsFloat {
  0%, 100% { transform: translateY(0) rotate(var(--rot, 0)); }
  50% { transform: translateY(-12px) rotate(var(--rot, 0)); }
}

/* ============================================
   01 · HERO
============================================ */
.fv-hero {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
  z-index: 5;
  background: linear-gradient(180deg, #1a0d05 0%, #0a0a0a 100%);
}

.fv-hero__glow {
  position: absolute;
  width: 70%;
  height: 80%;
  top: 20%;
  left: 15%;
  background: radial-gradient(ellipse, rgba(245, 197, 24, 0.18), transparent 70%);
  filter: blur(70px);
  pointer-events: none;
  animation: fvHeroGlow 5s ease-in-out infinite;
}
@keyframes fvHeroGlow {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.fv-hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  opacity: 0.6;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}

.fv-hero__layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.fv-hero__copy {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* TIMECODE + REC */
.fv-tc {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
}
.fv-tc__time {
  font-size: 12px;
  color: var(--fv-gold-2);
  letter-spacing: 0.18em;
  font-weight: 700;
}
.fv-tc__rec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 3px;
  background: rgba(255, 48, 48, 0.12);
  border: 1px solid rgba(255, 48, 48, 0.4);
  color: #ff3030;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.fv-tc__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3030;
  box-shadow: 0 0 8px #ff3030;
  animation: fvRec 1.2s infinite;
}

.fv-hero__title {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: lowercase;
  color: #fff;
  margin: 8px 0 18px;
  text-align: center;
}
.fv-hero__title em {
  font-style: normal;
}

.fv-hero__strap {
  font-size: 14px;
  color: rgba(242, 240, 237, 0.7);
  margin: 0 0 24px;
  max-width: 480px;
  line-height: 1.55;
  text-align: center;
}
.fv-hero__strap strong {
  color: var(--fv-gold-2);
  font-weight: 700;
}

.fv-hero__cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.fv-hero__meta {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  color: var(--fv-text-faint);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fv-hero__reel {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   02 · EQUIPMENT
============================================ */
.fv-equip {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.fv-equip .container-soul {
  text-align: center;
}

.fv-equip__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin: 30px auto 0;
  max-width: 1000px;
}

.fv-equip__item {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(245, 197, 24, 0.03);
  border: 1px solid rgba(245, 197, 24, 0.18);
  transition: all 0.3s;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 5;
}
.fv-equip__item:hover {
  border-color: rgba(245, 197, 24, 0.5);
  background: rgba(245, 197, 24, 0.06);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(245, 197, 24, 0.2);
}

.fv-equip__emoji {
  font-size: 38px;
  line-height: 1;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(245, 197, 24, 0.5));
}

.fv-equip__h {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
  text-transform: lowercase;
}

.fv-equip__d {
  font-size: 11px;
  color: var(--fv-text-muted);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  letter-spacing: 0.05em;
}

.fv-disclaimer {
  margin: 30px auto 0;
  max-width: 660px;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(255, 48, 48, 0.06);
  border: 1px solid rgba(255, 48, 48, 0.3);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 5;
}
.fv-disclaimer__icon {
  font-size: 32px;
  flex-shrink: 0;
}
.fv-disclaimer__txt {
  text-align: left;
  color: var(--fv-text-muted);
}
.fv-disclaimer__txt strong {
  color: #ff5050;
  font-weight: 800;
  text-transform: lowercase;
}

/* ============================================
   BRIDGE · video grande
============================================ */
.fv-bridge {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(180deg, #0a0a0a, #150a0a, #0a0a0a);
  overflow: hidden;
}
.fv-bridge__inner {
  text-align: center;
  position: relative;
  z-index: 3;
}

/* ============================================
   03 · SERVICES
============================================ */
.fv-services {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.fv-services .container-soul {
  text-align: center;
}

.fv-services__layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  margin-top: 30px;
  align-items: center;
}

.fv-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fv-svc {
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  text-align: left;
}
.fv-svc::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--fv-red-2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.fv-svc:hover::before { opacity: 1; }
.fv-svc:hover {
  border-color: rgba(192, 49, 60, 0.5);
  background: rgba(192, 49, 60, 0.05);
  transform: translateY(-4px);
}

.fv-svc__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.fv-svc__emoji {
  font-size: 36px;
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(192, 49, 60, 0.4));
}
.fv-svc__h {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: -0.01em;
  margin: 0;
}

.fv-svc__d {
  font-size: 13px;
  color: var(--fv-text-muted);
  line-height: 1.55;
  margin: 0 0 12px;
}

.fv-svc__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.fv-svc__tag {
  padding: 3px 9px;
  border-radius: 4px;
  background: rgba(245, 197, 24, 0.1);
  border: 1px solid rgba(245, 197, 24, 0.25);
  color: var(--fv-gold-2);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ============================================
   04 · PORTFOLIO
============================================ */
.fv-portfolio {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.fv-portfolio .container-soul {
  text-align: center;
}

.fv-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px auto 0;
  max-width: 1100px;
}

.fv-shot {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  background: #1a1a1a;
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.5s;
  cursor: pointer;
}
.fv-shot:nth-child(1) { transform: rotate(-2deg); }
.fv-shot:nth-child(2) { transform: rotate(1.5deg) translateY(8px); }
.fv-shot:nth-child(3) { transform: rotate(-1deg); }
.fv-shot:nth-child(4) { transform: rotate(2deg); }
.fv-shot:nth-child(5) { transform: rotate(-1.5deg) translateY(8px); }
.fv-shot:nth-child(6) { transform: rotate(1deg); }

.fv-shot:hover {
  transform: rotate(0) scale(1.04) translateY(-4px) !important;
  z-index: 10;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 40px rgba(245, 197, 24, 0.4);
}

.fv-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fv-shot__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(245, 197, 24, 0.5);
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  color: var(--fv-gold-2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.fv-shot__emoji {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 42px;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.7));
  transform: rotate(-8deg);
}

.fv-portfolio__video {
  margin-top: 50px;
  text-align: center;
}

/* ============================================
   05 · PROCESS
============================================ */
.fv-process {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(180deg, #0a0a0a, #100806);
  overflow: hidden;
}

.fv-process .container-soul {
  text-align: center;
}

.fv-process__layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  margin-top: 30px;
  align-items: center;
}

.fv-process__steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fv-step {
  padding: 20px 18px;
  border-radius: 14px;
  background: rgba(245, 197, 24, 0.03);
  border: 1px solid rgba(245, 197, 24, 0.15);
  text-align: left;
  position: relative;
  transition: all 0.3s;
}
.fv-step:hover {
  border-color: rgba(245, 197, 24, 0.4);
  background: rgba(245, 197, 24, 0.06);
  transform: translateY(-4px);
}

.fv-step__num {
  display: inline-block;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  color: var(--fv-gold-2);
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 3px;
  background: rgba(245, 197, 24, 0.08);
  border: 1px dashed rgba(245, 197, 24, 0.3);
}

.fv-step__emoji {
  font-size: 38px;
  margin: 8px 0 10px;
  line-height: 1;
  filter: drop-shadow(0 4px 12px rgba(245, 197, 24, 0.4));
}

.fv-step__h {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 8px;
  text-transform: lowercase;
}

.fv-step__d {
  font-size: 12px;
  color: var(--fv-text-muted);
  line-height: 1.55;
  margin: 0;
}

.fv-process__extra {
  margin-top: 50px;
  text-align: center;
}

/* CAMEO TEAM */
.fv-team-cameo {
  position: absolute;
  width: 130px;
  z-index: 4;
  transform: rotate(6deg);
  transition: transform 0.5s;
}
.fv-team-cameo img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid rgba(245, 197, 24, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(245, 197, 24, 0.3);
  display: block;
}
.fv-team-cameo__label {
  display: block;
  text-align: center;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  color: var(--fv-gold-2);
  margin-top: 8px;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 6px;
  border-radius: 4px;
  border: 1px solid rgba(245, 197, 24, 0.4);
}
.fv-team-cameo:hover {
  transform: rotate(0) scale(1.1);
}

/* ============================================
   06 · CTA
============================================ */
.fv-cta-sec {
  position: relative;
  padding: 70px 0 100px;
  background: linear-gradient(180deg, #0a0a0a, #1a0a0a);
  overflow: hidden;
}

.fv-cta-sec__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(192, 49, 60, 0.18), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(245, 197, 24, 0.1), transparent 50%);
  pointer-events: none;
  filter: blur(60px);
}

.fv-cta-sec .container-soul {
  text-align: center;
  position: relative;
  z-index: 3;
}

.fv-cta-sec__video {
  max-width: 720px;
  margin: 0 auto 40px;
}

.fv-cta-box {
  padding: 40px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(192, 49, 60, 0.18), rgba(139, 26, 34, 0.08));
  border: 1px solid rgba(192, 49, 60, 0.4);
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 0 80px rgba(192, 49, 60, 0.25);
}
.fv-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(245, 197, 24, 0.1), transparent 70%);
  pointer-events: none;
}

.fv-cta-box__h {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: lowercase;
  letter-spacing: -0.02em;
}
.fv-cta-box__h em {
  font-style: normal;
}

.fv-cta-box__p {
  font-size: 14px;
  color: var(--fv-text-muted);
  margin: 0 0 22px;
  line-height: 1.5;
}

.fv-cta-box__row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 960px) {
  .fv-hero { padding: 60px 0 50px; }
  .fv-hero__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fv-video--showreel { max-width: 240px; }

  .fv-equip { padding: 50px 0; }
  .fv-equip__grid { grid-template-columns: 1fr 1fr; }

  .fv-services__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fv-process__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fv-portfolio__grid { grid-template-columns: 1fr 1fr; }

  .fv-team-cameo {
    display: none;
  }

  /* Riduci backstage fluttuanti su tablet/mobile */
  .fv-bs-fly {
    width: 90px !important;
  }
}

@media (max-width: 540px) {
  .fv-hero__title { font-size: 38px; }
  .fv-h2 { font-size: 32px; }

  .fv-equip__grid { grid-template-columns: 1fr; }

  .fv-services__grid { grid-template-columns: 1fr; }

  .fv-process__steps { grid-template-columns: 1fr; }

  .fv-portfolio__grid { grid-template-columns: 1fr 1fr; gap: 10px; }

  .fv-bs-fly {
    width: 70px !important;
    opacity: 0.7;
  }

  .fv-fly { font-size: 28px !important; opacity: 0.5; }

  .fv-disclaimer {
    flex-direction: column;
    text-align: center;
  }
  .fv-disclaimer__txt { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .fv-fly,
  .fv-bs-fly,
  .fv-tc__dot,
  .fv-tag::before,
  .fv-hero__glow,
  .fv-cta::after {
    animation: none !important;
  }
}

/* ============================================
   FIX · BACKSTAGE protagonisti (riorganizzazione)
============================================ */

/* Backstage inline (nel flusso documento, non absolute) */
.fv-bs-inline {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 197, 24, 0.2);
  border: 2px solid rgba(245, 197, 24, 0.3);
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.2, 1);
  display: inline-block;
}
.fv-bs-inline img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-bs-inline:hover {
  transform: rotate(0) scale(1.04) !important;
  box-shadow: 0 0 50px rgba(245, 197, 24, 0.5);
}

/* Equipment: backstage row sotto al disclaimer */
.fv-equip__bs-row {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.fv-equip__bs-row .fv-bs-inline {
  width: 240px;
  aspect-ratio: 4/3;
}

/* Behind the scenes mini-carosello */
.fv-behind {
  position: relative;
  padding: 70px 0;
  background: linear-gradient(180deg, #0a0a0a, #100806);
  overflow: hidden;
}
.fv-behind .container-soul {
  text-align: center;
}

.fv-behind__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin: 30px auto 0;
  max-width: 1000px;
}

.fv-behind__card {
  aspect-ratio: 4/5;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
}
.fv-behind__card .fv-bs-inline {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 2px solid rgba(245, 197, 24, 0.35);
}
.fv-behind__card .fv-bs-inline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HERO: backstage attorno al copy */
.fv-hero__copy { position: relative; }
.fv-hero__copy .fv-bs-fly { z-index: 2; }

/* PROCESS: backstage z-index */
.fv-process .fv-bs-fly { z-index: 2; }

/* CTA: backstage z-index */
.fv-cta-sec .fv-bs-fly { z-index: 2; }

@media (max-width: 1100px) {
  .fv-hero__copy > .fv-bs-fly,
  .fv-process > .fv-bs-fly[style*="left:-"],
  .fv-process > .fv-bs-fly[style*="right:-"] {
    display: none;
  }
}

@media (max-width: 1200px) {
  .fv-cta-sec > .fv-bs-fly {
    display: none;
  }
}

@media (max-width: 960px) {
  .fv-hero__copy .fv-bs-fly { display: none; }
  .fv-equip__bs-row .fv-bs-inline { width: 200px; }
  .fv-behind__row {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}

/* ============================================
   FIX FINALE · backstage tutti DENTRO sezioni
============================================ */

/* HERO: 2 mini-backstage sotto al CTA */
.fv-hero__bs-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 24px;
}
.fv-hero__bs-row .fv-bs-inline {
  width: 100px;
  height: 130px;
  aspect-ratio: 4/5;
}

/* PROCESS: cluster polaroid 2 backstage + team */
.fv-process__polaroids {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 32px auto;
  max-width: 700px;
  flex-wrap: wrap;
  align-items: center;
}
.fv-process__polaroids .fv-bs-inline {
  width: 180px;
  height: 220px;
  aspect-ratio: 4/5;
  flex-shrink: 0;
}

.fv-process__polaroid {
  position: relative;
  width: 180px;
  flex-shrink: 0;
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.2, 1);
  transform: rotate(0deg) translateY(-10px);
}
.fv-process__polaroid--team { z-index: 2; }
.fv-process__polaroid:hover {
  transform: rotate(0) scale(1.05) translateY(-15px);
  z-index: 5;
}
.fv-process__polaroid img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 14px;
  border: 3px solid rgba(245, 197, 24, 0.5);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 30px rgba(245, 197, 24, 0.3);
  display: block;
}
.fv-process__polaroid-label {
  display: block;
  text-align: center;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 10px;
  color: var(--fv-gold-2);
  margin-top: 8px;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid rgba(245, 197, 24, 0.5);
  text-transform: lowercase;
}

/* CTA: 2 backstage dentro al box ai lati */
.fv-cta-box { position: relative; }

.fv-cta-box__bs {
  position: absolute;
  top: 50%;
  z-index: 3;
}
.fv-cta-box__bs--left {
  left: -90px;
  transform: translateY(-50%);
}
.fv-cta-box__bs--right {
  right: -90px;
  transform: translateY(-50%);
}
.fv-cta-box__bs .fv-bs-inline {
  width: 160px;
  height: 200px;
  aspect-ratio: 4/5;
}

@media (max-width: 1100px) {
  .fv-cta-box__bs { display: none; }
}

@media (max-width: 720px) {
  .fv-process__polaroids { gap: 12px; }
  .fv-process__polaroids .fv-bs-inline,
  .fv-process__polaroid { width: 140px; }
  .fv-process__polaroids .fv-bs-inline { height: 175px; }
}

@media (max-width: 540px) {
  .fv-hero__bs-row .fv-bs-inline {
    width: 80px;
    height: 100px;
  }
}

/* ============================================
   FIX · sezioni più vicine + glow continuo + bs ingranditi
============================================ */

.fv-hero { padding: 70px 0 40px !important; }
.fv-equip,
.fv-bridge,
.fv-services,
.fv-behind,
.fv-portfolio,
.fv-process { padding: 40px 0 !important; }
.fv-cta-sec { padding: 40px 0 70px !important; }

/* Glow oro continuo background fixed */
body.page-template-page-foto-video {
  background:
    radial-gradient(ellipse 1200px 800px at 30% 10%, rgba(245, 197, 24, 0.12), transparent 60%),
    radial-gradient(ellipse 1000px 700px at 70% 35%, rgba(245, 197, 24, 0.08), transparent 60%),
    radial-gradient(ellipse 1200px 800px at 20% 60%, rgba(192, 49, 60, 0.1), transparent 60%),
    radial-gradient(ellipse 1100px 800px at 80% 85%, rgba(245, 197, 24, 0.10), transparent 60%),
    radial-gradient(ellipse 1000px 600px at 40% 100%, rgba(245, 197, 24, 0.08), transparent 60%),
    var(--fv-bg) !important;
  background-attachment: fixed !important;
}

/* Sezioni con sfondi propri alleggeriti per far passare il glow */
.fv-bridge {
  background: linear-gradient(180deg, transparent, rgba(20, 10, 5, 0.4), transparent) !important;
}
.fv-process {
  background: linear-gradient(180deg, transparent, rgba(20, 10, 5, 0.5), transparent) !important;
}
.fv-cta-sec {
  background: linear-gradient(180deg, transparent, rgba(30, 10, 10, 0.6)) !important;
}
.fv-behind {
  background: linear-gradient(180deg, transparent, rgba(20, 10, 5, 0.4), transparent) !important;
}

/* HERO bs-row più grandi (160px) */
.fv-hero__bs-row {
  margin-top: 28px;
  gap: 18px;
}
.fv-hero__bs-row .fv-bs-inline {
  width: 160px !important;
  height: 200px !important;
  aspect-ratio: 4/5;
}

@media (max-width: 540px) {
  .fv-hero__bs-row .fv-bs-inline {
    width: 110px !important;
    height: 140px !important;
  }
}

/* BRIDGE cluster: video + backstage affiancati */
.fv-bridge__cluster {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
  flex-wrap: wrap;
}
.fv-bridge__cluster .fv-video--bridge { margin: 0; }
.fv-bridge__cluster .fv-bs-inline {
  width: 240px;
  height: 320px;
  aspect-ratio: 9/12;
  flex-shrink: 0;
}

@media (max-width: 720px) {
  .fv-bridge__cluster { gap: 16px; }
  .fv-bridge__cluster .fv-bs-inline {
    width: 160px;
    height: 220px;
  }
}

/* ============================================
   FIX · titolo hero a 2 size + bridge 2 video
============================================ */

.fv-hero__title {
  font-size: clamp(36px, 4.5vw, 56px) !important;
  line-height: 1 !important;
}

.fv-hero__title-pre {
  display: block;
  font-size: 0.55em;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: lowercase;
  letter-spacing: -0.02em;
  opacity: 0.95;
}

.fv-hero__title em {
  display: block;
  font-style: normal;
  font-size: 1em;
  line-height: 0.95;
  text-transform: lowercase;
  letter-spacing: -0.03em;
}

.fv-bridge__cluster {
  gap: 24px;
}

.fv-video--bridge-l {
  transform: rotate(-2deg) !important;
  max-width: 280px !important;
}
.fv-video--bridge-r {
  transform: rotate(2.5deg) translateY(20px) !important;
  max-width: 280px !important;
}

@media (max-width: 720px) {
  .fv-video--bridge-l,
  .fv-video--bridge-r {
    max-width: 220px !important;
  }
}

@media (max-width: 540px) {
  .fv-hero__title { font-size: 30px !important; }
  .fv-video--bridge-l,
  .fv-video--bridge-r {
    max-width: 160px !important;
  }
}

/* ============================================
   FIX · backstage post-disclaimer GRANDE
============================================ */
.fv-equip__bs-row {
  margin: 40px 0 0 !important;
}

.fv-equip__bs-row .fv-bs-inline {
  width: 480px !important;
  height: 320px !important;
  aspect-ratio: 3/2 !important;
  transform: rotate(-2deg) !important;
}

.fv-equip__bs-row .fv-bs-inline:hover {
  transform: rotate(0deg) scale(1.03) !important;
}

@media (max-width: 720px) {
  .fv-equip__bs-row .fv-bs-inline {
    width: 90% !important;
    max-width: 380px !important;
    height: auto !important;
    aspect-ratio: 3/2 !important;
  }
}


/* FV MOBILE COMPACT */
@media (max-width: 768px){

  /* 1 - ATTREZZATURA: 3 box quadrati per riga */
  .fv-equip__grid{ grid-template-columns:repeat(3,1fr) !important; gap:8px; }
  .fv-equip__item{ flex-direction:column; text-align:center; padding:12px 6px; gap:4px; }
  .fv-equip__emoji{ font-size:22px; }
  .fv-equip__h{ font-size:10.5px; line-height:1.1; margin:4px 0 2px; }
  .fv-equip__d{ font-size:7.5px; line-height:1.3; }

  /* 2 - SERVIZI: griglia 2x2 */
  .fv-services__grid{ grid-template-columns:repeat(2,1fr) !important; gap:10px; }
  .fv-svc{ padding:14px 12px; }
  .fv-svc__h{ gap:7px; margin-bottom:7px; }
  .fv-svc__emoji{ font-size:18px; }
  .fv-svc h3{ font-size:13px; }
  .fv-svc__d{ font-size:9.5px; line-height:1.45; margin-bottom:9px; }

  /* 3 - BACKSTAGE: 3 foto affiancate */
  .fv-behind__row{ grid-template-columns:repeat(3,1fr) !important; max-width:none !important; gap:8px; }
  .fv-behind__card{ aspect-ratio:4/5; }

  /* 4 - PROCESSO: griglia 2x2 */
  .fv-process__steps{ grid-template-columns:repeat(2,1fr) !important; gap:10px; }
  .fv-step{ padding:14px 11px; }
  .fv-step__h{ font-size:13px; }
  .fv-step__d{ font-size:9px; line-height:1.45; }
}
/* ============================================================ */