:root {
    --primary: #b91c1c;       /* Deep red — urgent/roofing */
    --primary-hover: #991b1b;
    --primary-light: #fee2e2;
    --dark: #0c0a09;           /* Near black */
    --dark-2: #1c1917;
    --slate: #292524;
    --text-body: #57534e;
    --bg-light: #fafaf9;
    --border: #e7e5e4;
    --accent-gold: #d97706;
    
    --font-head: 'Barlow Condensed', sans-serif;
    --font-body: 'Barlow', sans-serif;
    --radius: 6px;
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.15);
    --shadow-lg: 0 10px 25px -5px rgba(0,0,0,0.2);
    --transition: all 0.3s ease;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-body); background: #fff; line-height: 1.6; }
h1,h2,h3,h4 { font-family: var(--font-head); text-transform: uppercase; color: var(--dark); line-height: 1.15; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { display: block; width: 100%; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 24px; border-radius: var(--radius);
    font-family: var(--font-head); font-weight: 700;
    font-size: 1.1rem; letter-spacing: 0.5px; text-transform: uppercase;
    border: 2px solid transparent; cursor: pointer; transition: var(--transition);
}
.btn-xl { padding: 18px 40px; font-size: 1.3rem; }
.btn-lg { padding: 14px 30px; font-size: 1.1rem; }
.btn-cta { background: var(--primary); color: white; }
.btn-cta:hover { background: var(--primary-hover); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(185,28,28,0.4); }
.btn-ghost { background: rgba(255,255,255,0.12); border-color: white; color: white; backdrop-filter: blur(4px); }
.btn-ghost:hover { background: white; color: var(--dark); }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(185,28,28,0.6);} 70%{box-shadow:0 0 0 16px rgba(185,28,28,0);} 100%{box-shadow:0 0 0 0 rgba(185,28,28,0);} }
.btn-pulse { animation: pulse 2s infinite; }

/* Emergency Bar */
.emergency-bar { background: var(--dark-2); color: #e7e5e4; padding: 9px 0; font-size: 0.9rem; font-weight: 600; }
.em-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.em-left { display: flex; align-items: center; gap: 10px; }
.em-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); animation: pulse 1.5s infinite; }
.em-phone { color: #fca5a5; font-weight: 700; letter-spacing: 0.5px; }
.em-phone:hover { color: white; }

/* Header */
header { background: white; padding: 18px 0; box-shadow: var(--shadow-md); position: sticky; top: 0; z-index: 100; border-bottom: 3px solid var(--primary); }
.header-row { display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-icon { font-size: 2.2rem; color: var(--primary); }
.brand-name { font-family: var(--font-head); font-size: 1.6rem; font-weight: 900; color: var(--dark); line-height: 1; }
.brand-sub { font-size: 0.8rem; font-weight: 700; color: var(--text-body); letter-spacing: 1px; text-transform: uppercase; }
.main-nav { display: flex; gap: 28px; }
.main-nav a { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; color: var(--dark); letter-spacing: 0.5px; }
.main-nav a:hover { color: var(--primary); }
.mobile-btn { display: none; background: none; border: none; font-size: 2rem; color: var(--dark); cursor: pointer; }

/* Hero */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; padding: 120px 0; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,10,9,0.95) 0%, rgba(12,10,9,0.75) 55%, rgba(12,10,9,0.25) 100%); }
.hero-content { position: relative; z-index: 1; }
.hero-text { max-width: 700px; color: white; }
.hero-tag { display: inline-block; background: var(--primary); color: white; padding: 5px 14px; border-radius: 4px; font-family: var(--font-head); font-size: 1rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.hero h1 { color: white; font-size: 5rem; letter-spacing: -1px; margin-bottom: 20px; }
.accent-text { color: #fca5a5; }
.hero p { font-size: 1.2rem; color: #d6d3d1; margin-bottom: 36px; font-weight: 400; max-width: 580px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-badges { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-badges span { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: #fca5a5; letter-spacing: 0.5px; }
.hero-badges i { color: var(--accent-gold); margin-right: 6px; }

/* Services */
.services { padding: 100px 0; background: var(--bg-light); }
.section-label { font-family: var(--font-head); font-size: 0.95rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }
.section-label.light { color: #fca5a5; }
.section-title { font-size: 3rem; margin-bottom: 16px; }
.section-sub { font-size: 1.15rem; max-width: 600px; margin: 0 auto 60px; text-align: center; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.svc-card { background: white; border: 1px solid var(--border); border-top: 4px solid var(--dark-2); border-radius: var(--radius); padding: 36px 28px; transition: var(--transition); }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-top-color: var(--primary); }
.svc-featured { border-top-color: var(--primary); background: var(--primary-light); }
.svc-icon { font-size: 2.2rem; color: var(--primary); margin-bottom: 20px; }
.svc-featured .svc-icon { color: var(--primary); }
.svc-card h3 { font-size: 1.4rem; margin-bottom: 10px; }

/* Roof Types / Split */
.roof-types { padding: 100px 0; background: var(--dark-2); color: white; }
.split-layout { display: flex; align-items: center; gap: 60px; }
.split-img { flex: 1; border-radius: var(--radius); overflow: hidden; height: 520px; box-shadow: var(--shadow-lg); }
.split-img img { height: 100%; object-fit: cover; }
.split-text { flex: 1; }
.split-text h2 { color: white; font-size: 3rem; margin-bottom: 20px; }
.split-text > p { color: #a8a29e; margin-bottom: 36px; font-size: 1.1rem; }
.roof-type-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 40px; }
.roof-type-list li { display: flex; align-items: center; gap: 10px; color: #e7e5e4; font-weight: 600; font-size: 1rem; }
.roof-type-list i { color: var(--accent-gold); }

/* Trust */
.trust-section { padding: 100px 0; background: white; }
.trust-title { font-size: 3rem; margin-bottom: 60px; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; text-align: center; }
.trust-card { padding: 40px 20px; border-radius: var(--radius); border: 1px solid var(--border); transition: var(--transition); }
.trust-card:hover { box-shadow: var(--shadow-md); border-color: var(--primary); }
.trust-card i { font-size: 3rem; color: var(--primary); margin-bottom: 20px; }
.trust-card h4 { font-size: 1.3rem; margin-bottom: 10px; }

/* Service Areas */
.areas-section { padding: 100px 0; background: var(--bg-light); }
.areas-section h2 { font-size: 3rem; margin-bottom: 16px; }
.areas-section > .container > p { font-size: 1.1rem; margin-bottom: 40px; }
.areas-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.areas-grid span { background: white; border: 1px solid var(--border); border-radius: 50px; padding: 8px 20px; font-weight: 600; font-size: 0.95rem; transition: var(--transition); }
.areas-grid span:hover { background: var(--primary); color: white; border-color: var(--primary); }

/* Final CTA */
.final-cta { padding: 100px 0; background: var(--dark); color: white; }
.final-cta h2 { color: white; font-size: 3.5rem; margin-bottom: 16px; }
.final-cta p { color: #a8a29e; font-size: 1.2rem; margin-bottom: 40px; }
.cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* Footer */
footer { background: #0c0a09; color: #78716c; padding: 60px 0 0; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; padding-bottom: 40px; }
.f-logo { font-family: var(--font-head); font-size: 1.5rem; font-weight: 900; color: white; margin-bottom: 16px; }
.f-logo i { color: var(--primary); margin-right: 8px; }
.footer-brand p { max-width: 340px; }
.footer-contact h4 { font-family: var(--font-head); color: white; font-size: 1.2rem; margin-bottom: 20px; }
.footer-contact p { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.footer-contact i { color: var(--primary); width: 18px; }
.footer-contact a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; font-size: 0.9rem; }

/* Responsive */
@media (max-width: 992px) {
    .split-layout { flex-direction: column; }
    .split-img { width: 100%; height: 380px; }
    .hero h1 { font-size: 3.5rem; }
    .roof-type-list { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .main-nav, .nav-cta { display: none; }
    .mobile-btn { display: block; }
    .em-inner { justify-content: center; text-align: center; }
    .hero { padding: 80px 0; }
    .hero h1 { font-size: 3rem; }
    .hero-text { text-align: center; margin: 0 auto; }
    .hero-actions, .hero-badges { justify-content: center; }
    .hero-overlay { background: rgba(12,10,9,0.88); }
    .section-title, .trust-title { font-size: 2.5rem; }
    .final-cta h2 { font-size: 2.5rem; }
}
