:root{--brand:#f6b800;--brand2:#ff7a00;--ink:#101828;--red:#b91c1c;--cream:#fff8e7}
*{font-family:'Poppins',Arial,sans-serif;scroll-behavior:smooth}
body{background:#fffdf7;color:var(--ink)}
.hero-bg{background:linear-gradient(110deg,rgba(17,24,39,.92),rgba(121,28,28,.78)),url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?q=80&w=1900&auto=format&fit=crop');background-size:cover;background-position:center}
.gold-grad{background:linear-gradient(135deg,var(--brand),var(--brand2))}.red-grad{background:linear-gradient(135deg,#b91c1c,#7f1d1d)}
.glass{background:rgba(255,255,255,.12);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18)}
.card{box-shadow:0 18px 45px rgba(16,24,40,.10)}.card:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(16,24,40,.16)}
.car-img{height:210px;width:100%;object-fit:cover}.pattern{background-image:radial-gradient(rgba(246,184,0,.18) 1px,transparent 1px);background-size:24px 24px}
.marquee{animation:scroll 25s linear infinite}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.mobile-menu{max-height:0;overflow:hidden;transition:max-height .35s ease}.mobile-menu.open{max-height:780px}
.sub-menu{max-height:0;overflow:hidden;transition:max-height .3s ease}.sub-menu.open{max-height:520px}
