/* =========================================================
   POW Pressure Washing — site styles
   Light & bright theme · electric blue from the POW logo
   ========================================================= */

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

:root {
  --blue:      #0b8cff;
  --blue-600:  #0074e8;
  --blue-700:  #0058c2;
  --cyan:      #3ccaff;
  --sky:       #eef7ff;
  --sky-2:     #dcefff;
  --ink:       #0a1a2f;
  --ink-2:     #2a3a50;
  --muted:     #5b6b82;
  --line:      #e1e9f2;
  --bg:        #ffffff;
  --bg-soft:   #f5f9fe;
  --navy:      #061830;
  --navy-2:    #0b2647;
  --star:      #ffb400;

  --grad-blue: linear-gradient(135deg, #0b8cff 0%, #0063e0 100%);
  --grad-sky:  linear-gradient(180deg, #eaf5ff 0%, #ffffff 100%);

  --radius:    18px;
  --radius-lg: 28px;
  --shadow-sm: 0 4px 14px -6px rgba(10, 40, 80, .14);
  --shadow:    0 14px 34px -14px rgba(10, 40, 80, .22);
  --shadow-lg: 0 34px 70px -24px rgba(10, 40, 80, .32);
  --shadow-blue: 0 14px 30px -10px rgba(11, 140, 255, .55);

  --font-display: 'Archivo', 'Arial Black', system-ui, sans-serif;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --max: 1240px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--ink-2); background: var(--bg); line-height: 1.6; font-size: 16px; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
svg.i { width: 1em; height: 1em; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
svg.i.fill { fill: currentColor; stroke: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; position: relative; }
.section-sm { padding: 70px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-sky { background: var(--grad-sky); }
.center { text-align: center; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); font-stretch: 112%; line-height: 1.02; letter-spacing: -.01em; }
.h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); font-weight: 900; text-transform: uppercase; }
.h2 { font-size: clamp(2rem, 4.2vw, 3.3rem); font-weight: 900; text-transform: uppercase; }
.h3 { font-size: 1.35rem; font-weight: 800; }
.accent { color: var(--blue); }
.accent-grad { background: linear-gradient(100deg, #0b8cff, #3ccaff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.eyebrow svg { font-size: 1rem; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 640px; }
.section-head { margin-bottom: 56px; }
.section-head.center .lead { margin: 18px auto 0; }
.section-head .lead { margin-top: 18px; }
.section-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 48px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 28px; border-radius: 999px; font-weight: 700; font-size: .98rem; letter-spacing: .01em; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s, border-color .25s; white-space: nowrap; border: 2px solid transparent; }
.btn svg { font-size: 1.1em; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad-blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn-primary:hover { box-shadow: 0 18px 36px -10px rgba(11, 140, 255, .7); }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-white { background: #fff; color: var(--blue-700); box-shadow: var(--shadow); }
.btn-ghost-white { color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-ghost-white:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }
.btn-sm { padding: 11px 20px; font-size: .9rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row.center { justify-content: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--blue); }
.link-arrow svg { transition: transform .25s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy); color: #cfe3ff; font-size: .82rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 42px; }
.topbar-promo { display: flex; align-items: center; gap: 8px; }
.topbar-promo strong { color: #fff; }
.topbar-promo .pill { background: var(--blue); color: #fff; font-weight: 800; font-size: .7rem; letter-spacing: .08em; padding: 3px 9px; border-radius: 999px; text-transform: uppercase; }
.topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-right span, .topbar-right a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-right a { color: #fff; font-weight: 600; }
.topbar-right svg { color: var(--cyan); }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 900; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.4) blur(12px); -webkit-backdrop-filter: saturate(1.4) blur(12px); border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s; }
.header.scrolled { box-shadow: 0 10px 30px -18px rgba(10, 40, 80, .35); border-color: var(--line); }
.header .container { display: flex; align-items: center; gap: 28px; height: 88px; }
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo img { height: 74px; width: auto; }
.logo-text { font-family: var(--font-display); font-stretch: 118%; font-weight: 900; font-size: 1.35rem; color: var(--ink); line-height: .95; text-transform: uppercase; }
.logo-text small { display: block; font-size: .56rem; letter-spacing: .2em; color: var(--blue); font-weight: 800; margin-top: 4px; font-stretch: 100%; }

.nav { margin-left: auto; }
.nav > ul { list-style: none; display: flex; align-items: center; gap: 4px; }
.nav > ul > li { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 5px; padding: 10px 14px; border-radius: 10px; font-weight: 600; font-size: .95rem; color: var(--ink); transition: color .2s, background .2s; }
.nav-link svg { font-size: .9rem; transition: transform .25s; }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.nav-link.active { background: var(--sky); }
.has-drop:hover > .nav-link svg, .has-drop.open > .nav-link svg { transform: rotate(180deg); }

.dropdown { position: absolute; top: calc(100% + 12px); left: 50%; transform: translate(-50%, 8px); background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-lg); padding: 14px; opacity: 0; visibility: hidden; transition: opacity .22s, transform .3s var(--ease), visibility .22s; }
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.has-drop:hover > .dropdown, .has-drop:focus-within > .dropdown, .has-drop.open > .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.drop-services { width: 640px; }
.drop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.drop-explore { width: 330px; }
.drop-item { display: flex; gap: 14px; align-items: flex-start; padding: 12px; border-radius: 14px; transition: background .2s; }
.drop-item:hover { background: var(--sky); }
.drop-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--sky); color: var(--blue); display: grid; place-items: center; font-size: 1.25rem; flex-shrink: 0; transition: background .2s, color .2s; }
.drop-item:hover .drop-icon { background: var(--grad-blue); color: #fff; }
.drop-item strong { display: block; color: var(--ink); font-size: .95rem; line-height: 1.3; }
.drop-item > span:last-child > span { display: block; color: var(--muted); font-size: .8rem; line-height: 1.4; margin-top: 2px; }
.drop-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; padding: 14px 12px 4px; border-top: 1px solid var(--line); }
.drop-foot p { font-size: .85rem; color: var(--muted); }
.drop-foot p a { color: var(--blue); font-weight: 700; }

.header-cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.hdr-call { display: flex; align-items: center; gap: 10px; padding: 6px 16px 6px 6px; border-radius: 999px; border: 2px solid var(--line); transition: border-color .2s; }
.hdr-call:hover { border-color: var(--blue); }
.hdr-call-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--sky); color: var(--blue); display: grid; place-items: center; font-size: 1.1rem; }
.hdr-call small { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; color: var(--muted); line-height: 1.1; }
.hdr-call strong { display: block; font-size: .98rem; color: var(--ink); line-height: 1.2; }
.menu-btn { display: none; width: 46px; height: 46px; border-radius: 12px; background: var(--sky); color: var(--ink); font-size: 1.4rem; place-items: center; }

/* ---------- Mobile menu ---------- */
.mnav-backdrop { position: fixed; inset: 0; background: rgba(6, 24, 48, .5); opacity: 0; visibility: hidden; transition: .3s; z-index: 990; }
.mnav { position: fixed; top: 0; right: 0; bottom: 0; width: min(400px, 90vw); background: #fff; z-index: 1000; transform: translateX(100%); transition: transform .4s var(--ease); display: flex; flex-direction: column; overflow-y: auto; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.menu-open .mnav { transform: none; }
body.menu-open .mnav-backdrop { opacity: 1; visibility: visible; }
.mnav-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.mnav-head img { height: 60px; width: auto; }
.mnav-close { width: 44px; height: 44px; border-radius: 12px; background: var(--sky); font-size: 1.3rem; display: grid; place-items: center; color: var(--ink); }
.mnav-links { padding: 12px 20px; flex: 1; }
.mnav-links > a, .macc-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 4px; font-weight: 700; font-size: 1.08rem; color: var(--ink); border-bottom: 1px solid var(--line); text-align: left; }
.macc-btn svg { transition: transform .3s; }
.macc.open .macc-btn svg { transform: rotate(180deg); }
.macc-panel { display: none; padding: 8px 0 12px; border-bottom: 1px solid var(--line); }
.macc.open .macc-panel { display: block; }
.macc-panel a { display: flex; align-items: center; gap: 12px; padding: 10px 6px; font-weight: 600; color: var(--ink-2); border-radius: 10px; }
.macc-panel a svg { color: var(--blue); font-size: 1.15rem; }
.mnav-cta { padding: 20px; display: grid; gap: 10px; background: var(--bg-soft); }
.mnav-cta .btn { width: 100%; padding: 16px 18px; white-space: normal; }
.mnav-cta p { text-align: center; font-size: .82rem; color: var(--muted); }

/* ---------- Sticky mobile CTA + floating call ---------- */
.mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 950; background: #fff; box-shadow: 0 -10px 30px -12px rgba(10, 40, 80, .3); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px; }
.mobile-cta .btn { flex: 1; padding: 14px 10px; }
.float-call { position: fixed; right: 26px; bottom: 26px; z-index: 940; display: flex; align-items: center; gap: 0; background: var(--grad-blue); color: #fff; border-radius: 999px; box-shadow: var(--shadow-blue); padding: 6px; opacity: 0; transform: translateY(20px) scale(.9); pointer-events: none; transition: opacity .35s, transform .35s var(--ease); }
.float-call.show { opacity: 1; transform: none; pointer-events: auto; }
.float-call .fc-icon { width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, .18); display: grid; place-items: center; font-size: 1.4rem; position: relative; }
.float-call .fc-icon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .7); animation: ring 2s infinite; }
.float-call .fc-text { padding: 0 18px 0 12px; font-weight: 700; line-height: 1.15; }
.float-call .fc-text small { display: block; font-size: .7rem; opacity: .85; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
@keyframes ring { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- Home hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(1000px 600px at 85% 10%, #d6ecff 0%, transparent 60%), radial-gradient(700px 500px at 0% 100%, #e6f4ff 0%, transparent 60%), #fff; padding: 64px 0 90px; }
.bubbles span { position: absolute; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .95), rgba(60, 202, 255, .18) 60%, rgba(11, 140, 255, .08)); border: 1px solid rgba(11, 140, 255, .15); animation: floaty 9s ease-in-out infinite; pointer-events: none; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); padding: 8px 16px 8px 8px; border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 26px; }
.hero-badge .stars { display: inline-flex; gap: 1px; color: var(--star); background: var(--navy); padding: 5px 10px; border-radius: 999px; font-size: .8rem; }
.hero h1 { margin-bottom: 24px; }
.hero h1 .swoosh { background: linear-gradient(90deg, #0b8cff, #3ccaff) no-repeat 0 100% / 100% .14em; -webkit-box-decoration-break: clone; box-decoration-break: clone; padding-bottom: .04em; animation: swoosh 1s .6s var(--ease) both; }
@keyframes swoosh { from { background-size: 0% .14em; } to { background-size: 100% .14em; } }
.hero-sub { font-size: 1.2rem; color: var(--muted); max-width: 540px; margin-bottom: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.hero-trust svg { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--blue); color: #fff; stroke-width: 3; }
.hero-media { position: relative; }
.hero-img { border-radius: 36px; overflow: hidden; height: 600px; box-shadow: var(--shadow-lg); position: relative; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6, 24, 48, .45)); }
.hero-media::before { content: ""; position: absolute; inset: -18px -18px 40px 40px; border-radius: 40px; background: var(--grad-blue); transform: rotate(3deg); z-index: -1; opacity: .95; }
.float-card { position: absolute; background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg); padding: 14px 18px; display: flex; align-items: center; gap: 12px; z-index: 3; animation: floaty 6s ease-in-out infinite; }
.float-card .fci { width: 46px; height: 46px; border-radius: 14px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 1.35rem; }
.float-card strong { display: block; font-family: var(--font-display); font-stretch: 112%; font-weight: 900; font-size: 1.35rem; color: var(--ink); line-height: 1; }
.float-card span { font-size: .8rem; color: var(--muted); font-weight: 600; }
.fc-1 { left: -40px; bottom: 70px; }
.fc-2 { right: -24px; top: 40px; animation-delay: -3s; }
.fc-2 .fci { background: linear-gradient(135deg, #ffb400, #ff8a00); }

/* ---------- Stats band ---------- */
.stats { background: var(--grad-blue); position: relative; overflow: hidden; }
.stats::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 200px at 20% 0%, rgba(255, 255, 255, .22), transparent 70%), radial-gradient(500px 200px at 90% 100%, rgba(60, 202, 255, .4), transparent 70%); }
.stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { text-align: center; padding: 46px 16px; color: #fff; }
.stat + .stat { border-left: 1px solid rgba(255, 255, 255, .22); }
.stat-num { font-family: var(--font-display); font-stretch: 118%; font-weight: 900; font-size: clamp(2.4rem, 4.5vw, 3.6rem); line-height: 1; display: flex; align-items: center; justify-content: center; gap: 4px; }
.stat-num svg { font-size: .7em; color: var(--star); }
.stat-label { margin-top: 10px; font-weight: 600; font-size: .95rem; color: rgba(255, 255, 255, .88); text-transform: uppercase; letter-spacing: .1em; }

/* ---------- Service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card { position: relative; background: #fff; border-radius: 26px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s; }
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.svc-img { position: relative; height: 230px; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.svc-card:hover .svc-img img { transform: scale(1.07); }
.svc-icon { position: absolute; left: 22px; top: 201px; width: 58px; height: 58px; border-radius: 18px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 1.6rem; box-shadow: var(--shadow-blue); border: 4px solid #fff; z-index: 2; }
.svc-body { padding: 42px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { font-size: 1.4rem; margin-bottom: 10px; }
.svc-body p { color: var(--muted); margin-bottom: 20px; flex: 1; }
.svc-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.svc-foot .quote-link { font-size: .85rem; font-weight: 700; color: var(--ink); display: inline-flex; gap: 6px; align-items: center; }
.svc-foot .quote-link:hover { color: var(--blue); }
.after-grid-cta { margin-top: 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 22px; }
.after-grid-cta p { font-weight: 600; color: var(--ink); }

/* ---------- Before / After ---------- */
.ba-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.ba { position: relative; aspect-ratio: 4 / 3; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-lg); user-select: none; --pos: 50%; background: var(--sky); }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
/* Simulated "before" look — swap for real before photos when available */
.ba-before img { filter: sepia(.5) saturate(.55) brightness(.93) contrast(.86); }
.ba-before::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 85%, rgba(95, 85, 45, .5), transparent 45%), radial-gradient(ellipse at 65% 70%, rgba(70, 85, 40, .35), transparent 40%), radial-gradient(ellipse at 45% 100%, rgba(85, 70, 40, .45), transparent 50%); mix-blend-mode: multiply; }
.ba-line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 4px; margin-left: -2px; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .3); pointer-events: none; }
.ba-knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 58px; height: 58px; border-radius: 50%; background: #fff; box-shadow: var(--shadow); display: grid; place-items: center; color: var(--blue); font-size: 1.5rem; }
.ba-tag { position: absolute; top: 18px; padding: 7px 14px; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; pointer-events: none; }
.ba-tag.b { left: 18px; background: rgba(6, 24, 48, .75); color: #fff; }
.ba-tag.a { right: 18px; background: var(--blue); color: #fff; }
.ba input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.check-list { list-style: none; display: grid; gap: 14px; margin: 28px 0 34px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); }
.check-list li svg { width: 24px; height: 24px; padding: 5px; border-radius: 50%; background: var(--sky-2); color: var(--blue); stroke-width: 3; margin-top: 1px; }
.check-list.two { grid-template-columns: 1fr 1fr; }

/* ---------- Feature tiles ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feat { background: #fff; border-radius: 24px; padding: 32px 26px; border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.feat:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.feat-icon { width: 60px; height: 60px; border-radius: 18px; background: var(--sky); color: var(--blue); display: grid; place-items: center; font-size: 1.7rem; margin-bottom: 22px; transition: .35s; }
.feat:hover .feat-icon { background: var(--grad-blue); color: #fff; transform: rotate(-6deg); }
.feat h3 { font-size: 1.18rem; margin-bottom: 8px; }
.feat p { color: var(--muted); font-size: .95rem; }
.feat-grid.three { grid-template-columns: repeat(3, 1fr); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; position: relative; counter-reset: step; }
.steps.four { grid-template-columns: repeat(4, 1fr); }
.step { position: relative; background: #fff; border-radius: 24px; padding: 34px 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.step-num { font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: 3.4rem; line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--blue); margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.step-num svg { -webkit-text-stroke: 0; font-size: 1.8rem; color: var(--blue); }
.step h3 { font-size: 1.25rem; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .96rem; }

/* ---------- Deals ---------- */
.deals { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.deal { position: relative; border-radius: 30px; padding: 44px; overflow: hidden; color: #fff; display: flex; flex-direction: column; min-height: 320px; }
.deal-1 { background: var(--grad-blue); }
.deal-2 { background: linear-gradient(135deg, #0b2647, #061830); }
.deal::before { content: ""; position: absolute; inset: 14px; border: 2px dashed rgba(255, 255, 255, .35); border-radius: 22px; pointer-events: none; }
.deal::after { content: ""; position: absolute; width: 340px; height: 340px; right: -110px; top: -110px; border-radius: 50%; background: rgba(255, 255, 255, .08); }
.deal-tag { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; background: rgba(255, 255, 255, .16); padding: 7px 14px; border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.deal-big { font-family: var(--font-display); font-stretch: 118%; font-weight: 900; font-size: clamp(2.4rem, 4.2vw, 3.5rem); line-height: .9; text-transform: uppercase; }
.deal-big small { font-size: .42em; display: block; letter-spacing: .02em; margin-top: 8px; }
.deal p { margin: 16px 0 26px; color: rgba(255, 255, 255, .85); max-width: 420px; flex: 1; position: relative; z-index: 1; }
.deal .btn { align-self: flex-start; position: relative; z-index: 1; }
.deal-2 .deal-big { color: #fff; }
.deal-2 .deal-big span { color: var(--cyan); }
.fine { font-size: .75rem; color: var(--muted); margin-top: 18px; text-align: center; }

/* ---------- Reviews ---------- */
.rating-box { display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 16px 24px; box-shadow: var(--shadow-sm); }
.rating-box .big { font-family: var(--font-display); font-stretch: 118%; font-weight: 900; font-size: 2.8rem; color: var(--ink); line-height: 1; }
.rating-box .stars { color: var(--star); display: flex; gap: 2px; font-size: 1.15rem; }
.rating-box small { color: var(--muted); font-weight: 600; font-size: .85rem; }
.g-badge { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--font-display); font-weight: 900; font-size: 1.3rem; color: #4285f4; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: #fff; border-radius: 24px; padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; }
.review .q { position: absolute; top: 18px; right: 24px; font-family: Georgia, serif; font-size: 5rem; line-height: 1; color: var(--sky-2); }
.review .stars { color: var(--star); display: flex; gap: 2px; margin-bottom: 16px; font-size: 1.05rem; }
.review p { color: var(--ink-2); font-size: 1.02rem; flex: 1; margin-bottom: 22px; position: relative; }
.reviewer { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.reviewer .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.05rem; flex-shrink: 0; }
.reviewer strong { display: block; color: var(--ink); font-size: .95rem; line-height: 1.2; }
.reviewer span { font-size: .82rem; color: var(--muted); }

/* ---------- Gallery ---------- */
.gal-preview { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; }
.gal-preview a:first-child { grid-column: span 2; grid-row: span 2; }
.gal-item { position: relative; border-radius: 22px; overflow: hidden; display: block; background: var(--sky); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gal-item:hover img { transform: scale(1.08); }
.gal-item .gal-cap { position: absolute; left: 14px; bottom: 14px; background: rgba(255, 255, 255, .95); color: var(--ink); font-size: .8rem; font-weight: 700; padding: 7px 13px; border-radius: 999px; opacity: 0; transform: translateY(8px); transition: .3s; }
.gal-item:hover .gal-cap { opacity: 1; transform: none; }
.gal-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.gal-filters button { padding: 11px 20px; border-radius: 999px; font-weight: 700; font-size: .9rem; border: 2px solid var(--line); background: #fff; color: var(--ink); transition: .2s; }
.gal-filters button:hover { border-color: var(--blue); color: var(--blue); }
.gal-filters button.active { background: var(--grad-blue); border-color: transparent; color: #fff; }
.gal-grid { columns: 3; column-gap: 18px; }
.gal-grid .gal-item { margin-bottom: 18px; break-inside: avoid; cursor: zoom-in; }
.gal-grid .gal-item img { height: auto; }
.gal-grid .gal-item.hide { display: none; }
.lightbox { position: fixed; inset: 0; background: rgba(6, 24, 48, .92); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 86vh; border-radius: 16px; box-shadow: var(--shadow-lg); }
.lb-btn { position: absolute; width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: #fff; font-size: 1.5rem; display: grid; place-items: center; transition: background .2s; }
.lb-btn:hover { background: rgba(255, 255, 255, .28); }
.lb-close { top: 22px; right: 22px; }
.lb-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 22px; top: 50%; transform: translateY(-50%); }

/* ---------- Service areas ---------- */
.areas-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 34px; }
.area-chip { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-weight: 700; color: var(--ink); font-size: .95rem; }
.area-chip svg { color: var(--blue); }
.area-chip.hq { background: var(--grad-blue); color: #fff; border-color: transparent; }
.area-chip.hq svg { color: #fff; }
.map-card { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid #fff; height: 460px; background: var(--sky); }
.map-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.area-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s; display: flex; flex-direction: column; }
.area-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.area-card .feat-icon { margin-bottom: 18px; }
.area-card h3 { font-size: 1.3rem; margin-bottom: 8px; }
.area-card p { color: var(--muted); margin-bottom: 18px; flex: 1; }
.area-card .hq-tag { display: inline-block; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); background: var(--sky); padding: 4px 10px; border-radius: 999px; margin-bottom: 10px; align-self: flex-start; }

/* ---------- Quote section / form ---------- */
.quote-band { background: radial-gradient(800px 400px at 0% 0%, rgba(11, 140, 255, .35), transparent 60%), radial-gradient(700px 500px at 100% 100%, rgba(60, 202, 255, .18), transparent 60%), var(--navy); color: #cfe0f5; }
.quote-band h2 { color: #fff; }
.quote-band .lead { color: #b7cbe4; }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.contact-lines { display: grid; gap: 14px; margin: 34px 0; }
.contact-line { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: 18px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); transition: background .2s; }
a.contact-line:hover { background: rgba(255, 255, 255, .12); }
.contact-line .cl-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 1.3rem; flex-shrink: 0; }
.contact-line small { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; color: #8fb0d6; }
.contact-line strong { color: #fff; font-size: 1.08rem; word-break: break-word; }
.perk-list { list-style: none; display: grid; gap: 10px; }
.perk-list li { display: flex; gap: 10px; align-items: center; color: #dbe8f7; font-weight: 500; }
.perk-list svg { color: var(--cyan); stroke-width: 3; }

.form-card { background: #fff; border-radius: 30px; padding: 44px; box-shadow: var(--shadow-lg); color: var(--ink-2); }
.form-card h3, .form-card .form-title { font-size: 1.7rem; text-transform: uppercase; font-weight: 900; margin-bottom: 6px; }
.form-card .form-intro { color: var(--muted); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label, .services-label { display: block; font-size: .84rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.opt { font-weight: 500; color: var(--muted); font-size: .78rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; font: inherit; font-size: 1rem; color: var(--ink); padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--bg-soft); transition: border-color .2s, box-shadow .2s, background .2s; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(11, 140, 255, .14); }
.form-group textarea { min-height: 120px; resize: vertical; }
.services-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.check-item { position: relative; }
.check-item input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check-item label { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--bg-soft); font-weight: 600; font-size: .92rem; color: var(--ink); cursor: pointer; transition: .2s; line-height: 1.25; }
.check-item label::before { content: ""; width: 20px; height: 20px; border-radius: 6px; border: 2px solid #b9c8d9; background: #fff; flex-shrink: 0; transition: .2s; }
.check-item input:checked + label { border-color: var(--blue); background: var(--sky); }
.check-item input:checked + label::before { background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 14px no-repeat; border-color: var(--blue); }
.check-item input:focus-visible + label { box-shadow: 0 0 0 4px rgba(11, 140, 255, .2); }
.form-submit { width: 100%; margin-top: 6px; }
.form-note { text-align: center; font-size: .85rem; color: var(--muted); margin-top: 14px; }
.form-note a { color: var(--blue); font-weight: 700; }
.success-msg { display: none; text-align: center; padding: 30px 10px; }
.success-msg .ok { width: 84px; height: 84px; border-radius: 50%; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 2.4rem; margin: 0 auto 22px; box-shadow: var(--shadow-blue); }
.success-msg h3 { font-size: 1.8rem; margin-bottom: 10px; }
.success-msg p { color: var(--muted); margin-bottom: 22px; }

/* ---------- CTA band ---------- */
.cta-band { padding: 0 0 100px; }
.cta-box { position: relative; overflow: hidden; border-radius: 36px; background: var(--grad-blue); padding: 70px 60px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; color: #fff; }
.cta-box::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -160px; top: -220px; background: rgba(255, 255, 255, .1); }
.cta-box::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; left: -120px; bottom: -180px; background: rgba(60, 202, 255, .35); }
.cta-box > * { position: relative; z-index: 1; }
.cta-box h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); }
.cta-box p { color: rgba(255, 255, 255, .88); margin-top: 14px; font-size: 1.1rem; }
.cta-box .btn-row { justify-content: flex-end; }
.cta-phone { font-family: var(--font-display); font-stretch: 115%; font-weight: 900; font-size: 1.6rem; display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; color: #fff; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(900px 500px at 90% 0%, #d4ebff 0%, transparent 60%), linear-gradient(180deg, #f1f8ff, #fff); padding: 56px 0 80px; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); font-weight: 600; margin-bottom: 22px; }
.crumbs a:hover { color: var(--blue); }
.crumbs svg { font-size: .8rem; }
.crumbs span:last-child { color: var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.4rem, 5.2vw, 4.2rem); font-weight: 900; text-transform: uppercase; margin-bottom: 20px; }
.page-hero .hero-sub { margin-bottom: 30px; }
.page-hero-img { border-radius: 32px; overflow: hidden; height: 440px; box-shadow: var(--shadow-lg); position: relative; }
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.page-hero.centered { text-align: center; padding: 70px 0 84px; }
.page-hero.centered .crumbs { justify-content: center; }
.page-hero.centered .hero-sub { margin-left: auto; margin-right: auto; }
.page-hero.centered .btn-row { justify-content: center; }
.mini-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.page-hero.centered .mini-badges { justify-content: center; }
.mini-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: .85rem; font-weight: 700; color: var(--ink); box-shadow: var(--shadow-sm); }
.mini-badge svg { color: var(--blue); }

/* ---------- Split content ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-img { position: relative; }
.split-img .main { border-radius: 30px; overflow: hidden; height: 520px; box-shadow: var(--shadow-lg); }
.split-img .main img { width: 100%; height: 100%; object-fit: cover; }
.split-img .inset { position: absolute; right: -26px; bottom: -30px; width: 46%; height: 200px; border-radius: 22px; overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow-lg); }
.split-img .inset img { width: 100%; height: 100%; object-fit: cover; }
.split-img .exp-badge { position: absolute; left: -26px; top: 36px; background: var(--navy); color: #fff; border-radius: 22px; padding: 20px 24px; box-shadow: var(--shadow-lg); }
.split-img .exp-badge strong { display: block; font-family: var(--font-display); font-stretch: 120%; font-weight: 900; font-size: 2.6rem; line-height: 1; color: var(--cyan); }
.split-img .exp-badge span { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.prose p { color: var(--muted); font-size: 1.06rem; margin-top: 16px; }
.prose p strong { color: var(--ink); }

.surface-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.surface { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; font-weight: 700; color: var(--ink); box-shadow: var(--shadow-sm); }
.surface .s-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--sky); color: var(--blue); display: grid; place-items: center; font-size: 1.2rem; flex-shrink: 0; }

/* ---------- Quote aside card (service pages) ---------- */
.aside-quote { background: var(--navy); border-radius: 26px; padding: 30px; color: #cfe0f5; margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.aside-quote strong { display: block; font-family: var(--font-display); font-stretch: 112%; color: #fff; font-size: 1.3rem; font-weight: 900; text-transform: uppercase; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-sm); transition: border-color .2s; }
.faq details[open] { border-color: var(--blue); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 700; font-size: 1.06rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { width: 34px; height: 34px; border-radius: 50%; background: var(--sky); color: var(--blue); display: grid; place-items: center; flex-shrink: 0; transition: transform .3s, background .3s, color .3s; font-size: 1.1rem; }
.faq details[open] summary .plus { transform: rotate(45deg); background: var(--blue); color: #fff; }
.faq details p { padding: 0 26px 24px; color: var(--muted); }

/* ---------- Other services strip ---------- */
.mini-svc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.mini-svc-grid.three { grid-template-columns: repeat(3, 1fr); }
.quote-grid.quote-page { grid-template-columns: 1.2fr .8fr; }
.mini-svc { position: relative; border-radius: 22px; overflow: hidden; height: 220px; display: flex; align-items: flex-end; color: #fff; }
.mini-svc img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.mini-svc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 24, 48, 0) 30%, rgba(6, 24, 48, .85)); }
.mini-svc:hover img { transform: scale(1.08); }
.mini-svc div { position: relative; z-index: 1; padding: 18px; }
.mini-svc strong { display: block; font-family: var(--font-display); font-stretch: 112%; font-weight: 800; font-size: 1.05rem; line-height: 1.15; }
.mini-svc span { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; font-weight: 700; color: var(--cyan); margin-top: 6px; }

/* ---------- Values / heroes band ---------- */
.heroes-band { display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 36px 40px; box-shadow: var(--shadow); }
.heroes-band .hb-icon { width: 84px; height: 84px; border-radius: 24px; background: linear-gradient(135deg, #ff5a5a, #e0243e); color: #fff; display: grid; place-items: center; font-size: 2.3rem; }
.heroes-band h3 { font-size: 1.6rem; text-transform: uppercase; font-weight: 900; margin-bottom: 6px; }
.heroes-band p { color: var(--muted); }

/* ---------- Footer ---------- */
.footer { background: var(--navy); color: #9fb6d3; padding: 80px 0 0; position: relative; overflow: hidden; }
.footer::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; left: -200px; top: -300px; background: radial-gradient(circle, rgba(11, 140, 255, .25), transparent 65%); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 60px; }
.footer-brand img { height: 118px; width: auto; margin-bottom: 20px; background: #fff; border-radius: 24px; padding: 10px; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .5); }
.footer-brand p { font-size: .95rem; max-width: 320px; margin-bottom: 22px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, .08); color: #fff; display: grid; place-items: center; font-size: 1.1rem; transition: background .2s, transform .2s; }
.socials a:hover { background: var(--blue); transform: translateY(-3px); }
.footer h4, .footer .foot-h { color: #fff; font-family: var(--font-display); font-stretch: 112%; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 20px; font-weight: 800; }
.footer ul { list-style: none; display: grid; gap: 11px; }
.footer ul a { transition: color .2s; font-size: .95rem; }
.footer ul a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; }
.footer-contact svg { color: var(--cyan); margin-top: 4px; }
.footer-contact a { color: #fff; font-weight: 600; }
.footer-cta { margin-top: 22px; }
.footer-bottom { position: relative; border-top: 1px solid rgba(255, 255, 255, .1); padding: 24px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; }

/* ---------- Reveal animations ---------- */
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; } .js .reveal.d2 { transition-delay: .16s; } .js .reveal.d3 { transition-delay: .24s; } .js .reveal.d4 { transition-delay: .32s; } .js .reveal.d5 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1180px) {
  .nav, .hdr-call { display: none; }
  .menu-btn { display: grid; }
  .header-cta { margin-left: auto; }
  .mini-svc-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  .section { padding: 80px 0; }
  .hero-grid, .page-hero-grid, .ba-split, .areas-split, .quote-grid, .quote-grid.quote-page, .split { grid-template-columns: 1fr; gap: 48px; }
  .hero-img { height: 480px; }
  .fc-1 { left: 16px; }
  .fc-2 { right: 16px; }
  .svc-grid, .review-grid, .area-grid { grid-template-columns: 1fr 1fr; }
  .feat-grid, .steps.four { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; padding: 56px 40px; }
  .cta-box .btn-row { justify-content: flex-start; }
  .split-img .inset { right: 16px; }
  .split-img .exp-badge { left: 16px; }
  .heroes-band { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .surface-grid { grid-template-columns: 1fr 1fr; }
  .gal-grid { columns: 2; }
}
@media (max-width: 760px) {
  body { padding-bottom: 76px; }
  .mobile-cta { display: flex; }
  .float-call { display: none; }
  .topbar-right .hide-sm { display: none; }
  .topbar .container { justify-content: center; }
  .topbar-right { display: none; }
  .header .container { height: 74px; gap: 12px; }
  .logo img { height: 60px; }
  .header-cta .btn { display: none; }
  .section { padding: 64px 0; }
  .h1 { font-size: clamp(2.1rem, 10.5vw, 3.2rem); }
  .h2 { font-size: clamp(1.8rem, 8.4vw, 2.4rem); }
  .page-hero h1 { font-size: clamp(2rem, 9.5vw, 3rem); }
  h1, h2 { overflow-wrap: break-word; }
  .hero { padding: 40px 0 70px; }
  .hero-img { height: 380px; border-radius: 26px; }
  .hero-media::before { inset: -10px -10px 30px 30px; }
  .float-card { padding: 10px 14px; }
  .float-card strong { font-size: 1.1rem; }
  .float-card .fci { width: 38px; height: 38px; font-size: 1.1rem; }
  .fc-2 { top: 16px; }
  .fc-1 { bottom: 20px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .22); }
  .stat { padding: 34px 10px; }
  .svc-grid, .review-grid, .area-grid, .feat-grid, .steps.four, .deals, .feat-grid.three { grid-template-columns: 1fr; }
  .deal { padding: 36px 30px; min-height: 0; }
  .gal-preview { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .gal-grid { columns: 1; }
  .form-card { padding: 30px 22px; border-radius: 24px; }
  .form-row, .services-checks, .check-list.two { grid-template-columns: 1fr; }
  .map-card { height: 340px; }
  .cta-box { padding: 44px 26px; border-radius: 28px; }
  .cta-band { padding-bottom: 64px; }
  .btn-row .btn { flex: 1 1 auto; }
  .page-hero { padding: 36px 0 60px; }
  .page-hero-img { height: 300px; }
  .split-img .main { height: 380px; }
  .split-img .inset { height: 140px; }
  .mini-svc-grid, .mini-svc-grid.three { grid-template-columns: 1fr 1fr; }
  .mini-svc { height: 170px; }
  .heroes-band { padding: 30px 22px; }
  .heroes-band .btn { white-space: normal; text-align: center; }
  .surface-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .section-head { margin-bottom: 40px; }
  .rating-box { width: 100%; }
}

/* compact call button in header (tablet / mobile) */
.menu-btn.call-sm { background: var(--grad-blue); color: #fff; box-shadow: var(--shadow-blue); font-size: 1.25rem; }
@media (min-width: 1181px) { .menu-btn.call-sm { display: none; } }

/* =========================================================
   v2 — city pages, commercial, service-area dropdown
   ========================================================= */

/* Commercial nav pill (stands out from regular links) */
.nav-commercial { display: inline-flex; align-items: center; gap: 7px; margin-left: 8px; padding: 9px 16px; border: 2px solid var(--navy); border-radius: 999px; font-family: var(--font-display); font-stretch: 112%; font-weight: 800; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); position: relative; transition: background .2s, color .2s, box-shadow .2s; white-space: nowrap; }
.nav-commercial svg { font-size: 1.05rem; color: var(--blue); transition: color .2s; }
.nav-commercial::after { content: ""; position: absolute; top: -3px; right: -3px; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); border: 2px solid #fff; }
.nav-commercial:hover, .nav-commercial.active { background: var(--navy); color: #fff; box-shadow: 0 10px 24px -10px rgba(6, 24, 48, .6); }
.nav-commercial:hover svg, .nav-commercial.active svg { color: var(--cyan); }

.drop-areas { width: 560px; }
.drop-foot p strong { color: var(--ink); }
.drop-commercial { display: flex; align-items: center; gap: 14px; margin-top: 8px; padding: 14px; border-radius: 16px; background: var(--navy); color: #fff; transition: background .2s; }
.drop-commercial:hover { background: var(--navy-2); }
.drop-commercial .drop-icon { background: rgba(255, 255, 255, .1); color: var(--cyan); }
.drop-commercial:hover .drop-icon { background: var(--grad-blue); color: #fff; }
.drop-commercial strong { display: block; color: #fff; font-size: .95rem; }
.drop-commercial > span:nth-child(2) > span { display: block; color: #9fb6d3; font-size: .8rem; margin-top: 2px; }
.drop-tag { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--cyan); white-space: nowrap; }

.mnav-links > a.mnav-commercial { margin-top: 14px; padding: 16px 18px; border: 2px solid var(--navy); border-radius: 16px; background: var(--navy); color: #fff; text-transform: uppercase; letter-spacing: .06em; font-size: .95rem; }
.mnav-commercial span { display: inline-flex; align-items: center; gap: 10px; }
.mnav-commercial svg { color: var(--cyan); }

.footer-grid { grid-template-columns: 1.3fr .95fr .95fr .75fr 1.25fr; gap: 40px; }
.foot-commercial { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; border: 1.5px solid rgba(255, 255, 255, .3); border-radius: 999px; padding: 5px 12px; margin-top: 4px; }
.foot-commercial svg { color: var(--cyan); }
.foot-commercial:hover { border-color: var(--cyan); }
.foot-note { font-size: .82rem; margin-top: 16px; color: #7f9cc0; line-height: 1.5; }

/* "Don't see your city?" */
.nosee { display: flex; align-items: center; gap: 16px; background: #fff; border: 2px dashed #b8d9fb; border-radius: 20px; padding: 18px 20px; margin-top: 8px; }
.nosee-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 1.3rem; flex-shrink: 0; }
.nosee strong { display: block; color: var(--ink); font-size: 1rem; line-height: 1.3; }
.nosee p { font-size: .88rem; color: var(--muted); margin-top: 3px; line-height: 1.5; }
.nosee .btn { flex-shrink: 0; }

.nosee-band { background: radial-gradient(700px 400px at 100% 0%, rgba(11, 140, 255, .3), transparent 60%), var(--navy); color: #cfe0f5; }
.nosee-band h2 { color: #fff; }
.nosee-band .lead { color: #b7cbe4; margin-top: 18px; }
.nosee-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.nearby-label { font-weight: 700; color: #fff; margin-bottom: 16px; }

/* Map */
.map-card { position: relative; }
.map-badge { position: absolute; top: 14px; right: 14px; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); font-weight: 700; font-size: .82rem; padding: 9px 14px; border-radius: 999px; box-shadow: var(--shadow); pointer-events: none; }
.map-badge svg { color: var(--blue); }

/* Area chips */
a.area-chip { transition: border-color .2s, color .2s, transform .2s; }
a.area-chip:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
a.area-chip.hq:hover { color: #fff; }
.area-chip.more { background: var(--sky); border-style: dashed; border-color: #9fcaf6; color: var(--blue-700); }
.area-chip.plain { box-shadow: none; font-weight: 600; }
.area-chips.dark .area-chip { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .14); color: #fff; }
.area-chips.dark .area-chip svg { color: var(--cyan); }
.area-chips.center { justify-content: center; }

/* Area hub cards */
a.area-card { color: inherit; padding: 30px 28px 26px; position: relative; }
a.area-card .feat-icon { transition: background .3s, color .3s, transform .3s; }
a.area-card:hover .feat-icon { background: var(--grad-blue); color: #fff; transform: rotate(-6deg); }
a.area-card:hover h3 { color: var(--blue); }

.zip-line { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 600; color: var(--ink); font-size: .92rem; }
.zip-line svg { color: var(--blue); }

.hero-img-tag { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--ink); font-weight: 800; font-size: .85rem; padding: 10px 16px; border-radius: 999px; box-shadow: var(--shadow); }
.hero-img-tag svg { color: var(--blue); }

/* Commercial strip (inside sections) */
.comm-strip { margin-top: 36px; display: flex; align-items: center; gap: 20px; padding: 22px 26px; border-radius: 24px; background: linear-gradient(120deg, #061830, #0b2647); color: #cfe0f5; box-shadow: var(--shadow); transition: transform .3s var(--ease); }
.comm-strip:hover { transform: translateY(-4px); }
.comm-strip-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 1.5rem; flex-shrink: 0; }
.comm-strip strong { display: block; color: #fff; font-size: 1.15rem; }
.comm-strip > span:nth-child(2) > span { display: block; font-size: .92rem; }
.comm-strip .btn { margin-left: auto; flex-shrink: 0; }

/* Commercial band (home + commercial page) */
.commercial-band { background: radial-gradient(900px 500px at 0% 0%, rgba(11, 140, 255, .28), transparent 60%), radial-gradient(600px 400px at 100% 100%, rgba(60, 202, 255, .14), transparent 60%), var(--navy); color: #cfe0f5; overflow: hidden; }
.commercial-band h2 { color: #fff; }
.commercial-band .lead { color: #b7cbe4; margin-top: 18px; }
.commercial-band .check-list li { color: #fff; }
.commercial-band .check-list li svg { background: rgba(60, 202, 255, .16); color: var(--cyan); }
.comm-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.comm-media { position: relative; padding: 0 40px 60px 0; }
.comm-main { border-radius: 30px; overflow: hidden; height: 520px; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); }
.comm-main img, .comm-inset img { width: 100%; height: 100%; object-fit: cover; }
.comm-inset { position: absolute; right: 0; bottom: 0; width: 50%; height: 220px; border-radius: 24px; overflow: hidden; border: 6px solid var(--navy); }
.comm-badge { position: absolute; left: -20px; top: 40px; display: flex; align-items: center; gap: 12px; background: #fff; border-radius: 20px; padding: 14px 18px; box-shadow: var(--shadow-lg); animation: floaty 6s ease-in-out infinite; }
.comm-badge .fci { width: 46px; height: 46px; border-radius: 14px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 1.3rem; }
.comm-badge strong { display: block; font-family: var(--font-display); font-stretch: 112%; font-weight: 900; font-size: 1.25rem; color: var(--ink); line-height: 1.05; }
.comm-badge span span { font-size: .8rem; color: var(--muted); font-weight: 600; }

/* Dark page hero (commercial) */
.page-hero.dark { background: radial-gradient(900px 500px at 90% 0%, rgba(11, 140, 255, .35), transparent 60%), linear-gradient(180deg, #061830, #0a2342); }
.page-hero.dark h1 { color: #fff; }
.page-hero.dark .hero-sub { color: #b7cbe4; }
.page-hero.dark .crumbs, .page-hero.dark .crumbs a { color: #8fb0d6; }
.page-hero.dark .crumbs span:last-child { color: #fff; }
.page-hero.dark .eyebrow { color: var(--cyan); }
.page-hero.dark .mini-badge { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .15); color: #fff; box-shadow: none; }
.page-hero.dark .mini-badge svg { color: var(--cyan); }
.page-hero.dark .bubbles span { opacity: .25; }
.page-hero.dark .page-hero-img { height: 500px; }

/* Commercial property types */
.ctype-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ctype { background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s; }
.ctype:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.ctype img { width: 100%; height: 170px; object-fit: cover; }
.ctype-body { padding: 0 20px 22px; position: relative; }
.ctype-icon { width: 46px; height: 46px; border-radius: 14px; background: var(--grad-blue); color: #fff; display: grid; place-items: center; font-size: 1.25rem; margin: -23px 0 12px; border: 3px solid #fff; position: relative; }
.ctype-body strong { display: block; font-family: var(--font-display); font-stretch: 110%; font-weight: 800; color: var(--ink); font-size: 1.08rem; line-height: 1.2; margin-bottom: 6px; }
.ctype-body span:last-child { font-size: .9rem; color: var(--muted); line-height: 1.5; display: block; }

/* Maintenance frequency cards */
.freq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.freq { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 30px 26px; box-shadow: var(--shadow-sm); position: relative; }
.freq.featured { background: var(--grad-blue); border-color: transparent; color: #fff; box-shadow: var(--shadow-blue); transform: translateY(-8px); }
.freq-icon { width: 52px; height: 52px; border-radius: 16px; background: var(--sky); color: var(--blue); display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 18px; }
.freq.featured .freq-icon { background: rgba(255, 255, 255, .18); color: #fff; }
.freq-when { font-family: var(--font-display); font-stretch: 118%; font-weight: 900; font-size: 1.7rem; text-transform: uppercase; color: var(--blue); line-height: 1; margin-bottom: 8px; }
.freq.featured .freq-when, .freq.featured h3 { color: #fff; }
.freq h3 { font-size: 1.05rem; margin-bottom: 16px; }
.freq ul { list-style: none; display: grid; gap: 9px; padding-top: 16px; border-top: 1px solid var(--line); }
.freq.featured ul { border-color: rgba(255, 255, 255, .25); }
.freq li { display: flex; gap: 8px; align-items: center; font-size: .92rem; font-weight: 600; }
.freq li svg { color: var(--blue); stroke-width: 3; }
.freq.featured li svg { color: #fff; }

/* Forms */
.services-checks.three { grid-template-columns: repeat(3, 1fr); }
.check-item input[type=radio] + label::before { border-radius: 50%; }
.form-group select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6b82' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px; cursor: pointer; }
.form-group select:focus { outline: none; border-color: var(--blue); background-color: #fff; box-shadow: 0 0 0 4px rgba(11, 140, 255, .14); }
.form-biz { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-weight: 700; margin-left: 4px; white-space: nowrap; }

/* Header fit on mid-size laptops */
@media (max-width: 1380px) {
  .header .container { gap: 18px; }
  .nav-link { padding: 10px 11px; }
  .hdr-call { padding: 5px; }
  .hdr-call > span:last-child { display: none; }
}

@media (max-width: 1180px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .ctype-grid, .freq-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .comm-split, .nosee-grid { grid-template-columns: 1fr; gap: 48px; }
  .comm-media { padding: 0 20px 50px 0; }
  .comm-badge { left: 12px; }
  .page-hero.dark .page-hero-img { height: 400px; }
}
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .nosee { flex-wrap: wrap; }
  .nosee .btn { width: 100%; }
  .comm-main { height: 380px; }
  .comm-inset { height: 150px; }
  .comm-strip { flex-wrap: wrap; }
  .comm-strip .btn { margin-left: 0; width: 100%; }
  .ctype-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .ctype img { height: 120px; }
  .ctype-body { padding: 0 14px 16px; }
  .ctype-body span:last-child { font-size: .82rem; }
  .freq-grid { grid-template-columns: 1fr; }
  .freq.featured { transform: none; }
  .services-checks.three { grid-template-columns: 1fr; }
  .map-badge { font-size: .74rem; padding: 7px 11px; right: 10px; top: 10px; }
  .page-hero.dark .page-hero-img { height: 300px; }
  .drop-tag { display: none; }
}
@media (max-width: 420px) {
  .ctype-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
.page-hero.dark .bubbles { display: none; }
.page-hero-grid > div, .comm-split > div, .areas-split > div, .quote-grid > div { min-width: 0; }
@media (max-width: 760px) {
  .btn { white-space: normal; text-align: center; }
}
@media (max-width: 420px) {
  .stat-num { font-size: 2rem; }
  .stat-label { font-size: .78rem; letter-spacing: .06em; }
  .page-hero h1 { font-size: clamp(1.8rem, 9vw, 2.4rem); }
}

/* =========================================================
   v3 — 7 services + commercial card grids
   ========================================================= */
.svc-grid.four { grid-template-columns: repeat(4, 1fr); gap: 20px; }
.svc-grid.four .svc-img { height: 190px; }
.svc-grid.four .svc-icon { top: 162px; width: 54px; height: 54px; font-size: 1.45rem; left: 18px; }
.svc-grid.four .svc-body { padding: 38px 20px 20px; }
.svc-grid.four .svc-body h3 { font-size: 1.18rem; }
.svc-grid.four .svc-body p { font-size: .93rem; }
.svc-grid.four .svc-foot { flex-wrap: wrap; gap: 8px; }
.svc-card.comm { background: linear-gradient(160deg, #0b2647, #061830); border-color: transparent; }
.svc-card.comm h3 a, .svc-card.comm h3 { color: #fff; }
.svc-card.comm p { color: #b7cbe4; }
.svc-card.comm .svc-foot { border-color: rgba(255, 255, 255, .15); }
.svc-card.comm .link-arrow { color: var(--cyan); }
.svc-card.comm .quote-link { color: #fff; }
.svc-card.comm .svc-icon { border-color: #0b2647; }

.mini-svc-grid.four { grid-template-columns: repeat(4, 1fr); }
.mini-svc.comm::after { background: linear-gradient(180deg, rgba(6, 24, 48, .35) 0%, rgba(6, 24, 48, .92)); }
.mini-svc.comm span { color: #fff; }

.photo-pair { position: relative; padding: 0 0 60px 0; }
.pp-main { border-radius: 30px; overflow: hidden; height: 460px; box-shadow: var(--shadow-lg); }
.pp-inset { position: absolute; right: -10px; bottom: 0; width: 42%; aspect-ratio: 1; border-radius: 24px; overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow-lg); }
.pp-main img, .pp-inset img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1180px) {
  .svc-grid.four, .mini-svc-grid.four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .svc-grid.four { grid-template-columns: 1fr; }
  .svc-grid.four .svc-img { height: 220px; }
  .svc-grid.four .svc-icon { top: 192px; }
  .mini-svc-grid.four { grid-template-columns: 1fr 1fr; }
  .pp-main { height: 320px; }
  .pp-inset { right: 10px; }
}
.page-hero h1.h1-long { font-size: clamp(2rem, 4.3vw, 3.5rem); }
.freq-when { margin-bottom: 18px; }

/* =========================================================
   v4 — real client photos
   ========================================================= */
/* Hero team photo: wider frame so the whole crew + trailer fits */
.hero-img { height: auto; aspect-ratio: 1.08; }
.hero-img::after { background: linear-gradient(180deg, transparent 70%, rgba(6, 24, 48, .35)); }
.hero-media .fc-2 { top: auto; bottom: -26px; right: 24px; }
.hero-media .fc-1 { bottom: -26px; left: -30px; }

/* Real before / after pair */
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ba-pair figure { position: relative; margin: 0; border-radius: 24px; overflow: hidden; aspect-ratio: 4 / 3.4; box-shadow: var(--shadow-lg); background: var(--sky); }
.ba-pair img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-wide { max-width: 1080px; margin: 0 auto; }
.ba-wide .ba-pair figure { aspect-ratio: 4 / 3; }

/* Local photos inside fixed-size frames */
.gal-preview .gal-item img, .page-hero-img img, .split-img img, .comm-main img, .comm-inset img, .mini-svc img, .svc-img img, .pp-main img, .pp-inset img { object-fit: cover; }
.gal-grid .gal-item img { width: 100%; height: auto; }

@media (max-width: 1024px) {
  .hero-img { aspect-ratio: 1.35; height: auto; }
  .hero-media .fc-1 { left: 16px; }
}
@media (max-width: 760px) {
  .hero-img { aspect-ratio: 1.15; height: auto; }
  .hero-media .fc-1 { left: 10px; bottom: -20px; }
  .hero-media .fc-2 { right: 10px; bottom: -20px; }
  .hero { padding-bottom: 90px; }
  .ba-pair { grid-template-columns: 1fr; }
}
.ba-split .ba-pair figure { aspect-ratio: 4 / 4.4; }
.ba-split .ba-pair img { transform: scale(1.28); }
@media (max-width: 760px) { .ba-split .ba-pair figure { aspect-ratio: 4 / 3; } .ba-split .ba-pair img { transform: scale(1.15); } }

/* Gallery: row-first grid so the real photos fill the top rows */
.gal-grid { columns: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gal-grid .gal-item { margin-bottom: 0; aspect-ratio: 4 / 3; }
.gal-grid .gal-item img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1024px) { .gal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .gal-grid { grid-template-columns: 1fr; } }

/* Dark photos on dark sections: subtle frame so the image edge reads */
.page-hero.dark .page-hero-img, .commercial-band .comm-main { border: 1px solid rgba(255, 255, 255, .16); box-shadow: 0 0 0 8px rgba(255, 255, 255, .04), 0 40px 80px -30px rgba(0, 0, 0, .7); }
.page-hero.dark .page-hero-img img, .commercial-band .comm-main img { filter: brightness(1.12) contrast(1.04); }
@media (max-width: 1280px) { .split-img .inset { right: 0; } }

/* =========================================================
   v5 — real before/after pairs everywhere
   ========================================================= */
.ba-split .ba-pair img { transform: none; }
.ba-pair figure { aspect-ratio: var(--ar, 0.8); }
.ba-split .ba-pair figure, .ba-wide .ba-pair figure { aspect-ratio: var(--ar, 0.8); }
.ba-pair.zoom figure { aspect-ratio: 4 / 4.4; }
.ba-pair.zoom img { transform: scale(1.28); }
.ba-pair .ba-tag { top: 12px; padding: 6px 12px; font-size: .7rem; }
.ba-pair .ba-tag.b { left: 12px; }
.ba-pair .ba-tag.a { right: 12px; left: auto; }

.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.ba-grid.three { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ba-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 12px 12px 4px; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s; }
.ba-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.ba-card .ba-pair { gap: 8px; }
.ba-card .ba-pair figure { border-radius: 16px; box-shadow: none; }
.ba-card.hide { display: none; }
.ba-cap { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); padding: 12px 6px 10px; font-size: .95rem; }
.ba-cap svg { color: var(--blue); }
.ba-grid.three .ba-tag { top: 8px; padding: 4px 9px; font-size: .62rem; }
.ba-grid.three .ba-tag.b { left: 8px; } .ba-grid.three .ba-tag.a { right: 8px; }
.gal-empty { text-align: center; color: var(--muted); font-weight: 600; padding: 20px 0; }

@media (max-width: 1024px) { .ba-grid.three { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) {
  .ba-grid, .ba-grid.three { grid-template-columns: 1fr; }
  .ba-pair, .ba-split .ba-pair { grid-template-columns: 1fr 1fr; }
  .ba-split .ba-pair figure { aspect-ratio: var(--ar, 0.8); }
  .ba-pair.zoom figure { aspect-ratio: 4 / 4.4; }
}
/* uniform frames inside result grids */
.ba-card .ba-pair figure { aspect-ratio: 4 / 5; }
.ba-grid { align-items: start; }

/* =========================================================
   v6 — real Google reviews
   ========================================================= */
.review-grid.two { grid-template-columns: repeat(2, 1fr); }
.review p { font-size: .98rem; line-height: 1.65; }
.reviewer > span:last-child > span { display: inline-flex; align-items: center; gap: 6px; }
.g-mini { display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--line); font-family: var(--font-display); font-weight: 900; font-size: .62rem; color: #4285f4; background: #fff; }
.rating-box small { display: block; }
.hero-badge { flex-wrap: wrap; }
@media (max-width: 760px) { .review-grid.two { grid-template-columns: 1fr; } }
.section-head-row > div { min-width: 0; max-width: 100%; }
@media (max-width: 420px) {
  .rating-box { gap: 12px; padding: 14px 16px; }
  .rating-box .big { font-size: 2.2rem; }
  .rating-box .g-badge { width: 36px; height: 36px; font-size: 1.1rem; }
  .rating-box small { font-size: .76rem; }
}

.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; }

/* =========================================================
   v7 — legal pages + footer legal links
   ========================================================= */
.legal { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 48px 52px; box-shadow: var(--shadow-sm); color: var(--ink-2); }
.legal h2 { font-size: 1.3rem; font-weight: 800; text-transform: none; margin: 34px 0 12px; scroll-margin-top: 120px; }
.legal section:first-of-type h2 { margin-top: 10px; }
.legal p { margin: 0 0 14px; line-height: 1.75; }
.legal ul { margin: 0 0 8px; padding-left: 1.25em; display: grid; gap: 8px; }
.legal li { line-height: 1.7; padding-left: 4px; }
.legal li::marker { color: var(--blue); }
.legal a { color: var(--blue); font-weight: 600; }
.legal-updated { font-size: .9rem; color: var(--muted); font-weight: 600; }
.legal-toc { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 18px; padding: 20px 24px; margin-bottom: 18px; }
.legal-toc .foot-h { margin-bottom: 10px !important; }
.legal-toc ol { list-style: none; columns: 2; column-gap: 28px; margin: 0; padding: 0; }
.legal-toc li { padding: 3px 0; break-inside: avoid; font-size: .92rem; }
.legal-toc a { color: var(--ink); font-weight: 600; }
.legal-toc a:hover { color: var(--blue); }
.legal-agree { margin-top: 30px !important; padding: 18px 20px; border-radius: 16px; background: var(--sky); color: var(--ink); }
.legal-contact { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.legal-contact .foot-h { margin-bottom: 6px !important; }
.foot-legal { display: inline-flex; gap: 18px; flex-wrap: wrap; }
.foot-legal a { color: #9fb6d3; transition: color .2s; }
.foot-legal a:hover { color: #fff; }
.form-legal { text-align: center; font-size: .76rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }
.form-legal a { color: var(--muted); text-decoration: underline; }
@media (max-width: 760px) {
  .legal { padding: 30px 22px; border-radius: 22px; }
  .legal-toc ol { columns: 1; }
}

/* =========================================================
   v8 — client videos
   ========================================================= */
.vid-band { background: radial-gradient(800px 460px at 100% 0%, rgba(11, 140, 255, .3), transparent 60%), radial-gradient(600px 400px at 0% 100%, rgba(60, 202, 255, .12), transparent 60%), var(--navy); color: #cfe0f5; overflow: hidden; }
.vid-band h2 { color: #fff; }
.vid-band .lead { color: #b7cbe4; margin-top: 18px; }
.vid-band .check-list li { color: #fff; }
.vid-band .check-list li svg { background: rgba(60, 202, 255, .16); color: var(--cyan); }
.vid-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.vid-split > div { min-width: 0; }
.vid { margin: 0; }
.vid-frame { position: relative; aspect-ratio: 9 / 16; border-radius: 28px; overflow: hidden; background: #000; border: 1px solid rgba(255, 255, 255, .16); box-shadow: 0 0 0 7px rgba(255, 255, 255, .05), 0 40px 80px -30px rgba(0, 0, 0, .7); }
.vid-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.vid-btn { position: absolute; right: 14px; bottom: 14px; width: 46px; height: 46px; border-radius: 50%; background: rgba(6, 24, 48, .6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; display: grid; place-items: center; font-size: 1.1rem; border: 1px solid rgba(255, 255, 255, .25); transition: background .2s, transform .2s; }
.vid-btn:hover { background: var(--blue); transform: scale(1.06); }
.vid-btn .vid-pause { display: none; }
.vid.playing .vid-btn .vid-play { display: none; }
.vid.playing .vid-btn .vid-pause { display: block; }
.vid:not(.playing) .vid-btn { right: 50%; bottom: 50%; transform: translate(50%, 50%); width: 72px; height: 72px; font-size: 1.7rem; background: var(--grad-blue); border-color: transparent; box-shadow: var(--shadow-blue); }
.vid:not(.playing) .vid-btn:hover { transform: translate(50%, 50%) scale(1.06); }
.vid figcaption { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 14px; font-weight: 700; color: #fff; font-size: .95rem; }
.vid figcaption svg { color: var(--cyan); }
/* Video sizing: every video (plus caption) always fits on screen below the sticky header */
:root { --vid-h: clamp(240px, calc(100vh - 230px), 540px); }
@supports (height: 100svh) { :root { --vid-h: clamp(240px, calc(100svh - 230px), 540px); } }
.vid { width: 100%; max-width: calc(var(--vid-h) * 9 / 16); margin-left: auto; margin-right: auto; }
.vid-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; justify-items: center; }
.vid-split .vid-pair { max-width: 560px; margin: 0 auto; width: 100%; }
.vid-single { width: 100%; }
.vid-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 26px; max-width: 1000px; margin: 0 auto; justify-items: center; }
@media (max-width: 1024px) {
  .vid-split { grid-template-columns: 1fr; gap: 44px; }
}
@media (max-width: 760px) {
  :root { --vid-h: clamp(220px, calc(100vh - 250px), 500px); }
  @supports (height: 100svh) { :root { --vid-h: clamp(220px, calc(100svh - 250px), 500px); } }
  .vid-pair, .vid-grid, .vid-split .vid-pair { grid-template-columns: 1fr 1fr; gap: 20px 12px; max-width: none; }
  .vid-frame { border-radius: 16px; box-shadow: 0 0 0 4px rgba(255, 255, 255, .05), 0 24px 50px -24px rgba(0, 0, 0, .7); }
  .vid figcaption { font-size: .74rem; margin-top: 10px; gap: 5px; line-height: 1.3; text-align: center; }
  .vid-btn { width: 36px; height: 36px; font-size: .9rem; right: 10px; bottom: 10px; }
  .vid:not(.playing) .vid-btn { width: 50px; height: 50px; font-size: 1.15rem; }
}
/* very short screens (phones turned sideways) */
@media (max-height: 500px) {
  :root { --vid-h: clamp(180px, calc(100vh - 200px), 540px); }
  @supports (height: 100svh) { :root { --vid-h: clamp(180px, calc(100svh - 200px), 540px); } }
  .vid figcaption { font-size: .72rem; margin-top: 8px; line-height: 1.25; }
  .vid:not(.playing) .vid-btn { width: 46px; height: 46px; font-size: 1.05rem; }
}

/* Before/after pairs in service page heroes + intros (so every photo shows the actual work) */
.page-hero-img.pair { height: auto; overflow: visible; border-radius: 0; box-shadow: none; }
.page-hero-img.pair .ba-pair, .split-img.pair .ba-pair { gap: 14px; }
.page-hero-img.pair .ba-pair figure, .split-img.pair .ba-pair figure { border-radius: 26px; }
.page-hero-img.pair .ba-tag, .split-img.pair .ba-tag { top: 14px; padding: 7px 13px; font-size: .72rem; }
.page-hero-img.pair .ba-tag.b, .split-img.pair .ba-tag.b { left: 14px; }
.page-hero-img.pair .ba-tag.a, .split-img.pair .ba-tag.a { right: 14px; }
.split-img.pair .exp-badge { top: auto; bottom: -24px; left: -22px; z-index: 2; }
@media (max-width: 1024px) {
  .page-hero-img.pair, .split-img.pair { max-width: 620px; width: 100%; margin: 0 auto; }
  .split-img.pair .exp-badge { left: 16px; }
}
@media (max-width: 760px) {
  .page-hero-img.pair .ba-pair, .split-img.pair .ba-pair { gap: 10px; }
  .page-hero-img.pair .ba-pair figure, .split-img.pair .ba-pair figure { border-radius: 18px; }
  .page-hero-img.pair .ba-tag, .split-img.pair .ba-tag { top: 10px; padding: 5px 10px; font-size: .64rem; }
  .page-hero-img.pair .ba-tag.b, .split-img.pair .ba-tag.b { left: 10px; }
  .page-hero-img.pair .ba-tag.a, .split-img.pair .ba-tag.a { right: 10px; }
  .split-img.pair { margin-bottom: 20px; }
  .split-img.pair .exp-badge { left: 50%; transform: translateX(-50%); bottom: -22px; padding: 12px 18px; display: flex; align-items: center; gap: 10px; white-space: nowrap; }
  .split-img.pair .exp-badge strong { font-size: 1.7rem; display: inline; }
}

/* "On the Job" photo row (window cleaning page) */
.job-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.job-grid figure { margin: 0; border-radius: 22px; overflow: hidden; aspect-ratio: 3 / 4; box-shadow: var(--shadow); background: var(--sky); }
.job-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 760px) { .job-grid { grid-template-columns: 1fr 1fr; gap: 10px; } .job-grid figure { border-radius: 16px; } }

/* Odd video out in a grid sits centered instead of hanging left */
.vid-grid > .vid:last-child:nth-child(3n+1) { grid-column: 2; }
@media (max-width: 760px) {
  .vid-grid > .vid:last-child:nth-child(3n+1) { grid-column: auto; }
  .vid-grid > .vid:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - 6px); }
}
@media (min-width: 1025px) { .page-hero-grid:has(.page-hero-img.pair) { grid-template-columns: 1fr 1.05fr; } }

/* City pages: intro without a photo (text + "why choose us" card) */
.city-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.city-intro > div { min-width: 0; }
.city-intro-card { background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 34px; box-shadow: var(--shadow-lg); }
.city-intro-h { font-family: var(--font-display); font-stretch: 115%; font-weight: 900; text-transform: uppercase; font-size: 1.15rem; color: var(--ink); margin: 0 0 18px; }
.city-intro-card .check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; margin: 0 0 24px; }
.city-intro-card .aside-quote { margin-top: 0; }
@media (max-width: 1024px) { .city-intro { grid-template-columns: 1fr; gap: 36px; } .city-intro-card { max-width: 620px; } }
@media (max-width: 760px) { .city-intro-card { padding: 24px 20px; border-radius: 22px; } .city-intro-card .check-list { grid-template-columns: 1fr; gap: 10px; } }
