/* ==========================================================================
   Ferraz Cleaning Services — site styles
   Ported 1:1 from the Claude Design export (Ferraz.dc.html), where every rule
   lived in an inline style attribute. Values (colours, clamps, easings,
   durations) are unchanged; only their home is different. See D-003.
   ========================================================================== */

:root {
  --accent: #B08D4F;
  --cream: #F7F5F1;
  --navy: #17233A;
  --muted: #6C7285;
  --sand: #E7E2D8;
  --header-h: 72px;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: 'Schibsted Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  /* `clip`, not `hidden`: a review bubble can sit a few pixels past the field on
     a narrow screen, and `hidden` would make body a scroll container — which
     breaks the sticky service cards. `clip` trims without that side effect. */
  overflow-x: clip;
}

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--accent); }
button { font-family: inherit; }
img, video { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.dot { color: var(--accent); }
em { font-style: italic; color: var(--accent); }

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

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy); color: var(--cream); padding: 12px 20px; border-radius: 0 0 12px 0;
  font-size: 13px;
}
.skip-link:focus { left: 0; color: var(--cream); }

/* --- buttons -------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 40px; padding: 0 20px; border-radius: 999px;
  white-space: nowrap; flex: 0 0 auto;
  font-size: 13px; letter-spacing: .02em; cursor: pointer;
  transition: border-color .35s ease, color .35s ease, opacity .35s ease;
}
.btn-lg { height: 52px; padding: 0 30px; font-size: 14px; }

.btn-ghost { border: 1px solid rgba(23, 35, 58, .28); background: transparent; color: var(--navy); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.btn-solid { border: 1px solid var(--navy); background: var(--navy); color: var(--cream); }
.btn-solid:hover { opacity: .86; color: var(--cream); }

.btn-solid-invert { border: 1px solid var(--cream); background: var(--cream); color: var(--navy); }
.btn-solid-invert:hover { opacity: .86; }

.btn-ghost-invert { border: 1px solid rgba(247, 245, 241, .35); background: transparent; color: var(--cream); }
.btn-ghost-invert:hover { border-color: var(--accent); color: var(--accent); }

/* --- header --------------------------------------------------------------- */

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 16px clamp(16px, 3.5vw, 44px);
  border-bottom: 1px solid transparent;
  transition: background .5s ease, backdrop-filter .5s ease, border-color .5s ease;
}
.site-header[data-scrolled] {
  background: rgba(247, 245, 241, .72);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: rgba(23, 35, 58, .10);
}

.wordmark { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.wordmark-name {
  display: block; margin: 0; font-weight: 500; font-size: 15px; line-height: 1;
  letter-spacing: .26em; text-transform: uppercase;
}
.wordmark-sub {
  display: block; font-weight: 400; font-size: 9.5px; line-height: 1;
  letter-spacing: .24em; text-transform: uppercase; color: var(--muted);
}

.site-nav { display: flex; gap: clamp(18px, 3vw, 40px); font-size: 13px; letter-spacing: .04em; }
.site-nav a { color: var(--muted); }
.site-nav a:hover { color: var(--accent); }

.header-actions { display: flex; gap: 8px; align-items: center; }
.header-actions .btn[hidden] { display: none; }

/* --- hero ----------------------------------------------------------------- */

.hero {
  position: relative; overflow: hidden; background: var(--cream);
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  gap: clamp(32px, 6vw, 88px);
  padding: clamp(120px, 16vh, 180px) clamp(20px, 5vw, 72px) clamp(48px, 8vh, 90px);
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0; pointer-events: none;
}
.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(100deg,
    rgba(247, 245, 241, .94) 0%, rgba(247, 245, 241, .88) 32%, rgba(247, 245, 241, .6) 58%,
    rgba(247, 245, 241, .3) 80%, rgba(247, 245, 241, .18) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-start; max-width: 1080px;
}
.eyebrow {
  margin: 0; font-size: 11px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--muted);
}
.eyebrow-invert { color: rgba(247, 245, 241, .55); }

.hero h1 {
  position: relative; z-index: 1; margin: clamp(22px, 4vh, 40px) 0 0;
  font-family: Fraunces, Georgia, serif; font-weight: 300;
  font-size: clamp(42px, 8.4vw, 124px); line-height: .98; letter-spacing: -.035em;
  max-width: 16ch; text-wrap: balance;
}
.hero-lede {
  margin: clamp(20px, 3.4vh, 34px) 0 0; max-width: 44ch;
  font-size: clamp(15px, 1.35vw, 19px); line-height: 1.6; color: var(--muted);
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(28px, 4.5vh, 44px);
}

/* --- stacking service cards ----------------------------------------------- */

.stack { position: relative; }

.stack-card { position: sticky; top: var(--header-h); height: calc(100svh - var(--header-h)); }
.stack-inner {
  height: 100%; background: var(--cream); padding-top: 16px;
  display: flex; flex-direction: column; will-change: transform;
}
.stack-gap { height: 45svh; pointer-events: none; }

.card-media {
  flex: 1 1 auto; min-height: 0; border-radius: 20px; overflow: hidden;
  position: relative; background: var(--sand);
}
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-index {
  position: absolute; left: 22px; bottom: 20px;
  font-family: ui-monospace, Menlo, monospace; font-size: 11px; letter-spacing: .12em;
  color: rgba(255, 255, 255, .85);
}

.card-foot {
  flex: 0 0 auto; background: var(--cream);
  display: flex; gap: clamp(14px, 4vw, 48px);
  align-items: flex-start; justify-content: space-between;
  padding: clamp(14px, 2.4vh, 26px) clamp(18px, 4vw, 64px) max(clamp(20px, 3.5vh, 38px), 104px);
}
.card-foot h3 {
  margin: 0; font-family: Fraunces, Georgia, serif; font-weight: 300;
  font-size: clamp(26px, 4.8vw, 66px); line-height: 1.02; letter-spacing: -.03em;
  max-width: 14ch; display: -webkit-box; -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; overflow: hidden; padding-bottom: .16em;
}
#svc-4 { max-width: 20ch; }
.card-meta {
  display: flex; flex-direction: column; align-items: flex-end; gap: 9px; flex: 0 0 auto;
  min-height: calc(2 * 1.02 * clamp(26px, 4.8vw, 66px));
}
.card-meta-top, .card-meta-bottom {
  font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
}
.card-meta-top { color: var(--muted); }
.card-rule { width: clamp(90px, 16vw, 240px); height: 1px; background: rgba(23, 35, 58, .18); }

/* --- services outro ------------------------------------------------------- */

.services-outro {
  min-height: 82svh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: clamp(70px, 12vh, 140px) clamp(20px, 5vw, 72px);
  background: var(--cream); position: relative; z-index: 2;
}
.services-outro h2 {
  margin: clamp(18px, 3vh, 32px) 0 0; font-family: Fraunces, Georgia, serif; font-weight: 300;
  font-size: clamp(56px, 17vw, 240px); line-height: .9; letter-spacing: -.045em;
}
.lede {
  margin: clamp(20px, 3vh, 30px) 0 0; max-width: 40ch;
  font-size: clamp(15px, 1.3vw, 18px); line-height: 1.6; color: var(--muted);
}
.reveal-btn { margin-top: clamp(26px, 4vh, 40px); }

/* --- business ------------------------------------------------------------- */

.business {
  background: var(--navy); color: var(--cream);
  padding: clamp(80px, 14vh, 170px) clamp(20px, 5vw, 72px);
  position: relative; z-index: 2;
}
.business-grid {
  max-width: 1180px; margin: 0 auto; display: grid; gap: clamp(36px, 6vw, 90px);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: start;
}
.business h2 {
  margin: clamp(20px, 3vh, 34px) 0 0; font-family: Fraunces, Georgia, serif; font-weight: 300;
  font-size: clamp(36px, 5.4vw, 82px); line-height: 1.02; letter-spacing: -.035em; max-width: 13ch;
}
.business-lede {
  margin: clamp(20px, 3vh, 30px) 0 0; max-width: 46ch;
  font-size: clamp(15px, 1.3vw, 18px); line-height: 1.7; color: rgba(247, 245, 241, .68);
}
.business-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(26px, 4vh, 40px); }

.business-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.business-list li {
  display: flex; justify-content: space-between; gap: 20px; padding: 20px 0;
  border-top: 1px solid rgba(247, 245, 241, .16); font-size: 13px; letter-spacing: .02em;
}
.business-list li:last-child { border-bottom: 1px solid rgba(247, 245, 241, .16); }
.business-tag {
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(247, 245, 241, .5);
}
.business-media {
  margin-top: clamp(26px, 4vh, 44px); height: clamp(170px, 26vh, 300px);
  border-radius: 20px; overflow: hidden; position: relative; background: rgba(247, 245, 241, .08);
}
.business-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 42%;
}

/* --- reviews -------------------------------------------------------------- */

.reviews {
  background: var(--cream);
  padding: clamp(70px, 11vh, 140px) clamp(16px, 4vw, 64px) clamp(60px, 9vh, 120px);
  position: relative; z-index: 2;
}
.reviews-head { text-align: center; }
.reviews h2 {
  margin: 16px auto 0; font-family: Fraunces, Georgia, serif; font-weight: 300;
  font-size: clamp(26px, 3.6vw, 52px); line-height: 1.1; letter-spacing: -.03em; max-width: 20ch;
}
.bubble-field {
  position: relative; max-width: 1180px; margin: clamp(24px, 4vh, 48px) auto 0;
  height: clamp(620px, 88svh, 900px);
}

/* Bubble anchors. These live in CSS rather than inline style attributes so the
   Content-Security-Policy can forbid inline styles outright (see netlify.toml). */
.bubble-wrap[data-bubble="a"] { --x: 4%;  --y: 6%;  --size: 34vmin; --min: 210px; --max: 340px; --float: fzFloatA; --dur: 11s; }
.bubble-wrap[data-bubble="b"] { --x: 63%; --y: 3%;  --size: 20vmin; --min: 128px; --max: 210px; --float: fzFloatB; --dur: 13s; }
.bubble-wrap[data-bubble="c"] { --x: 31%; --y: 34%; --size: 38vmin; --min: 230px; --max: 380px; --float: fzFloatC; --dur: 12s; }
.bubble-wrap[data-bubble="d"] { --x: 72%; --y: 30%; --size: 23vmin; --min: 150px; --max: 240px; --float: fzFloatA; --dur: 14s; }
.bubble-wrap[data-bubble="e"] { --x: 10%; --y: 64%; --size: 17vmin; --min: 120px; --max: 190px; --float: fzFloatB; --dur: 12.5s; }
.bubble-wrap[data-bubble="f"] { --x: 55%; --y: 66%; --size: 29vmin; --min: 190px; --max: 300px; --float: fzFloatC; --dur: 13.5s; }

.bubble-wrap {
  --w: clamp(var(--min), var(--size), var(--max));
  position: absolute; left: var(--x); top: var(--y); width: var(--w); max-width: 100%;
  z-index: 2;
  animation: var(--float) var(--dur) ease-in-out infinite alternate;
  transition: width .7s cubic-bezier(.22, .61, .36, 1), left .7s cubic-bezier(.22, .61, .36, 1),
              top .7s cubic-bezier(.22, .61, .36, 1), transform .8s cubic-bezier(.22, .61, .36, 1);
}
.bubble-wrap[data-popped] {
  --w: min(340px, 78vw);
  left: min(max(0px, calc(var(--x) - var(--w) / 2)), calc(100% - var(--w)));
  top: min(var(--y), calc(100% - 280px));
  animation: none;
  z-index: 5;
}
.bubble-wrap[data-nudged] { animation: none; }

.bubble {
  position: relative; width: 100%; aspect-ratio: 1 / 1;
  border-radius: 999px; border: 1px solid rgba(147, 196, 199, .55);
  background:
    radial-gradient(circle at 68% 17%, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .85) 2.6%, rgba(255, 255, 255, 0) 4.2%),
    radial-gradient(ellipse 26% 18% at 31% 25%, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .28) 55%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 50% 55%, rgba(255, 255, 255, 0) 58%, rgba(94, 140, 147, .07) 80%, rgba(94, 140, 147, .22) 93%, rgba(147, 196, 199, .42) 97.5%, rgba(255, 255, 255, .7) 100%),
    radial-gradient(circle at 50% 92%, rgba(94, 140, 147, .16) 0%, rgba(94, 140, 147, 0) 42%);
  backdrop-filter: blur(1.5px) saturate(115%);
  -webkit-backdrop-filter: blur(1.5px) saturate(115%);
  box-shadow: inset 0 -16px 26px -14px rgba(94, 140, 147, .5),
              inset 0 12px 24px -12px rgba(255, 255, 255, .85),
              0 16px 38px rgba(94, 140, 147, .13);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  padding: clamp(14px, 2.4vw, 26px); cursor: pointer; color: var(--navy);
  transition: border-radius .6s cubic-bezier(.22, .61, .36, 1), background .6s ease,
              box-shadow .6s ease, padding .5s ease;
}
[data-popped] .bubble {
  aspect-ratio: auto; border-radius: 22px; border: 1px solid rgba(23, 35, 58, .10);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 24px 60px rgba(23, 35, 58, .10);
  padding: clamp(20px, 3vw, 28px);
}

.bubble-ring {
  position: absolute; inset: -6%; border-radius: 999px;
  border: 1.5px solid rgba(94, 140, 147, .55); box-shadow: 0 0 30px rgba(94, 140, 147, .35);
  pointer-events: none; opacity: 0;
}
[data-popped] .bubble-ring { animation: fzBurst .55s ease-out 1; }

.bubble-stars {
  color: var(--accent); letter-spacing: .22em; font-size: 10px; opacity: .45;
  transition: opacity .5s ease;
}
[data-popped] .bubble-stars { font-size: 12px; opacity: 1; }

.bubble-teaser, .bubble-quote {
  font-family: Fraunces, Georgia, serif; font-weight: 300; text-align: center; line-height: 1.4;
  letter-spacing: -.01em; transition: font-size .5s ease, opacity .5s ease, color .5s ease;
}
.bubble-teaser { font-size: clamp(10px, 1vw, 13px); color: rgba(23, 35, 58, .72); opacity: .34; }
.bubble-quote { display: none; font-size: clamp(16px, 1.7vw, 20px); color: var(--navy); opacity: 1; }
[data-popped] .bubble-teaser { display: none; }
[data-popped] .bubble-quote { display: block; }

.bubble-by {
  font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
  opacity: .4; transition: opacity .5s ease;
}
[data-popped] .bubble-by { opacity: 1; }

.bubble-hint {
  font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  opacity: 0; height: 0; transition: opacity .5s ease;
}
[data-popped] .bubble-hint { opacity: 1; height: auto; }

/* --- review modal --------------------------------------------------------- */

.review-modal {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(23, 35, 58, .42); backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  animation: fzRise .4s ease both;
}
.review-modal[hidden] { display: none; }
.review-modal-card {
  max-width: 640px; width: 100%; background: var(--cream);
  border-radius: 26px; padding: clamp(28px, 5vw, 56px);
}
.review-modal-stars { margin: 0; color: var(--accent); letter-spacing: .3em; font-size: 13px; }
.review-modal-text {
  margin: 22px 0 0; font-family: Fraunces, Georgia, serif; font-weight: 300;
  font-size: clamp(20px, 2.6vw, 30px); line-height: 1.45; letter-spacing: -.02em;
}
.review-modal-by {
  margin: 26px 0 0; font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
}
.review-modal-card .btn { margin-top: 30px; height: 44px; padding: 0 24px; }

/* --- footer --------------------------------------------------------------- */

.site-footer {
  background: var(--cream);
  padding: clamp(50px, 8vh, 100px) clamp(20px, 5vw, 72px) clamp(90px, 10vh, 120px);
  position: relative; z-index: 2;
}
.footer-inner {
  max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 28px;
  justify-content: space-between; align-items: flex-end;
  border-top: 1px solid rgba(23, 35, 58, .14); padding-top: clamp(28px, 4vh, 48px);
}
.site-footer .wordmark-name { margin: 0; }
.footer-line { margin: 12px 0 0; font-size: 13px; color: var(--muted); }
.footer-contact { display: flex; flex-wrap: wrap; gap: 26px; font-size: 13px; }
.footer-contact a { color: var(--muted); }
.footer-contact a:hover { color: var(--accent); }

/* --- booking chat --------------------------------------------------------- */

.chat-dock {
  position: fixed; right: clamp(14px, 2.5vw, 28px);
  bottom: calc(clamp(14px, 2.5vw, 28px) + 68px); z-index: 110;
  display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
  pointer-events: none;
}
.chat-panel {
  pointer-events: auto; width: min(360px, calc(100vw - 28px)); height: min(520px, 70svh);
  background: var(--cream); border-radius: 22px;
  box-shadow: 0 30px 70px rgba(23, 35, 58, .18);
  display: flex; flex-direction: column; overflow: hidden;
  animation: fzRise .35s ease both;
}
.chat-panel[hidden] { display: none; }

.chat-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; background: var(--navy); color: var(--cream);
}
.chat-title {
  margin: 0; font-size: 13px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
}
.chat-sub { margin: 4px 0 0; font-size: 11px; color: rgba(247, 245, 241, .6); }
.chat-close {
  width: 30px; height: 30px; border-radius: 999px; border: 1px solid rgba(247, 245, 241, .3);
  background: transparent; color: var(--cream); cursor: pointer; font-size: 14px; line-height: 1;
}

.chat-scroll {
  flex: 1; overflow-y: auto; padding: 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.msg {
  max-width: 84%; padding: 11px 15px; font-size: 13.5px; line-height: 1.5;
  animation: fzRise .35s ease both;
}
.msg-bot {
  align-self: flex-start; border-radius: 16px 16px 16px 5px;
  background: var(--sand); color: var(--navy);
}
.msg-me {
  align-self: flex-end; border-radius: 16px 16px 5px 16px;
  background: var(--navy); color: var(--cream);
}
.msg-error { background: #F3D9D2; color: #7A2E17; }

.chat-chip {
  align-self: flex-end; padding: 9px 16px; border-radius: 999px; white-space: nowrap;
  flex: 0 0 auto; border: 1px solid rgba(23, 35, 58, .25); background: transparent;
  color: var(--navy); font-size: 13px; cursor: pointer;
  transition: border-color .3s ease, color .3s ease;
}
.chat-chip:hover { border-color: var(--accent); color: var(--accent); }

.chat-picker {
  align-self: stretch; background: #FFFFFF; border: 1px solid rgba(23, 35, 58, .10);
  border-radius: 16px; padding: 14px; display: flex; flex-direction: column; gap: 10px;
  animation: fzRise .35s ease both;
}
.picker-label {
  margin: 0; font-size: 9.5px; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
}
.picker-label + .picker-label { margin-top: 2px; }
.picker-row { display: flex; flex-wrap: wrap; gap: 6px; }
.pill {
  padding: 8px 13px; border-radius: 999px; flex: 0 0 auto; white-space: nowrap;
  border: 1px solid rgba(23, 35, 58, .18); background: transparent; color: var(--navy);
  font-size: 12.5px; cursor: pointer;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}
.pill[aria-pressed="true"] {
  border-color: var(--accent); background: rgba(176, 141, 79, .12); color: var(--accent);
}
.picker-confirm {
  margin-top: 4px; height: 40px; border-radius: 999px; border: none;
  background: rgba(23, 35, 58, .10); color: var(--muted); font-size: 13px; cursor: default;
  transition: background .3s ease, color .3s ease;
}
.picker-confirm[data-ready] { background: var(--navy); color: var(--cream); cursor: pointer; }

.chat-form { display: flex; gap: 8px; padding: 14px; border-top: 1px solid rgba(23, 35, 58, .12); }
.chat-input {
  flex: 1; height: 42px; padding: 0 16px; border-radius: 999px;
  border: 1px solid rgba(23, 35, 58, .18); background: transparent;
  font-size: 14px; color: var(--navy); outline-offset: 2px; min-width: 0;
}
.chat-input:disabled { color: var(--muted); }
.chat-send {
  width: 42px; height: 42px; border-radius: 999px; border: none;
  background: var(--navy); color: var(--cream); cursor: pointer; font-size: 15px; flex: 0 0 auto;
}
.chat-send:disabled { opacity: .5; cursor: default; }

/* Honeypot: off-screen for humans, in the DOM for bots. Never display:none —
   some bots skip hidden inputs, and this one is meant to be filled in. */
.hp-field {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px;
  overflow: hidden; opacity: 0; pointer-events: none;
}

.chat-fab {
  position: fixed; bottom: clamp(14px, 2.5vw, 28px); right: clamp(14px, 2.5vw, 28px);
  z-index: 111; height: 56px; padding: 0 24px; border-radius: 999px; white-space: nowrap;
  border: none; background: var(--navy); color: var(--cream);
  font-size: 14px; letter-spacing: .02em; cursor: pointer;
  box-shadow: 0 18px 40px rgba(23, 35, 58, .22);
  display: flex; align-items: center; gap: 10px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.chat-fab:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(23, 35, 58, .26); }
.glow-dot {
  width: 7px; height: 7px; border-radius: 999px; background: var(--accent);
  display: inline-block; flex: 0 0 auto; animation: fzGlow 2.6s ease-in-out infinite;
}

/* --- call overlay --------------------------------------------------------- */

.call-overlay {
  position: fixed; inset: 0; z-index: 130;
  background: rgba(23, 35, 58, .42); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.call-overlay[hidden] { display: none; }
.call-bubble {
  position: relative; width: min(180px, 52vw); aspect-ratio: 1 / 1; border-radius: 999px;
  border: 1px solid rgba(147, 196, 199, .6);
  background:
    radial-gradient(circle at 68% 17%, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .85) 3%, rgba(255, 255, 255, 0) 5%),
    radial-gradient(ellipse 26% 18% at 31% 25%, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .28) 55%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 50% 55%, rgba(255, 255, 255, 0) 58%, rgba(94, 140, 147, .10) 80%, rgba(94, 140, 147, .26) 93%, rgba(147, 196, 199, .5) 97.5%, rgba(255, 255, 255, .75) 100%);
  box-shadow: inset 0 -16px 26px -14px rgba(94, 140, 147, .5),
              inset 0 12px 24px -12px rgba(255, 255, 255, .85),
              0 18px 44px rgba(94, 140, 147, .2);
  animation: fzBubbleGrow .72s cubic-bezier(.3, .7, .3, 1) both;
}
.call-bubble[hidden] { display: none; }
.call-burst {
  position: absolute; inset: -6%; border-radius: 999px;
  border: 1.5px solid rgba(94, 140, 147, .55); box-shadow: 0 0 30px rgba(94, 140, 147, .35);
  opacity: 0; animation: fzBurst .5s ease-out .42s 1 both;
}
.call-card {
  width: min(360px, calc(100vw - 40px)); max-height: calc(100svh - 48px); overflow: auto;
  background: var(--cream); border-radius: 24px; padding: clamp(26px, 5vw, 38px);
  box-shadow: 0 30px 70px rgba(23, 35, 58, .24);
  display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center;
  animation: fzCardIn .4s cubic-bezier(.22, .61, .36, 1) both;
}
.call-card[hidden] { display: none; }
.call-eyebrow {
  margin: 0; font-size: 10px; font-weight: 500; letter-spacing: .22em;
  text-transform: uppercase; color: var(--muted);
}
.call-number {
  font-family: Fraunces, Georgia, serif; font-weight: 300;
  font-size: clamp(26px, 6vw, 34px); letter-spacing: -.02em; line-height: 1.1; padding-bottom: .1em;
}
.call-rule { width: 44px; height: 1px; background: var(--accent); }
.call-hours { margin: 0; font-size: 12.5px; line-height: 1.6; color: var(--muted); }
.call-card .btn { margin-top: 6px; height: 40px; padding: 0 22px; }

/* --- noscript ------------------------------------------------------------- */

.noscript-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 140;
  background: var(--navy); color: var(--cream); padding: 14px 20px;
  font-size: 13px; text-align: center;
}
.noscript-bar a { color: var(--accent); }

/* --- keyframes ------------------------------------------------------------ */

@keyframes fzFloatA { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(14px, -26px, 0); } }
@keyframes fzFloatB { from { transform: translate3d(0, 6px, 0); } to { transform: translate3d(-18px, -20px, 0); } }
@keyframes fzFloatC { from { transform: translate3d(-8px, -10px, 0); } to { transform: translate3d(10px, 18px, 0); } }
@keyframes fzBurst { 0% { transform: scale(.7); opacity: .85; } 100% { transform: scale(2.1); opacity: 0; } }
@keyframes fzRise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes fzBubbleGrow {
  0% { transform: scale(.3); opacity: 0; }
  38% { transform: scale(1); opacity: 1; }
  72% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1.55); opacity: 0; }
}
@keyframes fzCardIn { from { opacity: 0; transform: scale(.9); } to { opacity: 1; transform: none; } }
@keyframes fzGlow {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(176, 141, 79, .55), 0 0 7px 1px rgba(176, 141, 79, .5); opacity: .9; }
  50% { transform: scale(1.28); box-shadow: 0 0 0 5px rgba(176, 141, 79, 0), 0 0 16px 4px rgba(176, 141, 79, .85); opacity: 1; }
}

/* --- scroll reveal -------------------------------------------------------- */

[data-reveal][data-reveal-pending] { opacity: 0; transform: translateY(22px); }
[data-reveal] {
  transition: opacity .9s cubic-bezier(.22, .61, .36, 1), transform .9s cubic-bezier(.22, .61, .36, 1);
}

/* --- responsive ----------------------------------------------------------- */

@media (max-width: 700px) {
  .hero { min-height: 100dvh; }
  .hero-video { width: 100%; height: 100%; object-fit: cover; }
  .stack-card { height: calc(100dvh - var(--header-h)); }
  .card-media img { object-fit: cover; }
  .card-foot { padding-bottom: 76px; }
  /* The title column is only ~143px wide here, and "Regular & Deep Cleaning"
     needs three lines. The export clamps to two, so it renders as "Regular & /
     Deep…". Third line allowed on phones only — see D-017. */
  .card-foot h3 { -webkit-line-clamp: 3; }
  .site-nav { gap: 12px; font-size: 11px; letter-spacing: .02em; }
  .site-header .btn[data-book] { display: none; }
  .site-header { gap: 10px; padding-left: 14px; padding-right: 14px; }
  .site-header .btn { height: 36px; padding: 0 15px; font-size: 12px; }
  .footer-contact { flex-direction: column; gap: 10px; }
}

@media (min-width: 1000px) and (min-height: 700px) {
  .card-foot { padding-top: 18px; padding-bottom: 80px; }
  .card-foot h3 { font-size: clamp(30px, 3.2vw, 46px); max-width: 20ch; }
  .card-meta { min-height: 0; padding-bottom: 20px; }
  .card-media { max-width: none; width: 100%; margin-left: 0; margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .glow-dot { animation: none !important; box-shadow: 0 0 12px 3px rgba(176, 141, 79, .7) !important; }
}
