@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --g:     #d3d3d3;
    --g-d:   #b8b8b8;
    --g-dd:  #9e9e9e;
    --g-ddd: #7a7a7a;
    --g-l:   #e8e8e8;
    --g-ll:  #f2f2f2;
    --g-lll: #f8f8f8;
    --gold:  #c9a84c;
    --gold-l:#dfc078;
    --off:   #fafafa;
    --serif: 'Cormorant Garamond', serif;
    --body:  'Jost', sans-serif;
}

/* BASE */
body, .ra {
    font-family: var(--body);
    background: var(--off);
    color: #3a3a3a;
    min-height: 100vh;
}

/* TOPBAR */
.topbar {
    background: var(--g-ddd);
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-left  { display: flex; gap: 16px; align-items: center; }
.topbar-item  { font-size: 11px; letter-spacing: .1em; color: rgba(255,255,255,.90); display: flex; align-items: center; gap: 5px; }
.topbar-item svg { color: var(--gold); }
.topbar-sep   { width: 1px; height: 10px; background: rgba(255,255,255,.3); }
.topbar-right { display: flex; gap: 12px; }
.topbar-link  { font-size: 11px; color: rgba(255,255,255,.90); text-decoration: none; letter-spacing: .08em; transition: color .2s; }
.topbar-link:hover { color: var(--gold); }

/* NAVBAR */
.navbar {
    background: var(--off);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid var(--g-l);
    position: sticky;
    top: 0;
    z-index: 100;
}
.logo-link    { text-decoration: none; }
.logo-main    { font-family: var(--serif); font-size: 27px; font-weight: 400; color: #3a3a3a; letter-spacing: .14em; line-height: 1; }
.logo-divider { display: flex; align-items: center; gap: 5px; margin: 2px 0; }
.logo-line    { flex: 1; height: 1px; background: var(--gold); opacity: .5; }
.logo-diamond { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.logo-sub     { font-size: 8px; letter-spacing: .3em; text-transform: uppercase; color: #595959; }
.nav-center   { display: flex; gap: 22px; }
.nav-a        { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #595959; text-decoration: none; transition: color .2s; }
.nav-a:hover, .nav-a.active { color: #3a3a3a; }
.nav-right    { display: flex; align-items: center; gap: 14px; }
.nav-icon     { cursor: pointer; color: #595959; display: flex; align-items: center; transition: color .2s; }
.nav-icon:hover { color: var(--gold); }
.nav-btn      { background: var(--g); color: #595959; padding: 9px 20px; font-family: var(--body); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; transition: background .2s, color .2s; }
.nav-btn:hover { background: var(--gold); color: #fff; }
.hamburger    { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: #7a7a7a; transition: all .3s; }

/* HERO */
.hero { display: grid; grid-template-columns: 1fr 330px; min-height: 430px; }
.hero-main { background: var(--g); position: relative; overflow: hidden; }
.hero-texture { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.55) 1px, transparent 1px); background-size: 6px 6px; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 38px 34px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow      { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.eyebrow-line { width: 28px; height: 1px; background: var(--gold); }
.eyebrow-txt  { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.h1           { font-family: var(--serif); font-size: 60px; font-weight: 300; color: #3a3a3a; line-height: 1.0; margin-bottom: 10px; }
.h1 em        { font-style: italic; color: #9a9a9a; }
.hero-desc    { font-size: 14px; color: #7a7a7a; line-height: 1.85; max-width: 340px; margin-bottom: 22px; font-weight: 300; }
.hero-btns    { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-car     { display: flex; align-items: center; justify-content: center; flex: 1; padding: 10px 0; }
.hero-stats   { display: flex; border-top: 1px solid rgba(0,0,0,.07); }
.hs-s         { flex: 1; padding: 13px 16px; border-right: 1px solid rgba(0,0,0,.07); }
.hs-s:last-child { border: none; }
.hs-num       { font-family: var(--serif); font-size: 27px; font-weight: 300; color: var(--gold); line-height: 1; }
.hs-lbl       { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; color: #595959; margin-top: 4px; }

/* HERO SIDEBAR */
.hero-side    { background: var(--off); border-left: 1px solid var(--g-l); display: flex; flex-direction: column; }
.side-top     { padding: 26px 22px; flex: 1; display: flex; flex-direction: column; }
.side-title   { font-family: var(--serif); font-size: 22px; color: #3a3a3a; margin-bottom: 3px; }
.side-sub     { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: #595959; margin-bottom: 20px; }
.side-bottom  { border-top: 1px solid var(--g-l); display: grid; grid-template-columns: 1fr 1fr 1fr; }
.ss-stat      { padding: 12px 8px; text-align: center; border-right: 1px solid var(--g-l); }
.ss-stat:last-child { border: none; }
.ss-num       { font-family: var(--serif); font-size: 22px; color: #3a3a3a; line-height: 1; }
.ss-lbl       { font-size: 8px; letter-spacing: .11em; text-transform: uppercase; color: #595959; margin-top: 3px; }

/* FORM ELEMENTS */
.sf           { margin-bottom: 13px; }
.sf-lbl       { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: #595959; margin-bottom: 5px; }
.sf-input     { width: 100%; border: none; border-bottom: 1px solid var(--g-l); padding: 7px 8px; font-family: var(--body); font-size: 14px; color: #595959; background: var(--g-ll); outline: none; transition: border-color .2s; }
.sf-input:focus { border-bottom-color: var(--gold); }
/* Placeholder quasi transparent : on ne le confond pas avec une vraie saisie */
.sf-input::placeholder { color: rgba(58,58,58,.12); opacity: 1; }
.sf-select    { width: 100%; border: none; border-bottom: 1px solid var(--g-l); padding: 7px 8px; font-family: var(--body); font-size: 14px; color: #595959; background: var(--g-ll); outline: none; transition: border-color .2s; appearance: none; }
/* Tant qu'aucune vraie option n'est choisie (valeur vide), le texte par défaut reste quasi transparent */
.sf-select:has(option[value=""]:checked) { color: rgba(58,58,58,.18); }
.sf-select:focus { border-bottom-color: var(--gold); }

/* BUTTONS */
.btn-gold       { background: #8b6914; color: #fff; padding: 11px 26px; font-family: var(--body); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; transition: background .2s; }
.btn-gold:hover { background: #a07b20; }
.btn-grey       { background: var(--g-d); color: #2a2a2a; padding: 11px 22px; font-family: var(--body); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; transition: background .2s; }
.btn-grey:hover { background: var(--g-dd); color: #1a1a1a; }
.search-btn     { margin-top: auto; background: var(--g); color: #2a2a2a; width: 100%; padding: 13px; font-family: var(--body); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 7px; transition: background .2s, color .2s; }
.search-btn:hover { background: #8b6914; color: #fff; }
.btn-cta-main   { background: #595959; color: #fff; padding: 11px 24px; font-family: var(--body); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; transition: background .2s; }
.btn-cta-main:hover { background: #8b6914; }
.btn-cta-outline { border: 1px solid var(--gold); color: #7a5f20; padding: 11px 22px; font-family: var(--body); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; background: transparent; cursor: pointer; text-decoration: none; transition: background .2s, color .2s; }
.btn-cta-outline:hover { background: var(--gold); color: #fff; }

/* BRANDS STRIP */
.strip   { background: var(--g-ll); border-top: 1px solid var(--g-l); border-bottom: 1px solid var(--g-l); padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; overflow: hidden; }
.brand   { font-family: var(--serif); font-size: 17px; color: #595959; cursor: pointer; transition: color .2s; }
.brand:hover { color: #6b5010; }
.strip-r { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; color: #595959; display: flex; align-items: center; gap: 5px; }

/* SECTION / CARDS */
.section    { padding: 40px 20px; background: var(--off); }
.sec-head   { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; }
.sec-label  { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #6b5010; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.sec-label::before { content: ''; width: 18px; height: 1px; background: var(--gold); }
.sec-h2     { font-family: var(--serif); font-size: 38px; font-weight: 300; color: #3a3a3a; line-height: 1.1; }
.sec-h2 em  { font-style: italic; color: #595959; }
.sec-link   { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #6b5010; cursor: pointer; text-decoration: none; transition: opacity .2s; }
.sec-link:hover { opacity: .7; }
.cars       { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--g-l); }
.card       { background: var(--off); cursor: pointer; overflow: hidden; transition: box-shadow .2s; }
.card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.07); }
.card-img   { aspect-ratio: 4/3; background: var(--g-ll); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card-img img { transform: scale(1.03); }
.card-badge { position: absolute; top: 0; left: 0; background: var(--g); color: #2a2a2a; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-bottom: 1px solid var(--g-d); border-right: 1px solid var(--g-d); }
.card-body  { padding: 15px 17px 18px; }
.card-marque { font-size: 9px; letter-spacing: .17em; text-transform: uppercase; color: #6b5010; margin-bottom: 4px; }
.card-nom   { font-family: var(--serif); font-size: 23px; font-weight: 300; color: #3a3a3a; line-height: 1.15; margin-bottom: 8px; }
.card-specs { display: flex; gap: 10px; font-size: 10px; color: #595959; margin-bottom: 10px; }
.card-footer { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 11px; border-top: 1px solid var(--g-l); }
.card-price-lbl { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: #595959; margin-bottom: 3px; }
.card-price { font-family: var(--serif); font-size: 25px; font-weight: 300; color: #3a3a3a; }
.card-arrow { width: 30px; height: 30px; background: var(--g-l); border: 1px solid var(--g-d); display: flex; align-items: center; justify-content: center; color: #595959; font-size: 17px; transition: background .2s, border-color .2s, color .2s; }
.card:hover .card-arrow { background: var(--gold); border-color: var(--gold); color: #fff; }

/* ENGAGEMENTS */
.eng        { background: var(--g); padding: 40px 20px; }
.eng-grid   { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; }
.eng-label  { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #6b5010; margin-bottom: 9px; display: flex; align-items: center; gap: 8px; }
.eng-label::before { content: ''; width: 18px; height: 1px; background: var(--gold); }
.eng-h2     { font-family: var(--serif); font-size: 35px; font-weight: 300; color: #3a3a3a; line-height: 1.1; }
.eng-h2 em  { font-style: italic; color: #595959; }
.eng-p      { font-size: 14px; color: #595959; line-height: 1.85; margin-top: 10px; max-width: 210px; }
.eng-items  { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--g-d); }
.ei         { background: var(--g); padding: 20px 18px; position: relative; }
.ei::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: transparent; transition: background .3s; }
.ei:hover::before { background: var(--gold); }
.ei-num     { font-family: var(--serif); font-size: 38px; font-weight: 300; color: rgba(201,168,76,.5); line-height: 1; margin-bottom: 8px; }
.ei-title   { font-family: var(--serif); font-size: 19px; color: #3a3a3a; margin-bottom: 5px; }
.ei-desc    { font-size: 14px; color: #595959; line-height: 1.7; }

/* CTA */
.cta        { background: var(--g-ll); border-top: 1px solid var(--g-l); border-bottom: 1px solid var(--g-l); padding: 32px 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cta-label  { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #6b5010; margin-bottom: 7px; }
.cta-h3     { font-family: var(--serif); font-size: 27px; font-weight: 300; color: #3a3a3a; line-height: 1.15; }
.cta-h3 em  { font-style: italic; }
.cta-btns   { display: flex; gap: 10px; flex-shrink: 0; }

/* FOOTER */
.footer              { background: var(--g-ddd); padding: 38px 20px 16px; }
.footer-container    { max-width: 1200px; margin: 0 auto; }
.footer-grid         { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 28px; }
.footer-logo         { font-family: var(--serif); font-size: 23px; color: #fafafa; letter-spacing: .13em; margin-bottom: 4px; }
.footer-logo-sep     { display: flex; align-items: center; gap: 4px; margin-bottom: 11px; }
.footer-sep-line     { flex: 1; height: 1px; background: var(--gold); opacity: .3; }
.footer-sep-diamond  { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.footer-desc         { font-size: 14px; color: rgba(250,250,250,.82); line-height: 1.8; max-width: 190px; }
.footer-col-title    { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.footer-links        { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-links a      { font-size: 14px; color: rgba(250,250,250,.82); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-hours        { font-size: 14px; color: rgba(250,250,250,.82); }
.footer-bottom       { border-top: 1px solid rgba(201,168,76,.1); padding-top: 14px; display: flex; justify-content: space-between; }
.footer-copy         { font-size: 14px; color: rgba(250,250,250,.65); }
.footer-bottom-links { display: flex; gap: 12px; }
.footer-bottom-links a { font-size: 14px; color: rgba(250,250,250,.65); text-decoration: none; transition: color .2s; }
.footer-bottom-links a:hover { color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 900px) {
    .hero               { grid-template-columns: 1fr; }
    .hero-side          { display: none; }
    .h1                 { font-size: 44px; }
    .cars               { grid-template-columns: repeat(2, 1fr); }
    .eng-grid           { grid-template-columns: 1fr; gap: 24px; }
    .footer-grid        { grid-template-columns: 1fr 1fr; }
    .nav-center         { display: none; }
    .hamburger          { display: flex; }
    /* Le menu central disparait : on colle le bouton sombre a droite,
       juste avant le hamburger (sinon il flotte au milieu). */
    .nav-right          { margin-left: auto; margin-right: 10px; }
    .strip > div:first-child { flex-wrap: wrap; gap: 10px; }
}

@media (max-width: 600px) {
    .cars               { grid-template-columns: 1fr; }
    .cta                { flex-direction: column; text-align: center; }
    .cta-btns           { flex-direction: column; width: 100%; }
    .cta-btns a         { justify-content: center; }
    .footer-grid        { grid-template-columns: 1fr; }
    .hero-content       { padding: 24px 18px; }
    .h1                 { font-size: 38px; }
    .topbar-left .topbar-item:not(:first-child) { display: none; }
    .topbar-sep         { display: none; }
}

/* HERO PHOTO */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            135deg,
            rgba(0,0,0,.45) 0%,
            rgba(0,0,0,.20) 60%,
            rgba(0,0,0,.10) 100%
    );
}

.hero-main .eyebrow-txt,
.hero-main .h1,
.hero-main .hero-desc { color: #fff; }
.hero-main .h1 em     { color: rgba(255,255,255,.90); }

.hero-stats { background: rgba(0,0,0,.30); backdrop-filter: blur(4px); border-top: 1px solid rgba(255,255,255,.1); }
.hero-stats .hs-lbl { color: rgba(255,255,255,.90); }
.hero-stats .hs-num { color: var(--gold-l); }