.cars-hero{position:relative;width:100%;height:920px;min-height:100vh;background:#080808;color:#f4f1eb;overflow:hidden}
.cars-hero-background{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}
.cars-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.42) contrast(1.04);transform:scale(1.04);animation:carsHeroReveal 16s ease-out forwards}
.cars-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,4,4,.76) 0%,rgba(4,4,4,.22) 30%,rgba(4,4,4,.15) 55%,rgba(4,4,4,.9) 100%)}
.cars-hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,4,.52) 0%,transparent 25%,transparent 75%,rgba(4,4,4,.45) 100%)}
.cars-hero-container{position:relative;z-index:2;width:min(calc(100% - 112px),1440px);height:100%;min-height:920px;margin:0 auto;padding:145px 0 42px;display:flex;flex-direction:column;justify-content:space-between}
.cars-hero-header{display:flex;align-items:flex-start;justify-content:space-between}
.cars-hero-branding{display:flex;align-items:center;gap:15px}
.cars-hero-kicker{color:#c8a96b;font-family:Arial,sans-serif;font-size:8px;font-weight:700;letter-spacing:3px}
.cars-hero-rule{display:block;width:38px;height:1px;background:rgba(200,169,107,.6)}
.cars-hero-count{color:rgba(244,241,235,.38);font-family:Arial,sans-serif;font-size:7px;font-weight:700;letter-spacing:2px}
.cars-hero-header-note{display:flex;flex-direction:column;align-items:flex-end;gap:6px;color:rgba(244,241,235,.35);font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:2px}
.cars-hero-center{position:relative;align-self:center;width:min(900px,75%);margin-top:auto;margin-bottom:auto;text-align:center}
.cars-hero-title-small{margin-bottom:18px;color:rgba(244,241,235,.42);font-family:Arial,sans-serif;font-size:7px;font-weight:700;letter-spacing:4px}
.cars-hero-center h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(82px,10vw,148px);font-weight:400;line-height:.78;letter-spacing:-7px;text-shadow:0 10px 45px rgba(0,0,0,.42)}
.cars-hero-center h1 em{display:block;color:#c8a96b;font-style:italic;font-weight:400;letter-spacing:-5px}
.cars-hero-description{display:flex;align-items:center;justify-content:center;gap:17px;margin:35px auto 0;max-width:470px}
.cars-hero-description-line{width:35px;height:1px;flex-shrink:0;background:#c8a96b}
.cars-hero-description p{margin:0;color:rgba(244,241,235,.56);font-family:Arial,sans-serif;font-size:10px;line-height:1.8;text-align:left}
.cars-hero-side-label{position:absolute;right:-3px;top:50%;display:flex;flex-direction:column;gap:9px;transform:translateY(-50%) rotate(90deg);transform-origin:center;color:rgba(244,241,235,.32);font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:2.5px}
.cars-hero-side-label span:last-child{color:#c8a96b}
.cars-hero-footer{display:grid;grid-template-columns:190px 1fr 185px;align-items:center;border-top:1px solid rgba(244,241,235,.16);padding-top:24px}
.cars-hero-scroll{display:flex;align-items:center;gap:12px;color:rgba(244,241,235,.38);font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:1.8px}
.cars-hero-scroll-arrow{display:flex;align-items:center;justify-content:center;width:27px;height:27px;color:#c8a96b;border:1px solid rgba(200,169,107,.45);border-radius:50%;font-size:12px}
.cars-hero-categories{display:flex;align-items:center;justify-content:center;gap:25px}
.cars-hero-categories a{color:rgba(244,241,235,.37);font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:1.6px;text-decoration:none;transition:color .25s ease}
.cars-hero-categories a:first-child,.cars-hero-categories a:hover{color:#c8a96b}
.cars-hero-request{display:flex;align-items:center;justify-content:flex-end;gap:15px;color:#f4f1eb;font-family:Arial,sans-serif;font-size:6px;font-weight:700;letter-spacing:1.5px;text-decoration:none}
.cars-hero-request span:last-child{color:#c8a96b;font-size:15px;transition:transform .3s ease}
.cars-hero-request:hover{color:#c8a96b}
.cars-hero-request:hover span:last-child{transform:translate(4px,-4px)}
.cars-hero:before{content:"02";position:absolute;z-index:1;left:-45px;bottom:-80px;color:rgba(255,255,255,.025);font-family:Georgia,"Times New Roman",serif;font-size:280px;line-height:1}
.cars-hero:after{content:"";position:absolute;z-index:1;left:50%;top:50%;width:620px;height:620px;border:1px solid rgba(200,169,107,.08);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}
@keyframes carsHeroReveal{0%{transform:scale(1.1)}100%{transform:scale(1.04)}}
@media(max-width:1200px){.cars-hero-container{width:calc(100% - 80px)}.cars-hero-center h1{font-size:clamp(75px,10vw,125px)}.cars-hero-footer{grid-template-columns:170px 1fr 160px}.cars-hero-categories{gap:17px}}
@media(max-width:900px){.cars-hero{height:850px;min-height:850px}.cars-hero-container{width:calc(100% - 60px);min-height:850px;padding:125px 0 35px}.cars-hero-center{width:90%}.cars-hero-center h1{font-size:clamp(68px,11vw,105px);letter-spacing:-5px}.cars-hero-center h1 em{letter-spacing:-4px}.cars-hero-side-label{right:-35px}.cars-hero-footer{grid-template-columns:150px 1fr 145px}.cars-hero-categories{gap:12px}.cars-hero-categories a:nth-child(4),.cars-hero-categories a:nth-child(5){display:none}}
@media(max-width:700px){.cars-hero{height:820px;min-height:820px}.cars-hero-container{width:calc(100% - 40px);min-height:820px;padding:105px 0 30px}.cars-hero-image{object-position:58% center}.cars-hero-overlay{background:linear-gradient(180deg,rgba(4,4,4,.82) 0%,rgba(4,4,4,.25) 36%,rgba(4,4,4,.28) 55%,rgba(4,4,4,.94) 100%)}.cars-hero-header-note{display:none}.cars-hero-center{width:100%}.cars-hero-title-small{font-size:6px;letter-spacing:3px}.cars-hero-center h1{font-size:clamp(58px,14vw,82px);line-height:.83;letter-spacing:-3.5px}.cars-hero-center h1 em{letter-spacing:-2.5px}.cars-hero-description{margin-top:27px;max-width:350px}.cars-hero-description p{font-size:9px}.cars-hero-side-label{display:none}.cars-hero-footer{grid-template-columns:1fr 1fr;gap:18px;padding-top:20px}.cars-hero-scroll{font-size:5.5px}.cars-hero-categories{grid-column:1/-1;grid-row:1;justify-content:flex-start;gap:16px;order:-1}.cars-hero-request{justify-content:flex-end}.cars-hero-categories a:nth-child(3),.cars-hero-categories a:nth-child(4),.cars-hero-categories a:nth-child(5){display:none}.cars-hero:after{width:430px;height:430px}.cars-hero:before{font-size:190px;left:-20px;bottom:-55px}}
@media(max-width:500px){.cars-hero{height:760px;min-height:760px}.cars-hero-container{width:calc(100% - 32px);min-height:760px;padding:90px 0 25px}.cars-hero-branding{gap:10px}.cars-hero-kicker{font-size:6.5px;letter-spacing:2.3px}.cars-hero-rule{width:25px}.cars-hero-count{font-size:6px}.cars-hero-center{margin-top:auto;margin-bottom:auto}.cars-hero-title-small{margin-bottom:15px;font-size:5.5px;letter-spacing:2.5px}.cars-hero-center h1{font-size:46px;letter-spacing:-2px}.cars-hero-center h1 em{letter-spacing:-1.5px}.cars-hero-description{gap:11px;margin-top:23px;max-width:290px}.cars-hero-description-line{width:23px}.cars-hero-description p{font-size:8px;line-height:1.75}.cars-hero-footer{gap:13px}.cars-hero-categories{gap:12px}.cars-hero-categories a{font-size:5px;letter-spacing:1.2px}.cars-hero-scroll{font-size:5px;gap:8px}.cars-hero-scroll-arrow{width:23px;height:23px;font-size:10px}.cars-hero-request{font-size:5px;gap:9px}.cars-hero-request span:last-child{font-size:13px}.cars-hero:after{width:330px;height:330px}.cars-hero:before{font-size:150px;bottom:-45px}}
@media(max-width:360px){.cars-hero-center h1{font-size:42px}.cars-hero-description p{font-size:7.5px}.cars-hero-categories{gap:9px}.cars-hero-request{font-size:4.5px}}
@media(prefers-reduced-motion:reduce){.cars-hero-image,.cars-hero-request span:last-child{animation:none;transition:none}}