/*!
 * Creative - feuille de style simplifiée pour Quatre Oeils
 */

/* -----------------------
   FONTS & BASE
----------------------- */

@font-face {
  font-family: "master_of_break";
  src: url("/master_of_break.otf") format("opentype"),
       url("/master_of_break.ttf") format("truetype");
}

@font-face {
  font-family: "prestige";
  src: url("/Prestige.ttf") format("truetype");
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 72px;
}

body {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  background-color: black;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-heading {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: justify;
}

a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover,
a:focus {
  color: #cccccc;
}

/* Sélections */
::selection {
  color: white;
  background: #222222;
}
::-moz-selection {
  color: white;
  background: #222222;
}

/* -----------------------
   NAVBAR
----------------------- */

.navbar-brand {
    margin-left: 10px !important;
}


.navbar-default {
  background-color: black;
  border: none;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.navbar-default .navbar-header .navbar-brand {
  font-family: prestige, "Inter", sans-serif;
  font-size: 2em;
  color: white;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: white;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: white;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: white;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: white !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
}




/* -----------------------
   HEADER VIDEO
----------------------- */
/* ===== HOME HERO (verrouillé) ===== */

header.video-header{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
}

/* Vidéo plein écran */
header.video-header .bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(55%);
  z-index: 0;
}

/* Contenu centré (titre + bouton) */
header.video-header .header-content{
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;     /* ✅ empile titre + bouton */
  align-items: center;        /* ✅ centre horizontalement */
  justify-content: center;    /* ✅ centre verticalement */

  text-align: center;
  padding: 0 20px;
}

.video-header .header-content-inner {
  max-width: 700px;
  margin: 0;
  text-align: left;
}

/* TEXTE HEADER : chaque mot sur une ligne */
.header-vision {
  margin: 0;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.05;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .video-header .header-content {
    left: 6vw;
    bottom: 10vh;
  }

}



/* ===== HOME : TEXTE CENTRÉ (League Spartan) ===== */

.video-header .header-content{
  left: 50% !important;
  bottom: 50% !important;
  transform: translate(-50%, 50%) !important; /* centre verticalement */
  width: min(900px, 92vw);
  text-align: center;
}

.home-hero-title{
  font-family: "League Spartan", "Inter", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 0.8;
  letter-spacing: -0.015em;
  text-transform: none;
  margin: 0;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0,0,0,0.7);
}

.home-hero-title{
  animation: fadeUp 1.1s ease-out forwards;
}

.hero-subtle-cta {
  position: absolute;
  left: 50%;
  bottom: -7.5vh;
  transform: translateX(-50%);
  margin-top: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-subtle-cta:hover,
.hero-subtle-cta:focus {
  color: #fff;
  opacity: 0.9;
}

.hero-subtle-cta-arrow {
  display: block;
  width: 18px;
  height: 18px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg);
  animation: scrollCueBounce 1.5s ease-in-out infinite;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scribble-img {
  position: relative;
  display: inline-block;
  padding-bottom: 14px; /* espace pour le trait */
}

.scribble-img::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 6px;

  width: 102%;
  height: 8px;              /* ⬅️ TRÈS FIN */

  background: url("../img/scribble-img.png") no-repeat center;
  background-size: contain;
  opacity: 0.85;

  pointer-events: none;
}


/* ===== HOME : Fleche qui descend ===== */


.scroll-indicator{
  margin-top: 36px; /* ⬅️ espace sous le titre */
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  color: #fff;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.scroll-indicator:hover{
  opacity: 1;
  transform: translateY(2px);
}

/* Texte du bouton */
.scroll-text{
  font-family: "Inter","League Spartan", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Flèche */
.scroll-arrow{
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  animation: arrow-float 1.6s ease-in-out infinite;
}

/* Animation flèche */
@keyframes arrow-float{
  0%{
    transform: rotate(45deg) translate(0,0);
    opacity: 0.4;
  }
  50%{
    transform: rotate(45deg) translate(0,6px);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) translate(0,0);
    opacity: 0.4;
  }
}


/* -----------------------
   SECTIONS GÉNÉRALES
----------------------- */

section {
  padding: 100px 0;
}

aside {
  padding: 50px 0;
}

.no-padding {

  padding: 0;
}


/* Section Portfolio en fond blanc */
.section-portfolio {
  background-color: #ffffff;  /* fond blanc */
  padding: 40px 10px;           /* espace intérieur comme les autres sections */
}

/* Titre centré, même style que NOTRE ÉQUIPE */
.section-titles {
  font-family: "Inter", sans-serif;
  text-align: center;         /* centrage du texte */
  font-size: 4rem;         /* adapte à ta taille actuelle */
  font-weight: 900;           /* idem */
  color: #000;                /* texte en noir si nécessaire */
  margin-bottom: 40px;
  letter-spacing: -1px;
  line-height: 1.03;       /* compact comme sur l'exemple */
  text-transform: uppercase;
  letter-spacing: -0.5px;  /* compacté pour effet 'heavy' */




}




/* Container centré mais large */
.container-fluid {
  max-width: 1200px;   /* augmente si tu veux plus large (1300, 1400…) */
  margin: 0 auto;      
  padding: 0 40px;     /* espace gauche/droite, tu peux mettre 20 si c'est trop */
  box-sizing: border-box;
}

.bg-primary {
  background-color: black;
  color: white;
}

.bg-dark {
  background-color: #222222;
  color: white;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

hr {
  border-color: #f2b3ec;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: white;
}

hr.none {
  border-color: transparent;
  opacity: 0;
}

/* -----------------------
   PORTFOLIO (3 vignettes)
----------------------- */

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  border: 4px solid #ffffff;
  padding: 20px;
  margin: 0px 0;   /* espace entre les blocs uniquement en vertical */
}

.portfolio-box img {
  width: 100%;
  display: block;
  transition: filter 0.35s;
}

.portfolio-box:hover img {
  filter: brightness(70%);
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.portfolio-box .portfolio-box-caption-content {
  text-align: center;
}

.project-category {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}




.portfolio-intro{
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 32px; /* espace entre texte et boutons */
  padding: 0 20px;

  font-family: "Inter","League Spartan", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #000;
}

.portfolio-section-title{
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  max-width: 1200px;
  padding: 0 20px;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.03;
  text-transform: uppercase;
  text-align: left;

  margin: 0 auto 14px; /* espace avec le texte en dessous */
  margin-top: 4rem;
  
  color: #000;
}

    

    
   
  
   /* compacté pour effet 'heavy' 
    margin: 0 0 32px 0; */







/* -----------------------
   CITATION ENTRE PORTFOLIO & PRESTATIONS
----------------------- */

.citation-section {
  background: white;
  padding: 140px 0;
  text-align: center;
}

.citation-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  max-width: 1100px;
  margin: auto;
  line-height: 1.25;
  color: black;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .citation-text {
    font-size: 2.2rem;
    padding: 0 20px;
  }
}

/* -----------------------
   SECTION PRESTATIONS / A PROPOS (fond blanc)
----------------------- */

/* ============== SECTION A PROPOS (version maquette) ============== */

.apropos-section {
    background: #ffffff;
    color: #000000;
    padding: 0;
    position: relative;   /* important pour la barre en bas */
}


.apropos-inner {
    padding: 60px 40px 80px; /* dernier chiffre = padding-bottom */
}



.apropos-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 130px 40px 60px;
    display: flex;
    align-items: stretch;
    gap: 80px;                 /* espace texte / photo */
    position: relative;
}





.services-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px 60px;
    display: flex;
    align-items: stretch;
    gap: 80px;                 /* espace texte / photo */
    position: relative;
}


/* Bloc texte à gauche */
.apropos-text-block {
    flex: 1.7;                 /* plus large que la photo */
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    padding-top: 00px; /* ajuste selon ton goût */
}

/* GROS TITRE comme sur le visuel */
.apropos-title {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 4rem;
    line-height: 1.03;       /* compact comme sur l'exemple */
    text-transform: uppercase;
    letter-spacing: -0.5px;  /* compacté pour effet 'heavy' */
    margin: 0 0 32px 0;
}


/* Texte de paragraphe */
.apropos-text {
    max-width: 520px;
}

.apropos-text p {
    font-size: 1.05rem;        /* un peu plus grand (~17px) */
    line-height: 1.35;
    margin-bottom: 18px;
    color: #222222;
}

.apropos-text strong {
    font-weight: 700;
}

/* Bloc image à droite */
.apropos-image-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.apropos-image {
    width: 100%;
    max-width: 420px;          /* plus étroit */
    aspect-ratio: 2 / 4;       /* format portrait comme sur ton visuel */
    object-fit: cover;         /* recadrage propre */
}



/* Bloc image à droite */
.equipe-image-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.equipe-image {
    width: 100%;
    max-width: 420px;          /* plus étroit */
    aspect-ratio: 2 / 4;       /* format portrait comme sur ton visuel */
    object-fit: cover;         /* recadrage propre */
}





/* Bloc image à droite */
.services-image-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.services-image {
    width: 150%;
    max-width: 420px;          /* plus étroit */
    aspect-ratio: 4 / 4;       /* format portrait comme sur ton visuel */
    object-fit: cover;         /* recadrage propre */
}

/* -------- Responsive -------- */
@media (max-width: 992px) {
    .apropos-inner {
        flex-direction: column-reverse;
        gap: 32px;
        padding: 40px 24px 50px;
    }

    .apropos-left-border {
        display: none;
    }

    .apropos-text-block {
        padding-left: 0;
    }

    .apropos-title {
        font-size: 2.2rem;
    }

    .apropos-text {
        max-width: 100%;
    }

    .apropos-image-block {
        justify-content: center;
    }

    .apropos-image {
        max-width: 360px;
        width: 100%;
    }
}





















/* -----------------------
   AUTRES SECTIONS AVEC IMAGES DE FOND
----------------------- */

#services {
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;

}

#concert {
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../img/concert.jpg");
}

#backstage {
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../img/backstage.jpg");
}

/* -----------------------
   VIDEO CONTAINER (ancienne section)
----------------------- */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 100vh;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------
   BOUTONS
----------------------- */

.btn {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}

.btn-primary {
  color: white;
  background-color: rgba(240, 95, 65, 0.4);
  border-color: rgba(240, 95, 65, 0.4);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgba(240, 95, 65, 0.6);
  border-color: rgba(240, 95, 65, 0.6);
}

.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #f2f2f2;
}




/* -----------------------
   CONTACT
----------------------- */

#contact {
  background-color: black;
  color: white;
}

#contact a {
  color: white;
}

/* Fin du fichier */



.navbar-nav > li:last-child > a {
    margin-right: 25px;   /* ajuste la valeur selon ton goût */
}

/* Animation hover sur les liens du menu */

.navbar-default .nav > li > a {
    position: relative;
    overflow: hidden;
}

/* Trait animé sous le lien */
.navbar-default .nav > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;       /* distance sous le texte */
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.25s ease-out;
}

/* Au survol : le trait s'étend */
.navbar-default .nav > li > a:hover::after,
.navbar-default .nav > li > a:focus::after {
    width: 100%;
}


/* =========================
   SECTION CONTACT PLEIN ÉCRAN - VERSION GRID
   ========================= */

.contact-section {
    background-color: black;
    color: white;
    height: 100vh;           /* prend EXACTEMENT la taille de l’écran */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;    /* important */
    overflow: hidden;
}

.contact-inner {
    width: 100%;
    max-width: 1300px;
    height: 100%;
    display: grid;
    grid-template-rows: auto auto auto;   /* top / centre / bas */
    padding: 0 60px;
}

/* --- LIGNE DU HAUT ALIGNÉE PARFAITEMENT --- */

.contact-top {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: space-between;
    align-items: center;

    margin-top: 0;            /* collé en haut */
    padding-top: 20px;        /* très léger espace respirable */
    margin-bottom: 20px;

    column-gap: 120px;        /* espace horizontal entre les éléments */
}


.contact-pill {
    padding: 12px 32px;
    border-radius: 999px;
    background: white;
    color: black !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;       /* ✔️ empêche le saut de ligne */
    align-items: center;        /* ✔️ centre texte + flèche */
    white-space: nowrap;        /* ✔️ interdit les retours à la ligne */
    gap: 8px;
}

.contact-pill::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid black;
    border-top: 3px solid black;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.contact-pill:hover::after {
    transform: rotate(45deg) translate(3px, -3px);
}
/* Liens réseaux */
.contact-link {
    font-size: 20px;     /* augmenté */
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: white;
}

/* Flèche */
.contact-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 0;
    color: transparent;
}

.contact-arrow::before {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 4px solid white;
    border-top: 4px solid white;
    transform: rotate(-45deg);
    transition: transform 0.25s ease;
}

.contact-arrow:hover::before,
.contact-arrow:focus::before {
    transform: rotate(-45deg) translate(3px, -3px);
}



/* Correction : empêche le curseur loupe */
.portfolio-box img,
.portfolio-box,
.portfolio-box:hover,
.no-gutter a,
.no-gutter a:hover {
    cursor: pointer !important;
}


/* ========= SECTION PRÉSENTATION ========= */

.presentation-section {
    width: 100%;
    padding: 100px 0;
    background: white; /* ou transparent selon ton choix */
}

.presentation-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px; /* espace général */
    padding: 0 40px;
}

.presentation-image img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 8px; /* optionnel */
    
}

.presentation-divider {
    width: 1px;
    height: 300px;
    background: black;
    opacity: 0.3;
}

.presentation-text {
    max-width: 500px;
}

.presentation-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .presentation-inner {
        flex-direction: column;
        gap: 30px;
    }

    .presentation-divider {
        display: none;
    }
}





.parallax-title {
    will-change: transform;
    transition: transform 0.1s ease-out;
}
.parallax-wrapper {
    display: inline-block;
    will-change: transform;
    /* pas de transition ici, sinon ça saccade */
}






.contact-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* On vire tout soulignement éventuel */
.contact-link,
.contact-link:hover,
.contact-link:focus {
    text-decoration: none !important;
}

/* Texte normal */
.contact-link span {
    display: block;
    transition: transform 0.3s ease;
}

/* Texte dupliqué qui glisse depuis le bas */
.contact-link::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;          /* en dessous du mot */
    width: 100%;
    color: white;
    transition: transform 0.3s ease;
}

/* Au survol : le texte actuel monte, le dupliqué prend sa place */
.contact-link:hover span,
.contact-link:focus span {
    transform: translateY(-100%);
}

.contact-link:hover::after,
.contact-link:focus::after {
    transform: translateY(-100%);
}


/* Navbar noire permanente (pour page Services) */
.navbar-solid {
    background: black !important;
    border-color: transparent !important;
}

.navbar-solid .navbar-nav > li > a {
    color: white !important;
}

.navbar-solid .navbar-brand img {
    filter: brightness(100%);
}



/* ===== BLOC SERVICE (FILM XX) ===== */

.service-block {
    background: #ffffff;
    color: #000000;
    padding: 100px 0 100px;
}

/* Un bloc service = une barre + un contenu */
.service-inner {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 15vh;
    padding: 0 40px;
    display: flex;
    gap: 40px;
}


/* Colonne principale (tout ce qui n’est pas la barre) */
.service-main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Ligne du haut : TITRE/BOUTON à gauche, TEXTE à droite */
.service-top {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Deux colonnes de largeur égale */
.service-title-col,
.service-text-col {
    flex: 1;
}

/* Colonne gauche : titre + bouton empilés, centrés l’un par rapport à l’autre */
.service-title-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;              /* espace entre titre et bouton */
}

/* On centre le contenu textuel à l’intérieur */
.service-title-col > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Titre des services (optionnel si tu utilises déjà .apropos-title) */
.service-title {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 3rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

/* Colonne droite : texte + petite barre verticale à gauche */
.service-text-col {
  text-align: justify;
    position: relative;
    padding-left: 25px;
    max-width: 600px;
}

.service-text-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #000;
    opacity: 0.5;
    border-radius: 2px;
}


/* Barre verticale à gauche */
.service-left-border {
    width: 2px;
    background: #000000;
    opacity: 0.5;
    align-self: stretch;
}


.service-text-col p {
    margin: 0;
    line-height: 1.7;
}

/* Image en dessous, alignée avec le contenu */
.service-image-wrapper {
    margin-top: 40px;
}

.service-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Bouton dans les blocs services */
.service-block .cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 32px;
    border-radius: 999px;

    border: 2px solid black;
    background: transparent;
    color: black;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;

    margin-top: 0;
    align-self: center;  /* centré sous le titre */
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

.service-block .cta-outline::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid black;
    border-top: 3px solid black;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.service-block .cta-outline:hover::after {
    transform: rotate(45deg) translate(3px, -3px);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .service-inner {
        padding: 0 24px 60px;
        flex-direction: column;
    }

    .service-left-border {
        display: none;
    }

    .service-top {
        flex-direction: column;
        gap: 24px;
    }

    .service-title {
        font-size: 2.4rem;
    }

    .service-text-col {
        max-width: 100%;
    }

    .service-block .cta-outline {
        align-self: flex-start; /* sur mobile, aligné à gauche */
    }
}






















/* ===== LAYOUT 2 TEXTES EN HAUT + VIDEO EN BAS ===== */

.service-layout {
    max-width: 1200px;
    margin: 120px auto 120px;  /* espace autour de la section */
    padding: 0 40px;
    display: flex;
    flex-direction: column;    /* 2 zones empilées : top + bottom */
    gap: 40px;                 /* espace entre le haut (textes) et le bas (vidéo) */
}

/* Partie haute : 2 colonnes texte */
.service-layout-top {
    display: flex;
    flex-direction: row;       /* 2 blocs côte à côte */
    gap: 60px;                 /* espace entre les 2 textes */
    align-items: flex-start;
}

.service-text-block {
    flex: 1;                   /* chaque bloc prend la moitié de la largeur */
}

.service-text-block h3 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-text-block p {
    font-size: 0.98rem;
    line-height: 1.7;
}

/* Partie basse : vidéo */
.service-layout-bottom {
    display: flex;
    justify-content: center;
}

.service-video-wrapper {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;      /* format vidéo */
    overflow: hidden;
}

.service-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive : en dessous d'une certaine largeur, on met les 2 textes l'un sous l'autre */
@media (max-width: 900px) {
    .service-layout {
        padding: 0 24px;
    }

    .service-layout-top {
        flex-direction: column;
        gap: 24px;
    }
}


.services-section {
    background: #ffffff;
    color: #000000;
    padding: 0;
    position: relative;   /* important pour la barre en bas */
    margin-top: 0vh;
}




.scrolled {
  background-color: black;
  border: none;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.scrolled .navbar-header .navbar-brand {
  font-family: prestige, "Inter", sans-serif;
  font-size: 2em;
  color: white;
}

.scrolled .navbar-header .navbar-brand:hover,
.scrolled .navbar-header .navbar-brand:focus {
  color: white;
}

.scrolled .nav > li > a,
.scrolled .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: white;
}

.scrolled .nav > li > a:hover,
.scrolled .nav > li > a:focus:hover {
  color: white;
}

.scrolled .nav > li.active > a,
.scrolled .nav > li.active > a:focus {
  color: white !important;
  background-color: transparent;
}

.scrolled .nav > li.active > a:hover,
.scrolled .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .scrolled {
    background-color: transparent;
    border-color: transparent;
  }
}


.scrolled {
    background-color: #000000; /* couleur que tu veux */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optionnel, pour effet d'ombre */
} 







/* Image de fond (le O / l'œil) */
.eye-base {
  width: 100%;
  display: block;
}

/* Centre de l'œil, superposé exactement par-dessus */
.eye-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  transition: transform 0.08s linear; /* fluide mais rapide */
}

/* ❌ Tu peux supprimer tout ça :
@keyframes eye-move { ... }

.logo-eye:hover .eye-center {
  animation: eye-move 0.9s ease-in-out infinite;
}
*/

/* Animation : va-et-vient horizontal */
@keyframes eye-move {
  0% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(-6px);
  }
}



/* --- CENTRE : LOGO PARFAITEMENT CENTRÉ --- */

.logo-eye {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    width: 50vw;
    cursor: pointer;
    
    justify-self: center;  /* centre horizontalement dans la grille */
    align-self: center;    /* centre verticalement dans la ligne */
}


.contact-title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  
}










/* --- NAVBAR BS5 : rétablir la typo & le style --- */

#mainNav .navbar-nav .nav-link {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: white;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  padding: 15px 20px;
}

/* État actif / focus */
#mainNav .navbar-nav .nav-link:focus,
#mainNav .navbar-nav .nav-link.active {
  color: white;
}

/* Petite animation de soulignement au survol */
#mainNav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.25s ease-out;
}

#mainNav {
    transition: background-color 0.6s ease, box-shadow 0.3s ease;
}

#mainNav .container-fluid {
  max-width: none;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

#mainNav .navbar-brand {
  margin-left: 0 !important;
  padding-left: 0;
}

#mainNav .navbar-collapse {
  justify-content: flex-end;
}

#mainNav .navbar-nav {
  margin-left: auto;
}

@media (min-width: 992px) {
  #mainNav .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#mainNav .navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Centrer parfaitement le lien CONTACT sous le logo */
.contact-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;   /* ajuste selon la distance voulue sous l'œil */
}

.contact-meta-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "mail contact city";
    align-items: center;
    column-gap: clamp(18px, 3vw, 54px);
    row-gap: 10px;
}

.contact-meta-row > a.contact-meta-mail {
    grid-area: mail;
    justify-self: start;
    white-space: nowrap;
}

.contact-meta-row > a.contact-link[data-text="CONTACT"] {
    grid-area: contact;
    justify-self: center;
    white-space: nowrap;
}

.contact-meta-row > span.contact-meta-item {
    grid-area: city;
    justify-self: end;
    white-space: nowrap;
}

.contact-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: none;
}

.contact-meta-item--label {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: none;
}

.contact-meta-item .fa {
    font-size: 0.95em;
    opacity: 0.95;
}

.contact-meta-mail {
    text-decoration: none;
}

.contact-meta-mail,
.contact-meta-mail:hover,
.contact-meta-mail:focus {
    text-decoration: none !important;
}

.contact-meta-mail-textwrap {
    position: relative;
    display: inline-block;
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    padding-right: 0.12em;
}

.contact-meta-mail-text {
    display: block;
    line-height: 1.2em;
    transition: transform 0.3s ease;
}

.contact-meta-mail-text--hover {
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
}

.contact-meta-mail:hover .contact-meta-mail-text,
.contact-meta-mail:focus .contact-meta-mail-text {
    transform: translateY(-100%);
}

.contact-meta-item--button {
    padding: 9px 18px;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
}

.logo-eye {
    transition: transform 0.5s cubic-bezier(.17,.67,.45,1.35);
}





.fade-title {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(.17,.67,.45,1.35);
}

.fade-title.appear {
    opacity: 1;
    transform: translateY(0);
}

/* Barre verticale qui suit la hauteur naturelle de la section services */
.vertical-bar-global {
    position: absolute;
    top: 80px;       /* démarre sous la navbar */
    bottom: 0;       /* descend jusqu'à la fin de services-section */
    left: 80px;      /* aligne la barre avec tes autres barres */
    width: 2px;
    background: rgba(0,0,0,0.4); /* sur fond blanc */
    pointer-events: none;
}



/* Assure que services-section peut accueillir du position:absolute */
.services-section {
    position: relative;
}







/* Bloc texte fixe sous NOS SERVICES */
.services-text {
    width: 480px;             /* CONTRAINTE RÉELLE : largeur fixe */
    max-width: 100%;          /* pour éviter de casser sur mobile */
    padding: 20px 0;          /* petit espace vertical */
    display: block;           /* force un bloc réel */
}

.services-text {
    margin: 0;
    line-height: 1.6;
}





/* Bouton dans les blocs services */
.service-block .cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 32px;
    border-radius: 999px;

    border: 2px solid black;
    background: transparent;
    color: black;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;

    margin-top: 0;
    align-self: flex-start;     /* IMPORTANT : aligné avec le titre, pas centré dans la colonne */
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

.service-block .cta-outline::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid black;
    border-top: 3px solid black;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.service-block .cta-outline:hover::after {
    transform: rotate(45deg) translate(3px, -3px);
}






/* Bouton outline utilisé hors des services (même style que le bouton service) */
.cta-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 32px;
    border-radius: 999px;

    border: 2px solid black;
    background: transparent;
    color: black;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 20px !important;

    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Flèche noire */
.cta-outline::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid black;
    border-top: 3px solid black;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.cta-outline:hover::after {
    transform: rotate(45deg) translate(3px, -3px);
}





/* “QUATRE” en haut à gauche */
.logo-quatre {
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translate(calc(-100% - 8px), 14px);
  width: 170px;
}

/* “ŒILS” en bas à gauche */
.logo-oeils {
  position: absolute;
  top: -74px;
  left: 50%;
  bottom: auto;
  transform: translate(8px, 8px);
  width: 150px;
}



/* Lignes horizontales */
.contact-line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 0px 0 ; /* espace autour des lignes */
  margin-bottom: 100px;
}

.contact-line-bottom {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: px 0 ; /* espace autour des lignes */
  margin-top: 100px;
}


/* ===== VIDEO CENTRÉE DANS LE PORTFOLIO ===== */

.portfolio-video-wrapper{
  display:flex;
  justify-content:center;
  margin:60px 0 80px;
}

.portfolio-video{
  width:100%;
  max-width:900px;
  aspect-ratio:16/9;
}

.portfolio-video iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}





/* ===== TOGGLE PORTFOLIO (VERSION PREMIUM) ===== */
/* ===== TOGGLE PORTFOLIO (CADRES PROPRES) ===== */

.portfolio-toggle-wrapper {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
}

.portfolio-toggle{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 6px;
  border: 2px solid #000;   /* ✅ contour noir */
  border-radius: 999px;

  background: transparent;  /* ❌ plus de fond gris */
}

/* Bouton */
.toggle-btn{
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 18px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #7a7a7a;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.toggle-btn.is-active{
  background: #000;
  color: #fff;
}

/* Mini pictogramme (cadre) */
.format-icon{
  flex: 0 0 auto;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 4px;
  opacity: 0.9;
}

/* Horizontal = rectangle large */
.toggle-horizontal .format-icon{
  width: 22px;
  height: 14px;
}

/* Vertical = rectangle haut */
.toggle-vertical .format-icon{
  width: 14px;
  height: 22px;
}

/* Hover subtil */
.toggle-btn:not(.is-active):hover{
  color: #000;
}







/* ===== Grille de vidéos ===== */
/* ===== PORTFOLIO GRID ===== */



/* ===== PORTFOLIO GRID (centré + 2 colonnes horizontal / 4 colonnes vertical) ===== */

.portfolio-grid{
  display: grid;
  justify-content: center;          /* ✅ centre le groupe */
  align-items: start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;

  /* Transition douce lors du switch */
  opacity: 1;
  transition: opacity 160ms ease;
}

.portfolio-grid.is-fading{
  opacity: 0;
}

/* Vertical = 4 colonnes fixes */
.portfolio-grid.layout-vertical{
  grid-template-columns: repeat(4, 300px);  /* ⬅️ taille vertical (change ici) */
}

/* Horizontal = 2 colonnes fixes */
.portfolio-grid.layout-horizontal{
  grid-template-columns: repeat(2, 560px);  /* ⬅️ taille horizontal (change ici) */
}

/* Carte */
.portfolio-card{
  display: block;
  border-radius: 28px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  text-decoration: none;
}

/* Thumb + ratios */
.portfolio-thumb{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-card[data-type="vertical"] .portfolio-thumb{
  aspect-ratio: 9 / 16;
}

.portfolio-card[data-type="horizontal"] .portfolio-thumb{
  aspect-ratio: 16 / 9;
}

.portfolio-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.portfolio-card:hover img{
  transform: scale(1.02);
  filter: brightness(0.85);
}

/* Bouton play */
.play-btn{
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  backdrop-filter: blur(6px);
}

/* ===== Responsive : on réduit le nombre de colonnes ===== */

@media (max-width: 1350px){
  .portfolio-grid.layout-vertical{
    grid-template-columns: repeat(3, 300px);
  }
}

@media (max-width: 1050px){
  .portfolio-grid.layout-vertical{
    grid-template-columns: repeat(2, 300px);
  }
  .portfolio-grid.layout-horizontal{
    grid-template-columns: 1fr;
    max-width: 900px;
  }
}

@media (max-width: 650px){
  .portfolio-grid.layout-vertical{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(92vw, 520px);
  }
  .portfolio-grid.layout-horizontal{
    grid-template-columns: 1fr;
    max-width: 92vw;
  }
}



 /* Titre centré dans la vignette (horizontal uniquement) */
.portfolio-card[data-type="horizontal"] .portfolio-title{
  position: absolute;
  inset: 0;                      /* occupe toute la vignette */
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  color: white;
  text-align: center;
  pointer-events: none;

  text-shadow: 0 6px 18px rgba(0,0,0,0.65);
}

/* ===== PORTFOLIO HOME REWORK (gris + panneau noir) ===== */
.section-portfolio {
  background: #1c1c1c;
  padding: 86px 0 110px;
}

.section-portfolio.section-portfolio-classic {
  background: #fff;
  padding: 40px 10px;
}

.portfolio-section-title {
  color: #f5f5f5;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
  max-width: 1220px;
  padding: 0 28px;
  margin: 0 auto 34px;
  text-transform: none;
  line-height: 1.1;
}

.portfolio-stage {
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 30px 34px;
  border-radius: 28px;
  background: #050505;
}

.portfolio-stage.is-resizing {
  overflow: hidden;
  transition: height 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.portfolio-toggle-wrapper {
  margin: 8px 0 38px;
}

.portfolio-toggle {
  border-color: #f2f2f2;
  padding: 4px;
}

.toggle-btn {
  color: #ededed;
  min-width: 165px;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-transform: none;
}

.toggle-btn .format-icon {
  display: none;
}

.toggle-btn.is-active {
  color: #fff;
  background: linear-gradient(90deg, #62d4ef 0%, #2f7fdd 100%);
}

.toggle-btn:not(.is-active):hover {
  color: #fff;
}

.portfolio-stage-body {
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.portfolio-intro {
  margin: 0;
  padding: 0 0 0 20px;
  color: #f7f7f7;
  font-size: clamp(0.95rem, 1.35vw, 1.35rem);
  line-height: 1.34;
  font-weight: 500;
  max-width: 430px;
}

.portfolio-intro-lead {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.2rem, 1.9vw, 1.85rem);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.9em;
}

.portfolio-intro-body {
  display: inline;
}

.portfolio-intro-accent {
  background: linear-gradient(90deg, #62d4ef 0%, #2f7fdd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.portfolio-grid {
  max-width: none;
  margin: 0;
  padding: 0;
  justify-content: start;
}

.portfolio-grid.layout-horizontal {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.portfolio-grid.layout-vertical {
  grid-template-columns: repeat(2, minmax(220px, 280px));
  gap: 22px;
}

.portfolio-card {
  border-radius: 24px;
  box-shadow: none;
}

.play-btn {
  width: 72px;
  height: 72px;
  left: 20px;
  bottom: 20px;
  font-size: 24px;
  background: rgba(12, 15, 23, 0.36);
  border: 2px solid rgba(255, 255, 255, 0.22);
}

.portfolio-card[data-type="horizontal"] .portfolio-title {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

@media (max-width: 991.98px) {
  .section-portfolio {
    padding: 56px 0 74px;
  }

  .portfolio-section-title {
    margin-bottom: 22px;
    padding: 0 16px;
  }

  .portfolio-stage {
    margin: 0 12px;
    padding: 20px 14px 18px;
    border-radius: 22px;
  }

  .portfolio-stage-body {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .portfolio-intro {
    max-width: none;
    padding: 0;
    font-size: clamp(1.05rem, 4.6vw, 1.35rem);
  }

  .toggle-btn {
    min-width: 128px;
    font-size: 14px;
  }

  .portfolio-grid.layout-vertical {
    max-width: min(92vw, 520px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
  }

  .portfolio-grid.layout-horizontal {
    max-width: none;
    grid-template-columns: 1fr;
  }

  .play-btn {
    width: 52px;
    height: 52px;
    left: 12px;
    bottom: 12px;
    font-size: 17px;
  }

  .portfolio-card[data-type="horizontal"] .portfolio-title {
    font-size: clamp(1.6rem, 8vw, 2.3rem);
  }
}





/* ===== VIMEO MODAL FULLSCREEN ===== */
.vimeo-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  z-index: 99999;
  pointer-events: auto;
}

.vimeo-modal.is-open{
  display: block;
}

.vimeo-modal-inner{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6vh 6vw;
}

.vimeo-embed{
  width: min(1200px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.vimeo-embed iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Croix en haut à gauche */
.vimeo-close{
   z-index: 100000;   /* au-dessus de tout */
  pointer-events: auto;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.35);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.vimeo-close:hover{
  background: rgba(255,255,255,0.12);
}

/* ===== PASSE UX MOBILE ===== */
@media (max-width: 991.98px) {
  body {
    overflow-x: hidden;
  }

  p {
    font-size: 16px;
    line-height: 1.55;
    text-align: left;
  }

  section {
    padding: 72px 0;
  }

  #mainNav {
    background: #000;
  }

  #mainNav .container-fluid {
    padding: 0 16px;
  }

  #mainNav .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
  }

  #mainNav .navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(255, 255, 255, 0.25);
  }

  #mainNav .navbar-collapse {
    background: #000;
    margin-top: 12px;
    padding: 8px 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
  }

  #mainNav .navbar-nav .nav-link {
    padding: 12px 10px;
    font-size: 14px;
  }

  header.video-header {
    height: 88vh;
    min-height: 520px;
  }

  .video-header .bg-video {
    filter: brightness(42%);
  }

  .video-header .header-content {
    width: min(94vw, 560px);
  }

  .home-hero-title {
    font-size: clamp(2rem, 10vw, 3.1rem);
    line-height: 0.94;
  }

  .hero-subtle-cta {
    bottom: -6vh;
    font-size: 11px;
    letter-spacing: 0.1em;
    gap: 6px;
  }

  .portfolio-section-title {
    font-size: clamp(2rem, 10vw, 2.8rem);
    margin-top: 0;
    padding: 0 16px;
  }

  .portfolio-intro {
    font-size: clamp(1rem, 4.2vw, 1.18rem);
    padding: 0;
    margin-bottom: 0;
  }

  .portfolio-toggle-wrapper {
    margin: 4px 0 24px;
  }

  .toggle-btn {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .portfolio-grid {
    gap: 20px;
    padding: 0;
  }

  .play-btn {
    width: 46px;
    height: 46px;
    left: 12px;
    bottom: 12px;
  }

  .apropos-inner,
  .services-inner {
    padding: 84px 18px 40px;
    gap: 22px;
  }

  .apropos-title,
  .service-title {
    font-size: clamp(2rem, 10vw, 2.5rem);
    line-height: 1.02;
    margin-bottom: 18px;
  }

  .service-inner {
    padding: 0 18px 40px;
    margin-bottom: 56px;
    gap: 18px;
  }

  .service-text-col {
    padding-left: 16px;
  }

  .service-text-col p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .cta-outline,
  .service-block .cta-outline,
  .contact-pill {
    min-height: 44px;
    padding: 10px 20px;
    font-size: 13px;
  }

  .contact-section {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .contact-inner {
    grid-template-rows: auto auto auto;
    padding: 18px 16px 28px;
  }

  .contact-top {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: center;
    row-gap: 14px;
    column-gap: 14px;
    margin-bottom: 22px;
    padding-top: 6px;
  }

  .contact-top .contact-pill {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .contact-top .contact-arrow {
    display: none;
  }

  .contact-link {
    font-size: 14px;
    letter-spacing: 0.08em;
  }

  .logo-eye {
    max-width: 170px;
    width: 58vw;
  }

  .logo-quatre {
    width: 105px;
    top: -40px;
    left: 50%;
    transform: translate(calc(-100% - 6px), 5px);
  }

  .logo-oeils {
    width: 95px;
    top: -40px;
    left: 50%;
    bottom: auto;
    transform: translate(6px, 0);
  }

  .contact-line {
    margin-bottom: 36px;
  }

  .contact-line-bottom {
    margin-top: 36px;
    margin-bottom: 14px;
  }

  .contact-meta-row {
    grid-template-columns: 1fr auto 1fr;
    column-gap: 14px;
    row-gap: 8px;
  }

  .contact-meta-item {
    font-size: 14px;
    gap: 8px;
  }

  .contact-meta-item--button {
    padding: 8px 14px;
  }
}

@media (max-width: 575.98px) {
  #mainNav .navbar-brand img {
    height: 24px !important;
    margin-top: 0 !important;
  }

  .contact-top {
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    column-gap: 26px;
    row-gap: 12px;
  }

  .contact-top .contact-arrow {
    display: none;
  }

  .contact-link {
    font-size: 13px;
  }

  .contact-meta-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "contact"
      "mail"
      "city";
    row-gap: 10px;
    justify-items: center;
  }

  .contact-meta-row > a.contact-meta-item,
  .contact-meta-row > a.contact-link,
  .contact-meta-row > span.contact-meta-item {
    grid-column: auto;
    justify-self: center;
  }

  .contact-meta-item {
    font-size: 12px;
    gap: 6px;
  }

  .contact-meta-item--button {
    padding: 7px 12px;
  }

  .portfolio-card {
    border-radius: 18px;
  }

  .vimeo-modal-inner {
    padding: 11vh 3vw 4vh;
  }

  .vimeo-close {
    top: 12px;
    left: 12px;
  }

  .logo-quatre {
    top: -30px;
    width: 94px;
    transform: translate(calc(-100% - 5px), 4px);
  }

  .logo-oeils {
    top: -30px;
    width: 86px;
    transform: translate(5px, 0);
  }
}

/* ===== SLIDE MESSAGE (apres portfolio) ===== */
.statement-slide {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 20px;
  min-height: 100vh;
  position: relative;
  overflow: clip;
}

.statement-video-shell {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(860px, 78vw);
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
  transition: none;
  z-index: 0;
  pointer-events: none;
  will-change: transform, border-radius;
}

.statement-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.36) 100%
  );
}

.statement-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.statement-inner {
  width: min(1400px, 96vw);
  aspect-ratio: 16 / 9;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.statement-topline {
  margin: 0 0 24px;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #f2f2f2;
}

.statement-topline .scribble-img::after {
  left: -112%;
  width: 228%;
  bottom: 2px;
}

.statement-title {
  margin: 0;
  font-family: "League Spartan", "Inter", Arial, sans-serif;
  font-size: clamp(2.4rem, 4.9vw, 5.4rem);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.statement-line {
  display: block;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.statement-line.appear {
  opacity: 1;
  transform: translateY(0);
}

.statement-line-1 {
  transition-delay: 0.02s;
}

.statement-line-2 {
  transition-delay: 0.2s;
}

.statement-line-3 {
  transition-delay: 0.38s;
}

.statement-accent {
  background: linear-gradient(90deg, #62d4ef 0%, #2f7fdd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.statement-subline {
  margin: 30px auto 0;
  max-width: 760px;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.15vw, 1.5rem);
  line-height: 1.35;
  font-weight: 400;
  color: #b8b8b8;
  text-align: center;
}

@media (max-width: 991.98px) {
  .statement-slide {
    padding: 34px 16px 40px;
  }

  .statement-video-shell {
    width: min(640px, 88vw);
    border-radius: 20px;
  }

  .statement-inner {
    width: min(980px, 100%);
    min-height: auto;
    aspect-ratio: auto;
  }

  .statement-topline {
    margin-bottom: 16px;
    font-size: clamp(0.82rem, 3.9vw, 1.08rem);
    text-align: center;
    width: 100%;
    white-space: nowrap;
  }

  .statement-title {
    font-size: clamp(1.9rem, 10.4vw, 3rem);
    line-height: 0.98;
  }

  .statement-subline {
    margin-top: 20px;
    font-size: clamp(0.9rem, 4.2vw, 1.08rem);
  }
}

/* ===== CUE SCROLL BETWEEN STATEMENT AND WORKFLOW ===== */
.scroll-cue-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  padding: 4px 0 2px;
}

.scroll-cue-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  color: #fff;
  text-decoration: none;
}

.scroll-cue-down-arrow {
  width: 22px;
  height: 22px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(45deg);
  animation: scrollCueBounce 1.5s ease-in-out infinite;
}

@keyframes scrollCueBounce {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.55;
  }
  50% {
    transform: rotate(45deg) translate(4px, 4px);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.55;
  }
}

@media (max-width: 991.98px) {
  .scroll-cue-wrap {
    margin-top: 12px;
    padding: 2px 0 0;
  }

  .scroll-cue-down {
    width: 52px;
    height: 52px;
  }

  .scroll-cue-down-arrow {
    width: 18px;
    height: 18px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
}

/* ===== SLIDE WORKFLOW (apres statement) ===== */
.workflow-scrolly {
  background: #000;
  color: #fff;
  min-height: 320vh;
  position: relative;
}

.workflow-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 20px;
}

.workflow-shell {
  width: min(1180px, 90vw);
}

.workflow-title {
  margin: 0 0 clamp(20px, 3.5vh, 34px);
  font-family: "League Spartan", "Inter", Arial, sans-serif;
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fff;
}

.workflow-main {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.1fr);
  gap: clamp(24px, 3.3vw, 44px);
  align-items: center;
}

.workflow-phases-viewport {
  min-height: clamp(315px, 42vh, 405px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.workflow-phases {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  transition: transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.workflow-phase {
  opacity: 0.34;
  transform: scale(0.84);
  transform-origin: left center;
  filter: blur(0.3px);
  transition: opacity 0.34s ease, transform 0.34s ease, filter 0.34s ease;
}

.workflow-phase.is-active {
  opacity: 1;
  transform: scale(1.03);
  filter: blur(0);
}

.workflow-phase h3 {
  margin: 0 0 9px;
  font-family: "League Spartan", "Inter", Arial, sans-serif;
  font-size: clamp(1.45rem, 2.3vw, 2.55rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.workflow-phase h3 i {
  font-size: 0.86em;
  opacity: 0.95;
}

.workflow-phase p {
  margin: 0;
  color: #d6d6d6;
  text-align: left;
  font-size: clamp(1.05rem, 1.15vw, 1.62rem);
  line-height: 1.24;
  font-weight: 500;
  max-width: 26ch;
}

.workflow-accent {
  background: linear-gradient(90deg, #62d4ef 0%, #2f7fdd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.workflow-media {
  position: relative;
  width: 100%;
  max-width: 840px;
  justify-self: end;
  aspect-ratio: 16 / 10;
  border-radius: 32px;
  overflow: hidden;
  background: #0c0c0c;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.43);
}

.workflow-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.24) 100%);
  pointer-events: none;
}

.workflow-media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(0.965);
  transition: opacity 0.34s ease, transform 0.34s ease;
}

.workflow-media-video.is-active {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 991.98px) {
  .workflow-scrolly {
    min-height: auto;
    padding: 30px 12px 40px;
  }

  .workflow-sticky {
    position: static;
    height: auto;
    padding: 0;
  }

  .workflow-shell {
    width: min(980px, 100%);
  }

  .workflow-title {
    font-size: clamp(2rem, 11vw, 3.2rem);
    margin-bottom: 24px;
    text-align: center;
  }

  .workflow-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .workflow-phases-viewport {
    min-height: auto;
    overflow: visible;
  }

  .workflow-phases {
    gap: 20px;
    transform: none !important;
  }

  .workflow-phase {
    opacity: 0.48;
    transform: scale(0.93);
    filter: none;
  }

  .workflow-phase.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .workflow-phase h3 {
    font-size: clamp(1.2rem, 6.8vw, 1.85rem);
  }

  .workflow-phase p {
    font-size: clamp(0.92rem, 4vw, 1.08rem);
    line-height: 1.28;
    max-width: none;
  }

  .workflow-media {
    border-radius: 20px;
  }
}

/* ===== SLIDE SOUND (apres workflow) ===== */
.sound-slide {
  background: #000;
  color: #fff;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sound-inner {
  width: min(1080px, 84vw);
  aspect-ratio: 16 / 9;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(28px, 4.2vw, 58px) clamp(18px, 3.4vw, 34px);
  position: relative;
  z-index: 2;
}

.sound-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sound-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.sound-title {
  margin: 0;
  font-family: "League Spartan", "Inter", Arial, sans-serif;
  font-size: clamp(2.45rem, 4.6vw, 4.9rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-align: center;
}

.sound-title .sound-scribble::after {
  left: -12%;
  width: 126%;
  bottom: 2px;
}

.sound-lead {
  margin: clamp(36px, 4.4vw, 54px) 0 0;
  font-family: "League Spartan", "Inter", Arial, sans-serif;
  font-size: clamp(2rem, 3.15vw, 3.05rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.sound-accent {
  background: linear-gradient(90deg, #62d4ef 0%, #2f7fdd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sound-text {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  font-size: clamp(1rem, 1.12vw, 1.25rem);
  line-height: 1.38;
  font-weight: 500;
  color: #d0d0d0;
}

.sound-text + .sound-text {
  margin-top: 18px;
}

.sound-lead + .sound-text {
  margin-top: clamp(34px, 4.2vw, 56px);
}

@media (max-width: 991.98px) {
  .sound-slide {
    padding: 26px 12px 34px;
  }

  .sound-inner {
    width: min(980px, 100%);
    aspect-ratio: auto;
    min-height: auto;
    padding: 32px 14px;
  }

  .sound-title {
    font-size: clamp(1.95rem, 10.2vw, 3rem);
  }

  .sound-title .sound-scribble::after {
    left: -16%;
    width: 132%;
    bottom: 2px;
  }

  .sound-lead {
    margin-top: 26px;
    font-size: clamp(1.7rem, 8.6vw, 2.45rem);
    line-height: 1.08;
  }

  .sound-lead + .sound-text {
    margin-top: 24px;
  }

  .sound-text {
    font-size: clamp(0.92rem, 4.1vw, 1.02rem);
    line-height: 1.36;
  }

  .sound-text + .sound-text {
    margin-top: 14px;
  }
}

/* ===== SERVICES PAGE: BLACK THEME ===== */
body.services-page {
  background: #000;
  color: #fff;
}

body.services-page .apropos-section,
body.services-page .service-block,
body.services-page .section-portfolio.section-portfolio-classic {
  background: #000 !important;
  color: #fff;
}

body.services-page .section-portfolio.section-portfolio-classic {
  padding: 18px 10px 40px;
}

body.services-page .apropos-title,
body.services-page .service-title,
body.services-page .section-titles,
body.services-page .project-category,
body.services-page .apropos-text-block p,
body.services-page .service-text-col p,
body.services-page .section-portfolio p {
  color: #fff !important;
}

body.services-page .apropos-text-block strong {
  font-weight: 700;
  background: linear-gradient(90deg, #62d4ef 0%, #2f7fdd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.services-page .service-text-col::before,
body.services-page .service-left-border {
  background-color: #fff !important;
  opacity: 0.32;
}

body.services-page .service-block .cta-outline,
body.services-page .cta-outline {
  color: #fff;
  border-color: #fff;
}

body.services-page .service-block .cta-outline::after,
body.services-page .cta-outline::after {
  border-right-color: #fff;
  border-top-color: #fff;
}

body.services-page .services-portfolio-grid {
  max-width: 1200px;
  margin: 26px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.services-page .services-portfolio-stage {
  width: min(1220px, 92vw);
  min-height: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 16px;
}

body.services-page .services-portfolio-stage .section-titles {
  margin: 0 0 22px;
}

body.services-page .services-portfolio-card .portfolio-thumb {
  aspect-ratio: 16 / 9;
}

body.services-page .services-portfolio-card {
  border-radius: 22px;
  overflow: hidden;
}

body.services-page .services-portfolio-card .portfolio-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.65);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  body.services-page .services-portfolio-stage .section-titles {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
    line-height: 1.08;
  }

  body.services-page .services-portfolio-stage {
    width: min(980px, 100%);
    aspect-ratio: auto;
    min-height: auto;
  }

  body.services-page .services-portfolio-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: none;
    width: 100%;
    gap: 12px;
    margin-top: 22px;
    padding: 0 var(--services-carousel-side-pad, 2px) 6px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--services-carousel-side-pad, 2px);
    scrollbar-width: none;
  }

  body.services-page .services-portfolio-grid::-webkit-scrollbar {
    display: none;
  }

  body.services-page .services-portfolio-card {
    flex: 0 0 min(68vw, 220px);
    scroll-snap-align: center;
  }
}

/* ===== SERVICES EDITORIAL LAYOUT ===== */
.editorial-services {
  background: #000 !important;
  color: #fff !important;
  width: min(1220px, 92vw);
  margin: 0 auto;
  padding: 34px 0 24px;
}

.editorial-service-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 10px;
}

.editorial-service-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding: 46px 0 32px;
}

.editorial-service-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
}

.editorial-service-copy {
  max-width: 980px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.editorial-service-title {
  margin: 0 0 24px;
  font-family: "League Spartan", "Inter", Arial, sans-serif;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.editorial-service-copy p {
  margin: 0;
  text-align: left;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.62rem);
  line-height: 1.32;
  color: #fff;
  font-weight: 400;
}

.editorial-service-copy strong {
  font-weight: 700;
  background: linear-gradient(90deg, #62d4ef 0%, #2f7fdd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.editorial-service-cta {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1.5px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.editorial-service-cta::after {
  content: "↗";
  font-size: 20px;
  line-height: 1;
}

.editorial-service-media {
  width: 100%;
}

.editorial-service-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .editorial-services {
    width: min(980px, 100%);
    padding: 20px 12px 18px;
  }

  .editorial-service-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 20px;
  }

  .editorial-service-title {
    font-size: clamp(1.8rem, 10vw, 2.65rem);
    margin-bottom: 16px;
  }

  .editorial-service-copy p {
    font-size: clamp(1rem, 4.6vw, 1.18rem);
    line-height: 1.35;
  }

  .editorial-service-cta {
    font-size: 14px;
    padding: 10px 18px;
  }

  .editorial-service-media {
    display: none;
  }

  .editorial-service-copy {
    min-height: 0;
  }
}

/* Keep services page dark theme off for the editorial section */
body.services-page .editorial-services,
body.services-page .editorial-services .editorial-service-title,
body.services-page .editorial-services .editorial-service-copy p,
body.services-page .editorial-services .editorial-service-head,
body.services-page .editorial-services .editorial-service-cta {
  color: #fff !important;
}

body.services-page .editorial-services {
  background: #000 !important;
}
