.janin-vehicles-section{background:#f5f6f8;padding:120px 0 80px}
.janin-vehicles-container{width:calc(100% - 40px);max-width:1180px;margin:0 auto}
.janin-vehicles-header{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:54px}
.janin-vehicles-copy{max-width:620px}
.janin-eyebrow{margin-bottom:14px;color:#df0f26;font-size:12px;line-height:1;font-weight:800;letter-spacing:5px;text-transform:uppercase}
.janin-vehicles-title{margin:0;color:#020915;font-size:48px;line-height:.95;font-weight:900;letter-spacing:-1.8px}
.janin-vehicles-description{max-width:610px;margin:22px 0 0;color:#4e5870;font-size:18px;line-height:1.55;font-weight:400}
.janin-stock-button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:40px;padding:0 20px;border:1px solid #041936;border-radius:999px;color:#041936;background:transparent;font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap;transition:all .25s ease}
.janin-stock-button:hover{color:#fff;background:#041936}

/* Slider cartes véhicules — rendu identique à la liste/archive */
.janin-vehicles-slider{position:relative}
.janin-vehicles-slider-viewport{overflow:hidden;width:100%}
.janin-vehicles-grid.janin-vehicles-slider-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 0 2px;margin:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none!important}
.janin-vehicles-grid.janin-vehicles-slider-track::-webkit-scrollbar{display:none}
.janin-vehicles-slider-track .janin-vehicle-card{flex:0 0 calc((100% - 48px)/3);scroll-snap-align:start}
.janin-vehicle-card{overflow:hidden;background:#ffffff;border:1px solid #dde2ea;border-radius:14px;box-shadow:0 2px 6px rgba(15,23,42,.06);transition:transform .25s ease,box-shadow .25s ease}
.janin-vehicle-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(15,23,42,.12)}
.janin-card-link{display:block;height:100%;color:inherit;text-decoration:none}
.janin-card-link:hover,.janin-card-link:focus{color:inherit;text-decoration:none}
.janin-card-image-wrap{height:210px;background:#f4f6f8;overflow:hidden;text-decoration:none}
.janin-card-image{display:block;width:100%;height:100%;object-fit:cover}
.janin-card-image-placeholder{background:#f4f6f8}
.janin-card-body{padding:20px 20px 18px}
.janin-card-title{margin:0 0 5px;color:#000000;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:0}
.janin-card-title a{color:inherit;text-decoration:none}
.janin-card-subtitle{font-size:14px;line-height:1.4;color:#46536b}
.janin-card-metas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
.janin-card-meta,.janin-card-gearbox{display:flex;align-items:center;gap:6px;color:#4a5568;font-size:13px;line-height:1.25;min-width:0;white-space:nowrap}
.janin-card-meta:nth-child(1){justify-content:flex-start;text-align:left}
.janin-card-meta:nth-child(2){justify-content:center;text-align:center}
.janin-card-meta:nth-child(3){justify-content:flex-end;text-align:right}
.janin-card-icon{width:15px;min-width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center}
.janin-card-icon svg{width:15px;height:15px;stroke:#53627a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.janin-card-meta i,.janin-card-gearbox i{display:none}
.janin-card-separator{height:1px;margin:18px 0;background:#e4e8ef}
.janin-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}
.janin-card-price{color:#001f45;font-size:26px;line-height:1;font-weight:800;letter-spacing:0}
.janin-card-badge{display:none}

.janin-vehicles-slide-nav{position:absolute;top:50%;z-index:5;width:42px;height:42px;border:1px solid #dde2ea;border-radius:999px;background:#fff;color:#001f45;box-shadow:0 2px 10px rgba(15,23,42,.14);font-size:32px;line-height:36px;font-weight:400;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:all .2s ease}
.janin-vehicles-slide-nav:hover{background:#001f45;color:#fff;border-color:#001f45}
.janin-vehicles-slide-prev{left:-21px}
.janin-vehicles-slide-next{right:-21px}
.janin-vehicles-slider.is-start .janin-vehicles-slide-prev,.janin-vehicles-slider.is-end .janin-vehicles-slide-next{opacity:.35;pointer-events:none}

@media(max-width:1024px){.janin-vehicles-header{align-items:flex-start;flex-direction:column}.janin-vehicles-title{font-size:40px}.janin-vehicles-slider-track .janin-vehicle-card{flex-basis:calc((100% - 24px)/2)}}
@media(max-width:767px){.janin-vehicles-container{width:calc(100% - 28px)}.janin-vehicles-header{margin-bottom:34px;gap:24px}.janin-vehicles-title{font-size:34px;line-height:1}.janin-vehicles-description{font-size:16px}.janin-stock-button{width:100%}.janin-vehicles-slider-track .janin-vehicle-card{flex-basis:100%}.janin-card-metas{gap:10px}.janin-card-price{font-size:24px}.janin-vehicles-slide-prev{left:8px}.janin-vehicles-slide-next{right:8px}}
