/* Force 5 Roofing — Shared Styles */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red: #C0272D;
  --red-dark: #a01f24;
  --black: #1A1A1A;
  --charcoal: #2D2D2D;
  --dark-bg: #111111;
  --mid-bg: #1e1e1e;
  --section-bg: #f5f4f2;
  --white: #FFFFFF;
  --gray-light: #f0eeeb;
  --gray-mid: #888;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--charcoal); background: var(--white); line-height: 1.6; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* NAV */
#site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(17,17,17,0.96); backdrop-filter: blur(10px); border-bottom: 2px solid var(--red); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 84px; max-width: 1200px; margin: 0 auto; }
.nav-logo { display: flex; align-items: center; text-decoration: none; background: white; padding: 7px 16px; border-radius: 3px; }
.nav-logo-img { height: 54px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--red); }
.nav-links .nav-cta { background: var(--red); color: white !important; padding: 10px 20px; font-weight: 700; }
.nav-links .nav-cta:hover { background: var(--red-dark); }
.nav-phone { color: var(--white) !important; font-size: 14px !important; font-weight: 700 !important; letter-spacing: 0.5px !important; }
select option { color: #1a1a1a !important; background: white !important; }
.has-dropdown { position: relative; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: var(--black); min-width: 260px; border-top: 2px solid var(--red); list-style: none; z-index: 200; }
.has-dropdown:hover .dropdown { display: block; }
.dropdown li a { display: block; padding: 11px 18px; font-size: 13px !important; text-transform: none !important; letter-spacing: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.06); }
.dropdown li a:hover { background: rgba(192,39,45,0.15); color: var(--red) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; }

/* PAGE HERO */
.page-hero { padding: 140px 0 80px; background: var(--dark-bg); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(192,39,45,0.1) 0%, transparent 60%); pointer-events: none; }
.page-hero::after { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(-55deg, transparent, transparent 40px, rgba(192,39,45,0.03) 40px, rgba(192,39,45,0.03) 41px); pointer-events: none; }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--red); margin-bottom: 16px; }
.page-hero-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--red); }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(52px, 7vw, 96px); line-height: 0.92; color: white; letter-spacing: 2px; margin-bottom: 22px; }
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero-sub { font-size: 18px; color: rgba(255,255,255,0.65); max-width: 600px; line-height: 1.7; margin-bottom: 36px; }
.page-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* BREADCRUMB */
.breadcrumb { background: var(--black); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.4); }
.breadcrumb-inner a { color: rgba(255,255,255,0.4); text-decoration: none; }
.breadcrumb-inner a:hover { color: var(--red); }
.breadcrumb-sep { opacity: 0.4; }

/* BUTTONS */
.btn-primary { background: var(--red); color: white; padding: 16px 36px; font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px)); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(192,39,45,0.4); }
.btn-secondary { background: transparent; color: white; padding: 16px 36px; font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border: 2px solid rgba(255,255,255,0.3); cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: border-color 0.2s; }
.btn-secondary:hover { border-color: white; }
.btn-red-outline { background: transparent; color: var(--red); padding: 14px 30px; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: 2px solid var(--red); cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, color 0.2s; }
.btn-red-outline:hover { background: var(--red); color: white; }

/* SECTION HEADERS */
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.section-eyebrow::before { content: ''; display: block; width: 24px; height: 2px; background: var(--red); }
.section-title { font-family: var(--font-display); font-size: clamp(38px, 5vw, 62px); line-height: 0.95; color: var(--black); letter-spacing: 1px; margin-bottom: 18px; }
.section-title.light { color: white; }
.section-body { font-size: 16px; color: #555; max-width: 600px; line-height: 1.8; }

/* CONTENT SECTIONS */
.content-section { padding: 80px 0; }
.content-section.dark { background: var(--dark-bg); }
.content-section.gray { background: var(--section-bg); }
.content-section.red { background: var(--red); }

/* TWO COL */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

/* PHOTO PLACEHOLDER */
.photo-placeholder { background: var(--mid-bg); position: relative; overflow: hidden; min-height: 380px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; }
.photo-placeholder::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(255,255,255,0.02), rgba(255,255,255,0.02) 10px, transparent 10px, transparent 20px); }
.photo-placeholder p { font-family: monospace; font-size: 11px; color: rgba(255,255,255,0.2); letter-spacing: 2px; text-align: center; text-transform: uppercase; position: relative; z-index: 1; }

/* CHECKLIST */
.checklist { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: #444; line-height: 1.6; }
.checklist li::before { content: '✓'; color: var(--red); font-weight: 700; font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.checklist.light li { color: rgba(255,255,255,0.75); }
.checklist.light li::before { color: var(--red); }

/* PROCESS STEPS */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: #e0ddd9; margin-top: 48px; }
.process-step { background: white; padding: 32px 24px; }
.step-num { font-family: var(--font-display); font-size: 52px; color: var(--red); opacity: 0.7; line-height: 1; margin-bottom: 12px; }
.step-title { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; color: var(--black); margin-bottom: 10px; }
.step-desc { font-size: 13px; color: #666; line-height: 1.7; }

/* SERVICES MINI GRID */
.services-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.service-mini-card { background: var(--section-bg); padding: 24px; text-decoration: none; border-bottom: 3px solid transparent; transition: border-color 0.2s, transform 0.2s; display: block; }
.service-mini-card:hover { border-color: var(--red); transform: translateY(-3px); }
.service-mini-title { font-family: var(--font-display); font-size: 20px; letter-spacing: 1px; color: var(--black); margin-bottom: 6px; }
.service-mini-desc { font-size: 13px; color: #666; line-height: 1.6; }

/* FAQ MINI */
.faq-mini { margin-top: 40px; }
.faq-item { border-bottom: 1px solid #ddd; }
.faq-question { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--black); gap: 16px; user-select: none; }
.faq-question:hover { color: var(--red); }
.faq-icon { width: 26px; height: 26px; border: 1.5px solid var(--red); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 17px; color: var(--red); transition: transform 0.2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.35s ease; }
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 18px; }
.faq-answer p { font-size: 14px; color: #666; line-height: 1.75; }

/* CTA STRIP */
.cta-strip { padding: 70px 0; background: var(--red); }
.cta-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-strip-title { font-family: var(--font-display); font-size: clamp(36px, 4vw, 56px); color: white; line-height: 1; }
.cta-strip-sub { font-size: 16px; color: rgba(255,255,255,0.8); margin-top: 10px; max-width: 440px; }
.btn-white { background: white; color: var(--red); padding: 18px 40px; font-family: var(--font-body); font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: inline-block; white-space: nowrap; transition: background 0.2s, transform 0.15s; }
.btn-white:hover { background: #f0eeeb; transform: translateY(-2px); }

/* REVIEWS STRIP */
.reviews-strip { padding: 70px 0; background: white; }
.reviews-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.review-card-mini { padding: 28px; border: 1.5px solid #e8e5e1; }
.review-stars-sm { color: #f5a623; font-size: 14px; margin-bottom: 12px; }
.review-text { font-size: 14px; color: #555; line-height: 1.75; margin-bottom: 16px; font-style: italic; }
.reviewer-name { font-weight: 700; font-size: 13px; color: var(--black); }
.reviewer-location { font-size: 12px; color: var(--gray-mid); }

/* FOOTER */
#footer { background: var(--black); padding: 60px 0 28px; border-top: 3px solid var(--red); }
.footer-grid { display: grid; grid-template-columns: 260px 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-col-title { font-family: var(--font-display); font-size: 17px; letter-spacing: 2px; color: white; margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 13px; transition: color 0.2s; display: flex; align-items: center; gap: 6px; }
.footer-links a::before { content: '—'; color: var(--red); font-size: 10px; }
.footer-links a:hover { color: var(--red); }
.footer-nap { display: flex; flex-direction: column; gap: 10px; }
.footer-nap-item { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,0.55); font-size: 13px; line-height: 1.5; }
.footer-nap-icon { color: var(--red); flex-shrink: 0; font-size: 14px; margin-top: 1px; }
.footer-nap-item a { color: inherit; text-decoration: none; }
.footer-nap-item a:hover { color: var(--red); }
.footer-gbp {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.06);
  padding: 10px 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.footer-gbp:hover { border-color: var(--red); color: white; background: rgba(192,39,45,0.08); }
.footer-gbp + .footer-gbp { margin-top: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,0.3); text-decoration: none; }
.footer-legal a:hover { color: var(--red); }

/* MOBILE */
.mobile-cta-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--dark-bg); border-top: 2px solid var(--red); z-index: 99; padding: 12px 20px; gap: 12px; }
.mobile-cta-bar .btn-primary, .mobile-cta-bar .btn-secondary { flex: 1; justify-content: center; padding: 14px 16px; font-size: 12px; clip-path: none; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .two-col.reverse { direction: ltr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .services-mini { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .cta-strip-inner { flex-direction: column; text-align: center; }
  .reviews-mini { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .process-steps { grid-template-columns: 1fr; }
  .services-mini { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 70px; }
}
