/*
Theme Name: City Key Locksmith
Theme URI: https://citykeylocksmith.com
Author: City Key Locksmith
Description: Custom WordPress theme for City Key Locksmith — 24-hour GTA locksmith. Navy design with dynamic Gutenberg blocks that mirror the approved React site (hero, trust bar, services, why-choose, city cards, reviews, FAQ, contact form, CTA and more).
Version: 1.1.8
Requires at least: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: citykey
*/

/* ── Design tokens ─────────────────────────────────────── */
:root {
  --ck-navy: #14284b;          /* primary — hsl(222 65% 22%) */
  --ck-navy-dark: #0e1d38;
  --ck-navy-90: rgba(20, 40, 75, 0.92);
  --ck-navy-08: rgba(20, 40, 75, 0.08);
  --ck-navy-10: rgba(20, 40, 75, 0.10);
  --ck-navy-20: rgba(20, 40, 75, 0.20);
  --ck-gold: #fbbf24;
  --ck-whatsapp: #25d366;
  --ck-slate-900: #0f172a;
  --ck-slate-800: #1e293b;
  --ck-slate-700: #334155;
  --ck-slate-600: #475569;
  --ck-slate-500: #64748b;
  --ck-slate-400: #94a3b8;
  --ck-slate-200: #e2e8f0;
  --ck-slate-100: #f1f5f9;
  --ck-slate-50: #f8fafc;
  --ck-gray-100: #f3f4f6;
  --ck-gray-200: #e5e7eb;
  --ck-radius: 0.75rem;
  --ck-radius-2xl: 1rem;
  --ck-radius-3xl: 1.5rem;
  --ck-font: 'Inter', system-ui, -apple-system, sans-serif;
  --ck-font-heading: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
}

/* ── Base ──────────────────────────────────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ck-font);
  color: var(--ck-slate-700);
  background: #fff;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px; /* room for mobile sticky bar */
}
@media (min-width: 768px) { body { padding-bottom: 0; } }

h1, h2, h3, h4 { color: var(--ck-slate-900); line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; margin: 0 0 0.75rem; font-family: var(--ck-font-heading); }
h1 { font-size: clamp(2.25rem, 5vw, 4.5rem); line-height: 1.1; }
h2 { font-size: clamp(1.75rem, 3.5vw, 3rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1rem; }
a { color: var(--ck-navy); }
img { max-width: 100%; height: auto; }
ul { line-height: 1.6; }
::selection { background: var(--ck-navy); color: #fff; }
.ck-hero .ck-container {width: 100%;}
.ck-container { max-width: 1536px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .ck-container { padding: 0 1.5rem; } }
.ck-container--narrow { max-width: 896px; }
.ck-container--wide { max-width: 1200px; }

/* ── Buttons ───────────────────────────────────────────── */
.ck-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  border-radius: var(--ck-radius); font-weight: 700; text-decoration: none;
  padding: 0 1.75rem; height: 3.5rem; font-size: 1rem; border: 2px solid transparent;
  transition: all 0.2s ease; cursor: pointer; line-height: 1;
}
.ck-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.ck-call-bubble svg { width: 20px; height: 20px; }
.ck-btn--lg { height: 4rem; font-size: 1.125rem; }
.ck-btn--sm { height: 3rem; font-size: 0.95rem; padding: 0 1.25rem; }
.ck-btn--primary { background: var(--ck-navy); color: #fff; box-shadow: 0 12px 24px rgba(20,40,75,0.20); }
.ck-btn--primary:hover { background: var(--ck-navy-dark); color: #fff; transform: translateY(-1px); }
.ck-btn--white { background: #fff; color: var(--ck-navy); box-shadow: 0 12px 28px rgba(0,0,0,0.18); }
.ck-btn--white:hover { background: var(--ck-slate-100); color: var(--ck-navy); }
.ck-btn--dark { background: var(--ck-slate-900); color: #fff; }
.ck-btn--dark:hover { background: var(--ck-slate-800); color: #fff; }
.ck-btn--outline { background: rgba(255,255,255,0.8); color: var(--ck-slate-900); border-color: var(--ck-slate-200); }
.ck-btn--outline:hover { background: #fff; }
.ck-btn--outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.ck-btn--outline-white:hover { background: #fff; color: var(--ck-navy); }
.ck-btn--whatsapp { background: var(--ck-whatsapp); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,0.2); }
.ck-btn--whatsapp:hover { background: #20bd5a; color: #fff; }
.ck-btn--block { width: 100%; }
.ck-btn--block-mobile { width: 100%; }

@media (min-width: 640px) { .ck-btn--block-mobile { width: auto; } }

/* ── Header ────────────────────────────────────────────── */
.ck-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--ck-navy); border-bottom: 1px solid rgba(255,255,255,0.10);
}
.ck-header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.ck-header__logo img { height: 44px; width: auto; display: block; }
.ck-header__logo { display: flex; align-items: center; text-decoration: none; }
.ck-nav { display: none; align-items: center; gap: 2rem; }
@media (min-width: 1024px) { .ck-nav { display: flex; } }
.ck-nav a { color: rgba(255,255,255,0.85); text-decoration: none; font-weight: 600; font-size: 0.875rem; transition: color 0.15s; }
.ck-nav a:hover, .ck-nav .current-menu-item > a { color: #fff; }

/* Locations dropdown (pure CSS hover) */
.ck-nav .menu-item-has-children { position: relative; }
.ck-nav .menu-item-has-children > a::after { content: ' ▾'; font-size: 0.7em; opacity: 0.6; }
.ck-nav .sub-menu {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px);
  background: #fff; border: 1px solid var(--ck-gray-100); border-radius: 0.75rem; box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  padding: 0.5rem; min-width: 208px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transition: all 0.2s ease;
}
.ck-nav .menu-item-has-children:hover .sub-menu,
.ck-nav .menu-item-has-children:focus-within .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.ck-nav .sub-menu a { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 0.9rem; color: var(--ck-slate-700); border-radius: 0.5rem; font-weight: 500; }
.ck-nav .sub-menu a:hover { background: var(--ck-navy-08); color: var(--ck-navy); }
.ck-nav .sub-menu a svg { width: 14px; height: 14px; color: var(--ck-navy); opacity: 0.6; }

.ck-header__cta { display: none; }
.ck-header__cta-wrap { display: none; }
@media (min-width: 1024px) {
  .ck-header__cta-wrap { display: flex; align-items: center; gap: 1rem; }
  .ck-header__phone { display: flex; flex-direction: column; align-items: flex-end; }
  .ck-header__phone-eyebrow { font-size: 0.7rem; font-weight: 800; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }
  .ck-header__phone a { color: #fff; font-weight: 800; font-size: 1.05rem; text-decoration: none; }
  .ck-header__cta { display: inline-flex; background: #fff; color: var(--ck-navy); padding: 0 1.75rem; height: 3rem; border-radius: 999px; font-size: 0.95rem; box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
  .ck-header__cta svg { fill: currentColor; }
}

/* Mobile header buttons */
.ck-header__mobile { display: flex; align-items: center; gap: 0.75rem; }
@media (min-width: 1024px) { .ck-header__mobile { display: none; } }
.ck-header__mobile a, .ck-header__mobile button {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 999px; border: 0;
  background: rgba(255,255,255,0.12); color: #fff; cursor: pointer; text-decoration: none; position: relative; z-index: 110;
}
.ck-header__mobile a svg, .ck-header__mobile button svg { width: 20px; height: 20px; }
.ck-header__mobile .ck-call-bubble { background: #fff; color: var(--ck-navy); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.ck-header__mobile .ck-call-bubble svg { fill: currentColor; }
.ck-menu-toggle .ck-icon-close { display: none; }
.ck-menu-toggle.is-active .ck-icon-open { display: none; }
.ck-menu-toggle.is-active .ck-icon-close { display: inline-flex; }

/* Mobile menu overlay */
.ck-mobile-menu {
  position: fixed; inset: 0; z-index: 90; background: var(--ck-navy);
  padding: 6rem 1.5rem 3rem; transform: translateY(-100%);
  transition: transform 0.3s ease; overflow-y: auto;
}
.ck-mobile-menu.is-open { transform: translateY(0); }
.ck-mobile-menu a { color: #fff; text-decoration: none; font-weight: 800; font-size: 1.5rem; display: block; margin-bottom: 1.5rem; }
.ck-mobile-menu__cities-label { font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
.ck-mobile-menu .ck-mobile-menu__cities a { font-size: 1.05rem; font-weight: 500; color: rgba(255,255,255,0.7); margin-bottom: 0.9rem; }
.ck-mobile-menu__cities { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; padding-left: 1rem; margin-bottom: 0.5rem; }
.ck-mobile-menu__footer { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.15); }
.ck-mobile-menu .ck-btn { font-size: 1.1rem; width: 100%; margin-bottom: 0; }
.ck-mobile-menu a.ck-btn--white { color: var(--ck-navy); }
/* ── Hero: light (home) ────────────────────────────────── */
.ck-hero-light { position: relative; padding: 8rem 0 5rem; overflow: hidden; }
@media (min-width: 1024px) { .ck-hero-light { padding: 12rem 0 8rem; } }
.ck-hero-light__bg { position: absolute; inset: 0; z-index: 0; background: var(--ck-slate-50); }
.ck-hero-light__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; opacity: 0.8; }
@media (min-width: 768px) { .ck-hero-light__bg img { object-position: right center; } }
.ck-hero-light__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.6) 100%); }
.ck-hero-light__inner { position: relative; z-index: 2; max-width: 48rem; }
.ck-hero-light h1 { color: var(--ck-slate-900); font-weight: 800; margin-bottom: 1.5rem; }
.ck-hero-light__sub { font-size: 1.125rem; color: var(--ck-slate-700); max-width: 42rem; margin-bottom: 2.5rem; font-weight: 500; line-height: 1.7; }
@media (min-width: 768px) { .ck-hero-light__sub { font-size: 1.25rem; } }
.ck-hero-light__ctas { display: flex; flex-direction: column; gap: 1rem; max-width: 36rem; }
@media (min-width: 640px) { .ck-hero-light__ctas { flex-direction: row; } }
.ck-hero-light__ctas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (min-width: 640px) { .ck-hero-light__ctas .ck-btn { flex: 1; } }

/* Badge pill (light) */
.ck-badge-light {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.85rem;
  border-radius: 999px; background: var(--ck-navy-10); border: 1px solid var(--ck-navy-20);
  color: var(--ck-navy); font-weight: 700; font-size: 0.875rem; margin-bottom: 1.5rem;
}
.ck-badge-light .ck-pulse-dot { background: var(--ck-navy); }
.ck-badge-light .ck-pulse-dot::after { background: var(--ck-navy); }

/* ── Hero: dark (inner / city) ─────────────────────────── */
.ck-hero { position: relative; min-height: 520px; display: flex; align-items: center; padding: 9rem 0 5rem; color: #fff; overflow: hidden; background: var(--ck-navy); }
@media (min-width: 768px) { .ck-hero { min-height: 560px; } }
.ck-hero__bg { position: absolute; inset: 0; z-index: 0; }
.ck-hero__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ck-hero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ck-navy-90) 0%, rgba(20,40,75,0.8) 45%, rgba(20,40,75,0.3) 100%); }
.ck-hero--plain { background: var(--ck-navy); min-height: 360px; padding: 8rem 0 5rem; }
.ck-hero--plain::before { content: ''; position: absolute; inset: 0; opacity: 0.1; background: radial-gradient(circle at center, #fff, transparent 70%); }
.ck-hero__inner { position: relative; z-index: 2; }
.ck-hero__inner--center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.ck-hero__inner--center .ck-breadcrumb { justify-content: center; }
.ck-hero__inner--center h1, .ck-hero__inner--center .ck-hero__sub { margin-left: auto; margin-right: auto; }
.ck-hero__inner--center .ck-hero__ctas { justify-content: center; }
.ck-breadcrumb { display: flex; gap: 0.5rem; align-items: center; font-size: 0.875rem; color: rgba(255,255,255,0.6); font-weight: 500; margin-bottom: 1.5rem; }
.ck-breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.ck-breadcrumb a:hover { color: #fff; }
.ck-breadcrumb svg { width: 16px; height: 16px; }
.ck-breadcrumb strong { color: #fff; font-weight: 600; }
.ck-badge {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.85rem;
  border-radius: 999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-weight: 700; font-size: 0.875rem; margin-bottom: 1.5rem;
}
.ck-badge svg { width: 16px; height: 16px; }
.ck-pulse-dot { width: 10px; height: 10px; border-radius: 999px; background: #fff; position: relative; flex-shrink: 0; }
.ck-pulse-dot::after { content: ''; position: absolute; inset: 0; border-radius: 999px; background: #fff; opacity: 0.6; animation: ck-ping 1.5s cubic-bezier(0,0,0.2,1) infinite; }
@keyframes ck-ping { 75%, 100% { transform: scale(2.2); opacity: 0; } }
.ck-hero h1 { color: #fff; max-width: 48rem; }
.ck-hero__sub { font-size: 1.25rem; color: rgba(255,255,255,0.85); max-width: 42rem; margin-bottom: 2.5rem; line-height: 1.7; }
.ck-hero__ctas { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 640px) { .ck-hero__ctas { flex-direction: row; flex-wrap: wrap; } }

/* ── Trust bar ─────────────────────────────────────────── */
.ck-trustbar { background: var(--ck-slate-900); padding: 1.5rem 0; border-bottom: 4px solid var(--ck-navy); }
.ck-trustbar__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem 1.75rem; }
@media (min-width: 768px) { .ck-trustbar__row { justify-content: space-between; } }
.ck-trustbar__item { display: flex; align-items: center; gap: 0.75rem; color: #fff; font-weight: 600; font-size: 0.875rem; }
@media (min-width: 768px) { .ck-trustbar__item { font-size: 1rem; } }
.ck-trustbar__item svg { width: 20px; height: 20px; color: var(--ck-navy); flex-shrink: 0; }

/* ── Sections ──────────────────────────────────────────── */
.ck-section { padding: 6rem 0; }
.ck-section--sm { padding: 4rem 0; }
.ck-section--alt { background: var(--ck-slate-50); position: relative; }
.ck-section--alt::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--ck-gray-200), transparent); }
.ck-section--white { background: #fff; }
.ck-section--dark { background: var(--ck-slate-900); color: #fff; }
.ck-section__head { text-align: center; max-width: 48rem; margin: 0 auto 4rem; }
.ck-section__head h2 { margin-bottom: 1.5rem; }
.ck-section__head p { font-size: 1.125rem; color: var(--ck-slate-600); }
.ck-section--dark .ck-section__head { text-align: left; margin-left: 0; }
.ck-section--dark .ck-section__head h2 { color: #fff; }
.ck-section--dark .ck-section__head p { color: var(--ck-slate-400); font-weight: 500; }
.ck-eyebrow { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.8rem; font-weight: 800; color: var(--ck-navy); margin-bottom: 0.75rem; }
.ck-text-center { text-align: center; }
.ck-mt-2 { margin-top: 3rem; }

/* ── Services overview (home) ──────────────────────────── */
.ck-svc-overview { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .ck-svc-overview { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .ck-svc-overview { grid-template-columns: repeat(4, 1fr); } }
.ck-svc-card {
  background: #fff; border: 2px solid var(--ck-gray-100); border-radius: var(--ck-radius-3xl); padding: 2rem;
  transition: all 0.3s ease;
}
.ck-svc-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(15,23,42,0.12); border-color: var(--ck-navy-20); }
.ck-svc-card--highlight { border-color: var(--ck-navy); box-shadow: 0 12px 28px var(--ck-navy-10); }
.ck-svc-card__icon {
  width: 56px; height: 56px; border-radius: var(--ck-radius-2xl); background: var(--ck-navy-10); color: var(--ck-navy);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; transition: all 0.2s ease;
}
.ck-svc-card__icon svg { width: 28px; height: 28px; }
.ck-svc-card:hover .ck-svc-card__icon { background: var(--ck-navy); color: #fff; }
.ck-svc-card--highlight .ck-svc-card__icon { background: var(--ck-navy); color: #fff; }
.ck-svc-card h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.ck-svc-card p { color: var(--ck-slate-600); font-weight: 500; margin-bottom: 2rem; line-height: 1.7; }
.ck-svc-card__link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; color: var(--ck-slate-900); text-decoration: none; transition: color 0.2s; }
.ck-svc-card__link:hover { color: var(--ck-navy); }
.ck-svc-card--highlight .ck-svc-card__link { color: var(--ck-navy); }
.ck-svc-card__link svg { width: 16px; height: 16px; transition: transform 0.2s; }
.ck-svc-card:hover .ck-svc-card__link svg { transform: translateX(4px); }

/* ── Why choose (2-col with image) ─────────────────────── */
.ck-why { display: grid; grid-template-columns: 1fr; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .ck-why { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.ck-why h2 { margin-bottom: 2rem; }
.ck-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.5rem; }
.ck-checklist li { display: flex; align-items: flex-start; gap: 1rem; }
.ck-checklist li svg { width: 24px; height: 24px; color: var(--ck-navy); flex-shrink: 0; margin-top: 0.15rem; }
.ck-checklist li span { font-size: 1.125rem; font-weight: 500; color: var(--ck-slate-700); }
.ck-why__media { position: relative; }
.ck-why__media-offset { position: absolute; inset: 0; background: var(--ck-navy-08); border-radius: 3rem; transform: rotate(3deg) scale(1.05); }
.ck-why__media img { position: relative; z-index: 2; border-radius: 3rem; box-shadow: 0 24px 50px rgba(15,23,42,0.25); width: 100%; height: 500px; object-fit: cover; }
.ck-why__rating {
  position: absolute; bottom: -1.5rem; left: -1.5rem; z-index: 3; background: #fff; padding: 1.5rem; border-radius: var(--ck-radius-3xl);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15); border: 1px solid var(--ck-gray-100); display: flex; align-items: center; gap: 1rem;
}
.ck-why__rating-icon { background: var(--ck-navy-10); padding: 0.75rem; border-radius: 999px; display: inline-flex; }
.ck-why__rating-icon svg { width: 32px; height: 32px; color: var(--ck-navy); fill: var(--ck-navy); }
.ck-why__rating strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--ck-slate-900); }
.ck-why__rating span { font-size: 0.8rem; font-weight: 700; color: var(--ck-slate-500); text-transform: uppercase; letter-spacing: 0.08em; }

/* ── City cards (dark slate-900) ───────────────────────── */
.ck-citycards { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .ck-citycards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ck-citycards { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
.ck-citycard { position: relative; height: 288px; border-radius: var(--ck-radius-3xl); overflow: hidden; display: block; text-decoration: none; background: var(--ck-navy); }
.ck-citycard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.ck-citycard:hover img { transform: scale(1.1); }
.ck-citycard__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, var(--ck-slate-900) 0%, rgba(15,23,42,0.4) 50%, transparent 100%); }
.ck-citycard__border { position: absolute; inset: 0; border: 2px solid transparent; border-radius: var(--ck-radius-3xl); transition: border-color 0.3s; }
.ck-citycard:hover .ck-citycard__border { border-color: rgba(20,40,75,0.5); }
.ck-citycard__body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; }
.ck-citycard__body h3 { color: #fff; font-size: 1.5rem; margin-bottom: 0.5rem; transition: transform 0.3s; }
.ck-citycard:hover .ck-citycard__body h3 { transform: translateY(-0.5rem); }
.ck-citycard__cta { display: inline-flex; align-items: center; gap: 0.5rem; color: #fff; font-weight: 700; opacity: 0; transform: translateY(1rem); transition: all 0.3s; }
.ck-citycard__cta svg { width: 16px; height: 16px; }
.ck-citycard:hover .ck-citycard__cta { opacity: 1; transform: translateY(0); }

/* ── Cards (generic / services grid) ───────────────────── */
.ck-cards { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .ck-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .ck-cards { grid-template-columns: repeat(3, 1fr); } }
.ck-card {
  background: #fff; border: 2px solid var(--ck-gray-100); border-radius: var(--ck-radius-3xl); padding: 1.75rem;
  transition: all 0.3s ease;
}
.ck-card:hover { box-shadow: 0 16px 40px rgba(15,23,42,0.1); transform: translateY(-4px); border-color: var(--ck-navy-20); }
.ck-card__icon {
  width: 48px; height: 48px; border-radius: var(--ck-radius-2xl); background: var(--ck-navy-10); color: var(--ck-navy);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; transition: all 0.2s;
}
.ck-card:hover .ck-card__icon { background: var(--ck-navy); color: #fff; }
.ck-card__icon svg { width: 24px; height: 24px; }
.ck-card h3 { font-size: 1.125rem; margin-bottom: 1rem; }
.ck-card ul { list-style: none; padding: 0; margin: 0; }
.ck-card ul li { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.5rem; font-size: 0.875rem; color: var(--ck-slate-600); }
.ck-card ul li svg { width: 16px; height: 16px; color: var(--ck-navy); flex-shrink: 0; margin-top: 0.2rem; }

/* ── Neighborhood chips ────────────────────────────────── */
.ck-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }
.ck-chip {
  display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.5rem 1rem;
  background: var(--ck-navy-08); border: 1px solid var(--ck-navy-20); border-radius: 999px; font-weight: 600; font-size: 0.875rem; color: var(--ck-navy);
}
.ck-chip svg { width: 14px; height: 14px; }
.ck-chips-label { font-size: 0.8rem; font-weight: 700; color: var(--ck-slate-500); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }

/* ── Stats grid ────────────────────────────────────────── */
.ck-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ck-stat { background: var(--ck-slate-50); border: 2px solid var(--ck-gray-100); border-radius: var(--ck-radius-2xl); padding: 1.5rem 1rem; text-align: center; }
.ck-stat__icon { width: 40px; height: 40px; border-radius: var(--ck-radius); background: var(--ck-navy-10); color: var(--ck-navy); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; }
.ck-stat__icon svg { width: 20px; height: 20px; }
.ck-stat strong { display: block; font-size: 1.875rem; font-weight: 800; color: var(--ck-navy); margin-bottom: 0.25rem; }
.ck-stat span { font-size: 0.875rem; color: var(--ck-slate-600); font-weight: 500; }

/* ── City local intro (2-col: text + stats) ───────────── */
.ck-local-intro { display: grid; grid-template-columns: 1fr; gap: 3.5rem; align-items: center; }
@media (min-width: 1024px) { .ck-local-intro { grid-template-columns: 1fr 1fr; } }
.ck-local-intro h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin: 1rem 0 1.5rem; }
.ck-local-intro p { font-size: 1.125rem; color: var(--ck-slate-600); line-height: 1.7; margin-bottom: 1.25rem; }

/* ── Why-choose (city, list of cards) ──────────────────── */
.ck-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.25rem; }
.ck-why-list li { display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem; background: var(--ck-slate-50); border: 1px solid var(--ck-gray-100); border-radius: var(--ck-radius-2xl); }
.ck-why-list__icon { width: 32px; height: 32px; border-radius: 999px; background: var(--ck-navy-10); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.1rem; }
.ck-why-list__icon svg { width: 20px; height: 20px; color: var(--ck-navy); }
.ck-why-list li span { font-size: 1.125rem; font-weight: 500; color: var(--ck-slate-700); }

/* ── Services alternating sections (services page) ─────── */
.ck-svc-section { padding: 5rem 0; }
@media (min-width: 768px) { .ck-svc-section { padding: 7rem 0; } }
.ck-svc-section--dark { background: var(--ck-navy); }
.ck-svc-row { display: grid; grid-template-columns: 1fr; gap: 3.5rem; align-items: center; }
@media (min-width: 1024px) { .ck-svc-row { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.ck-svc-text__icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: var(--ck-radius-2xl); background: var(--ck-navy-10); color: var(--ck-navy); margin-bottom: 1.5rem; }
.ck-svc-text__icon svg { width: 28px; height: 28px; }
.ck-svc-section--dark .ck-svc-text__icon { background: rgba(255,255,255,0.15); color: #fff; }
.ck-svc-text h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); margin-bottom: 1.25rem; border-left: 4px solid var(--ck-navy); padding-left: 1.25rem; }
.ck-svc-section--dark .ck-svc-text h2 { color: #fff; border-left-color: rgba(255,255,255,0.4); }
.ck-svc-text__intro { font-size: 1.125rem; color: var(--ck-slate-600); line-height: 1.7; margin-bottom: 2rem; }
.ck-svc-section--dark .ck-svc-text__intro { color: rgba(255,255,255,0.8); }
.ck-svc-text ul { list-style: none; padding: 0; margin: 0 0 2.5rem; display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 640px) { .ck-svc-text ul { grid-template-columns: repeat(2, 1fr); } }
.ck-svc-text ul li { display: flex; align-items: flex-start; gap: 0.75rem; font-weight: 500; font-size: 0.95rem; color: var(--ck-slate-700); }
.ck-svc-text ul li svg { width: 20px; height: 20px; color: var(--ck-navy); flex-shrink: 0; margin-top: 0.1rem; }
.ck-svc-section--dark .ck-svc-text ul li { color: rgba(255,255,255,0.9); }
.ck-svc-section--dark .ck-svc-text ul li svg { color: rgba(255,255,255,0.7); }
.ck-svc-media { position: relative; }
.ck-svc-media__offset { position: absolute; inset: 0; border-radius: 2.5rem; transform: rotate(2deg) scale(1.05); background: var(--ck-navy-08); }
.ck-svc-media--left .ck-svc-media__offset { transform: rotate(-2deg) scale(1.05); }
.ck-svc-section--dark .ck-svc-media__offset { background: rgba(255,255,255,0.1); }
.ck-svc-media img { position: relative; z-index: 2; width: 100%; height: 340px; object-fit: cover; border-radius: 2.5rem; box-shadow: 0 24px 50px rgba(15,23,42,0.25); }
@media (min-width: 768px) { .ck-svc-media img { height: 440px; } }
.ck-svc-media__badge {
  position: absolute; bottom: -1.25rem; left: -1.25rem; z-index: 3; background: var(--ck-navy); color: #fff;
  padding: 0.75rem 1.25rem; border-radius: var(--ck-radius-2xl); box-shadow: 0 16px 32px rgba(0,0,0,0.2);
  display: inline-flex; align-items: center; gap: 0.75rem; font-weight: 700; font-size: 0.875rem;
}
.ck-svc-media--right .ck-svc-media__badge { left: auto; right: -1.25rem; }
.ck-svc-section--dark .ck-svc-media__badge { background: #fff; color: var(--ck-navy); }
.ck-svc-media__badge svg { width: 20px; height: 20px; }
.ck-svc-section--dark .ck-svc-text .ck-btn--white { background: #fff; color: var(--ck-navy); }
@media (min-width: 1024px) {
  .ck-svc-row--imgleft .ck-svc-media { order: 1; }
  .ck-svc-row--imgleft .ck-svc-text { order: 2; }
}

/* Services sticky sub-nav */
.ck-svc-subnav { position: sticky; top: 76px; z-index: 40; background: #fff; border-bottom: 1px solid var(--ck-gray-200); box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.ck-svc-subnav__row { display: flex; overflow-x: auto; gap: 0.25rem; padding: 0.4rem 0; scrollbar-width: none; }
.ck-svc-subnav__row::-webkit-scrollbar { display: none; }
.ck-svc-subnav a { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.6rem 1rem; border-radius: var(--ck-radius); white-space: nowrap; font-size: 0.875rem; font-weight: 600; color: var(--ck-slate-600); text-decoration: none; flex-shrink: 0; transition: all 0.2s; }
.ck-svc-subnav a:hover { color: var(--ck-navy); background: var(--ck-navy-08); }
.ck-svc-subnav a svg { width: 16px; height: 16px; }

/* ── About: intro / mission / differentiators / areas ──── */
.ck-about-intro { display: grid; grid-template-columns: 1fr; gap: 3.5rem; align-items: center; }
@media (min-width: 1024px) { .ck-about-intro { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.ck-about-intro p { font-size: 1.125rem; color: var(--ck-slate-600); line-height: 1.7; margin-bottom: 1.5rem; }
.ck-pillrow { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2.5rem; }
.ck-pill { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 999px; border: 2px solid var(--ck-navy-20); color: var(--ck-slate-700); font-weight: 700; font-size: 0.875rem; }
.ck-pill svg { width: 16px; height: 16px; color: var(--ck-navy); }
.ck-about-intro__media { position: relative; }
.ck-about-intro__offset { position: absolute; inset: 0; background: var(--ck-navy-08); border-radius: 2.5rem; transform: rotate(-3deg) scale(1.05); }
.ck-about-intro__media img { position: relative; z-index: 2; border-radius: 2.5rem; box-shadow: 0 24px 50px rgba(15,23,42,0.25); width: 100%; height: 400px; object-fit: cover; }
@media (min-width: 768px) { .ck-about-intro__media img { height: 500px; } }
.ck-about-intro__badge { position: absolute; bottom: -1.5rem; left: -1.5rem; z-index: 3; background: #fff; padding: 1.5rem; border-radius: var(--ck-radius-2xl); box-shadow: 0 20px 40px rgba(0,0,0,0.15); border: 1px solid var(--ck-gray-100); }
.ck-about-intro__badge p { font-size: 1.125rem; font-weight: 800; color: var(--ck-slate-900); margin: 0 0 0.5rem; }
.ck-about-intro__badge .ck-reviews__stars { margin: 0; }
.ck-about-intro__badge .ck-reviews__stars svg { color: var(--ck-navy); fill: var(--ck-navy); width: 20px; height: 20px; }

.ck-mission { background: var(--ck-navy); color: #fff; padding: 6rem 0; position: relative; overflow: hidden; }
.ck-mission__inner { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 2; }
.ck-mission__eyebrow { font-size: 0.8rem; font-weight: 700; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 2rem; }
.ck-mission__statement { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; color: #fff; line-height: 1.3; max-width: 56rem; margin-bottom: 4rem; }
.ck-mission__grid { display: flex; flex-direction: column; gap: 2rem; }
@media (min-width: 768px) { .ck-mission__grid { flex-direction: row; gap: 4rem; } }
.ck-mission__item { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.ck-mission__item-icon { width: 64px; height: 64px; border-radius: 999px; background: rgba(255,255,255,0.1); display: inline-flex; align-items: center; justify-content: center; }
.ck-mission__item-icon svg { width: 32px; height: 32px; color: #fff; }
.ck-mission__item span { font-size: 1.125rem; font-weight: 700; color: #fff; }

.ck-diff-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 72rem; margin: 0 auto; }
@media (min-width: 768px) { .ck-diff-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .ck-diff-grid { grid-template-columns: repeat(3, 1fr); } }
.ck-diff-card { background: #fff; border: 2px solid var(--ck-gray-100); border-radius: var(--ck-radius-3xl); padding: 2rem; transition: all 0.3s; }
.ck-diff-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(15,23,42,0.12); border-color: var(--ck-navy-20); }
.ck-diff-card__icon { width: 56px; height: 56px; border-radius: var(--ck-radius-2xl); background: var(--ck-navy-10); color: var(--ck-navy); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; transition: all 0.2s; }
.ck-diff-card:hover .ck-diff-card__icon { background: var(--ck-navy); color: #fff; }
.ck-diff-card__icon svg { width: 28px; height: 28px; }
.ck-diff-card h3 { font-size: 1.25rem; line-height: 1.35; margin: 0; }

.ck-area-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; max-width: 64rem; margin: 0 auto; }
@media (min-width: 640px) { .ck-area-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ck-area-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.ck-area-card { display: flex; align-items: center; gap: 1rem; background: #fff; border: 2px solid var(--ck-gray-100); border-radius: var(--ck-radius-2xl); padding: 1.5rem; text-decoration: none; transition: all 0.3s; }
.ck-area-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,0.1); border-color: var(--ck-navy-20); }
.ck-area-card__icon { width: 48px; height: 48px; border-radius: var(--ck-radius); background: var(--ck-navy-10); color: var(--ck-navy); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.ck-area-card:hover .ck-area-card__icon { background: var(--ck-navy); color: #fff; }
.ck-area-card__icon svg { width: 24px; height: 24px; }
.ck-area-card span { font-size: 1.25rem; font-weight: 800; color: var(--ck-slate-900); }
.ck-area-card:hover span { color: var(--ck-navy); }

/* ── Nearby cities pills ───────────────────────────────── */
.ck-nearby { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
.ck-nearby a { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.25rem; border-radius: 999px; background: #fff; border: 2px solid var(--ck-gray-200); color: var(--ck-slate-800); font-weight: 700; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.2s; }
.ck-nearby a:hover { border-color: var(--ck-navy); color: var(--ck-navy); }
.ck-nearby a svg { width: 16px; height: 16px; color: var(--ck-navy); }

/* ── Map ───────────────────────────────────────────────── */
.ck-map { width: 100%; height: 380px; border-radius: var(--ck-radius-3xl); overflow: hidden; border: 2px solid var(--ck-gray-200); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ck-map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ── FAQ (shadcn-style accordion) ──────────────────────── */
.ck-faq { max-width: 56rem; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.ck-faq details { background: var(--ck-slate-50); border: 1px solid var(--ck-gray-100); border-radius: var(--ck-radius-2xl); padding: 0.5rem 1.5rem; transition: all 0.2s; }
.ck-faq details[open] { border-color: var(--ck-navy-20); }
.ck-faq summary { cursor: pointer; padding: 1rem 0; font-weight: 700; font-size: 1.125rem; color: var(--ck-slate-900); list-style: none; position: relative; padding-right: 2rem; transition: color 0.2s; }
.ck-faq summary::-webkit-details-marker { display: none; }
.ck-faq summary:hover, .ck-faq details[open] summary { color: var(--ck-navy); }
.ck-faq summary::after { content: ''; position: absolute; right: 0; top: 50%; width: 16px; height: 16px; transform: translateY(-50%); background-repeat: no-repeat; background-position: center; background-size: contain; transition: transform 0.2s; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); }
.ck-faq details[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.ck-faq details > .ck-faq__body { padding: 0 0 1.25rem; color: var(--ck-slate-600); font-size: 1rem; line-height: 1.7; font-weight: 500; }
.ck-faq details > .ck-faq__body p { margin: 0; }

/* ── CTA banner ────────────────────────────────────────── */
.ck-cta { background: var(--ck-navy); color: #fff; padding: 6rem 0; text-align: center; position: relative; overflow: hidden; }
.ck-cta::before { content: ''; position: absolute; inset: 0; opacity: 0.1; background: radial-gradient(circle at center, #fff, transparent 70%); }
.ck-cta__inner { position: relative; z-index: 2; max-width: 48rem; margin: 0 auto; }
.ck-cta h2 { color: #fff; margin-bottom: 1.5rem; }
.ck-cta p { color: rgba(255,255,255,0.9); max-width: 40rem; margin: 0 auto 3rem; font-size: 1.25rem; font-weight: 500; }
.ck-cta__btns { display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: center; }
@media (min-width: 640px) { .ck-cta__btns { flex-direction: row; } }
.ck-cta__badges { margin-top: 2.5rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 2rem; color: rgba(255,255,255,0.8); font-size: 0.875rem; font-weight: 500; }
.ck-cta__badges span { display: inline-flex; align-items: center; gap: 0.5rem; }
.ck-cta__badges svg { width: 18px; height: 18px; color: rgba(255,255,255,0.7); }

/* ── Contact page ──────────────────────────────────────── */
.ck-contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media (min-width: 1024px) { .ck-contact-grid { grid-template-columns: 2fr 3fr; gap: 4rem; } }
.ck-contact-aside { display: flex; flex-direction: column; gap: 2rem; }
.ck-contact-emergency { background: var(--ck-navy); border-radius: var(--ck-radius-3xl); padding: 1.75rem; color: #fff; }
.ck-contact-emergency__head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.ck-contact-emergency__icon { width: 40px; height: 40px; border-radius: var(--ck-radius); background: rgba(255,255,255,0.1); display: inline-flex; align-items: center; justify-content: center; }
.ck-contact-emergency__icon svg { width: 20px; height: 20px; }
.ck-contact-emergency__head span { font-weight: 800; font-size: 1.125rem; }
.ck-contact-emergency p { color: rgba(255,255,255,0.8); font-size: 0.875rem; margin-bottom: 1.25rem; line-height: 1.6; }
.ck-contact-emergency .ck-btn { width: 100%; background: #fff; color: var(--ck-navy); }
.ck-contact-rows { display: flex; flex-direction: column; gap: 1rem; }
.ck-contact-row { display: flex; align-items: center; gap: 1rem; padding: 1rem; border-radius: var(--ck-radius-2xl); background: var(--ck-slate-50); border: 2px solid var(--ck-gray-100); text-decoration: none; transition: all 0.2s; }
.ck-contact-row:hover { border-color: var(--ck-navy-20); background: var(--ck-navy-08); }
.ck-contact-row__icon { width: 44px; height: 44px; border-radius: var(--ck-radius); background: var(--ck-navy-10); color: var(--ck-navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s; }
.ck-contact-row:hover .ck-contact-row__icon { background: var(--ck-navy); color: #fff; }
.ck-contact-row__icon svg { width: 20px; height: 20px; }
.ck-contact-row__label { font-size: 0.7rem; font-weight: 800; color: var(--ck-slate-400); text-transform: uppercase; letter-spacing: 0.08em; margin: 0; }
.ck-contact-row__value { font-weight: 600; color: var(--ck-slate-800); margin: 0; }
.ck-contact-row:hover .ck-contact-row__value { color: var(--ck-navy); }
.ck-hours { border: 2px solid var(--ck-gray-100); border-radius: var(--ck-radius-2xl); padding: 1.5rem; background: var(--ck-slate-50); }
.ck-hours__head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.ck-hours__icon { width: 36px; height: 36px; border-radius: var(--ck-radius); background: var(--ck-navy-10); color: var(--ck-navy); display: inline-flex; align-items: center; justify-content: center; }
.ck-hours__icon svg { width: 20px; height: 20px; }
.ck-hours__head h3 { font-size: 1rem; margin: 0; }
.ck-hours ul { list-style: none; padding: 0; margin: 0; }
.ck-hours li { display: flex; align-items: center; justify-content: space-between; padding: 0.4rem 0; border-bottom: 1px solid var(--ck-gray-200); font-size: 0.875rem; }
.ck-hours li:last-child { border-bottom: 0; }
.ck-hours li .ck-hours__day { color: var(--ck-slate-600); font-weight: 500; }
.ck-hours li .ck-hours__val { font-weight: 800; color: var(--ck-slate-800); }
.ck-hours li .ck-hours__val--em { color: var(--ck-navy); }
.ck-contact-areas__head { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; }
.ck-contact-areas__head svg { width: 16px; height: 16px; color: var(--ck-navy); }
.ck-contact-areas__head h3 { font-size: 1rem; margin: 0; }

/* Contact form */
.ck-form-card { background: #fff; border: 2px solid var(--ck-gray-100); border-radius: var(--ck-radius-3xl); padding: 2rem; box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
@media (min-width: 768px) { .ck-form-card { padding: 2.5rem; } }
.ck-form-card h2 { font-size: clamp(1.5rem, 3vw, 1.875rem); margin-bottom: 0.5rem; }
.ck-form-card__intro { color: var(--ck-slate-500); margin-bottom: 2rem; }
.ck-form { display: flex; flex-direction: column; gap: 1.25rem; }
.ck-form__grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 640px) { .ck-form__grid { grid-template-columns: repeat(2, 1fr); } }
.ck-form label { display: block; font-size: 0.875rem; font-weight: 700; color: var(--ck-slate-700); margin-bottom: 0.4rem; }
.ck-form label .ck-req { color: var(--ck-navy); }
.ck-form input, .ck-form select, .ck-form textarea {
  width: 100%; padding: 0 1rem; height: 3rem; border-radius: var(--ck-radius); border: 2px solid var(--ck-slate-200);
  background: #fff; color: var(--ck-slate-900); font-weight: 500; font-family: inherit; font-size: 1rem; transition: border-color 0.2s;
}
.ck-form textarea { height: auto; padding: 0.75rem 1rem; resize: vertical; line-height: 1.6; }
.ck-form input::placeholder, .ck-form textarea::placeholder { color: var(--ck-slate-400); }
.ck-form input:focus, .ck-form select:focus, .ck-form textarea:focus { outline: none; border-color: var(--ck-navy); }
.ck-form select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 18px; padding-right: 2.5rem; }
.ck-form .ck-btn { width: 100%; }
.ck-form__note { text-align: center; font-size: 0.875rem; color: var(--ck-slate-400); margin: 0; }
.ck-form__note a { font-weight: 700; color: var(--ck-navy); }
.ck-form-success { display: none; flex-direction: column; align-items: center; text-align: center; gap: 1.25rem; padding: 4rem 0; }
.ck-form-success.is-visible { display: flex; }
.ck-form-success__icon { width: 64px; height: 64px; border-radius: 999px; background: var(--ck-navy-10); display: inline-flex; align-items: center; justify-content: center; }
.ck-form-success__icon svg { width: 32px; height: 32px; color: var(--ck-navy); }
.ck-form-success h3 { font-size: 1.5rem; margin: 0; }
.ck-form-success p { color: var(--ck-slate-600); max-width: 24rem; }
.ck-form-success p a { font-weight: 800; color: var(--ck-navy); }

/* ── Footer ────────────────────────────────────────────── */
.ck-footer { background: var(--ck-slate-900); color: var(--ck-slate-400); padding: 4rem 0 2rem; border-top: 4px solid var(--ck-navy); }
@media (min-width: 768px) { .ck-footer { padding-bottom: 2rem; } }
.ck-footer > .ck-container > .ck-footer__grid p { font-size: 0.875rem; line-height: 1.6; color: var(--ck-slate-400); }
.ck-footer__contact { margin-top: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; }
.ck-footer__contact-row { display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem; text-decoration: none; }
.ck-footer__contact-row--primary { color: #fff !important; font-weight: 600; }
.ck-footer__contact-icon { width: 32px; height: 32px; border-radius: 999px; flex-shrink: 0; background: rgba(255,255,255,0.1); display: inline-flex; align-items: center; justify-content: center; }
.ck-footer__contact-icon svg { width: 16px; height: 16px; }
.ck-footer__links a { display: inline-flex; align-items: center; gap: 0.5rem; }
.ck-footer__links a svg { width: 12px; height: 12px; opacity: 0.6; }
.ck-footer__pin { display: inline-flex; opacity: 0.5; }
.ck-footer__pin svg { width: 13px; height: 13px; }
.ck-footer a { color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.2s; }
.ck-footer a:hover { color: var(--ck-navy); }
.ck-footer__contact-row.ck-footer__contact-row--primary:hover { color: var(--ck-navy) !important; }
.ck-footer__grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; margin-bottom: 3rem; }
@media (min-width: 768px) { .ck-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; } }
.ck-footer h4 { color: #fff; font-size: 1.125rem; margin-bottom: 1.25rem; }
.ck-footer ul { list-style: none; padding: 0; margin: 0; }
.ck-footer ul li { margin-bottom: 1rem; font-size: 0.95rem; }
.ck-footer__logo img { height: 48px; width: auto; margin-bottom: 1.25rem; border-radius: 0.5rem; }
.ck-footer__areas ul { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 0.5rem; }
@media (min-width: 1024px) { .ck-footer__areas ul { grid-template-columns: 1fr; } }
.ck-footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: 0.875rem; color: var(--ck-slate-500); }
.ck-footer__bottom-links { display: flex; gap: 1.5rem; }

/* ── Mobile sticky call bar ────────────────────────────── */
.ck-sticky-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  background: #fff; border-top: 1px solid var(--ck-gray-200);
  padding: 0.75rem 0.75rem max(0.75rem, env(safe-area-inset-bottom));
  display: flex; gap: 0.5rem; box-shadow: 0 -4px 20px rgba(0,0,0,0.05);
}
@media (min-width: 768px) { .ck-sticky-nav { display: none; } }
.ck-sticky-nav .ck-btn { flex: 1; height: 3rem; padding: 0 0.5rem; font-size: 0.875rem; }
.ck-sticky-nav .ck-btn svg { fill: currentColor; }

/* ── Serving-now badge ─────────────────────────────────── */
.ck-serving-badge {
  position: fixed; bottom: 88px; left: 50%; transform: translateX(-50%); z-index: 85;
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: rgba(255,255,255,0.95); border: 1px solid var(--ck-gray-200); border-radius: 999px;
  padding: 0.5rem 1rem 0.5rem 0.8rem; font-weight: 700; font-size: 0.875rem; color: var(--ck-slate-900);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;
	white-space: nowrap;
}
@media (min-width: 768px) { .ck-serving-badge { bottom: 1.5rem; left: 1rem; transform: none; } }
.ck-serving-badge__dot { width: 12px; height: 12px; border-radius: 999px; background: #22c55e; position: relative; flex-shrink: 0; }
.ck-serving-badge__dot::after { content: ''; position: absolute; inset: 0; border-radius: 999px; background: #22c55e; opacity: 0.6; animation: ck-ping 1.5s cubic-bezier(0,0,0.2,1) infinite; }

/* ── Reviews ───────────────────────────────────────────── */
.ck-reviews__grid { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .ck-reviews__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ck-reviews__grid { grid-template-columns: repeat(3, 1fr); } }
.ck-reviews__stars { display: flex; gap: 0.25rem; margin-bottom: 1rem; }
.ck-reviews__stars svg { width: 16px; height: 16px; color: var(--ck-gold); fill: var(--ck-gold); }
.ck-reviews__stars--lg { justify-content: center; margin: 0 0 2rem; }
.ck-reviews__stars--lg svg { width: 32px; height: 32px; }
.ck-reviews__sub { max-width: 56rem; margin: 0 auto 3rem; color: var(--ck-slate-600); font-size: 1.25rem; font-weight: 500; text-align: center; }
.ck-review { background: #fff; border: 1px solid var(--ck-gray-100); border-radius: var(--ck-radius-3xl); padding: 1.75rem; box-shadow: 0 2px 8px rgba(0,0,0,0.03); display: flex; flex-direction: column; }
.ck-review--alt { background: var(--ck-slate-50); box-shadow: none; }
.ck-review__text { color: var(--ck-slate-600); line-height: 1.65; margin-bottom: 1.5rem; flex: 1; }
.ck-review__author { display: flex; align-items: center; gap: 0.75rem; }
.ck-review__avatar { width: 40px; height: 40px; border-radius: 999px; flex-shrink: 0; background: var(--ck-navy-10); color: var(--ck-navy); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.ck-review__author strong { display: block; color: var(--ck-slate-900); line-height: 1.2; }
.ck-review__author em { font-style: normal; font-size: 0.875rem; color: var(--ck-slate-500); }

/* ── Content pages (legal / default) ───────────────────── */
.ck-page-content { max-width: 800px; margin: 0 auto; padding: 3rem 1rem 4.5rem; }
.ck-page-content h2 { margin-top: 2.5rem; font-size: 1.5rem; }
.wp-block-group.ck-section { padding: 4rem 0; }
.wp-block-group.ck-container { max-width: 1536px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .wp-block-group.ck-container { padding: 0 1.5rem; } }
.wp-block-group.ck-section h2 { margin-top: 2rem; }

/* Utility */
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
