/* =============================================================
   Golden Paws Pet Grooming — Brand stylesheet
   Bright / bubbly / polished. Seeded from the brand kit tokens
   (golden_paws_brand_tokens.css). Shared shell for all pages.
============================================================= */
:root {
  --gp-crimson:      #B51F2E;
  --gp-royal:        #1D4ED8;
  --gp-sky:          #25B8E8;
  --gp-gold:         #F7C600;
  --gp-cream:        #FFF7EF;
  --gp-charcoal:     #152A4D;
  --gp-white:        #FFFFFF;

  /* Soft tints derived from the core palette */
  --gp-sky-soft:     #E3F4FA;
  --gp-royal-soft:   #E7ECFB;
  --gp-gold-soft:    #FFEAA8;
  --gp-crimson-soft: #FBEAEA;

  --gp-text:         #3B4A66;
  --gp-text-mid:     #586277;
  --gp-text-light:   #8A93A5;
  --gp-border:       rgba(0,0,0,0.08);

  --gp-r-card:   22px;
  --gp-r-pill:   999px;
  --gp-shadow:   0 12px 30px rgba(29,78,216,0.08);
  --gp-shadow-sm:0 6px 16px rgba(29,78,216,0.07);

  --gp-display: 'Baloo 2', system-ui, sans-serif;   /* bubbly headings */
  --gp-serif: Georgia, 'Times New Roman', serif;     /* logo fallback */
  --gp-sans:  'DM Sans', system-ui, -apple-system, sans-serif;

  /* Compatibility aliases for legacy page copy that still uses inline vars. */
  --red: var(--gp-crimson);
  --navy: var(--gp-royal);
  --gold: var(--gp-gold);
  --cream: var(--gp-cream);
  --light-blue: var(--gp-sky-soft);
  --white: var(--gp-white);
  --border: var(--gp-border);
  --text-dark: var(--gp-charcoal);
  --text-mid: var(--gp-text-mid);
  --text-light: var(--gp-text-light);
  --serif: var(--gp-display);
  --sans: var(--gp-sans);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--gp-sans);
  color: var(--gp-text);
  background: var(--gp-sky);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* Blue canvas + floating content cards (reference style) */
.gp-hero, .gp-section, .gp-stats, .gp-footer {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 16px auto;
  border-radius: 32px;
  overflow: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.gp-container { max-width: 900px; margin: 0 auto; padding: 0 28px; }

/* ---- Eyebrow / section heads ---------------------------------- */
.gp-eyebrow {
  display: inline-block;
  background: var(--gp-gold-soft);
  color: #9A7B1E;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: var(--gp-r-pill);
}
.gp-section { padding: 60px 0; position: relative; }
.gp-section-cream { background: var(--gp-cream); }
.gp-section-sky   { background: var(--gp-white); }
.gp-section-white { background: var(--gp-white); }
.gp-section-royal { background: var(--gp-royal); }

.gp-shead { text-align: center; max-width: 580px; margin: 0 auto 44px; }
.gp-shead h2 {
  font-family: var(--gp-display);
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  color: var(--gp-charcoal);
  line-height: 1.1;
  margin: 14px 0 10px;
}
.gp-shead h2 em { color: var(--gp-crimson); font-style: normal; }
.gp-shead p { font-size: 15px; color: var(--gp-text-mid); }

/* ---- Buttons -------------------------------------------------- */
.gp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--gp-r-pill);
  font-family: var(--gp-sans);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  text-align: center;
}
.gp-btn:hover { transform: translateY(-2px); }
.gp-btn-royal   { background: var(--gp-royal); color: #fff; box-shadow: var(--gp-shadow-sm); }
.gp-btn-royal:hover { box-shadow: var(--gp-shadow); }
.gp-btn-crimson { background: var(--gp-crimson); color: #fff; }
.gp-btn-gold    { background: var(--gp-gold); color: #152A4D; }
.gp-btn-outline { background: #fff; color: var(--gp-crimson); border-color: var(--gp-crimson); }
.gp-btn-ghost   { background: rgba(255,255,255,0.14); color:#fff; border-color: rgba(255,255,255,0.4); }
.gp-btn-navy    { background: var(--gp-royal); color: #fff; box-shadow: var(--gp-shadow-sm); }

/* ---- Logo lockup (kit primary horizontal: gold paw + serif wordmark) ---- */
.gp-logo { display: inline-flex; align-items: center; gap: 14px; }
.gp-logo-paw { width: 59px; height: 58px; flex-shrink: 0; color: var(--gp-gold); }
.gp-logo-text { display: flex; flex-direction: column; }
.gp-logo-name { font-family: var(--gp-serif); font-weight: 700; font-size: 27px; line-height: 1; letter-spacing: -0.5px; color: var(--gp-crimson); white-space: nowrap; }
.gp-logo-sub { margin-top: 1px; text-align: center; text-indent: 5px; }
.gp-logo-sub span { font-family: var(--gp-sans); font-weight: 800; font-size: 9.5px; letter-spacing: 5px; color: var(--gp-royal); white-space: nowrap; }

/* ---- Header --------------------------------------------------- */
.gp-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--gp-border);
}
.gp-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 16px; }
.gp-nav { display: flex; align-items: center; gap: 22px; }
.gp-nav a.gp-navlink { font-size: 14px; font-weight: 500; color: var(--gp-text); }
.gp-nav a.gp-navlink:hover { color: var(--gp-royal); }
.gp-header-phone { font-size: 14px; font-weight: 600; color: var(--gp-crimson); }
.gp-nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; color: var(--gp-royal); }
.gp-nav-toggle svg { width: 28px; height: 28px; display: block; }

/* ---- Bubbles (decorative) ------------------------------------- */
.gp-bubble { position: absolute; border-radius: 50%; pointer-events: none; }

/* ---- Hero ----------------------------------------------------- */
.gp-hero { background: var(--gp-cream); padding: 64px 0 72px; position: relative; overflow: hidden; }
.gp-hero-inner { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; position: relative; z-index: 2; }
.gp-hero-text { flex: 1 1 320px; min-width: 300px; }
.gp-hero-text h1 {
  font-family: var(--gp-display);
  font-size: clamp(32px, 4.6vw, 48px);
  font-weight: 800;
  color: var(--gp-charcoal);
  line-height: 1.06;
  letter-spacing: -0.5px;
  margin: 18px 0 0;
}
.gp-hero-text h1 em { color: var(--gp-crimson); font-style: normal; }
.gp-hero-text p { font-size: 16px; color: var(--gp-text-mid); max-width: 460px; margin: 18px 0 26px; }
.gp-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.gp-hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.gp-chip {
  background: #fff;
  border: 1px solid var(--gp-border);
  border-radius: var(--gp-r-pill);
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--gp-text-mid);
  box-shadow: var(--gp-shadow-sm);
}
.gp-chip b { font-weight: 700; }

.gp-hero-art { flex: 1 1 340px; min-width: 300px; position: relative; height: 360px; display: flex; align-items: center; justify-content: center; }
.gp-hero-photo {
  position: relative; z-index: 2;
  width: 320px; height: 320px; max-width: 78vw; aspect-ratio: 1; border-radius: 50%;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: var(--gp-shadow);
}
.gp-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
/* ---- Stats bar ------------------------------------------------ */
.gp-stats { background: var(--gp-gold); padding: 22px 0; }
.gp-stats-inner { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 16px; }
.gp-stat { text-align: center; min-width: 120px; }
.gp-stat strong { display: block; font-family: var(--gp-display); font-size: 28px; color: #152A4D; line-height: 1.1; }
.gp-stat span { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #152A4D; opacity: .85; }

/* ---- Cards (services / reviews) ------------------------------- */
.gp-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gp-card {
  background: #fff;
  border: 1px solid var(--gp-border);
  border-radius: var(--gp-r-card);
  padding: 30px 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gp-card:hover { transform: translateY(-4px); box-shadow: var(--gp-shadow); }
.gp-icon-badge {
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.gp-icon-badge svg { width: 26px; height: 26px; }
.gp-pill-tag {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 14px; border-radius: var(--gp-r-pill);
  background: var(--gp-gold); color: #152A4D; margin-bottom: 14px;
}
.gp-pill-tag.crimson { background: var(--gp-crimson); color: #fff; }
.gp-card h3 { font-family: var(--gp-display); font-size: 19px; font-weight: 700; color: var(--gp-charcoal); margin-bottom: 10px; }
.gp-card p { font-size: 14px; color: var(--gp-text-mid); }

.gp-extras { margin-top: 20px; text-align: center; }
.gp-extras-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gp-royal); margin-bottom: 14px; }
.gp-extras-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.gp-tag {
  font-size: 13px; font-weight: 600; color: var(--gp-royal);
  background: var(--gp-royal-soft); border-radius: var(--gp-r-pill); padding: 8px 18px;
}
.gp-center-cta { text-align: center; margin-top: 34px; }

/* ---- Gallery (rounded frames) --------------------------------- */
.gp-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gp-frame {
  border-radius: var(--gp-r-card);
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: var(--gp-shadow-sm);
  background: var(--gp-sky-soft);
  aspect-ratio: 1;
}
.gp-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Reviews -------------------------------------------------- */
.gp-review { background: var(--gp-cream); border: 1px solid var(--gp-border); border-radius: var(--gp-r-card); padding: 26px; }
.gp-stars { color: var(--gp-gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.gp-review-text { font-size: 14px; font-style: italic; color: var(--gp-text); margin-bottom: 14px; }
.gp-review-author strong { color: var(--gp-royal); font-weight: 700; font-size: 13px; }
.gp-review-author span { color: var(--gp-text-light); font-size: 12px; }

/* ---- About ---------------------------------------------------- */
.gp-about { max-width: 760px; margin: 0 auto; text-align: center; }
.gp-about h2 { font-family: var(--gp-display); font-size: clamp(26px,3.4vw,34px); font-weight: 700; color: var(--gp-charcoal); margin: 14px 0 16px; }
.gp-about p { font-size: 15px; color: var(--gp-text-mid); margin-bottom: 14px; }
.gp-about-badge {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 16px;
  background: #fff; border: 1px solid var(--gp-border); border-radius: var(--gp-r-pill);
  padding: 10px 22px; font-size: 13px; font-weight: 600; color: var(--gp-royal); box-shadow: var(--gp-shadow-sm);
}

/* ---- How it works --------------------------------------------- */
.gp-steps { text-align: center; }
.gp-steps h2 { font-family: var(--gp-display); font-size: clamp(26px,3.6vw,36px); font-weight: 700; color: #fff; margin: 14px 0 8px; }
.gp-steps .gp-eyebrow { background: rgba(255,255,255,0.15); color: #fff; }
.gp-steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.gp-step { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--gp-r-card); padding: 28px 22px; }
.gp-step-num {
  width: 48px; height: 48px; border-radius: 50%; background: var(--gp-gold); color: #152A4D;
  font-family: var(--gp-display); font-size: 20px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.gp-step h3 { font-family: var(--gp-display); font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.gp-step p { font-size: 14px; color: rgba(255,255,255,0.78); }
.gp-step-contact { margin-top: 10px; font-size: 14px; font-weight: 700; color: var(--gp-gold); }
.gp-steps-cta { margin-top: 38px; }

/* ---- Location ------------------------------------------------- */
.gp-loc-inner { display: flex; flex-wrap: wrap; gap: 32px; align-items: stretch; }
.gp-loc-map { flex: 1 1 320px; min-height: 360px; border-radius: var(--gp-r-card); overflow: hidden; border: 5px solid #fff; box-shadow: var(--gp-shadow-sm); }
.gp-loc-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.gp-loc-info { flex: 1 1 300px; }
.gp-loc-info h3 { font-family: var(--gp-display); font-size: 24px; font-weight: 700; color: var(--gp-charcoal); margin-bottom: 20px; }
.gp-contact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.gp-contact-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--gp-text); }
.gp-contact-list svg { width: 20px; height: 20px; flex-shrink: 0; }
.gp-areas { display: flex; flex-wrap: wrap; gap: 8px; }
.gp-area-pill { font-size: 12px; font-weight: 600; color: var(--gp-royal); background: var(--gp-royal-soft); border-radius: var(--gp-r-pill); padding: 6px 16px; }

/* ---- Subpage shell -------------------------------------------- */
.gp-breadcrumb {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 16px auto;
  border-radius: 24px;
  background: var(--gp-cream);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--gp-shadow-sm);
  overflow: hidden;
}
.gp-breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 0;
  font-size: 12px;
  color: var(--gp-text-light);
  flex-wrap: wrap;
}
.gp-breadcrumb a { color: var(--gp-royal); font-weight: 700; }
.gp-breadcrumb a:hover { color: var(--gp-crimson); }
.gp-breadcrumb-sep { color: var(--gp-text-light); }

.gp-page {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 16px auto;
  border-radius: 32px;
  background: var(--gp-white);
  padding: 56px 0 64px;
  box-shadow: var(--gp-shadow-sm);
  overflow: hidden;
}
.gp-page h1 {
  font-family: var(--gp-display);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  color: var(--gp-charcoal);
  line-height: 1.08;
  margin-bottom: 18px;
}
.gp-gold-rule {
  width: 54px;
  height: 5px;
  background: var(--gp-gold);
  border-radius: var(--gp-r-pill);
  margin: 16px 0 24px;
}
.gp-page > .gp-container > p:first-of-type {
  font-size: 16px;
  color: var(--gp-text);
  line-height: 1.85;
  margin-bottom: 34px;
}
.gp-page h2 {
  font-family: var(--gp-display);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  color: var(--gp-charcoal);
  margin-top: 42px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gp-gold-soft);
}
.gp-page [id] {
  scroll-margin-top: 110px;
}
.gp-page h3 {
  font-family: var(--gp-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--gp-royal);
  margin-top: 28px;
  margin-bottom: 8px;
}
.gp-page p,
.gp-page ul,
.gp-page ol {
  font-size: 15px;
  color: var(--gp-text-mid);
  line-height: 1.85;
  margin-bottom: 16px;
}
.gp-page ul,
.gp-page ol { margin-left: 22px; }
.gp-page li { margin-bottom: 7px; }
.gp-page a { color: var(--gp-royal); font-weight: 700; text-underline-offset: 3px; }
.gp-page a:hover { color: var(--gp-crimson); }

.gp-cta-strip {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 16px auto;
  border-radius: 32px;
  background: var(--gp-royal);
  padding: 44px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.gp-cta-strip h2 {
  font-family: var(--gp-display);
  font-size: clamp(26px, 3vw, 34px);
  color: #fff;
  margin-bottom: 8px;
}
.gp-cta-strip p {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 22px;
}
.gp-cta-strip .gp-gold-rule { margin: 10px auto 20px; }
.gp-cta-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.gp-cta-strip .gp-btn-outline {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.46);
}

/* ---- Booking page --------------------------------------------- */
.booking-hero,
.info-bar,
.booking-main {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 16px auto;
  overflow: hidden;
}
.booking-hero {
  background: var(--gp-cream);
  border-radius: 32px;
  padding: 44px 0 38px;
  text-align: left;
  position: relative;
}
.eyebrow {
  display: inline-block;
  background: var(--gp-gold-soft);
  color: #9A7B1E;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: var(--gp-r-pill);
  margin-bottom: 14px;
}
.booking-hero h1 {
  font-family: var(--gp-display);
  font-size: clamp(32px, 4.2vw, 46px);
  font-weight: 800;
  color: var(--gp-charcoal);
  line-height: 1.08;
}
.booking-hero p {
  font-size: 16px;
  color: var(--gp-text-mid);
  max-width: 540px;
  margin: 0;
}
.gold-rule {
  width: 54px;
  height: 5px;
  background: var(--gp-gold);
  border-radius: var(--gp-r-pill);
  margin: 14px 0 18px;
}
.booking-hero-inner {
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 2;
}
.booking-hero-copy {
  flex: 1 1 360px;
  min-width: 0;
}
.booking-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.booking-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.booking-hero-visual {
  flex: 0 1 340px;
  display: flex;
  justify-content: center;
  position: relative;
}
.booking-hero-photo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 10px solid #fff;
  overflow: hidden;
  box-shadow: var(--gp-shadow);
  background: var(--gp-sky-soft);
}
.booking-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}
.info-bar {
  background: var(--gp-gold);
  border-radius: 28px;
  padding: 14px 0;
}
.info-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #152A4D;
}
.booking-main {
  background: var(--gp-white);
  border-radius: 32px;
  padding: 40px 0 56px;
  box-shadow: var(--gp-shadow-sm);
}
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}
.booking-card,
.sidebar-card {
  background: var(--gp-white);
  border-radius: var(--gp-r-card);
  border: 1px solid var(--gp-border);
  box-shadow: var(--gp-shadow-sm);
  overflow: hidden;
}
.booking-card-header {
  background: var(--gp-cream);
  border-bottom: 1px solid var(--gp-border);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.booking-card-header span {
  font-size: 13px;
  font-weight: 800;
  color: var(--gp-royal);
}
.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
}
.booking-iframe-wrap {
  height: 780px;
  position: relative;
}
.booking-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sidebar { display: flex; flex-direction: column; gap: 18px; }
.sidebar-card { padding: 24px; }
.sidebar-card h3 {
  font-family: var(--gp-display);
  font-size: 20px;
  color: var(--gp-charcoal);
  margin-bottom: 14px;
}
.sidebar-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.sidebar-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: var(--gp-text-mid);
  line-height: 1.55;
}
.sidebar-card li svg { flex-shrink: 0; margin-top: 2px; stroke: var(--gp-gold); }
.contact-card { background: var(--gp-royal); border-color: var(--gp-royal); }
.contact-card h3 { color: #fff; }
.contact-card p { font-size: 13px; color: rgba(255,255,255,0.78); margin-bottom: 16px; }
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px;
  border-radius: var(--gp-r-pill);
  background: var(--gp-gold);
  color: #152A4D;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
.contact-btn.outline {
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff;
  margin-bottom: 0;
}
.contact-divider {
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin: 8px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; font-size: 12px; }
.hours-day { color: var(--gp-charcoal); font-weight: 700; }
.hours-time { color: var(--gp-text-mid); text-align: right; }
.hours-closed { color: var(--gp-text-light); }
.hours-divider { grid-column: 1 / -1; height: 1px; background: var(--gp-border); margin: 4px 0; }

/* ---- Footer --------------------------------------------------- */
.gp-footer { background: var(--gp-cream); color: var(--gp-text); padding: 56px 0 0; }
.gp-footer-inner { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; padding-bottom: 40px; }
.gp-footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gp-royal); margin-bottom: 14px; }
.gp-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.gp-footer-col li, .gp-footer-col a { font-size: 14px; color: var(--gp-text-mid); }
.gp-footer-col a:hover { color: var(--gp-crimson); }
.gp-footer-bottom { border-top: 1px solid var(--gp-border); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; }
.gp-footer-copy { font-size: 12px; color: var(--gp-text-light); }

/* ---- Mobile sticky CTA ---------------------------------------- */
.gp-mobile-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; background: #fff; border-top: 1px solid var(--gp-border); box-shadow: 0 -8px 18px rgba(29,78,216,0.12); }
.gp-mobile-cta a { flex: 1; display: flex; align-items: center; justify-content: center; padding: 15px 10px; font-size: 13px; font-weight: 700; letter-spacing: .5px; }
.gp-mobile-cta .gp-m-call { background: var(--gp-crimson); color: #fff; }
.gp-mobile-cta .gp-m-book { background: var(--gp-royal); color: #fff; }

/* ---- Responsive ----------------------------------------------- */
@media (max-width: 860px) {
  .gp-grid-2 { grid-template-columns: 1fr; }
  .gp-gallery { grid-template-columns: repeat(2, 1fr); }
  .gp-steps-row { grid-template-columns: 1fr; }
  .booking-hero-inner { flex-direction: column; text-align: center; }
  .booking-hero-copy { flex-basis: auto; }
  .booking-hero p { margin: 0 auto; }
  .booking-hero .gold-rule { margin-left: auto; margin-right: auto; }
  .booking-hero-actions,
  .booking-hero-trust { justify-content: center; }
  .booking-layout { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .gp-nav-toggle { display: inline-flex; }
  .gp-nav {
    display: none;
    position: absolute; top: calc(100% + 6px); left: 16px; right: 16px;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border: 1px solid var(--gp-border);
    border-radius: var(--gp-r-card); padding: 12px; box-shadow: var(--gp-shadow);
  }
  .gp-nav.gp-open { display: flex; }
  .gp-nav .gp-navlink { padding: 11px 12px; border-radius: 10px; }
  .gp-nav .gp-navlink:hover { background: var(--gp-sky-soft); }
  .gp-header-phone { padding: 11px 12px; }
  .gp-nav .gp-btn-royal { margin-top: 8px; }
  .gp-logo-paw { width: 46px; height: 45px; }
  .gp-logo-name { font-size: 22px; }
  .gp-logo-sub span { font-size: 8px; letter-spacing: 4px; }
}
@media (max-width: 768px) {
  .gp-mobile-cta { display: flex; }
  body { padding-bottom: 62px; }
  .gp-hero-art { order: -1; height: 300px; }
  .gp-hero-photo { width: 260px; height: 260px; }
  .gp-container { padding: 0 20px; }
  .gp-page,
  .gp-cta-strip,
  .gp-breadcrumb,
  .booking-hero,
  .info-bar,
  .booking-main {
    width: calc(100% - 24px);
    margin: 12px auto;
    border-radius: 24px;
  }
  .gp-page { padding: 42px 0 52px; }
  .booking-hero { padding: 34px 0 30px; }
  .booking-hero-photo { width: 220px; height: 220px; }
  .booking-iframe-wrap { height: calc(100vh - 82px); min-height: 620px; }
}
@media (max-width: 480px) {
  .gp-hero-btns { flex-direction: column; align-items: stretch; }
  .gp-hero-btns .gp-btn { width: 100%; }
  .gp-cta-btns { flex-direction: column; align-items: stretch; }
  .gp-cta-btns .gp-btn { width: 100%; }
  .sidebar { display: flex; flex-direction: column; }
  .info-bar-inner { gap: 12px; align-items: flex-start; }
  .info-item { width: 100%; justify-content: center; text-align: center; }
}
