/* =========================================================
   Pawsitive Care Pet Services
   Palette inspired by the resin-art paw logo:
   teal/turquoise + orange swirls, magenta arcs, blue accents
   ========================================================= */

:root {
  --teal: #17b8c7;
  --teal-deep: #0e97a6;
  --orange: #f7921e;
  --orange-deep: #ef7d0a;
  --pink: #ec1e9c;
  --pink-deep: #c8158a;
  --blue: #29a3dc;
  --ink: #2a2140;
  --ink-soft: #5b5470;
  --cream: #fffdfa;
  --cream-tint: #fff4fb;
  --white: #ffffff;

  --grad-main: linear-gradient(120deg, var(--teal) 0%, var(--blue) 40%, var(--pink) 100%);
  --grad-warm: linear-gradient(120deg, var(--teal) 0%, var(--orange) 100%);
  --grad-pink: linear-gradient(120deg, var(--pink) 0%, var(--blue) 100%);

  --shadow-sm: 0 6px 18px rgba(42, 33, 64, 0.08);
  --shadow-md: 0 16px 40px rgba(42, 33, 64, 0.12);
  --shadow-glow: 0 20px 50px rgba(236, 30, 156, 0.22);

  --radius: 22px;
  --radius-lg: 34px;
  --maxw: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, .brand-text {
  font-family: "Fredoka", "Nunito", sans-serif;
  line-height: 1.12;
  font-weight: 600;
}

.container { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }

.grad-text {
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--grad-main);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 24px 55px rgba(236, 30, 156, 0.3); }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: rgba(42, 33, 64, 0.12);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--teal); color: var(--teal-deep); }
.btn-light {
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 250, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(42, 33, 64, 0.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: .7rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand-logo { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.brand-text { font-size: 1.05rem; font-weight: 600; display: flex; flex-direction: column; line-height: 1.05; }
.brand-text span { font-size: .72rem; font-weight: 500; color: var(--ink-soft); letter-spacing: .04em; text-transform: uppercase; }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a { font-family: "Fredoka", sans-serif; font-weight: 500; color: var(--ink); transition: color .15s ease; }
.nav a:not(.nav-cta):hover { color: var(--pink); }
.nav-cta {
  background: var(--grad-main);
  color: #fff !important;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease;
}
.nav-cta:hover { transform: translateY(-2px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--ink); border-radius: 3px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ===== Hero ===== */
.hero { position: relative; padding: clamp(3rem, 7vw, 6rem) 0 clamp(3.5rem, 8vw, 6.5rem); overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; position: relative; z-index: 2; }
.eyebrow {
  display: inline-block;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  background: var(--cream-tint);
  color: var(--pink-deep);
  padding: .4rem 1rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.1rem;
}
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); font-weight: 700; letter-spacing: -0.5px; }
.lead { font-size: clamp(1.05rem, 2.3vw, 1.25rem); color: var(--ink-soft); margin: 1.2rem 0 1.8rem; max-width: 34ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-badges { list-style: none; display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin-top: 2rem; font-weight: 700; color: var(--ink-soft); font-size: .95rem; }

.hero-art { display: flex; justify-content: center; }
.logo-halo {
  position: relative;
  width: min(420px, 90%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.logo-halo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad-main);
  border-radius: 50%;
  filter: blur(6px);
  opacity: .28;
  animation: pulse 6s ease-in-out infinite;
}
.logo-halo img {
  position: relative;
  width: 88%;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  background: #fff;
  animation: float 6s ease-in-out infinite;
}

/* Floating background blobs */
.blob { position: absolute; border-radius: 50%; filter: blur(50px); opacity: .5; z-index: 1; }
.blob-1 { width: 340px; height: 340px; background: rgba(23, 184, 199, 0.45); top: -80px; right: -60px; }
.blob-2 { width: 300px; height: 300px; background: rgba(236, 30, 156, 0.35); bottom: -100px; left: -80px; }
.blob-3 { width: 220px; height: 220px; background: rgba(247, 146, 30, 0.35); top: 40%; left: 45%; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: .28; } 50% { transform: scale(1.06); opacity: .4; } }

/* ===== Sections ===== */
.section { padding: clamp(3.5rem, 8vw, 6rem) 0; position: relative; }
.section-tint { background: var(--cream-tint); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(2rem, 5vw, 3.2rem); }
.section-head h2 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); font-weight: 700; }
.section-head p { color: var(--ink-soft); margin-top: .7rem; font-size: 1.08rem; }
.kicker {
  display: inline-block;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  color: var(--pink);
  margin-bottom: .6rem;
}
.kicker.light { color: rgba(255, 255, 255, 0.9); }

/* ===== Service cards ===== */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.4rem; }
.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(42, 33, 64, 0.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card-icon {
  width: 62px; height: 62px;
  border-radius: 18px;
  display: grid; place-items: center;
  font-size: 1.8rem;
  margin-bottom: 1.1rem;
  box-shadow: var(--shadow-sm);
}
.i-teal { background: linear-gradient(135deg, #d5f6f9, #a9ecf1); }
.i-orange { background: linear-gradient(135deg, #ffe6c9, #ffd39e); }
.i-pink { background: linear-gradient(135deg, #ffd6ef, #ffbde3); }
.i-blue { background: linear-gradient(135deg, #d3ecfb, #b3ddf6); }
.card h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.card p { color: var(--ink-soft); font-size: .98rem; }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; }
.about-art { display: flex; justify-content: center; }
.about-photo {
  position: relative;
  width: min(340px, 90%);
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  background: var(--grad-warm);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
}
.paw-emoji { font-size: 6rem; filter: drop-shadow(0 8px 16px rgba(0,0,0,.15)); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); display: block; }
.about-badge {
  position: absolute;
  bottom: -22px;
  right: -14px;
  background: #fff;
  border-radius: 18px;
  padding: .9rem 1.2rem;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.about-badge strong { display: block; font-family: "Fredoka", sans-serif; font-size: 1.6rem; color: var(--pink); }
.about-badge span { font-size: .78rem; color: var(--ink-soft); font-weight: 700; }
.about-copy h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; margin-bottom: 1rem; }
.about-copy p { color: var(--ink-soft); margin-bottom: 1rem; font-size: 1.05rem; }
.about-copy .btn { margin-top: .6rem; }
.bio + .bio { margin-top: 1.3rem; }
.bio h3 { font-family: "Fredoka", sans-serif; font-size: 1.25rem; font-weight: 600; margin-bottom: .3rem; }
.bio-role {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--grad-main);
  padding: .18rem .6rem;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: .4rem;
}
.about-together {
  text-align: center;
  max-width: 780px;
  margin: 2.4rem auto 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

/* ===== Areas ===== */
.area-chips { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; max-width: 760px; margin: 0 auto; }
.area-chips li {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  background: #fff;
  padding: .7rem 1.4rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  border: 2px solid transparent;
  transition: transform .18s ease, border-color .18s ease;
}
.area-chips li:hover { transform: translateY(-3px); border-color: var(--teal); }
.area-note { text-align: center; margin-top: 1.8rem; color: var(--ink-soft); }
.area-note a { color: var(--pink); font-weight: 800; }

/* ===== Why ===== */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem; }
.why-item { background: #fff; border-radius: var(--radius); padding: 1.8rem 1.6rem; box-shadow: var(--shadow-sm); text-align: center; }
.why-num { font-size: 2.4rem; display: block; margin-bottom: .6rem; }
.why-item h3 { font-size: 1.2rem; margin-bottom: .4rem; }
.why-item p { color: var(--ink-soft); font-size: .96rem; }

/* ===== Testimonials ===== */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.review {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(42, 33, 64, 0.05);
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.review:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.review::before {
  content: "\201C";
  position: absolute;
  top: .2rem;
  right: 1.2rem;
  font-family: "Fredoka", serif;
  font-size: 4.5rem;
  line-height: 1;
  color: rgba(236, 30, 156, 0.14);
}
.stars { color: var(--orange); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: .8rem; }
.review blockquote { color: var(--ink-soft); font-size: 1rem; margin-bottom: 1.3rem; }
.review figcaption { display: flex; align-items: center; gap: .8rem; }
.review-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.3rem;
  flex: none;
}
.review-who { display: flex; flex-direction: column; line-height: 1.25; }
.review-who strong { font-family: "Fredoka", sans-serif; font-weight: 600; }
.review-who small { color: var(--ink-soft); font-size: .82rem; }

/* ===== CTA ===== */
.cta-card {
  position: relative;
  background: var(--grad-main);
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  color: #fff;
  overflow: hidden;
  box-shadow: var(--shadow-glow);
}
.cta-inner { position: relative; z-index: 2; max-width: 620px; margin: 0 auto; }
.cta-card h2 { font-size: clamp(1.9rem, 5vw, 2.9rem); font-weight: 700; margin-bottom: .8rem; }
.cta-card p { font-size: 1.1rem; opacity: .95; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin: 1.8rem 0 1rem; }
.cta-email { font-family: "Fredoka", sans-serif; font-weight: 500; opacity: .95; }
.blob-cta { width: 320px; height: 320px; background: rgba(255,255,255,.18); top: -120px; right: -80px; filter: blur(40px); opacity: 1; }

/* ===== Pricing ===== */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.4rem; align-items: start; }
.price-group {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(42, 33, 64, 0.05);
}
.price-group h3 { font-family: "Fredoka", sans-serif; font-size: 1.3rem; font-weight: 600; margin-bottom: .4rem; }
.price-lead { color: var(--ink-soft); font-size: .95rem; margin-bottom: 1rem; }
.price-sub {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: .92rem;
  color: var(--teal-deep);
  margin: 1rem 0 .1rem;
}
.price-list { list-style: none; margin: 0; padding: 0; }
.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .8rem;
  padding: .6rem 0;
  border-bottom: 1px dashed rgba(42, 33, 64, 0.14);
}
.price-row:last-child { border-bottom: 0; }
.price-row .pname { color: var(--ink); font-size: .96rem; }
.price-row .pprice { font-family: "Fredoka", sans-serif; font-weight: 600; color: var(--pink); white-space: nowrap; }
.price-note {
  font-size: .85rem;
  color: var(--ink-soft);
  background: var(--cream-tint);
  border-radius: 14px;
  padding: .75rem .9rem;
  margin-top: .9rem;
}
.price-note strong { color: var(--ink); }

/* ===== Policies (accordion) ===== */
.policies { max-width: 820px; margin: 0 auto; display: grid; gap: 1rem; }
.policy {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(42, 33, 64, 0.05);
  overflow: hidden;
}
.policy summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.4rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.policy summary::-webkit-details-marker { display: none; }
.policy summary::after {
  content: "+";
  font-family: "Fredoka", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--pink);
  flex: none;
}
.policy[open] summary::after { content: "\2013"; }
.policy summary:hover { color: var(--pink); }
.policy-body { padding: 0 1.4rem 1.3rem; color: var(--ink-soft); }
.policy-body p { margin-bottom: .7rem; }
.policy-body p:last-child { margin-bottom: 0; }
.policy-body strong { color: var(--ink); }
.policy-body ul { margin: .3rem 0 .9rem 1.1rem; }
.policy-body li { margin-bottom: .35rem; }

/* ===== Social links (reusable) ===== */
.social ul { list-style: none; display: flex; flex-wrap: wrap; gap: .7rem; padding: 0; margin: 0; }
.social a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.social svg { width: 22px; height: 22px; display: block; }

/* On the gradient CTA card */
.social-cta { margin-top: 1.8rem; display: flex; flex-direction: column; align-items: center; gap: .7rem; }
.social-label {
  font-family: "Fredoka", sans-serif;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.social-cta a { background: rgba(255, 255, 255, 0.18); color: #fff; }
.social-cta a:hover { background: #fff; color: var(--pink); transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* In the footer */
.social-footer { margin-top: .6rem; }
.social-footer ul { justify-content: flex-end; }
.social-footer a { background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.85); }
.social-footer a:hover { background: #fff; color: var(--ink); transform: translateY(-3px); }

/* ===== Footer ===== */
.site-footer { background: var(--ink); color: #fff; padding-top: 2.6rem; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 1.6rem; justify-content: space-between; align-items: center; padding-bottom: 2rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 54px; height: 54px; border-radius: 50%; }
.footer-brand strong { font-family: "Fredoka", sans-serif; font-size: 1.15rem; display: block; }
.footer-brand span { color: rgba(255,255,255,.6); font-size: .9rem; }
.footer-contact { display: flex; flex-direction: column; gap: .3rem; text-align: right; }
.footer-contact a { color: rgba(255,255,255,.85); font-weight: 700; transition: color .15s ease; }
.footer-contact a:hover { color: var(--teal); }
.footer-bar { border-top: 1px solid rgba(255,255,255,.1); padding: 1.2rem 0; }
.footer-bar p { text-align: center; color: rgba(255,255,255,.55); font-size: .88rem; }

/* ===== Responsive ===== */
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--cream);
    padding: .5rem 1.25rem 1.25rem;
    box-shadow: var(--shadow-md);
    clip-path: inset(0 0 100% 0);
    transition: clip-path .3s ease;
  }
  .nav.open { clip-path: inset(0 0 0 0); }
  .nav a { padding: .9rem .2rem; border-bottom: 1px solid rgba(42,33,64,.07); }
  .nav-cta { text-align: center; margin-top: .8rem; }

  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { order: 2; }
  .hero-art { order: 1; }
  .lead { margin-inline: auto; }
  .hero-actions, .hero-badges { justify-content: center; }
  .logo-halo { width: min(300px, 75%); }

  .about-grid { grid-template-columns: 1fr; text-align: center; }
  .about-copy .kicker { display: inline-block; }
  .about-photo { margin-bottom: 1rem; }
  .footer-contact { text-align: left; }
  .social-footer ul { justify-content: flex-start; }
}
