:root{--bg:#0b0d10;--panel:#14171c;--soft:#1d222a;--text:#f5f7fa;--muted:#a8b0bc;--red:#ef4444;--line:#2b313b;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{position:sticky;top:0;z-index:50;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - var(--max))/2));background:rgba(11,13,16,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:800}.brand b{font-weight:400}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--red);color:white;font-weight:900}.topbar nav{display:flex;align-items:center;gap:26px}.topbar nav>a:not(.btn){color:#d5dae1;font-size:14px}.nav-toggle{display:none;background:none;border:0;color:white;font-size:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:0;border-radius:12px;background:var(--red);color:white;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(239,68,68,.18)}.btn.small{min-height:42px;padding:0 18px}.btn.ghost{background:transparent;border:1px solid var(--line);box-shadow:none}.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 74% 30%,rgba(239,68,68,.25),transparent 28%),linear-gradient(135deg,#0b0d10 25%,#1a1e25 100%)}.hero:after{content:"";position:absolute;right:-5%;bottom:-15%;width:62%;height:72%;border-radius:50% 50% 10% 10%;background:linear-gradient(145deg,#303640,#0d0f13);transform:skewX(-10deg);box-shadow:inset 0 0 0 2px rgba(255,255,255,.05),0 50px 100px rgba(0,0,0,.5)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,var(--bg) 0%,rgba(11,13,16,.82) 45%,rgba(11,13,16,.12) 100%);z-index:1}.hero-content{position:relative;z-index:2;width:min(var(--max),calc(100% - 48px));margin:auto}.eyebrow,.section-head span{display:inline-block;color:#ff7777;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800}.hero h1,.page-hero h1{font-size:clamp(48px,7vw,92px);line-height:1.02;max-width:850px;margin:18px 0 24px;letter-spacing:-.045em}.hero h1 em{font-style:normal;color:#9199a5}.hero p{max-width:650px;color:#c5cbd3;font-size:19px}.actions,.row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.section{width:min(var(--max),calc(100% - 48px));margin:auto;padding:100px 0}.section.dark{width:100%;max-width:none;background:#101318;padding-left:max(24px,calc((100% - var(--max))/2));padding-right:max(24px,calc((100% - var(--max))/2))}.section-head{margin-bottom:40px}.section h2,.page-hero h1{letter-spacing:-.035em}.section h2{font-size:clamp(34px,4vw,56px);line-height:1.08;margin:10px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards article,.panel,.booking-card{background:linear-gradient(180deg,var(--panel),#101318);border:1px solid var(--line);border-radius:22px;padding:30px}.cards article{min-height:280px;transition:.25s}.cards article:hover{transform:translateY(-5px);border-color:#474f5b}.cards h3{font-size:24px}.cards p{color:var(--muted)}.icon{font-size:34px}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.mock-phone{width:min(360px,100%);margin:auto;background:#090a0d;border:10px solid #2c313a;border-radius:38px;padding:30px;box-shadow:0 40px 100px rgba(0,0,0,.45)}.phone-top{width:90px;height:7px;border-radius:5px;background:#353b45;margin:-12px auto 26px}.mini-event{padding:16px;margin-top:12px;border-radius:12px;background:#171b21;border-left:4px solid var(--red)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stats div{padding:34px;border-top:1px solid var(--line)}.stats b{font-size:44px;display:block}.stats span{color:var(--muted)}.page-hero{padding:110px max(24px,calc((100% - var(--max))/2)) 80px;background:radial-gradient(circle at 80% 0,rgba(239,68,68,.16),transparent 30%),#101318}.page-hero.compact{padding-bottom:55px}.page-hero p{max-width:680px;color:var(--muted)}.service-cards article{min-height:350px}.service-cards h2{font-size:34px}.service-cards a{color:#ff7777;font-weight:800}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery figure{margin:0;background:var(--panel);border-radius:18px;overflow:hidden;border:1px solid var(--line)}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery figcaption{padding:16px;font-weight:700}.empty{grid-column:1/-1;padding:70px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:20px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}label{display:grid;gap:8px;color:#d7dce4;font-weight:700;margin-bottom:16px}input,select,textarea{width:100%;background:#0d1014;color:white;border:1px solid #343b46;border-radius:10px;padding:14px 15px;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--red)}textarea{min-height:130px;resize:vertical}.success{padding:14px;background:#123c2a;border:1px solid #23734f;border-radius:10px;margin-bottom:18px}.booking-wrap{width:min(1000px,calc(100% - 30px));margin:45px auto 100px}.booking-card{padding:34px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:36px}.steps span{padding:10px;text-align:center;border-bottom:3px solid #272d36;color:#77808d;font-size:13px;font-weight:800}.steps span.active{color:white;border-color:var(--red)}.step{display:none}.step.active{display:block}.step h2{font-size:34px}.vehicle-types{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0}.vehicle-types label{margin:0}.vehicle-types input{display:none}.vehicle-types span{display:block;padding:16px 10px;text-align:center;background:#0d1014;border:1px solid #333a45;border-radius:12px;cursor:pointer}.vehicle-types input:checked+span{background:rgba(239,68,68,.12);border-color:var(--red)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.vehicle-selector{background:#090b0e;border-radius:20px;padding:20px;margin:20px 0}.car-svg{width:100%;max-height:350px}.car-body{fill:#2a3039;stroke:#59616d;stroke-width:3}.car-svg circle{fill:#08090b;stroke:#48505b;stroke-width:20}.window{fill:#26384b;stroke:#9ca7b4;stroke-width:3;cursor:pointer;transition:.2s}.window:hover,.window.selected{fill:#ef4444;stroke:#ffb0b0}.hint{text-align:center;color:var(--muted)}.service-choice{display:grid;grid-template-columns:1fr 1fr;gap:16px}.check{display:flex;grid-column:1/-1;align-items:center;gap:10px}.check input{width:auto}.estimate{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.estimate>div{background:#0d1014;border:1px solid var(--line);border-radius:14px;padding:20px}.estimate small{display:block;color:var(--muted)}.estimate strong{font-size:28px}.slots{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0;min-height:60px}.slots button{padding:12px 16px;border:1px solid #3a424e;background:#11151a;color:white;border-radius:10px;cursor:pointer}.slots button.active{background:var(--red);border-color:var(--red)}.error-box{color:#ff8e8e;margin:10px 0}.confirmation{text-align:center;min-height:600px}.success-icon{width:80px;height:80px;margin:auto;display:grid;place-items:center;border-radius:50%;background:#1f7a50;font-size:42px}.summary{width:min(550px,100%);margin:30px auto;text-align:left;padding:25px;background:var(--panel);border-radius:18px}footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;padding:50px max(24px,calc((100% - var(--max))/2));border-top:1px solid var(--line);color:var(--muted)}.whatsapp{position:fixed;right:22px;bottom:22px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:white;font-weight:900;z-index:40;box-shadow:0 15px 40px rgba(0,0,0,.35)}@media(max-width:820px){.topbar{height:68px}.nav-toggle{display:block}.topbar nav{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;padding:20px;background:#0b0d10;border-bottom:1px solid var(--line)}.topbar nav.open{display:flex}.hero{min-height:650px}.hero:after{opacity:.5;width:90%}.cards,.stats,.gallery{grid-template-columns:1fr}.split,.contact-grid{grid-template-columns:1fr}.section{padding:70px 0}.vehicle-types{grid-template-columns:repeat(2,1fr)}.form-grid,.service-choice,.estimate{grid-template-columns:1fr}.steps{overflow-x:auto}.steps span{min-width:120px}footer{grid-template-columns:1fr;text-align:center}.booking-card{padding:22px}.hero h1{font-size:50px}}/* Logo AMA Style dans le menu principal */

.brand-logo-link {
    display: flex;
    align-items: center;
    width: auto;
    height: 64px;
    padding: 5px 0;
    text-decoration: none;
}

.brand-logo-image {
    display: block;
    width: auto;
    height: 54px;
    max-width: 260px;
    object-fit: contain;
    object-position: left center;
    transition:
        transform 0.2s ease,
        filter 0.2s ease;
}

.brand-logo-link:hover .brand-logo-image {
    transform: scale(1.03);
    filter: brightness(1.08);
}

@media (max-width: 768px) {
    .brand-logo-link {
        height: 58px;
        padding: 4px 0;
    }

    .brand-logo-image {
        height: 47px;
        max-width: 200px;
    }
}

@media (max-width: 420px) {
    .brand-logo-image {
        height: 43px;
        max-width: 175px;
    }
}
