@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600;700&family=Barlow+Condensed:wght@400;600;700&display=swap');

:root {
  --black: #f0efed;
  --dark: #e6e4e1;
  --dark-2: #d8d5d1;
  --steel: #c8c4bf;
  --steel-light: #b8b4ae;
  --orange: #E8620A;
  --orange-dark: #c4500a;
  --orange-glow: rgba(232,98,10,0.10);
  --white: #1e1c1a;
  --white-dim: #3a3835;
  --white-muted: #6a6560;
  --white-faint: #a09890;
  --orange-text: #D4560A;
  --orange-label: #B84008;
  --border: rgba(0,0,0,0.09);
  --border-orange: rgba(232,98,10,0.3);
  --dark-panel: #2a2825;
  --dark-panel2: #323028;
  --dark-border: rgba(255,255,255,0.07);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: 'Barlow', sans-serif; font-weight: 400; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.04em; line-height: 1.05; }
.label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange-label); }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 72px; background: var(--dark-panel); border-bottom: 1px solid var(--dark-border); }
.nav-logo { display: flex; flex-direction: column; gap: 3px; text-decoration: none; }
.nav-logo-main { display: none; }
.nav-dba { position: absolute; left: 50%; transform: translateX(-50%); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.16em; text-transform: uppercase; color: #c8c0b8; }
.nav-logo-sub { font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange-label); font-weight: 700; }
.nav-logo-contact { display: flex; align-items: center; gap: 8px; margin-top: 2px; padding: 3px 8px; border-left: 2px solid var(--orange); }
.nav-logo-phone { font-family: 'Barlow Condensed', sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1em; color: #c8c0b8; }
.nav-logo-divider { color: var(--orange); font-size: 0.75rem; font-weight: 700; }
.nav-logo-address { font-family: 'Barlow Condensed', sans-serif; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.06em; color: #c8c0b8; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links > li { position: relative; }
.nav-links > li > a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.88rem; letter-spacing: 0.12em; text-transform: uppercase; color: #c8c0b8; transition: color 0.2s; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: #f0efed; }
.nav-links > li > a.active::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--orange); }
.dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 16px); left: -20px; min-width: 220px; background: var(--dark-panel); border: 1px solid var(--dark-border); border-top: 2px solid var(--orange); padding: 8px 0; box-shadow: 0 8px 24px rgba(0,0,0,0.25); }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li a { display: block; padding: 10px 20px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; color: #c8c0b8; transition: all 0.15s; }
.dropdown-menu li a:hover { color: #f0efed; background: var(--orange-glow); padding-left: 28px; }
.nav-cta { background: var(--orange) !important; color: #fff !important; padding: 8px 20px !important; font-weight: 700 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--orange-dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); }
.mobile-nav { display: none; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; background: var(--dark-panel); z-index: 999; padding: 32px 24px; overflow-y: auto; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 14px 0; font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 0.06em; color: #a09890; border-bottom: 1px solid var(--dark-border); transition: color 0.2s; }
.mobile-nav a:hover { color: var(--orange); }
.mobile-nav .mobile-sub a { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; padding: 10px 0 10px 20px; font-weight: 600; letter-spacing: 0.1em; }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; width: 100%; }
.hero-bg { position: absolute; inset: 0; background: url('../images/shop-building.jpeg') center center / cover no-repeat; filter: saturate(0.25) brightness(0.88); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(240,239,237,0.92) 0%, rgba(240,239,237,0.55) 30%, rgba(240,239,237,0.55) 70%, rgba(240,239,237,0.92) 100%), linear-gradient(180deg, rgba(240,239,237,0.7) 0%, transparent 20%, transparent 80%, rgba(240,239,237,0.7) 100%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 1200px; width: 100%; margin: 0 auto; padding: 140px 48px 80px; }
.hero-tagline { font-family: 'Barlow Condensed', sans-serif; font-weight: 400; font-size: 1.4rem; letter-spacing: 0.12em; color: var(--white); margin-top: -28px; margin-bottom: 20px; opacity: 0; animation: fadeUp 0.8s 0.5s forwards; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.hero-eyebrow::before { content: ''; display: block; width: 40px; height: 2px; background: var(--orange); flex-shrink: 0; }
.hero h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: 0.95; margin-bottom: 32px; color: var(--white); opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.hero h1 span { color: var(--orange); }
.hero-sub { max-width: 500px; font-size: 1.05rem; color: var(--white-dim); font-weight: 400; line-height: 1.75; margin-bottom: 48px; opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
.hero-badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 72px; padding-top: 40px; border-top: 1px solid var(--border); opacity: 0; animation: fadeUp 0.8s 1s forwards; }
.badge-item { display: flex; flex-direction: column; gap: 4px; padding-right: 16px; }
.badge-item:last-child { padding-right: 0; }
.badge-number { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--orange); line-height: 1; white-space: nowrap; }
.badge-label { font-size: 0.72rem; color: var(--white-faint); text-transform: uppercase; letter-spacing: 0.12em; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; white-space: nowrap; }

.btn { display: inline-block; padding: 14px 32px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: all 0.2s; border: none; }
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid var(--steel); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-1px); }
.btn-sm { padding: 10px 22px; font-size: 0.8rem; }

section { padding: 100px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.section-header { margin-bottom: 64px; }
.section-header h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); margin-top: 12px; margin-bottom: 20px; color: var(--white); }
.section-header p { max-width: 560px; color: var(--white-dim); font-size: 1.05rem; line-height: 1.7; }

.services-section { background: var(--dark); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--steel); }
.service-card { background: var(--black); padding: 40px 36px; position: relative; overflow: hidden; transition: background 0.3s; display: flex; flex-direction: column; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover { background: #fff; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { font-size: 2rem; margin-bottom: 20px; }
.service-card h3 { font-size: 1.5rem; margin-bottom: 14px; color: var(--white); transition: color 0.2s; }
.service-card:hover h3 { color: var(--orange); }
.service-card p { color: var(--white-dim); font-size: 0.96rem; line-height: 1.75; flex: 1; margin-bottom: 24px; }
.service-link { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); display: flex; align-items: center; gap: 8px; transition: gap 0.2s; }
.service-card:hover .service-link { gap: 14px; }

.features-section { background: var(--black); }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 80px; }
.feature-item { display: flex; gap: 20px; }
.feature-num { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: var(--steel); line-height: 1; flex-shrink: 0; width: 48px; text-align: right; }
.feature-body h4 { font-size: 1.2rem; margin-bottom: 8px; color: var(--white); }
.feature-body p { color: var(--white-dim); font-size: 0.98rem; line-height: 1.75; }

.jlg-banner { background: var(--dark-panel); padding: 64px 0; }
.jlg-banner-inner { display: flex; align-items: center; gap: 64px; }
.jlg-logo-badge { display: flex; align-items: center; justify-content: center; background: var(--orange); color: #fff; font-family: 'Bebas Neue', sans-serif; font-size: 2.4rem; letter-spacing: 0.08em; width: 140px; height: 80px; flex-shrink: 0; }
.jlg-banner-text h3 { font-size: 2.2rem; margin-bottom: 10px; color: #f0efed; }
.jlg-banner-text p { color: #7a7268; max-width: 500px; line-height: 1.6; }

.cta-section { background: var(--dark-panel); text-align: center; padding: 80px 0; }
.cta-section h2 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 20px; color: #f0efed; }
.cta-section p { color: #7a7268; max-width: 500px; margin: 0 auto 40px; font-size: 1.05rem; }
.cta-contact-bar { display: flex; justify-content: center; gap: 48px; margin-top: 40px; flex-wrap: wrap; }
.cta-contact-item { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.cta-contact-item .label { font-size: 0.68rem; color: #5a5248; }
.cta-contact-item a, .cta-contact-item span { font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 600; color: #f0efed; letter-spacing: 0.06em; }
.cta-contact-item a:hover { color: var(--orange); }

.page-hero { padding: 160px 0 80px; background: var(--dark); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.page-hero::before { display: none; }
.page-hero-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); margin-top: 12px; color: var(--white); }
.page-hero-desc { max-width: 400px; color: var(--white-dim); font-size: 1rem; line-height: 1.7; padding-bottom: 8px; }

.content-section { padding: 80px 0; background: var(--black); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.brand-list, .type-list, .repair-list { display: flex; flex-direction: column; }
.list-header { padding: 14px 0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange-label); border-bottom: 2px solid var(--border); margin-bottom: 4px; }
.brand-list li, .type-list li, .repair-list li { padding: 11px 0; border-bottom: 1px solid var(--border); font-size: 1rem; color: var(--white-dim); display: flex; align-items: center; gap: 10px; transition: color 0.2s, padding-left 0.2s; }
.brand-list li:hover, .type-list li:hover, .repair-list li:hover { color: var(--white); padding-left: 6px; }
.brand-list li::before, .type-list li::before, .repair-list li::before { content: ''; display: inline-block; width: 5px; height: 5px; background: var(--orange); flex-shrink: 0; }
.info-box { background: var(--dark); border-left: 3px solid var(--orange); padding: 32px; margin-top: 40px; }
.info-box p { color: var(--white-dim); line-height: 1.85; font-size: 1rem; }

.parts-highlight { background: var(--dark); border: 1px solid var(--border); padding: 40px; text-align: center; margin-bottom: 56px; }
.parts-highlight .big-num { font-family: 'Bebas Neue', sans-serif; font-size: 5rem; color: var(--orange); line-height: 1; }
.parts-highlight p { color: var(--white-dim); margin-top: 8px; font-size: 1.05rem; }
.parts-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; background: var(--steel); margin-bottom: 48px; }
.parts-col { background: var(--black); padding: 32px; }
.parts-col h4 { font-size: 1.05rem; margin-bottom: 20px; margin-top: 8px; padding-top: 10px; color: var(--orange-label); letter-spacing: 0.06em; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.contact-info-block { display: flex; flex-direction: column; gap: 32px; }
.contact-info-item h4 { font-size: 0.85rem; color: var(--orange-label); letter-spacing: 0.14em; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; }
.contact-info-item p, .contact-info-item a { color: var(--white-dim); font-size: 1.05rem; line-height: 1.7; }
.contact-info-item a:hover { color: var(--orange); }

.about-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
.about-intro h2 { font-size: clamp(2.5rem, 4vw, 3.8rem); margin-bottom: 24px; color: var(--white); }
.about-intro p { color: var(--white-dim); line-height: 1.8; margin-bottom: 16px; font-size: 1rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--steel); margin-top: 80px; }
.value-card { background: var(--black); padding: 36px 28px; text-align: center; }
.value-icon { font-size: 2rem; margin-bottom: 16px; }
.value-card h4 { font-size: 1.3rem; margin-bottom: 10px; color: var(--white); }
.value-card p { color: var(--white-dim); font-size: 0.9rem; line-height: 1.65; }

.jlg-services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--steel); }
.jlg-service-item { background: var(--black); padding: 24px 28px; display: flex; align-items: center; gap: 16px; transition: background 0.2s; }
.jlg-service-item:hover { background: #fff; }
.jlg-service-item span { font-size: 1rem; color: var(--white-dim); font-weight: 500; }

footer { background: var(--dark-panel); border-top: 1px solid var(--dark-border); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand h3 { font-size: 1.4rem; margin-bottom: 4px; color: #f0efed; }
.footer-brand .sub { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 16px; display: block; }
.footer-brand p { color: #a09888; font-size: 0.95rem; line-height: 1.75; }
.footer-col h5 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--orange); margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: #a09888; font-size: 0.95rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: #f0efed; }
.footer-bottom { border-top: 1px solid var(--dark-border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { color: #4a4540; font-size: 0.68rem; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1024px) { nav { padding: 0 24px; } .container { padding: 0 24px; } .hero-content { padding: 140px 24px 80px; } .services-grid { grid-template-columns: 1fr 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } .nav-logo-contact { display: none; } }
@media (max-width: 768px) { .nav-links { display: none; } .hamburger { display: flex; } section { padding: 64px 0; } .services-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; gap: 32px; } .two-col { grid-template-columns: 1fr; gap: 40px; } .about-intro { grid-template-columns: 1fr; gap: 40px; } .contact-grid { grid-template-columns: 1fr; gap: 40px; } .jlg-banner-inner { flex-direction: column; align-items: flex-start; gap: 24px; } .hero-badges { gap: 24px; } .values-grid { grid-template-columns: 1fr; } .parts-grid { grid-template-columns: 1fr; } .jlg-services-list { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; gap: 32px; } .footer-bottom { flex-direction: column; gap: 8px; text-align: center; } .page-hero-inner { flex-direction: column; } .page-hero-desc { max-width: 100%; } }
