/* ============================================================================
   ADAIR ELECTRICS — STYLESHEET (v3 rebuild)
   Modern, light, image-led design inspired by phillyelectricity.com, adapted to
   the Adair brand (red accent + deep navy on a clean white canvas).
   All class names match the existing HTML so every page inherits this look.
   ========================================================================== */

:root {
  --accent: #e1394a;          /* Adair red */
  --accent-dark: #c52a3b;
  --accent-soft: #fdecee;
  --navy: #141d33;            /* deep navy for dark sections + stat numbers */
  --navy-2: #1b2742;
  --ink: #161a22;             /* near-black headings */
  --ink-soft: #39414f;        /* softer ink for sub-text */
  --body: #5b6573;            /* body text */
  --muted: #8a94a3;
  --line: #e9ebef;
  --bg: #ffffff;
  --bg-soft: #f6f7f9;
  --bg-tint: #f2f5fb;
  --white: #ffffff;
  --radius: 20px;
  --radius-sm: 14px;
  --radius-xs: 10px;
  --shadow-sm: 0 1px 2px rgba(20,24,31,.05), 0 4px 14px rgba(20,24,31,.05);
  --shadow-md: 0 12px 34px rgba(20,24,31,.10);
  --shadow-lg: 0 26px 60px rgba(20,24,31,.16);
  --container: 1180px;
  --gutter: 22px;
  --font-head: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --t: .25s ease;
}

/* ---------- reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body); color: var(--body); background: var(--bg);
  line-height: 1.7; font-size: 16px; -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.16; font-weight: 700; }
h1 { font-size: clamp(1.9rem, 1.2rem + 2.4vw, 2.85rem); font-weight: 800; letter-spacing: -.022em; line-height: 1.12; }
h2 { font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.15rem); font-weight: 800; letter-spacing: -.018em; }
h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -.01em; }
p { color: var(--body); }
a { color: var(--accent); text-decoration: none; transition: color var(--t); }
a:hover { color: var(--accent-dark); }
ul { list-style: none; padding: 0; }
strong { color: var(--ink); font-weight: 700; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 6px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--accent); color: #fff; padding: 10px 16px; z-index: 300; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; color: #fff; }

/* ============================================================================
   SECTIONS / HEADINGS
   ========================================================================== */
.section { padding-block: clamp(64px, 8vw, 104px); }
.section--soft { background: var(--bg-soft); }
.section--dark { background: var(--navy); color: #cdd5e3; }
.section--dark h2, .section--dark h3 { color: #fff; }

.section-head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 56px); text-align: center; }
.section-head p { font-size: 1.06rem; margin-top: 14px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.section--dark .eyebrow { color: #ffd166; }
.section--dark .eyebrow::before { background: #ffd166; }

/* ============================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 600; font-size: .96rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform var(--t), background var(--t), color var(--t), box-shadow var(--t), border-color var(--t);
  white-space: nowrap;
}
.btn--lg { padding: 17px 34px; font-size: 1rem; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 10px 24px rgba(225,57,74,.28); }
.btn--primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(225,57,74,.36); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; color: #fff; transform: translateY(-2px); }
.btn--blue { background: var(--navy); color: #fff; }
.btn--blue:hover { background: var(--navy-2); color: #fff; transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--light:hover { background: #fff; color: var(--accent); transform: translateY(-2px); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-2px); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: var(--accent-soft); color: var(--accent); }
.btn--ghost:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* ============================================================================
   TOP BAR + HEADER / NAV
   ========================================================================== */
.topbar { background: var(--navy); color: #aeb8c9; font-size: .82rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; height: 42px; }
.topbar__group { display: flex; align-items: center; gap: 22px; }
.topbar__item { color: #c3cbd9; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar__item svg { width: 15px; height: 15px; flex: 0 0 15px; color: var(--accent); }
.topbar__item:hover { color: #fff; }
.topbar__socials { display: flex; gap: 8px; }
.topbar__socials a { color: #aeb8c9; display: inline-flex; }
.topbar__socials a:hover { color: #fff; }
.topbar__socials svg { width: 16px; height: 16px; }
@media (max-width: 720px) { .topbar__group--meta { display: none; } }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 800; color: var(--ink); font-size: 1.24rem; letter-spacing: -.01em; }
/* Crisp two-tone "ae" monogram (matches the Adair logo; vector-sharp, never squishes) */
.brand__mark { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px; background: var(--bg-soft); font-family: var(--font-head); font-weight: 800; font-size: 1.45rem; letter-spacing: -.07em; line-height: 1; }
.brand__mark .ma { color: var(--accent); }
.brand__mark .me { color: #aab2bd; }
.brand small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { font-family: var(--font-head); font-weight: 500; font-size: .96rem; color: var(--ink); padding: 9px 14px; border-radius: 8px; }
.nav-links a:hover { color: var(--accent); background: var(--bg-soft); }
.nav-links a.active { color: var(--accent); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 28px; height: 28px; }
.mobile-cta { display: none; }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px var(--gutter) 20px; gap: 2px;
    box-shadow: var(--shadow-md); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: all var(--t);
  }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 12px; font-size: 1.05rem; border-radius: 10px; }
  .mobile-cta { display: block; margin-top: 10px; }
  .mobile-cta .btn { width: 100%; }
}

/* ============================================================================
   HERO
   ========================================================================== */
.hero { position: relative; background: var(--bg); overflow: hidden; text-align: center; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(50% 60% at 50% -8%, rgba(225,57,74,.08), transparent 62%),
    linear-gradient(180deg, var(--bg-soft), var(--bg) 70%);
}
.hero__inner { position: relative; z-index: 1; max-width: 780px; margin-inline: auto; padding: clamp(52px, 7vw, 92px) 0 clamp(40px, 5vw, 64px); display: flex; flex-direction: column; align-items: center; }
.hero__kicker { font-family: var(--font-head); font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.hero h1 { margin-bottom: 18px; max-width: 16ch; }
.hero h1 .hl { color: var(--accent); }
.hero__lead { font-size: 1.12rem; color: var(--body); max-width: 580px; margin-bottom: 28px; }
.hero .btn-row { justify-content: center; margin-bottom: 26px; }
.hero__trust { display: flex; align-items: center; justify-content: center; gap: 10px 16px; flex-wrap: wrap; font-size: .9rem; color: var(--ink-soft); font-weight: 500; }
.hero__trust .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--line); }
.hero__stars { color: #ffb400; letter-spacing: 2px; }

/* ============================================================================
   STAT BAND
   ========================================================================== */
.stats { background: var(--bg); }
.stats .container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.stat { text-align: center; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 30px 18px; }
.stat__num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--navy); line-height: 1; }
.stat__num span { color: var(--accent); }
.stat__label { font-size: .86rem; color: var(--muted); margin-top: 8px; font-weight: 500; }
@media (min-width: 760px) { .stats .container { grid-template-columns: repeat(4, 1fr); gap: 22px; } }

/* ============================================================================
   TRUST STRIPS (clients + accreditations)
   ========================================================================== */
.client-strip { padding-block: 44px; border-bottom: 1px solid var(--line); }
.client-strip__label, .accreditations__label { text-align: center; font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.client-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 44px; }
.client-logos img { height: 50px; width: auto; opacity: .92; transition: opacity var(--t), transform var(--t); }
.client-logos img:hover { opacity: 1; transform: translateY(-2px); }
.client-logo { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.05rem, 2.4vw, 1.3rem); letter-spacing: -.01em; color: var(--ink); opacity: .55; white-space: nowrap; transition: opacity var(--t); }
.client-logo:hover { opacity: .9; }

.accreditations { padding-block: 40px; background: var(--bg); border-bottom: 1px solid var(--line); }
.accreditation-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 26px 50px; }
.accreditation-logos img { height: 60px; width: auto; }

/* ============================================================================
   CARDS / GRID (services)
   ========================================================================== */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
@media (min-width: 680px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px;
  display: flex; flex-direction: column; gap: 12px; transition: transform var(--t), box-shadow var(--t), border-color var(--t);
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.card__icon { width: 58px; height: 58px; border-radius: 16px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; transition: background var(--t), color var(--t); }
.card__icon svg { width: 28px; height: 28px; }
.card:hover .card__icon { background: var(--accent); color: #fff; }
.card h3 { font-size: 1.16rem; }
.card p { font-size: .95rem; }
.card__list { display: grid; gap: 7px; margin-top: 4px; }
.card__list li { position: relative; padding-left: 22px; font-size: .9rem; color: var(--ink-soft); }
.card__list li::before { content: ""; position: absolute; left: 0; top: .5em; width: 11px; height: 7px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }
.card--blue { background: #fff; }   /* neutralised: uniform cards */

/* ============================================================================
   SPLIT (image + text) + check lists
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 920px) { .split { grid-template-columns: 1fr 1fr; gap: 60px; } .split--media-right .split__media { order: 2; } }
.split__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.split h2 { margin-bottom: 16px; }
.split .prose { margin-bottom: 18px; }
.check-list { display: grid; gap: 13px; margin-top: 8px; }
.check-list li { position: relative; padding-left: 34px; color: var(--ink-soft); font-weight: 500; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--accent-soft);
}
.check-list li::after { content: ""; position: absolute; left: 7px; top: 6px; width: 9px; height: 5px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); }
.section--dark .check-list li { color: #cdd5e3; }
.section--dark .check-list li::before { background: rgba(255,255,255,.1); }
.section--dark .check-list li::after { border-color: #ffd166; }

/* ============================================================================
   WHY-CHOOSE / dark stat cards block
   ========================================================================== */
.feature-dark { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 940px) { .feature-dark { grid-template-columns: 1fr 1fr; gap: 56px; } }
.stat-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stat-card { background: #fff; border-radius: var(--radius-sm); padding: 26px 22px; }
.stat-card--accent { background: var(--accent); color: #fff; }
.stat-card__num { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; color: var(--navy); line-height: 1; }
.stat-card__label { font-size: .9rem; color: var(--muted); margin-top: 6px; }
.stat-card--accent .stat-card__num { color: #fff; }
.stat-card--accent .stat-card__big { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: #fff; line-height: 1.3; }
.stat-card--accent .stat-card__sub { font-size: .86rem; color: rgba(255,255,255,.9); margin-top: 8px; }

/* ============================================================================
   PORTFOLIO
   ========================================================================== */
.portfolio-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t); }
.portfolio-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.portfolio-card__media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--bg-soft); }
.portfolio-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.portfolio-card:hover .portfolio-card__media img { transform: scale(1.07); }
.portfolio-card__cat { position: absolute; top: 12px; left: 12px; font-family: var(--font-head); font-weight: 600; font-size: .72rem; color: #fff; background: var(--accent); padding: 5px 12px; border-radius: 999px; }
.portfolio-card__count { position: absolute; bottom: 12px; right: 12px; display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600; font-size: .74rem; color: #fff; background: rgba(20,24,31,.7); padding: 5px 11px; border-radius: 999px; backdrop-filter: blur(3px); }
.portfolio-card__count svg { width: 14px; height: 14px; }
.portfolio-card--gallery { cursor: pointer; }
.portfolio-card--gallery:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.portfolio-card__body { padding: 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.portfolio-card__loc { font-size: .82rem; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.portfolio-card__loc svg { width: 14px; height: 14px; color: var(--accent); }
.portfolio-card h3 { font-size: 1.18rem; }
.portfolio-card p { font-size: .93rem; flex: 1; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.tag { font-family: var(--font-head); font-size: .72rem; font-weight: 600; color: var(--navy); background: var(--bg-tint); padding: 5px 11px; border-radius: 7px; }
.portfolio-card__view { margin-top: 6px; font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--accent); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(10,12,16,.93); padding: 24px; }
.lightbox[aria-hidden="false"] { display: flex; }
.lightbox__fig { margin: 0; max-width: min(1100px, 92vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lightbox__img { max-width: 100%; max-height: 80vh; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); object-fit: contain; }
.lightbox__cap { color: #cfd4dd; font-size: .9rem; font-family: var(--font-head); }
.lightbox__close { position: absolute; top: 16px; right: 22px; background: none; border: 0; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: .85; }
.lightbox__close:hover { opacity: 1; }
.lightbox__nav { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.8rem; cursor: pointer; flex: 0 0 auto; transition: background var(--t); }
.lightbox__nav:hover { background: var(--accent); border-color: var(--accent); }
.lightbox__nav--prev { margin-right: 14px; } .lightbox__nav--next { margin-left: 14px; }
@media (max-width: 640px) { .lightbox__nav { width: 42px; height: 42px; font-size: 1.4rem; } }

/* ============================================================================
   TESTIMONIALS
   ========================================================================== */
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow-sm); }
.quote-card__stars { color: #ffb400; letter-spacing: 2px; }
.quote-card__text { color: var(--ink-soft); font-size: 1rem; flex: 1; }
.quote-card__author { display: flex; align-items: center; gap: 13px; }
.quote-card__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: .95rem; }
.quote-card__name { font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: .98rem; }
.quote-card__role { font-size: .84rem; color: var(--muted); }

/* google reviews widget */
.greviews { max-width: 560px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 28px; box-shadow: var(--shadow-sm); }
.greviews__logo { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; margin-bottom: 10px; }
.greviews__logo .g-b{color:#4285F4}.greviews__logo .g-r{color:#EA4335}.greviews__logo .g-y{color:#FBBC05}.greviews__logo .g-g{color:#34A853}
.greviews__stars { color: #ffb400; font-size: 1.4rem; letter-spacing: 3px; margin-bottom: 6px; }

/* ============================================================================
   PROCESS (how we work)
   ========================================================================== */
.process { display: grid; gap: 22px; grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 720px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .process { grid-template-columns: repeat(4, 1fr); } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; position: relative; }
.step__num { width: 50px; height: 50px; border-radius: 14px; background: var(--navy); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: .94rem; }
.section--dark .step { background: var(--navy-2); border-color: rgba(255,255,255,.08); }
.section--dark .step h3 { color: #fff; }
.section--dark .step__num { background: var(--accent); }

/* ============================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 840px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 24px; transition: box-shadow var(--t); }
.faq__item[open] { box-shadow: var(--shadow-sm); }
.faq__item summary { cursor: pointer; list-style: none; padding: 18px 0; font-family: var(--font-head); font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.6rem; color: var(--accent); line-height: 1; transition: transform var(--t); }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--body); padding: 0 0 20px; font-size: .96rem; }

/* ============================================================================
   CTA BANNER
   ========================================================================== */
.cta-banner { position: relative; overflow: hidden; background: var(--navy); color: #fff; border-radius: var(--radius); padding: clamp(40px, 6vw, 70px); text-align: center; }
.cta-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 120% at 90% 10%, rgba(225,57,74,.35), transparent 60%); }
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; margin-bottom: 12px; }
.cta-banner p { color: #c5cdda; max-width: 560px; margin: 0 auto 26px; }
.cta-banner .btn-row { justify-content: center; }

/* small area tags (service areas) */
.area-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.area-tag { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--ink); background: #fff; border: 1px solid var(--line); padding: 10px 18px; border-radius: 999px; box-shadow: var(--shadow-sm); }

/* ============================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--navy); color: #9aa6b8; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 36px; padding-bottom: 44px; }
@media (min-width: 680px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.3fr; } }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 18px; }
.site-footer a { color: #9aa6b8; }
.site-footer a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.2rem; margin-bottom: 14px; }
.footer-brand .brand__mark { width: 42px; height: 42px; flex: 0 0 42px; font-size: 1.3rem; background: rgba(255,255,255,.08); }
.footer-links { display: grid; gap: 11px; font-size: .94rem; }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 13px; font-size: .92rem; }
.footer-contact svg { width: 17px; height: 17px; color: var(--accent); flex: 0 0 17px; margin-top: 3px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; min-width: 40px; flex: 0 0 40px; border-radius: 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #fff; transition: background var(--t), transform var(--t); }
.footer-social a:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.footer-social svg { width: 18px !important; height: 18px !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); padding: 22px 0; font-size: .84rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ============================================================================
   FLOATING WHATSAPP + REVEAL
   ========================================================================== */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-lg); transition: transform var(--t); }
.wa-float:hover { transform: scale(1.08); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* generic page hero (inner pages) */
.page-hero { background: var(--navy); color: #fff; text-align: center; padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 6vw, 72px); }
.page-hero h1 { color: #fff; }
.page-hero p { color: #c5cdda; max-width: 620px; margin: 16px auto 0; font-size: 1.08rem; }
.page-hero .eyebrow { color: #ffd166; }
.page-hero .eyebrow::before { background: #ffd166; }

/* ============================================================================
   CONTACT PAGE
   ========================================================================== */
.breadcrumb { font-size: .86rem; color: #c5cdda; margin-bottom: 14px; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: #ffd166; }

.lead { font-size: 1.08rem; color: var(--ink-soft); line-height: 1.6; }

/* two-column: contact methods (left) + form (right) */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 920px) { .contact-grid { grid-template-columns: 1fr 1.05fr; gap: 56px; } }

/* contact methods */
.contact-method { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-method:last-of-type { border-bottom: 0; }
.contact-method__icon {
  width: 52px; height: 52px; flex: 0 0 52px; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center;
}
.contact-method__icon svg { width: 24px; height: 24px; }
.contact-method h3 { font-size: 1.04rem; margin-bottom: 2px; }
.contact-method a { font-weight: 600; }
.contact-method p { font-size: .9rem; color: var(--muted); margin-top: 3px; }

/* form */
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 3vw, 32px); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 560px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { display: flex; flex-direction: column; margin-bottom: 16px; }
.form-row .form-group { margin-bottom: 16px; }
.form label { font-size: .86rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.form .req { color: var(--accent); }
.form input, .form select, .form textarea {
  width: 100%; font-family: var(--font-body); font-size: .96rem; color: var(--ink);
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-xs);
  padding: 12px 14px; transition: border-color var(--t), box-shadow var(--t), background var(--t);
}
.form textarea { min-height: 140px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none; background: #fff; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(225,57,74,.14);
}
.form__note { font-size: .82rem; color: var(--muted); margin-top: 12px; }
.form__status { font-size: .9rem; margin-top: 10px; }

/* map placeholder note */
.note-box { background: #fff; border: 1px dashed var(--line); border-radius: var(--radius-sm); padding: 26px 28px; color: var(--ink-soft); font-size: .95rem; }

/* visually hidden (honeypot / a11y) */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ============================================================================
   ICON LIST (shop-fitters sectors)
   ========================================================================== */
.icon-list li { display: flex; gap: 16px; align-items: flex-start; }
.icon-list__ic {
  width: 52px; height: 52px; flex: 0 0 52px; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center;
}
.icon-list__ic svg { width: 24px; height: 24px; }
.icon-list h4 { font-size: 1.04rem; margin-bottom: 3px; }
.icon-list p { font-size: .92rem; color: var(--ink-soft); }
