@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700&family=Nunito:wght@400;600;700;800&display=swap');

:root {
  --green-dark: #1f6f1c;
  --green-mid: #2f9428;
  --green-light: #63c95d;
  --yellow: #f0e010;
  --white: #ffffff;
  --dark: #245f27;
  --dark-soft: #2d7a31;
  --surface-deep: #255f28;
  --surface-soft: #2f7a31;
  --text-soft: #cfe6bf;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  background: var(--surface-deep);
  color: var(--white);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
}

a { color: var(--yellow); text-decoration: none; }

.container { width: min(1120px, 92vw); margin: 0 auto; }

.emergency-cta-bar {
  background: #2f9428;
  color: #eef8f2;
  padding: 8px 16px;
  font-size: 13px;
  border-bottom: 0;
}
.clinic-topbar-inner {
  width: min(1200px, 94vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.clinic-topbar-item-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.clinic-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.clinic-topbar-emergency {
  color: #eaf8de;
  font-weight: 600;
}
.clinic-topbar-icon {
  width: 16px;
  height: 16px;
  fill: #f0e010;
  opacity: 1;
  flex: 0 0 auto;
}
.clinic-topbar-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.clinic-social-link {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.45);
  color: #effbe8;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  background: rgba(255,255,255,.08);
}
.clinic-social-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.clinic-social-link:hover {
  background: #f0e010;
  color: #17350c;
  border-color: #f0e010;
}

.emergency-cta-bar a { color: #eaf8de; text-decoration: none; font-weight: 600; }
.clinic-sep { margin: 0 2px; opacity: .7; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 0;
  box-shadow: 0 8px 24px rgba(20, 56, 44, .06);
  backdrop-filter: saturate(120%) blur(1px);
}

.site-branding {
  width: min(1200px, 94vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 14px 0;
}

.brand-left { min-width: 0; }
.site-logo img { height: 52px; width: auto; }
.site-title { color: #0f5b4d; font: 600 1.6rem/1.1 'Fredoka', sans-serif; text-decoration: none; }
.site-tagline { color: #4a7568; font-size: 12px; letter-spacing: .2px; font-weight: 600; margin-top: 3px; }

.main-navigation {
  margin-left: auto;
}
.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 6px;
  align-items: center;
}

.main-navigation a {
  color: #1f5248;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.main-navigation a:hover {
  background: #eef7f4;
  color: #0f5b4d;
  border-color: #cfe2dc;
}

.header-tools {
  margin-left: 10px;
  display: flex;
  gap: 10px;
}
.header-tool-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #cde0d8;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5d4a4a;
  text-decoration: none;
  font-size: 26px;
  line-height: 1;
}
.header-tool-btn-filled {
  background: #2f9428;
  color: #ffffff;
  border-color: #2f9428;
  font-size: 23px;
}
.header-tool-btn-filled svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.menu-toggle {
  display: none;
  background: #f2f7f5;
  border: 1px solid #cddfd9;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: relative;
}
.hamburger, .hamburger::before, .hamburger::after {
  content: '';
  position: absolute;
  left: 10px;
  width: 20px;
  height: 3px;
  background: #1f5c4f;
  border-radius: 2px;
}
.hamburger { top: 19px; }
.hamburger::before { top: -8px; }
.hamburger::after { top: 8px; }

.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1e5c0e 0%, #2d8a18 40%, #4caf2a 75%, #8edd5a 100%);
  text-align: center;
  padding: 84px 20px;
}

.paw-bg { position: absolute; inset: 0; pointer-events: none; }
.paw-bg span { position: absolute; font-size: clamp(34px, 6vw, 80px); opacity: .08; }
.paw-bg span:nth-child(1){ top: 10%; left: 8%; }
.paw-bg span:nth-child(2){ top: 56%; left: 78%; }
.paw-bg span:nth-child(3){ top: 25%; left: 87%; }
.paw-bg span:nth-child(4){ top: 72%; left: 15%; }
.paw-bg span:nth-child(5){ top: 45%; left: 48%; }

.hero-content { position: relative; z-index: 1; }
.regd { text-transform: uppercase; letter-spacing: 2px; font-size: 12px; color: #d5ebc8; margin-bottom: 4px; }
.hero-content h1 {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-weight: 600;
  color: var(--yellow);
  text-shadow: 1px 2px 0 rgba(0,0,0,.18);
}
.tagline { color: #e6f7d6; font-weight: 500; font-size: 1rem; margin: 10px 0 24px; }
.hero-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.cta-button {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: #1b300f;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.cta-alt { background: #17350c; color: var(--yellow); border: 2px solid var(--yellow); }

section { padding: 70px 0; }
.section-dark { background: var(--surface-deep); }
.section-olive { background: var(--surface-soft); }

.section-title {
  font-family: 'Fredoka', sans-serif;
  color: var(--yellow);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  margin-bottom: 10px;
}
.section-sub { color: var(--green-light); margin-bottom: 20px; font-weight: 500; font-size: 1rem; }

.split-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center; }
.split-grid p { color: var(--text-soft); }
.split-grid img { width: 100%; border-radius: 16px; border: 2px solid rgba(142,221,90,.4); }

/* About media: support image/video and use larger space, no border radius. */
#about .about-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1.08fr);
  gap: 34px;
  align-items: stretch;
}
#about .about-content-card {
  padding: 0;
}
#about .about-content-card .section-title {
  color: #19493f;
  margin-bottom: 12px;
}
#about .about-content-card .section-sub {
  color: #2f6457;
  margin-bottom: 16px;
}
#about .about-body p {
  color: #2b5a4f;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}
#about .about-media-card {
  padding: 0;
}
#about .about-media-wrap {
  min-height: clamp(240px, 30vw, 420px);
  display: flex;
}
#about .about-media,
#about .about-embed,
#about .about-embed iframe,
#about .about-embed video {
  width: 100%;
  height: 100%;
}
#about .about-media {
  object-fit: cover;
  border: 0;
  border-radius: 0;
}
#about .about-embed iframe {
  border: 0;
}

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.card {
  background: linear-gradient(160deg, #2f7f34, #255f28);
  border: 2px solid rgba(142,221,90,.25);
  border-radius: 14px;
  padding: 20px;
}
.card h3 { color: var(--yellow); font-family: 'Fredoka', sans-serif; font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }
.card p { color: #c0dcb0; font-size: 15px; font-weight: 400; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-grid p { color: #d8edcc; margin: 0 0 8px; }
.contact-map iframe { border-radius: 14px; }

.site-footer {
  background: #2f9428;
  border-top: 0;
  padding: 44px 0 20px;
}
.footer-clinic-wrap {
  width: min(1120px, 92vw);
  margin: 0 auto;
}
.footer-clinic-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(185,226,202,.2);
  margin-bottom: 24px;
}
.footer-clinic-brand h4 {
  color: #f6ffef;
  font-size: 1.55rem;
  margin-bottom: 8px;
}
.footer-brand-logo {
  display: inline-flex;
  margin-bottom: 10px;
}
.footer-brand-logo img {
  max-height: 62px;
  width: auto;
  display: block;
}
.footer-clinic-brand p {
  color: #c6decf;
  max-width: 560px;
}
.footer-clinic-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-cta-primary,
.footer-cta-secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}
.footer-cta-primary {
  background: var(--yellow);
  color: #17350c !important;
}
.footer-cta-secondary {
  border: 1px solid rgba(255,255,255,.4);
  color: #f3fff8 !important;
}
.footer-content-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 20px;
}
.footer-col {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(185,226,202,.16);
  padding: 18px;
}
.site-footer h4 { color: #f3fff8; margin-bottom: 10px; font-family: 'Fredoka', sans-serif; }
.site-footer p, .site-footer li, .site-footer a { color: #cfe6bf; }
.site-footer .footer-cta-primary,
.site-footer .footer-cta-secondary {
  font-size: 1.05rem;
  letter-spacing: .01em;
}
.site-footer a.footer-cta-primary {
  color: #17350c !important;
}
.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.9;
}
.footer-contact-card p + p {
  margin-top: 4px;
}
.footer-bottom {
  text-align: center;
  margin: 20px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(185,226,202,.2);
  color: #b8d7a5;
}
.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-social-icons a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(207,230,191,.35);
  color: #d9ebcb;
  text-decoration: none;
  background: rgba(255,255,255,.04);
  transition: all .2s ease;
}
.footer-social-icons a:hover {
  background: var(--yellow);
  color: #1b300f;
  border-color: var(--yellow);
}
.footer-social-icons svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

/* Remove unwanted default underlines in theme content/footer */
.site-content a,
.site-footer a {
  text-decoration: none;
}

@media (max-width: 900px) {
  .split-grid, .contact-grid { grid-template-columns: 1fr; }
  #about .about-layout { grid-template-columns: 1fr; gap: 20px; }
  .footer-clinic-top {
    flex-direction: column;
    gap: 14px;
  }
  .footer-content-grid {
    grid-template-columns: 1fr;
  }
  .clinic-topbar-inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .clinic-topbar-social {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
  }
  .header-tools {
    display: none;
  }
  .menu-toggle { display: inline-block; z-index: 1301; }
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 320px);
    height: 100dvh;
    background: #ffffff;
    border-left: 1px solid #d7e5df;
    padding: 76px 16px 16px;
    transform: translateX(104%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
    z-index: 1300;
    overflow-y: auto;
  }
  .main-navigation.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .main-navigation ul {
    flex-direction: column;
    gap: 6px;
  }
  .main-navigation a {
    display: block;
    color: #1c4f44;
    font-size: 15px;
    padding: 11px 12px;
    border-radius: 8px;
    border: 1px solid #e3eeea;
    background: #f8fcfa;
  }
  body.menu-open { overflow: hidden; }
  body.menu-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.38);
    z-index: 1200;
  }
}

.page-shell { padding: 72px 0; }
.page-container { max-width: 920px; }
.site-info-container {
  width: min(1120px, 92vw);
}
.site-info-wide-card {
  width: 100%;
}
.page-card { text-align: left; }
.page-card .entry-content, .page-card .entry-summary { color: #d7ebca; }
.page-card h2 a { text-decoration: none; color: var(--yellow); }
.page-card .post-thumbnail img { width: 100%; height: auto; border-radius: 12px; margin: 12px 0 18px; }
.post-meta { color: #b9d8a6; font-size: 13px; margin: 0 0 10px; font-weight: 500; }
.archive-header, .contact-header { text-align: center; margin-bottom: 24px; }
.search-form-wrap {
  margin-bottom: 24px;
}
.search-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.search-form .search-field {
  flex: 1 1 260px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(142,221,90,.35);
  background: rgba(0,0,0,.18);
  color: #edf8e3;
}
.search-form .search-submit {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  border: 0;
  background: var(--yellow);
  color: #243b16;
  font-weight: 700;
  cursor: pointer;
}
.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.pagination-wrap .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pagination-wrap .page-numbers {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(142,221,90,.35);
  background: rgba(255,255,255,.03);
  color: #dcefd0;
  font-weight: 700;
  text-decoration: none;
}
.pagination-wrap .page-numbers.current {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #1f320f;
}
.pagination-wrap .page-numbers:hover {
  background: rgba(240,224,16,.15);
  color: var(--yellow);
}
.blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.blog-card { display: flex; flex-direction: column; gap: 10px; }
.blog-card-thumb img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(142,221,90,.25);
}
.blog-card-title {
  margin: 0;
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  font-weight: 600;
  line-height: 1.4;
}
.blog-card .entry-summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.error-card { text-align: center; }
.error-card .search-form { margin: 20px auto; }
.error-card .search-field { width: min(360px, 90%); padding: 10px 12px; border-radius: 8px; border: 1px solid #3d6c2a; background: #17310d; color: #fff; }
.error-card .search-submit { margin-left: 8px; padding: 10px 14px; border-radius: 8px; border: 0; background: var(--yellow); color: #243b16; font-weight: 700; }
.site-info-card .entry-content h2, .site-info-card .entry-content h3 { color: var(--yellow); margin-top: 20px; }

@media (max-width: 1050px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* Single post content basics */
.entry-content > * + * { margin-top: 1rem; }
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--yellow);
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 1.5rem;
  scroll-margin-top: 120px;
}
.entry-content h2 { font-size: 1.55rem; }
.entry-content h3 { font-size: 1.3rem; }
.entry-content h4 { font-size: 1.15rem; }
.entry-content p,
.entry-content li { color: #d7ebca; }
.entry-content ul,
.entry-content ol { padding-left: 1.2rem; }
.entry-content li + li { margin-top: .4rem; }
.entry-content a { color: var(--yellow); text-underline-offset: 2px; }
.entry-content hr { border: 0; border-top: 1px solid rgba(142,221,90,.35); margin: 1.4rem 0; }
.entry-content blockquote {
  border-left: 3px solid var(--green-light);
  background: rgba(255,255,255,.04);
  padding: .8rem 1rem;
  border-radius: 8px;
  color: #e4f1db;
}
.entry-content code {
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(142,221,90,.2);
  border-radius: 6px;
  padding: .1rem .35rem;
  font-size: .92em;
}
.entry-content pre {
  background: #11250a;
  border: 1px solid rgba(142,221,90,.25);
  border-radius: 10px;
  padding: .9rem;
  overflow-x: auto;
}
.entry-content pre code {
  border: 0;
  background: transparent;
  padding: 0;
}
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(142,221,90,.3);
  font-size: .96rem;
}
.entry-content th,
.entry-content td {
  border: 1px solid rgba(142,221,90,.3);
  padding: .55rem .65rem;
  text-align: left;
}
.entry-content th {
  background: rgba(142,221,90,.14);
  color: var(--yellow);
  font-weight: 600;
}

/* TOC */
.post-toc {
  border: 1px solid rgba(142,221,90,.35);
  background: rgba(255,255,255,.03);
  border-radius: 10px;
  padding: .85rem 1rem;
  margin-bottom: 1.2rem;
}
.post-toc-title {
  color: var(--yellow);
  font-family: 'Fredoka', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 .5rem;
}
.post-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .35rem;
}
.post-toc a {
  color: #d6efc3;
  text-decoration: none;
  font-size: .95rem;
}
.post-toc a:hover { color: var(--yellow); }
.post-toc .toc-child { padding-left: .85rem; }

/* Comments */
.comments-area { margin-top: 1rem; }
.comments-title {
  color: var(--yellow);
  font-family: 'Fredoka', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: .9rem;
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
}
.comment-list .comment {
  border: 1px solid rgba(142,221,90,.25);
  border-radius: 10px;
  padding: .85rem;
  background: rgba(255,255,255,.02);
}
.comment-list .comment + .comment { margin-top: .7rem; }
.comment-author .fn { color: var(--yellow); font-weight: 600; }
.comment-metadata { font-size: .85rem; margin-top: .2rem; }
.comment-metadata a { color: #b7d6a6; text-decoration: none; }
.comment-content p { color: #d8ebcc; }
.comment-reply-link {
  color: var(--yellow);
  font-size: .9rem;
  text-decoration: none;
}
.comment-respond { margin-top: 1.2rem; }
.comment-reply-title {
  color: var(--yellow);
  font-family: 'Fredoka', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.comment-form label {
  display: block;
  margin: 0 0 .35rem;
  color: #dff0d2;
  font-size: .95rem;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  border: 1px solid rgba(142,221,90,.35);
  background: #18310f;
  color: #f1f8ea;
  border-radius: 8px;
  padding: .65rem .75rem;
  font: inherit;
}
.comment-form textarea { min-height: 140px; }
.comment-form .required { color: #ffcd83; }

/* Contact template redesign */
.contact-template {
  background:
    radial-gradient(circle at 14% 12%, rgba(142,221,90,.08), transparent 32%),
    radial-gradient(circle at 84% 76%, rgba(240,224,16,.08), transparent 28%),
    linear-gradient(180deg, #133312 0%, #112d11 100%);
}
.contact-hero {
  text-align: center;
  margin: 0 auto 1.8rem;
  max-width: 860px;
}
.contact-kicker {
  display: inline-block;
  color: #d8efc7;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem .68rem;
  border: 1px solid rgba(142,221,90,.4);
  border-radius: 999px;
  margin-bottom: .8rem;
  background: rgba(255,255,255,.03);
}
.contact-hero-actions {
  margin-top: 1rem;
  display: flex;
  gap: .65rem;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-hero-highlights {
  margin-top: .9rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .45rem;
}
.contact-hero-highlights span {
  font-size: .82rem;
  color: #def1d0;
  border: 1px solid rgba(142,221,90,.3);
  background: rgba(255,255,255,.02);
  border-radius: 999px;
  padding: .32rem .58rem;
}
.contact-top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, .85fr);
  gap: 1rem;
  margin-bottom: .95rem;
}
.contact-form-shell {
  background: linear-gradient(155deg, rgba(33,85,23,.4), rgba(17,46,12,.55));
  border: 1px solid rgba(142,221,90,.28);
  border-radius: 14px;
  padding: 1.15rem;
}
.contact-form-head h2,
.contact-info-shell h2,
.contact-location-card h2 {
  color: var(--yellow);
  font-family: 'Fredoka', sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 .4rem;
}
.contact-form-head p {
  color: #d7ebca;
  margin-bottom: .85rem;
}
.contact-form-notice {
  border-radius: 8px;
  padding: .7rem .8rem;
  margin-bottom: .9rem;
  font-size: .95rem;
}
.contact-form-notice.success {
  border: 1px solid rgba(142,221,90,.5);
  background: rgba(142,221,90,.13);
  color: #e5f3d8;
}
.contact-form-notice.error {
  border: 1px solid rgba(255,151,151,.45);
  background: rgba(255,111,111,.12);
  color: #ffe2e2;
}
.snpetzone-contact-form > * + * { margin-top: .8rem; }
.snpetzone-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}
.snpetzone-contact-form p { margin: 0; }
.snpetzone-contact-form label {
  display: block;
  color: #e0efcf;
  font-size: .9rem;
  margin-bottom: .32rem;
}
.snpetzone-contact-form input[type="text"],
.snpetzone-contact-form input[type="email"],
.snpetzone-contact-form input[type="tel"],
.snpetzone-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(142,221,90,.35);
  background: #13290d;
  color: #f2f9eb;
  border-radius: 6px;
  padding: .65rem .75rem;
  font: inherit;
}
.snpetzone-contact-form textarea { min-height: 140px; resize: vertical; }
.snpetzone-contact-form button {
  background: var(--yellow);
  color: #1a2e10;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  padding: .62rem 1.15rem;
  text-decoration: none;
}
.snpetzone-contact-form button:hover { filter: brightness(.95); }
.contact-info-shell {
  background: linear-gradient(160deg, rgba(20,63,20,.92), rgba(12,38,14,.94));
  border: 1px solid rgba(142,221,90,.25);
  border-radius: 14px;
  padding: 1.1rem;
}
.contact-info-intro {
  color: #cae4bb;
  margin-bottom: .9rem;
}
.contact-info-list {
  display: grid;
  gap: .62rem;
}
.contact-info-item {
  border: 1px solid rgba(142,221,90,.26);
  border-radius: 8px;
  padding: .66rem .75rem;
  background: rgba(255,255,255,.02);
}
.contact-info-item h3 {
  color: #dbf0cd;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 .2rem;
}
.contact-info-item p {
  margin: 0;
  color: #f0f8ea;
}
.contact-info-item a {
  color: var(--yellow);
  text-decoration: none;
}
.contact-social-icons {
  margin-top: .95rem;
  display: flex;
  gap: .55rem;
}
.contact-social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(142,221,90,.4);
  color: #d9efc7;
  background: rgba(255,255,255,.03);
  transition: all .2s ease;
}
.contact-social-icons a:hover {
  color: #1a2e10;
  background: var(--yellow);
  border-color: var(--yellow);
}
.contact-social-icons svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.contact-hours-card {
  margin-top: .9rem;
  border: 1px dashed rgba(142,221,90,.4);
  border-radius: 8px;
  padding: .7rem .8rem;
  background: rgba(0,0,0,.14);
}
.contact-hours-card h3 {
  margin: 0 0 .28rem;
  font-size: .86rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #dff0d3;
}
.contact-hours-card p {
  margin: 0;
  color: #d4e9c6;
}
.contact-hours-card p + p { margin-top: .2rem; }
.contact-map-full { margin-top: 1rem; }
.contact-map-head {
  margin: 0 0 .6rem;
}
.contact-map-head h2 {
  color: var(--yellow);
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 .2rem;
}
.contact-map-head p {
  color: #cfe4bf;
  margin: 0;
  font-size: .95rem;
}
.contact-map iframe {
  border-radius: 12px;
  border: 1px solid rgba(142,221,90,.25);
  width: 100%;
  display: block;
}

/* Features section */
.features-section { background: #e8ebf0; color: #1d2918; }
.features-section .section-title {
  text-align: center;
  color: #132035;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  line-height: 1.2;
}
.features-section .section-sub {
  text-align: center;
  color: #38475f;
  max-width: 920px;
  margin: 0 auto 40px;
  font-size: clamp(1.02rem, 1.45vw, 1.25rem);
  font-weight: 500;
  line-height: 1.6;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 44px 34px;
}
.feature-card {
  text-align: center;
  background: transparent;
  padding: 0;
}
.feature-icon-shell {
  width: 114px;
  height: 114px;
  border: 1px solid #cfd7e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: rgba(255,255,255,.5);
}
.feature-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.feature-icon-fallback {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.feature-icon-fallback svg {
  width: 44px;
  height: 44px;
  fill: #233f62;
}
.feature-card h3 {
  color: #174b41;
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(1.32rem, 1.9vw, 1.7rem);
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.2;
}
.feature-card p {
  color: #32415b;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 500;
  line-height: 1.62;
  max-width: 420px;
  margin: 0 auto;
}

/* Homepage builder mode (content from selected homepage editor). */
.homepage-builder .entry-content > * + * { margin-top: 1rem; }
.homepage-builder .entry-content .alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.homepage-builder .entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 980px) {
  .contact-top-grid {
    grid-template-columns: 1fr;
  }
  .snpetzone-form-grid {
    grid-template-columns: 1fr;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature-icon-shell {
    width: 92px;
    height: 92px;
    margin-bottom: 14px;
  }
  .feature-icon,
  .feature-icon-fallback,
  .feature-icon-fallback svg {
    width: 36px;
    height: 36px;
  }
}

/* Hero slider support (fallback homepage mode) */
.hero-section { isolation: isolate; }
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .9s ease;
}
.hero-slide.is-active { opacity: 1; }
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,24,8,.55) 0%, rgba(15,35,10,.48) 38%, rgba(18,43,11,.42) 72%, rgba(22,56,14,.35) 100%);
  z-index: -1;
}
.hero-section.has-slider::before {
  background: linear-gradient(135deg, rgba(8,18,6,.72) 0%, rgba(12,27,8,.66) 36%, rgba(16,36,10,.62) 70%, rgba(20,46,12,.58) 100%);
}
.hero-content,
.paw-bg { z-index: 1; }

/* Our Moments gallery */
.gallery-section { background: #f2f3f5; color: #1f2b1f; }
.gallery-head { text-align: center; margin-bottom: 28px; }
.gallery-kicker {
  color: #72b334;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.gallery-section .section-title { color: #274321; margin-top: 8px; }
.gallery-head-line {
  width: 84px;
  height: 5px;
  background: #79bc35;
  margin: 12px auto 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.gallery-item {
  min-height: 180px;
  background: #e4e8eb;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-item-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.gallery-item-empty span {
  font-size: 13px;
  text-align: center;
  color: #4f5f4f;
}
.testimonial-shortcode-wrap {
  background: transparent;
  border: 0;
  padding: 0;
}

.testimonials-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.testimonial-card {
  text-align: center;
}
.testimonial-stars {
  font-size: 2rem;
  color: #e7c51c;
  margin-bottom: 10px;
  line-height: 1;
}
.testimonial-quote {
  font-style: italic;
  color: #2f4a69 !important;
  margin-bottom: 16px;
  font-size: 1.02rem;
  line-height: 1.62;
}
.testimonial-author {
  font-weight: 700;
  color: #2f9f4c;
  font-size: 1.05rem;
}

/* WooCommerce support */
.snpetzone-woo-container { color: #d7ebca; }
.snpetzone-woo-container .woocommerce-breadcrumb {
  margin-bottom: 16px;
  color: #b9d8a6;
  font-size: 14px;
}
.snpetzone-woo-container .woocommerce-breadcrumb a { color: var(--yellow); }
.snpetzone-woo-container .woocommerce-result-count,
.snpetzone-woo-container .woocommerce-ordering { margin-bottom: 18px; }
.snpetzone-woo-container ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
}
.snpetzone-woo-container ul.products::before,
.snpetzone-woo-container ul.products::after {
  content: none !important;
}
.snpetzone-woo-container ul.products li.product {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  list-style: none;
  background: #ffffff;
  border: 1px solid #d9e4d2;
  padding: 12px;
  position: relative;
}
.snpetzone-woo-container ul.products li.product a {
  color: #21331d;
}
.snpetzone-woo-container ul.products li.product img {
  border-radius: 0;
  margin-bottom: 12px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.snpetzone-woo-container ul.products li.product .woocommerce-loop-product__title {
  color: #1f5f12;
  font-family: 'Fredoka', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 6px;
}
.snpetzone-woo-container ul.products li.product .price {
  color: #2f7f1a;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.snpetzone-woo-container ul.products li.product .onsale {
  top: 10px;
  left: 10px;
  right: auto;
  margin: 0;
  background: #2f7f1a;
  color: #fff;
  min-height: auto;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 0;
}
.snpetzone-woo-container .button,
.snpetzone-woo-container button.button,
.snpetzone-woo-container input.button,
.snpetzone-woo-container .wp-element-button {
  border-radius: 0;
  background: var(--yellow);
  color: #1a2e10;
  border: 0;
  font-weight: 600;
  padding: 10px 14px;
}
.snpetzone-woo-container div.product {
  background: #ffffff;
  border: 1px solid #d9e4d2;
  padding: 18px;
  color: #253822;
}
.snpetzone-woo-container div.product .product_title {
  color: #1f5f12;
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  margin-bottom: 8px;
}
.snpetzone-woo-container div.product p.price,
.snpetzone-woo-container div.product span.price {
  color: #2f7f1a;
  font-weight: 700;
  font-size: 1.25rem;
}
.snpetzone-woo-container div.product .woocommerce-product-details__short-description p {
  color: #324a2d;
  line-height: 1.7;
}
.snpetzone-woo-container .quantity .qty {
  min-height: 40px;
  width: 74px;
}
.snpetzone-woo-container .woocommerce-product-gallery {
  padding: 8px;
  border: 1px solid #d9e4d2;
  background: #f9fbf8;
}
.snpetzone-woo-container .woocommerce-product-gallery img {
  border-radius: 0 !important;
}
.snpetzone-woo-container .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px !important;
}
.snpetzone-woo-container .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100% !important;
}
.snpetzone-woo-container .woocommerce-tabs ul.tabs li,
.snpetzone-woo-container .woocommerce-tabs ul.tabs li a {
  border-radius: 0 !important;
}
.snpetzone-woo-container .woocommerce-tabs ul.tabs {
  margin-bottom: 0 !important;
}
.snpetzone-woo-container .woocommerce-tabs ul.tabs li {
  border: 1px solid #d9e4d2 !important;
  background: #f7faf4 !important;
}
.snpetzone-woo-container .woocommerce-tabs ul.tabs li.active {
  background: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.snpetzone-woo-container .woocommerce-tabs .panel {
  border: 1px solid #d9e4d2;
  padding: 16px;
  background: #ffffff;
}
.snpetzone-woo-container .related.products {
  margin-top: 24px;
}
.snpetzone-woo-container table.shop_table,
.snpetzone-woo-container table.shop_table th,
.snpetzone-woo-container table.shop_table td {
  border-color: rgba(142,221,90,.3) !important;
  color: #d7ebca;
}
.snpetzone-woo-container .cart_totals,
.snpetzone-woo-container .woocommerce-checkout-review-order,
.snpetzone-woo-container form.checkout,
.snpetzone-woo-container .woocommerce-form-login,
.snpetzone-woo-container .woocommerce-form-coupon {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(142,221,90,.25);
  padding: 14px;
  border-radius: 0;
}
.snpetzone-woo-container input[type="text"],
.snpetzone-woo-container input[type="email"],
.snpetzone-woo-container input[type="tel"],
.snpetzone-woo-container input[type="password"],
.snpetzone-woo-container textarea,
.snpetzone-woo-container select {
  background: #17300f;
  color: #f2f9eb;
  border: 1px solid rgba(142,221,90,.35);
  border-radius: 0;
}
.snpetzone-woo-container .woocommerce-message,
.snpetzone-woo-container .woocommerce-info,
.snpetzone-woo-container .woocommerce-error {
  border-radius: 0;
}
.snpetzone-woo-container .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; }
.snpetzone-woo-container .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(142,221,90,.25);
  margin-bottom: 8px;
  text-decoration: none;
}

/* My Account page design refresh */
.snpetzone-woo-container .woocommerce-MyAccount-navigation,
.snpetzone-woo-container .woocommerce-MyAccount-content {
  background: #ffffff;
  border: 1px solid #d9e4d2;
  padding: 18px;
  color: #24381d;
}
.snpetzone-woo-container .woocommerce-MyAccount-navigation ul li a {
  color: #274321;
  font-weight: 600;
  border-left: 3px solid transparent;
  background: #f7faf4;
  border: 1px solid #d9e4d2;
}
.snpetzone-woo-container .woocommerce-MyAccount-navigation ul li.is-active a,
.snpetzone-woo-container .woocommerce-MyAccount-navigation ul li a:hover {
  background: #edf7e7;
  border-left-color: #4caf2a;
  color: #1f5f12;
}
.snpetzone-woo-container .woocommerce-MyAccount-content p,
.snpetzone-woo-container .woocommerce-MyAccount-content li {
  color: #2d4327;
  line-height: 1.65;
}
.snpetzone-woo-container .woocommerce-MyAccount-content .button {
  margin-top: 8px;
}

.snpetzone-woo-container .woocommerce-MyAccount-content h2,
.snpetzone-woo-container .woocommerce-MyAccount-content h3,
.snpetzone-woo-container .woocommerce-MyAccount-content legend {
  color: #1f5f12;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
}

.snpetzone-woo-container .woocommerce-MyAccount-content fieldset {
  border: 1px solid #d9e4d2;
  padding: 14px;
  margin-top: 14px;
}

.snpetzone-woo-container .woocommerce-MyAccount-content label {
  color: #2b4025;
  font-weight: 600;
}

.snpetzone-woo-container .woocommerce-MyAccount-content input[type="text"],
.snpetzone-woo-container .woocommerce-MyAccount-content input[type="email"],
.snpetzone-woo-container .woocommerce-MyAccount-content input[type="tel"],
.snpetzone-woo-container .woocommerce-MyAccount-content input[type="password"],
.snpetzone-woo-container .woocommerce-MyAccount-content textarea,
.snpetzone-woo-container .woocommerce-MyAccount-content select {
  background: #ffffff;
  color: #1f2d1b;
  border: 1px solid #c7d7be;
}

.snpetzone-woo-container .woocommerce-MyAccount-content .button {
  background: #2f7f1a;
  color: #ffffff;
}

.snpetzone-woo-container .woocommerce-MyAccount-content .button:hover {
  background: #246413;
}

@media (max-width: 800px) {
  .snpetzone-woo-container ul.products {
    grid-template-columns: 1fr;
  }
  .snpetzone-woo-container ul.products li.product img {
    height: 240px;
  }
}

/* Breeds cards (homepage section) */
.breed-card {
  padding: 0;
  overflow: hidden;
}
.breed-card-link {
  display: block;
  color: inherit;
}
.breed-card-image {
  aspect-ratio: 16 / 10;
  background: #193412;
}
.breed-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.breed-card-link:hover .breed-card-image img {
  transform: scale(1.05);
}
.breed-card-body {
  padding: 16px 18px 18px;
}
.breed-card-meta {
  margin-top: 8px;
  color: #d1e8c0;
  font-size: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.breed-card-price { color: var(--yellow); font-weight: 700; }
.breed-card-status { color: var(--green-light); font-weight: 600; }

/* Services cards (homepage section) */
.service-card {
  padding: 0;
  overflow: hidden;
}
.service-card-link {
  display: block;
  color: inherit;
}
.service-card-image {
  aspect-ratio: 16 / 10;
  background: #193412;
  position: relative;
  overflow: hidden;
}
.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.service-card-link:hover .service-card-image img {
  transform: scale(1.05);
}
.service-card-body {
  padding: 16px 18px 18px;
}
.service-card-body h3 {
  margin-bottom: 8px;
  color: #143a30;
  font-size: clamp(1.36rem, 2.3vw, 1.72rem);
  line-height: 1.2;
}
.service-card-body p {
  color: #325f50;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.62em * 2);
}
.service-card-kicker {
  margin: 0 0 10px;
  font-size: 1rem;
  color: #446d5f;
  font-weight: 700;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.service-card-kicker span + span::before {
  content: "•";
  margin-right: 10px;
  color: #5f887c;
}
.service-card-meta {
  margin-top: 14px;
  color: #d1e8c0;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-card-overlay {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(90deg, rgba(9, 24, 32, .88), rgba(9, 24, 32, .72));
}
.service-card-badge {
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}
.service-card-chip {
  color: #deedf8;
  font-size: .88rem;
  font-weight: 700;
  border: 1px solid rgba(222, 237, 248, .45);
  padding: 4px 10px;
}
.service-card-rating {
  color: #2da24f;
  letter-spacing: 1px;
  font-size: .9rem;
}
.service-card-cta {
  color: #174b41;
  font-weight: 800;
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.service-card-fallback .service-card-body {
  background: #ffffff;
}

/* Single breed details page */
.snpetzone-breed-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
}
.breed-detail-card {
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px;
  align-items: start;
}
.breed-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.breed-kicker {
  color: var(--green-light);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
}
.breed-content h1 {
  color: var(--yellow);
  margin: 8px 0 18px;
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.1;
}
.breed-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.breed-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.breed-meta-item {
  border: 1px solid rgba(142,221,90,.3);
  background: rgba(22,48,12,.55);
  padding: 10px 12px;
}
.breed-meta-item span {
  display: block;
  color: #9fd67b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.breed-meta-item strong {
  color: #f3fbe9;
  font-size: 15px;
  font-weight: 700;
}
.breed-entry-content {
  color: #d8eccb;
  margin-bottom: 20px;
}
.single-service .breed-entry-content,
.single-service .breed-entry-content > *,
.single-service .breed-entry-content p,
.single-service .breed-entry-content div {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.single-service .snpetzone-breed-wrap {
  padding: 25px;
}
.single-service .breed-detail-card {
  padding: 20px;
  gap: 22px;
}
.single-service .breed-content h1 {
  margin: 4px 0 12px;
}
.single-service .breed-meta-grid {
  gap: 8px;
  margin-bottom: 12px;
}
.single-service .breed-meta-item {
  padding: 8px 10px;
}
.single-service .breed-entry-content {
  margin-bottom: 14px;
}
.single-service .breed-actions {
  gap: 10px;
}
.breed-all-link {
  color: var(--yellow);
  font-weight: 700;
  margin-left: 12px;
}
@media (max-width: 900px) {
  .breed-detail-card {
    grid-template-columns: 1fr;
  }
  .breed-meta-grid {
    grid-template-columns: 1fr;
  }
}
