*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#171717;overflow-x:hidden}
img{max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit}

:root{--cream:#F9F7CD;--gold:#D27D1B;--black:#171717;--white:#fff;--grey:#666}


/* =========================================================
   HEADER
========================================================= */

.header{position:fixed;top:0;left:0;z-index:1000;width:100%;min-height:105px;padding:15px 5vw;display:flex;align-items:center;background:var(--cream);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 3px 18px rgba(0,0,0,.06)}

.logo-link{display:flex;align-items:center;flex-shrink:0}.header-logo{display:block;width:230px;height:auto;object-fit:contain}

.nav{margin-left:auto;display:flex;align-items:center;gap:28px}.nav a{position:relative;font-size:12px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--black);transition:.25s ease}.nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--gold);transition:width .25s ease}.nav a:hover{color:var(--gold)}.nav a:hover:after{width:100%}

.language{display:flex;align-items:center;gap:7px;margin-left:30px}.language span{color:#999}.lang{border:0;background:transparent;cursor:pointer;font-size:11px;font-weight:700;color:#888}.lang.active{color:var(--gold)}

.hamburger{display:none;width:42px;height:42px;margin-left:auto;border:0;background:transparent;cursor:pointer;padding:8px}.hamburger span{display:block;width:100%;height:2px;margin:6px 0;background:var(--black);transition:.25s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}


/* =========================================================
   HERO
========================================================= */

.hero{position:relative;width:100%;height:min(78vh,760px);min-height:500px;margin-top:105px;background-image:url("../images/hero/hero.png");background-size:cover;background-position:center;background-repeat:no-repeat}

.hero-content{position:absolute;left:0;right:0;bottom:45px;display:flex;justify-content:center;align-items:center}

.hero-button{display:inline-flex;align-items:center;justify-content:center;padding:15px 28px;background:var(--gold);color:#fff;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;transition:.25s ease}

.hero-button:hover{background:#b96714;transform:translateY(-2px)}


/* =========================================================
   TITRES
========================================================= */

.section-title{text-align:center;margin-bottom:40px}.eyebrow{display:block;margin-bottom:13px;color:var(--gold);font-size:11px;font-weight:700;letter-spacing:2.5px}.section-title h2,.feature-content h2,.about-content h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.1}.gold-line{width:48px;height:2px;margin-top:18px;background:var(--gold)}.section-title .gold-line{margin-left:auto;margin-right:auto}


/* =========================================================
   PIÈCES
========================================================= */

.pieces-section{padding:90px 5vw;background:#fff}

.filters{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:45px}

.filter{padding:10px 17px;border:1px solid #ddd;background:#fff;color:#555;cursor:pointer;font-size:11px;text-transform:uppercase;letter-spacing:.7px;transition:.2s ease}

.filter:hover,.filter.active{background:var(--gold);border-color:var(--gold);color:#fff}


/* CARROUSEL */

.carousel{display:flex;align-items:center;gap:18px;width:100%}

.carousel-window{flex:1;min-width:0;overflow:hidden}

.product-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%}

.product{min-width:0;border:1px solid #e7e7e7;background:#fff;overflow:hidden}

.product>img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#f8f8f8;padding:20px}

.product-info{padding:20px}

.product-cat{display:block;margin-bottom:8px;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}

.product h3{margin-bottom:7px;font-size:16px;font-weight:600}

.product p{min-height:35px;margin-bottom:14px;color:#777;font-size:12px;line-height:1.5}

.product strong{display:block;margin-bottom:12px;font-size:18px}


/* STOCK */

.stock{display:flex;align-items:center;gap:7px;font-size:10px;color:#666}

.stock i{display:block;width:7px;height:7px;border-radius:50%;background:#4e8d54}

.stock.soldout i{background:#999}


/* FLÈCHES */

.carousel-arrow{flex-shrink:0;width:40px;height:40px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:25px;line-height:1;transition:.2s ease}

.carousel-arrow:hover{background:var(--gold);border-color:var(--gold);color:#fff}


/* DOTS */

.dots{display:flex;justify-content:center;gap:7px;margin-top:30px}

.dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#ccc;cursor:pointer}

.dots button.active{background:var(--gold)}

.inventory-note{margin-top:25px;text-align:center;color:#777;font-size:11px}


/* =========================================================
   SERVICES + DÉCOUVERTE
========================================================= */

.feature-section{display:grid;grid-template-columns:1fr 1fr;width:100%}

.feature{position:relative;min-height:620px;overflow:hidden}

.feature-content{position:relative;z-index:3;height:100%;padding:75px 7vw}


/* SERVICES */

.services-feature{position:relative;color:#fff;background:#222}

.services-background{position:absolute;inset:0;background-image:url("../images/services/services.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}

.services-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.96) 0%,rgba(0,0,0,.91) 14%,rgba(0,0,0,.76) 30%,rgba(0,0,0,.52) 48%,rgba(0,0,0,.22) 67%,rgba(0,0,0,0) 84%)}

.services-feature .feature-content{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:65px}

.services-feature h2{color:#fff;text-shadow:2px 3px 10px rgba(0,0,0,.98)}

.services-feature .eyebrow{color:var(--gold);text-shadow:2px 3px 10px rgba(0,0,0,.98)}

.services-feature .gold-line{box-shadow:0 2px 10px rgba(0,0,0,.8)}

.services-feature p{max-width:470px;margin-top:25px;color:rgba(255,255,255,.96);font-size:14px;line-height:1.8;text-shadow:2px 3px 9px rgba(0,0,0,.98)}


/* PRIX */

.price-area{margin-top:30px}

.price-button{display:inline-flex;align-items:center;padding:13px 20px;border:1px solid var(--gold);background:var(--gold);color:#fff;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;transition:.25s ease}

.price-button:hover{background:#b96714;border-color:#b96714}

.price-disclaimer{margin-top:12px!important;color:rgba(255,255,255,.75)!important;font-size:10px!important}


/* DÉCOUVERTE */

.discovery-feature{background:var(--cream)}

.discovery-feature .feature-content{display:flex;flex-direction:column;justify-content:center}

.discovery-feature h2{color:var(--black)}

.discovery-feature p{max-width:480px;margin-top:25px;color:#555;font-size:14px;line-height:1.7}

.spotify{width:100%;max-width:520px;margin-top:30px}

.spotify iframe{display:block;width:100%;border:0}


/* =========================================================
   VALEURS
========================================================= */

.values-section{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:65px 5vw;background:#fff}

.value{display:flex;gap:17px;align-items:flex-start}

.value-icon{flex-shrink:0;color:var(--gold);font-size:27px}

.value h3{margin-bottom:9px;font-size:11px;letter-spacing:1.8px}

.value p{color:#777;font-size:12px;line-height:1.6}


/* =========================================================
   À PROPOS
========================================================= */

.about-section{display:grid;grid-template-columns:1fr 1fr;min-height:600px}

.about-content{display:flex;flex-direction:column;justify-content:center;padding:80px 8vw}

.about-content p{max-width:600px;margin-top:28px;color:#555;font-size:14px;line-height:1.8}


/* IMAGE À PROPOS — MODIFICATION */

.about-image{
  min-height:600px;
  background-image:url("../images/about.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
}


/* =========================================================
   FOOTER
========================================================= */

.footer{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:45px;padding:60px 5vw 25px;background:var(--cream);color:var(--black)}

.footer-logo-link{display:inline-block;margin-bottom:20px}

.footer-logo{display:block;width:180px;height:auto;object-fit:contain}

.footer-brand p{color:#555;font-size:13px;line-height:1.7}

.footer-column{padding-left:25px;border-left:1px solid rgba(0,0,0,.18)}

.footer-column h3{margin-bottom:20px;font-size:11px;letter-spacing:2px}

.footer-column a,.footer-column p{display:block;margin-bottom:13px;color:#555;font-size:13px;line-height:1.5;transition:.2s ease}

.footer-column a:hover{color:var(--gold)}

.copyright{grid-column:1/-1;padding-top:22px;margin-top:10px;border-top:1px solid rgba(0,0,0,.18);text-align:center;color:#777;font-size:11px}


/* =========================================================
   MODAL PDF
========================================================= */

.price-modal{position:fixed;inset:0;z-index:5000;display:none;align-items:center;justify-content:center}

.price-modal.open{display:flex}

.modal-background{position:absolute;inset:0;background:rgba(0,0,0,.75)}

.modal-content{position:relative;z-index:2;width:min(900px,90vw);height:min(850px,90vh);background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.35)}

.modal-content iframe{width:100%;height:100%;border:0}

.modal-close{position:absolute;top:-45px;right:0;width:35px;height:35px;border:0;background:transparent;color:#fff;cursor:pointer;font-size:32px;line-height:1}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1100px){

  .header-logo{width:200px}

  .nav{gap:18px}

  .nav a{font-size:10px}

  .product-track{grid-template-columns:repeat(2,minmax(0,1fr))}

  .values-section{grid-template-columns:repeat(2,1fr)}
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:700px){

  html{scroll-padding-top:78px}

  .header{min-height:78px;padding:10px 20px}

  .header-logo{width:170px}

  .language{margin-left:auto;margin-right:12px}

  .hamburger{display:block}


  .nav{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    margin:0;
    padding:10px 20px 20px;
    background:var(--cream);
    border-top:1px solid rgba(0,0,0,.1);
    box-shadow:0 10px 25px rgba(0,0,0,.08)
  }

  .nav.open{display:flex}

  .nav a{padding:15px 5px;font-size:11px;border-bottom:1px solid rgba(0,0,0,.1)}

  .nav a:after{display:none}


  .hero{
    margin-top:78px;
    height:72vh;
    min-height:480px;
    background-image:url("../images/hero/hero-mobile.png");
    background-position:center;
    background-size:cover
  }

  .hero-content{bottom:30px;padding:0 20px}

  .hero-button{width:100%;max-width:320px;padding:14px 18px;text-align:center;font-size:10px}


  .pieces-section{padding:65px 18px}

  .section-title{margin-bottom:30px}

  .section-title h2,.feature-content h2,.about-content h2{font-size:32px}

  .filters{
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:10px;
    margin-left:-3px;
    margin-right:-3px;
    scrollbar-width:none
  }

  .filters::-webkit-scrollbar{display:none}

  .filter{flex-shrink:0;font-size:9px;padding:9px 13px}

  .carousel{gap:8px}

  .carousel-arrow{width:32px;height:32px;font-size:20px}

  .product-track{grid-template-columns:1fr;gap:15px}

  .product>img{aspect-ratio:1/.9;padding:25px}


  .feature-section{grid-template-columns:1fr}

  .feature{min-height:600px}

  .services-feature{min-height:600px}

  .services-feature .feature-content{padding:50px 25px 45px}

  .feature-content{padding:55px 25px}

  .services-overlay{background:linear-gradient(to top,rgba(0,0,0,.98) 0%,rgba(0,0,0,.93) 18%,rgba(0,0,0,.76) 38%,rgba(0,0,0,.38) 60%,rgba(0,0,0,0) 86%)}

  .spotify{max-width:100%}

  .spotify iframe{height:352px}


  .values-section{grid-template-columns:1fr;padding:50px 25px;gap:30px}


  .about-section{grid-template-columns:1fr}

  .about-content{padding:65px 25px}

  .about-image{min-height:300px}


  .footer{grid-template-columns:1fr;gap:30px;padding:45px 25px 25px}

  .footer-logo{width:180px}

  .footer-column{padding-left:0;padding-top:25px;border-left:0;border-top:1px solid rgba(0,0,0,.18)}

  .copyright{margin-top:0}

  .modal-content{width:94vw;height:85vh}

  .modal-close{top:-42px}
}


/* =========================================================
   PETIT MOBILE
========================================================= */

@media(max-width:400px){

  .header-logo{width:145px}

  .language{gap:4px;margin-right:5px}

  .hero{min-height:430px;height:68vh}

  .hero-button{font-size:9px;padding:13px}

  .feature{min-height:550px}
}