/* Jack Hughes - Carbon & Racing Red Enduro Theme */
:root {
    --primary: #141414;     /* Carbon Black */
    --accent: #d32f2f;      /* Racing Red */
    --light: #f4f4f4;       /* Industrial Grey */
    --dark: #0a0a0a;        /* Deep Black */
    --text: #444444;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: var(--text); line-height: 1.6; background: var(--white); scroll-behavior: smooth; }

h1, h2, h3 { font-family: 'Oswald', sans-serif; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.5px; }
a { text-decoration: none; transition: 0.3s; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* Top Bar */
.top-bar { background: var(--dark); color: #888; font-size: 12px; padding: 10px 0; border-bottom: 1px solid #222; text-transform: uppercase; font-weight: 600; }
.top-flex { display: flex; justify-content: space-between; }
.top-link { color: var(--accent); font-weight: 700; }

/* Header */
.header { padding: 25px 0; position: sticky; top: 0; background: rgba(255,255,255,0.98); z-index: 100; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.head-row { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: 'Oswald', sans-serif; font-size: 30px; font-weight: 700; color: var(--primary); line-height: 1; }
.logo span { color: var(--accent); }
.logo small { display: block; font-family: 'Inter', sans-serif; font-size: 10px; color: #666; letter-spacing: 3px; margin-top: 5px; font-weight: 700; text-transform: uppercase; }

.nav-menu a { margin: 0 15px; color: var(--primary); font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
.nav-menu a:hover { color: var(--accent); }
.btn-cta { background: var(--primary); color: white !important; padding: 10px 22px; border-radius: 2px; }
.btn-cta:hover { background: var(--accent); }

/* Hero */
.hero { height: 650px; background: url('https://img.redbull.com/images/c_crop,x_1000,y_0,h_3000,w_3500/c_fill,w_900,h_750/q_auto:low,f_auto/redbullcom/2018/07/17/65873810-4744-4b16-a6b9-fd1758350630/enduro-collection') center/cover; position: relative; }
.hero-overlay { width: 100%; height: 100%; background: linear-gradient(rgba(10,10,10,0.7), rgba(10,10,10,0.9)); display: flex; align-items: center; }
.hero-content { color: var(--white); max-width: 750px; border-left: 5px solid var(--accent); padding-left: 25px; }
.hero h1 { font-size: 72px; color: var(--white); margin: 15px 0; line-height: 1.05; }
.hero p { font-size: 18px; margin-bottom: 40px; color: #ccc; font-weight: 300; }
.badge { background: var(--accent); color: white; padding: 6px 14px; font-size: 12px; font-weight: 700; text-transform: uppercase; border-radius: 2px; letter-spacing: 1px; display: inline-block; margin-bottom: 10px; font-family: 'Oswald', sans-serif; }

.btn-primary { background: var(--accent); color: white; padding: 16px 35px; border-radius: 2px; font-weight: 700; text-transform: uppercase; display: inline-block; font-family: 'Oswald', sans-serif; font-size: 18px; letter-spacing: 1px; }
.btn-primary:hover { background: #b71c1c; }
.btn-outline { border: 2px solid var(--white); color: var(--white); padding: 14px 35px; border-radius: 2px; font-weight: 700; text-transform: uppercase; display: inline-block; margin-left: 15px; font-family: 'Oswald', sans-serif; font-size: 18px; letter-spacing: 1px; }
.btn-outline:hover { background: var(--white); color: var(--primary); }

/* Trust Bar */
.trust-bar { background: var(--primary); padding: 25px 0; border-bottom: 4px solid var(--accent); }
.trust-flex { display: flex; justify-content: space-around; font-weight: 700; color: var(--white); font-size: 15px; text-transform: uppercase; font-family: 'Oswald', sans-serif; letter-spacing: 1px; }

/* Inventory Grid */
.section-pad { padding: 100px 0; }
.bg-light { background: var(--light); }
.sec-head { margin-bottom: 60px; text-align: center; }
.sec-head h2 { font-size: 46px; margin-bottom: 15px; }
.line { width: 80px; height: 5px; background: var(--accent); margin: 0 auto; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.card { background: var(--white); padding: 0; border: 1px solid #e0e0e0; border-radius: 2px; overflow: hidden; transition: 0.3s; }
.card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); border-bottom: 4px solid var(--accent); }
.img-wrap { width: 100%; height: 280px; display: flex; align-items: center; justify-content: center; background: #fff; border-bottom: 1px solid #eee; }
.card img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.card h3 { font-size: 24px; margin: 25px 20px 10px; }
.card p { font-size: 15px; color: #666; margin: 0 20px 20px; }
.price { font-weight: 700; color: var(--accent); font-size: 18px; display: block; margin: 0 20px 25px; text-transform: uppercase; font-family: 'Oswald', sans-serif; }

/* Journal */
.bg-dark { background: var(--primary); color: var(--white); }
.sec-head.light h2 { color: var(--white); }
.sec-head.light p { color: #888; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.news-item { background: var(--dark); padding: 40px; border-radius: 2px; border-top: 4px solid var(--accent); }
.news-item h3 { color: var(--white); font-size: 22px; margin: 15px 0; }
.news-item p { color: #999; font-size: 15px; margin-bottom: 25px; }
.news-item .date { color: var(--accent); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-family: 'Oswald', sans-serif; }
.read-link { color: var(--white); font-weight: 700; border-bottom: 2px solid var(--accent); text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px; }

/* About & Contact */
.split-box { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.txt-side h3 { color: var(--accent); font-size: 22px; margin-bottom: 20px; }
.micro-data { margin-top: 30px; border-top: 1px solid #ddd; padding-top: 20px; font-size: 14px; color: #555; }
.img-side img { width: 100%; border-radius: 2px; box-shadow: -20px 20px 0 var(--accent); }

.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; }
.contact-card { padding: 80px 40px 80px 0; }
.c-item { margin-bottom: 30px; }
.c-item label { display: block; font-size: 13px; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 5px; letter-spacing: 1px; font-family: 'Oswald', sans-serif; }
.phone-link { font-size: 32px; font-weight: 700; color: var(--primary); font-family: 'Oswald', sans-serif; }
.socials a { color: #555; font-weight: 600; margin-right: 20px; text-transform: uppercase; font-size: 14px; border-bottom: 1px solid #ccc; font-family: 'Oswald', sans-serif; }
.btn-full { display: block; width: 100%; background: var(--primary); color: white; text-align: center; padding: 20px; margin-top: 30px; font-weight: 700; text-transform: uppercase; border-radius: 2px; letter-spacing: 1px; font-family: 'Oswald', sans-serif; font-size: 18px; }
.btn-full:hover { background: var(--accent); }
.map-wrapper { min-height: 500px; }

/* Footer */
.footer { background: #050505; color: #666; padding: 60px 0; font-size: 14px; }
.foot-flex { display: flex; justify-content: space-between; align-items: center; }
.f-brand { color: var(--white); font-weight: 700; font-size: 20px; letter-spacing: 1px; font-family: 'Oswald', sans-serif; }
.f-links a { color: #777; margin-left: 20px; font-weight: 600; text-transform: uppercase; font-size: 13px; }
.f-links a:hover { color: var(--white); }
.badge { border: 1px solid #333; padding: 6px 12px; margin-left: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; color: #888; font-family: 'Oswald', sans-serif; }

/* Cookie */
.cookie-box { position: fixed; bottom: 20px; left: 20px; width: 340px; background: var(--white); padding: 30px; border-top: 4px solid var(--accent); box-shadow: 0 10px 40px rgba(0,0,0,0.2); z-index: 1000; }
.cookie-btns { margin-top: 20px; display: flex; gap: 10px; }
.btn-acc { flex: 1; background: var(--primary); color: white; border: none; padding: 12px; font-weight: 700; text-transform: uppercase; cursor: pointer; font-size: 13px; font-family: 'Oswald', sans-serif; }
.btn-dec { flex: 1; background: #eee; color: #333; border: none; padding: 12px; font-weight: 600; text-transform: uppercase; cursor: pointer; font-size: 13px; font-family: 'Oswald', sans-serif; }

@media (max-width: 900px) {
    .nav-menu, .top-bar { display: none; }
    .hero h1 { font-size: 50px; }
    .grid-3, .split-box, .contact-grid, .foot-flex, .news-grid { grid-template-columns: 1fr; gap: 40px; }
    .map-wrapper { height: 350px; }
    .img-side img { box-shadow: none; }
    .hero-content { border-left: none; padding-left: 0; }
}