/* concierge.css — Home Concierge pitch page.
   Layout only; colors, type, buttons, sticky/section rhythm come from styles.css tokens. */

.cc-page { background: var(--bone); overflow-x: hidden; }

.sec-h2 { font-size: clamp(28px, 6vw, 46px); color: var(--ink); line-height: 1.04; text-wrap: balance; }
.cc-mute { color: var(--ink-mute); }
.cc-gold { color: var(--gold); }

.cc-head { margin-bottom: 30px; max-width: 720px; }
.cc-head .eyebrow { margin-bottom: 12px; }
.cc-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.cc-sub { font-size: clamp(15px, 2.4vw, 18px); line-height: 1.55; color: var(--ink-mute); margin: 14px 0 0; max-width: 56ch; }
.cc-head-center .cc-sub { margin-left: auto; margin-right: auto; }
.cc-sub.on-dark { color: rgba(255,255,255,.82); }

/* ── header ─────────────────────────────────────────────────────── */
.cc-header { position: fixed; top: 0; left: 0; right: 0; z-index: 70; transition: background .25s, box-shadow .25s; }
.cc-header.solid { background: rgba(242,237,228,.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
.cc-header-in { max-width: 1200px; margin: 0 auto; height: 68px; padding: 0 24px; display: flex; align-items: center; gap: 18px; }
.cc-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.cc-logo-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--pine); color: #fff; display: grid; place-items: center; font-size: 21px; flex: none; }
.cc-logo-txt { font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; }
.cc-header:not(.solid) .cc-logo-txt { color: #fff; }
.cc-header:not(.solid) .cc-logo-mark { background: rgba(255,255,255,.18); }
.cc-nav { display: none; align-items: center; gap: 2px; }
.cc-nav-link { background: none; border: none; cursor: pointer; font-family: var(--body); font-weight: 600; font-size: 14.5px; color: var(--ink-soft); padding: 8px 13px; border-radius: 8px; transition: color .15s, background .15s; }
.cc-header:not(.solid) .cc-nav-link { color: rgba(255,255,255,.85); }
.cc-nav-link:hover { color: var(--pine); background: rgba(31,77,69,.06); }
.cc-header:not(.solid) .cc-nav-link:hover { color: #fff; background: rgba(255,255,255,.12); }
.cc-header-actions { display: flex; align-items: center; gap: 10px; }
.cc-header-cta { width: auto; min-height: 44px; padding: 0 18px; font-size: 14.5px; display: none; }
.cc-burger { width: 44px; height: 44px; border-radius: 11px; border: 1.5px solid rgba(255,255,255,.32); background: rgba(0,0,0,.18); color: #fff; display: grid; place-items: center; font-size: 21px; cursor: pointer; }
.cc-header.solid .cc-burger { background: var(--white); border-color: var(--line); color: var(--pine); }
.cc-mobile-menu { background: var(--white); border-top: 1px solid var(--line); padding: 14px 22px 18px; display: flex; flex-direction: column; gap: 4px; box-shadow: var(--shadow-md); }
.cc-mobile-link { background: none; border: none; text-align: left; cursor: pointer; font-family: var(--body); font-weight: 600; font-size: 16px; color: var(--ink); padding: 13px 8px; border-radius: 8px; }
.cc-mobile-link:hover { background: var(--bone); }
.cc-mobile-menu .btn { margin-top: 10px; width: 100%; }

/* ── hero ───────────────────────────────────────────────────────── */
.cc-hero { position: relative; min-height: 100svh; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.cc-hero-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(110% 80% at 78% 12%, rgba(224,162,59,.26), transparent 52%),
    radial-gradient(120% 90% at 50% 120%, #16352f 0%, transparent 55%),
    linear-gradient(160deg, #1f4d45 0%, var(--pine-deep) 58%, #102822 100%);
}
.cc-hero-bg::after {
  /* faint dotted texture so the dark hero doesn't read flat */
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.4px);
  background-size: 22px 22px; opacity: .6;
}
/* photo hero variant (homepage) */
.cc-hero-photo .cc-hero-bg { display: none; }
.cc-hero-photo-img { position: absolute; inset: 0; z-index: -2; background-image: url("uploads/homepage-hero-az.png?v=1"); background-size: cover; background-position: 72% center; }
.cc-hero-scrim { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(16,40,34,.86) 0%, rgba(16,40,34,.58) 40%, rgba(16,40,34,.16) 70%, rgba(16,40,34,0) 100%),
  linear-gradient(180deg, rgba(16,40,34,.3) 0%, transparent 28%, rgba(16,40,34,.5) 100%); }
@media (max-width: 760px) {
  .cc-hero-photo-img { background-position: 66% center; }
  .cc-hero-scrim { background: linear-gradient(180deg, rgba(16,40,34,.52) 0%, rgba(16,40,34,.42) 34%, rgba(16,40,34,.72) 100%); }
}
.cc-hero-in { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 120px 24px 92px; display: flex; flex-direction: column; gap: 18px; color: #fff; }
.cc-hero-h { font-size: clamp(38px, 9vw, 78px); line-height: 1.0; color: #fff; letter-spacing: -.03em; }
.cc-hero-sub { font-size: clamp(16px, 2.6vw, 20px); line-height: 1.55; color: rgba(255,255,255,.86); margin: 6px 0 0; max-width: 46ch; }
.cc-hero-sub strong { color: #fff; font-weight: 700; }
.cc-hero-cta { display: flex; flex-direction: column; gap: 12px; margin-top: 10px; }
.cc-hero-cta .btn { width: 100%; }
.btn-ghost-light { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.42); box-shadow: none; }
.btn-ghost-light:hover { background: rgba(255,255,255,.18); }
.cc-hero-consent { font-size: 12px; line-height: 1.5; color: rgba(255,255,255,.62); margin: 12px 0 0; max-width: 42ch; }
.cc-hero-consent a { color: rgba(255,255,255,.86); text-decoration: underline; text-underline-offset: 2px; }
.cc-hero-consent a:hover { color: #fff; }
.cc-hero-micro { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 16px; }
.cc-micro { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.82); }
.cc-micro .ph { color: var(--gold); font-size: 17px; }

/* rotating word */
.cc-rot { position: relative; display: inline-grid; vertical-align: bottom; color: var(--gold); }
.cc-rot-ghost { visibility: hidden; grid-area: 1 / 1; white-space: nowrap; }
.cc-rot-word { grid-area: 1 / 1; white-space: nowrap; }
@media (prefers-reduced-motion: no-preference) {
  .cc-rot-word.anim { animation: ccRot .5s cubic-bezier(.16,1,.3,1) both; }
}
@keyframes ccRot { from { opacity: 0; transform: translateY(.32em); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .cc-hero-in.anim > * { animation: ccUp .6s cubic-bezier(.16,1,.3,1) both; }
  .cc-hero-in.anim > *:nth-child(1) { animation-delay: .05s; }
  .cc-hero-in.anim > *:nth-child(2) { animation-delay: .13s; }
  .cc-hero-in.anim > *:nth-child(3) { animation-delay: .21s; }
  .cc-hero-in.anim > *:nth-child(4) { animation-delay: .29s; }
  .cc-hero-in.anim > *:nth-child(5) { animation-delay: .37s; }
}
@keyframes ccUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ── problem ────────────────────────────────────────────────────── */
.cc-pain-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.cc-pain { background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.cc-pain-ico { width: 48px; height: 48px; border-radius: 13px; background: var(--bone); color: var(--ink-mute); display: grid; place-items: center; font-size: 26px; margin-bottom: 14px; }
.cc-pain-h { font-family: var(--display); font-weight: 800; font-size: 18px; letter-spacing: -.01em; color: var(--ink); margin-bottom: 6px; }
.cc-pain-b { font-size: 14.5px; line-height: 1.5; color: var(--ink-mute); margin: 0; }

/* ── capabilities ───────────────────────────────────────────────── */
.cc-caps-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.cc-cap { display: flex; gap: 16px; align-items: flex-start; background: var(--white); border: 1.5px solid var(--line-soft); border-radius: var(--r-lg); padding: 22px; box-shadow: var(--shadow-sm); transition: border-color .18s, box-shadow .2s, transform .12s; text-decoration: none; color: inherit; }
.cc-cap-ico { width: 52px; height: 52px; flex: none; border-radius: 14px; background: var(--pine-tint); color: var(--pine); display: grid; place-items: center; font-size: 28px; }
.cc-cap-ico.gold { background: var(--gold); color: #2A1E08; }
.cc-cap-h { font-family: var(--display); font-weight: 800; font-size: 19px; letter-spacing: -.01em; color: var(--ink); margin-bottom: 6px; }
.cc-cap-b { font-size: 14.5px; line-height: 1.55; color: var(--ink-mute); margin: 0; }
.cc-cap-cta { background: var(--pine); border-color: var(--pine); cursor: pointer; }
.cc-cap-cta:hover { background: var(--pine-deep); border-color: var(--pine-deep); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.cc-cap-cta .cc-cap-h { color: #fff; }
.cc-cap-cta .cc-cap-b { color: rgba(255,255,255,.78); }
.cc-cap-go { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; font-family: var(--body); font-weight: 700; font-size: 14px; color: var(--gold); }
.cc-cap-cta:hover .cc-cap-go .ph { transform: translateX(3px); transition: transform .15s; }

/* ── how it works ───────────────────────────────────────────────── */
.cc-steps { display: grid; grid-template-columns: 1fr; gap: 14px; counter-reset: step; }
.cc-step { position: relative; background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 24px 22px; box-shadow: var(--shadow-sm); }
.cc-step-n { font-family: var(--display); font-weight: 800; font-size: 15px; color: var(--gold-deep); letter-spacing: .04em; margin-bottom: 16px; }
.cc-step-ico { width: 50px; height: 50px; border-radius: 13px; background: var(--pine-tint); color: var(--pine); display: grid; place-items: center; font-size: 27px; margin-bottom: 14px; }
.cc-step-h { font-family: var(--display); font-weight: 800; font-size: 18.5px; letter-spacing: -.01em; color: var(--ink); margin-bottom: 6px; }
.cc-step-b { font-size: 14.5px; line-height: 1.5; color: var(--ink-mute); margin: 0; }

/* ── chat demo ──────────────────────────────────────────────────── */
.cc-demo { overflow: hidden; }
/* iMessage-style conversation mockup */
.cc-phone { max-width: 380px; margin: 0 auto; background: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.cc-phone-top { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 16px 12px 12px; background: rgba(246,246,248,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-bottom: 1px solid rgba(0,0,0,.07); }
.cc-phone-avatar { width: 52px; height: 52px; flex: none; border-radius: 50%; background: var(--pine); color: #fff; display: grid; place-items: center; font-size: 26px; }
.cc-phone-name { display: inline-flex; align-items: center; gap: 3px; font-family: var(--body); font-weight: 600; font-size: 13px; color: #000; }
.cc-phone-caret { font-size: 11px; color: #c2c2c7; }
.cc-phone-body { display: flex; flex-direction: column; gap: 4px; padding: 16px 12px; background: #fff; }
.cc-bubble { max-width: 76%; padding: 8px 13px; font-size: 14.5px; line-height: 1.35; border-radius: 18px; word-wrap: break-word; }
.cc-bubble.them { align-self: flex-end; background: #0a84ff; color: #fff; border-bottom-right-radius: 5px; }   /* you (outgoing) */
.cc-bubble.us { align-self: flex-start; background: #e9e9eb; color: #000; border-bottom-left-radius: 5px; }      /* Casa Concierge (incoming) */
.cc-phone-input { display: flex; align-items: center; gap: 9px; padding: 10px 12px 14px; background: #fff; border-top: 1px solid rgba(0,0,0,.06); }
.cc-phone-field { flex: 1; padding: 9px 14px; border: 1px solid rgba(0,0,0,.16); border-radius: 999px; font-size: 14px; color: #9a9aa0; text-align: left; }
.cc-send { width: 32px; height: 32px; flex: none; border-radius: 50%; background: #0a84ff; color: #fff; display: grid; place-items: center; font-size: 16px; }
.cc-demo-cta { display: flex; justify-content: center; margin-top: 30px; }
.cc-demo-cta .btn { width: auto; min-width: 260px; }

@media (prefers-reduced-motion: no-preference) {
  .cc-phone-body .cc-bubble { animation: ccUp .45s cubic-bezier(.16,1,.3,1) both; }
  .cc-phone-body .cc-bubble:nth-child(1) { animation-delay: .1s; }
  .cc-phone-body .cc-bubble:nth-child(2) { animation-delay: .35s; }
  .cc-phone-body .cc-bubble:nth-child(3) { animation-delay: .6s; }
  .cc-phone-body .cc-bubble:nth-child(4) { animation-delay: .85s; }
  .cc-phone-body .cc-bubble:nth-child(5) { animation-delay: 1.1s; }
  .cc-phone-body .cc-bubble:nth-child(6) { animation-delay: 1.35s; }
}

/* ── services grid ──────────────────────────────────────────────── */
.cc-svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cc-svc { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 20px 12px; box-shadow: var(--shadow-sm); transition: border-color .15s, transform .12s, box-shadow .2s; }
.cc-svc:hover { border-color: var(--sage); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.cc-svc-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--pine-tint); color: var(--pine); display: grid; place-items: center; font-size: 25px; }
.cc-svc span { font-family: var(--body); font-weight: 600; font-size: 14px; color: var(--ink-soft); }

/* ── benefits ───────────────────────────────────────────────────── */
.cc-ben-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.cc-ben { background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 24px 22px; box-shadow: var(--shadow-sm); }
.cc-ben-ico { width: 50px; height: 50px; border-radius: 13px; background: var(--pine-tint); color: var(--pine); display: grid; place-items: center; font-size: 27px; margin-bottom: 14px; }
.cc-ben-h { font-family: var(--display); font-weight: 800; font-size: 18.5px; letter-spacing: -.01em; color: var(--ink); margin-bottom: 6px; }
.cc-ben-t { font-size: 14.5px; line-height: 1.55; color: var(--ink-mute); margin: 0; }

/* ── testimonials ───────────────────────────────────────────────── */
/* auto-scrolling testimonial marquee (full-bleed, seamless loop) */
.cc-rev-marquee { position: relative; left: 50%; width: 100vw; margin-left: -50vw; margin-top: 26px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.cc-rev-track { display: flex; width: max-content; padding: 10px 16px; animation: ccRevScroll 48s linear infinite; }
@keyframes ccRevScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .cc-rev-marquee { overflow-x: auto; -webkit-overflow-scrolling: touch; -webkit-mask-image: none; mask-image: none; }
  .cc-rev-track { animation: none; }
}
.cc-rev { background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px; }
.cc-rev-track .cc-rev { flex: 0 0 300px; width: 300px; margin-right: 16px; }
.cc-rev-track .cc-rev figcaption { margin-top: auto; }
.cc-rev blockquote { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--ink-soft); }
.cc-rev figcaption { display: flex; flex-direction: column; gap: 1px; }
.cc-rev-name { font-family: var(--display); font-weight: 800; font-size: 15px; color: var(--ink); }
.cc-rev-city { font-size: 13px; color: var(--ink-mute); }

/* ── final CTA ──────────────────────────────────────────────────── */
.cc-cta-in { max-width: 720px; margin: 0 auto; text-align: center; }
.cc-cta .sec-h2 { color: #fff; }
.cc-cta-sub { font-size: clamp(15px, 2.4vw, 18px); line-height: 1.55; color: rgba(255,255,255,.82); margin: 14px auto 26px; max-width: 50ch; }
.cc-cta-btn { width: auto; min-width: 280px; margin: 0 auto; }
.cc-cta-fine { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.7); }
.cc-cta-fine .ph { color: var(--gold); }

/* ── faq ────────────────────────────────────────────────────────── */
.cc-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.cc-faq-item { background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-md); overflow: hidden; }
.cc-faq-item.open { border-color: var(--sage); }
.cc-faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px; font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--ink); text-align: left; }
.cc-faq-q .ph { color: var(--pine); flex: none; }
.cc-faq-a { margin: 0; padding: 0 18px 18px; font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

/* ── footer ─────────────────────────────────────────────────────── */
.cc-footer { background: var(--pine-deep); color: #fff; padding: 56px 24px 30px; }
.cc-footer-in { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 36px; }
.cc-footer-brand .cc-logo { margin-bottom: 14px; }
.cc-footer-brand .cc-logo-mark { background: rgba(255,255,255,.16); }
.cc-footer-tag { font-size: 14.5px; line-height: 1.55; color: rgba(255,255,255,.72); margin: 0 0 18px; max-width: 36ch; }
.cc-footer-cta { width: auto; min-width: 200px; }
.cc-footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
.cc-footer-h { font-family: var(--body); font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.cc-footer-col { display: flex; flex-direction: column; gap: 10px; }
.cc-footer-col a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 14.5px; }
.cc-footer-col a:hover { color: #fff; }
.cc-footer-fine { max-width: 1200px; margin: 36px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; gap: 8px; font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.5; }
.cc-footer-disclaimer { max-width: 1200px; margin: 16px auto 0; font-size: 11.5px; line-height: 1.6; color: rgba(255,255,255,.4); }
.cc-footer-disclaimer p { margin: 7px 0 0; }
.cc-footer-legal-note { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: rgba(255,255,255,.6); font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; }
.cc-footer-legal-note .ph { color: var(--gold); font-size: 13px; }

/* ── floating concierge dock ────────────────────────────────────── */
.cc-dock { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: none; flex-direction: column; align-items: flex-end; gap: 14px; }
.cc-launcher { display: inline-flex; align-items: center; gap: 10px; height: 56px; padding: 0 22px 0 18px; border: none; border-radius: 999px; background: var(--gold); color: #2A1E08; font-family: var(--display); font-weight: 800; font-size: 16px; cursor: pointer; box-shadow: var(--shadow-gold), var(--shadow-lg); transition: transform .15s, background .2s; }
.cc-launcher:hover { transform: translateY(-2px); background: var(--gold-deep); }
.cc-launcher .ph { font-size: 24px; }
.cc-widget { width: 340px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; animation: ccPop .26s cubic-bezier(.16,1,.3,1) both; }
@keyframes ccPop { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: none; } }
.cc-widget-head { display: flex; align-items: center; gap: 11px; padding: 16px; background: var(--pine); color: #fff; }
.cc-widget-name { font-family: var(--display); font-weight: 800; font-size: 15.5px; }
.cc-widget-status { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.72); margin-top: 2px; }
.cc-widget-x { margin-left: auto; width: 32px; height: 32px; flex: none; border-radius: 9px; border: none; background: rgba(255,255,255,.14); color: #fff; cursor: pointer; display: grid; place-items: center; font-size: 16px; }
.cc-widget-x:hover { background: rgba(255,255,255,.24); }
.cc-widget-body { padding: 18px 16px; display: flex; flex-direction: column; gap: 12px; }
.cc-widget-msg { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-soft); background: var(--bone); border-radius: 14px; padding: 13px 15px; }
.cc-widget-input { min-height: 50px; }
.cc-widget-go { width: 100%; min-height: 52px; order: 3; }
.cc-widget-input { order: 2; }
.cc-widget-alt { order: 4; display: inline-flex; align-items: center; gap: 7px; justify-content: center; font-family: var(--body); font-weight: 700; font-size: 13.5px; color: var(--pine); text-decoration: none; padding-top: 2px; }
.cc-widget-alt:hover { color: var(--pine-deep); }

/* mobile sticky bar: hidden until the hero scrolls away, then two deep-link CTAs */
.cc-mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: flex; gap: 10px; padding: 11px 16px calc(11px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.55); backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%); border-top: 1px solid rgba(255,255,255,.6); box-shadow: 0 -1px 0 rgba(23,26,33,.05), 0 -10px 34px rgba(23,26,33,.1); transform: translateY(120%); opacity: 0; visibility: hidden; transition: transform .28s ease, opacity .28s ease, visibility .28s; }
.cc-mobile-bar.show { transform: translateY(0); opacity: 1; visibility: visible; }
.cc-mobile-bar .btn { flex: 1; min-width: 0; min-height: 50px; padding: 8px 10px; gap: 7px; font-size: 14px; line-height: 1.15; white-space: normal; }
.cc-mobile-bar .btn-gold { box-shadow: var(--shadow-gold); }
.cc-mobile-bar .btn-ghost { background: rgba(255,255,255,.55); border-color: rgba(31,77,69,.2); color: var(--pine); box-shadow: var(--shadow-sm); }
.cc-mobile-bar .btn-ghost:hover { border-color: var(--pine); background: rgba(255,255,255,.78); }
.cc-mobile-bar .btn .ph { font-size: 16px; flex: none; }

/* ── desktop ────────────────────────────────────────────────────── */
@media (min-width: 760px) {
  .cc-pain-grid { grid-template-columns: repeat(2, 1fr); }
  .cc-steps { grid-template-columns: repeat(2, 1fr); }
  .cc-ben-grid { grid-template-columns: repeat(2, 1fr); }
  .cc-svc-grid { grid-template-columns: repeat(4, 1fr); }
  .cc-hero-cta { flex-direction: row; }
  .cc-hero-cta .btn { width: auto; min-width: 230px; }
}
@media (min-width: 1000px) {
  .cc-nav { display: flex; }
  .cc-burger { display: none; }
  .cc-header-cta { display: inline-flex; }
  .cc-steps { grid-template-columns: repeat(4, 1fr); }
  .cc-ben-grid { grid-template-columns: repeat(3, 1fr); }
  .cc-svc-grid { grid-template-columns: repeat(8, 1fr); }
  .cc-caps-grid { grid-template-columns: repeat(2, 1fr); }
  .cc-cap-wide { grid-column: 1 / -1; }
  .cc-footer-in { grid-template-columns: 1.3fr 2fr; }
  .cc-footer-cols { grid-template-columns: repeat(3, 1fr); }
  .cc-dock { display: flex; }
  .cc-mobile-bar { display: none; }
}

/* ── service-area gate (address buffer before text/call) ────────── */
/* full-page Get Started experience */
.cc-flow { position: fixed; inset: 0; z-index: 200; background: var(--bone); display: flex; flex-direction: column; animation: ccFlowIn .24s ease both; }
@keyframes ccFlowIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.cc-flow-bar { flex: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 64px; padding: 0 18px; border-bottom: 1px solid var(--line); background: rgba(244,237,224,.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.cc-flow-back { display: inline-flex; align-items: center; gap: 6px; background: none; border: none; cursor: pointer; font-family: var(--body); font-weight: 700; font-size: 14.5px; color: var(--ink-soft); padding: 8px 4px; }
.cc-flow-back:hover { color: var(--pine); }
.cc-flow-x { width: 40px; height: 40px; flex: none; border-radius: 11px; border: 1.5px solid var(--line); background: var(--white); color: var(--ink-soft); display: grid; place-items: center; font-size: 18px; cursor: pointer; }
.cc-flow-x:hover { border-color: var(--sage); color: var(--pine); }
.cc-flow-scroll { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.cc-flow-inner { width: 100%; max-width: 480px; margin: 0 auto; padding: 40px 22px calc(48px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; }
.cc-flow-ico { width: 58px; height: 58px; flex: none; border-radius: 16px; background: var(--pine-tint); color: var(--pine); display: grid; place-items: center; font-size: 31px; margin-bottom: 18px; }
.cc-flow .cc-gate-h { font-size: clamp(25px, 6.5vw, 31px); }
.cc-flow .cc-gate-sub { font-size: 15px; margin-bottom: 20px; }
.cc-flow .cc-gate-go { margin-top: 20px; }

.cc-gate-veil { position: fixed; inset: 0; z-index: 120; background: rgba(8,18,16,.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); display: flex; align-items: flex-end; justify-content: center; }
@media (min-width: 640px) { .cc-gate-veil { align-items: center; padding: 24px; } }
.cc-gate { width: 100%; max-width: 460px; background: var(--white); border-radius: 24px 24px 0 0; padding: 24px 22px calc(24px + env(safe-area-inset-bottom)); box-shadow: var(--shadow-lg); animation: ccGateUp .26s cubic-bezier(.16,1,.3,1) both; }
@media (min-width: 640px) { .cc-gate { border-radius: 24px; } }
@keyframes ccGateUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.cc-gate-top { display: flex; align-items: center; margin-bottom: 14px; }
.cc-gate-ico { width: 46px; height: 46px; border-radius: 13px; background: var(--pine-tint); color: var(--pine); display: grid; place-items: center; font-size: 24px; }
.cc-gate-x { margin-left: auto; width: 34px; height: 34px; border-radius: 9px; border: none; background: var(--bone); color: var(--ink-mute); display: grid; place-items: center; font-size: 17px; cursor: pointer; }
.cc-gate-h { font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: -.02em; color: var(--ink); }
.cc-gate-sub { font-size: 14px; line-height: 1.5; color: var(--ink-mute); margin: 5px 0 16px; }
.cc-gate-input { width: 100%; height: 54px; margin-bottom: 12px; }
.cc-gate-input.bad { border-color: #C0532E; box-shadow: 0 0 0 3px rgba(192,83,46,.14); }
.cc-gate-go { width: 100%; }
.cc-gate-fine { font-size: 11.5px; line-height: 1.5; color: var(--ink-mute); margin: 12px 0 0; }
.cc-gate-fine a { color: var(--pine); text-decoration: underline; text-underline-offset: 2px; }
.cc-gate-back { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; background: none; border: none; cursor: pointer; font-family: var(--body); font-weight: 700; font-size: 13.5px; color: var(--ink-mute); }
.cc-gate-back:hover { color: var(--pine); }

/* capture form + onboarding wizard */
.cc-gate { max-height: 92vh; overflow-y: auto; }
.cc-gate-label { display: block; font-family: var(--display); font-weight: 700; font-size: 13px; color: var(--ink-soft); margin: 4px 0 6px; }
.cc-gate-input { margin-bottom: 4px; }
.cc-gate-go { width: 100%; margin-top: 16px; }
.cc-gate-go2 { margin-top: 10px; }
.cc-gate-steps { display: flex; gap: 6px; margin-bottom: 14px; }
.cc-gate-dot { height: 4px; flex: 1; border-radius: 2px; background: var(--line); transition: background .2s; }
.cc-gate-dot.on { background: var(--gold); }
.cc-gate-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.cc-gate-chip { display: inline-flex; align-items: center; gap: 6px; padding: 9px 14px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--white); font-family: var(--body); font-weight: 600; font-size: 13.5px; color: var(--ink-soft); cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.cc-gate-chip:hover { border-color: var(--sage); }
.cc-gate-chip.on { border-color: var(--pine); background: var(--pine-tint); color: var(--pine); }
.cc-gate-chip .ph { font-size: 14px; }
.cc-gate-alt { display: inline-flex; align-items: center; gap: 7px; justify-content: center; width: 100%; margin-top: 12px; background: none; border: none; cursor: pointer; font-family: var(--body); font-weight: 700; font-size: 13.5px; color: var(--pine); }
.cc-gate-alt:hover { color: var(--pine-deep); }

/* onboarding method choice (wizard vs voice AI) */
.cc-gate-option { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 15px 16px; margin-top: 12px; border-radius: var(--r-md); border: 1.5px solid var(--line); background: var(--white); cursor: pointer; transition: border-color .15s, box-shadow .2s, transform .1s; }
.cc-gate-option:hover { border-color: var(--pine); box-shadow: var(--shadow-sm); }
.cc-gate-option:active { transform: scale(.99); }
.cc-gate-option-ico { width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--pine-tint); color: var(--pine); display: grid; place-items: center; font-size: 24px; }
.cc-gate-option-ico.gold { background: #FBEFD6; color: var(--gold-deep); }
.cc-gate-option-body { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.cc-gate-option-h { font-family: var(--display); font-weight: 800; font-size: 16px; color: var(--ink); }
.cc-gate-option-b { font-size: 13px; line-height: 1.45; color: var(--ink-mute); }
.cc-gate-option-go { color: var(--ink-mute); font-size: 18px; flex: none; }
