/* ============================================
   LP AGENCE VIDÉO B2B — Variante A
   Angle Expertise — Charte EO Be Creative (rose magenta + noir)
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

:root {
  --pink: #f436ab;
  --pink-dark: #d11a8e;
  --pink-light: #ff6bc9;
  --pink-pale: #fdf0f8;
  --black: #000000;
  --ink: #0a0a0a;
  --ink-soft: #1a1a1a;
  --gray-900: #1a1a1a;
  --gray-700: #404040;
  --gray-500: #737373;
  --gray-400: #a3a3a3;
  --gray-300: #d4d4d4;
  --gray-200: #e5e5e5;
  --gray-100: #f5f5f5;
  --gray-50: #fafafa;
  --white: #ffffff;
  --border: #e5e5e5;
}

body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-700);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== TYPO ===== */
h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 900;
}

h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  font-weight: 700;
}

em {
  font-style: normal;
  color: var(--pink);
  font-weight: 900;
}

.pink {
  color: var(--pink);
  font-weight: 900;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 24px;
}

.section-tag::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background: var(--pink);
}

.tag-light {
  color: var(--pink-light);
}

.tag-light::before {
  background: var(--pink-light);
}

.section-title { margin-bottom: 22px; }

.section-sub {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--gray-500);
  max-width: 780px;
  line-height: 1.65;
  font-weight: 400;
}

.sub-light { color: var(--gray-300); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 17px 36px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: none;
  font-family: 'Roboto', sans-serif;
  transition: all 0.25s ease;
  text-align: center;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--pink);
  color: var(--white);
  border: 2px solid var(--pink);
}

.btn-primary:hover {
  background: var(--pink-dark);
  border-color: var(--pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(244, 54, 171, 0.3);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--white);
}

.btn-large {
  padding: 20px 44px;
  font-size: 0.95rem;
  width: 100%;
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo { display: inline-flex; align-items: center; }
.logo-img { height: 36px; width: auto; display: block; }
.logo-img-footer { height: 30px; width: auto; display: block; }

.header-contact {
  display: flex;
  gap: 28px;
  align-items: center;
}

.header-phone {
  font-size: 0.82rem;
  color: var(--gray-500);
  letter-spacing: 0.02em;
  font-weight: 500;
}

.header-phone strong {
  color: var(--ink);
  font-weight: 700;
  margin-left: 4px;
}

.header-phone:hover strong {
  color: var(--pink);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  padding: 150px 0 0;
  background: var(--white);
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(244, 54, 171, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 100px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(244, 54, 171, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 36px;
  font-weight: 700;
}

.hero-eyebrow .line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--pink);
}

.hero-title {
  margin-bottom: 32px;
  letter-spacing: -0.03em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-sub {
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  color: var(--gray-500);
  margin: 0 auto 44px;
  max-width: 820px;
  line-height: 1.7;
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

/* HERO STATS BANNER */
.hero-stats {
  background: var(--ink);
  color: var(--white);
  padding: 60px 0;
  border-top: 4px solid var(--pink);
  position: relative;
  z-index: 2;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-block {
  text-align: center;
  position: relative;
}

.stat-block:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(244, 54, 171, 0.3);
}

.stat-value {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.6rem, 4.5vw, 3.6rem);
  font-weight: 900;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.stat-value span {
  font-size: 0.8em;
  color: var(--pink-light);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--gray-300);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===== SECTIONS ===== */
.section {
  padding: 110px 0;
  position: relative;
}

.section-dark {
  background: var(--ink);
  color: var(--gray-300);
}

.section-dark h1,
.section-dark h2,
.section-dark h3 {
  color: var(--white);
}

.section-head {
  text-align: center;
  margin-bottom: 70px;
}

.section-head .section-tag,
.section-head .section-sub {
  margin-left: auto;
  margin-right: auto;
}

.section-head .section-tag {
  display: inline-flex;
}

/* ===== REF STATS ===== */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 70px;
}

.ref-stat {
  text-align: center;
  padding: 36px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 54, 171, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.ref-stat:hover {
  background: rgba(244, 54, 171, 0.05);
  border-color: var(--pink);
  transform: translateY(-4px);
}

.ref-num {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 900;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.ref-num span {
  font-size: 0.7em;
  color: var(--pink-light);
}

.ref-label {
  font-size: 0.85rem;
  color: var(--gray-300);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===== SHOWREEL ===== */
.showreel-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.showreel-large { grid-row: span 2; }

.showreel-item {
  border-radius: 6px;
  overflow: hidden;
  background: var(--ink-soft);
  border: 1px solid rgba(244, 54, 171, 0.2);
  aspect-ratio: 1;
  position: relative;
}

.showreel-large.showreel-item { aspect-ratio: auto; }

.showreel-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(135deg, var(--ink-soft) 0%, var(--black) 100%);
  text-align: left;
  padding: 28px;
}

.showreel-label {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 8px;
}

.showreel-hint {
  font-size: 0.78rem;
  color: var(--gray-500);
}

.showreel-link { text-align: center; }

.link-arrow {
  display: inline-block;
  color: var(--white);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 14px 28px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid var(--pink);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.link-arrow:hover {
  background: var(--pink);
  color: var(--white);
  transform: translateY(-2px);
}

/* ===== PILLARS ===== */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.pillar {
  padding: 40px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--pink);
  transition: width 0.4s ease;
}

.pillar:hover {
  border-color: var(--pink);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(244, 54, 171, 0.1);
}

.pillar:hover::before {
  width: 100%;
}

.pillar-num {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--pink);
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}

.pillar h3 {
  margin-bottom: 14px;
  font-size: 1.15rem;
  font-weight: 700;
}

.pillar p {
  color: var(--gray-500);
  font-size: 0.93rem;
  line-height: 1.65;
}

/* ===== QUOTE ===== */
.section-quote {
  background: var(--gray-50);
  padding: 100px 0;
}

.big-quote {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}

.big-quote p {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.4;
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 36px;
  letter-spacing: -0.02em;
}

.quote-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 700;
}

.quote-footer .sep {
  color: var(--pink);
}

/* ===== GRID 3 (types projets) ===== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.card {
  padding: 40px 32px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.card:hover {
  border-color: var(--pink);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(244, 54, 171, 0.08);
}

.card-num {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--pink);
  margin-bottom: 24px;
  letter-spacing: 0.06em;
}

.card h3 {
  margin-bottom: 14px;
  font-size: 1.2rem;
  font-weight: 700;
}

.card p {
  color: var(--gray-500);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ===== CONTACT ===== */
.section-contact {
  background: var(--gray-50);
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
}

.contact-intro p {
  color: var(--gray-500);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 40px;
}

.contact-phones {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-phones a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.contact-phones a:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}

.contact-phones span {
  font-size: 0.74rem;
  color: var(--pink);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-phones strong {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  color: var(--ink);
  font-weight: 700;
}

/* FORM */
.contact-form {
  background: var(--white);
  padding: 48px 44px;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group { margin-bottom: 22px; }

.form-group label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px 18px;
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--ink);
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--pink);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(244, 54, 171, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.form-consent input[type="checkbox"] {
  width: auto;
  margin-top: 4px;
  accent-color: var(--pink);
  cursor: pointer;
}

.form-consent label {
  font-size: 0.85rem;
  color: var(--gray-500);
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.form-success,
.form-error {
  margin-top: 18px;
  padding: 16px 20px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 500;
}

.form-success {
  background: var(--pink-pale);
  color: var(--pink-dark);
  border-left: 3px solid var(--pink);
}

.form-error {
  background: #fdebe5;
  color: #8b3a1f;
  border-left: 3px solid #c87858;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--ink);
  color: var(--gray-300);
  padding: 50px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-brand { display: inline-flex; align-items: center; }

.footer-text p {
  font-size: 0.88rem;
  color: var(--gray-300);
  line-height: 1.6;
}

.footer-text strong {
  color: var(--white);
  font-weight: 700;
}

.footer-links a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.82rem;
  color: var(--pink-light);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--white);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-block:not(:last-child)::after { display: none; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .ref-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; gap: 20px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 50px; }
  .showreel-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .showreel-large { grid-row: auto; grid-column: span 2; aspect-ratio: 16/9; }
  .header-contact { display: none; }
}

@media (max-width: 768px) {
  .section { padding: 70px 0; }
  .hero { padding: 130px 0 0; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .stats-grid { grid-template-columns: 1fr; gap: 32px; }
  .pillars { grid-template-columns: 1fr; }
  .ref-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 32px 24px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .showreel-grid { grid-template-columns: 1fr; }
  .showreel-item.showreel-large { grid-column: auto; aspect-ratio: 16/9; }
  .logo-img { height: 30px; }
  .big-quote p { font-size: 1.4rem; }
  .quote-footer { flex-direction: column; gap: 8px; }
  .hero-eyebrow { font-size: 0.7rem; gap: 10px; }
  .hero-eyebrow .line { width: 24px; }
}

/* ===== BLOC VIDÉO 16/9 (séparateur hero / section suivante) ===== */
.section-video {
  padding: 70px 0;
  background: var(--white);
  position: relative;
  z-index: 1;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 12 / 5;
  background: var(--ink);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.video-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 40px 100px rgba(244, 54, 171, 0.2);
}

.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--ink-soft) 0%, var(--black) 100%);
  gap: 14px;
}

.play-button {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(244, 54, 171, 0.15);
  border: 2px solid var(--pink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink);
  font-size: 1.8rem;
  margin-bottom: 12px;
  padding-left: 6px;
  transition: all 0.3s ease;
}

.video-wrapper:hover .play-button {
  background: var(--pink);
  color: var(--white);
  transform: scale(1.1);
}

.video-label {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.01em;
}

.video-hint {
  font-size: 0.78rem;
  color: var(--gray-500);
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .section-video { padding: 40px 0; }
  .play-button { width: 70px; height: 70px; font-size: 1.4rem; }
  .video-label { font-size: 1rem; }
}


/* ===== IMAGES EN BACKGROUND DES CARTES SHOWREEL ===== */
.showreel-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block;
  transition: transform 0.5s ease;
}

.showreel-item:hover .showreel-bg-img {
  transform: scale(1.04);
}

.showreel-placeholder {
  background: var(--ink) !important;
}

.showreel-placeholder > .showreel-label {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}


/* ============================================
   VIDÉO LIGHTBOX YOUTUBE (perf-optimized)
   ============================================ */

/* Thumbnail cliquable (remplace iframe) */
.video-thumb {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: var(--ink);
  font-family: inherit;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.video-thumb:hover img {
  transform: scale(1.03);
}

.video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(244, 54, 171, 0.92);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background 0.3s ease;
  pointer-events: none;
}

.video-thumb:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.08);
  background: var(--pink);
}

.video-thumb .play-btn svg {
  margin-left: 4px;
}

/* Lightbox plein écran */
.yt-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 5vw;
  animation: lightbox-fade 0.25s ease-out;
}

.yt-lightbox[hidden] {
  display: none !important;
}

@keyframes lightbox-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.yt-lightbox-inner {
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.6);
}

.yt-lightbox iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.yt-close {
  position: absolute;
  top: 24px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--white);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  font-family: Arial, sans-serif;
}

.yt-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 768px) {
  .video-thumb .play-btn {
    width: 70px;
    height: 70px;
  }
  .yt-lightbox {
    padding: 2vh 2vw;
  }
  .yt-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
}

/* ===== BOUTON PLAY OVERLAY SUR CARTES SHOWREEL ===== */
.showreel-item[data-yt-id] {
  cursor: pointer;
}

.showreel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(244, 54, 171, 0.95);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, background 0.25s ease;
}

.showreel-item.showreel-large .showreel-play {
  width: 80px;
  height: 80px;
}

.showreel-play svg {
  margin-left: 3px; /* centrage optique du triangle */
}

.showreel-item[data-yt-id]:hover .showreel-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--pink);
}

.showreel-item[data-yt-id]:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}
