/* ==========================================================================
   STEADFAST CLEANING HAMILTON — Flores-mirror design system (LIGHT theme)
   Jost type · teal accent · pill CTAs · rounded-2xl cards · py-20/28 rhythm
   Content: Commercial ACTIVE NOW · Medical COMING SOON · Hamilton-only
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --gold: #0B7E73;
  --gold-deep: #09584F;
  --gold-soft: #E7F4F1;
  --gold-line: #BFE0D8;
  --ink: #18292D;
  --ink-2: #2E3F43;
  --body: #413F38;
  --muted: #67635A;
  --bg: #ffffff;
  --bg-alt: #faf8f2;
  --card: #ffffff;
  --line: #e9e4d6;
  --line-soft: #f1ede1;
  --green: #1e7a4c;
  --green-bg: #e7f4ec;
  --amber: #9a6b1a;
  --amber-bg: #fdf3df;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --shadow-sm: 0 1px 2px rgba(22,21,19,.06);
  --shadow-md: 0 14px 34px -16px rgba(22,21,19,.22);
  --shadow-lg: 0 30px 70px -28px rgba(22,21,19,.30);
  --gold-glow: 0 0 24px rgba(11,126,115,.45);
  --font: 'Jost', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --container: 1280px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); background: var(--bg); color: var(--ink); font-size: 17px; font-weight: 400; line-height: 1.65; overflow-x: hidden; padding-bottom: 70px; }
@media (min-width: 992px) { body { padding-bottom: 0; } }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
@media (min-width: 640px) { .container { padding-left: 2.5rem; padding-right: 2.5rem; } }
@media (min-width: 1024px) { .container { padding-left: 3rem; padding-right: 3rem; } }

/* ---------- motion ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; } .reveal-d2 { transition-delay: .16s; } .reveal-d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } * { animation: none !important; } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 0 rgba(30,122,76,.45); } 50% { box-shadow: 0 0 0 7px rgba(30,122,76,0); } }
@keyframes glowBreathe { 0%,100% { filter: blur(11px); transform: scale(1); } 50% { filter: blur(13px); transform: scale(1.008); } }

/* ---------- type ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); display: inline-block; }
.h-display { font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; line-height: .95; }
.h-display .gold { color: var(--gold-deep); }
.section { padding: 5rem 0; }
@media (min-width: 768px) { .section { padding: 7rem 0; } }
.section-alt { background: var(--bg-alt); }
.sec-head { max-width: 56rem; margin-bottom: 3rem; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow::after { content: ""; width: 28px; height: 2px; background: var(--gold); display: inline-block; }
.sec-head h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); margin: .9rem 0 1rem; }
.sec-head p { color: var(--body); font-size: 1.1rem; max-width: 44rem; }
.sec-head.center p { margin: 0 auto; }

/* ---------- status pills ---------- */
.status { display: inline-flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .42rem .95rem; border-radius: 999px; border: 1px solid transparent; white-space: nowrap; }
.status .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.status-active { background: var(--green-bg); color: #14532d; border-color: #bfe3cd; }
.status-active .dot { background: var(--green); animation: pulse-dot 2s infinite; }
.status-soon { background: var(--amber-bg); color: #7c5410; border-color: #f0d9a8; }
.status-soon .dot { background: #d99a26; }
.mini { font-size: .65rem; font-weight: 700; letter-spacing: .08em; padding: .14rem .45rem; border-radius: 999px; vertical-align: 2px; margin-left: .35rem; }
.mini-live { background: var(--green-bg); color: #14532d; border: 1px solid #bfe3cd; }
.mini-soon { background: var(--amber-bg); color: #7c5410; border: 1px solid #f0d9a8; }

/* ---------- availability bar ---------- */
.avail-bar { background: var(--bg-alt); border-bottom: 1px solid var(--line-soft); font-size: .85rem; font-weight: 500; padding: .5rem 0; }
.avail-bar .container { display: flex; align-items: center; justify-content: center; gap: .9rem; flex-wrap: wrap; }
.avail-bar a { color: var(--gold-deep); font-weight: 600; }
.avail-sep { color: var(--muted); opacity: .5; }

/* ---------- signature quote pill (Flores CTA) ---------- */
.quote-pill { display: inline-flex; align-items: center; gap: 1.1rem; background: #09584F; color: #F2FAF8; border-radius: 999px; padding: .3rem .3rem .3rem 1.6rem; font-weight: 500; font-size: .95rem; letter-spacing: .12em; text-transform: uppercase; border: 1px solid #09584F; cursor: pointer; transition: box-shadow .3s; }
.quote-pill:hover { box-shadow: var(--gold-glow); }
.quote-pill .arrow-circle { position: relative; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(242,250,248,.5); overflow: hidden; flex-shrink: 0; transition: background .3s, border-color .3s, color .3s; }
.quote-pill:hover .arrow-circle { background: #fff; border-color: #fff; color: #09584F; }
.quote-pill .arrow-circle svg { position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .3s; }
.quote-pill .arrow-circle svg:first-child { transform: translate(-50%,-50%); opacity: 1; }
.quote-pill .arrow-circle svg:last-child { transform: translate(-150%,-50%); opacity: 0; }
.quote-pill:hover .arrow-circle svg:first-child { transform: translate(150%,-50%); opacity: 0; }
.quote-pill:hover .arrow-circle svg:last-child { transform: translate(-50%,-50%); opacity: 1; }
.quote-pill.gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.quote-pill.gold:hover .arrow-circle { background: #fff; border-color: #fff; color: var(--gold-deep); }
.quote-pill.gold:hover { box-shadow: var(--gold-glow); }
.quote-pill.gold .arrow-circle { border-color: rgba(22,21,19,.35); }

/* ---------- header (Flores navbar, light) ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-soft); transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 12px 30px -16px rgba(22,21,19,.25); }
.navbar { display: flex; align-items: center; justify-content: space-between; min-height: 4.2rem; gap: 1rem; }
/* text wordmark (no image logo) */
.wordmark { display: inline-flex; flex-direction: column; line-height: 1.05; }
.wordmark-name { font-weight: 700; font-size: 1.32rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.wm-dot { color: var(--gold); }
.wordmark-sub { font-size: .58rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: .28rem; white-space: nowrap; }
.main-nav { display: none; }
@media (min-width: 1024px) { .main-nav { display: flex; align-items: center; gap: .25rem; } }
.nav-item { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: .3rem; font-weight: 500; font-size: .95rem; color: var(--ink-2); padding: .6rem .85rem; border-radius: .6rem; transition: background .2s, color .2s; }
.nav-link:hover { background: var(--bg-alt); }
.nav-link.active { color: var(--gold-deep); font-weight: 600; }
.nav-link .caret { width: 12px; height: 12px; opacity: .6; }
/* dropdowns */
.dropdown { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow-lg); padding: 1rem; opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s; z-index: 120; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.dropdown-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; min-width: 480px; }
.dropdown-1col { min-width: 13rem; }
.drop-group-title { font-size: .66rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); padding: .2rem .7rem .6rem; }
.drop-link { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .6rem .7rem; border-radius: .6rem; font-weight: 400; font-size: .94rem; transition: background .2s; }
.drop-link:hover { background: var(--gold-soft); }
.drop-link small { color: var(--body); font-size: .8rem; }
.header-cta { display: none; align-items: center; gap: .9rem; }
@media (min-width: 1024px) { .header-cta { display: flex; } }
.header-call-icons { display: none; align-items: center; gap: .55rem; }
@media (min-width: 1024px) { .header-call-icons { display: inline-flex; } }
.icon-btn { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem; transition: transform .25s, box-shadow .25s, background .25s, border-color .25s; text-decoration: none; }
.icon-btn.call { background: #09584F; border: 1px solid #09584F; color: #fff; }
.icon-btn.call:hover { transform: translateY(-2px); box-shadow: var(--gold-glow); }
.icon-btn.sms { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.icon-btn.sms:hover { transform: translateY(-2px); border-color: var(--ink); }
.header-cta .quote-pill { font-size: .8rem; padding-left: 1.3rem; }
.header-cta .quote-pill .arrow-circle { width: 34px; height: 34px; }
.mobile-toggle { display: inline-flex; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--bg-alt); border: 1px solid var(--line); border-radius: .7rem; cursor: pointer; }
.mobile-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; }
@media (min-width: 1024px) { .mobile-toggle { display: none; } }

/* mobile drawer */
.mobile-overlay { position: fixed; inset: 0; background: rgba(22,21,19,.45); z-index: 290; opacity: 0; pointer-events: none; transition: opacity .3s; }
.mobile-overlay.open { opacity: 1; pointer-events: auto; }
.mobile-drawer { position: fixed; top: 0; right: -100%; width: 86%; max-width: 360px; height: 100vh; background: #fff; z-index: 300; transition: right .35s cubic-bezier(.16,1,.3,1); padding: 1.4rem 1.2rem 2rem; display: flex; flex-direction: column; overflow-y: auto; }
.mobile-drawer.open { right: 0; }
.mobile-drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.mobile-close { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg-alt); font-size: 1.4rem; cursor: pointer; line-height: 1; }
.mobile-links { list-style: none; display: flex; flex-direction: column; gap: .2rem; }
.mobile-link { display: flex; align-items: center; justify-content: space-between; font-weight: 500; padding: .8rem .8rem; border-radius: .7rem; }
.mobile-link:hover, .mobile-link.active { background: var(--bg-alt); }
.mobile-sub { display: none; flex-direction: column; padding: 0 0 .4rem .8rem; }
.mobile-sub.open { display: flex; }
.mobile-sub a { padding: .55rem .8rem; border-radius: .6rem; font-size: .95rem; font-weight: 400; color: var(--ink-2); }
.mobile-sub a:hover { background: var(--gold-soft); color: var(--ink); }
.mobile-caret { transition: transform .3s; color: var(--muted); }
.mobile-group.open .mobile-caret { transform: rotate(180deg); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1.7rem; border-radius: 999px; font-weight: 500; font-size: .95rem; letter-spacing: .04em; border: 1px solid transparent; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s; white-space: nowrap; }
.btn-dark { background: var(--ink); color: #f5f1e6; }
.btn-dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-gold { background: var(--gold); color: #fff; font-weight: 600; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: var(--gold-glow); }
.btn-outline { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-outline:hover { transform: translateY(-2px); border-color: var(--ink); }
.btn-sm { padding: .55rem 1.1rem; font-size: .85rem; }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none !important; }

/* ---------- hero (Flores #home, light mirror) ---------- */
.hero { position: relative; overflow: hidden; margin-top: 0; padding: 3.5rem 0 4rem; background: var(--bg-alt); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, #faf8f2 30%, rgba(250,248,242,.92) 48%, rgba(250,248,242,.55) 68%, rgba(250,248,242,.15) 100%); }
.hero-bg-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(to bottom, transparent, var(--bg-alt)); }
.hero-goldbar { display: none; }
@media (min-width: 1024px) { .hero-goldbar { display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 12rem; background: var(--gold); box-shadow: var(--gold-glow); z-index: 2; } }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 7fr 5fr; gap: 3.5rem; } }
.hero-copy > * { animation: heroIn .9s cubic-bezier(.16,1,.3,1) both; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; } .hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; } .hero-copy > *:nth-child(5) { animation-delay: .32s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-status { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.hero h1 { font-size: clamp(2.1rem, 6vw, 4.6rem); margin: 0 0 1.1rem; }
.hero-sub { color: var(--body); font-size: 1.08rem; max-width: 36rem; font-weight: 300; }
.hero-stats { display: flex; align-items: stretch; gap: .9rem; margin: 2rem 0; flex-wrap: wrap; }
.hero-stat { font-variant-numeric: tabular-nums; background: rgba(255,255,255,.82); backdrop-filter: blur(10px); border: 1px solid var(--line); border-radius: 1.1rem; padding: 1rem 1.5rem; box-shadow: var(--shadow-md); }
.hero-stat b { display: block; font-size: clamp(2.4rem, 4.6vw, 3.3rem); font-weight: 700; line-height: 1; letter-spacing: -.02em; }
.hero-stat span { display: block; margin-top: .35rem; font-size: .92rem; font-weight: 600; color: var(--ink-2); letter-spacing: .03em; }
.hero-cta-row { display: flex; gap: .9rem; flex-wrap: wrap; align-items: center; }
/* quote widget (Flores glass card, light) */
.quote-card { background: rgba(255,255,255,.9); backdrop-filter: blur(14px); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: 1.6rem; box-shadow: var(--shadow-lg); animation: heroIn .9s .3s cubic-bezier(.16,1,.3,1) both; }
.quote-card h3 { font-size: 1.4rem; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; }
.quote-card > p { color: var(--body); font-size: .95rem; margin: .3rem 0 1.1rem; }
.field { width: 100%; height: 2.9rem; padding: 0 .95rem; border: 1px solid var(--line); border-radius: .6rem; background: #fff; font-size: .95rem; font-weight: 400; color: var(--ink); }
textarea.field { height: auto; padding: .8rem .95rem; resize: vertical; }
.field:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(11,126,115,.18); }
.q-grid { display: grid; gap: .7rem; }
.q-row { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.q-label { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); margin-bottom: .3rem; }
.waitlist-grid { display: grid; gap: .7rem; }
@media (min-width: 860px) { .waitlist-grid { grid-template-columns: 1fr 1fr 1fr auto; align-items: end; } }

/* ---------- trust stat cards (Flores #trust) ---------- */
.stat-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .stat-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.8rem 1.5rem; transition: border-color .3s, background .3s, transform .3s; }
.stat-card:hover { border-color: rgba(11,126,115,.5); background: #fffdf7; transform: translateY(-4px); }
.stat-card b { display: block; font-size: 2.6rem; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; transition: color .3s; }
.stat-card:hover b { color: var(--gold-deep); }
.stat-card span { display: block; margin-top: .5rem; font-size: 1rem; font-weight: 500; color: var(--ink-2); }
.stat-card small { color: var(--body); font-size: .88rem; }
.trust-checks { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin-top: 1.6rem; }
.trust-checks li { display: flex; gap: .65rem; align-items: flex-start; color: var(--body); }
.trust-checks li::before { content: "✓"; background: var(--green-bg); color: var(--green); border: 1px solid #bfe3cd; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* ---------- service cards (Flores #services) ---------- */
.svc-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s, border-color .35s; position: relative; }
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(11,126,115,.45); }
.svc-media { position: relative; height: 220px; overflow: hidden; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.svc-card:hover .svc-media img { transform: scale(1.07); }
.svc-tag { position: absolute; top: .9rem; left: .9rem; z-index: 2; }
.svc-veil { position: absolute; inset: 0; z-index: 2; background: rgba(250,248,242,.55); backdrop-filter: blur(1px); display: flex; align-items: center; justify-content: center; }
.svc-body { padding: 1.4rem 1.4rem 1.3rem; display: flex; flex-direction: column; gap: .55rem; flex-grow: 1; }
.svc-body h3 { font-size: 1.25rem; font-weight: 600; text-transform: uppercase; letter-spacing: .02em; }
.svc-body p { color: var(--body); font-size: .97rem; flex-grow: 1; }
.svc-feats { list-style: none; display: flex; flex-direction: column; gap: .35rem; font-size: .9rem; font-weight: 500; color: var(--ink-2); }
.svc-feats li { display: flex; gap: .5rem; }
.svc-feats li::before { content: "✓"; color: var(--gold-deep); font-weight: 700; }
.svc-foot { display: flex; align-items: center; justify-content: space-between; gap: .7rem; padding-top: .9rem; border-top: 1px solid var(--line-soft); margin-top: .3rem; }
.svc-link { font-weight: 600; font-size: .88rem; letter-spacing: .04em; text-transform: uppercase; }
.svc-link:hover { color: var(--gold-deep); }

/* ---------- areas (Flores #service-areas) ---------- */
.area-grid { display: grid; gap: 1.2rem; }
@media (min-width: 900px) { .area-grid { grid-template-columns: 5fr 7fr; align-items: start; } }
.area-lead { font-size: 1.05rem; font-weight: 400; color: var(--ink-2); }
.area-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.area-chip { background: #fff; border: 1px solid var(--line); padding: .55rem 1.05rem; border-radius: 999px; font-weight: 400; font-size: .9rem; transition: all .25s; }
.area-chip:hover { transform: translateY(-2px); border-color: var(--gold); box-shadow: var(--shadow-sm); }
.area-cols { display: grid; grid-template-columns: 1fr 1fr; gap: .4rem 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; }
.area-cols h4 { font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; }
.area-cols ul { list-style: none; display: flex; flex-direction: column; gap: .35rem; font-size: .93rem; }
.area-cols a:hover { color: var(--gold-deep); }

/* ---------- projects slider (Flores #featured-projects) ---------- */
.proj-wrap { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); }
.ba-stage { position: relative; height: 420px; overflow: hidden; user-select: none; touch-action: none; cursor: ew-resize; }
@media (min-width: 768px) { .ba-stage { height: 480px; } }
.ba-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff; box-shadow: 0 0 18px rgba(0,0,0,.45); z-index: 3; }
.ba-handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; border-radius: 50%; background: #fff; color: var(--ink); display: flex; align-items: center; justify-content: center; font-weight: 700; box-shadow: var(--shadow-md); z-index: 4; font-size: 1rem; }
.ba-pill { position: absolute; top: 1rem; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: .35rem .8rem; border-radius: .5rem; z-index: 3; }
.ba-before-tag { left: 1rem; background: rgba(22,21,19,.75); color: #fff; }
.ba-after-tag { right: 1rem; background: var(--gold); color: var(--ink); }
.ba-hint { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); background: rgba(22,21,19,.7); color: #fff; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; padding: .4rem 1rem; border-radius: 999px; z-index: 3; }
.proj-meta { display: grid; gap: 1.2rem; padding: 1.6rem; }
@media (min-width: 860px) { .proj-meta { grid-template-columns: 1.4fr 1fr; align-items: center; } }
.proj-meta h3 { font-size: 1.5rem; font-weight: 600; text-transform: uppercase; }
.proj-meta p { color: var(--body); font-size: .94rem; }
.proj-stats { display: flex; gap: 1.8rem; }
.proj-stats b { display: block; font-size: 1.6rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.proj-stats span { font-size: .8rem; color: var(--muted); }
.proj-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1rem; }
.proj-thumb { border: 2px solid transparent; border-radius: .9rem; overflow: hidden; cursor: pointer; padding: 0; background: none; transition: border-color .25s; }
.proj-thumb img { width: 100%; height: 90px; object-fit: cover; }
.proj-thumb.active { border-color: var(--gold); }
.proj-thumb span { display: block; font-size: .76rem; font-weight: 500; padding: .4rem; background: #fff; }

/* ---------- directory (Flores #all-services) ---------- */
.dir-filters { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.dir-filter { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: .55rem 1.3rem; font-weight: 500; font-size: .88rem; cursor: pointer; transition: all .25s; }
.dir-filter:hover { border-color: var(--gold); }
.dir-filter.active { background: var(--ink); color: #f5f1e6; border-color: var(--ink); }
.dir-grid { display: grid; gap: .8rem; }
@media (min-width: 768px) { .dir-grid { grid-template-columns: 1fr 1fr; } }
.dir-item { display: flex; align-items: center; gap: 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1rem 1.2rem; transition: all .25s; }
.dir-item:hover { border-color: rgba(11,126,115,.5); transform: translateX(4px); box-shadow: var(--shadow-sm); }
.dir-item.hidden { display: none; }
.dir-icon { width: 46px; height: 46px; border-radius: .9rem; background: var(--gold-soft); border: 1px solid var(--gold-line); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.dir-item b { display: block; font-weight: 600; font-size: 1rem; }
.dir-item small { color: var(--body); font-size: .85rem; }
.dir-arrow { margin-left: auto; color: var(--muted); font-size: 1.2rem; transition: color .2s, transform .2s; }
.dir-item:hover .dir-arrow { color: var(--gold-deep); transform: translateX(3px); }

/* ---------- reviews (Flores #reviews) ---------- */
.rate-badges { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.2rem; }
.rate-badge { display: inline-flex; align-items: center; gap: .6rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .6rem 1.2rem; font-size: .9rem; font-weight: 500; }
.rate-badge b { font-weight: 700; }
.rev-grid { display: grid; gap: 1.2rem; }
@media (min-width: 860px) { .rev-grid { grid-template-columns: repeat(3, 1fr); } }
.rev-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.7rem; display: flex; flex-direction: column; gap: 1rem; transition: transform .3s, box-shadow .3s; }
.rev-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.rev-stars { color: var(--gold-deep); letter-spacing: 3px; font-size: 1rem; }
.rev-card p { font-style: italic; color: var(--ink-2); font-size: 1rem; flex-grow: 1; }
.rev-who { display: flex; gap: .8rem; align-items: center; }
.rev-av { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #f5f1e6; display: flex; align-items: center; justify-content: center; font-weight: 600; flex-shrink: 0; }
.rev-who small { color: var(--body); font-size: .85rem; }

/* ---------- connect (Flores #social) ---------- */
.connect-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .connect-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .connect-grid { grid-template-columns: repeat(4, 1fr); } }
.connect-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; transition: all .3s; }
.connect-card:hover { border-color: rgba(11,126,115,.5); transform: translateY(-5px); box-shadow: var(--shadow-md); }
.connect-card .c-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #f5f1e6; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: .9rem; transition: background .3s; }
.connect-card:hover .c-icon { background: var(--gold); color: var(--ink); }
.connect-card b { display: block; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.connect-card small { color: var(--body); font-size: .88rem; }

/* ---------- comparison / faq ---------- */
.compare { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow-x: auto; box-shadow: var(--shadow-md); }
table.compare-t { width: 100%; border-collapse: collapse; min-width: 620px; }
.compare-t th, .compare-t td { padding: 1.05rem 1.3rem; border-bottom: 1px solid var(--line-soft); font-size: .95rem; text-align: left; }
.compare-t th { background: var(--bg-alt); font-weight: 600; }
.compare-t td.hl { background: var(--gold-soft); font-weight: 500; }
.faq-wrap { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: .8rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 1rem; overflow: hidden; transition: box-shadow .3s, border-color .3s; }
.faq-item.active { box-shadow: var(--shadow-md); border-color: var(--gold-line); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 1.15rem 1.35rem; font-weight: 500; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; color: var(--ink); }
.faq-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--bg-alt); border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; transition: all .3s; flex-shrink: 0; font-weight: 300; }
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--ink); color: #f5f1e6; border-color: var(--ink); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.16,1,.3,1); color: var(--body); font-size: .97rem; }
.faq-a > div { padding: 0 1.35rem 1.35rem; }
.faq-item.active .faq-a { max-height: 420px; }

/* ---------- split feature / checklist ---------- */
.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 992px) { .split { grid-template-columns: 1fr 1fr; } }
.split img.rounded { border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); border: 1px solid var(--line); width: 100%; }
.num-list { display: flex; flex-direction: column; gap: .9rem; margin: 1.4rem 0; }
.num-list .row { display: flex; gap: .9rem; background: #fff; border: 1px solid var(--line); border-radius: 1rem; padding: 1.05rem 1.15rem; transition: transform .3s, box-shadow .3s; }
.num-list .row:hover { transform: translateX(6px); box-shadow: var(--shadow-md); }
.num { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #f5f1e6; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; font-size: .92rem; font-weight: 500; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: 1rem; padding: 1.3rem; margin: 1.2rem 0; }
.check-grid div::before { content: "✓ "; color: var(--green); font-weight: 700; }

/* ---------- subhero ---------- */
.subhero { position: relative; overflow: hidden; background: var(--bg-alt); border-bottom: 1px solid var(--line-soft); padding: 4rem 0 3.2rem; text-align: center; }
.subhero .bg-img { position: absolute; inset: 0; opacity: .14; }
.subhero .bg-img img { width: 100%; height: 100%; object-fit: cover; }
.subhero .container { position: relative; }
.crumb { font-size: .87rem; color: var(--body); }
.crumb a { color: var(--gold-deep); font-weight: 500; }
.subhero h1 { font-size: clamp(2rem, 5vw, 3.4rem); margin: 1rem auto .8rem; max-width: 18em; }
.subhero h1 .gold { color: var(--gold-deep); }
.subhero > .container > p, .subhero p.lead-p { color: var(--body); max-width: 640px; margin: 0 auto; }

/* ---------- coming soon panel ---------- */
.soon-panel { background: var(--amber-bg); border: 1px solid #f0d9a8; border-radius: var(--radius-lg); padding: 2rem; display: grid; gap: 1.2rem; }
@media (min-width: 860px) { .soon-panel { grid-template-columns: 1fr auto; align-items: center; } }

/* ---------- footer (Flores footer, light) ---------- */
.footer-cta { text-align: center; padding: 4.5rem 0 3rem; }
.footer-cta h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); margin-bottom: 1.6rem; }
.footer-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 1.8rem; padding: 3.5rem 2rem 1.5rem; overflow: hidden; box-shadow: var(--shadow-md); }
@media (min-width: 1024px) { .footer-card { padding-left: 3.5rem; padding-right: 3.5rem; } }
.footer-glow { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .4s; background: radial-gradient(420px circle at var(--glow-x, 50%) var(--glow-y, 0%), rgba(11,126,115,.14), transparent 65%); animation: glowBreathe 6s ease-in-out infinite; }
.footer-card:hover .footer-glow { opacity: 1; }
.footer-grid { position: relative; display: grid; gap: 2.2rem; }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr 1fr; } }
.footer-brand img { height: 2.6rem; margin-bottom: .9rem; }
.footer-brand p { color: var(--body); font-size: .93rem; max-width: 230px; }
.socials { display: flex; gap: .6rem; margin-top: 1.1rem; }
.socials a { width: 2.75rem; height: 2.75rem; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; transition: all .25s; background: #fff; }
.socials a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: translateY(-2px); }
.footer-grid h4 { font-size: .95rem; font-weight: 600; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: .06em; font-size: .85rem; }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; color: var(--body); font-size: .93rem; font-weight: 400; }
.footer-grid ul a:hover { color: var(--gold-deep); }
.footer-bottom { position: relative; border-top: 1px solid var(--line-soft); margin-top: 3rem; padding-top: 1.3rem; display: grid; gap: .7rem; font-size: .85rem; color: var(--body); text-align: center; }
@media (min-width: 640px) { .footer-bottom { grid-template-columns: 1fr auto auto; text-align: left; align-items: center; } }
.footer-bottom a:hover { color: var(--gold-deep); }

/* ---------- floating / sticky / modal ---------- */
.floating-call { display: none; position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 200; background: var(--ink); color: #f5f1e6; font-weight: 500; width: 56px; height: 56px; padding: 0; font-size: 1.35rem; border-radius: 50%; box-shadow: var(--shadow-lg); align-items: center; justify-content: center; }
@media (min-width: 992px) { .floating-call { display: inline-flex; } }
.floating-call:hover { box-shadow: var(--gold-glow); transform: translateY(-3px); }
.mobile-sticky { position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; padding: .7rem .8rem; z-index: 200; }
@media (min-width: 992px) { .mobile-sticky { display: none; } }
.mobile-sticky a, .mobile-sticky button { display: flex; align-items: center; justify-content: center; font-weight: 500; padding: .8rem; border-radius: .8rem; font-size: .9rem; border: none; cursor: pointer; }
.mobile-sticky-call { background: var(--green); color: #fff; }
.mobile-sticky-quote { background: var(--ink); color: #f5f1e6; }
.modal-overlay { position: fixed; inset: 0; background: rgba(22,21,19,.55); backdrop-filter: blur(6px); z-index: 400; display: flex; align-items: center; justify-content: center; padding: 1rem; opacity: 0; pointer-events: none; transition: opacity .3s; }
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal-dialog { background: #fff; border-radius: var(--radius-xl); max-width: 560px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 2.2rem; position: relative; transform: translateY(24px) scale(.98); transition: transform .35s cubic-bezier(.16,1,.3,1); box-shadow: var(--shadow-lg); }
.modal-overlay.open .modal-dialog { transform: none; }
.modal-close { position: absolute; top: 1.1rem; right: 1.1rem; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg-alt); cursor: pointer; font-size: 1.3rem; line-height: 1; }
.form-success { display: none; background: var(--green-bg); border: 1px solid #8fd6b2; color: #14532d; padding: 1.1rem; border-radius: .9rem; margin-top: 1rem; font-size: .95rem; }
