/* =========================================================
   Crystal Clarity — main stylesheet
   1.  base & typography      7.  services / bento
   2.  helpers & motion       8.  about, steps, pillars
   3.  buttons & chips        9.  before/after, gallery
   4.  top bar & header      10.  reviews, faq, areas
   5.  mobile menu           11.  form, cta, footer
   6.  hero                  12.  popup, mobile bar, misc
   ========================================================= */

/* ---------- 1. base ------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h-sm) + var(--topbar-h) + 16px);
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--slate);
  background: var(--frost);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink-navy);
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  font-variation-settings: "opsz" 96, "SOFT" 0, "WONK" 0;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.28; font-variation-settings: "opsz" 30, "SOFT" 0, "WONK" 0; letter-spacing: -.01em; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }
a { color: var(--azure-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--azure-dark); }
img, picture, video, svg { max-width: 100%; display: block; }
img { height: auto; }
/* a <picture> must fill its frame so object-fit can do its job */
figure picture, .svc-card picture, .ba picture, .masonry figure picture { display: block; width: 100%; height: 100%; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.15em; }
li { margin-bottom: .4em; }
strong { color: var(--ink-800); font-weight: 700; }
hr { border: 0; border-top: 1px solid var(--frost-deep); margin: 2rem 0; }

:focus-visible {
  outline: 3px solid var(--azure-deep);
  outline-offset: 3px;
  border-radius: 6px;
}
::selection { background: var(--sky-mist); color: var(--ink-navy); }

.skip-link {
  position: absolute; left: 12px; top: -80px;
  z-index: var(--z-modal);
  background: var(--ink-navy); color: #fff;
  padding: 12px 20px; border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-weight: 700; text-decoration: none;
  transition: top var(--t-fast) var(--ease-out);
}
.skip-link:focus { top: 0; color: #fff; }

.wrap { width: min(100% - (var(--gutter) * 2), var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(100% - (var(--gutter) * 2), var(--wrap-narrow)); margin-inline: auto; }
.section { padding-block: var(--section-y); position: relative; }
.section-tight { padding-block: clamp(48px, 5vw, 80px); }
main { display: block; }

/* section intro ----------------------------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--azure-deep); margin-bottom: 14px;
}
.eyebrow svg { width: 15px; height: 15px; flex: none; }
.eyebrow--light { color: var(--sky-mist); }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 4vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { font-size: var(--fs-lead); }
.lead { font-size: var(--fs-lead); }
.gradient-word {
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-style: italic; padding-right: .08em;
}
.on-dark, .on-dark h1, .on-dark h2, .on-dark h3 { color: #fff; }
.on-dark p, .on-dark li { color: #c6d8f2; }

/* ---------- 2. helpers & motion -------------------------- */
.reveal { opacity: 0; transform: translateY(26px); }
.reveal.in {
  opacity: 1; transform: none;
  transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out);
  transition-delay: var(--d, 0ms);
}
/* Squeegee wipe for images.
   The clip sits on the inner picture/img, never on the observed
   element itself: a clip-pathed element reports a zero intersection
   ratio, so IntersectionObserver would never fire to reveal it. */
.wipe > picture, .wipe > img, .wipe > .ba-inner { clip-path: inset(0 100% 0 0); }
.wipe.in > picture, .wipe.in > img, .wipe.in > .ba-inner {
  clip-path: inset(0 0 0 0);
  transition: clip-path 760ms var(--ease-soft);
  transition-delay: var(--d, 0ms);
}
.glint { position: relative; overflow: hidden; }
.glint::after {
  content: ""; position: absolute; inset: 0;
  background: var(--grad-sheen);
  transform: translateX(-120%); pointer-events: none;
}
.glint.in::after { animation: sweep 1100ms var(--ease-soft) 420ms 1; }
@keyframes sweep { to { transform: translateX(120%); } }

.counter { font-variant-numeric: tabular-nums; }

/* floating soap bubbles ---------------------------------- */
.bubbles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.bubble {
  position: absolute; border-radius: 50%;
  background:
    radial-gradient(circle at 30% 26%, rgba(255,255,255,.92) 0 6%, rgba(255,255,255,.28) 22%, rgba(255,255,255,.04) 46%),
    conic-gradient(from 210deg, rgba(94,211,224,.55), rgba(147,182,240,.5), rgba(255,255,255,.35), rgba(94,211,224,.55));
  box-shadow: inset 0 0 18px rgba(255,255,255,.55), 0 8px 26px rgba(37,99,174,.16);
  opacity: .55;
  animation: drift linear infinite;
  will-change: transform;
}
@keyframes drift {
  0%   { transform: translate3d(0, 12vh, 0) scale(.85); }
  50%  { transform: translate3d(22px, -30vh, 0) scale(1); }
  100% { transform: translate3d(-12px, -78vh, 0) scale(.9); opacity: 0; }
}

/* ---------- 3. buttons & chips --------------------------- */
.btn {
  --btn-bg: var(--azure-deep);
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; min-height: 52px; padding: 14px 28px;
  font: 700 var(--fs-sm)/1.2 var(--font-body);
  color: #fff; background: var(--btn-bg);
  border: 0; border-radius: var(--r-pill);
  text-decoration: none; cursor: pointer; overflow: hidden;
  box-shadow: var(--sh-glow);
  transition: transform var(--t-mid) var(--ease-out), box-shadow var(--t-mid) var(--ease-out), background-color var(--t-fast) linear;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn::after {
  content: ""; position: absolute; inset: 0;
  background: var(--grad-sheen); transform: translateX(-120%);
  transition: transform 760ms var(--ease-soft);
}
.btn:hover { color: #fff; background: var(--azure-dark); box-shadow: 0 14px 38px rgba(37,99,174,.38); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: translateY(1px); }
.btn-lg { min-height: 60px; padding: 18px 36px; font-size: 1rem; }
.btn-ghost {
  background: var(--glass-bg-2); color: var(--ink-navy);
  border: 1px solid var(--glass-border); box-shadow: var(--sh-sm), var(--sh-inner);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
.btn-ghost:hover { background: #fff; color: var(--azure-dark); box-shadow: var(--sh-md); }
.btn-outline-light {
  background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); box-shadow: none;
}
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; box-shadow: none; }
.btn-wide { width: 100%; }
/* water ripple */
.ripple {
  position: absolute; border-radius: 50%; transform: scale(0);
  background: rgba(255,255,255,.45); pointer-events: none;
  animation: ripple 620ms var(--ease-out) forwards;
}
@keyframes ripple { to { transform: scale(2.6); opacity: 0; } }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: var(--r-pill);
  background: var(--glass-bg-2); border: 1px solid var(--glass-border);
  box-shadow: var(--sh-sm), var(--sh-inner);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  font-size: var(--fs-xs); font-weight: 700; color: var(--ink-800);
  text-decoration: none;
}
.chip svg { width: 16px; height: 16px; color: var(--azure-deep); flex: none; }
a.chip:hover { background: #fff; color: var(--azure-dark); box-shadow: var(--sh-md); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* glass surface ------------------------------------------ */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md), var(--sh-inner);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
@supports not ((backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px))) {
  .glass, .chip, .btn-ghost, .topbar, .site-header.is-stuck .header-inner { background: rgba(255,255,255,.96); }
}
/* decorative background orbs */
.orb {
  position: absolute; border-radius: 50%; filter: blur(80px);
  opacity: .55; pointer-events: none; z-index: 0;
}
.orb-sky { background: var(--sky-mist); }
.orb-aqua { background: var(--aqua); opacity: .3; }

/* ---------- 4. top bar & header -------------------------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; height: var(--topbar-h);
  z-index: calc(var(--z-header) + 1);
  background: var(--ink-navy); color: #c6d8f2;
  font-size: var(--fs-xs);
  border-bottom: 1px solid rgba(147,182,240,.16);
}
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 100%; }
.topbar-contact { display: flex; align-items: center; gap: 22px; min-width: 0; }
.topbar a { color: #dce8f8; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 14px; height: 14px; color: var(--sky-mist); flex: none; }
.topbar-hours { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.social-row { display: flex; align-items: center; gap: 4px; }
.social-row a {
  width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%;
  transition: background-color var(--t-fast) linear, color var(--t-fast) linear;
}
.social-row a:hover { background: rgba(147,182,240,.2); }
.social-row svg { width: 15px; height: 15px; color: currentColor; }

.site-header {
  position: fixed; inset: var(--topbar-h) 0 auto 0;
  z-index: var(--z-header);
  transition: transform var(--t-mid) var(--ease-out);
}
.header-inner {
  display: flex; align-items: center; gap: 22px;
  height: var(--header-h);
  padding-inline: 22px;
  border-radius: 0 0 var(--r-md) var(--r-md);
  transition: height var(--t-mid) var(--ease-out), background-color var(--t-mid) var(--ease-out),
              box-shadow var(--t-mid) var(--ease-out), backdrop-filter var(--t-mid) var(--ease-out);
}
.site-header.is-stuck .header-inner {
  height: var(--header-h-sm);
  background: rgba(255,255,255,.78);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: var(--sh-md);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
/* brand: logo image only — never a text title */
.brand { display: inline-flex; align-items: center; flex: none; border-radius: 50%; }
.brand img {
  height: 68px; width: 68px; border-radius: 50%;
  filter: drop-shadow(0 6px 16px rgba(14,34,64,.22));
  transition: height var(--t-mid) var(--ease-out), width var(--t-mid) var(--ease-out);
}
.site-header.is-stuck .brand img { height: 46px; width: 46px; }

.nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-list > li { position: relative; margin: 0; }
.nav-link {
  position: relative; display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px; border-radius: var(--r-sm);
  font-size: var(--fs-sm); font-weight: 700; color: var(--ink-800); text-decoration: none;
  transition: color var(--t-fast) linear, background-color var(--t-fast) linear;
}
.nav-link svg { width: 14px; height: 14px; transition: transform var(--t-fast) var(--ease-out); }
.nav-link::before {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px;
  background: var(--grad-brand); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform var(--t-mid) var(--ease-out);
}
.nav-link:hover, .nav-link:focus-visible { color: var(--azure-dark); }
.nav-link:hover::before, .nav-link[aria-current="page"]::before { transform: scaleX(1); }
.nav-link[aria-current="page"] { color: var(--azure-dark); }
.has-mega:hover .nav-link svg, .has-mega:focus-within .nav-link svg { transform: rotate(180deg); }

.mega {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0;
  width: min(92vw, 720px); padding: 18px;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity var(--t-mid) var(--ease-out), transform var(--t-mid) var(--ease-out), visibility var(--t-mid);
}
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega a {
  display: flex; align-items: center; gap: 12px; padding: 11px 13px;
  border-radius: var(--r-sm); text-decoration: none; color: var(--ink-800);
  font-size: var(--fs-sm); font-weight: 600;
  transition: background-color var(--t-fast) linear, color var(--t-fast) linear, transform var(--t-fast) var(--ease-out);
}
.mega a:hover { background: var(--sky-soft); color: var(--azure-dark); transform: translateX(3px); }
.mega .ic { width: 34px; height: 34px; flex: none; display: grid; place-items: center; border-radius: 10px;
  background: var(--grad-brand); color: #fff; box-shadow: var(--sh-sm); }
.mega .ic svg { width: 17px; height: 17px; }
.mega-all { grid-column: 1 / -1; border-top: 1px solid var(--frost-deep); margin-top: 6px; padding-top: 12px; }
.mega-all a { justify-content: space-between; color: var(--azure-deep); font-weight: 700; }

.header-cta { flex: none; }
.burger {
  display: none; width: 48px; height: 48px; flex: none;
  align-items: center; justify-content: center;
  background: var(--glass-bg-2); border: 1px solid var(--glass-border);
  border-radius: var(--r-sm); cursor: pointer; color: var(--ink-navy);
  box-shadow: var(--sh-sm);
}
.burger svg { width: 22px; height: 22px; }

/* ---------- 5. mobile menu ------------------------------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  background: rgba(244,248,254,.92);
  -webkit-backdrop-filter: blur(22px) saturate(160%); backdrop-filter: blur(22px) saturate(160%);
  padding: calc(var(--topbar-h) + 84px) var(--gutter) 40px;
  overflow-y: auto; visibility: hidden; opacity: 0;
  transition: opacity var(--t-mid) var(--ease-out), visibility var(--t-mid);
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.mobile-menu > .wrap > ul > li {
  opacity: 0; transform: translateY(14px);
  transition: opacity 420ms var(--ease-out), transform 420ms var(--ease-out);
}
.mobile-menu.open > .wrap > ul > li { opacity: 1; transform: none; transition-delay: calc(var(--i, 0) * 45ms + 90ms); }
.mobile-menu a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 4px; font-family: var(--font-display); font-size: 1.5rem;
  color: var(--ink-navy); text-decoration: none; border-bottom: 1px solid rgba(37,99,174,.12);
}
.mobile-menu a:hover, .mobile-menu a[aria-current="page"] { color: var(--azure-dark); }
.mobile-sub { padding-left: 6px !important; }
.mobile-sub a { font-family: var(--font-body); font-size: 1rem; font-weight: 600; padding: 11px 4px; color: var(--slate); }
.mobile-menu .btn { margin-top: 26px; }
.menu-close {
  position: absolute; top: calc(var(--topbar-h) + 14px); right: var(--gutter);
  width: 48px; height: 48px; display: grid; place-items: center;
  border-radius: var(--r-sm); border: 1px solid var(--glass-border);
  background: #fff; color: var(--ink-navy); cursor: pointer; box-shadow: var(--sh-sm);
}
.menu-close svg { width: 22px; height: 22px; }

/* ---------- 6. hero -------------------------------------- */
.hero {
  position: relative; isolation: isolate;
  padding-top: calc(var(--topbar-h) + var(--header-h) + clamp(28px, 5vw, 72px));
  padding-bottom: clamp(60px, 8vw, 110px);
  background:
    radial-gradient(1100px 620px at 88% -10%, rgba(147,182,240,.5), transparent 62%),
    radial-gradient(760px 520px at 8% 12%, rgba(94,211,224,.22), transparent 60%),
    linear-gradient(180deg, #eef4fd 0%, var(--frost) 62%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 -1px 0; height: 120px;
  background: linear-gradient(180deg, transparent, var(--frost)); z-index: 2; pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.hero-panel { padding: clamp(26px, 3vw, 42px); }
.hero h1 { margin-bottom: .45em; }
.hero-sub { font-size: var(--fs-lead); max-width: 52ch; }
.hero .btn-row { margin-top: 26px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(37,99,174,.14); }
.hero-trust div { display: flex; align-items: center; gap: 9px; font-size: var(--fs-xs); font-weight: 700; color: var(--ink-800); }
.hero-trust svg { width: 17px; height: 17px; color: var(--azure-deep); flex: none; }

/* layered photo stack */
.hero-stack { position: relative; min-height: clamp(340px, 42vw, 520px); }
.hero-stack figure { position: absolute; margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); }
.hero-stack img { width: 100%; height: 100%; object-fit: cover; }
.stack-main { inset: 0 14% 16% 0; z-index: 2; }
.stack-sub-a { width: 46%; aspect-ratio: 4/3; right: 0; bottom: 0; z-index: 3; border: 5px solid #fff; }
.stack-sub-b { width: 32%; aspect-ratio: 1/1; left: -4%; bottom: 22%; z-index: 4; border: 5px solid #fff; }
.float-chip {
  position: absolute; z-index: 5; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.88); border: 1px solid var(--glass-border);
  box-shadow: var(--sh-lg), var(--sh-inner);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  font-size: var(--fs-xs); font-weight: 700; color: var(--ink-navy); text-decoration: none;
}
.float-chip .stars { display: inline-flex; gap: 1px; }
.float-chip .stars svg { width: 14px; height: 14px; color: var(--amber); fill: var(--amber); }
.float-chip svg { width: 16px; height: 16px; }
.chip-rating { top: 6%; right: -2%; }
.chip-badge { bottom: 6%; left: -6%; }
a.float-chip:hover { background: #fff; color: var(--azure-dark); }
.scroll-cue {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 34px;
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--slate-soft); text-decoration: none;
}
.scroll-cue span {
  width: 26px; height: 42px; border: 2px solid rgba(37,99,174,.35); border-radius: var(--r-pill);
  position: relative; flex: none;
}
.scroll-cue span::after {
  content: ""; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
  background: var(--azure-deep); border-radius: 2px; animation: cue 1.8s var(--ease-soft) infinite;
}
@keyframes cue { 0%, 100% { transform: translateY(0); opacity: 1; } 60% { transform: translateY(14px); opacity: .2; } }

/* page hero (inner pages) */
.page-hero {
  position: relative; isolation: isolate; overflow: hidden;
  padding-top: calc(var(--topbar-h) + var(--header-h) + clamp(22px, 4vw, 54px));
  padding-bottom: clamp(44px, 6vw, 84px);
  background:
    radial-gradient(900px 520px at 85% -20%, rgba(147,182,240,.5), transparent 60%),
    linear-gradient(180deg, #eef4fd, var(--frost));
}
.page-hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(26px, 4vw, 52px); align-items: center; }
.page-hero figure { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); aspect-ratio: 4/3; }
.page-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .btn-row { margin-top: 24px; }

.breadcrumbs { position: relative; z-index: 3; font-size: var(--fs-xs); margin-bottom: 18px; color: var(--slate-soft); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.breadcrumbs a { color: var(--slate); text-decoration: none; font-weight: 600; }
.breadcrumbs a:hover { color: var(--azure-dark); }
.breadcrumbs svg { width: 13px; height: 13px; color: var(--slate-soft); }
.breadcrumbs [aria-current] { color: var(--ink-800); font-weight: 700; }

/* ---------- trust marquee -------------------------------- */
.marquee { overflow: hidden; padding-block: 26px; border-block: 1px solid rgba(37,99,174,.12); background: rgba(255,255,255,.55); }
.marquee-track { display: flex; gap: 46px; width: max-content; animation: slide 42s linear infinite; }
.marquee:hover .marquee-track, .marquee:focus-within .marquee-track { animation-play-state: paused; }
.marquee-item { display: inline-flex; align-items: center; gap: 11px; font-size: var(--fs-sm); font-weight: 700; color: var(--ink-800); white-space: nowrap; }
.marquee-item svg { width: 19px; height: 19px; color: var(--azure-deep); flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- 7. services / bento -------------------------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.svc-card {
  position: relative; grid-column: span 2; min-height: 290px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px; border-radius: var(--r-lg); overflow: hidden;
  text-decoration: none; color: #fff; isolation: isolate; cursor: pointer;
  box-shadow: var(--sh-md);
  transform-style: preserve-3d;
  transition: box-shadow var(--t-mid) var(--ease-out), transform 180ms var(--ease-out);
}
.svc-card.wide { grid-column: span 3; min-height: 330px; }
.svc-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transition: transform 900ms var(--ease-out);
}
.svc-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(14,34,64,.22) 0%, rgba(14,34,64,.6) 48%, rgba(11,27,52,.93) 100%);
  transition: background var(--t-mid) linear;
}
.svc-card:hover { color: #fff; box-shadow: var(--sh-lg); }
.svc-card:hover img { transform: scale(1.07); }
.svc-card:hover::before { background: linear-gradient(180deg, rgba(20,60,120,.2) 0%, rgba(14,34,64,.6) 50%, rgba(14,34,64,.92) 100%); }
.svc-card .ic {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; margin-bottom: 14px;
  background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.34);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.svc-card .ic svg { width: 21px; height: 21px; }
.svc-card h3 { color: #fff; font-size: 1.32rem; margin-bottom: 6px; }
.svc-card p { font-size: var(--fs-sm); color: #d6e4f8; margin: 0; }
.svc-card .more { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--sky-mist); }
.svc-card .more svg { width: 15px; height: 15px; transition: transform var(--t-fast) var(--ease-out); }
.svc-card:hover .more svg { transform: translateX(4px); }
/* specular highlight for 3D tilt */
.svc-card .sheen {
  position: absolute; inset: 0; z-index: 0; opacity: 0; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.28), transparent 62%);
  transition: opacity var(--t-mid) linear;
}
.svc-card:hover .sheen { opacity: 1; }

/* simple feature cards ----------------------------------- */
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  position: relative; padding: 26px; border-radius: var(--r-md);
  background: var(--glass-bg-2); border: 1px solid var(--glass-border);
  box-shadow: var(--sh-sm), var(--sh-inner);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  transition: transform var(--t-mid) var(--ease-out), box-shadow var(--t-mid) var(--ease-out);
}
.card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.card .ic {
  width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 16px;
  background: var(--grad-brand); color: #fff; box-shadow: var(--sh-glow);
}
.card .ic svg { width: 22px; height: 22px; }
.card h3 { font-size: 1.18rem; }
.card p { font-size: var(--fs-sm); margin: 0; }
.card-link { text-decoration: none; display: block; color: inherit; cursor: pointer; }
.card-link:hover h3 { color: var(--azure-dark); }
.card-dark {
  background: var(--glass-dark-bg); border-color: var(--glass-dark-border);
  box-shadow: none; color: #c6d8f2;
}
.card-dark h3 { color: #fff; }

/* checklist ---------------------------------------------- */
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; margin: 0; font-size: var(--fs-sm); }
.ticks svg { width: 20px; height: 20px; flex: none; color: var(--azure-deep); margin-top: 2px; }
.ticks.on-dark li { color: #c6d8f2; }
.ticks.on-dark svg { color: var(--aqua); }
.ticks-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 26px; }

/* ---------- 8. about, steps, pillars --------------------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 5vw, 70px); align-items: center; }
.photo-stack { position: relative; min-height: clamp(320px, 38vw, 460px); }
.photo-stack figure { position: absolute; margin: 0; overflow: hidden; border-radius: var(--r-lg); box-shadow: var(--sh-lg); }
.photo-stack img { width: 100%; height: 100%; object-fit: cover; }
.ps-a { inset: 0 18% 18% 0; }
.ps-b { width: 52%; aspect-ratio: 4/3; right: 0; bottom: 0; border: 5px solid #fff; }
.stat-chip {
  position: absolute; z-index: 4; left: -4%; top: 12%;
  padding: 16px 22px; border-radius: var(--r-md);
  background: rgba(255,255,255,.9); border: 1px solid var(--glass-border);
  box-shadow: var(--sh-lg), var(--sh-inner);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  text-align: center;
}
.stat-chip b { display: block; font-family: var(--font-display); font-size: 2rem; color: var(--ink-navy); line-height: 1; }
.stat-chip span { font-size: var(--fs-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--slate-soft); }

/* steps -------------------------------------------------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.step { position: relative; padding-top: 14px; }
.step-num {
  width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%;
  font-family: var(--font-display); font-size: 1.4rem; color: #fff;
  background: var(--grad-brand); box-shadow: var(--sh-glow); margin-bottom: 18px; position: relative; z-index: 2;
}
.step h3 { font-size: 1.22rem; margin-bottom: .35em; }
.step p { font-size: var(--fs-sm); margin: 0; }
.steps-line { position: absolute; top: 43px; left: 0; width: 100%; height: 3px; z-index: 1; overflow: visible; }
.steps-line path { stroke: var(--sky-mist); stroke-width: 3; stroke-dasharray: 1000; stroke-dashoffset: 1000; fill: none; stroke-linecap: round; }
.steps-line.in path { animation: draw 1600ms var(--ease-soft) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }

/* dark band ---------------------------------------------- */
.band-dark {
  position: relative; isolation: isolate; overflow: hidden; color: #c6d8f2;
  background: var(--grad-deep);
}
.band-dark::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background:
    radial-gradient(620px 420px at 12% 8%, rgba(63,128,207,.42), transparent 62%),
    radial-gradient(560px 420px at 88% 92%, rgba(94,211,224,.22), transparent 60%);
}
.band-dark > * { position: relative; z-index: 2; }

/* ---------- 9. before/after & gallery -------------------- */
.ba {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-lg); aspect-ratio: 16/10; touch-action: pan-y; user-select: none; cursor: ew-resize;
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px; background: #fff;
  box-shadow: 0 0 18px rgba(14,34,64,.4); z-index: 3; translate: -50% 0;
}
.ba-handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; translate: -50% -50%;
  width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.92);
  box-shadow: var(--sh-md); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563ae' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 8 4 4-4 4'/%3E%3Cpath d='M2 12h20'/%3E%3Cpath d='m6 8-4 4 4 4'/%3E%3C/svg%3E");
  background-size: 24px; background-repeat: no-repeat; background-position: center;
}
.ba-label {
  position: absolute; bottom: 16px; z-index: 4; padding: 7px 14px; border-radius: var(--r-pill);
  background: rgba(14,34,64,.72); color: #fff; font-size: var(--fs-xs); font-weight: 700;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.ba-label.l { left: 16px; }
.ba-label.r { right: 16px; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter {
  padding: 10px 18px; border-radius: var(--r-pill); cursor: pointer;
  border: 1px solid var(--glass-border); background: var(--glass-bg-2);
  font: 700 var(--fs-xs)/1 var(--font-body); color: var(--ink-800);
  box-shadow: var(--sh-xs); transition: background-color var(--t-fast) linear, color var(--t-fast) linear, box-shadow var(--t-fast) linear;
}
.filter:hover { background: #fff; color: var(--azure-dark); }
.filter[aria-pressed="true"], .filter[aria-selected="true"] { background: var(--azure-deep); color: #fff; box-shadow: var(--sh-glow); }

.masonry { columns: 3; column-gap: 18px; }
.masonry figure {
  position: relative; break-inside: avoid; margin: 0 0 18px; border-radius: var(--r-md);
  overflow: hidden; box-shadow: var(--sh-sm); cursor: zoom-in;
  transition: box-shadow var(--t-mid) var(--ease-out), transform var(--t-mid) var(--ease-out);
}
.masonry figure:hover { box-shadow: var(--sh-lg); transform: translateY(-3px); }
.masonry figure::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(14,34,64,.6));
  opacity: 0; transition: opacity var(--t-mid) linear;
}
.masonry figure:hover::after { opacity: 1; }
.masonry figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 2;
  color: #fff; font-size: var(--fs-xs); font-weight: 700;
  opacity: 0; transform: translateY(8px);
  transition: opacity var(--t-mid) var(--ease-out), transform var(--t-mid) var(--ease-out);
}
.masonry figure:hover figcaption { opacity: 1; transform: none; }
.masonry figure[hidden] { display: none; }

.lightbox {
  position: fixed; inset: 0; z-index: var(--z-modal); display: grid; place-items: center;
  background: rgba(8,20,38,.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  padding: 24px; visibility: hidden; opacity: 0; transition: opacity var(--t-mid) var(--ease-out), visibility var(--t-mid);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 82vh; border-radius: var(--r-md); box-shadow: var(--sh-lg); }
.lightbox figcaption { color: #dce8f8; text-align: center; margin-top: 14px; font-size: var(--fs-sm); }
.lb-btn {
  position: absolute; width: 52px; height: 52px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.12);
  color: #fff; cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.lb-btn:hover { background: rgba(255,255,255,.24); }
.lb-btn svg { width: 24px; height: 24px; }
.lb-close { top: 22px; right: 22px; }
.lb-prev { left: 22px; top: 50%; translate: 0 -50%; }
.lb-next { right: 22px; top: 50%; translate: 0 -50%; }

/* ---------- 10. reviews, faq, areas ---------------------- */
.reviews-head { display: flex; flex-wrap: wrap; gap: 20px; align-items: end; justify-content: space-between; margin-bottom: 26px; }
.rating-badge { display: flex; align-items: center; gap: 14px; padding: 16px 22px; border-radius: var(--r-md); background: var(--glass-bg-2); border: 1px solid var(--glass-border); box-shadow: var(--sh-sm), var(--sh-inner); }
.rating-badge b { font-family: var(--font-display); font-size: 2rem; color: var(--ink-navy); line-height: 1; }
.rating-badge .stars { display: inline-flex; gap: 2px; }
.rating-badge .stars svg { width: 16px; height: 16px; color: var(--amber); fill: var(--amber); }
.rating-badge span { font-size: var(--fs-xs); color: var(--slate-soft); }

.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review {
  display: flex; flex-direction: column; gap: 14px; padding: 26px; border-radius: var(--r-md);
  background: var(--glass-bg-2); border: 1px solid var(--glass-border);
  box-shadow: var(--sh-sm), var(--sh-inner); position: relative; overflow: hidden;
}
.review::before {
  content: ""; position: absolute; top: -28px; right: -10px; width: 110px; height: 110px;
  background: var(--grad-brand); opacity: .09; border-radius: 50%;
}
.review .stars { display: inline-flex; gap: 2px; }
.review .stars svg { width: 16px; height: 16px; color: var(--amber); fill: var(--amber); }
.review p { font-size: var(--fs-sm); margin: 0; flex: 1; }
.review footer { display: flex; align-items: center; gap: 12px; }
.review .avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; font-weight: 700; font-size: var(--fs-sm);
}
.review .who { font-size: var(--fs-sm); font-weight: 700; color: var(--ink-800); line-height: 1.3; }
.review .when { font-size: var(--fs-xs); color: var(--slate-soft); }
.review .src { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: var(--fs-xs); color: var(--slate-soft); }
.review .src svg { width: 15px; height: 15px; }
.reviews-empty { padding: 26px; text-align: center; color: var(--slate-soft); }

/* accordion ---------------------------------------------- */
.faq-list { display: grid; gap: 12px; }
details.faq {
  border-radius: var(--r-md); background: var(--glass-bg-2); border: 1px solid var(--glass-border);
  box-shadow: var(--sh-xs); overflow: hidden;
}
details.faq[open] { box-shadow: var(--sh-sm); }
details.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: 1.1rem; color: var(--ink-navy);
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after {
  content: ""; width: 22px; height: 22px; flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563ae' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform var(--t-mid) var(--ease-out);
}
details.faq[open] summary::after { transform: rotate(135deg); }
details.faq .faq-body { padding: 0 24px 22px; font-size: var(--fs-sm); }

/* service areas ------------------------------------------ */
.map-facade {
  position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md);
  aspect-ratio: 16/9; border: 1px solid var(--glass-border); cursor: pointer;
  background:
    radial-gradient(900px 460px at 30% 20%, rgba(147,182,240,.5), transparent 60%),
    linear-gradient(140deg, #e7eefb, #d7e6fa);
  display: grid; place-items: center; text-align: center; padding: 24px;
}
.map-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-facade .inner { display: grid; justify-items: center; gap: 12px; }
.map-facade .pin { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--grad-brand); color: #fff; box-shadow: var(--sh-glow); }
.map-facade .pin svg { width: 26px; height: 26px; }
.map-facade b { font-family: var(--font-display); font-size: 1.2rem; color: var(--ink-navy); }
.map-facade span { font-size: var(--fs-xs); color: var(--slate); }

/* ---------- 11. form, cta, footer ------------------------ */
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { position: relative; display: block; }
.field.full { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 58px; padding: 24px 16px 8px;
  font: 500 var(--fs-sm)/1.4 var(--font-body); color: var(--ink-navy);
  background: rgba(255,255,255,.86); border: 1px solid rgba(37,99,174,.2);
  border-radius: var(--r-sm); appearance: none;
  transition: border-color var(--t-fast) linear, box-shadow var(--t-fast) linear, background-color var(--t-fast) linear;
}
.field textarea { min-height: 128px; padding-top: 26px; resize: vertical; }
.field select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5b75' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px; }
.field .lbl {
  position: absolute; left: 17px; top: 18px; font-size: var(--fs-sm); color: var(--slate-soft);
  pointer-events: none; transform-origin: left top;
  transition: transform var(--t-fast) var(--ease-out), color var(--t-fast) linear;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--azure-deep); background: #fff; box-shadow: 0 0 0 4px rgba(37,99,174,.14); outline: none;
}
.field input:focus + .lbl, .field textarea:focus + .lbl, .field select:focus + .lbl,
.field input:not(:placeholder-shown) + .lbl, .field textarea:not(:placeholder-shown) + .lbl,
.field select.has-value + .lbl {
  transform: translateY(-11px) scale(.78); color: var(--azure-deep);
}
.field .err { display: none; margin-top: 6px; font-size: var(--fs-xs); font-weight: 600; color: var(--danger); }
.field [aria-invalid="true"] { border-color: var(--danger); background: #fff6f5; }
.field [aria-invalid="true"] ~ .err { display: flex; align-items: center; gap: 6px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { grid-column: 1 / -1; display: flex; gap: 12px; align-items: flex-start; font-size: var(--fs-xs); color: var(--slate); }
.consent input { width: 22px; height: 22px; min-height: 0; margin-top: 2px; flex: none; accent-color: var(--azure-deep); padding: 0; }
.form-note { grid-column: 1 / -1; font-size: var(--fs-xs); color: var(--slate-soft); }
.form-status { grid-column: 1 / -1; display: none; padding: 16px 18px; border-radius: var(--r-sm); font-size: var(--fs-sm); font-weight: 600; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(94,211,224,.16); color: #0b5b68; border: 1px solid rgba(94,211,224,.5); }
.form-status.bad { background: #fdecea; color: #8e2a1f; border: 1px solid #f0b7b0; }
.btn .spin { display: none; width: 18px; height: 18px; animation: spin 900ms linear infinite; }
.btn.loading .spin { display: block; }
.btn.loading .lbl-text { opacity: .75; }
@keyframes spin { to { transform: rotate(360deg); } }
.sparkle-burst { position: absolute; width: 8px; height: 8px; pointer-events: none; border-radius: 50%; background: var(--aqua); animation: burst 720ms var(--ease-out) forwards; }
@keyframes burst { to { transform: translate(var(--tx), var(--ty)) scale(0); opacity: 0; } }

.contact-card { display: grid; gap: 18px; padding: 28px; }
.contact-line { display: flex; gap: 14px; align-items: flex-start; }
.contact-line .ic { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; background: var(--sky-soft); color: var(--azure-dark); }
.contact-line .ic svg { width: 19px; height: 19px; }
.contact-line b { display: block; font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .1em; color: var(--slate-soft); }
.contact-line a, .contact-line span { font-size: var(--fs-sm); font-weight: 700; color: var(--ink-navy); text-decoration: none; }
.contact-line a:hover { color: var(--azure-dark); }

/* CTA band ------------------------------------------------ */
.cta-panel {
  position: relative; overflow: hidden; padding: clamp(34px, 5vw, 68px);
  border-radius: var(--r-xl); background: var(--grad-deep); color: #c6d8f2; isolation: isolate;
  box-shadow: var(--sh-lg);
}
.cta-panel::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .75;
  background:
    radial-gradient(520px 340px at 88% 10%, rgba(94,211,224,.28), transparent 60%),
    radial-gradient(620px 420px at 6% 96%, rgba(63,128,207,.42), transparent 62%);
}
.cta-panel h2 { color: #fff; }
.cta-panel .btn-row { margin-top: 26px; }

/* footer -------------------------------------------------- */
.site-footer { position: relative; overflow: hidden; background: var(--grad-deep); color: #a9c2e2; padding-top: clamp(56px, 7vw, 92px); }
.site-footer::before {
  content: ""; position: absolute; inset: 0; opacity: .45;
  background:
    radial-gradient(700px 420px at 10% 0%, rgba(63,128,207,.38), transparent 60%),
    radial-gradient(540px 380px at 92% 100%, rgba(94,211,224,.2), transparent 60%);
}
.site-footer > * { position: relative; z-index: 2; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(28px, 4vw, 54px); padding-bottom: 46px; }
.footer-brand img { height: 74px; width: 74px; border-radius: 50%; margin-bottom: 18px;
  background: #fff; padding: 4px; box-shadow: 0 6px 20px rgba(0,0,0,.28); }
.footer-grid h3 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; }
.footer-grid p { font-size: var(--fs-sm); color: #a9c2e2; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-links a { color: #bdd2ee; text-decoration: none; font-size: var(--fs-sm); display: inline-flex; align-items: center; gap: 8px; transition: color var(--t-fast) linear, transform var(--t-fast) var(--ease-out); }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-links svg { width: 14px; height: 14px; flex: none; color: var(--sky-mist); }
.footer-contact { display: grid; gap: 14px; }
.footer-contact a, .footer-contact span { color: #dce8f8; text-decoration: none; font-size: var(--fs-sm); display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: var(--sky-mist); flex: none; margin-top: 3px; }
.footer-contact a:hover { color: #fff; }
.footer-social { display: flex; gap: 8px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; color: #cfe0f6; background: rgba(147,182,240,.12); border: 1px solid rgba(147,182,240,.18); transition: background-color var(--t-fast) linear, color var(--t-fast) linear, transform var(--t-fast) var(--ease-out); }
.footer-social a:hover { background: rgba(147,182,240,.26); color: #fff; transform: translateY(-2px); }
.footer-social svg { width: 17px; height: 17px; }
.footer-bottom {
  border-top: 1px solid rgba(147,182,240,.18); padding-block: 22px;
  display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between;
  font-size: var(--fs-xs); color: #8fa9cb;
}
.footer-bottom a { color: #cfe0f6; text-decoration: none; }
.footer-bottom a:hover { color: #fff; text-decoration: underline; }
.footer-credit strong { color: #fff; font-weight: 700; }

/* ---------- 12. popup, mobile bar, misc ------------------ */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-sticky);
  display: none; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.9); border-top: 1px solid var(--glass-border);
  box-shadow: 0 -8px 28px rgba(14,34,64,.12);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
}
.mobile-bar a {
  flex: 1; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: var(--r-pill); font: 700 var(--fs-sm)/1 var(--font-body); color: #fff; text-decoration: none;
  box-shadow: var(--sh-sm);
}
.mobile-bar svg { width: 19px; height: 19px; }
.mb-call { background: var(--azure-deep); }
.mobile-bar .mb-wa { background: var(--wa-green); color: var(--ink-navy); } /* navy on brand green = 8:1 */
.mobile-bar a:active { transform: translateY(1px); }

.to-top {
  position: fixed; right: 18px; bottom: 18px; z-index: var(--z-sticky);
  width: 50px; height: 50px; display: grid; place-items: center; border: 0; cursor: pointer;
  border-radius: 50%; background: rgba(255,255,255,.9); color: var(--azure-dark);
  box-shadow: var(--sh-md); opacity: 0; visibility: hidden; transform: translateY(10px);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  transition: opacity var(--t-mid) var(--ease-out), transform var(--t-mid) var(--ease-out), visibility var(--t-mid);
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top svg { width: 20px; height: 20px; position: relative; z-index: 2; }
.to-top circle { fill: none; stroke-width: 3; }
.to-top .ring { position: absolute; inset: 0; transform: rotate(-90deg); }
.to-top .ring .bg { stroke: rgba(37,99,174,.16); }
.to-top .ring .fg { stroke: var(--azure-deep); stroke-linecap: round; stroke-dasharray: 138; stroke-dashoffset: var(--prog, 138); }

/* demo popup --------------------------------------------- */
.demo-pop {
  position: fixed; inset: 0; z-index: var(--z-modal); display: grid; place-items: center; padding: 20px;
  background: rgba(8,20,38,.62); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transition: opacity var(--t-mid) var(--ease-out), visibility var(--t-mid);
}
.demo-pop.open { opacity: 1; visibility: visible; }
.demo-card {
  position: relative; width: min(100%, 520px); padding: clamp(28px, 4vw, 44px); text-align: center;
  border-radius: var(--r-lg); overflow: hidden;
  background: rgba(255,255,255,.9); border: 1px solid var(--glass-border);
  box-shadow: var(--sh-lg), var(--sh-inner);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  transform: translateY(18px) scale(.97); transition: transform 420ms var(--ease-spring);
}
.demo-pop.open .demo-card { transform: none; }
.demo-card::before {
  content: ""; position: absolute; inset: -40% -20% auto -20%; height: 220px;
  background: radial-gradient(circle at 50% 0, rgba(147,182,240,.55), transparent 70%);
}
.demo-card > * { position: relative; }
.demo-card img { width: 78px; height: 78px; border-radius: 50%; margin: 0 auto 18px; box-shadow: var(--sh-md); }
.demo-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; padding: 7px 15px;
  border-radius: var(--r-pill); background: var(--sky-soft); color: var(--azure-dark);
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.demo-badge svg { width: 14px; height: 14px; }
.demo-card h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: .4em; }
.demo-card p { font-size: var(--fs-sm); }
.demo-card .btn { margin-top: 8px; }
.demo-close {
  position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 50%; border: 1px solid var(--glass-border); background: rgba(255,255,255,.9);
  color: var(--ink-navy); cursor: pointer; z-index: 3;
}
.demo-close:hover { background: #fff; color: var(--azure-dark); }
.demo-close svg { width: 20px; height: 20px; }

/* 404 ------------------------------------------------------ */
.nf { text-align: center; position: relative;
  padding-top: calc(var(--topbar-h) + var(--header-h) + clamp(30px, 6vw, 80px));
  padding-bottom: clamp(70px, 10vw, 130px); }
.nf .big { font-family: var(--font-display); font-size: clamp(5rem, 18vw, 11rem); line-height: 1.06; padding-top: .06em; margin-bottom: .1em; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* rich text (privacy) -------------------------------------- */
.prose h2 { margin-top: 1.8em; font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.prose h3 { margin-top: 1.5em; }
.prose ul { padding-left: 1.2em; }

/* ---------- responsive ----------------------------------- */
@media (max-width: 1100px) {
  .bento { grid-template-columns: repeat(4, 1fr); }
  .svc-card, .svc-card.wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  :root { --header-h: 74px; }
  .nav, .header-cta { display: none; }
  .burger { display: inline-flex; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 76px; }
  .to-top { bottom: 90px; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps-line { display: none; }
  .masonry { columns: 2; }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero-grid, .page-hero-grid, .split { grid-template-columns: 1fr; }
  .hero-stack { min-height: clamp(300px, 64vw, 420px); }
  .chip-rating { right: 2%; }
  .chip-badge { left: 0; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topbar-hours, .topbar-mail { display: none; }
  .split .photo-stack { order: -1; }
}
@media (max-width: 720px) {
  :root { --gutter: 16px; }
  .bento { grid-template-columns: 1fr; }
  .svc-card, .svc-card.wide { grid-column: span 1; min-height: 250px; }
  .grid-2, .grid-3, .grid-4, .form-grid, .ticks-2, .review-grid { grid-template-columns: 1fr; }
  .masonry { columns: 1; }
  .steps { grid-template-columns: 1fr; }
  .hero-trust { gap: 12px 18px; }
  .stat-chip { left: 0; padding: 12px 16px; }
  .stat-chip b { font-size: 1.6rem; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-chip { padding: 9px 13px; font-size: 11px; }
}
@media (max-width: 420px) {
  .topbar-contact { gap: 12px; }
  .topbar .topbar-mail { display: none; }
}

/* reduced motion ------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .wipe > picture, .wipe > img, .wipe > .ba-inner { clip-path: none; }
  .bubbles, .scroll-cue span::after, .marquee-track { display: none; }
  .marquee { display: none; }
  .steps-line path { stroke-dashoffset: 0; }
}

/* print ---------------------------------------------------- */
@media print {
  .topbar, .site-header, .mobile-bar, .to-top, .demo-pop, .mobile-menu, .bubbles { display: none !important; }
  body { background: #fff; color: #000; }
}
