/* Live provisoire — un écran, les scores, le compte à rebours */

body.lv-body {
  background: #0b0b0d;
  color: #f4f4f4;
}

body.lv-body .header,
body.lv-body .header.scrolled {
  background: rgba(11, 11, 13, 0.94);
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

body.lv-body .header .nav-link,
body.lv-body .header.scrolled .nav-link,
body.lv-body .logo-title,
body.lv-body .header.scrolled .logo-title {
  color: #f4f4f4;
}

body.lv-body .logo-sub,
body.lv-body .header.scrolled .logo-sub {
  color: rgba(255, 255, 255, 0.55);
}

body.lv-body .hamburger span,
body.lv-body .header.scrolled .hamburger span {
  background: #fff;
}

body.lv-body .mobile-menu {
  background: #0b0b0d;
}

body.lv-body .mobile-menu .mobile-link {
  color: #f4f4f4;
}

body.lv-body .mobile-menu .mobile-sub {
  color: rgba(255, 255, 255, 0.55);
}

body.lv-body .footer {
  background: #08080a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.lv-body::-webkit-scrollbar-track {
  background: #0b0b0d;
}

body.lv-body::-webkit-scrollbar-thumb {
  background: #c0182d;
}

.lv-hero {
  padding: 110px 0 72px;
}

.lv-hero-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.lv-set {
  position: relative;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 8px auto 28px;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background: #111;
}

.lv-set-bg {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: fill;
  display: block;
}

.lv-set-tv {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
}

.lv-set .lv-tv,
.lv-set .lv-tv-bezel,
.lv-set .lv-tv-screen {
  width: 100%;
  height: 100%;
  margin: 0;
}

.lv-set .lv-tv-bezel {
  animation: none;
  padding: 0;
  border-radius: 3px;
  background: none;
  box-shadow: none;
}

.lv-set .lv-tv-screen {
  aspect-ratio: unset !important;
  height: 100%;
  border-radius: 2px;
  background: #050505;
}

.lv-set .lv-tv-poster,
.lv-set .lv-tv-screen > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lv-set figcaption {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(8, 8, 10, 0.72);
  backdrop-filter: blur(10px);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.lv-set figcaption a {
  color: #ffc107;
}

.lv-set-salon .lv-set-tv {
  left: 34.45%;
  top: 25.28%;
  width: 30.86%;
  height: 30.69%;
}

.lv-set-cafe .lv-set-tv {
  left: 37.34%;
  top: 15.83%;
  width: 24.3%;
  height: 25%;
}

.lv-set-stade .lv-set-tv {
  left: 29.69%;
  top: 32.64%;
  width: 26.64%;
  height: 22.92%;
}

.lv-set .lv-tv-hud {
  top: 6px;
  left: 6px;
  right: 6px;
  gap: 6px;
  font-size: 10px;
}

.lv-set .lv-bug {
  left: 6px;
  bottom: 28px;
  transform: scale(0.78);
  transform-origin: left bottom;
}

.lv-set .lv-sponsor-bar {
  height: 22px;
}

.lv-set .lv-sponsor-track img {
  height: 14px;
}

.lv-set .lv-fx {
  left: 8px;
  right: 8px;
  bottom: 28px;
}

.lv-studio {
  padding: 12px 20px 48px;
  scroll-margin-top: 88px;
}

.lv-studio .lv-set {
  margin-bottom: 32px;
}

.lv-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.lv-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c0182d;
  box-shadow: 0 0 0 0 rgba(192, 24, 45, 0.55);
  animation: lvPulse 1.6s ease-out infinite;
}

.lv-title {
  display: flex;
  justify-content: center;
  gap: 0.02em;
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2.4rem, 8vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.lv-char {
  display: inline-block;
  overflow: hidden;
}

.lv-char b {
  display: block;
  font-weight: 800;
}

.lv-lead {
  max-width: 28em;
  margin: 0 auto 24px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.lv-tv {
  margin: 0 auto 22px;
}

.lv-tv-bezel {
  position: relative;
  padding: 8px 8px 18px;
  border-radius: 16px;
  background: linear-gradient(160deg, #3a3a42 0%, #141418 42%, #070709 100%);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  animation: lvGlow 3.4s ease-in-out infinite;
}

.lv-tv-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background: #000;
}

.lv-tv-screen > img,
.lv-tv-screen > video,
.lv-tv-poster {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center;
}

.lv-tv-screen > video {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lv-tv-screen video.is-ready {
  opacity: 1;
}

.lv-tv-hud {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  pointer-events: none;
}

.lv-tv-meta {
  opacity: 0.8;
}

.lv-tv-clock {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.55);
}

.lv-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #c0182d;
}

.lv-live-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: lvPulse 1.4s ease-out infinite;
}

.lv-bug {
  position: absolute;
  left: 12px;
  bottom: 42px;
  z-index: 3;
  display: flex;
  align-items: center;
  max-width: calc(100% - 24px);
  overflow: hidden;
  border-radius: 8px;
  background: rgba(8, 8, 10, 0.9);
  pointer-events: none;
}

.lv-bug-team {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.lv-bug-team img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.lv-bug-score {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 6px 12px;
  background: #c0182d;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.lv-bug-score i {
  font-style: normal;
  opacity: 0.7;
  font-size: 1rem;
}

.lv-bug-tag {
  padding: 8px 10px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffc107;
}

.lv-scores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.lv-scores li {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 2px 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--font-heading);
  font-weight: 800;
  text-transform: uppercase;
}

.lv-scores small {
  grid-column: 1 / -1;
  font-size: 10px;
  letter-spacing: 1.4px;
  color: rgba(255, 255, 255, 0.45);
}

.lv-scores span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.6px;
}

.lv-scores span:last-of-type {
  justify-content: flex-end;
}

.lv-scores img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.lv-scores b {
  font-size: 1.05rem;
  letter-spacing: 0.4px;
}

.lv-scores b span {
  display: inline-block;
}

.lv-clock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.lv-unit {
  min-width: 72px;
  padding: 12px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
}

.lv-unit b {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
}

.lv-unit small {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.lv-hero-meta {
  margin: 0 0 20px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.lv-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.lv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}

.lv-btn.red {
  background: var(--red);
  color: #fff;
}

.lv-btn.red:hover {
  background: var(--red-dark);
}

.lv-btn.ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.lv-btn.ghost:hover {
  border-color: #fff;
}

.lv-studio {
  padding: 12px 20px 48px;
  scroll-margin-top: 88px;
}

.lv-studio-head {
  max-width: 1100px;
  margin: 0 auto 28px;
  text-align: center;
}

.lv-studio-head p {
  margin: 0 0 6px;
  color: #c0182d;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.lv-studio-head h2 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
}

.lv-studio-lead {
  max-width: 36em;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-family: var(--font-body, inherit);
  font-size: 1rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.5;
}

.lv-studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.lv-studio .lv-tv {
  margin: 0;
}

.lv-studio .lv-tv-bezel {
  animation: none;
}

.lv-tv-screen iframe {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lv-tv-caption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 12px 4px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.lv-tv-caption strong {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}

.lv-tv-caption a {
  color: #ffc107;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
}

.lv-end {
  padding: 20px 20px 96px;
  text-align: center;
}

.lv-end h2 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-transform: uppercase;
}

.lv-end p {
  max-width: 420px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.65);
}

.lv-sponsor-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  height: 32px;
  background: rgba(255, 255, 255, 0.94);
  pointer-events: none;
}

.lv-sponsor-label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 10px;
  background: #c0182d;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.lv-sponsor-clip {
  overflow: hidden;
  flex: 1 1 auto;
}

.lv-sponsor-track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  height: 100%;
  padding: 0 14px;
  animation: lvMarquee 26s linear infinite;
}

.lv-sponsor-track img {
  height: 18px;
  width: auto;
  max-width: 92px;
  object-fit: contain;
  display: block;
}

.lv-fx {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 58px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
  text-align: left;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.lv-fx.is-goal,
.lv-fx.is-end,
.lv-fx.is-half {
  background: none;
}

.lv-fx-kicker {
  display: inline-block;
  margin: 0 0 6px;
  padding: 3px 8px;
  background: #ffc107;
  color: #111;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.lv-fx-title {
  display: inline-block;
  max-width: 100%;
  padding: 8px 14px;
  background: #c0182d;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 4.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.lv-fx.is-end .lv-fx-title {
  background: #111;
  box-shadow: inset 0 0 0 2px #ffc107, 0 8px 24px rgba(0, 0, 0, 0.4);
}

.lv-fx.is-half .lv-fx-title {
  background: #16305c;
}

.lv-fx-sub {
  display: block;
  margin-top: 6px;
  padding: 4px 10px;
  background: rgba(8, 8, 10, 0.88);
  font-style: normal;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

@keyframes lvMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes lvPulse {
  0% { box-shadow: 0 0 0 0 rgba(192, 24, 45, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(192, 24, 45, 0); }
  100% { box-shadow: 0 0 0 0 rgba(192, 24, 45, 0); }
}

@keyframes lvGlow {
  0%, 100% {
    box-shadow:
      0 20px 50px rgba(0, 0, 0, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
  50% {
    box-shadow:
      0 20px 56px rgba(192, 24, 45, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
}

.lv-phone-sec {
  padding: 8px 20px 64px;
}

.lv-phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  perspective: 1400px;
  perspective-origin: 50% 40%;
}

.lv-iphone {
  position: relative;
  width: 300px;
  height: 612px;
  transform: rotateY(-22deg) rotateX(8deg) rotateZ(-4deg);
  transform-style: preserve-3d;
}

.lv-iphone-side {
  display: none;
}

.lv-iphone-shadow {
  position: absolute;
  left: 8%;
  right: 4%;
  bottom: -28px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  filter: blur(18px);
  transform: translateZ(-40px);
}

.lv-iphone-body {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 11px;
  border-radius: 48px;
  background:
    linear-gradient(145deg, #3a3a3e 0%, #1c1c1f 38%, #0c0c0e 100%);
  box-shadow:
    18px 28px 50px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -2px 0 rgba(0, 0, 0, 0.5);
  transform: translateZ(16px);
}

.lv-iphone-screen {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 38px;
  background: #000;
}

.lv-iphone-island {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 5;
  width: 92px;
  height: 26px;
  border-radius: 20px;
  background: #050505;
  transform: translateX(-50%);
}

.lv-app {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #0b0b0d;
  color: #fff;
}

.lv-app-status {
  display: flex;
  justify-content: space-between;
  padding: 12px 22px 4px;
  font-size: 12px;
  font-weight: 700;
}

.lv-app-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 10px;
}

.lv-app-head img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.lv-app-head b {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.lv-app-head span {
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: #c0182d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.lv-app-player {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  background: #000;
}

.lv-app-player video,
.lv-app-player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lv-iphone-btn {
  position: absolute;
  z-index: 3;
  background: linear-gradient(90deg, #4a4a4e, #1a1a1c);
  border-radius: 2px;
}

.lv-iphone-btn-silent {
  left: -3px;
  top: 92px;
  width: 4px;
  height: 22px;
}

.lv-iphone-btn-vol {
  left: -3px;
  top: 128px;
  width: 4px;
  height: 58px;
}

.lv-iphone-btn-power {
  right: -3px;
  top: 148px;
  width: 4px;
  height: 72px;
}

.lv-iphone-shine {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 6;
  border-radius: 38px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.16) 0%, transparent 34%, transparent 62%, rgba(255, 255, 255, 0.05) 100%);
}

.lv-iphone-home {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 7;
  width: 92px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(-50%);
}

.lv-app-player video {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lv-app-player video.is-ready {
  opacity: 1;
}

.lv-app-player .lv-bug {
  left: 8px;
  bottom: 36px;
  transform: scale(0.72);
  transform-origin: left bottom;
}

.lv-app-player .lv-tv-hud {
  top: 8px;
  left: 8px;
  right: 8px;
  font-size: 9px;
}

.lv-app-player .lv-sponsor-bar {
  height: 20px;
}

.lv-app-player .lv-fx {
  left: 8px;
  right: 8px;
  bottom: 24px;
}

.lv-app-foot {
  padding: 10px 14px 16px;
}

.lv-app-foot small {
  display: block;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.lv-app-foot p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
}

@keyframes lvPhoneFloat {
  0%, 100% { transform: rotateY(-22deg) rotateX(8deg) rotateZ(-4deg) translateY(0); }
  50% { transform: rotateY(-18deg) rotateX(6deg) rotateZ(-3deg) translateY(-10px); }
}

.lv-iphone {
  animation: lvPhoneFloat 5.5s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .lv-iphone { animation: none; }
}

@media (max-width: 700px) {
  .lv-hero {
    padding: 100px 16px 56px;
  }

  .lv-scores {
    grid-template-columns: 1fr;
  }

  .lv-set {
    border-radius: 14px;
  }

  .lv-iphone {
    width: 220px;
    height: 450px;
  }

  .lv-phone-stage {
    min-height: 500px;
  }

  .lv-studio-grid {
    grid-template-columns: 1fr;
  }

  .lv-tv-caption {
    flex-direction: column;
    gap: 4px;
  }

  .lv-unit {
    min-width: calc(50% - 8px);
    flex: 1 1 40%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lv-badge-dot,
  .lv-live-pill i,
  .lv-tv-bezel,
  .lv-sponsor-track {
    animation: none;
  }
}
