*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --red: #c0392b; --red-dark: #96281b; --red-light: #e74c3c;
    --orange: #e67e22; --orange-bright: #f39c12;
    --charcoal: #1c1c1e; --charcoal2: #2c2c2e;
    --text: #2c2c2e; --muted: #666; --rule: #e5e5e5; --bg-off: #f8f7f6; --white: #ffffff;
    --container: 1170px; --font-display: 'Barlow Condensed', sans-serif; --font-body: 'Barlow', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--text); background: var(--white); }
a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; color: var(--red-dark); }
.container { max-width: var(--container); margin: 0 auto; padding: 0 30px; }

/* UTILITY BAR */
.utility-bar { background: var(--charcoal); padding: 8px 0; border-bottom: 1px solid #333; }
.utility-bar .container { display: flex; justify-content: space-between; align-items: center; }
.utility-left { color: #aaa; font-size: 13px; }
.utility-left strong { color: #ddd; }
.utility-right { display: flex; align-items: center; gap: 14px; }
.utility-right img { width: 22px; height: 22px; opacity: 0.8; }
.utility-phone { color: #fff !important; font-size: 14px; font-weight: 600; }
.utility-phone:hover { text-decoration: none; color: var(--orange-bright) !important; }

/* HEADER */
.site-header { background: var(--white); padding: 16px 0; border-bottom: 3px solid var(--red); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 16px rgba(0,0,0,0.1); }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo img { width: 240px; height: auto; display: block; }
.header-right { display: flex; align-items: center; gap: 12px; }
.btn-call { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: #fff !important; padding: 12px 24px; border-radius: 3px; font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; transition: background 0.2s; }
.btn-call:hover { background: var(--red-dark); text-decoration: none; }
.btn-call svg { width: 17px; height: 17px; fill: #fff; flex-shrink: 0; }
.btn-order { display: inline-block; background: var(--orange); color: #fff !important; padding: 12px 20px; border-radius: 3px; font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; transition: background 0.2s; animation: softpulse 2.5s ease-in-out infinite; }
.btn-order:hover { background: #d35400; animation: none; text-decoration: none; }
@keyframes softpulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(230,126,34,0.4); } 50% { box-shadow: 0 0 0 8px rgba(230,126,34,0); } }

/* NAV */
.main-nav { background: var(--charcoal2); }
.nav-inner { display: flex; align-items: center; }
.nav-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,0.25); color: #ccc; padding: 8px 14px; cursor: pointer; font-size: 16px; border-radius: 3px; margin: 8px 0; }
.nav-menu { list-style: none; display: flex; margin: 0; padding: 0; flex: 1; justify-content: center; }
.nav-menu > li > a { display: block; color: #ccc; font-family: var(--font-display); font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding: 15px 22px; text-decoration: none; transition: background 0.2s, color 0.2s; white-space: nowrap; }
.nav-menu > li > a:hover { background: var(--red); color: #fff; text-decoration: none; }
.nav-hh-btn { display: none; }

/* PAGE HERO */
.page-hero { background: var(--charcoal); padding: 32px 0; border-bottom: 3px solid var(--red); }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #888; margin-bottom: 10px; }
.breadcrumb a { color: #aaa; text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: #555; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--white); text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.1; }
.page-hero h1 span { color: var(--orange-bright); }
.page-hero-meta { font-size: 13px; color: #888; font-family: var(--font-display); font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-top: 8px; }

/* CONTENT */
.site-content { padding: 48px 0 60px; }
.content-wrap { display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: start; }
.main-content { grid-column: 2; grid-row: 1; }
#sidebar-include { grid-column: 1; grid-row: 1; }
.sidebar { position: sticky; top: 90px; }
.sidebar-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); padding: 0 0 10px 0; border-bottom: 2px solid var(--red); margin-bottom: 4px; }
.sidebar-menu { list-style: none; }
.sidebar-menu li a { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; background: var(--charcoal2); color: #ccc !important; text-decoration: none !important; font-family: var(--font-display); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid #3a3a3a; transition: all 0.2s ease; }
.sidebar-menu li a::after { content: '›'; font-size: 18px; opacity: 0.4; }
.sidebar-menu li a:hover, .sidebar-menu li.active a { background: var(--red); color: #fff !important; padding-left: 20px; }
.sidebar-menu li a:hover::after, .sidebar-menu li.active a::after { opacity: 1; }
.main-content h2 { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--charcoal); text-transform: uppercase; letter-spacing: 0.5px; margin: 32px 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--rule); line-height: 1.15; }
.main-content h2:first-child { margin-top: 0; }
.main-content h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--charcoal); text-transform: uppercase; letter-spacing: 0.5px; margin: 24px 0 8px; padding-left: 12px; border-left: 3px solid var(--red); }
.main-content p { margin-bottom: 14px; color: #444; font-size: 16.5px; }
.main-content a { color: var(--red); }
.main-content a:hover { color: var(--red-dark); }
.main-content ul { margin: 10px 0 16px 0; padding: 0; list-style: none; }
.main-content ul li { padding: 6px 0 6px 20px; position: relative; color: #444; font-size: 16px; border-bottom: 1px solid #f0f0f0; }
.main-content ul li:last-child { border-bottom: none; }
.main-content ul li::before { content: '›'; position: absolute; left: 0; color: var(--red); font-weight: 700; font-size: 18px; line-height: 1.4; }
.main-content ul li strong { color: var(--charcoal); }
.city-list { background: var(--bg-off); border: 1px solid var(--rule); border-radius: 4px; padding: 18px 20px; margin: 12px 0 20px; font-size: 15px; color: #555; line-height: 1.8; }
.reg-box { background: var(--bg-off); border: 1px solid var(--rule); border-left: 4px solid var(--red); border-radius: 0 4px 4px 0; padding: 20px 24px; margin: 20px 0; }
.reg-box p { margin-bottom: 8px; font-size: 15.5px; }
.reg-box p:last-child { margin-bottom: 0; }
.reg-box strong { color: var(--charcoal); }
.reg-box ul { margin: 8px 0 0; }
.reg-box ul li { font-size: 15px; padding: 5px 0 5px 20px; }
.cta-strip { background: var(--charcoal); border-left: 4px solid var(--red); padding: 20px 24px; margin: 32px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 0 4px 4px 0; }
.cta-strip p { color: #ccc; font-size: 16px; margin: 0; font-weight: 500; }
.cta-strip p strong { color: #fff; }
.btn-cta-strip { display: inline-block; background: var(--red); color: #fff !important; padding: 11px 24px; border-radius: 3px; font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; white-space: nowrap; transition: background 0.2s; }
.btn-cta-strip:hover { background: var(--red-dark); }
.state-img { width: 100%; max-width: 600px; height: auto; border-radius: 4px; margin: 24px 0; display: block; border: 1px solid var(--rule); }
.related-states { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.related-states a { display: inline-block; background: var(--charcoal2); color: #ccc !important; padding: 7px 16px; border-radius: 3px; font-family: var(--font-display); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none !important; transition: background 0.2s; }
.related-states a:hover { background: var(--red); color: #fff !important; }
.content-divider { border: none; border-top: 1px solid var(--rule); margin: 28px 0; }

/* FOOTER */
footer { background: var(--charcoal); border-top: 4px solid var(--red); }
.footer-main { padding: 48px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; }
.footer-brand img { width: 200px; height: auto; margin-bottom: 16px; opacity: 0.9; }
.footer-brand p { color: #888; font-size: 14px; line-height: 1.6; }
.footer-col h5 { font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #eee; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid #3a3a3a; }
.footer-col a { display: block; color: #888; font-size: 14px; padding: 5px 0; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); text-decoration: none; }
.footer-bottom { background: #111; padding: 14px 0; text-align: center; }
.footer-bottom p { color: #555; font-size: 13px; }
.footer-bottom a { color: #666; }

/* DRAWER */
#nr-drawer { position: fixed; top: 0; left: -300px; width: 280px; height: 100%; background: #1c1c1e; z-index: 9999; transition: left 0.3s ease; overflow-y: auto; box-shadow: 4px 0 20px rgba(0,0,0,0.5); }
#nr-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.65); z-index: 9998; }
#nr-drawer .dr-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 2px solid #c0392b; background: #2c2c2e; }
#nr-drawer .dr-head img { width: 150px; height: auto; }
#nr-drawer .dr-close { background: none; border: none; color: #fff; font-size: 30px; cursor: pointer; line-height: 1; padding: 0 6px; }
#nr-drawer .dr-links { padding: 8px 0; }
#nr-drawer .dr-links a { display: block; padding: 15px 24px; border-bottom: 1px solid #2a2a2a; font-family: sans-serif; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; color: #cccccc; background: #1c1c1e; }
#nr-drawer .dr-links a:hover { background: #2a2a2a; color: #ffffff; text-decoration: none; }
#nr-drawer .dr-links a.dr-hh { background: linear-gradient(135deg,#ff6b35,#f7931e); color: #ffffff; margin: 16px; border-radius: 3px; text-align: center; padding: 14px 20px; border-bottom: none; }
#nr-drawer .dr-links a.dr-phone { color: #ffffff; background: #111; border-top: 1px solid #333; display: flex; align-items: center; }

/* RESPONSIVE */
@media (max-width: 960px) {
    .content-wrap { grid-template-columns: 1fr; }
    .main-content { grid-column: 1; grid-row: 1; }
    #sidebar-include { grid-column: 1; grid-row: 2; }
    .sidebar { position: static; order: 2; margin-top: 32px; }
    .main-content { order: 1; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .cta-strip { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
    .utility-left { display: none; }
    .logo img { width: 160px; }
    .btn-order { display: none; }
    .btn-call { font-size: 14px; padding: 10px 14px; gap: 5px; white-space: nowrap; }
    .btn-call svg { width: 14px; height: 14px; }
    .nav-toggle { display: block; }
    .nav-menu { display: none !important; }
    .nav-inner { justify-content: space-between; }
    .nav-hh-btn { display: block; background: linear-gradient(135deg,#ff6b35,#f7931e); color: #fff !important; padding: 8px 14px; border-radius: 3px; font-family: var(--font-display); font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; text-decoration: none !important; margin: 7px 0; white-space: nowrap; }
    .footer-grid { grid-template-columns: 1fr; }
}