/* Hadley Roofing — Slate #2b3a47 / Terracotta #c0541e / Barlow Condensed + Lato */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;900&family=Lato:wght@400;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --slate: #2b3a47;
  --slate-dark: #1c2830;
  --orange: #c0541e;
  --orange-light: #d9682a;
  --off-white: #f7f5f2;
  --white: #ffffff;
  --grey: #6b7280;
  --border: #e2ddd8;
}
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.65; color: #1a1a1a; background: #fff; }

/* NAV */
.site-header { background: var(--slate-dark); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.nav-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 68px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-mark { background: var(--orange); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.4rem; padding: 6px 12px; letter-spacing: 0.05em; border-radius: 3px; }
.nav-logo-text { color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: 0.05em; }
.nav-links { display: flex; list-style: none; }
.nav-links a { display: block; padding: 24px 15px; color: rgba(255,255,255,0.8); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--orange-light); }
.nav-cta { background: var(--orange) !important; color: #fff !important; padding: 8px 18px !important; border-radius: 3px; margin-left: 8px; }
.nav-cta:hover { background: var(--orange-light) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.hamburger span { width: 24px; height: 2px; background: #fff; display: block; }
.mobile-nav { display: none; background: var(--slate); list-style: none; }
.mobile-nav a { display: block; padding: 13px 24px; color: rgba(255,255,255,0.85); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: 0.05em; border-bottom: 1px solid rgba(255,255,255,0.08); }

/* HERO */
.hero { background: var(--slate); position: relative; overflow: hidden; min-height: 560px; display: flex; align-items: center; }
.hero-img { position: absolute; inset: 0; background-image: var(--hero-bg); background-size: cover; background-position: center; opacity: 0.22; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(27,40,48,0.95) 0%, rgba(43,58,71,0.8) 60%, rgba(192,84,30,0.15) 100%); }
.hero-content { position: relative; max-width: 1140px; margin: 0 auto; padding: 80px 24px; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(192,84,30,0.25); border: 1px solid rgba(192,84,30,0.5); color: #f0a070; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; }
.hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2.4rem, 6vw, 4.2rem); line-height: 1.05; color: #fff; max-width: 680px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.02em; }
.hero h1 span { color: var(--orange-light); }
.hero p { font-size: 1.05rem; color: rgba(255,255,255,0.72); max-width: 520px; margin-bottom: 36px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-primary { background: var(--orange); color: #fff; padding: 15px 32px; border-radius: 3px; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase; transition: background 0.2s, transform 0.15s; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-1px); }
.btn-outline { border: 2px solid rgba(255,255,255,0.4); color: #fff; padding: 13px 28px; border-radius: 3px; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase; transition: border-color 0.2s, background 0.2s; }
.btn-outline:hover { border-color: var(--orange-light); color: var(--orange-light); }

/* TRUST BAR */
.trust-bar { background: var(--orange); padding: 18px 24px; }
.trust-bar-inner { max-width: 1140px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.trust-item { display: flex; align-items: center; gap: 10px; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.trust-item svg { flex-shrink: 0; }

/* STATS */
.stats { background: var(--slate); padding: 56px 24px; }
.stats-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(2.8rem, 5vw, 4rem); font-weight: 900; color: var(--orange-light); line-height: 1; }
.stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.65); margin-top: 6px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

/* SECTIONS */
.section { padding: 80px 24px; }
.section-alt { background: var(--off-white); }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.section h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--slate); line-height: 1.1; margin-bottom: 18px; text-transform: uppercase; }
.section-intro { font-size: 1.02rem; color: var(--grey); max-width: 640px; line-height: 1.7; }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; background: var(--border); border: 1px solid var(--border); }
.service-card { background: #fff; padding: 32px 28px; transition: background 0.2s; }
.service-card:hover { background: var(--off-white); }
.service-icon { color: var(--orange); margin-bottom: 14px; }
.service-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--slate); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.04em; }
.service-card p { font-size: 0.9rem; color: var(--grey); line-height: 1.6; }

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 48px; }
.gallery-item { aspect-ratio: 4/3; overflow: hidden; position: relative; background: var(--slate); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.gallery-item:hover img { transform: scale(1.05); }

/* ABOUT SPLIT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px; }
.about-features { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.about-feature { display: flex; align-items: flex-start; gap: 12px; }
.about-feature svg { color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.about-feature p { font-size: 0.92rem; color: #1a1a1a; }
.about-feature p strong { color: var(--slate); }
.about-callout { background: var(--slate); border-radius: 4px; padding: 40px; }
.about-callout h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.6rem; color: #fff; text-transform: uppercase; margin-bottom: 14px; }
.about-callout p { color: rgba(255,255,255,0.7); margin-bottom: 24px; font-size: 0.93rem; }
.about-callout .phone { font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; font-weight: 900; color: var(--orange-light); text-decoration: none; display: block; margin-bottom: 8px; }

/* WHY CARDS */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.why-card { padding: 28px 20px; border-left: 3px solid var(--orange); }
.why-icon { color: var(--orange); margin-bottom: 12px; }
.why-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; color: var(--slate); text-transform: uppercase; margin-bottom: 8px; }
.why-card p { font-size: 0.88rem; color: var(--grey); line-height: 1.6; }

/* CTA BAND */
.cta-band { background: var(--orange); padding: 72px 24px; text-align: center; }
.cta-band h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2rem, 4vw, 3rem); color: #fff; text-transform: uppercase; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 480px; margin: 0 auto 28px; }
.cta-phone { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900; color: #fff; text-decoration: none; margin-bottom: 24px; letter-spacing: 0.04em; }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, var(--slate-dark) 0%, var(--slate) 100%); padding: 64px 24px; text-align: center; }
.page-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(2rem, 5vw, 3.2rem); color: #fff; text-transform: uppercase; margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 560px; margin: 0 auto; }

/* SERVICE BLOCKS */
.service-block { padding: 40px 0; border-bottom: 1px solid var(--border); }
.service-block:last-child { border-bottom: none; }
.service-block h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.4rem; color: var(--slate); text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.service-block h3 svg { color: var(--orange); }
.service-block ul { list-style: none; margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.service-block ul li { display: flex; align-items: center; gap: 8px; font-size: 0.92rem; color: #333; }
.service-block ul li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin-top: 48px; }
.contact-item { display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start; }
.contact-item svg { color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.contact-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); margin-bottom: 4px; }
.contact-item a { color: var(--slate); text-decoration: none; font-weight: 700; }
.contact-item a:hover { color: var(--orange); }
.contact-map { border-radius: 4px; overflow: hidden; border: 1px solid var(--border); height: 320px; }
.contact-map iframe { width: 100%; height: 100%; border: none; display: block; }

/* FOOTER */
footer { background: var(--slate-dark); color: rgba(255,255,255,0.65); padding: 56px 24px 28px; }
.footer-inner { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer-brand { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.5rem; color: var(--orange-light); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 14px; }
.footer-about { font-size: 0.88rem; line-height: 1.7; }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; color: #fff; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--orange-light); }
.footer-contact-list { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-list li { display: flex; gap: 8px; align-items: flex-start; font-size: 0.88rem; }
.footer-contact-list svg { color: var(--orange-light); flex-shrink: 0; margin-top: 2px; }
.footer-contact-list a { color: rgba(255,255,255,0.6); text-decoration: none; }
.footer-contact-list a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 48px; padding-top: 24px; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.35); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .mobile-nav.open { display: block; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .service-block ul { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .trust-bar-inner { gap: 16px; }
}
