:root {
  --primary: #3B8FD9;
  --accent: #F4A261;
  --ink: #1E293B;
  --surface: #FFFFFF;
  --card: #F5F9FD;
  --muted: #64748B;
  --border: #E2E8F0;
  --font-display: 'Fredoka', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --radius: 12px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 2px 8px rgba(0,0,0,.03);
  --shadow-md: 0 4px 12px rgba(0,0,0,.06), 0 12px 32px rgba(0,0,0,.05);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; margin: 0 0 .5em; line-height: 1.15; }
p { margin: 0 0 1em; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; }
.brand-mark {
  width: 32px; height: 32px; border-radius: 8px;
  display: grid; place-items: center;
  background: var(--primary); color: white; font-size: 14px; font-weight: 700;
  font-family: var(--font-display);
}
.brand-name { font-family: var(--font-display); }

.site-nav ul { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.site-nav a { color: var(--muted); font-size: 14px; }
.site-nav a:hover { color: var(--ink); text-decoration: none; }

/* Section frame */
.section { padding: 72px 0; }
.section-heading { font-size: 32px; margin-bottom: 12px; }
.section-intro { color: var(--muted); max-width: 640px; margin-bottom: 32px; }

/* Hero */
.hero { padding: 88px 0 72px; }
.hero-inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .1em; color: var(--accent); font-weight: 600; font-size: 12px; margin-bottom: 12px; }
.hero-headline { font-size: 48px; }
.hero-sub { color: var(--muted); font-size: 18px; max-width: 46ch; }
.hero-ctas { display: flex; gap: 12px; margin-top: 24px; }
.hero-visual { min-height: 320px; border-radius: var(--radius); background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 12%, var(--card)), var(--card)); display: grid; place-items: center; padding: 24px; color: var(--muted); font-size: 14px; text-align: center; box-shadow: var(--shadow-md); }
.hero-visual-inner { max-width: 32ch; }

/* Buttons */
.btn { display: inline-block; padding: 12px 20px; border-radius: 999px; font-weight: 600; font-size: 15px; transition: transform .1s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: white; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: color-mix(in srgb, var(--primary) 90%, black); }
.btn-secondary { background: var(--card); color: var(--ink); border: 1px solid var(--border); }
.btn-secondary:hover { background: var(--surface); }

/* Trust bar */
.trust-bar { padding: 24px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--card); }
.trust-items { display: flex; flex-wrap: wrap; gap: 24px; list-style: none; margin: 0; padding: 0; justify-content: center; color: var(--muted); font-size: 14px; }
.trust-items li { display: flex; align-items: center; gap: 8px; }
.trust-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); }

/* Grids */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.card-title { font-size: 18px; margin: 0 0 8px; }
.card-body { color: var(--muted); font-size: 15px; margin: 0; }

/* About */
.about-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.about-para { color: var(--ink); font-size: 17px; }
.about-visual { min-height: 280px; border-radius: var(--radius); background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 15%, var(--card)), var(--card)); display: grid; place-items: center; padding: 24px; color: var(--muted); font-size: 14px; text-align: center; box-shadow: var(--shadow-sm); }
.about-visual-inner { max-width: 32ch; }

/* Products / Portfolio */
.product-tile, .portfolio-tile { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.product-thumb, .portfolio-thumb { aspect-ratio: 4 / 3; background: linear-gradient(135deg, color-mix(in srgb, var(--primary) 20%, var(--card)), color-mix(in srgb, var(--accent) 15%, var(--card))); }
.product-name, .portfolio-caption { padding: 10px 12px; font-size: 14px; color: var(--muted); border-top: 1px solid var(--border); }

/* Testimonials */
.testimonials .container { text-align: center; }
.testimonial-note { color: var(--muted); max-width: 60ch; margin: 0 auto 24px; }
.testimonial-placeholder { display: inline-block; padding: 16px 24px; border: 1px dashed var(--border); border-radius: var(--radius); color: var(--muted); font-size: 14px; background: var(--card); }

/* FAQ */
.faq-list { display: grid; gap: 8px; max-width: 720px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); padding: 4px 16px; }
.faq-question { cursor: pointer; padding: 14px 0; font-weight: 600; }
.faq-question::marker { color: var(--accent); }
.faq-answer { color: var(--muted); font-size: 15px; padding-bottom: 14px; margin: 0; }

/* CTA */
.cta { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
.cta-headline { font-size: 32px; }
.cta-body { color: var(--muted); max-width: 60ch; margin: 0 auto 24px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; }

/* Footer */
.site-footer { padding: 48px 0 24px; color: var(--muted); font-size: 14px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; align-items: start; padding: 0 24px; max-width: 1120px; margin: 0 auto; }
.footer-brand .brand-name { font-size: 18px; color: var(--ink); margin-bottom: 4px; }
.footer-heading { text-transform: uppercase; letter-spacing: .08em; font-size: 11px; color: var(--muted); margin-bottom: 8px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-legal { display: flex; justify-content: space-between; padding-top: 24px; margin-top: 24px; border-top: 1px solid var(--border); font-size: 12px; }
.prevayle-credit a { color: var(--muted); text-decoration: underline; }

/* Preview badge */
.preview-badge { position: fixed; bottom: 16px; left: 16px; z-index: 30; display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: rgba(0,0,0,.82); color: white; border-radius: 999px; font-size: 12px; font-weight: 500; box-shadow: var(--shadow-md); }
.preview-dot { width: 8px; height: 8px; border-radius: 999px; background: #22c55e; box-shadow: 0 0 0 4px rgba(34,197,94,.2); }

/* Responsive */
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .hero-inner, .about-inner { grid-template-columns: 1fr; }
  .hero-headline { font-size: 36px; }
  .section-heading, .cta-headline { font-size: 26px; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .grid-3 { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .hero { padding: 56px 0 40px; }
  .site-nav { display: none; }
}

/* Slice C: Locations & Blog */
.container-narrow { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.breadcrumbs { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--fg); text-decoration: underline; }
.breadcrumbs [aria-current="page"] { color: var(--fg); font-weight: 500; }

.locations-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 40px; }
.loc-card { display: block; padding: 28px; border-radius: 16px; background: var(--surface); border: 1px solid var(--border); color: inherit; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.loc-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.loc-card h3 { margin: 0 0 6px; font-size: 20px; }
.loc-city { margin: 0 0 12px; color: var(--muted); font-size: 14px; font-weight: 500; }
.loc-teaser { margin: 0 0 16px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.loc-cta { color: var(--accent); font-weight: 600; font-size: 14px; }

.section-location-page .loc-hero { display: grid; grid-template-columns: 1fr; gap: 32px; margin-top: 24px; }
@media (min-width: 900px) { .section-location-page .loc-hero { grid-template-columns: 1.2fr 1fr; align-items: start; } }
.section-location-page .eyebrow { color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; font-size: 13px; margin: 0 0 8px; }
.section-location-page .loc-intro p { margin: 0 0 16px; line-height: 1.65; }
.loc-hero-img { width: 100%; height: auto; border-radius: 16px; display: block; }
.loc-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.loc-service-area { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); }
.loc-service-area h2 { font-size: 20px; margin: 0 0 16px; }
.loc-service-area ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.loc-service-area li { background: var(--surface); border: 1px solid var(--border); border-radius: 999px; padding: 6px 14px; font-size: 14px; }

.posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; margin-top: 40px; }
.post-card { display: block; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; color: inherit; text-decoration: none; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.post-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.post-card-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.post-card-body { padding: 22px; }
.post-card h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.35; }
.post-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.post-tag { background: var(--surface-2, var(--surface)); border: 1px solid var(--border); border-radius: 999px; padding: 3px 10px; font-size: 12px; color: var(--muted); }
.post-excerpt { margin: 0 0 12px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.post-meta { margin: 0; color: var(--muted); font-size: 13px; }

.section-blog-post .post-header { margin-top: 24px; margin-bottom: 32px; }
.section-blog-post .post-header h1 { font-size: 40px; line-height: 1.15; margin: 0 0 12px; }
@media (max-width: 640px) { .section-blog-post .post-header h1 { font-size: 30px; } }
.section-blog-post .post-cover { margin: 0 0 32px; }
.section-blog-post .post-cover img { width: 100%; height: auto; border-radius: 16px; display: block; }
.section-blog-post .post-body { font-size: 17px; line-height: 1.7; }
.section-blog-post .post-body h2 { font-size: 26px; margin: 40px 0 12px; }
.section-blog-post .post-body h3 { font-size: 21px; margin: 32px 0 10px; }
.section-blog-post .post-body p { margin: 0 0 20px; }
.section-blog-post .post-body ul, .section-blog-post .post-body ol { margin: 0 0 20px; padding-left: 24px; }
.section-blog-post .post-body li { margin-bottom: 8px; }
.section-blog-post .post-body blockquote { border-left: 4px solid var(--accent); padding: 4px 0 4px 20px; margin: 24px 0; color: var(--muted); font-style: italic; }
.section-blog-post .post-body code { background: var(--surface); border: 1px solid var(--border); border-radius: 4px; padding: 1px 6px; font-size: 0.9em; }
.section-blog-post .post-body pre { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 16px; overflow-x: auto; margin: 20px 0; }
.section-blog-post .post-body pre code { background: none; border: none; padding: 0; }
.section-blog-post .post-body img { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 24px 0; }
.section-blog-post .post-related { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--border); }
.section-blog-post .post-related h2 { font-size: 20px; margin: 0 0 12px; }
.section-blog-post .post-related ul { list-style: none; padding: 0; margin: 0; }
.section-blog-post .post-related li { margin-bottom: 8px; }
.section-blog-post .post-related a { color: var(--accent); text-decoration: none; font-weight: 500; }
.section-blog-post .post-related a:hover { text-decoration: underline; }



/* Cleo's Clubhouse — extra polish */
:root { --cleo-blue-soft: #E8F1FB; --cleo-blue-mid: #6EAFE4; }
.cleo-logo-img { height: 56px; width: auto; display: block; object-fit: contain; }
/* Service cards with no media image should not stretch — keep them balanced */
.services .grid .card { align-self: start; }
@media (max-width: 640px) { .cleo-logo-img { height: 44px; } }
.brand { gap: 12px; }
.brand-mark { display: none; } /* logo image replaces initials block */
.brand-name { display: none; } /* wordmark is inside the logo already */
.site-header { background: rgba(255,255,255,.94); }

/* Playful hero background wash */
.hero { background: linear-gradient(180deg, var(--cleo-blue-soft) 0%, transparent 100%); position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -80px; right: -80px; width: 320px; height: 320px;
  border-radius: 50%; background: radial-gradient(circle, rgba(59,143,217,.16), transparent 70%); pointer-events: none;
}
.hero-headline { font-family: var(--font-display); }
.hero-visual { background: transparent; box-shadow: none; padding: 0; min-height: 0; }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow-md); }
.hero-visual { aspect-ratio: 4/3; }

/* Service cards with images */
.card-media { aspect-ratio: 4/3; margin: -24px -24px 16px; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: var(--cleo-blue-soft); }
.card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card { overflow: hidden; }
.card-title { font-family: var(--font-display); }

/* About with image */
.about-visual { background: transparent; padding: 0; min-height: 0; box-shadow: none; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow-md); display: block; }
.about-visual { aspect-ratio: 4/3; }

/* Testimonials — real cards */
.testimonials .container { text-align: left; }
.testimonial-note { display: none; }
.testimonial-placeholder { display: none; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.testimonial-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 24px; box-shadow: var(--shadow-sm); position: relative; }
.testimonial-card::before {
  content: "\201C"; font-family: Georgia, serif; font-size: 64px; line-height: 1;
  color: var(--primary); opacity: .28; position: absolute; top: 8px; left: 20px;
}
.testimonial-quote { font-size: 15px; line-height: 1.6; color: var(--ink); margin: 24px 0 16px; position: relative; }
.testimonial-author { font-weight: 700; color: var(--ink); font-size: 14px; }
.testimonial-detail { color: var(--muted); font-size: 13px; }

/* Pricing tiers */
.pricing .container { text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; text-align: left; }
.pricing-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.pricing-card.highlight { background: var(--primary); color: white; border-color: var(--primary); transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pricing-card.highlight .pricing-name, .pricing-card.highlight .pricing-price, .pricing-card.highlight .pricing-per, .pricing-card.highlight .pricing-features li { color: white; }
.pricing-card.highlight .pricing-features li::before { color: white; }
.pricing-name { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin-bottom: 8px; }
.pricing-price { font-family: var(--font-display); font-size: 40px; font-weight: 700; line-height: 1; }
.pricing-per { color: var(--muted); font-size: 14px; margin-top: 4px; margin-bottom: 20px; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 24px; }
.pricing-features li { position: relative; padding-left: 24px; font-size: 14px; color: var(--ink); margin-bottom: 10px; }
.pricing-features li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

/* Calendar preview */
.calendar-preview { background: var(--card); }
.calendar-preview .container { max-width: 960px; }
.calendar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; background: white; border: 1px solid var(--border); border-radius: 20px; padding: 20px; margin-top: 32px; box-shadow: var(--shadow-md); }
.calendar-day { display: flex; flex-direction: column; align-items: stretch; text-align: center; }
.calendar-day-label { font-family: var(--font-display); font-weight: 600; color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.calendar-day-date { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--ink); margin: 4px 0 12px; }
.calendar-event { text-align: left; padding: 10px 12px; border-radius: 10px; margin-top: auto; font-size: 12px; line-height: 1.35; }
.calendar-event-time { font-weight: 600; font-size: 11px; opacity: .85; margin-bottom: 4px; }
.calendar-event.tone-primary { background: color-mix(in srgb, var(--primary) 14%, white); color: var(--primary); border-left: 3px solid var(--primary); }
.calendar-event.tone-accent { background: color-mix(in srgb, var(--accent) 18%, white); color: color-mix(in srgb, var(--accent) 70%, black); border-left: 3px solid var(--accent); }
.calendar-event.tone-muted { background: #F1F5F9; color: var(--muted); border-left: 3px solid var(--muted); }
.calendar-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 16px; }

/* Contact + booking form */
.contact { background: linear-gradient(180deg, transparent 0%, var(--cleo-blue-soft) 100%); }
.contact-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.contact-info-heading { font-family: var(--font-display); font-size: 32px; margin-bottom: 12px; }
.contact-info-sub { color: var(--muted); margin-bottom: 32px; }
.contact-details { display: grid; gap: 16px; margin-top: 24px; }
.contact-detail { display: flex; gap: 12px; align-items: flex-start; }
.contact-detail-icon { width: 40px; height: 40px; background: var(--primary); color: white; border-radius: 12px; display: grid; place-items: center; font-size: 18px; flex-shrink: 0; }
.contact-detail-label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.contact-detail-value { color: var(--ink); font-weight: 600; }
.booking-form { background: white; border: 1px solid var(--border); border-radius: 20px; padding: 32px; box-shadow: var(--shadow-md); }
.booking-form label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; margin-top: 16px; }
.booking-form label:first-child { margin-top: 0; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; font-size: 14px; font-family: inherit; background: white; color: var(--ink); box-sizing: border-box; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { outline: 2px solid var(--primary); outline-offset: -1px; border-color: var(--primary); }
.booking-form textarea { min-height: 80px; resize: vertical; }
.booking-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-form .form-row label:first-child { margin-top: 16px; }
.booking-form button[type="submit"] { margin-top: 24px; width: 100%; padding: 14px; background: var(--primary); color: white; border: none; border-radius: 999px; font-weight: 700; font-size: 15px; cursor: pointer; font-family: inherit; transition: transform .1s ease, background .2s; }
.booking-form button[type="submit"]:hover { background: color-mix(in srgb, var(--primary) 88%, black); transform: translateY(-1px); }
.booking-form .form-note { font-size: 12px; color: var(--muted); margin-top: 12px; text-align: center; }
.booking-form .form-success { display: none; padding: 20px; background: color-mix(in srgb, var(--primary) 8%, white); border-radius: 12px; color: var(--primary); text-align: center; font-weight: 600; }
.booking-form.submitted .form-fields { display: none; }
.booking-form.submitted .form-success { display: block; }

/* CTA */
.cta { background: var(--primary); border: none; color: white; }
.cta-headline, .cta-body { color: white; }
.cta .btn-primary { background: white; color: var(--primary); }
.cta .btn-primary:hover { background: rgba(255,255,255,.9); }
.cta .btn-secondary { background: transparent; color: white; border-color: rgba(255,255,255,.4); }
.cta .btn-secondary:hover { background: rgba(255,255,255,.1); }

/* Trust bar with paw dots */
.trust-dot { width: 8px; height: 8px; background: var(--primary); border-radius: 999px; }

/* Responsive tweaks */
@media (max-width: 900px) {
  .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; }
  .calendar-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; }
  .booking-form .form-row { grid-template-columns: 1fr; }
}
