:root{
  --gold:#c38a2e;
  --gold-light:#e7b858;
  --black:#080808;
  --text:#141414;
  --muted:#6e6a62;
  --cream:#fbfaf7;
  --line:#ece6dd;
  --shadow:0 18px 45px rgba(0,0,0,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--cream);overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.site-header{height:92px;background:#fff;display:flex;align-items:center;gap:34px;padding:0 56px;position:sticky;top:0;z-index:20;box-shadow:0 1px 0 rgba(0,0,0,.08)}.brand{display:flex;align-items:center;min-width:330px;width:330px;height:92px;overflow:hidden}.brand-logo{display:block;width:auto;height:76px;max-width:330px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;justify-content:center;gap:44px;flex:1}.main-nav a{text-transform:uppercase;font-weight:800;font-size:14px;letter-spacing:.04em;position:relative;padding:36px 0}.main-nav a:after{content:'';position:absolute;left:0;right:0;bottom:23px;height:2px;background:var(--gold);transform:scaleX(0);transition:.25s}.main-nav a.active:after,.main-nav a:hover:after{transform:scaleX(1)}.book-btn{border:1px solid var(--gold);color:var(--gold);padding:18px 28px;text-transform:uppercase;font-weight:800;letter-spacing:.05em;white-space:nowrap;transition:.25s}.book-btn:hover{background:var(--gold);color:#fff}.menu-btn{width:38px;border:0;background:transparent;display:grid;gap:6px;padding:0}.menu-btn span{height:2px;background:var(--gold);display:block}.hero{position:relative;height:calc((100vh - 92px) * .9);min-height:621px;overflow:hidden;background:#050505}.hero-bg{position:absolute;inset:0;background-image:url('hero-v8.png');background-repeat:no-repeat;background-position:right calc(50% - 50px);background-size:63% auto;transform:none}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.55) 28%,rgba(0,0,0,.10) 58%,rgba(0,0,0,.02) 100%),linear-gradient(0deg,rgba(0,0,0,.35),rgba(0,0,0,0) 35%)}.hero-content{position:relative;z-index:1;width:min(720px,calc(100% - 80px));padding-left:68px;padding-top:92px;color:#fff}.eyebrow,.eyebrow-gold{text-transform:uppercase;letter-spacing:.12em;font-size:15px;font-weight:800;color:var(--gold-light);margin:0 0 28px}.hero h1{margin:0;font-family:Georgia, 'Times New Roman', serif;text-transform:uppercase;font-weight:400;line-height:.96;letter-spacing:.03em;font-size:clamp(58px,7vw,106px)}.hero h1 span{display:block;color:#fff}.hero h1{color:var(--gold-light)}.ornament{display:flex;align-items:center;gap:18px;color:var(--gold-light);margin:36px 0}.ornament span{width:135px;height:1px;background:var(--gold)}.ornament b{font-size:22px}.lead{font-size:21px;line-height:1.65;font-weight:500;margin:0 0 42px;text-shadow:0 2px 16px rgba(0,0,0,.5)}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.primary-btn,.ghost-btn,.outline-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;text-transform:uppercase;font-weight:800;letter-spacing:.04em;font-size:13px}.primary-btn{background:linear-gradient(135deg,var(--gold-light),#c88d2e);color:#fff;padding:22px 38px;border-radius:3px;box-shadow:0 10px 30px rgba(0,0,0,.22)}.primary-btn:after,.ghost-btn:after,.outline-btn:after{content:'›';font-size:24px;line-height:0}.ghost-btn{color:#fff}.ghost-btn:after{color:var(--gold-light)}.trust-strip{background:#fff;display:grid;grid-template-columns:repeat(5,1fr);padding:34px 60px;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(0,0,0,.04)}.trust-strip article{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center;padding:0 28px;border-right:1px solid var(--line)}.trust-strip article:last-child{border-right:0}.trust-strip span{grid-row:1/3;color:var(--gold);font-size:39px;line-height:1}.trust-strip strong{text-transform:uppercase;font-size:13px}.trust-strip small{color:var(--muted);font-size:13px;margin-top:5px}.section-padding{padding:86px 5vw}.section-title{text-align:center;margin-bottom:56px}.section-title p{margin:0 0 10px;text-transform:uppercase;color:var(--gold);font-weight:800;letter-spacing:.08em}.section-title h2{margin:0;font-family:Georgia,serif;font-size:42px;font-weight:400}.mini-crown{color:var(--gold);margin-top:16px;position:relative;display:inline-block}.mini-crown:before,.mini-crown:after{content:'';position:absolute;top:50%;width:70px;height:1px;background:var(--gold);opacity:.55}.mini-crown:before{right:30px}.mini-crown:after{left:30px}.cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:34px;max-width:1360px;margin:0 auto;align-items:start}.service-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden;box-shadow:0 22px 55px rgba(0,0,0,.10);transition:.25s}.service-card:hover{transform:translateY(-6px);box-shadow:0 25px 60px rgba(0,0,0,.16)}.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3){grid-column:span 2}.service-card:nth-child(4){grid-column:2 / span 2}.service-card:nth-child(5){grid-column:4 / span 2}.service-card img{width:100%;height:260px;object-fit:cover;object-position:center center}.service-card:nth-child(4) img,.service-card:nth-child(5) img{height:220px}.card-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 34px 34px;min-height:166px}.card-icon{display:none!important}.card-body h3{margin:0 0 17px;text-transform:uppercase;font-size:17px;line-height:1.25;letter-spacing:.02em;color:#071226}.card-body h3:after{content:'';display:block;width:38px;height:1px;background:var(--gold);margin:16px auto 0;opacity:.78}.card-body p{margin:0;color:var(--muted);line-height:1.65;font-size:16px;max-width:330px}.center{text-align:center;margin-top:34px}.outline-btn{border:1px solid var(--gold);color:var(--gold);padding:16px 30px;background:#fff}.outline-btn:hover{background:var(--gold);color:#fff}.experience{display:grid;grid-template-columns:1.05fr .95fr;gap:0;align-items:stretch;max-width:1480px;margin:0 auto 70px}.experience-img img{width:100%;height:100%;object-fit:cover;min-height:430px}.experience-text{background:#fff;padding:72px 76px}.experience-text h2{font-family:Georgia,serif;font-size:44px;line-height:1.08;font-weight:400;margin:0 0 24px}.experience-text p:not(.eyebrow-gold){color:var(--muted);line-height:1.8}.experience-text ul{list-style:none;margin:24px 0 34px;padding:0}.experience-text li{margin:10px 0;color:#4b4945}.experience-text li:before{content:'◎';color:var(--gold);margin-right:10px}.eyebrow-gold{margin-bottom:14px;color:var(--gold)}
@media (max-width:1280px){.site-header{padding:0 28px;gap:22px}.brand{min-width:280px;width:280px}.brand-logo{width:auto;height:70px;max-width:280px}.main-nav{gap:24px}.book-btn{padding:15px 20px}.cards{grid-template-columns:repeat(6,minmax(0,1fr));max-width:1180px;gap:26px}.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3){grid-column:span 2}.service-card:nth-child(4){grid-column:2 / span 2}.service-card:nth-child(5){grid-column:4 / span 2}.service-card img{height:230px}.service-card:nth-child(4) img,.service-card:nth-child(5) img{height:210px}.card-body{padding:28px 22px 30px}.card-body h3{font-size:15px}.trust-strip{grid-template-columns:repeat(3,1fr);gap:24px}.trust-strip article{border-right:0}.hero-content{padding-left:42px}.hero-bg{background-position:right calc(50% - 50px);background-size:70% auto}}
@media (max-width:820px){.site-header{height:78px}.main-nav,.book-btn{display:none}.brand{min-width:230px;width:230px;height:78px}.brand-logo{width:auto;height:60px;max-width:230px}.hero{height:auto;min-height:585px}.hero-bg{background-position:72% center;background-size:cover}.hero-content{width:100%;padding:76px 24px 64px}.hero h1{font-size:56px}.ornament span{width:80px}.lead{font-size:18px}.trust-strip{grid-template-columns:1fr;padding:28px}.cards{grid-template-columns:1fr;max-width:520px}.service-card,.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3),.service-card:nth-child(4),.service-card:nth-child(5){grid-column:auto}.service-card img,.service-card:nth-child(4) img,.service-card:nth-child(5) img{height:240px}.card-icon{display:none!important}.card-body{min-height:auto;padding:28px 22px 30px}.experience{grid-template-columns:1fr}.experience-text{padding:42px 28px}.section-padding{padding:58px 22px}.section-title h2{font-size:34px}}


/* Footer premium noir & doré */
.luxury-footer{position:relative;overflow:hidden;background:linear-gradient(180deg,#111 0%,#080808 58%,#000 100%);color:#f6f2ea;border-top:1px solid var(--gold);box-shadow:0 -18px 55px rgba(0,0,0,.12)}
.luxury-footer:after{content:'PARIS';position:absolute;right:4vw;top:34px;font-family:Georgia,serif;font-size:122px;letter-spacing:.16em;color:rgba(200,154,43,.035);pointer-events:none}.footer-glow{position:absolute;inset:auto -15% -38% auto;width:55%;height:80%;background:radial-gradient(circle,rgba(200,154,43,.16),transparent 62%);filter:blur(20px);pointer-events:none}.footer-main{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr .85fr .85fr 1.05fr;gap:44px;max-width:1480px;margin:0 auto;padding:72px 5vw 52px}.footer-brand{padding-right:30px;border-right:1px solid rgba(200,154,43,.18)}.footer-logo{width:430px;max-width:100%;height:auto;margin:0 0 24px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.55));object-fit:contain}.footer-brand p{margin:0 0 28px;color:#ddd5c8;line-height:1.8;font-size:16px;max-width:430px}.footer-values{display:flex;gap:24px;flex-wrap:wrap}.footer-values span{color:var(--gold-light);font-size:30px;display:grid;gap:7px;text-align:center}.footer-values small{font-size:12px;color:#f1eadf}.footer-col,.footer-contact{border-right:1px solid rgba(200,154,43,.18);padding-right:24px}.footer-contact{border-right:0}.luxury-footer h3{margin:0 0 30px;font-family:Georgia,serif;text-transform:uppercase;letter-spacing:.04em;font-size:22px;font-weight:400;color:var(--gold-light);position:relative}.luxury-footer h3:after{content:'';position:absolute;left:0;bottom:-12px;width:42px;height:1px;background:var(--gold)}.footer-col a{display:block;color:#f5f1eb;margin:0 0 18px;font-size:15px;line-height:1.45;transition:.22s}.footer-col a:before{content:'›';color:var(--gold-light);margin-right:12px;font-size:20px;vertical-align:-1px}.footer-col a:hover{color:var(--gold-light);transform:translateX(5px)}.footer-contact p{display:flex;gap:14px;align-items:flex-start;margin:0 0 18px;color:#f4efe8;line-height:1.55}.footer-contact p span{color:var(--gold-light);font-size:22px;line-height:1}.whatsapp-btn{display:inline-flex;margin-top:14px;border:1px solid var(--gold);color:var(--gold-light);padding:14px 20px;border-radius:4px;font-weight:800;letter-spacing:.02em;transition:.25s}.whatsapp-btn:hover{background:var(--gold);color:#050505}.footer-strip{position:relative;z-index:1;max-width:1480px;margin:0 auto;padding:28px 5vw;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid rgba(200,154,43,.22);border-bottom:1px solid rgba(200,154,43,.22)}.footer-strip div{display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:center}.footer-strip span{grid-row:1/3;color:var(--gold-light);font-size:34px}.footer-strip strong{font-size:15px}.footer-strip small{color:#bbb2a4;margin-top:4px}.footer-bottom{position:relative;z-index:1;max-width:1480px;margin:0 auto;padding:28px 5vw 34px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:#cfc7ba;font-size:14px}.footer-bottom p{margin:0}.footer-bottom nav{display:flex;gap:22px;flex-wrap:wrap}.footer-bottom a{color:var(--gold-light)}.footer-bottom a:hover{color:#fff}
@media(max-width:980px){.footer-main{grid-template-columns:1fr 1fr}.footer-brand,.footer-col{border-right:0}.footer-strip{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.luxury-footer:after{font-size:72px;right:-20px}}

@media(max-width:620px){.footer-main{grid-template-columns:1fr;padding-top:50px}.footer-strip{grid-template-columns:1fr}.footer-logo{width:320px}.footer-bottom{padding-bottom:110px}}

/* Éléments strictement mobiles : cachés en desktop */
.mobile-call-panel,.mobile-bottom-nav{display:none}

/* Nouvelle version mobile premium — ne modifie pas le desktop */
@media (max-width:820px){
  :root{--mobile-gold:#d8b35f;--mobile-dark:#050505;--mobile-cream:#fffdf9;--mobile-ink:#0b0b0b}
  html,body{background:#050505;overflow-x:hidden}
  body{padding-bottom:84px;-webkit-font-smoothing:antialiased}

  .site-header{height:76px;padding:0 20px;background:rgba(5,5,5,.94);box-shadow:none;border-bottom:1px solid rgba(216,179,95,.18);backdrop-filter:blur(14px)}
  .brand{min-width:190px;width:190px;height:76px}
  .brand-logo{height:52px;max-width:190px;filter:brightness(1.1)}
  .menu-btn{width:56px;height:56px;margin-left:auto;border-radius:50%;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px}
  .menu-btn span{width:20px;background:var(--mobile-gold)}

  .hero{height:calc(100svh - 76px);min-height:620px;background:#050505;border-radius:0;overflow:hidden;box-shadow:none;position:relative}
  .hero-bg{position:absolute;inset:0;background-image:url('hero-v8.png');background-position:center center;background-size:cover;background-repeat:no-repeat;opacity:1;filter:none}
  .hero-shade{display:none}
  .hero-content{position:relative;z-index:2;width:100%;height:100%;min-height:0;padding:0 24px 34px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;background:linear-gradient(180deg,rgba(0,0,0,0) 58%,rgba(0,0,0,.18) 100%)}
  .hero-content > :not(.hero-actions){display:none!important}
  .hero-actions{width:100%;gap:0}
  .primary-btn{width:100%;min-height:64px;border-radius:16px;background:linear-gradient(135deg,#f7d978 0%,#d6aa4b 52%,#b9822a 100%);color:#090909;box-shadow:0 14px 32px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.55);font-size:13px;letter-spacing:.16em;padding:18px 20px}
  .primary-btn:before{content:'▣';font-size:18px;margin-right:4px;letter-spacing:0}
  .primary-btn:after{content:''}
  .ghost-btn{display:none!important}

  .trust-strip{position:relative;margin:0;background:#050505;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:18px 16px 25px;border:0;border-top:1px solid rgba(216,179,95,.18);box-shadow:none}
  .trust-strip article{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:0 9px;border-right:1px solid rgba(216,179,95,.32)}
  .trust-strip article:nth-child(n+4){display:none}
  .trust-strip article:nth-child(3){border-right:0}
  .trust-strip span{font-size:25px;color:var(--mobile-gold)}
  .trust-strip strong{text-transform:none;font-family:Georgia,'Times New Roman',serif;font-size:14px;font-weight:400;line-height:1.2;color:#fff}
  .trust-strip small{display:none}

  .services{background:#050505;border-radius:0;margin-top:0;padding:32px 14px 32px}
  .section-title{margin-bottom:22px}
  .section-title p{font-size:13px;letter-spacing:.20em;color:#d8b35f;margin-bottom:15px}
  .section-title p:after{content:'';display:block;width:42px;height:1px;background:#d8b35f;margin:10px auto 0}
  .section-title h2{font-family:Georgia,'Times New Roman',serif;font-size:26px;line-height:1.12;letter-spacing:-.03em;max-width:330px;margin:0 auto;color:#fff}
  .mini-crown{display:none}
  .cards{display:grid;grid-template-columns:1fr;gap:12px;max-width:560px;margin:0 auto}
  .service-card,.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3),.service-card:nth-child(4),.service-card:nth-child(5){position:relative;height:118px;border-radius:13px;border:1.5px solid #d8b35f;box-shadow:0 10px 22px rgba(0,0,0,.20), inset 0 0 0 1px rgba(255,255,255,.22);background:#fff;overflow:hidden;grid-column:auto}
  .service-card:hover{transform:none}
  .service-card img,.service-card:nth-child(4) img,.service-card:nth-child(5) img{position:absolute;left:0;top:0;bottom:0;width:42%;height:100%;object-fit:cover;object-position:center;opacity:1;filter:brightness(1.16) contrast(1.02) saturate(1.08);transform:none}
  .service-card:before{display:none!important;content:none!important}
  .service-card:after{content:'›';position:absolute;right:13px;top:50%;z-index:3;transform:translateY(-50%);width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid #d8b35f;color:#c7942f;font-size:25px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08)}
  .card-body{position:relative;z-index:2;align-items:flex-start;text-align:left;justify-content:center;height:100%;min-height:0;margin-left:42%;padding:13px 52px 13px 18px;background:linear-gradient(90deg,#fff 0%,#fff 68%,#fffaf0 100%);overflow:hidden}
  .card-body h3{font-family:Georgia,'Times New Roman',serif;text-transform:none;font-size:17px;line-height:1.08;letter-spacing:-.01em;color:#111;margin:0 0 6px;max-width:190px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .card-body h3:after{display:none}
  .card-body p{font-family:Georgia,'Times New Roman',serif;font-size:13px;line-height:1.22;color:#262626;max-width:190px;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .center{display:none}

  .experience{display:block;margin:0;background:#fff;padding:20px 18px 26px}
  .experience-img{border-radius:22px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.12)}
  .experience-img img{min-height:250px;height:250px;object-fit:cover}
  .experience-text{padding:28px 6px 0;background:#fff;text-align:center}
  .eyebrow-gold{font-size:13px;letter-spacing:.18em;margin-bottom:10px;color:#c49a45}
  .experience-text h2{font-size:32px;letter-spacing:-.035em;margin-bottom:14px;color:#090909}
  .experience-text p:not(.eyebrow-gold){font-size:16px;line-height:1.65;color:#5b554d;margin:0 auto;max-width:345px}
  .experience-text ul{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0;padding:18px 8px;background:#fbf7ef;border:1px solid #efe4d0;border-radius:20px}
  .experience-text li{font-size:13px;line-height:1.3;margin:0;text-align:center;color:#1b1b1b}
  .experience-text li:before{display:block;margin:0 auto 8px;font-size:22px;color:#c49a45}
  .experience-text .outline-btn{display:none}

  .luxury-footer{margin:0;border-top:0;border-bottom:0;border-radius:28px 28px 0 0;padding-bottom:84px;background:linear-gradient(180deg,#0b0b0b 0%,#000 100%);overflow:hidden}
  .luxury-footer:after{display:none}
  .footer-main{padding:34px 22px 22px;gap:24px}
  .footer-logo{width:190px!important;max-width:60%;margin:0 auto 16px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}
  .footer-brand{text-align:center;padding-right:0}
  .footer-brand p{font-size:15px;line-height:1.65}
  .footer-values{justify-content:space-between;gap:8px}
  .footer-col{display:none}
  .footer-contact h3{font-size:20px;margin-bottom:24px}
  .footer-strip{display:none}
  .footer-bottom{padding:18px 22px 24px;align-items:center;text-align:center;font-size:12px;background:#000;margin:0}
  .footer-bottom nav{justify-content:center;gap:13px}

  .mobile-call-panel{display:none!important}
  .mobile-bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:26;height:76px;background:rgba(5,5,5,.98);border-top:1px solid rgba(216,179,95,.25);backdrop-filter:blur(16px);padding:8px 8px calc(8px + env(safe-area-inset-bottom))}
  .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:rgba(255,255,255,.66);font-family:Georgia,'Times New Roman',serif;font-size:12px;line-height:1}
  .mobile-bottom-nav a span{font-family:Arial,Helvetica,sans-serif;font-size:22px;line-height:1;color:inherit}
  .mobile-bottom-nav a.active,.mobile-bottom-nav a:active{color:#d8b35f}
  .mobile-bottom-nav a:last-child span{color:#d8b35f}
}

@media (max-width:380px){
  .hero{min-height:560px}.primary-btn{min-height:60px;font-size:12px}.card-body h3{font-size:16px}.card-body p{font-size:12px}.service-card{height:112px!important}
}


/* V29 corrections mobile uniquement : hero complet, services lisibles, or 3D, footer réduit, hamburger supprimé */
@media (max-width:820px){
  .site-header .menu-btn{display:none!important;visibility:hidden!important;pointer-events:none!important}
  .site-header{justify-content:center;padding:0 16px!important}
  .brand{margin:0 auto!important;min-width:190px!important;width:190px!important}

  .hero{height:calc(100svh - 76px)!important;min-height:610px!important;background:#050505!important;overflow:hidden!important}
  .hero-bg{inset:0!important;background-image:url('hero-v8.png')!important;background-repeat:no-repeat!important;background-size:contain!important;background-position:center center!important;opacity:1!important;filter:none!important;transform:none!important;background-color:#050505!important}
  .hero-content{background:none!important;padding:0 22px 26px!important;justify-content:flex-end!important;align-items:center!important;pointer-events:none!important}
  .hero-actions{pointer-events:auto!important;max-width:360px!important;margin:0 auto!important}
  .primary-btn{min-height:58px!important;border-radius:18px!important;font-size:12px!important;letter-spacing:.13em!important;padding:16px 18px!important}

  .services{padding-left:16px!important;padding-right:16px!important}
  .cards{gap:14px!important;max-width:430px!important}
  .service-card,
  .service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3),.service-card:nth-child(4),.service-card:nth-child(5){
    height:112px!important;
    border:0!important;
    border-radius:18px!important;
    background:
      linear-gradient(#fffdf8,#fffdf8) padding-box,
      linear-gradient(135deg,#fff2a8 0%,#d7ad50 22%,#8e5d17 45%,#ffe08a 60%,#b77b25 78%,#fff1a2 100%) border-box!important;
    border:2.5px solid transparent!important;
    box-shadow:
      0 2px 0 rgba(255,255,255,.55) inset,
      0 -2px 0 rgba(112,68,10,.38) inset,
      0 0 0 1px rgba(255,225,137,.32),
      0 10px 24px rgba(0,0,0,.34),
      0 0 18px rgba(216,179,95,.20)!important;
    overflow:hidden!important;
  }
  .service-card img,.service-card:nth-child(4) img,.service-card:nth-child(5) img{
    width:40%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;
    filter:brightness(1.18) contrast(1.03) saturate(1.08)!important;
  }
  .card-body{margin-left:40%!important;padding:12px 48px 12px 16px!important;background:linear-gradient(90deg,#fff 0%,#fffdf8 70%,#fff6dc 100%)!important;justify-content:center!important;overflow:hidden!important}
  .card-body h3{font-size:15px!important;line-height:1.05!important;margin:0 0 5px!important;max-width:150px!important;-webkit-line-clamp:2!important;color:#0a0a0a!important}
  .card-body p{font-size:12px!important;line-height:1.18!important;max-width:150px!important;-webkit-line-clamp:3!important;color:#28221a!important}
  .service-card:after{
    right:12px!important;width:34px!important;height:34px!important;font-size:22px!important;
    border:2px solid transparent!important;
    background:
      linear-gradient(#fffdf8,#fffdf8) padding-box,
      linear-gradient(135deg,#fff2a8,#d7ad50 38%,#8e5d17 60%,#ffe08a) border-box!important;
    color:#b98528!important;
    box-shadow:0 2px 0 rgba(255,255,255,.75) inset,0 7px 14px rgba(0,0,0,.12)!important;
  }

  .footer-logo{width:130px!important;max-width:42%!important;margin:0 auto 14px!important}
  .footer-main{padding-top:30px!important}
}
@media (max-width:380px){
  .service-card,.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3),.service-card:nth-child(4),.service-card:nth-child(5){height:104px!important}
  .card-body h3{font-size:14px!important;max-width:135px!important}
  .card-body p{font-size:11px!important;max-width:135px!important}
}

/* V30 refonte mobile uniquement : vraie expérience mobile premium */
@media (max-width:820px){
  html,body{background:#050505!important;overflow-x:hidden!important}
  body{padding-bottom:76px!important}
  main{padding-top:0!important}

  /* Header mobile minimal, posé sur le hero */
  .site-header{
    position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:40!important;
    height:92px!important;padding:12px 18px!important;display:flex!important;justify-content:center!important;align-items:center!important;
    background:linear-gradient(180deg,rgba(0,0,0,.88),rgba(0,0,0,.36),rgba(0,0,0,0))!important;
    box-shadow:none!important;border:0!important;backdrop-filter:none!important;
  }
  .brand{min-width:0!important;width:auto!important;height:auto!important;margin:0 auto!important;display:flex!important;justify-content:center!important;align-items:center!important;overflow:visible!important}
  .brand-logo{height:48px!important;width:auto!important;max-width:176px!important;object-fit:contain!important;filter:drop-shadow(0 6px 16px rgba(0,0,0,.65))!important}
  .menu-btn,.main-nav,.book-btn{display:none!important;visibility:hidden!important;pointer-events:none!important}

  /* Hero plein écran mobile, image claire, voiture complète */
  .hero{
    height:calc(100svh - 76px)!important;min-height:620px!important;margin:0!important;padding:0!important;
    background:#050505!important;overflow:hidden!important;position:relative!important;border-bottom:1px solid rgba(220,178,82,.35)!important;
  }
  .hero-bg{
    inset:0!important;position:absolute!important;background-image:url('hero-mobile-v30.jpg')!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;
    opacity:1!important;filter:none!important;transform:none!important;background-color:#050505!important;
  }
  .hero-shade{display:none!important;background:none!important}
  .hero-content{
    position:relative!important;z-index:2!important;width:100%!important;height:100%!important;min-height:100%!important;padding:0 18px 24px!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;background:none!important;color:#fff!important;pointer-events:none!important;
  }
  .hero-content .eyebrow,.hero-content h1,.hero-content .ornament,.hero-content .lead{display:none!important}
  .hero-actions{display:flex!important;width:100%!important;max-width:390px!important;margin:0 auto!important;justify-content:center!important;pointer-events:auto!important}
  .primary-btn{
    width:100%!important;min-height:64px!important;border-radius:22px!important;padding:18px 22px!important;
    color:#080808!important;background:linear-gradient(135deg,#fff0a5 0%,#efc65d 22%,#bd7f22 52%,#e3b44a 76%,#fff2a8 100%)!important;
    border:1px solid rgba(255,238,162,.78)!important;box-shadow:0 17px 36px rgba(0,0,0,.45), inset 0 2px 0 rgba(255,255,255,.55), inset 0 -2px 0 rgba(116,72,15,.35)!important;
    font-size:12px!important;letter-spacing:.15em!important;font-weight:900!important;text-align:center!important;
  }
  .primary-btn:before{content:'▣'!important;font-size:16px!important;margin-right:10px!important;color:#080808!important}
  .primary-btn:after{display:none!important}
  .ghost-btn{display:none!important}

  /* Services : typo réduite + contour or métallique 3D */
  .services{background:#050505!important;padding:30px 14px 32px!important;margin:0!important;border-radius:0!important}
  .section-title{margin-bottom:20px!important}
  .section-title p{font-size:12px!important;letter-spacing:.20em!important;color:#e0b75b!important;margin-bottom:12px!important}
  .section-title h2{font-size:24px!important;line-height:1.14!important;max-width:310px!important;color:#fff!important}
  .cards{max-width:430px!important;gap:14px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr!important}
  .service-card,.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3),.service-card:nth-child(4),.service-card:nth-child(5){
    height:112px!important;border-radius:18px!important;grid-column:auto!important;overflow:hidden!important;position:relative!important;
    background:linear-gradient(#fffefb,#fffaf1) padding-box,linear-gradient(145deg,#fff7bf 0%,#d8b45e 19%,#9a681d 39%,#fff0a0 56%,#bc7d22 75%,#ffeaa0 100%) border-box!important;
    border:3px solid transparent!important;
    box-shadow:inset 0 2px 0 rgba(255,255,255,.78),inset 0 -2px 0 rgba(105,64,10,.42),0 0 0 1px rgba(255,225,130,.30),0 11px 26px rgba(0,0,0,.42),0 0 22px rgba(220,178,82,.23)!important;
  }
  .service-card img,.service-card:nth-child(4) img,.service-card:nth-child(5) img{
    position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:39%!important;height:100%!important;
    object-fit:cover!important;object-position:center!important;filter:brightness(1.15) contrast(1.04) saturate(1.06)!important;opacity:1!important;transform:none!important;
  }
  .card-body{
    margin-left:39%!important;height:100%!important;min-height:0!important;padding:12px 50px 12px 15px!important;
    background:linear-gradient(90deg,#ffffff 0%,#fffefa 62%,#fff4d8 100%)!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;text-align:left!important;overflow:hidden!important;
  }
  .card-body h3{font-family:Georgia,'Times New Roman',serif!important;font-size:14px!important;line-height:1.06!important;letter-spacing:-.02em!important;max-width:145px!important;margin:0 0 5px!important;color:#0b0b0b!important;text-transform:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .card-body p{font-family:Georgia,'Times New Roman',serif!important;font-size:11px!important;line-height:1.22!important;max-width:145px!important;margin:0!important;color:#28231c!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .card-body h3:after{display:none!important}
  .service-card:after{
    content:'›'!important;position:absolute!important;right:12px!important;top:50%!important;z-index:4!important;transform:translateY(-50%)!important;
    width:32px!important;height:32px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;
    font-size:22px!important;color:#ae771f!important;background:linear-gradient(#fffef8,#fffdf5) padding-box,linear-gradient(135deg,#fff5b8,#d8b45e 36%,#93621a 62%,#ffec9a) border-box!important;
    border:2px solid transparent!important;box-shadow:inset 0 2px 0 rgba(255,255,255,.8),0 6px 14px rgba(0,0,0,.14),0 0 10px rgba(216,179,95,.22)!important;
  }

  /* Footer plus discret */
  .luxury-footer{background:#050505!important;border-top:1px solid rgba(216,179,95,.24)!important;border-radius:26px 26px 0 0!important;padding-bottom:78px!important;margin:0!important}
  .footer-main{padding:28px 22px 20px!important;gap:18px!important}
  .footer-brand{text-align:center!important;padding:0!important;border:0!important}
  .footer-logo{width:92px!important;max-width:30%!important;margin:0 auto 14px!important;height:auto!important;filter:drop-shadow(0 8px 16px rgba(0,0,0,.55))!important}
  .footer-brand p{font-size:14px!important;line-height:1.55!important;margin:0 auto 20px!important;max-width:310px!important;color:#dfd8cd!important}
  .footer-values span{font-size:22px!important}.footer-values small{font-size:11px!important}.footer-contact h3{font-size:19px!important}.footer-contact p{font-size:15px!important}.footer-bottom{background:#050505!important;margin:0!important;border-top:1px solid rgba(216,179,95,.14)!important}

  .mobile-bottom-nav{height:76px!important;padding:7px 5px calc(7px + env(safe-area-inset-bottom))!important;background:rgba(5,5,5,.98)!important}
  .mobile-bottom-nav a{font-size:11px!important;gap:4px!important;min-width:0!important;white-space:nowrap!important}
  .mobile-bottom-nav a span{font-size:21px!important}
}
@media (max-width:380px){
  .hero{min-height:590px!important}.brand-logo{height:42px!important}.primary-btn{min-height:60px!important;font-size:11px!important}
  .service-card,.service-card:nth-child(1),.service-card:nth-child(2),.service-card:nth-child(3),.service-card:nth-child(4),.service-card:nth-child(5){height:106px!important}
  .card-body h3{font-size:13px!important;max-width:132px!important}.card-body p{font-size:10px!important;max-width:132px!important}.service-card:after{width:30px!important;height:30px!important;right:10px!important}
  .mobile-bottom-nav a{font-size:10px!important}.mobile-bottom-nav a span{font-size:20px!important}
}

/* V31 mobile uniquement : nouveau hero image fournie, sans textes existants */
@media (max-width:820px){
  .site-header{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important}
  .hero{
    height:calc(100svh - 76px)!important;
    min-height:620px!important;
    margin:0!important;
    padding:0!important;
    background:#050505!important;
    overflow:hidden!important;
    border-bottom:1px solid rgba(220,178,82,.34)!important;
  }
  .hero-bg{
    inset:0!important;
    position:absolute!important;
    background-image:url('hero-mobile-v31.png')!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    opacity:1!important;
    filter:none!important;
    transform:none!important;
  }
  .hero-shade{display:none!important;background:none!important}
  .hero-content{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:100%!important;
    padding:0 18px 22px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    align-items:center!important;
    background:none!important;
    pointer-events:none!important;
  }
  .hero-content .eyebrow,
  .hero-content h1,
  .hero-content .ornament,
  .hero-content .lead,
  .hero-content .ghost-btn{display:none!important;visibility:hidden!important}
  .hero-actions{display:flex!important;width:100%!important;max-width:380px!important;margin:0 auto!important;justify-content:center!important;pointer-events:auto!important}
  .primary-btn{
    width:100%!important;
    min-height:58px!important;
    border-radius:20px!important;
    padding:16px 20px!important;
    color:#090909!important;
    background:linear-gradient(135deg,#fff0a5 0%,#efc65d 22%,#bd7f22 52%,#e3b44a 76%,#fff2a8 100%)!important;
    border:1px solid rgba(255,238,162,.78)!important;
    box-shadow:0 16px 34px rgba(0,0,0,.48), inset 0 2px 0 rgba(255,255,255,.55), inset 0 -2px 0 rgba(116,72,15,.35)!important;
    font-size:11px!important;
    letter-spacing:.14em!important;
    font-weight:900!important;
  }
  .primary-btn:before{content:'▣'!important;font-size:14px!important;margin-right:10px!important;color:#090909!important}
  .primary-btn:after{display:none!important}
}
@media (max-width:380px){
  .hero{min-height:590px!important}
  .primary-btn{min-height:54px!important;font-size:10px!important;border-radius:18px!important}
}
