/*
Theme Name: Woof & Meow Pet Clinic & Grooming
Theme URI: https://example.com/
Author: Woof & Meow
Description: A custom Gutenberg Full Site Editing theme for WOOF & MEOW PET CLINIC & GROOMING, inspired by a warm, playful premium pet-care aesthetic.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: woof-meow
*/
:root {
  --wm-ink: #20251f;
  --wm-green: #2f9b55;
  --wm-green-dark: #1f7440;
  --wm-green-soft: #eaf6e8;
  --wm-orange: #f45a22;
  --wm-orange-dark: #d94716;
  --wm-cream: #fffaf2;
  --wm-peach: #fff0e5;
  --wm-yellow: #f6d58e;
  --wm-border: rgba(32,37,31,.10);
  --wm-shadow: 0 12px 30px rgba(32,37,31,.08);
  --wm-radius: 24px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--wm-ink);
  background: #fff;
}
a { text-underline-offset: 3px; }
.wp-site-blocks { overflow: clip; }
.wp-block-button__link {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(244,90,34,.18);
}
.wm-header {
  position: relative;
  z-index: 20;
}
.wm-header .wp-block-navigation-item__content {
  font-size: 14px;
  font-weight: 600;
}
.wm-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 610px;
}
.wm-hero:before,
.wm-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
}
.wm-hero:before {
  width: 430px; height: 430px;
  right: -150px; top: -170px;
  background: var(--wm-peach);
}
.wm-hero:after {
  width: 230px; height: 230px;
  left: -110px; bottom: -130px;
  background: #ffe2b7;
}
.wm-hero-media {
  position: relative;
  border-radius: 45% 45% 45% 45% / 38% 42% 58% 62%;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(32,37,31,.12);
}
.wm-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.wm-kicker {
  color: var(--wm-orange);
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wm-section-kicker {
  color: var(--wm-orange);
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.wm-display {
  letter-spacing: -0.035em;
  line-height: .98 !important;
}
.wm-soft-section {
  background: var(--wm-cream);
}
.wm-intro-copy {
  max-width: 460px;
}
.wm-benefit-card {
  border: 1px solid var(--wm-border);
  border-radius: 22px;
  box-shadow: 0 8px 22px rgba(32,37,31,.05);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.wm-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--wm-shadow);
}
.wm-icon-circle {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wm-green-soft);
  color: var(--wm-green-dark);
  font-size: 25px;
  flex: 0 0 auto;
}
.wm-service-grid {
  margin-top: 34px;
}
.wm-service-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--wm-border);
  box-shadow: 0 9px 24px rgba(32,37,31,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wm-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(32,37,31,.11);
}
.wm-service-card .wm-service-image {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.wm-service-body {
  padding: 22px 22px 24px;
}
.wm-service-title {
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1.05 !important;
}
.wm-service-desc {
  color: #5d665e;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
.wm-service-arrow {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wm-green);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.wm-feature-panel {
  border-radius: 34px;
  overflow: hidden;
  background: var(--wm-peach);
}
.wm-feature-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}
.wm-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wm-check-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 10px;
  color: #4f574f;
}
.wm-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 18px; height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--wm-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.wm-rating-number {
  color: var(--wm-orange);
  font-size: clamp(48px, 6vw, 76px) !important;
  font-weight: 900 !important;
  line-height: .9 !important;
}
.wm-review-card {
  border: 1px solid var(--wm-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(32,37,31,.05);
}
.wm-team-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--wm-border);
  background: #fff;
  box-shadow: 0 8px 24px rgba(32,37,31,.05);
}
.wm-team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
}
.wm-offer {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(105deg, #fff5e9, #fffaf2);
}
.wm-offer img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.wm-contact-card {
  border-radius: 28px;
  border: 1px solid var(--wm-border);
  background: #fff;
  box-shadow: var(--wm-shadow);
}
.wm-map-placeholder {
  min-height: 330px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(234,246,232,.95), rgba(255,240,229,.95)),
    repeating-linear-gradient(45deg, rgba(47,155,85,.08) 0 2px, transparent 2px 18px);
  position: relative;
  overflow: hidden;
}
.wm-map-placeholder:after {
  content: "WOOF & MEOW";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(32,37,31,.10);
  color: var(--wm-green-dark);
  font-weight: 800;
}
.wm-footer {
  border-top: 1px solid var(--wm-border);
}
.wm-newsletter {
  border-radius: 26px;
  background: #f4d99b;
}
.wm-dots {
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(var(--wm-yellow) 2px, transparent 2px);
  background-size: 13px 13px;
  opacity: .9;
  pointer-events: none;
}
.wm-paw-float {
  position: absolute;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--wm-green);
  color: var(--wm-green);
  font-size: 27px;
  box-shadow: 0 10px 24px rgba(32,37,31,.10);
  pointer-events: none;
}
.wm-divider-illustration {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 900px) {
  .wm-hero { min-height: auto; }
  .wm-hero-media img { min-height: 360px; }
  .wm-service-card .wm-service-image { height: 210px; }
  .wm-feature-panel img { min-height: 320px; }
}
@media (max-width: 600px) {
  .wm-hero-media { border-radius: 35px; }
  .wm-hero-media img { min-height: 300px; }
  .wm-service-card .wm-service-image { height: 220px; }
  .wm-feature-panel { border-radius: 24px; }
  .wm-feature-panel img { min-height: 250px; }
  .wm-map-placeholder { min-height: 240px; }
  .wm-newsletter { border-radius: 20px; }
  .wm-dots { width: 65px; height: 65px; background-size: 10px 10px; }
}
