/* --------- Variables thème --------- */
:root {
    --red: #BF1D1D;
    --red-700: #a51818;
    --black: #000000;
    --gray: #B4B4B4;
    --text: #e7e7e7;
    --bg: #0b0b0b;
  
    --card: rgba(255,255,255,.06);
    --stroke: rgba(255,255,255,.10);
    --shadow: 0 10px 30px rgba(0,0,0,.45);
  }
  /* Sélection rouge (texte) */
::selection{ background: var(--red); color:#fff; }
::-moz-selection{ background: var(--red); color:#fff; }

/* Focus accessible et cohérent en rouge sur éléments interactifs */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2.5px solid var(--red);
  outline-offset: 2px;
  border-radius: 6px;
}

  
  /* --------- Reset utile --------- */
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  img { max-width: 100%; display: block; }
  
  /* --------- Layout général (footer collé en bas) --------- */
  body{
    font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--text);
  
    /* Footer sticky */
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
  
    /* Décalage pour la nav fixe */
    padding-top: 72px;
  
    /* Fond : halos non répétés + noir profond */
    background:
      radial-gradient(40% 60% at 90% 12%, rgba(191,29,29,.18), transparent 60%) no-repeat fixed,
      radial-gradient(50% 40% at 12% 88%, rgba(255,255,255,.05), transparent 65%) no-repeat fixed,
      var(--bg);
    background-size:
      700px 520px,
      620px 460px,
      auto;
    background-position:
      right -120px top -80px,
      left -120px bottom -60px,
      center;
  }
  
  /* Le contenu occupe la place restante, pousse le footer en bas */
  main{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    flex: 1;
  }
  
  /* =========================================================
     NAVIGATION FIXE
  ========================================================= */
  .site-header{
    position: fixed; inset: 0 0 auto 0; z-index: 999;
    background: rgba(0,0,0,.55);
    border-bottom: 1px solid var(--stroke);
    backdrop-filter: blur(10px);
  }
  .nav-wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand{
    position: relative;
    display: flex; align-items: center; gap: 12px;
    color:#fff; text-decoration:none;
  }
    /* pill “glass” autour du logo + wordmark
    padding: 6px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid var(--stroke);
    box-shadow: 0 6px 18px rgba(191,29,29,.14);
    transition: transform .2s ease, box-shadow .25s ease, background .25s ease;
  } */


  /*
  .brand:hover{
    transform: translateY(-1px);
    background: rgba(255,255,255,.08);
    box-shadow: 0 12px 28px rgba(191,29,29,.22);
  }*/


  /*
  .brand::after{
    /* halo rouge doux derrière la pastille
    content:""; position:absolute; inset:-4px; border-radius:inherit;
    background: radial-gradient(60% 60% at 20% 10%, rgba(191,29,29,.35), transparent 60%);
    filter: blur(14px); z-index:-1; opacity:.55; pointer-events:none;
  } */
  
  .brand img{ height: 30px; width:auto; }
  @media (min-width: 1025px){
    .brand img{ height: 56px; } /* plus imposant sur desktop */
  }
  
  /* wordmark : type Helios-like */
  .brand span{
    font-family:"Antonio", system-ui, sans-serif;
    letter-spacing:.08em; text-transform:uppercase;
    font-weight:800; font-size:1.1rem; line-height:1;
  }
  
  
  .main-nav{ display: flex; gap: 22px; }
  .main-nav a{
    color: #eaeaea; text-decoration: none; font-weight: 600;
    position: relative; padding: 8px 2px;
  }
  .main-nav a::after{
    content:""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
    background: linear-gradient(90deg, var(--red), #ff5858);
    transition: width .35s ease;
  }
  .main-nav a:hover::after, .main-nav a.active::after{ width: 100%; }
  
  /* Burger */
  #menu-toggle{ display: none; }
  .burger{ display: none; flex-direction: column; gap: 6px; cursor: pointer; }
  .burger span{ width: 26px; height: 2px; background:#fff; transition: .3s; }
  
  /* =========================================================
     SECTIONS GÉNÉRALES
  ========================================================= */
  .section{ max-width:1200px; margin:0 auto; padding:96px 24px; }
  .title-xl{
    font-family: "Antonio", system-ui, sans-serif;
    text-transform: uppercase; letter-spacing:.02em;
    font-weight: 700; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height:1.05;
  }
  .title-lg{
    font-family: "Antonio", system-ui, sans-serif;
    text-transform: uppercase; letter-spacing:.02em;
    font-weight: 700; font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    margin-bottom: 28px;
  }
  .title-lgs{
    font-family: "Antonio", system-ui, sans-serif;
    text-transform: uppercase; letter-spacing:.02em;
    font-weight: 700; font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    margin-bottom: 10px;
  }
  .lead{ font-size: 1.1rem; opacity: .9; max-width: 64ch; }
  
  /* =========================================================
     HERO
  ========================================================= */
  .hero{ position: relative; }
  .hero-grid{
    display: grid; grid-template-columns: 1.2fr .9fr; gap: 48px; align-items: center;
  }
  .cta-row{ display:flex; gap:12px; margin:22px 0 14px; }
  .badges{ list-style:none; display:flex; gap:10px; flex-wrap:wrap; opacity:.9; }
  .badges li{
    border: 1px solid var(--stroke); padding: 6px 10px; border-radius: 999px;
    font-size: .85rem; letter-spacing: .02em;
  }
  .btn{
    display: inline-block; text-decoration: none; font-weight: 700;
    border-radius: 10px; padding: 12px 16px; transition: .25s ease;
    border: 1px solid var(--stroke); will-change: transform;
  }
  .btn-primary{
    background: linear-gradient(180deg, var(--red), var(--red-700));
    color: #fff; box-shadow: 0 10px 24px rgba(191,29,29,.35);
  }
  .btn-primary:hover{ transform: translateY(-2px); }
  .btn-ghost{ color:#fff; background: transparent; }
  .btn-ghost:hover{ background: rgba(255,255,255,.06); }
  .btn-link{ color:#fff; text-decoration: none; border-bottom: 2px solid var(--red); padding-bottom: 2px; }
  .btn-link:hover{ opacity: .85; }
  
  /* Visuel coach */
  .hero-media{ position: relative; }
  .img-frame{
    position: relative; isolation: isolate;
    border-radius: 22px; overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
  }
  .img-frame img{ width:100%; height:auto; object-fit: cover; }
  .accent-ring{
    position: absolute; inset: -2px; border-radius: 24px;
    background: conic-gradient(from 120deg, var(--red), transparent 40%, var(--red) 70%, transparent 90%);
    filter: blur(14px); opacity: .35; z-index: -1;
  }
  .glow{
    position: absolute; inset: auto -20% -25% -20%;
    height: 40%; background: radial-gradient(50% 60% at 50% 0%, rgba(191,29,29,.55), transparent 70%);
    filter: blur(22px);
  }
  
  /* =========================================================
     CARTES / SERVICES
  ========================================================= */
  .cards{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .card{
    padding: 22px 20px; border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
    transform: translateZ(0);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .card:hover{ transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.55); }
  .card-title{
    font-family: "Antonio", system-ui, sans-serif;
    text-transform: uppercase; letter-spacing: .03em;
    margin-bottom: 10px; font-size: 1.3rem;
  }
  .list{ margin-top: 8px; padding-left: 18px; }
  .list li{ margin: 8px 0; }
  
  /* =========================================================
     BIO / STATS
  ========================================================= */
  .bio{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
  .stat-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-content:start; }
  .stat{
    background: var(--card); border: 1px solid var(--stroke); border-radius: 14px;
    padding: 16px 14px; text-align: center;
  }
  .stat-n{
    font-family: "Antonio"; font-size: 1.8rem; letter-spacing: .04em; color: #fff;
  }
  .stat-l{ font-size: .85rem; opacity: .75; }
  
  /* =========================================================
     CONTACT
  ========================================================= */
  .contact{
    background:
      radial-gradient(70% 70% at 20% 0%, rgba(255,255,255,.05), transparent 60%) no-repeat fixed,
      linear-gradient(180deg, rgba(191,29,29,.12), transparent 70%) no-repeat,
      transparent;
    border-top: 1px solid var(--stroke);
    border-bottom: 1px solid var(--stroke);
    background-size: 500px 360px, 100% 100%, auto;
    background-position: left -120px top -80px, center, center;
  }
  .contact-lines{ margin: 8px 0 14px; font-weight: 600; }
  .contact a{ color: #fff; text-decoration:none; }
  .contact a:hover{ color: var(--red); }
  
  .socials{ display:flex; gap:14px; margin-top:6px; }
  .social{
    width:42px; height:42px; display:grid; place-items:center; border-radius:12px;
    background: var(--card); border:1px solid var(--stroke); color:#eaeaea;
    transition: .25s; box-shadow: var(--shadow);
  }
  .social:hover{
    transform: translateY(-3px); color:#fff;
    background: rgba(191,29,29,.18); border-color: rgba(191,29,29,.45);
  }
  
  /* =========================================================
     FOOTER STICKY
  ========================================================= */
  .site-footer{
    background:#000; color:#e7e7e7;
    border-top: 1px solid var(--stroke);
    box-shadow: 0 -10px 30px rgba(0,0,0,.35) inset;
  }
  .site-footer .footer-inner{
    max-width:1200px; margin:0 auto; padding:22px 24px;
    display:flex; align-items:center; justify-content:space-between;
    gap:12px; flex-wrap:wrap;
  }
  .site-footer a{ color:#fff; text-decoration:none; }
  .site-footer a:hover{ color: var(--red); }
  
  /* =========================================================
     RÉVÉLATION AU SCROLL
  ========================================================= */
  .reveal{ opacity:0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.in{ opacity:1; transform:none; }
  
  /* =========================================================
     RESPONSIVE
  ========================================================= */
  @media (max-width: 1024px){
    .hero-grid{ grid-template-columns: 1fr 1fr; }
    .cards{ grid-template-columns: repeat(2,1fr); }
    .bio{ grid-template-columns: 1fr; }
  }
  @media (max-width: 768px){
    /* Menu burger */
    .burger{ display: flex; }
    .main-nav{
      position: fixed; top: 72px; left: 16px; right: 16px;
      background: rgba(0,0,0,.94);
      border: 1px solid var(--stroke); border-radius: 14px;
      padding: 14px; display: none; flex-direction: column; gap: 8px;
    }
    #menu-toggle:checked ~ .burger span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
    #menu-toggle:checked ~ .burger span:nth-child(2){ opacity: 0; }
    #menu-toggle:checked ~ .burger span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }
    #menu-toggle:checked ~ .main-nav{ display: flex; }
  
    .hero-grid{ grid-template-columns: 1fr; gap: 26px; }
    .cards{ grid-template-columns: 1fr; }
  }
  @media (max-width: 420px){
    .brand span{ display: none; }
  }
  



  /* ======= SECTION: Une photo à droite + texte à gauche qui chevauche ======= */
.onephoto{
  position: relative;
  min-height: clamp(60vh, 72vh, 86vh);
  display: grid;
  align-items: center;
  margin-bottom: clamp(48px, 6vw, 96px);
}
.onephoto__inner{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 24px;
  z-index: 2;
  padding-bottom: clamp(24px, 3vw, 40px);
}

/* image à droite, avec perspective, posée "en dessous" */
.onephoto::after{
  content:"";
  position: absolute; inset: 0;
  right: 0; top: 0; bottom: 0;
  width: min(54vw, 780px);
  margin-left: auto;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35)),
    var(--hero) center/cover no-repeat;
  transform: perspective(1200px) rotateY(-12deg) translateX(6%);
  transform-origin: right center;
  border-left: 1px solid var(--stroke);
  filter: saturate(1.05) contrast(1.05);
  box-shadow: 0 40px 80px rgba(0,0,0,.45);
  z-index: 1;
  /* fondu progressif vers la gauche pour un chevauchement propre */
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 96%);
          mask-image: linear-gradient(to left, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 96%);
}

/* carte texte à gauche qui mord légèrement sur la photo */
.info-card{
  position: relative;
  max-width: 620px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid var(--stroke);
  border-left: 4px solid var(--red);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: var(--shadow);
  /* avance légèrement vers la droite pour chevaucher */
  transform: translateX(2%);
}
.info-card .lead{ margin: 10px 0 6px; }
.info-card ul{ padding-left: 18px; margin: 8px 0; }
.info-card li{ margin: 8px 0; }

/* Révélation */
.onephoto.reveal{ opacity:0; transform: translateY(24px); transition: opacity .6s, transform .6s; }
.onephoto.reveal.in{ opacity:1; transform:none; }

/* ======= Responsive ======= */
@media (max-width: 1024px){
  .onephoto::after{
    width: min(60vw, 640px);
    transform: perspective(1000px) rotateY(-10deg) translateX(4%);
  }
  .info-card{ max-width: 640px; transform: none; }
}
@media (max-width: 820px){
  /* Sur mobile: image en haut en full, texte dessous */
  .onephoto{ min-height: auto; }
  .onephoto{ margin-bottom: 56px; }
  .onephoto::after{
    position: relative;
    width: 100%;
    height: 42vh;
    transform: none;
    border-left: none;
    border-bottom: 1px solid var(--stroke);
    -webkit-mask-image: none; mask-image: none;
  }
  .onephoto__inner{ padding: 24px; }
  .info-card{ margin-top: 14px; }
}
