/* Liam Bennett - Gunmetal & Neon Green Enduro Theme */
:root {
    --primary: #212529;     /* Gunmetal Grey */
    --accent: #39ff14;      /* Neon Green */
    --light: #f1f3f5;       /* Light Ash */
    --dark: #121416;        /* Deep Dark */
    --text: #495057;
    --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: 'Teko', sans-serif; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; }
a { text-decoration: none; transition: 0.3s; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* Top Bar */
.top-bar { background: var(--dark); color: #868e96; font-size: 13px; padding: 10px 0; border-bottom: 1px solid #343a40; text-transform: uppercase; font-weight: 600; }
.top-flex { display: flex; justify-content: space-between; align-items: center; }
.top-link { color: var(--accent); font-weight: 700; }

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

.nav-menu a { margin: 0 15px; color: var(--primary); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.nav-menu a:hover { color: #000; border-bottom: 2px solid var(--accent); }
.btn-cta { background: var(--primary); color: white !important; padding: 10px 24px; border-radius: 2px; border: 2px solid var(--primary); }
.btn-cta:hover { background: transparent; color: var(--primary) !important; }

/* Hero */
.hero { height: 700px; 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(90deg, rgba(18,20,22,0.95) 0%, rgba(18,20,22,0.6) 100%); display: flex; align-items: center; }
.hero-content { color: var(--white); max-width: 650px; }
.hero h1 { font-size: 84px; color: var(--white); margin: 10px 0 20px; line-height: 0.95; }
.hero p { font-size: 18px; margin-bottom: 40px; color: #ced4da; font-weight: 300; }
.badge { background: var(--accent); color: var(--primary); padding: 5px 12px; font-size: 13px; font-weight: 700; text-transform: uppercase; border-radius: 2px; letter-spacing: 1px; display: inline-block; }

.btn-primary { background: var(--accent); color: var(--primary); padding: 18px 40px; border-radius: 2px; font-weight: 700; text-transform: uppercase; display: inline-block; font-size: 15px; letter-spacing: 1px; border: 2px solid var(--accent); }
.btn-primary:hover { background: transparent; color: var(--accent); }
.btn-outline { border: 2px solid var(--white); color: var(--white); padding: 18px 40px; border-radius: 2px; font-weight: 700; text-transform: uppercase; display: inline-block; margin-left: 15px; font-size: 15px; 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; 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: 54px; margin-bottom: 10px; }
.line { width: 60px; height: 4px; 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 #dee2e6; border-radius: 2px; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: var(--accent); }
.img-wrap { width: 100%; height: 280px; display: flex; align-items: center; justify-content: center; background: #fff; border-bottom: 1px solid #f1f3f5; }
.card img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.card h3 { font-size: 32px; margin: 25px 20px 10px; line-height: 1; }
.card p { font-size: 15px; color: #6c757d; margin: 0 20px 25px; flex-grow: 1; }
.price-btn { display: block; text-align: center; background: var(--primary); color: var(--white); padding: 15px; font-weight: 700; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }
.price-btn:hover { background: var(--accent); color: var(--primary); }

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

/* About & Contact */
.split-box { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.txt-side h3 { color: var(--accent); font-family: 'Inter', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; }
.micro-data { margin-top: 30px; border-top: 1px solid #dee2e6; padding-top: 20px; font-size: 14px; color: #495057; }
.img-side img { width: 100%; border-radius: 2px; box-shadow: 15px 15px 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; }
.phone-link { font-size: 42px; font-weight: 600; color: var(--primary); font-family: 'Teko', sans-serif; line-height: 1; }
.socials a { color: #495057; font-weight: 700; margin-right: 20px; text-transform: uppercase; font-size: 14px; border-bottom: 2px solid #dee2e6; }
.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-size: 16px; border: 2px solid var(--primary); }
.btn-full:hover { background: transparent; color: var(--primary); }
.map-wrapper { min-height: 500px; }

/* Footer */
.footer { background: #000000; color: #6c757d; padding: 60px 0; font-size: 14px; }
.foot-flex { display: flex; justify-content: space-between; align-items: center; }
.f-brand { color: var(--white); font-weight: 600; font-size: 28px; letter-spacing: 1px; font-family: 'Teko', sans-serif; line-height: 1; }
.f-links a { color: #adb5bd; margin-left: 20px; font-weight: 600; text-transform: uppercase; font-size: 13px; }
.f-links a:hover { color: var(--accent); }
.badge { border: 1px solid #343a40; padding: 6px 12px; margin-left: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; color: #868e96; }

/* Cookie */
.cookie-box { position: fixed; bottom: 20px; left: 20px; width: 340px; background: var(--white); padding: 30px; border-left: 4px solid var(--accent); box-shadow: 0 10px 40px rgba(0,0,0,0.15); 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; }
.btn-dec { flex: 1; background: #e9ecef; color: #212529; border: none; padding: 12px; font-weight: 600; text-transform: uppercase; cursor: pointer; font-size: 13px; }

@media (max-width: 900px) {
    .nav-menu, .top-bar { display: none; }
    .hero h1 { font-size: 60px; }
    .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; }
}