/* =====================================================
   ACE ROOFING SOLUTIONS – Blue & White Theme
   Primary: #55b2e6 | Professional typography
===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

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

:root {
  --blue:      #55b2e6;
  --blue-dark: #2d7fb8;
  --blue-darker: #1e6b9e;
  --white:     #ffffff;
  --offwhite:  #f8fbfd;
  --light:     #e8f4fc;
  --border:    #c5e0f2;
  --text:      #1a2d3d;
  --muted:     #4a6578;
  --font:      'Plus Jakarta Sans', Arial, sans-serif;
  --sans:      'Plus Jakarta Sans', Arial, sans-serif;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-weight: 600;
  background: var(--white);
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-weight: 700; }
.section-head h2, .hero h1, .page-hero h1 { font-weight: 800; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
@media (hover: none) {
  .btn, .nav-link, .area-badge, .learn-more { -webkit-tap-highlight-color: rgba(85, 178, 230, 0.2); }
}

/* ── TOP BAR ── */
.topbar {
  background: var(--blue-darker);
  color: var(--white);
  font-size: 13px;
  padding: 7px 0;
  border-bottom: 2px solid var(--blue);
}
.topbar-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 6px;
}
.topbar-left { display: flex; gap: 20px; align-items: center; }
.topbar-left a { color: rgba(255,255,255,0.95); display: inline-flex; align-items: center; gap: 8px; }
.topbar-left a:hover { color: var(--white); }
.topbar-left a i { font-size: 0.9em; opacity: 0.95; }
.topbar-right {
  background: var(--white); color: var(--blue-darker);
  padding: 2px 10px; font-weight: 700; font-size: 12px;
  letter-spacing: 0.04em; text-transform: uppercase;
}

/* ── HEADER ── */
.site-header {
  background: var(--white);
  border-bottom: 3px solid var(--blue);
}
.header-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: 88px; gap: 20px;
}

/* Logo – image */
.logo { display: flex; align-items: center; text-decoration: none; }
.logo-img {
  height: 56px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Nav */
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 8px 12px; font-size: 14px; font-weight: 600;
  color: var(--blue-darker); text-transform: uppercase; letter-spacing: 0.06em;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.nav-link:hover, .nav-link-active { color: var(--blue); border-bottom-color: var(--blue); }
.nav-cta {
  margin-left: 8px; padding: 9px 18px;
  background: var(--blue); color: var(--white);
  font-weight: 700; font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: background 0.15s, color 0.15s;
}
.nav-cta:hover { background: var(--blue-dark); color: var(--white); }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--blue-darker); }

/* ── HERO ── */
.hero {
  position: relative;
  background-color: var(--blue-darker);
  min-height: 540px;
  display: flex; align-items: center;
  padding: 0;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0; overflow: hidden;
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(30,107,158,0.9) 0%, rgba(45,127,184,0.7) 38%, rgba(85,178,230,0.45) 68%, rgba(85,178,230,0.15) 88%, transparent 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 1;
  max-width: 1160px; margin: 0 auto; padding: 60px 20px;
  display: grid; grid-template-columns: 1fr 380px;
  gap: 40px; align-items: center;
}
.hero-content { color: var(--white); }
.hero-company {
  display: inline-block; background: var(--blue); color: var(--white);
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 3px 10px;
  margin-bottom: 16px;
}
.hero h1 {
  font-family: var(--font); font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700; line-height: 1.15; color: var(--white);
  margin-bottom: 16px;
}
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,0.9); margin-bottom: 28px; max-width: 480px; line-height: 1.65;
}
.hero-ticks {
  list-style: none; margin-bottom: 28px; display: grid; gap: 6px;
}
.hero-ticks li {
  font-size: 14px; color: rgba(255,255,255,0.9); display: flex; align-items: center; gap: 8px;
}
.hero-ticks li { gap: 10px; }
.hero-ticks .icon { color: var(--blue); font-size: 1rem; width: 1.25em; text-align: center; flex-shrink: 0; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 22px; font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  border: 2px solid transparent; cursor: pointer;
  font-family: var(--sans); text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.btn-gold { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-gold:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.7); }
.btn-outline:hover { background: var(--white); color: var(--blue-darker); border-color: var(--white); }
.btn-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-blue:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-navy { background: var(--blue-darker); color: var(--white); border-color: var(--blue-darker); }
.btn-navy:hover { background: #1a5a82; border-color: #1a5a82; }
.btn-full { width: 100%; justify-content: center; }
.btn i, .btn .fa-solid { margin-right: 2px; }
.learn-more { display: inline-flex; align-items: center; gap: 6px; }
.learn-more i { font-size: 0.85em; }

/* Hero quote card */
.hero-card {
  background: var(--white); border-top: 4px solid var(--blue);
  padding: 28px 24px;
}
.hero-card h2 {
  font-family: var(--font); font-size: 1.15rem; color: var(--blue-darker);
  margin-bottom: 8px;
}
.hero-card p { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.hero-form { display: grid; gap: 10px; }
.hero-form label { display: flex; flex-direction: column; gap: 3px; font-size: 13px; font-weight: 600; color: var(--blue-darker); }
.hero-form input, .hero-form select {
  padding: 8px 10px; border: 1px solid var(--border);
  font-size: 14px; font-family: var(--sans); background: var(--white); color: var(--text);
}
.hero-form input:focus, .hero-form select:focus { outline: 2px solid var(--blue); outline-offset: -1px; }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--blue-darker); color: var(--white); padding: 18px 0;
  border-bottom: 3px solid var(--blue);
}
.trust-bar-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 20px;
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
}
/* ── MATERIALS STRIP (UK roofing brands) ── */
.materials-strip-section {
  padding: 40px 0;
  background: var(--offwhite);
  border-bottom: 1px solid var(--border);
}
.materials-strip-head { margin-bottom: 24px; }
.materials-strip-head h2 { font-size: 1.5rem; color: var(--blue-darker); }
.materials-strip-head p { color: var(--muted); font-size: 15px; max-width: 560px; margin: 0 auto; }
.materials-strip-wrap {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.materials-strip {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: materials-scroll 45s linear infinite;
}
.materials-strip:hover { animation-play-state: paused; }
.materials-item {
  flex-shrink: 0;
  padding: 10px 20px;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-darker);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(30,107,158,0.08);
}
@keyframes materials-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.trust-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 18px; border: 1px solid rgba(255,255,255,0.25);
  font-size: 13px; font-weight: 700;
}
.trust-item-icon { font-size: 1.15rem; color: var(--blue); width: 1.25em; text-align: center; }

/* ── SECTIONS ── */
.section { padding: 60px 0; }
.section-grey { background: var(--offwhite); }
.section-navy { background: var(--blue-darker); color: var(--white); }
.section-navy h2 { color: var(--white); }
.section-navy p { color: rgba(255,255,255,0.95); }
.section-navy .section-head h2 { color: #ffffff; border-bottom-color: rgba(255,255,255,0.5); }
.section-navy .section-head p { color: rgba(255,255,255,0.95); }
.section-navy .section-head p a { color: #a8d4f0; text-decoration: underline; }
.section-navy .section-head p a:hover { color: #fff; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

.section-head { margin-bottom: 36px; }
.section-head h2 {
  font-family: var(--font); font-size: 2rem; color: var(--blue-darker);
  margin-bottom: 6px; padding-bottom: 12px;
  border-bottom: 3px solid var(--blue); display: inline-block;
}
.section-head p { font-size: 15px; color: var(--muted); margin-top: 10px; max-width: 600px; font-weight: 600; }

/* ── SERVICES GRID ── */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border);
}
.service-box {
  background: var(--white); padding: 28px 24px;
  transition: background 0.15s;
}
.service-box:hover { background: var(--light); }
.service-box h3 {
  font-family: var(--font); font-size: 1.05rem; color: var(--blue-darker);
  margin-bottom: 8px; padding-bottom: 8px; border-bottom: 2px solid var(--blue);
}
.service-box p { font-size: 14px; color: var(--muted); margin-bottom: 12px; font-weight: 600; }
.service-box ul { list-style: none; font-size: 13px; color: var(--muted); }
.service-box ul li { padding: 2px 0 2px 14px; position: relative; }
.service-box ul li::before { content: "›"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.service-box .learn-more {
  display: inline-block; margin-top: 12px; font-size: 13px;
  font-weight: 700; color: var(--blue); text-transform: uppercase;
  letter-spacing: 0.04em; border-bottom: 1px solid var(--blue);
}
.service-box .learn-more:hover { color: var(--blue-dark); border-color: var(--blue-dark); }

/* ── WHY CHOOSE ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.why-points { display: grid; gap: 22px; }
.why-point { display: flex; gap: 16px; align-items: flex-start; }
.why-num {
  min-width: 40px; height: 40px; background: var(--blue-darker); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font); font-size: 1.1rem; font-weight: 700;
}
.why-point h4 { font-family: var(--font); font-size: 1rem; color: var(--blue-darker); margin-bottom: 4px; }
.why-point p { font-size: 14px; color: var(--muted); }
.why-image {
  position: relative;
  background-color: var(--blue-darker);
  aspect-ratio: 4/3; border-top: 4px solid var(--blue);
  min-height: 200px;
  overflow: hidden;
}
.why-image img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.why-image img.why-image-fallback { display: none; }
.why-video-wrap { aspect-ratio: 16/9; }
.why-video-wrap iframe {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border: 0; display: block;
}

/* ── REVIEWS ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--blue); padding: 22px 20px; }
.review-stars { color: var(--blue); font-size: 1rem; margin-bottom: 10px; letter-spacing: 3px; }
.review-stars i { display: inline-block; }
.review-text { font-size: 14px; color: var(--muted); font-style: italic; margin-bottom: 14px; line-height: 1.65; }
.review-author { font-size: 13px; font-weight: 700; color: var(--blue-darker); }
.reviews-note { margin-top: 24px; font-size: 13px; color: var(--muted); text-align: center; }
.reviews-note strong { color: var(--blue-darker); }

/* ── AREAS ── */
.areas-list {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px;
}
.area-badge {
  background: var(--white); border: 1px solid var(--border);
  padding: 5px 12px; font-size: 13px; color: var(--blue-darker);
  text-decoration: none; display: inline-block;
}
.area-badge:hover { background: var(--blue-darker); color: var(--white); cursor: pointer; }

/* ── QUOTE STRIP ── */
.quote-strip { background: var(--blue-darker); padding: 40px 0; }
.quote-strip-inner {
  max-width: 1160px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
}
.quote-strip h2 { font-family: var(--font); color: var(--white); font-size: 1.6rem; margin-bottom: 4px; }
.quote-strip p { color: rgba(255,255,255,0.9); font-size: 14px; }
.quote-strip-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.phone-big { font-size: 1.6rem; font-weight: 700; color: var(--white); font-family: var(--sans); display: inline-flex; align-items: center; gap: 10px; }
.phone-big i { font-size: 0.9em; opacity: 0.95; }

/* ── FAQ ── */
.faq { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq-q {
  font-weight: 700; color: var(--blue-darker); cursor: pointer;
  font-size: 15px; font-family: var(--font); display: flex; justify-content: space-between; align-items: center;
}
.faq-q::after { content: "+"; color: var(--blue); font-size: 1.3rem; }
.faq-q.open::after { content: "−"; }
.faq-a { display: none; margin-top: 10px; font-size: 14px; color: var(--muted); }
.faq-a.open { display: block; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  position: relative;
  background-color: var(--blue-darker);
  background-image:
    linear-gradient(105deg, rgba(30,107,158,0.9) 0%, rgba(45,127,184,0.7) 40%, rgba(85,178,230,0.35) 75%, transparent 100%),
    url("/assets/images/HeroImage.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.page-hero-inner { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.page-hero h1 { font-family: var(--font); color: var(--white); font-size: 2rem; margin-bottom: 6px; }
.page-hero p { color: rgba(255,255,255,0.9); font-size: 14px; }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 12px; }
.breadcrumb a { color: rgba(255,255,255,0.8); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { color: var(--blue); }

/* ── TWO COL ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.two-col-wide { grid-template-columns: 1.5fr 1fr; }

/* ── ABOUT ── */
.about-box { background: var(--light); border-left: 4px solid var(--blue); padding: 24px 20px; margin-bottom: 20px; }
.about-box h3 { font-family: var(--font); color: var(--blue-darker); font-size: 1.05rem; margin-bottom: 8px; }
.about-box ul { list-style: none; font-size: 14px; color: var(--muted); }
.about-box ul li { padding: 3px 0 3px 16px; position: relative; }
.about-box ul li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.clients-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.client-box { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--blue); padding: 20px 18px; }
.client-box h3 { font-family: var(--font); color: var(--blue-darker); font-size: 0.95rem; margin-bottom: 6px; }
.client-box p { font-size: 13px; color: var(--muted); }

/* ── SERVICES (inner page) ── */
.service-detail { border-bottom: 1px solid var(--border); padding: 32px 0; }
.service-detail h2 { font-family: var(--font); color: var(--blue-darker); font-size: 1.3rem; padding-bottom: 10px; border-bottom: 2px solid var(--blue); margin-bottom: 12px; display: inline-block; }
.service-detail p { font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.service-detail ul { list-style: none; font-size: 14px; color: var(--muted); }
.service-detail ul li { padding: 3px 0 3px 16px; position: relative; }
.service-detail ul li::before { content: "›"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.service-aside-card { background: var(--blue-darker); color: var(--white); padding: 24px; border-top: 4px solid var(--blue); position: sticky; top: 100px; }
.service-aside-card h3 { font-family: var(--font); color: var(--white); font-size: 1.1rem; margin-bottom: 10px; }
.service-aside-card ul { list-style: none; font-size: 14px; color: rgba(255,255,255,0.9); margin-bottom: 18px; }
.service-aside-card ul li { padding: 4px 0 4px 14px; position: relative; }
.service-aside-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); }

/* ── CONTACT PAGE ── */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.contact-form-wrap h2 { font-family: var(--font); color: var(--blue-darker); font-size: 1.3rem; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--blue); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 14px; }
.form-field label { font-size: 13px; font-weight: 700; color: var(--blue-darker); }
.form-field input, .form-field select, .form-field textarea {
  padding: 9px 10px; border: 1px solid var(--border);
  font-family: var(--sans); font-size: 14px; color: var(--text); background: var(--white);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: 2px solid var(--blue); outline-offset: -1px;
}
.form-field textarea { min-height: 130px; resize: vertical; }
.form-hint { font-size: 12px; color: var(--muted); margin-bottom: 14px; }
.form-status { margin-top: 10px; font-size: 14px; }
.form-status-ok { color: #16a34a; }
.form-status-err { color: #dc2626; }
.contact-aside h3 { font-family: var(--font); color: var(--blue-darker); font-size: 1rem; margin-bottom: 10px; border-bottom: 2px solid var(--blue); padding-bottom: 8px; }
.contact-aside .info-item { display: flex; gap: 10px; font-size: 14px; margin-bottom: 10px; align-items: flex-start; }
.contact-aside .info-label { font-weight: 700; min-width: 60px; }
.contact-aside-box { background: var(--light); border-left: 4px solid var(--blue); padding: 20px; margin-bottom: 20px; }

/* ── AREAS PAGE ── */
.areas-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.body-text p { font-size: 15px; color: var(--muted); margin-bottom: 14px; line-height: 1.7; }
.body-text ul { list-style: none; font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.body-text ul li { padding: 3px 0 3px 16px; position: relative; }
.body-text ul li::before { content: "›"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.body-text h2 { font-family: var(--font); color: var(--blue-darker); font-size: 1.15rem; margin: 20px 0 8px; }
.body-text h3 { font-size: 1rem; color: var(--dark); margin: 16px 0 6px; font-weight: 600; }
.legal-updated { font-size: 13px; color: var(--muted); margin-bottom: 20px; }
.legal-content a { color: var(--blue); font-weight: 600; }
.mt24 { margin-top: 24px; }
.service-page-content .mt24 { margin-top: 24px; }
.service-links-strip a { color: var(--blue); font-weight: 600; }
.service-detail h2 a:hover { color: var(--blue); text-decoration: underline; }

/* ── FOOTER ── */
.site-footer {
  background: linear-gradient(180deg, #163a52 0%, var(--blue-darker) 20%);
  color: rgba(255,255,255,0.95);
  padding: 0;
  border-top: 4px solid var(--blue);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 48px 0 36px;
}
.footer-col h4 {
  font-family: var(--font);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255,255,255,0.25);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-col strong i { margin-right: 8px; font-size: 0.9em; opacity: 0.95; }
.footer-col p { font-size: 14px; color: rgba(255,255,255,0.9); line-height: 1.7; margin-bottom: 10px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.9); margin-bottom: 10px; transition: color 0.15s; }
.footer-col a:hover { color: var(--white); }
.footer-logo-name { font-family: var(--font); font-size: 1.4rem; font-weight: 800; color: var(--white); margin-bottom: 4px; letter-spacing: 0.02em; }
.footer-logo-sub { font-size: 11px; color: var(--blue); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 12px; font-weight: 700; }
.footer-areas { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.footer-area { font-size: 12px; color: rgba(255,255,255,0.85); padding: 2px 0; }
.footer-area:not(:last-child)::after { content: " ·"; color: rgba(255,255,255,0.5); }
.footer-base {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-base span:last-child { font-weight: 600; color: rgba(255,255,255,0.9); }

/* ── WHATSAPP FLOAT ── */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  color: #fff;
}
.whatsapp-float i {
  font-size: 28px;
}

/* ── GALLERY ── */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.gallery-item {
  display: block;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(--border);
  background: var(--light);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gallery-item:hover {
  border-color: var(--blue);
  box-shadow: 0 8px 24px rgba(30, 107, 158, 0.2);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-loading, .gallery-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--muted);
  padding: 40px 20px;
}
.gallery-empty a { color: var(--blue); font-weight: 700; }
.gallery-empty a:hover { text-decoration: underline; }

/* Gallery lightbox – scroll through photos */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.gallery-lightbox.gallery-lightbox-open {
  opacity: 1;
  visibility: visible;
}
.gallery-lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: background 0.2s, color 0.2s;
}
.gallery-lightbox-close:hover,
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.gallery-lightbox-close {
  top: 16px;
  right: 16px;
  font-size: 1.5rem;
}
.gallery-lightbox-prev {
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-lightbox-next {
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-family: var(--font);
}
@media (max-width: 640px) {
  .gallery-lightbox-prev { left: 8px; width: 40px; height: 40px; font-size: 1rem; }
  .gallery-lightbox-next { right: 8px; width: 40px; height: 40px; font-size: 1rem; }
  .gallery-lightbox-close { top: 8px; right: 8px; width: 40px; height: 40px; }
}

/* ── UTILS ── */
.text-center { text-align: center; }
.mt8 { margin-top: 8px; }
.mt16 { margin-top: 16px; }
.mt24 { margin-top: 24px; }
.mb16 { margin-bottom: 16px; }

/* ── MOBILE & RESPONSIVE ── */
@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; padding: 40px 20px; }
  .hero-card { display: none; }
  .hero { min-height: 420px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 28px; align-items: center; }
  .why-image { order: -1; min-height: 220px; aspect-ratio: 16/9; margin: 0 auto; max-width: 100%; }
  .section-navy .section-head { text-align: center; }
  .section-navy .section-head h2 { display: block; }
  .section-navy .section-head p { margin-left: auto; margin-right: auto; }
  .section-navy .areas-list { justify-content: center; }
  .section-navy .mt24 { display: flex; justify-content: center; }
  .section-navy .mt24 .btn { margin: 0; }
  .two-col, .two-col-wide, .contact-grid, .areas-two-col { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .clients-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 40px 0; }
  .container { padding: 0 16px; }
  .section-head h2 { font-size: 1.5rem; }
  .page-hero { padding: 36px 0; }
  .page-hero h1 { font-size: 1.65rem; }
  .service-links-strip { flex-wrap: wrap; gap: 8px; }
  .service-links-strip a { display: inline-block; }
}

@media (max-width: 640px) {
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; border-bottom: 3px solid var(--blue); z-index: 100; padding: 10px 0; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
  .main-nav.open { display: flex; }
  .nav-link { padding: 14px 20px; border-bottom: 1px solid var(--border); min-height: 48px; display: flex; align-items: center; }
  .nav-cta { margin: 10px 20px; text-align: center; padding: 14px; min-height: 48px; justify-content: center; }
  .nav-toggle { display: flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
  .header-inner { position: relative; height: 72px; padding: 0 16px; }
  .logo-img { height: 48px; }
  .hero { min-height: 380px; }
  .hero-inner { padding: 28px 16px; }
  .hero h1 { font-size: 1.6rem; line-height: 1.2; }
  .hero-sub { font-size: 0.95rem; }
  .hero-ticks li { font-size: 13px; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { width: 100%; justify-content: center; min-height: 48px; }
  .trust-bar-inner { padding: 14px 16px; gap: 6px; flex-direction: column; align-items: center; }
  .trust-item { padding: 6px 12px; font-size: 12px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-box { padding: 20px 16px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 1.35rem; }
  .section-head p { font-size: 14px; }
  .materials-strip-section { padding: 28px 0; }
  .materials-strip-head h2 { font-size: 1.25rem; }
  .materials-item { padding: 8px 14px; font-size: 12px; }
  .why-point { gap: 12px; }
  .why-num { min-width: 36px; height: 36px; font-size: 1rem; }
  .why-grid { text-align: center; }
  .why-points { max-width: 100%; }
  .section-navy .areas-list { justify-content: center; }
  .section-navy .section-head p { text-align: center; }
  .section-navy .areas-cta-wrap { display: flex; justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; text-align: center; }
  .footer-col h4 { border-bottom-color: rgba(255,255,255,0.2); }
  .footer-areas { justify-content: center; }
  .footer-base { flex-direction: column; text-align: center; padding: 18px 16px; gap: 8px; }
  .clients-grid { grid-template-columns: 1fr; }
  .quote-strip { padding: 28px 0; }
  .quote-strip-inner { flex-direction: column; align-items: stretch; text-align: center; padding: 0 16px; gap: 16px; }
  .quote-strip h2 { font-size: 1.35rem; }
  .quote-strip-actions { flex-direction: column; align-items: center; }
  .phone-big { font-size: 1.35rem; justify-content: center; }
  .quote-strip-actions .btn { width: 100%; max-width: 280px; justify-content: center; min-height: 48px; }
  .topbar { padding: 8px 0; }
  .topbar-inner { padding: 0 12px; justify-content: center; }
  .topbar-right { display: none !important; }
  .topbar-left {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    justify-content: center;
    align-items: center;
  }
  .topbar-left a {
    white-space: nowrap;
    font-size: 12px;
    padding: 4px 2px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .topbar-left a i { margin-right: 0; font-size: 0.9em; }
  .page-hero { padding: 28px 0; }
  .page-hero-inner { padding: 0 16px; }
  .page-hero h1 { font-size: 1.5rem; }
  .page-hero p { font-size: 13px; }
  .breadcrumb { font-size: 12px; flex-wrap: wrap; }
  .btn { min-height: 44px; padding: 10px 18px; font-size: 13px; }
  .service-detail { padding: 24px 0; }
  .service-aside-card { position: static; }
  .contact-form-wrap h2 { font-size: 1.2rem; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .whatsapp-float { bottom: 20px; right: 20px; width: 52px; height: 52px; }
  .whatsapp-float i { font-size: 26px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 1.4rem; }
  .section-head h2 { font-size: 1.2rem; }
  .materials-item { padding: 6px 10px; font-size: 11px; }
}
