/* ============================================================
   JS CLEANING TEXAS — Design System
   Fonts: Cormorant Garamond (display) + Outfit (body)
   Palette: soft blue-white bg, sky-blue accent, teal secondary,
   deep navy for dark sections — per Cleaning/Residential brand row.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root{
  --bg:            #f8faff;
  --bg-alt:        #eef3fc;
  --surface:       #ffffff;
  --ink:           #10182b;
  --ink-soft:      #4a5568;
  --ink-faint:     #8291a8;
  --accent:        #5ba3f5;
  --accent-dark:   #3d7fd1;
  --accent-tint:   #e7f1fe;
  --secondary:     #4ecdc4;
  --secondary-tint:#e3faf7;
  --navy:          #1a1a2e;
  --navy-soft:     #232342;
  --line:          rgba(16,24,43,0.08);
  --line-soft:     rgba(16,24,43,0.05);
  --shadow-sm:      0 1px 2px rgba(16,24,43,0.04), 0 1px 1px rgba(16,24,43,0.03);
  --shadow-md:      0 12px 32px -12px rgba(16,24,43,0.14), 0 4px 12px -4px rgba(16,24,43,0.08);
  --shadow-lg:      0 32px 64px -24px rgba(16,24,43,0.22), 0 8px 24px -8px rgba(16,24,43,0.10);
  --shadow-navy:    0 24px 60px -20px rgba(26,26,46,0.55);
  --radius-xl:      2rem;
  --radius-lg:      1.5rem;
  --radius-md:      1rem;
  --radius-sm:      0.65rem;
  --radius-pill:    999px;
  --ease-fluid:     cubic-bezier(0.32,0.72,0,1);
  --ease-out:       cubic-bezier(0.16,1,0.3,1);
  --ease-spring:    cubic-bezier(0.34,1.56,0.64,1);
  --font-display:   'Cormorant Garamond', Georgia, serif;
  --font-body:      'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --container:      1280px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important; }
}
body{
  margin:0;
  font-family:var(--font-body);
  background:var(--bg);
  color:var(--ink);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
input,select,textarea{ font-family:inherit; font-size:16px; }
ul{ list-style:none; margin:0; padding:0; }
h1,h2,h3,h4{ font-family:var(--font-display); font-weight:600; line-height:1.08; margin:0; letter-spacing:-0.01em; }
p{ margin:0; }

.wrap{ max-width:var(--container); margin:0 auto; padding:0 clamp(1.25rem,4vw,2.5rem); }
.wrap-narrow{ max-width:860px; margin:0 auto; padding:0 clamp(1.25rem,4vw,2.5rem); }

section{ position:relative; }
.section{ padding:clamp(4rem,8vw,7rem) 0; }
.section-tight{ padding:clamp(2.5rem,5vw,4rem) 0; }

/* ---------- Eyebrow ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.4rem .9rem; border-radius:var(--radius-pill);
  background:var(--accent-tint); color:var(--accent-dark);
  font-size:.68rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase;
  margin-bottom:1.25rem;
}
.eyebrow::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--accent); flex:none; }
.eyebrow.on-dark{ background:rgba(255,255,255,0.08); color:#bfe0ff; }
.eyebrow.teal{ background:var(--secondary-tint); color:#1f8f86; }
.eyebrow.teal::before{ background:var(--secondary); }

/* ---------- Type scale ---------- */
.h-display{ font-size:clamp(2.6rem,5.4vw,4.6rem); }
.h-xl{ font-size:clamp(2.2rem,4.2vw,3.4rem); }
.h-lg{ font-size:clamp(1.7rem,3vw,2.4rem); }
.h-md{ font-size:clamp(1.35rem,2.1vw,1.7rem); }
.lede{ font-size:clamp(1.05rem,1.6vw,1.25rem); color:var(--ink-soft); line-height:1.65; font-weight:400; }
.eyebrow + .h-display, .eyebrow + .h-xl{ max-width:22ch; }

/* ============================================================
   SPLASH INTRO (homepage, first visit per session, ~3s)
   ============================================================ */
.splash-intro{
  position:fixed; inset:0; z-index:300;
  background:radial-gradient(ellipse 70% 70% at 50% 40%, #232342 0%, #14142a 60%, #0c0c1c 100%);
  display:flex; align-items:center; justify-content:center; flex-direction:column;
  transition:opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}
.splash-intro::before{
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(circle at 30% 25%, rgba(91,163,245,0.22), transparent 55%),
             radial-gradient(circle at 75% 75%, rgba(78,205,196,0.16), transparent 55%);
}
.splash-mark{
  position:relative; width:76px; height:76px; border-radius:22px;
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12);
  display:flex; align-items:center; justify-content:center; margin-bottom:1.4rem;
  animation:splashMarkIn 1s cubic-bezier(.22,1.4,.36,1) both;
  box-shadow:0 0 0 0 rgba(91,163,245,0.35);
}
.splash-mark::after{
  content:''; position:absolute; inset:-14px; border-radius:30px;
  border:1px solid rgba(91,163,245,0.25);
  animation:splashRingPulse 2.6s ease-out .3s infinite;
}
.splash-mark svg{ width:34px; height:34px; color:var(--accent); animation:splashGlow 2.4s ease-in-out .9s infinite; }
.splash-word{ text-align:center; opacity:0; animation:splashWordIn .8s cubic-bezier(.16,1,.3,1) .55s forwards; }
.splash-word .sw1{ display:block; font-family:var(--font-display); font-style:italic; font-weight:700; font-size:1.7rem; color:#fff; letter-spacing:.01em; }
.splash-word .sw2{ display:block; font-size:.62rem; font-weight:600; letter-spacing:.34em; color:#8fc2fb; margin-top:.35rem; }
.splash-rule{ width:0; height:1px; background:linear-gradient(90deg,transparent,rgba(255,255,255,0.5),transparent); margin-top:1.1rem; animation:splashRuleIn 1s cubic-bezier(.4,0,.2,1) 1s forwards; }

@keyframes splashMarkIn{
  0%{ opacity:0; transform:scale(.4) rotate(-30deg); }
  65%{ opacity:1; transform:scale(1.1) rotate(6deg); }
  100%{ opacity:1; transform:scale(1) rotate(0deg); }
}
@keyframes splashGlow{
  0%,100%{ filter:drop-shadow(0 0 2px rgba(91,163,245,0.3)); transform:rotate(0deg); }
  50%{ filter:drop-shadow(0 0 10px rgba(91,163,245,0.75)); transform:rotate(8deg); }
}
@keyframes splashRingPulse{
  0%{ transform:scale(.85); opacity:.7; }
  100%{ transform:scale(1.35); opacity:0; }
}
@keyframes splashWordIn{ from{ opacity:0; transform:translateY(12px); } to{ opacity:1; transform:translateY(0); } }
@keyframes splashRuleIn{ from{ width:0; } to{ width:120px; } }

.splash-intro.is-hiding{ opacity:0; transform:translateY(-16px) scale(1.02); pointer-events:none; }
.splash-intro.is-gone{ display:none; }
body.splash-lock{ overflow:hidden; height:100vh; }
@media (prefers-reduced-motion: reduce){
  .splash-intro{ display:none !important; }
}

.site-nav{
  position:sticky; top:0; z-index:80;
  padding:1.1rem clamp(1rem,4vw,2.5rem) 0;
}
.nav-inner{
  max-width:var(--container); margin:0 auto;
  display:flex; align-items:center; justify-content:space-between;
  gap:1rem;
  background:rgba(255,255,255,0.72);
  backdrop-filter:blur(20px) saturate(160%);
  -webkit-backdrop-filter:blur(20px) saturate(160%);
  border:1px solid rgba(16,24,43,0.06);
  border-radius:var(--radius-pill);
  padding:.6rem .6rem .6rem 1.3rem;
  box-shadow:var(--shadow-md);
  transition:box-shadow .4s var(--ease-fluid), background .4s var(--ease-fluid);
}
.nav-brand{ display:flex; align-items:center; gap:.55rem; flex:none; }
.nav-brand .mark{ width:34px; height:34px; border-radius:10px; background:var(--navy); display:flex; align-items:center; justify-content:center; flex:none; }
.nav-brand .mark svg{ width:18px; height:18px; }
.nav-brand-text{ display:flex; flex-direction:column; line-height:1; }
.nav-brand-text .nb1{ font-family:var(--font-display); font-weight:700; font-style:italic; font-size:1.22rem; color:var(--navy); }
.nav-brand-text .nb2{ font-size:.56rem; font-weight:600; letter-spacing:.24em; color:var(--accent-dark); margin-top:.15rem; }

.nav-links{ display:flex; align-items:center; gap:1.9rem; }
.nav-links a{
  font-size:.86rem; font-weight:500; color:var(--ink-soft);
  position:relative; padding:.3rem 0; white-space:nowrap;
  transition:color .3s var(--ease-fluid);
}
.nav-links a::after{
  content:''; position:absolute; left:0; right:100%; bottom:-2px; height:2px;
  background:var(--accent); border-radius:2px; transition:right .35s var(--ease-fluid);
}
.nav-links a:hover{ color:var(--ink); }
.nav-links a:hover::after{ right:0; }

.nav-cta-group{ display:flex; align-items:center; gap:.6rem; flex:none; }
.nav-phone{ display:none; }
@media (min-width:900px){
  .nav-phone{ display:flex; flex-direction:column; align-items:flex-end; padding-right:.35rem; line-height:1.15; }
  .nav-phone span{ font-size:.62rem; color:var(--ink-faint); font-weight:500; }
  .nav-phone strong{ font-size:.92rem; color:var(--navy); font-weight:700; }
}

/* Button base + button-in-button trailing icon */
.btn{
  display:inline-flex; align-items:center; gap:.6rem;
  border-radius:var(--radius-pill); font-weight:600; font-size:.9rem;
  padding:.85rem 1.05rem .85rem 1.4rem; border:none; white-space:nowrap;
  transition:transform .5s var(--ease-fluid), box-shadow .5s var(--ease-fluid), background .35s var(--ease-fluid);
}
.btn:active{ transform:scale(0.98); }
.btn-icon{
  width:2.1rem; height:2.1rem; border-radius:50%; flex:none;
  display:flex; align-items:center; justify-content:center;
  transition:transform .5s var(--ease-fluid);
}
.btn-primary{ background:var(--navy); color:#fff; box-shadow:0 10px 24px -10px rgba(26,26,46,0.45); }
.btn-primary .btn-icon{ background:rgba(255,255,255,0.14); }
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 16px 32px -10px rgba(26,26,46,0.55); }
.btn-primary:hover .btn-icon{ transform:translate(2px,-1px) scale(1.06); background:var(--accent); }

.btn-accent{ background:var(--accent); color:#fff; box-shadow:0 10px 24px -10px rgba(91,163,245,0.55); }
.btn-accent .btn-icon{ background:rgba(255,255,255,0.22); }
.btn-accent:hover{ transform:translateY(-2px); box-shadow:0 16px 32px -10px rgba(91,163,245,0.6); }
.btn-accent:hover .btn-icon{ transform:translate(2px,-1px) scale(1.06); }

.btn-ghost{ background:rgba(16,24,43,0.05); color:var(--navy); }
.btn-ghost .btn-icon{ background:rgba(16,24,43,0.07); }
.btn-ghost:hover{ background:rgba(16,24,43,0.09); transform:translateY(-2px); }

.btn-ghost-light{ background:rgba(255,255,255,0.12); color:#fff; }
.btn-ghost-light .btn-icon{ background:rgba(255,255,255,0.16); }
.btn-ghost-light:hover{ background:rgba(255,255,255,0.2); transform:translateY(-2px); }

.btn-sm{ padding:.62rem .8rem .62rem 1.05rem; font-size:.82rem; }
.btn-sm .btn-icon{ width:1.7rem; height:1.7rem; }
.btn-block{ width:100%; justify-content:center; }

.btn-icon svg{ width:14px; height:14px; }

/* Mobile nav toggle */
.nav-toggle{
  display:flex; width:2.6rem; height:2.6rem; border-radius:50%; background:var(--navy);
  align-items:center; justify-content:center; flex:none; position:relative; border:none;
}
@media (min-width:900px){ .nav-toggle{ display:none; } }
.nav-toggle span{
  position:absolute; width:16px; height:2px; background:#fff; border-radius:2px;
  transition:transform .4s var(--ease-fluid), opacity .3s var(--ease-fluid);
}
.nav-toggle span:nth-child(1){ transform:translateY(-5px); }
.nav-toggle span:nth-child(3){ transform:translateY(5px); }
.nav-toggle.is-open span:nth-child(1){ transform:rotate(45deg); }
.nav-toggle.is-open span:nth-child(2){ opacity:0; }
.nav-toggle.is-open span:nth-child(3){ transform:rotate(-45deg); }

@media (max-width:899px){
  .nav-links{ display:none; }
}

.mobile-menu{
  position:fixed; inset:0; z-index:90;
  background:rgba(26,26,46,0.97);
  backdrop-filter:blur(30px);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:1.6rem;
  opacity:0; visibility:hidden;
  transition:opacity .5s var(--ease-fluid), visibility .5s;
}
.mobile-menu.is-open{ opacity:1; visibility:visible; }
.mobile-menu a{
  font-family:var(--font-display); font-size:2rem; color:#fff; font-weight:600;
  opacity:0; transform:translateY(3rem);
  transition:opacity .6s var(--ease-out), transform .6s var(--ease-out);
}
.mobile-menu.is-open a{ opacity:1; transform:translateY(0); }
.mobile-menu a:nth-child(1){ transition-delay:.05s; }
.mobile-menu a:nth-child(2){ transition-delay:.1s; }
.mobile-menu a:nth-child(3){ transition-delay:.15s; }
.mobile-menu a:nth-child(4){ transition-delay:.2s; }
.mobile-menu a:nth-child(5){ transition-delay:.25s; }
.mobile-menu a:nth-child(6){ transition-delay:.3s; }
.mobile-menu-close{
  position:absolute; top:1.6rem; right:1.6rem; width:2.8rem; height:2.8rem; border-radius:50%;
  background:rgba(255,255,255,0.1); border:none; display:flex; align-items:center; justify-content:center;
  color:#fff; transition:background .3s var(--ease-fluid), transform .4s var(--ease-fluid);
}
.mobile-menu-close svg{ width:16px; height:16px; }
.mobile-menu-close:hover{ background:rgba(255,255,255,0.18); transform:rotate(90deg); }
.mobile-menu-cta{ margin-top:.5rem; opacity:0; transform:translateY(3rem); transition:opacity .6s var(--ease-out) .35s, transform .6s var(--ease-out) .35s; }
.mobile-menu.is-open .mobile-menu-cta{ opacity:1; transform:translateY(0); }

/* ============================================================
   HERO — full-bleed background image (photo + gradient wash)
   ============================================================ */
.hero-full{
  position:relative;
  min-height:min(92vh, 820px);
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
}
.hero-full-media{ position:absolute; inset:0; z-index:0; }
.hero-full-media img{ width:100%; height:100%; object-fit:cover; object-position:center 62%; }
.hero-full-overlay{
  position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(178deg, rgba(9,13,26,0.72) 0%, rgba(9,13,26,0.34) 32%, rgba(9,13,26,0.5) 68%, rgba(6,9,20,0.88) 100%),
    radial-gradient(ellipse 55% 60% at 18% 8%, rgba(91,163,245,0.28), transparent 62%),
    radial-gradient(ellipse 50% 45% at 88% 92%, rgba(78,205,196,0.22), transparent 60%);
}
.hero-full-content{ position:relative; z-index:2; width:100%; padding:clamp(7.5rem,16vh,10rem) 0 clamp(3.5rem,7vh,5rem); }

.hero-full .eyebrow.on-photo{ background:rgba(255,255,255,0.14); color:#eaf3ff; backdrop-filter:blur(6px); }
.hero-full .eyebrow.on-photo::before{ background:var(--accent); }
.hero-full h1{ color:#fff; }
.hero-full .lede.on-photo{ color:rgba(255,255,255,0.82); }
.hero-full .hero-trust-item.on-photo span{ color:rgba(255,255,255,0.85); }
.hero-full .hero-trust-item.on-photo .dot{ background:rgba(255,255,255,0.14); }
.hero-full .hero-trust-item.on-photo .dot svg{ color:#bdf0ea; }
.hero-full .breadcrumbs.on-photo,.hero-full .breadcrumbs.on-photo a{ color:rgba(255,255,255,0.62); }
.hero-full .breadcrumbs.on-photo a:hover{ color:#fff; }
.hero-full .page-hero-stats.on-photo strong{ color:#fff; }
.hero-full .page-hero-stats.on-photo span{ color:rgba(255,255,255,0.62); }

/* Homepage: cinematic center */
.hero-full.hero-center .hero-full-content{ text-align:center; }
.hero-full.hero-center .eyebrow{ margin-left:auto; margin-right:auto; }
.hero-full.hero-center h1{ max-width:19ch; margin-left:auto; margin-right:auto; }
.hero-full.hero-center .lede{ max-width:50ch; margin-left:auto; margin-right:auto; }
.hero-full.hero-center .hero-ctas{ justify-content:center; }
.hero-full.hero-center .hero-trust{ justify-content:center; }

/* Inner pages: left-aligned within full-bleed, shorter */
.hero-full.hero-inner{ min-height:min(64vh, 560px); }
.hero-full.hero-inner .hero-full-content{ padding-top:clamp(6.5rem,13vh,8rem); }
.hero-full.hero-inner h1{ max-width:20ch; }
.hero-full.hero-inner .lede{ max-width:56ch; }

/* Scroll cue */
.hero-scroll-cue{
  position:absolute; left:50%; bottom:1.8rem; transform:translateX(-50%); z-index:2;
  display:flex; flex-direction:column; align-items:center; gap:.5rem; opacity:.75;
}
.hero-scroll-cue span{ font-size:.62rem; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,0.7); }
.hero-scroll-cue .line{ width:1px; height:34px; background:linear-gradient(180deg,rgba(255,255,255,0.8),transparent); animation:scrollcue 2.2s ease-in-out infinite; }
@keyframes scrollcue{ 0%,100%{ opacity:.3; transform:scaleY(.6); transform-origin:top; } 50%{ opacity:1; transform:scaleY(1); transform-origin:top; } }
@media (max-width:760px){ .hero-scroll-cue{ display:none; } }

/* Legacy split hero kept for compatibility with any inline usage */
.hero{
  position:relative; overflow:hidden;
  padding:clamp(2rem,5vw,3.5rem) 0 clamp(4rem,8vw,6rem);
}
.hero-grid{
  display:grid; grid-template-columns:1.05fr 0.95fr; gap:clamp(2rem,4vw,3.5rem);
  align-items:center;
}
@media (max-width:980px){ .hero-grid{ grid-template-columns:1fr; } }

.hero-copy .h-display{ margin-bottom:1.4rem; max-width:15ch; }
.hero-copy .lede{ max-width:46ch; margin-bottom:2rem; }
.hero-ctas{ display:flex; flex-wrap:wrap; gap:.85rem; margin-bottom:2.2rem; }
.hero-trust{ display:flex; flex-wrap:wrap; gap:1.6rem; }
.hero-trust-item{ display:flex; align-items:center; gap:.55rem; }
.hero-trust-item .dot{ width:2.1rem; height:2.1rem; border-radius:50%; background:var(--secondary-tint); display:flex; align-items:center; justify-content:center; flex:none; }
.hero-trust-item .dot svg{ width:13px; height:13px; color:#1f8f86; }
.hero-trust-item span{ font-size:.82rem; color:var(--ink-soft); font-weight:500; }

.hero-media{ position:relative; }
.hero-media picture, .hero-media img{
  width:100%; height:clamp(320px,46vw,560px); object-fit:cover;
  border-radius:var(--radius-xl);
}
.hero-frame{
  padding:.5rem; border-radius:calc(var(--radius-xl) + 0.5rem);
  background:rgba(255,255,255,0.6); border:1px solid rgba(16,24,43,0.06);
  box-shadow:var(--shadow-lg);
}
.hero-frame picture, .hero-frame img{ border-radius:var(--radius-xl); }
.hero-badge{
  position:absolute; left:-1.2rem; bottom:-1.4rem;
  background:var(--surface); border-radius:var(--radius-lg);
  padding:1.1rem 1.3rem; box-shadow:var(--shadow-lg);
  display:flex; align-items:center; gap:.9rem;
  max-width:250px;
}
@media (max-width:600px){ .hero-badge{ left:.6rem; bottom:-1.1rem; padding:.85rem 1rem; } }
.hero-badge .ring{
  width:3rem; height:3rem; border-radius:50%; flex:none;
  background:conic-gradient(var(--accent) 0turn, var(--accent) .93turn, var(--line-soft) .93turn);
  display:flex; align-items:center; justify-content:center;
}
.hero-badge .ring-in{ width:2.35rem; height:2.35rem; border-radius:50%; background:#fff; display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; font-size:.85rem; color:var(--navy); }
.hero-badge p{ font-size:.78rem; color:var(--ink-soft); line-height:1.4; }
.hero-badge strong{ display:block; font-size:.92rem; color:var(--navy); margin-bottom:.1rem; }

/* Page hero (inner pages) — shorter, single column */
.page-hero{ padding:clamp(2.5rem,6vw,4rem) 0 clamp(3rem,6vw,4.5rem); position:relative; overflow:hidden; }
.page-hero-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:2.5rem; align-items:center; }
@media (max-width:900px){ .page-hero-grid{ grid-template-columns:1fr; } }
.page-hero-media img{ width:100%; height:clamp(220px,30vw,340px); object-fit:cover; border-radius:var(--radius-lg); box-shadow:var(--shadow-md); }
.breadcrumbs{ display:flex; flex-wrap:wrap; align-items:center; gap:.4rem; font-size:.78rem; color:var(--ink-faint); margin-bottom:1.4rem; }
.breadcrumbs a{ color:var(--ink-faint); transition:color .3s; }
.breadcrumbs a:hover{ color:var(--accent-dark); }
.breadcrumbs .sep{ opacity:.5; }
.page-hero .h-xl{ max-width:18ch; margin-bottom:1.1rem; }
.page-hero .lede{ max-width:52ch; }
.page-hero-stats{ display:flex; gap:1.6rem; margin-top:1.8rem; flex-wrap:wrap; }
.page-hero-stats div{ display:flex; flex-direction:column; }
.page-hero-stats strong{ font-family:var(--font-display); font-size:1.5rem; color:var(--navy); }
.page-hero-stats span{ font-size:.72rem; color:var(--ink-faint); font-weight:500; }

/* ============================================================
   DOUBLE-BEZEL CARDS
   ============================================================ */
.bezel{
  background:rgba(16,24,43,0.035);
  border:1px solid rgba(16,24,43,0.05);
  border-radius:var(--radius-xl);
  padding:.5rem;
}
.bezel-inner{
  background:var(--surface);
  border-radius:calc(var(--radius-xl) - 0.5rem);
  box-shadow:inset 0 1px 1px rgba(255,255,255,0.6);
  height:100%;
}
.bezel.on-navy{ background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.08); }
.bezel.on-navy .bezel-inner{ background:var(--navy-soft); box-shadow:inset 0 1px 1px rgba(255,255,255,0.06); }

/* ============================================================
   SERVICE / CITY GRID CARDS
   ============================================================ */
.grid-services{
  display:grid; grid-template-columns:repeat(4,1fr); gap:1.1rem;
}
@media (max-width:1100px){ .grid-services{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .grid-services{ grid-template-columns:1fr; } }

.card-service{ display:block; overflow:hidden; transition:transform .55s var(--ease-fluid), box-shadow .55s var(--ease-fluid); }
.card-service:hover{ transform:translateY(-6px); }
.card-service .bezel{ transition:background .4s var(--ease-fluid); }
.card-service:hover .bezel{ background:rgba(91,163,245,0.1); }
.card-service-media{ position:relative; overflow:hidden; border-radius:calc(var(--radius-xl) - 0.5rem) calc(var(--radius-xl) - 0.5rem) 0 0; aspect-ratio:4/3; }
.card-service-media img{ width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease-fluid); }
.card-service:hover .card-service-media img{ transform:scale(1.08); }
.card-service-body{ padding:1.4rem 1.5rem 1.6rem; }
.card-service-body h3{ font-size:1.28rem; margin-bottom:.5rem; }
.card-service-body p{ font-size:.87rem; color:var(--ink-soft); line-height:1.55; margin-bottom:1rem; }
.card-service-link{ display:inline-flex; align-items:center; gap:.4rem; font-size:.8rem; font-weight:600; color:var(--accent-dark); }
.card-service-link svg{ width:13px; height:13px; transition:transform .4s var(--ease-fluid); }
.card-service:hover .card-service-link svg{ transform:translate(3px,-2px); }
.card-service-price{ display:inline-block; font-size:.7rem; font-weight:600; color:var(--ink-faint); margin-bottom:.6rem; text-transform:uppercase; letter-spacing:.06em; }

/* Bento feature grid — gapless */
.bento{
  display:grid; grid-template-columns:repeat(6,1fr); grid-auto-rows:minmax(140px,auto);
  gap:1rem; grid-auto-flow:dense;
}
.bento .b-card{ border-radius:var(--radius-lg); padding:1.9rem; display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.bento .span-4{ grid-column:span 4; }
.bento .span-3{ grid-column:span 3; }
.bento .span-2{ grid-column:span 2; }
.bento .row-2{ grid-row:span 2; }
@media (max-width:980px){
  .bento{ grid-template-columns:repeat(2,1fr); }
  .bento .span-4,.bento .span-3,.bento .span-2{ grid-column:span 2; }
  .bento .row-2{ grid-row:auto; }
}
.b-card h4{ font-size:1.15rem; margin-bottom:.5rem; color:var(--navy); }
.b-card p{ font-size:.85rem; color:var(--ink-soft); line-height:1.55; }
.b-card.tone-navy{ background:var(--navy); }
.b-card.tone-navy h4{ color:#fff; }
.b-card.tone-navy p{ color:rgba(255,255,255,0.7); }
.b-card.tone-accent{ background:linear-gradient(155deg,var(--accent),var(--accent-dark)); }
.b-card.tone-accent h4,.b-card.tone-accent p{ color:#fff; }
.b-card.tone-tint{ background:var(--accent-tint); }
.b-card.tone-white{ background:var(--surface); border:1px solid var(--line); }
.b-card .num{ position:absolute; top:1.6rem; right:1.8rem; font-family:var(--font-display); font-size:2.6rem; font-weight:600; opacity:.14; }
.b-card.tone-navy .num,.b-card.tone-accent .num{ color:#fff; }
.b-card.tone-white .num,.b-card.tone-tint .num{ color:var(--navy); }
.b-card .icon-badge{ width:2.6rem; height:2.6rem; border-radius:.85rem; background:rgba(255,255,255,0.18); display:flex; align-items:center; justify-content:center; margin-bottom:1rem; }
.b-card.tone-white .icon-badge,.b-card.tone-tint .icon-badge{ background:var(--accent-tint); }
.b-card .icon-badge svg{ width:18px; height:18px; }

/* ============================================================
   PHOTO GALLERY STRIP (homepage image-richness)
   ============================================================ */
.gallery-strip{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.1rem; }
@media (max-width:900px){ .gallery-strip{ grid-template-columns:repeat(2,1fr); } }
.gallery-item{ position:relative; border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:3/4; }
.gallery-item img{ width:100%; height:100%; object-fit:cover; transition:transform .9s var(--ease-fluid); }
.gallery-item:hover img{ transform:scale(1.08); }
.gallery-item::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(10,14,26,0.78) 100%); }
.gallery-caption{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:1.2rem 1.3rem; }
.gallery-caption strong{ display:block; color:#fff; font-family:var(--font-display); font-size:1.15rem; font-weight:600; }
.gallery-caption span{ color:rgba(255,255,255,0.72); font-size:.76rem; }

/* Guarantee band with photo background option */
.band-navy.has-photo{ position:relative; }
.band-navy.has-photo .band-photo{ position:absolute; inset:0; z-index:0; }
.band-navy.has-photo .band-photo img{ width:100%; height:100%; object-fit:cover; opacity:.28; }
.band-navy.has-photo::before{ z-index:1; background:
    linear-gradient(120deg, rgba(26,26,46,0.96) 0%, rgba(26,26,46,0.86) 55%, rgba(26,26,46,0.96) 100%),
    radial-gradient(ellipse 60% 60% at 15% 10%, rgba(91,163,245,0.28), transparent 60%),
    radial-gradient(ellipse 50% 50% at 90% 90%, rgba(78,205,196,0.22), transparent 60%); }
.band-navy.has-photo .band-navy-inner{ z-index:2; }

/* About teaser split section (image + text) */
.split-media-text{ display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(2rem,4vw,3.5rem); align-items:center; }
.split-media-text.reverse{ grid-template-columns:1.15fr .85fr; }
.split-media-text.reverse .split-media{ order:2; }
@media (max-width:900px){ .split-media-text,.split-media-text.reverse{ grid-template-columns:1fr; } .split-media-text.reverse .split-media{ order:0; } }
.split-media{ position:relative; }
.split-media img{ width:100%; height:clamp(280px,32vw,420px); object-fit:cover; border-radius:var(--radius-lg); box-shadow:var(--shadow-md); }
.split-media .split-badge{
  position:absolute; bottom:-1.1rem; right:-1rem; background:var(--surface); border-radius:var(--radius-md);
  padding:.9rem 1.2rem; box-shadow:var(--shadow-lg); display:flex; align-items:center; gap:.7rem;
}
@media (max-width:560px){ .split-media .split-badge{ right:.6rem; } }
.split-media .split-badge .ic{ width:2.2rem; height:2.2rem; border-radius:50%; background:var(--secondary-tint); display:flex; align-items:center; justify-content:center; flex:none; }
.split-media .split-badge .ic svg{ width:12px; height:12px; color:#1f8f86; }
.split-media .split-badge strong{ display:block; font-size:.85rem; color:var(--navy); }
.split-media .split-badge span{ font-size:.7rem; color:var(--ink-faint); }

/* City/link card with thumbnail image */
.link-card-thumb{
  display:flex; align-items:center; gap:.9rem;
  padding:.7rem 1.1rem .7rem .7rem; background:var(--surface); border:1px solid var(--line-soft);
  border-radius:var(--radius-md); transition:transform .4s var(--ease-fluid), border-color .3s, background .3s;
}
.link-card-thumb:hover{ transform:translateY(-3px); border-color:var(--accent); background:var(--accent-tint); }
.link-card-thumb .thumb{ width:3.2rem; height:3.2rem; border-radius:.7rem; overflow:hidden; flex:none; }
.link-card-thumb .thumb img{ width:100%; height:100%; object-fit:cover; }
.link-card-thumb .lct-body{ flex:1; min-width:0; }
.link-card-thumb .lct-body strong{ display:block; font-size:.9rem; font-weight:600; color:var(--navy); }
.link-card-thumb .lct-body span{ display:block; font-size:.72rem; color:var(--ink-faint); margin-top:.1rem; }
.link-card-thumb svg{ width:13px; height:13px; color:var(--accent-dark); flex:none; transition:transform .4s var(--ease-fluid); }
.link-card-thumb:hover svg{ transform:translateX(3px); }

/* Inline supporting image block used on service/city/combo detail pages */
.inline-photo{ border-radius:var(--radius-lg); overflow:hidden; margin:2rem 0; box-shadow:var(--shadow-md); position:relative; }
.inline-photo img{ width:100%; height:clamp(220px,26vw,320px); object-fit:cover; display:block; }
.inline-photo-cap{ position:absolute; left:0; right:0; bottom:0; padding:1.1rem 1.3rem; background:linear-gradient(180deg,transparent,rgba(10,14,26,0.78)); }
.inline-photo-cap span{ color:#fff; font-size:.84rem; font-weight:500; }

.process-list{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.1rem; }
@media (max-width:980px){ .process-list{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .process-list{ grid-template-columns:1fr; } }
.process-item{ padding:1.9rem 1.7rem; background:var(--surface); border-radius:var(--radius-lg); border:1px solid var(--line-soft); position:relative; }
.process-item .step-num{ font-family:var(--font-display); font-size:1rem; font-weight:700; color:var(--accent-dark); background:var(--accent-tint); width:2.3rem; height:2.3rem; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:1.1rem; }
.process-item h4{ font-size:1.1rem; margin-bottom:.5rem; }
.process-item p{ font-size:.84rem; color:var(--ink-soft); line-height:1.55; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-track-wrap{ overflow:hidden; margin:0 calc(-1 * clamp(1.25rem,4vw,2.5rem)); mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.testi-track{ display:flex; gap:1.1rem; width:max-content; animation:marquee 46s linear infinite; padding:0 clamp(1.25rem,4vw,2.5rem); }
.testi-track:hover{ animation-play-state:paused; }
@keyframes marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
.testi-card{ width:340px; flex:none; background:var(--surface); border:1px solid var(--line-soft); border-radius:var(--radius-lg); padding:1.7rem; }
.testi-stars{ display:flex; gap:.2rem; margin-bottom:.9rem; }
.testi-stars svg{ width:14px; height:14px; color:#f5b53d; }
.testi-card p{ font-size:.9rem; color:var(--ink-soft); line-height:1.6; margin-bottom:1.2rem; }
.testi-person{ display:flex; align-items:center; gap:.7rem; }
.testi-avatar{ width:2.4rem; height:2.4rem; border-radius:50%; background:var(--accent-tint); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; color:var(--accent-dark); font-size:.85rem; flex:none; }
.testi-person strong{ display:block; font-size:.85rem; color:var(--navy); }
.testi-person span{ font-size:.74rem; color:var(--ink-faint); }

/* ============================================================
   GUARANTEE / DARK BAND
   ============================================================ */
.band-navy{ background:var(--navy); color:#fff; border-radius:var(--radius-xl); overflow:hidden; position:relative; }
.band-navy::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 60% 60% at 15% 10%, rgba(91,163,245,0.22), transparent 60%),
             radial-gradient(ellipse 50% 50% at 90% 90%, rgba(78,205,196,0.18), transparent 60%);
  pointer-events:none;
}
.band-navy-inner{ position:relative; padding:clamp(2.6rem,5vw,4rem); display:grid; grid-template-columns:1.2fr .8fr; gap:2.5rem; align-items:center; }
@media (max-width:900px){ .band-navy-inner{ grid-template-columns:1fr; } }
.band-navy h2{ color:#fff; margin-bottom:1rem; }
.band-navy p{ color:rgba(255,255,255,0.72); font-size:1rem; line-height:1.65; max-width:44ch; }
.band-stats{ display:grid; grid-template-columns:repeat(2,1fr); gap:1.2rem; }
.band-stat strong{ display:block; font-family:var(--font-display); font-size:2.1rem; color:#fff; }
.band-stat span{ font-size:.76rem; color:rgba(255,255,255,0.6); font-weight:500; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-list{ display:flex; flex-direction:column; gap:.7rem; }
.faq-item{ background:var(--surface); border:1px solid var(--line-soft); border-radius:var(--radius-md); overflow:hidden; }
.faq-q{
  display:flex; align-items:center; justify-content:space-between; gap:1rem; width:100%;
  padding:1.25rem 1.4rem; background:none; border:none; text-align:left;
  font-family:var(--font-body); font-weight:600; font-size:.98rem; color:var(--navy);
}
.faq-q .plus{ width:1.7rem; height:1.7rem; border-radius:50%; background:var(--accent-tint); flex:none; display:flex; align-items:center; justify-content:center; position:relative; transition:transform .45s var(--ease-fluid), background .3s; }
.faq-q .plus::before,.faq-q .plus::after{ content:''; position:absolute; background:var(--accent-dark); border-radius:2px; transition:transform .35s var(--ease-fluid); }
.faq-q .plus::before{ width:9px; height:2px; }
.faq-q .plus::after{ width:2px; height:9px; }
.faq-item.is-open .faq-q .plus{ background:var(--accent); transform:rotate(180deg); }
.faq-item.is-open .faq-q .plus::before,.faq-item.is-open .faq-q .plus::after{ background:#fff; }
.faq-item.is-open .faq-q .plus::after{ transform:scaleY(0); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .5s var(--ease-fluid); }
.faq-a-in{ padding:0 1.4rem 1.4rem; font-size:.9rem; color:var(--ink-soft); line-height:1.65; max-width:66ch; }

/* ============================================================
   FORM / QUOTE CARD
   ============================================================ */
.quote-card{ background:var(--surface); border-radius:var(--radius-xl); box-shadow:var(--shadow-lg); padding:clamp(1.6rem,3vw,2.4rem); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:.9rem; }
@media (max-width:560px){ .form-row{ grid-template-columns:1fr; } }
.field{ margin-bottom:.9rem; }
.field label{ display:block; font-size:.76rem; font-weight:600; color:var(--ink-soft); margin-bottom:.4rem; text-transform:uppercase; letter-spacing:.05em; }
.field input,.field select,.field textarea{
  width:100%; padding:.85rem 1rem; border-radius:var(--radius-sm); border:1.5px solid var(--line);
  background:var(--bg); color:var(--ink); transition:border-color .3s var(--ease-fluid), background .3s;
}
.field input:focus,.field select:focus,.field textarea:focus{ outline:none; border-color:var(--accent); background:#fff; }
.field textarea{ resize:vertical; min-height:90px; }
.form-note{ font-size:.74rem; color:var(--ink-faint); margin-top:.8rem; text-align:center; }
.form-status{ font-size:.85rem; font-weight:600; margin-top:.9rem; text-align:center; display:none; padding:.7rem 1rem; border-radius:var(--radius-sm); }
.form-status.show{ display:block; }
.form-status.ok{ background:var(--secondary-tint); color:#1f8f86; }
.form-status.err{ background:#fde8e8; color:#c0392b; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{ background:var(--navy); color:rgba(255,255,255,0.75); padding:clamp(3.5rem,6vw,5rem) 0 2rem; margin-top:clamp(4rem,8vw,6rem); }
.footer-grid{ display:grid; grid-template-columns:1.4fr .8fr .8fr 1fr; gap:2.5rem; margin-bottom:3rem; }
@media (max-width:900px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-brand{ display:flex; align-items:center; gap:.6rem; margin-bottom:1.1rem; }
.footer-brand .mark{ width:32px; height:32px; border-radius:9px; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; }
.footer-brand .mark svg{ width:16px; height:16px; }
.footer-brand-text{ font-family:var(--font-display); font-weight:700; font-style:italic; font-size:1.15rem; color:#fff; }
.site-footer p{ font-size:.86rem; line-height:1.65; max-width:34ch; color:rgba(255,255,255,0.55); }
.footer-col h5{ font-size:.72rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,0.45); margin-bottom:1.1rem; }
.footer-col ul{ display:flex; flex-direction:column; gap:.65rem; }
.footer-col a{ font-size:.86rem; color:rgba(255,255,255,0.72); transition:color .3s; }
.footer-col a:hover{ color:var(--accent); }
.footer-contact{ display:flex; flex-direction:column; gap:.9rem; margin-top:1.3rem; }
.footer-contact-item{ display:flex; align-items:center; gap:.7rem; font-size:.86rem; color:rgba(255,255,255,0.72); }
.footer-contact-item .ic{ width:2rem; height:2rem; border-radius:50%; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; flex:none; }
.footer-contact-item .ic svg{ width:13px; height:13px; }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; padding-top:2rem; border-top:1px solid rgba(255,255,255,0.08); font-size:.78rem; color:rgba(255,255,255,0.4); }
.footer-bottom a{ color:rgba(255,255,255,0.4); }
.footer-bottom a:hover{ color:#fff; }
.footer-legal-links{ display:flex; gap:1.2rem; }
.footer-credit{ text-align:center; margin-top:1.4rem; }
.footer-credit a{ font-size:.74rem; color:rgba(255,255,255,0.32); letter-spacing:.02em; transition:color .3s var(--ease-fluid); }
.footer-credit a:hover{ color:var(--accent); }
.footer-cities-inline{ display:flex; flex-wrap:wrap; gap:.4rem .8rem; margin-top:.5rem; }
.footer-cities-inline a{ font-size:.78rem; color:rgba(255,255,255,0.5); }
.footer-cities-inline a:hover{ color:var(--accent); }

/* ============================================================
   GENERIC LIST GRIDS (areas, services index, combos)
   ============================================================ */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; }
@media (max-width:900px){ .grid-3{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .grid-3{ grid-template-columns:1fr; } }
.grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:1.5rem; }
@media (max-width:760px){ .grid-2{ grid-template-columns:1fr; } }
.grid-links{ display:grid; grid-template-columns:repeat(3,1fr); gap:.7rem; }
@media (max-width:760px){ .grid-links{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:480px){ .grid-links{ grid-template-columns:1fr; } }
.link-card{
  display:flex; align-items:center; justify-content:space-between; gap:.6rem;
  padding:1.05rem 1.25rem; background:var(--surface); border:1px solid var(--line-soft);
  border-radius:var(--radius-md); font-weight:600; font-size:.92rem; color:var(--navy);
  transition:transform .4s var(--ease-fluid), border-color .3s, background .3s;
}
.link-card:hover{ transform:translateY(-3px); border-color:var(--accent); background:var(--accent-tint); }
.link-card svg{ width:14px; height:14px; color:var(--accent-dark); flex:none; transition:transform .4s var(--ease-fluid); }
.link-card:hover svg{ transform:translateX(3px); }
.link-card .lc-meta{ display:block; font-size:.72rem; font-weight:500; color:var(--ink-faint); margin-top:.15rem; }

.county-card{ overflow:hidden; }
.county-card-media{ position:relative; aspect-ratio:16/10; overflow:hidden; border-radius:calc(var(--radius-xl) - 0.5rem) calc(var(--radius-xl) - 0.5rem) 0 0; }
.county-card-media img{ width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease-fluid); }
.county-card:hover .county-card-media img{ transform:scale(1.06); }
.county-card-body{ padding:1.5rem 1.6rem 1.7rem; }
.county-card-body h3{ font-size:1.4rem; margin-bottom:.6rem; }
.county-card-body p{ font-size:.87rem; color:var(--ink-soft); line-height:1.6; margin-bottom:1.1rem; }
.county-card-cities{ display:flex; flex-wrap:wrap; gap:.4rem; }
.pill-tag{ font-size:.72rem; font-weight:500; padding:.35rem .75rem; border-radius:var(--radius-pill); background:var(--bg-alt); color:var(--ink-soft); }

/* ============================================================
   ARTICLE / BLOG
   ============================================================ */
.blog-card{ overflow:hidden; display:flex; flex-direction:column; height:100%; }
.blog-card-media{ position:relative; aspect-ratio:16/10; overflow:hidden; border-radius:calc(var(--radius-xl) - 0.5rem) calc(var(--radius-xl) - 0.5rem) 0 0; }
.blog-card-media img{ width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease-fluid); }
.blog-card:hover .blog-card-media img{ transform:scale(1.06); }
.blog-card-media.pattern{
  background:linear-gradient(150deg,var(--navy),var(--navy-soft));
  display:flex; align-items:center; justify-content:center;
}
.blog-card-media.pattern::before{
  content:''; position:absolute; inset:0;
  background-image:radial-gradient(circle at 20% 20%, rgba(91,163,245,0.35), transparent 45%),
                    radial-gradient(circle at 85% 75%, rgba(78,205,196,0.3), transparent 45%);
}
.blog-card-media.pattern svg{ width:44px; height:44px; color:rgba(255,255,255,0.5); position:relative; }
.blog-card-body{ padding:1.4rem 1.5rem 1.6rem; display:flex; flex-direction:column; flex:1; }
.blog-cat{ font-size:.68rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--accent-dark); margin-bottom:.6rem; }
.blog-card-body h3{ font-size:1.2rem; margin-bottom:.6rem; }
.blog-card-body p{ font-size:.86rem; color:var(--ink-soft); line-height:1.55; margin-bottom:1rem; flex:1; }
.blog-meta{ display:flex; align-items:center; gap:.6rem; font-size:.74rem; color:var(--ink-faint); }
.blog-meta .dot-sep{ width:3px; height:3px; border-radius:50%; background:var(--ink-faint); }

.article-body{ max-width:720px; margin:0 auto; }
.article-body h2{ font-size:clamp(1.4rem,2.4vw,1.8rem); margin:2.4rem 0 1rem; color:var(--navy); }
.article-body p{ font-size:1.02rem; color:var(--ink-soft); line-height:1.8; margin-bottom:1.1rem; }
.article-body p:first-of-type{ font-size:1.1rem; }

/* ============================================================
   TABLES (pricing)
   ============================================================ */
.price-table{ width:100%; border-collapse:separate; border-spacing:0; background:var(--surface); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-sm); }
.price-table th,.price-table td{ padding:1rem 1.3rem; text-align:left; font-size:.88rem; }
.price-table thead th{ background:var(--navy); color:#fff; font-weight:600; font-size:.76rem; text-transform:uppercase; letter-spacing:.06em; }
.price-table tbody tr:nth-child(even){ background:var(--bg); }
.price-table tbody td:first-child{ font-weight:600; color:var(--navy); }
.price-table-wrap{ overflow-x:auto; border-radius:var(--radius-lg); }

/* ============================================================
   UTILS
   ============================================================ */
.center{ text-align:center; }
.mx-auto{ margin-left:auto; margin-right:auto; }
.mb-sm{ margin-bottom:.75rem; } .mb-md{ margin-bottom:1.5rem; } .mb-lg{ margin-bottom:2.5rem; }
.mt-lg{ margin-top:2.5rem; }
.section-head{ max-width:640px; margin-bottom:clamp(2rem,4vw,3rem); }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.two-col-text{ display:grid; grid-template-columns:1fr 1fr; gap:2.5rem; }
@media (max-width:820px){ .two-col-text{ grid-template-columns:1fr; } }
.check-list{ display:flex; flex-direction:column; gap:.8rem; }
.check-list li{ display:flex; align-items:flex-start; gap:.7rem; font-size:.92rem; color:var(--ink-soft); line-height:1.55; }
.check-list .ic{ width:1.4rem; height:1.4rem; border-radius:50%; background:var(--secondary-tint); display:flex; align-items:center; justify-content:center; flex:none; margin-top:.1rem; }
.check-list .ic svg{ width:9px; height:9px; color:#1f8f86; }

.divider-line{ height:1px; background:var(--line); border:none; margin:0; }

/* Reveal animation base state (JS adds .is-visible) */
.reveal{ opacity:0; transform:translateY(28px); filter:blur(6px); }
.reveal.is-visible{ opacity:1; transform:translateY(0); filter:blur(0); transition:opacity .9s var(--ease-out), transform .9s var(--ease-out), filter .9s var(--ease-out); }

/* Sticky mobile call bar */
.mobile-call-bar{
  position:fixed; left:0; right:0; bottom:0; z-index:70;
  display:flex; gap:.6rem; padding:.7rem .9rem; background:rgba(255,255,255,0.92);
  backdrop-filter:blur(16px); border-top:1px solid var(--line);
}
@media (min-width:760px){ .mobile-call-bar{ display:none; } }

/* Sticky quote form aside (desktop) */
.aside-sticky{ position:sticky; top:6.5rem; }

/* Star icon reuse */
.star-row{ display:flex; gap:.15rem; }
.star-row svg{ width:14px; height:14px; color:#f5b53d; }

/* Content grid for service/city detail pages */
.detail-grid{ display:grid; grid-template-columns:1.6fr 1fr; gap:2.8rem; align-items:start; }
@media (max-width:980px){ .detail-grid{ grid-template-columns:1fr; } }
