/* ============================================================
   BIG RED CONTRACTING — Global Stylesheet
   Lightweight, fast, no dependencies. Industrial/bold aesthetic.
   ============================================================ */

:root {
  --red: #C8102E;
  --red-dark: #9E0C24;
  --red-light: #E63A4F;
  --charcoal: #181818;
  --charcoal-2: #232323;
  --charcoal-3: #2E2E2E;
  --warm-white: #F6F3EF;
  --off-white: #ECE8E2;
  --text: #1A1A1A;
  --text-muted: #6A645E;
  --border: rgba(0,0,0,0.1);
  --gold: #E8A33D;
  --font-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --font-body: 'Outfit', -apple-system, system-ui, sans-serif;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 8px 30px rgba(0,0,0,0.1);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--warm-white);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- UTILITY ---------- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.btn-red, .btn-outline, .btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; text-decoration: none; cursor: pointer;
  border: none; transition: background .2s, transform .15s, border-color .2s;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 12px 100%);
}
.btn-red { background: var(--red); color: #fff; font-size: 16px; padding: 14px 30px; }
.btn-red:hover { background: var(--red-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); font-size: 16px; padding: 12px 28px; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-white { background: #fff; color: var(--red); font-size: 17px; padding: 15px 36px; }
.btn-white:hover { transform: translateY(-2px); }

.label-tag {
  font-family: var(--font-head); font-size: 13px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--red);
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.label-tag::before { content: ''; width: 30px; height: 2px; background: var(--red); }

.section-title {
  font-family: var(--font-head); font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 900; text-transform: uppercase; line-height: .95; color: var(--charcoal);
}
.section-title span { color: var(--red); }

/* ---------- TOP BAR ---------- */
.topbar { background: var(--charcoal); padding: 8px 0; font-size: 13px; color: rgba(255,255,255,0.7); }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; flex-wrap: wrap; gap: 6px; }
.topbar a { color: rgba(255,255,255,0.7); text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.topbar-pill { background: var(--red); color: #fff !important; padding: 4px 12px; font-weight: 600; font-size: 12px; text-decoration: none !important; border-radius: 3px; transition: background .15s ease; cursor: pointer; }
.topbar-pill:hover { background: #a30d24; color: #fff !important; }

/* ---------- NAV ---------- */
nav { background: #fff; position: sticky; top: 0; z-index: 200; box-shadow: 0 1px 0 rgba(0,0,0,0.07), 0 4px 18px rgba(0,0,0,0.04); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; height: 74px; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-box { width: 50px; height: 50px; background: var(--red); clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-box span { font-family: var(--font-head); font-size: 21px; font-weight: 900; color: #fff; }
.logo-text strong { display: block; font-family: var(--font-head); font-size: 19px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; color: var(--charcoal); line-height: 1; }
.logo-text em { font-style: normal; font-size: 10.5px; color: var(--text-muted); letter-spacing: .07em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; list-style: none; gap: 2px; }
.nav-item { position: relative; }
.nav-item > a { font-family: var(--font-head); font-size: 15px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; color: var(--charcoal); padding: 26px 13px; display: block; transition: color .15s; }
.nav-item > a:hover { color: var(--red); }
.dropdown { position: absolute; top: 100%; left: 0; background: #fff; min-width: 230px; box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s; border-top: 3px solid var(--red); list-style: none; padding: 6px 0; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 10px 20px; font-size: 14px; color: var(--text); text-decoration: none; transition: background .12s, color .12s; }
.dropdown a:hover { background: var(--off-white); color: var(--red); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-family: var(--font-head); font-size: 21px; font-weight: 800; color: var(--red); text-decoration: none; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--charcoal); margin: 5px 0; transition: .3s; }

/* ---------- HERO ---------- */
.hero { position: relative; background: var(--charcoal-2); color: #fff; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; min-height: 580px; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 70px 50px 70px 0; position: relative; z-index: 2; }
.hero-eyebrow { font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--red-light); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--red); }
.hero h1 { font-family: var(--font-head); font-size: clamp(46px, 5.5vw, 76px); font-weight: 900; text-transform: uppercase; line-height: .9; margin-bottom: 20px; }
.hero h1 em { color: var(--red-light); font-style: normal; display: block; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 440px; margin-bottom: 30px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-trust { display: flex; gap: 30px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.12); flex-wrap: wrap; }
.trust-num { font-family: var(--font-head); font-size: 30px; font-weight: 900; color: var(--red-light); line-height: 1; }
.trust-label { font-size: 12px; color: rgba(255,255,255,0.5); }
.hero-image { position: relative; }
.hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, var(--charcoal-2) 0%, rgba(35,35,35,0.4) 40%, transparent 70%); }
.hero-badge { position: absolute; bottom: 26px; right: 26px; z-index: 3; background: var(--red); color: #fff; padding: 12px 22px; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.hero-badge strong { display: block; font-family: var(--font-head); font-size: 19px; font-weight: 900; text-transform: uppercase; line-height: 1; }
.hero-badge span { font-size: 11px; opacity: .85; text-transform: uppercase; letter-spacing: .06em; }

/* ---------- PAGE HERO (interior pages) ---------- */
.page-hero { position: relative; background: var(--charcoal); color: #fff; padding: 70px 0 60px; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 45%; background-size: cover; background-position: center; opacity: 0.22; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-family: var(--font-head); font-size: clamp(38px, 5vw, 62px); font-weight: 900; text-transform: uppercase; line-height: .95; margin-bottom: 14px; max-width: 760px; }
.page-hero h1 span { color: var(--red-light); }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 560px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 18px; }
.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }

/* ---------- CREDENTIALS BAR ---------- */
.cred-bar { background: var(--red); padding: 16px 0; }
.cred-inner { display: flex; align-items: center; justify-content: space-around; gap: 20px; flex-wrap: wrap; max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }
.cred-item { display: flex; align-items: center; gap: 9px; color: #fff; font-family: var(--font-head); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }

/* ---------- SECTIONS ---------- */
.section { padding: 76px 0; }
.section-dark { background: var(--charcoal); color: #fff; }
.section-dark .section-title { color: #fff; }
.section-off { background: var(--off-white); }
.section-header { margin-bottom: 44px; }

/* ---------- SERVICES GRID ---------- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border); }
.service-card { background: #fff; padding: 34px 26px; position: relative; overflow: hidden; transition: transform .2s, box-shadow .2s; text-decoration: none; color: inherit; display: block; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); z-index: 1; }
.service-num { position: absolute; top: 14px; right: 18px; font-family: var(--font-head); font-size: 58px; font-weight: 900; color: var(--off-white); line-height: 1; pointer-events: none; }
.service-icon { width: 50px; height: 50px; background: var(--off-white); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: background .2s; }
.service-card:hover .service-icon { background: rgba(200,16,46,0.1); }
.service-name { font-family: var(--font-head); font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 9px; }
.service-desc { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; }
.service-link { font-family: var(--font-head); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--red); display: inline-flex; gap: 6px; transition: gap .15s; }
.service-card:hover .service-link { gap: 11px; }

/* ---------- CONTENT / PROSE ---------- */
.prose { max-width: 760px; }
.prose h2 { font-family: var(--font-head); font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; text-transform: uppercase; line-height: 1; margin: 38px 0 16px; color: var(--charcoal); }
.prose h3 { font-family: var(--font-head); font-size: 24px; font-weight: 700; text-transform: uppercase; margin: 28px 0 12px; color: var(--charcoal); }
.prose p { margin-bottom: 16px; color: #34302b; }
.prose ul { margin: 0 0 18px 0; padding-left: 0; list-style: none; }
.prose li { position: relative; padding-left: 28px; margin-bottom: 10px; color: #34302b; }
.prose li::before { content: ''; position: absolute; left: 0; top: 9px; width: 12px; height: 12px; background: var(--red); clip-path: polygon(0 0, 100% 50%, 0 100%); }
.prose strong { color: var(--charcoal); }
.content-split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; align-items: start; }
.content-split img { border-radius: 4px; box-shadow: var(--shadow-md); }
.sidebar-card { background: var(--charcoal); color: #fff; padding: 30px; position: sticky; top: 95px; }
.sidebar-card h3 { font-family: var(--font-head); font-size: 24px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; }
.sidebar-card p { font-size: 14px; color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.sidebar-list { list-style: none; margin-bottom: 22px; }
.sidebar-list li { font-size: 14px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.sidebar-list a { color: rgba(255,255,255,0.75); text-decoration: none; display: flex; justify-content: space-between; }
.sidebar-list a:hover { color: #fff; }

/* ---------- ABOUT / TEAM ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.team-photo { aspect-ratio: 1; background: var(--off-white); object-fit: cover; width: 100%; }
.team-info { padding: 22px; }
.team-name { font-family: var(--font-head); font-size: 22px; font-weight: 800; text-transform: uppercase; line-height: 1; }
.team-role { font-size: 13px; color: var(--red); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin: 4px 0 12px; }
.team-bio { font-size: 13.5px; color: var(--text-muted); }

/* ---------- STATS ---------- */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.1); }
.stat-box { background: var(--charcoal); padding: 30px 18px; text-align: center; }
.stat-box strong { display: block; font-family: var(--font-head); font-size: 44px; font-weight: 900; color: var(--red-light); line-height: 1; }
.stat-box span { font-size: 12px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: .06em; }

/* ---------- PROCESS ---------- */
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; margin-top: 48px; gap: 10px; }
.process-step { text-align: center; padding: 0 8px; }
.step-num { width: 54px; height: 54px; margin: 0 auto 18px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 21px; font-weight: 900; color: rgba(255,255,255,0.4); transition: .2s; }
.process-step:hover .step-num { background: var(--red); border-color: var(--red); color: #fff; }
.step-title { font-family: var(--font-head); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
.step-desc { font-size: 12.5px; color: rgba(255,255,255,0.45); }

/* ---------- TESTIMONIALS ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: #fff; padding: 30px 26px; border-bottom: 3px solid var(--off-white); position: relative; transition: border-color .2s; }
.testi-card:hover { border-color: var(--red); }
.stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-text { font-size: 14px; color: var(--text-muted); font-style: italic; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 11px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 600; color: var(--charcoal); }
.testi-loc { font-size: 12px; color: var(--text-muted); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; margin-bottom: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 20px 24px; font-family: var(--font-head); font-size: 19px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--charcoal); }
.faq-q::after { content: '+'; font-size: 28px; color: var(--red); transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: 15px; color: var(--text-muted); }
.faq-item.open .faq-a { max-height: 400px; }

/* ---------- SERVICE AREA ---------- */
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.areas-cities { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 26px; }
.area-city { display: flex; align-items: center; gap: 10px; font-size: 15px; color: rgba(255,255,255,0.75); padding: 11px 14px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); text-decoration: none; transition: .15s; }
.area-city:hover { background: rgba(200,16,46,0.15); color: #fff; border-color: rgba(200,16,46,0.3); }
.area-city::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.areas-map { aspect-ratio: 4/3; width: 100%; border: 0; border-radius: 4px; }

/* ---------- CTA BANNER ---------- */
.cta-banner { padding: 76px 0; background: var(--red); position: relative; overflow: hidden; }
.cta-banner::before { content: 'GET A QUOTE'; position: absolute; font-family: var(--font-head); font-size: 190px; font-weight: 900; color: rgba(0,0,0,0.07); top: 50%; left: 50%; transform: translate(-50%,-50%); white-space: nowrap; pointer-events: none; }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-inner h2 { font-family: var(--font-head); font-size: clamp(38px, 5vw, 66px); font-weight: 900; text-transform: uppercase; color: #fff; line-height: .9; margin-bottom: 14px; }
.cta-inner p { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.cta-phone { margin-top: 18px; font-family: var(--font-head); font-size: 26px; font-weight: 900; color: rgba(255,255,255,0.9); }
.cta-phone a { color: inherit; text-decoration: none; }

/* ---------- FORMS ---------- */
.form-wrap { background: #fff; padding: 34px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 5px; color: var(--charcoal); }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); font-family: var(--font-body); font-size: 15px; background: var(--warm-white); transition: border-color .15s; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--red); }
.form-note { font-size: 12px; color: var(--text-muted); margin-top: 10px; }

/* ---------- TOOLS (calculator / quiz) ---------- */
.tool-card { background: #fff; box-shadow: var(--shadow-md); padding: 36px; max-width: 720px; margin: 0 auto; }
.tool-result { background: var(--charcoal); color: #fff; padding: 28px; margin-top: 24px; text-align: center; }
.tool-result .big-num { font-family: var(--font-head); font-size: 48px; font-weight: 900; color: var(--red-light); line-height: 1; }
.slider-row { margin-bottom: 24px; }
.slider-row label { display: flex; justify-content: space-between; font-weight: 600; margin-bottom: 8px; }
.slider-row label span { color: var(--red); font-family: var(--font-head); font-size: 20px; }
input[type=range] { width: 100%; accent-color: var(--red); height: 6px; }
.opt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.opt-btn { padding: 14px; border: 2px solid var(--border); background: var(--warm-white); cursor: pointer; font-family: var(--font-head); font-size: 16px; font-weight: 700; text-transform: uppercase; transition: .15s; }
.opt-btn.active, .opt-btn:hover { border-color: var(--red); background: rgba(200,16,46,0.06); color: var(--red); }




/* ---------- BLOG ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .2s; text-decoration: none; color: inherit; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-img { aspect-ratio: 16/9; object-fit: cover; width: 100%; background: var(--off-white); }
.blog-body { padding: 22px; }
.blog-cat { font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.blog-title { font-family: var(--font-head); font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 1.15; margin-bottom: 8px; }
.blog-excerpt { font-size: 13px; color: var(--text-muted); margin-bottom: 12px; }
.blog-meta { font-size: 12px; color: rgba(0,0,0,0.35); }

/* ---------- LOGOS STRIP ---------- */
.logos-strip { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; padding: 10px 0; }
.logos-strip img { height: 54px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .65; transition: .2s; }
.logos-strip img:hover { filter: grayscale(0); opacity: 1; }

/* ---------- FOOTER ---------- */
footer { background: #101010; padding: 60px 0 26px; color: rgba(255,255,255,0.55); }

.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; text-decoration: none; }
.footer-logo .logo-text strong { color: #fff; }
.footer-tagline { font-size: 14px; line-height: 1.7; margin-bottom: 22px; max-width: 280px; }
.footer-nap { display: flex; flex-direction: column; gap: 9px; }
.nap-item { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; line-height: 1.5; }
.nap-item svg { flex-shrink: 0; margin-top: 3px; stroke: var(--red); }
.nap-item a { color: inherit; text-decoration: none; }
.nap-item a:hover { color: var(--red-light); }
.footer-heading { font-family: var(--font-head); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 18px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13.5px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: #fff; }
.footer-hours { font-size: 13px; line-height: 1.9; }
.footer-hours strong { color: rgba(255,255,255,0.8); }
.footer-bottom { max-width: 1180px; margin: 0 auto; padding: 22px 1.5rem 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 50px 0; }
  .hero-image { min-height: 300px; }
  .content-split, .areas-grid { grid-template-columns: 1fr; gap: 30px; }
  .services-grid, .team-grid, .testi-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  
  .sidebar-card { position: static; }
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #fff; flex-direction: column; box-shadow: var(--shadow-md); padding: 10px 0; max-height: calc(100vh - 64px); overflow-y: auto; }
  .nav-links.open { display: flex; }
  .nav-item > a { padding: 14px 20px; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-top: none; background: var(--off-white); padding: 0; max-height: 0; overflow: hidden; }
  .nav-item.open .dropdown { max-height: 400px; }
  .nav-toggle { display: block; }
  /* MOBILE HEADER CLEANUP — prevent the overlap seen on phones */
  .topbar { display: none; }            /* redundant on mobile; info is in header + sticky bar */
  .logo-text { display: none; }         /* keep just the logo image, no text crammed beside it */
  .nav-phone { display: none; }         /* phone lives in the sticky call bar on mobile */
  .nav-inner { height: 64px; padding: 0 16px; }
}
@media (max-width: 580px) {
  .services-grid, .team-grid, .testi-grid, .blog-grid, .form-row, .opt-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .cta-banner::before { font-size: 100px; }
}

/* ============================================================
   CONVERSION FEATURES — review wall, exit popup, sticky call bar
   ============================================================ */

/* ---------- DYNAMIC GOOGLE REVIEW WALL ---------- */
.reviews-wall { position: relative; }
.reviews-header { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; }
.google-badge { display: flex; align-items: center; gap: 12px; background: #fff; padding: 14px 24px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.google-badge .g-logo { font-family: var(--font-head); font-size: 26px; font-weight: 800; }
.google-badge .g-logo .b{color:#4285F4} .google-badge .g-logo .r{color:#EA4335} .google-badge .g-logo .y{color:#FBBC05} .google-badge .g-logo .g{color:#34A853}
.google-badge .g-rating { text-align: left; }
.google-badge .g-rating strong { display: block; font-family: var(--font-head); font-size: 24px; font-weight: 900; color: var(--charcoal); line-height: 1; }
.google-badge .g-rating .g-stars { color: var(--gold); font-size: 15px; letter-spacing: 1px; }
.google-badge .g-rating span { font-size: 12px; color: var(--text-muted); }

.reviews-marquee { display: flex; gap: 20px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.reviews-track { display: flex; gap: 20px; animation: scroll-reviews 60s linear infinite; }
.reviews-marquee:hover .reviews-track { animation-play-state: paused; }
@keyframes scroll-reviews { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.review-card { background: #fff; border-radius: 10px; padding: 24px; width: 340px; flex-shrink: 0; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review-card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.review-meta strong { display: block; font-size: 15px; color: var(--charcoal); }
.review-meta .review-sub { font-size: 12px; color: var(--text-muted); }
.review-gicon { margin-left: auto; width: 22px; height: 22px; flex-shrink: 0; }
.review-stars { color: var(--gold); font-size: 15px; letter-spacing: 1px; margin-bottom: 4px; }
.review-service { font-family: var(--font-head); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--red); margin-bottom: 10px; }
.review-text { font-size: 13.5px; color: #4a4540; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }

/* ---------- EXIT-INTENT POPUP ---------- */
.popup-overlay { position: fixed; inset: 0; background: rgba(24,24,24,0.82); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity .3s; }
.popup-overlay.show { display: flex; opacity: 1; }
.popup-box { background: var(--warm-white); max-width: 520px; width: 100%; position: relative; overflow: hidden; transform: translateY(20px) scale(.97); transition: transform .35s cubic-bezier(.2,.8,.3,1); box-shadow: var(--shadow-lg); }
.popup-overlay.show .popup-box { transform: translateY(0) scale(1); }
.popup-top { background: var(--red); padding: 28px 34px; position: relative; overflow: hidden; }
.popup-top::before { content: 'FREE'; position: absolute; font-family: var(--font-head); font-size: 150px; font-weight: 900; color: rgba(0,0,0,0.07); top: -28px; right: -10px; line-height: 1; pointer-events: none; }
.popup-eyebrow { font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,0.85); position: relative; }
.popup-top h2 { font-family: var(--font-head); font-size: 38px; font-weight: 900; text-transform: uppercase; color: #fff; line-height: .95; margin-top: 6px; position: relative; }
.popup-body { padding: 28px 34px 32px; }
.popup-body p { font-size: 15px; color: var(--text-muted); margin-bottom: 18px; }
.popup-body form { display: flex; flex-direction: column; gap: 10px; }
.popup-body input, .popup-body select { width: 100%; padding: 13px 15px; border: 1px solid var(--border); font-family: var(--font-body); font-size: 15px; background: #fff; }
.popup-body input:focus, .popup-body select:focus { outline: none; border-color: var(--red); }
.popup-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.popup-close { position: absolute; top: 14px; right: 16px; z-index: 5; background: rgba(255,255,255,0.2); border: none; color: #fff; width: 32px; height: 32px; border-radius: 50%; font-size: 20px; cursor: pointer; line-height: 1; transition: background .15s; }
.popup-close:hover { background: rgba(255,255,255,0.35); }
.popup-fineprint { font-size: 11px; color: var(--text-muted); text-align: center; margin-top: 4px; }

/* ---------- STICKY MOBILE CALL BAR ---------- */
.sticky-call { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; background: var(--charcoal); box-shadow: 0 -4px 20px rgba(0,0,0,0.2); }
.sticky-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 8px; font-family: var(--font-head); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; text-decoration: none; transition: background .15s; }
.sticky-call .sc-call { background: var(--red); color: #fff; }
.sticky-call .sc-quote { color: #fff; }
.sticky-call .sc-call:active { background: var(--red-dark); }
@media (max-width: 768px) {
  .sticky-call { display: flex; }
  body { padding-bottom: 54px; }
  .review-card { width: 280px; }
}

/* ---------- REAL LOGO IMAGES ---------- */
.nav-logo-img { height: 52px; width: auto; flex-shrink: 0; }
.footer-logo-img { height: 64px; width: auto; flex-shrink: 0; background: #fff; padding: 6px 10px; border-radius: 6px; }
.footer-logo { align-items: center; }
@media (max-width: 940px) { .nav-logo-img { height: 44px; } }

/* ---------- PROJECT GALLERY ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 6px; text-decoration: none; display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-cap { position: absolute; left: 0; bottom: 0; right: 0; padding: 14px 16px; font-family: var(--font-head); font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.78), transparent); }
.gallery-item::after { content: ''; position: absolute; inset: 0; border: 0 solid var(--red); transition: border-width .2s; }
.gallery-item:hover::after { border-width: 3px; }
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 1; }
}

/* ---------- POPUP PERSON (owner photo + quote) ---------- */
.popup-person { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.popup-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid var(--red); }
.popup-quote { font-size: 14px; color: #4a4540; line-height: 1.5; font-style: italic; margin: 0; }
.popup-sig { display: block; font-style: normal; font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--charcoal); margin-top: 6px; }

/* ---------- HOMEPAGE CONTACT FORM ---------- */
.contact-split { align-items: start; gap: 50px; }
.contact-perks { list-style: none; padding: 0; margin: 0 0 24px; }
.contact-perks li { font-size: 15px; color: var(--charcoal); padding: 6px 0; font-weight: 500; }
.contact-direct { display: flex; flex-direction: column; gap: 6px; }
.contact-phone { font-family: var(--font-head); font-size: 26px; font-weight: 800; color: var(--red); text-decoration: none; }
.contact-email { font-size: 15px; color: var(--text-muted); text-decoration: none; }
.contact-email:hover { color: var(--red); }
.home-quote-form { background: #fff; padding: 30px; border-radius: 10px; box-shadow: var(--shadow-md); }
.home-quote-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.home-quote-form input, .home-quote-form select, .home-quote-form textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--border); font-family: var(--font-body);
  font-size: 15px; margin-bottom: 12px; background: #fff; border-radius: 4px; }
.home-quote-form input:focus, .home-quote-form select:focus, .home-quote-form textarea:focus {
  outline: none; border-color: var(--red); }
.home-quote-form textarea { resize: vertical; }
@media (max-width: 768px) {
  .contact-split { gap: 30px; }
  .home-quote-form { padding: 22px; }
  .home-quote-form .form-row { grid-template-columns: 1fr; gap: 0; }
}

/* ============================================================
   MOBILE HARDENING — comprehensive responsive layer
   ============================================================ */

/* Prevent any horizontal overflow site-wide */
html, body { max-width: 100%; overflow-x: hidden; }
img, video, iframe { max-width: 100%; height: auto; }
* { -webkit-tap-highlight-color: rgba(200,16,46,0.15); }

/* Tablet / large phone */
@media (max-width: 768px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .section { padding-top: 50px; padding-bottom: 50px; }
  .hero h1 { font-size: clamp(38px, 11vw, 56px); }
  .page-hero h1 { font-size: clamp(32px, 9vw, 48px); }
  .section-title { font-size: clamp(28px, 8vw, 42px); }
  /* Ensure tap targets are at least 44px tall (Apple/Google guideline) */
  .btn-red, .btn-outline, .btn-white, .nav-item > a, .nav-links a,
  button[type="submit"], .area-city { min-height: 44px; display: inline-flex;
    align-items: center; }
  .hero-btns { flex-direction: column; gap: 12px; }
  .hero-btns a { width: 100%; justify-content: center; }
  /* Popup fits small screens, scrolls if needed */
  .popup-box { max-height: 90vh; overflow-y: auto; }
  .popup-top h2 { font-size: 30px; }
  .popup-person { flex-direction: row; }
}

/* Small phones */
@media (max-width: 480px) {
  .container { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: clamp(32px, 10vw, 44px); }
  .hero-sub, .page-hero p { font-size: 15px; }
  .hero-trust { gap: 16px; flex-wrap: wrap; }
  .trust-num { font-size: 20px; }
  .section-title { font-size: clamp(24px, 8vw, 34px); }
  .contact-phone { font-size: 22px; }
  .reviews-track { animation-duration: 40s; }
  .review-card { width: 250px; padding: 18px; }
  .gallery-cap { font-size: 14px; padding: 10px 12px; }
  
  .popup-top h2 { font-size: 26px; }
  .popup-person { flex-direction: column; align-items: flex-start; }
  .popup-body { padding: 22px; }
  /* Sticky call bar sits above everything, comfortable height */
  .sticky-call a { padding: 16px 8px; font-size: 16px; }
  /* Tawk.to bubble shouldn't overlap sticky bar */
  body { padding-bottom: 56px; }
}

/* Very small / older phones */
@media (max-width: 360px) {
  .hero h1 { font-size: 30px; }
  .section-title { font-size: 24px; }
  .home-quote-form { padding: 18px; }
}

/* ---------- HOMEPAGE TEAM SECTION ---------- */
.home-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 860px; margin: 0 auto; }
.home-team-card { text-align: center; }
.home-team-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow-sm); margin-bottom: 14px; }
.home-team-name { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--charcoal); }
.home-team-role { font-size: 14px; color: var(--red); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; }
@media (max-width: 768px) {
  .home-team-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .home-team-name { font-size: 16px; }
  .home-team-role { font-size: 12px; }
}
@media (max-width: 480px) {
  .home-team-grid { grid-template-columns: 1fr; gap: 20px; max-width: 280px; }
}

/* ---------- TAWK.TO ----------
   Position is set via Tawk_API.customStyle in the embed (bottom-right, lifted on
   mobile to clear the sticky call bar). If the bubble shows in the wrong corner,
   check the Tawk dashboard widget settings — dashboard config can override code. */

/* ============================================================
   STATS STRIP — confidence-builder below hero (GSC-data inspired)
   ============================================================ */
.stats-strip { background: var(--charcoal, #181818); color: #fff; padding: 32px 0; border-top: 4px solid var(--red, #C8102E); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-item { padding: 0 8px; }
.stat-num { font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 44px; font-weight: 800; line-height: 1; letter-spacing: -.01em; color: #fff; }
.stat-num span { color: var(--red, #C8102E); }
.stat-label { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,0.72); margin-top: 8px; font-weight: 600; }
@media (max-width: 768px) {
  .stats-strip { padding: 24px 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .stat-num { font-size: 32px; }
  .stat-label { font-size: 11px; }
}

/* ============================================================
   CROSS-CITIES BLOCK — sibling internal-linking on matrix pages
   ============================================================ */
.cross-cities .cross-cities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 920px; margin: 0 auto; }
.cross-city { display: flex; flex-direction: column; padding: 18px 16px; background: #fff; border: 1px solid var(--border, rgba(0,0,0,0.1)); border-radius: 8px; text-decoration: none; transition: all .2s ease; }
.cross-city:hover { border-color: var(--red, #C8102E); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.cross-city-name { font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 19px; font-weight: 700; color: var(--charcoal, #181818); }
.cross-city-svc { font-size: 13px; color: var(--red, #C8102E); font-weight: 600; margin-top: 4px; }
@media (max-width: 768px) {
  .cross-cities .cross-cities-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .cross-city { padding: 14px 12px; }
  .cross-city-name { font-size: 16px; }
}

/* === FOOTER — 5-column tidy layout === */
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.1fr;
  gap: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-col .footer-heading { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin-bottom: 16px; font-weight: 700; font-family: var(--font-head, 'Barlow Condensed', sans-serif); border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 10px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 14px; transition: color .15s; }
.footer-links a:hover { color: var(--red, #C8102E); }
.footer-links-compact li { margin-bottom: 7px; }
.footer-hours { font-size: 14px; color: rgba(255,255,255,0.7); }
.footer-hours p { margin: 0 0 12px; line-height: 1.5; }
.footer-hours strong { color: #fff; display: block; margin-bottom: 2px; }
.footer-hours a { color: inherit; text-decoration: none; }
.footer-bottom { text-align: center; padding-top: 22px; font-size: 13px; color: rgba(255,255,255,0.45); }
.footer-bottom a { color: rgba(255,255,255,0.6); }

@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 8px; }
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* === NAV AREAS DROPDOWN — 2-col layout for 10 cities === */
.dropdown-areas {
  min-width: 320px;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0 4px;
  padding: 10px 12px !important;
}
.dropdown-areas li { margin: 0; }
.dropdown-areas li a { padding: 8px 12px !important; display: block; border-radius: 4px; }
.dropdown-areas li a:hover { background: rgba(200,16,46,0.08); color: var(--red); }
@media (max-width: 980px) {
  .dropdown-areas { display: block !important; grid-template-columns: none; }
}

/* === STICKY HEADER SHRINK-ON-SCROLL === */
nav { transition: padding .2s ease, box-shadow .2s ease; }
nav.nav-scrolled { padding-top: 4px; padding-bottom: 4px; box-shadow: 0 2px 14px rgba(0,0,0,0.1); }
nav .nav-inner { transition: padding .2s ease; }
nav.nav-scrolled .nav-inner { padding-top: 6px; padding-bottom: 6px; }
nav .nav-logo-img { transition: height .2s ease, max-height .2s ease; }
nav.nav-scrolled .nav-logo-img { height: 38px; max-height: 38px; }
nav .logo-text strong { transition: font-size .2s ease; }
nav.nav-scrolled .logo-text strong { font-size: 15px; }
nav.nav-scrolled .logo-text em { display: none; }
nav .nav-links > li > a { transition: padding .2s ease, font-size .2s ease; }
nav.nav-scrolled .nav-links > li > a { font-size: 13px; padding: 8px 10px; }
nav .nav-phone, nav .nav-cta a { transition: font-size .2s ease, padding .2s ease; }
nav.nav-scrolled .nav-phone { font-size: 13px; }
nav.nav-scrolled .nav-cta a { padding: 8px 18px; font-size: 13px; }
/* Topbar collapse on scroll for extra slim feel */
.topbar { transition: max-height .25s ease, padding .2s ease, opacity .2s ease; max-height: 60px; overflow: hidden; }
.topbar.topbar-hidden { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; }


/* === DAMAGE GRID === */
.damage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 8px; }
.damage-card { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 26px; transition: transform .2s, box-shadow .2s; }
.damage-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.damage-icon { color: var(--red, #C8102E); margin-bottom: 14px; }
.damage-card h3 { font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 22px; margin: 0 0 10px; color: #181818; }
.damage-card p { color: #555; line-height: 1.6; margin: 0; font-size: 15px; }

/* === CHECKLIST === */
.checklist { max-width: 820px; }
.check-item { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid #ececec; }
.check-item:last-child { border-bottom: 0; }
.check-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--red, #C8102E); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.check-item div:last-child { color: #444; line-height: 1.6; }
.check-item strong { color: #181818; }

/* === INSURANCE STEPS === */
.insurance-steps { list-style: none; padding: 0; margin: 0; counter-reset: step; }
.insurance-steps li { position: relative; padding: 22px 0 22px 64px; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); counter-increment: step; }
.insurance-steps li:last-child { border-bottom: 0; }
.insurance-steps li::before { content: counter(step); position: absolute; left: 0; top: 22px; width: 44px; height: 44px; border-radius: 50%; background: var(--red, #C8102E); color: #fff; font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; }
.insurance-steps strong { display: block; color: #fff; font-size: 17px; margin-bottom: 4px; font-family: var(--font-head, 'Barlow Condensed', sans-serif); }
.insurance-steps span { color: rgba(255,255,255,0.65); line-height: 1.6; }


/* === SERVICE-HUB CONTENT COMPONENTS === */
/* Materials grid (roofing hub) */
.materials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.material-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 26px; position: relative; }
.material-card .material-tag { position: absolute; top: -10px; left: 22px; background: var(--red, #C8102E); color: #fff; padding: 4px 12px; font-size: 11px; font-weight: 700; border-radius: 4px; text-transform: uppercase; letter-spacing: .04em; }
.material-card h3 { font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 22px; margin: 0 0 6px; color: #181818; }
.material-card .material-life { color: var(--red, #C8102E); font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.material-bullets { list-style: none; padding: 0; margin: 0 0 14px; }
.material-bullets li { padding: 4px 0 4px 22px; position: relative; color: #555; font-size: 14px; line-height: 1.5; }
.material-bullets li::before { content: '\2713'; position: absolute; left: 0; color: var(--red, #C8102E); font-weight: 700; }
.material-card .material-note { font-size: 13px; color: #777; font-style: italic; margin: 0; padding-top: 12px; border-top: 1px solid #ececec; }

/* Signs grid (10 signs, when siding needs replacement, etc.) */
.signs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; max-width: 920px; }
.sign-item { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid #ececec; }
.sign-item:last-child { border-bottom: 0; }
.sign-n { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: #181818; color: #fff; font-weight: 700; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.sign-item div:last-child { color: #444; font-size: 14.5px; line-height: 1.55; }
.sign-item strong { color: #181818; }
@media (max-width: 760px) { .signs-grid { grid-template-columns: 1fr; } }

/* Decision tree (repair vs replace) */
.decision-tree { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; }
.decision-row { padding: 24px; border-radius: 10px; }
.decision-repair { background: #f0f7f0; border-left: 4px solid #2D8F3F; }
.decision-replace { background: #fef5f0; border-left: 4px solid var(--red, #C8102E); }
.decision-label { font-weight: 700; color: #181818; margin-bottom: 12px; font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 18px; }
.decision-row ul { list-style: none; padding: 0; margin: 0; }
.decision-row li { padding: 6px 0 6px 22px; position: relative; color: #444; font-size: 14.5px; line-height: 1.5; }
.decision-repair li::before { content: '\2713'; position: absolute; left: 0; color: #2D8F3F; font-weight: 700; }
.decision-replace li::before { content: '\2713'; position: absolute; left: 0; color: var(--red, #C8102E); font-weight: 700; }
@media (max-width: 760px) { .decision-tree { grid-template-columns: 1fr; } }

/* Timeline grid */
.timeline-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.timeline-item { background: #fff; border-top: 4px solid var(--red, #C8102E); padding: 22px 20px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.timeline-when { font-size: 11px; color: var(--red, #C8102E); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; }
.timeline-item h3 { font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 20px; margin: 0 0 8px; color: #181818; }
.timeline-item p { color: #555; font-size: 14px; line-height: 1.55; margin: 0; }

/* Warranty cards */
.warranty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; }
.warranty-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 28px; position: relative; }
.warranty-tag { position: absolute; top: -10px; left: 22px; background: #181818; color: #fff; padding: 4px 12px; font-size: 11px; font-weight: 700; border-radius: 4px; text-transform: uppercase; letter-spacing: .04em; }
.warranty-card h3 { font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 22px; margin: 6px 0 16px; color: #181818; }
@media (max-width: 760px) { .warranty-grid { grid-template-columns: 1fr; } }

/* Comparison table (Hardie vs Vinyl, Seamless vs Sectional) */
.comparison-table { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; overflow: hidden; }
.comp-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr; padding: 12px 22px; border-bottom: 1px solid #ececec; align-items: center; font-size: 14.5px; color: #444; }
.comp-row:last-child { border-bottom: 0; }
.comp-header { background: #f7f7f7; font-family: var(--font-head, 'Barlow Condensed', sans-serif); font-size: 16px; color: #181818; padding: 16px 22px; }
.comp-header span { display: block; font-size: 12px; color: #888; font-weight: 400; font-family: var(--font-sans, sans-serif); }
@media (max-width: 600px) {
  .comp-row { grid-template-columns: 1fr; gap: 4px; padding: 10px 16px; }
  .comp-header { grid-template-columns: 1fr 1fr; }
}

/* Bullet list for content sections */
.bullet-list { list-style: none; padding: 0; margin: 0; }
.bullet-list li { padding: 6px 0 6px 22px; position: relative; }
.bullet-list li::before { content: '\2022'; position: absolute; left: 6px; color: var(--red, #C8102E); font-weight: 700; font-size: 18px; line-height: 1; top: 8px; }

/* === DEFENSIVE: ensure [hidden] attribute is always respected === */
[hidden] { display: none !important; }

