@font-face{
  font-family:"DINLocal";
  src:local("DIN"),local("DIN Next LT Pro"),local("FF DIN"),local("DIN 2014");
  font-display:swap;
}
:root{--black:#030303;--pink:#e6007e;--blue:#009fe3;--white:#fff;--line:rgba(255,255,255,.14)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#030303;color:white;font-family:"DINLocal","Arial Narrow",Arial,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.grain{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.045;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:3px 3px}
.header{position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,4vw,60px);background:linear-gradient(to bottom,rgba(0,0,0,.82),rgba(0,0,0,.05));backdrop-filter:blur(8px)}
.logo img{width:165px}
nav{display:flex;gap:28px;text-transform:uppercase;letter-spacing:1.6px;font-size:13px;font-weight:900}
nav a{opacity:.8}
nav a:hover{opacity:1;color:var(--blue)}
.devis{border:1px solid var(--pink);border-radius:999px;padding:9px 15px}
.mobile-devis{display:none;border:1px solid var(--pink);border-radius:999px;padding:9px 15px;text-transform:uppercase;letter-spacing:1.4px;font-size:12px;font-weight:1000}

.hero{height:96vh;position:relative;display:grid;place-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url("assets/hero-trame-madeline-mathieu.jpg") center/cover;filter:contrast(1.22) brightness(.86);transform:scale(1.035)}
.hero-mask{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(0,0,0,.02),rgba(0,0,0,.84) 68%),linear-gradient(to bottom,rgba(0,0,0,.08),#000 98%),repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 1px,transparent 1px 7px)}
.hero-inner{position:relative;z-index:2;text-align:center}
.hero-logo{width:min(720px,82vw);margin:0 auto 42px;filter:drop-shadow(0 28px 44px rgba(0,0,0,.9))}
.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn,button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;text-transform:uppercase;letter-spacing:1.2px;font-weight:1000;border:1px solid rgba(255,255,255,.25);cursor:pointer}
.primary,button{background:var(--pink);border-color:var(--pink);box-shadow:0 14px 34px rgba(230,0,126,.32)}
.secondary{background:rgba(255,255,255,.08)}

.strip{display:flex;gap:60px;overflow:hidden;white-space:nowrap;background:#fff;color:#050505;padding:15px 0;font-weight:1000;letter-spacing:3px}
.strip span{animation:marquee 16s linear infinite}
@keyframes marquee{to{transform:translateX(-460px)}}

.section{padding:100px 7vw;background:#050505}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}
.section-title p,.atelier-text p,.contact p{color:var(--blue);text-transform:uppercase;letter-spacing:3px;font-weight:1000}
h1,h2,p{margin-top:0}
.section-title h1,.atelier-text h1,.services h1,.contact h1{font-size:clamp(34px,5vw,72px);line-height:.95;letter-spacing:-2px;margin-bottom:0;max-width:850px}

.featured{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}
.featured article,.gallery article,.atelier-grid article{position:relative;overflow:hidden;border-radius:28px;background:#111;border:1px solid var(--line)}
.featured img{width:100%;height:560px;object-fit:cover;transition:.6s ease}
.featured article:hover img,.gallery article:hover img,.atelier-grid article:hover img{transform:scale(1.04)}
.featured article:after,.gallery article:after,.atelier-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78),transparent 56%)}
.featured div{position:absolute;z-index:2;left:26px;bottom:24px}
.featured small{color:var(--blue);text-transform:uppercase;letter-spacing:2px;font-weight:1000}
.featured h2{font-size:54px;margin:6px 0 0;line-height:.9}

.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.gallery article{height:340px}
.gallery img,.atelier-grid img{width:100%;height:100%;object-fit:cover}
.gallery span,.atelier-grid span{position:absolute;z-index:2;left:20px;bottom:18px;text-transform:uppercase;letter-spacing:2px;font-weight:1000}

.atelier{padding:110px 7vw;background:#0b0b0b;background-image:linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.9)),url("assets/hero-bg.jpg");background-attachment:fixed;background-size:cover;background-position:center}
.atelier-text{margin-bottom:42px}
.atelier-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.atelier-grid article{height:430px}

.services{padding:100px 7vw;background:#fff;color:#080808}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}
.services-grid div{border:2px solid #080808;border-radius:22px;padding:32px;font-size:28px;font-weight:1000;box-shadow:8px 8px 0 #e5e5e5}

.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;padding:100px 7vw;background:#111;border-top:18px solid var(--pink)}
form{display:grid;gap:14px}
input,select,textarea{width:100%;padding:18px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:#050505;color:white;font:inherit;font-size:17px}
textarea{min-height:160px}
footer{padding:42px 7vw;background:#000;display:flex;align-items:center;justify-content:space-between;color:#aaa}
footer img{width:230px}

@media(max-width:980px){
  nav{display:none}.logo img{width:145px}.hero{height:88vh}
  .section-title,.contact{grid-template-columns:1fr;display:grid}
  .featured,.gallery,.atelier-grid,.services-grid{grid-template-columns:1fr}
  .featured img{height:360px}.gallery article,.atelier-grid article{height:350px}
  footer{flex-direction:column;align-items:flex-start;gap:20px}
}


@media(max-width:1180px){
  .gallery{grid-template-columns:repeat(3,1fr)}
  .atelier-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .featured img{height:480px}
}

@media(max-width:980px){
  .mobile-devis{display:inline-flex}
  .header{padding:15px 22px}
  .atelier{background-attachment:scroll}
}

@media(max-width:760px){
  .header{background:rgba(0,0,0,.78);backdrop-filter:blur(12px)}
  .logo img{width:128px}
  .mobile-devis{padding:8px 13px;font-size:11px}
  .hero{height:86svh;min-height:620px;padding:120px 6vw 64px}
  .hero-logo{width:min(540px,88vw);margin-bottom:30px}
  .hero-buttons{width:100%;gap:12px}
  .btn,button{width:min(100%,330px);min-height:48px;padding:14px 18px;font-size:12px;letter-spacing:1px}
  .strip{gap:42px;font-size:13px;padding:13px 0}
  .section,.atelier,.services,.contact{padding:72px 6vw}
  .section-title{gap:18px;margin-bottom:30px}
  .section-title h1,.atelier-text h1,.services h1,.contact h1{
    font-size:clamp(30px,10vw,48px);
    line-height:.96;
    letter-spacing:-1.2px;
  }
  .section-title p,.atelier-text p,.contact p{font-size:12px;letter-spacing:2.2px}
  .featured{gap:16px;margin-bottom:16px}
  .featured article,.gallery article,.atelier-grid article{border-radius:22px}
  .featured img{height:330px}
  .featured div{left:20px;right:20px;bottom:20px}
  .featured h2{font-size:40px}
  .featured small{font-size:11px}
  .gallery{gap:14px}
  .gallery article{height:310px}
  .gallery span,.atelier-grid span{left:18px;bottom:16px;font-size:13px;letter-spacing:1.6px}
  .atelier-grid{gap:14px}
  .atelier-grid article{height:330px}
  .services-grid{gap:12px;margin-top:28px}
  .services-grid div{padding:24px;font-size:24px;border-radius:18px;box-shadow:6px 6px 0 #e5e5e5}
  .contact{gap:34px}
  input,select,textarea{font-size:16px;padding:16px;border-radius:14px}
  footer{padding:36px 6vw}
  footer img{width:190px}
}

@media(max-width:520px){
  .gallery,.atelier-grid,.services-grid{grid-template-columns:1fr}
  .featured img{height:310px}
  .gallery article{height:285px}
  .atelier-grid article{height:315px}
  .hero{min-height:590px}
}

@media(max-width:390px){
  .logo img{width:118px}
  .mobile-devis{padding:7px 11px}
  .hero-logo{width:90vw}
  .btn,button{font-size:11px}
  .featured img,.gallery article,.atelier-grid article{height:280px}
}

@media(hover:none){
  .featured article:hover img,.gallery article:hover img,.atelier-grid article:hover img{transform:none}
}


.honeypot{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.form-note{font-size:13px;color:#aaa;margin:0 0 0 4px;line-height:1.4}
.thanks-page{min-height:100svh;display:grid;place-items:center;background:#030303;color:#fff;padding:40px 7vw;text-align:center}
.thanks-card{max-width:780px}
.thanks-card img{width:min(520px,82vw);margin:0 auto 34px;filter:drop-shadow(0 28px 44px rgba(0,0,0,.9))}
.thanks-card h1{font-size:clamp(42px,7vw,88px);line-height:.92;letter-spacing:-2px;margin-bottom:22px}
.thanks-card p{font-size:20px;line-height:1.5;color:#ddd;margin-bottom:34px}
.thanks-card .btn{margin:0 auto}
