/* ===== Carolina Pet Grooming — Tar Heel theme ===== */
:root {
  --ink: #182635;
  --ink-soft: #4e6076;
  --blue: #1d6fa5;
  --blue-deep: #155580;
  --navy: #13294b;
  --navy-deep: #0c1c34;
  --sky: #e7f1f9;
  --carolina: #4b9cd3;
  --carolina-soft: #7bafd4;
  --carolina-deep: #2f7cb3;
  --gold: #d9a53d;
  --cream: #f7fafd;
  --white: #ffffff;
  --demo: #7c3aed;          /* purple = demo notes for the owner */
  --demo-bg: #f3e8ff;
  --demo-border: #c4b5fd;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(19, 41, 75, 0.10);
  --shadow-lg: 0 18px 50px rgba(19, 41, 75, 0.16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  font-size: 16px;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--blue); }

h1, h2, h3, h4 { font-family: 'Fraunces', Georgia, serif; line-height: 1.15; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.3rem); font-weight: 700; letter-spacing: -0.01em; }
h1 em { font-style: italic; color: var(--blue); }
h2 { font-size: clamp(1.5rem, 3vw, 2.05rem); font-weight: 600; letter-spacing: -0.01em; }
h3 { font-size: 1.2rem; font-weight: 600; }

.container { width: min(1120px, 92%); margin: 0 auto; }
.center { text-align: center; }
.section { padding: 52px 0; }
.section-lede { color: var(--ink-soft); max-width: 640px; margin: 10px auto 0; }
.eyebrow {
  font-weight: 800; text-transform: uppercase; letter-spacing: 0.09em;
  font-size: 0.8rem; color: var(--blue); margin-bottom: 10px;
}
.eyebrow.light { color: var(--carolina); }

/* ===== Demo notes (purple — for the owner, removed in the live site) ===== */
.demo-banner {
  background: var(--demo); color: #fff; text-align: center;
  padding: 10px 5%; font-size: 0.9rem; line-height: 1.5;
}
.demo-banner strong { font-weight: 800; }
.demo-note {
  background: var(--demo-bg); border: 2px dashed var(--demo-border);
  border-radius: 14px; padding: 14px 18px; margin-top: 20px;
  color: #4c1d95; font-size: 0.95rem; line-height: 1.55;
}
.demo-note strong { color: var(--demo); }
.demo-note em { font-style: italic; }
.demo-note-wide { max-width: 820px; margin: 22px auto 0; }

/* Floating demo pointer to the staff portal */
.demo-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 252px;
  background: var(--demo-bg); border: 2px dashed var(--demo-border);
  border-radius: 14px; padding: 16px 18px 18px;
  box-shadow: 0 12px 34px rgba(76, 29, 149, 0.28);
  transform: rotate(-1deg); color: #4c1d95; font-size: 0.88rem; line-height: 1.5;
}
.demo-float strong { color: var(--demo); }
.demo-float-close {
  position: absolute; top: 4px; right: 10px; background: none; border: 0;
  font-size: 1.25rem; color: var(--demo); cursor: pointer; font-family: inherit;
  line-height: 1; padding: 4px;
}
.float-arrow { width: 40px; height: 46px; display: block; margin: 2px auto -4px; color: var(--demo); }
.btn-demo {
  display: block; text-align: center; background: var(--demo); color: #fff;
  margin-top: 8px; padding: 11px 14px; font-size: 0.9rem;
}
.btn-demo:hover { background: #6d28d9; }
@media (max-width: 680px) {
  .demo-float { left: 14px; right: 14px; width: auto; bottom: 12px; transform: none; }
  .float-arrow { display: none; }
}

/* ===== Argyle elements (the Tar Heel answer to the yellow brick road) ===== */
.argyle-divider { display: block; width: 100%; height: 60px; }
.ad-cream-white { background: linear-gradient(to bottom, var(--cream) 0 50%, var(--white) 50% 100%); }
.ad-white-cream { background: linear-gradient(to bottom, var(--white) 0 50%, var(--cream) 50% 100%); }
.ad-cream-cream { background: var(--cream); }
.argyle-strip { display: block; width: 100%; height: 30px; }
.argyle-underline { display: block; width: 110px; height: 20px; margin: 18px auto 0; border-radius: 5px; box-shadow: 0 2px 6px rgba(19, 41, 75, 0.35); }

/* ===== Buttons ===== */
.btn {
  display: inline-block; font-weight: 800; text-decoration: none;
  border-radius: 999px; padding: 11px 22px; font-size: 0.95rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  border: 2px solid transparent; cursor: pointer; font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.btn-lg { padding: 15px 30px; font-size: 1.05rem; }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 6px 18px rgba(29, 111, 165, 0.35); }
.btn-primary:hover { background: var(--blue-deep); }
.btn-outline { border-color: var(--blue); color: var(--blue); background: transparent; }
.btn-outline:hover { background: var(--sky); }
.btn-ghost { color: var(--navy); background: transparent; }
.btn-light { background: var(--carolina); color: var(--navy-deep); box-shadow: 0 6px 18px rgba(0,0,0,0.2); }
.btn-light:hover { background: var(--carolina-soft); }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid rgba(19, 41, 75, 0.08);
}
.header-inner { display: flex; align-items: center; gap: 28px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand-mark { color: var(--carolina-deep); flex-shrink: 0; }
.brand-logo {
  width: 42px; height: 42px; border-radius: 11px; object-fit: cover; flex-shrink: 0;
  border: 1px solid rgba(19, 41, 75, 0.1); box-shadow: 0 2px 6px rgba(19, 41, 75, 0.08);
}
.brand-text strong { font-family: 'Fraunces', serif; font-size: 1.15rem; display: block; line-height: 1.1; white-space: nowrap; }
.brand-text small { color: var(--ink-soft); font-size: 0.72rem; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
.main-nav { display: flex; gap: 22px; margin-left: auto; }
.main-nav a { text-decoration: none; color: var(--ink-soft); font-weight: 700; font-size: 0.92rem; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.header-cta .btn { white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 3px; background: var(--navy); margin: 4px 0; border-radius: 2px; transition: 0.2s; }

/* ===== Hero (navy, Carolina glow) ===== */
.hero-navy {
  position: relative; overflow: hidden; padding: 76px 0 84px;
  background:
    radial-gradient(900px 460px at 85% -10%, rgba(75, 156, 211, 0.35), transparent 60%),
    radial-gradient(700px 400px at -10% 115%, rgba(75, 156, 211, 0.22), transparent 60%),
    linear-gradient(115deg, var(--navy-deep) 0%, var(--navy) 55%, #1b3a66 100%);
}
.hero-paw {
  position: absolute; right: -60px; bottom: -80px; width: 480px; height: 480px;
  color: var(--carolina); opacity: 0.14; transform: rotate(-14deg); pointer-events: none;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(12, 28, 52, 0.92) 0%, rgba(12, 28, 52, 0.72) 52%, rgba(19, 41, 75, 0.35) 100%);
}
.hero-inner { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero-copy { max-width: 660px; }
.hero-navy h1 { color: var(--white); }
.hero-navy h1 em { color: var(--carolina); }
.hero-navy .eyebrow { color: var(--carolina); }
.lede { color: var(--ink-soft); font-size: 1.06rem; margin: 14px 0 22px; max-width: 560px; }
.hero-navy .lede { color: #cfe1f0; }
.hero-navy .lede strong { color: var(--white); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-navy .btn-primary { background: var(--carolina); color: var(--navy-deep); box-shadow: 0 6px 18px rgba(0,0,0,0.35); }
.hero-navy .btn-primary:hover { background: var(--carolina-soft); }
.hero-navy .btn-outline { border-color: rgba(255,255,255,0.85); color: var(--white); }
.hero-navy .btn-outline:hover { background: rgba(255,255,255,0.14); }
.hero-badges { display: flex; gap: 30px; margin-top: 28px; flex-wrap: wrap; }
.badge-item { display: flex; align-items: center; gap: 10px; }
.badge-num { font-family: 'Fraunces', serif; font-size: 1.6rem; font-weight: 700; color: var(--carolina); }
.badge-label { font-size: 0.78rem; font-weight: 700; color: #b9cee0; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.35; }

/* ===== Sub-page hero band ===== */
.page-hero {
  background: linear-gradient(120deg, var(--navy-deep), var(--navy));
  color: #d5e4f1; padding: 38px 0 34px;
}
.page-hero h1 { color: var(--white); font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
.page-hero .eyebrow { color: var(--carolina); }
.page-lede { color: #c3d8ea; max-width: 660px; margin-top: 8px; font-size: 1rem; }

/* ===== Destination cards (landing) ===== */
.dest-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.dest-card {
  display: block; position: relative; text-decoration: none; color: var(--ink);
  background: var(--white); border: 1px solid rgba(19, 41, 75, 0.08);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 22px 20px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.dest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dest-card .go {
  position: absolute; top: 22px; right: 20px; font-weight: 800;
  color: var(--carolina-deep); font-size: 1.2rem; transition: transform 0.18s ease;
}
.dest-card:hover .go { transform: translateX(4px); }
.dest-icon, .service-icon {
  width: 42px; height: 42px; border-radius: 12px; background: var(--sky);
  color: var(--blue-deep); display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.ic { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ic-inline { width: 15px; height: 15px; vertical-align: -2px; margin-right: 7px; display: inline-block; }
.visit-card h3 .ic { width: 17px; height: 17px; vertical-align: -2.5px; margin-right: 8px; color: var(--blue); display: inline-block; }
.dest-card h3 { margin-bottom: 6px; }
.dest-card p { color: var(--ink-soft); font-size: 0.94rem; }

/* ===== Services ===== */
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.service-card {
  background: var(--cream); border: 1px solid rgba(19, 41, 75, 0.07);
  border-radius: var(--radius); padding: 22px 20px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.service-card h3 { margin-bottom: 8px; }
.service-card p { color: var(--ink-soft); font-size: 0.96rem; }
.services-note { margin-top: 24px; font-weight: 700; color: var(--blue-deep); }

/* ===== Wash bay (self-serve) ===== */
.wash-bay { background: linear-gradient(120deg, var(--navy-deep), #1b3a66); color: #dceaf6; padding: 52px 0; }
.wash-inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: center; }
.wash-bay h2 { color: var(--white); }
.wash-bay .highlight { color: var(--carolina); }
.wash-bay p { margin: 16px 0 26px; max-width: 560px; color: #c3d8ea; }
.wash-bay p strong { color: var(--white); }
.wash-clock { display: flex; justify-content: center; }
.clock-face {
  width: 180px; height: 180px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 3px dashed rgba(75, 156, 211, 0.7);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.clock-time { font-family: 'Fraunces', serif; font-size: 2.2rem; font-weight: 700; color: var(--carolina); }
.clock-days { font-weight: 800; letter-spacing: 0.18em; font-size: 0.85rem; color: #c3d8ea; }

/* ===== Rebooking ===== */
.rebook-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.rebooking .section-lede { margin-left: 0; }
.rebook-list { list-style: none; margin: 26px 0 32px; }
.rebook-list li {
  padding: 12px 0 12px 38px; position: relative; color: var(--ink-soft);
  border-bottom: 1px dashed rgba(19, 41, 75, 0.12);
}
.rebook-list li::before {
  content: ''; position: absolute; left: 0; top: 16px; width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231d6fa5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E") center/contain no-repeat;
}
.rebook-list li strong { color: var(--ink); }

.phone-mock { display: flex; justify-content: center; }
.phone {
  width: 290px; background: var(--white); border-radius: 36px;
  box-shadow: var(--shadow-lg); border: 8px solid var(--ink);
  padding: 34px 16px 26px; position: relative; transform: rotate(-2deg);
}
.phone-notch {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 8px; border-radius: 6px; background: var(--ink);
}
.sms { display: flex; flex-direction: column; gap: 10px; }
.sms-bubble { max-width: 85%; padding: 10px 14px; border-radius: 16px; font-size: 0.86rem; line-height: 1.45; }
.sms-bubble.them { background: var(--sky); color: var(--ink); border-bottom-left-radius: 4px; align-self: flex-start; }
.sms-bubble.me { background: var(--blue); color: var(--white); border-bottom-right-radius: 4px; align-self: flex-end; }

/* ===== Reviews ===== */
.reviews { background: var(--white); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0 24px; }
.review-card {
  background: var(--cream); border-radius: var(--radius); padding: 22px 20px;
  border: 1px solid rgba(19, 41, 75, 0.07);
}
.stars { color: var(--gold); letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 12px; }
.review-card p { color: var(--ink); font-size: 0.98rem; }
.review-card footer { margin-top: 14px; color: var(--ink-soft); font-size: 0.85rem; font-weight: 700; }

/* ===== Before & After portfolio ===== */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.ba-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(19, 41, 75, 0.08); box-shadow: var(--shadow);
}
.ba-frame { position: relative; aspect-ratio: 4 / 3; --pos: 50%; user-select: none; touch-action: pan-y; }
.ba-frame > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba-before {
  position: absolute; inset: 0;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.ba-before > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba-chip {
  position: absolute; top: 10px; z-index: 2; padding: 4px 12px; border-radius: 999px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.07em;
}
.chip-before { left: 10px; background: rgba(62, 55, 43, 0.85); color: #f2ede2; }
.chip-after { right: 10px; background: var(--carolina); color: var(--navy-deep); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px;
  background: var(--white); box-shadow: 0 0 10px rgba(0,0,0,0.35);
  transform: translateX(-50%); pointer-events: none; z-index: 3;
}
.ba-handle::after {
  content: '↔'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 36px; height: 36px; border-radius: 50%; background: var(--white);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy); font-weight: 800; font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.ba-range {
  position: absolute; inset: 0; width: 100%; height: 100%;
  opacity: 0; cursor: ew-resize; margin: 0; z-index: 4;
  -webkit-appearance: none; appearance: none;
}
.ba-caption { padding: 14px 18px 16px; }
.ba-caption strong { font-family: 'Fraunces', serif; font-size: 1.05rem; }
.ba-caption span { display: block; color: var(--ink-soft); font-size: 0.86rem; font-weight: 700; }

/* ===== About ===== */
.about-inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.about-copy p { color: var(--ink-soft); margin-top: 14px; }
.stat-stack { display: flex; flex-direction: column; gap: 16px; }
.stat-chip {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 20px 24px; font-weight: 700; color: var(--ink-soft);
}
.stat-chip strong { font-family: 'Fraunces', serif; font-size: 1.6rem; color: var(--blue); margin-right: 8px; }
.stat-chip:nth-child(2) { transform: translateX(24px); }

/* ===== Booking widget ===== */
.booking { background: linear-gradient(180deg, var(--cream), var(--sky)); }
.booking-widget {
  background: var(--white); border-radius: 24px; box-shadow: var(--shadow-lg);
  max-width: 820px; margin: 24px auto 0; padding: 26px 30px;
  border-top: 6px solid var(--carolina);
}
.booking-steps { display: flex; gap: 8px; justify-content: center; margin-bottom: 22px; flex-wrap: wrap; position: relative; }
.booking-steps::before {
  content: ''; position: absolute; left: 12%; right: 12%; top: 50%;
  border-top: 4px dashed var(--carolina); opacity: 0.6; z-index: 0;
}
.step-dot { position: relative; z-index: 1; }
.step-dot {
  display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 0.88rem;
  color: var(--ink-soft); padding: 8px 16px; border-radius: 999px; background: var(--cream);
}
.step-dot span {
  width: 24px; height: 24px; border-radius: 50%; background: rgba(19,41,75,0.12);
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.8rem;
}
.step-dot.active { background: var(--sky); color: var(--blue-deep); }
.step-dot.active span { background: var(--blue); color: #fff; }
.step-dot.done span { background: var(--carolina); color: var(--navy-deep); }

.booking-panel h3 { margin-bottom: 18px; font-size: 1.35rem; }
.panel-hint { color: var(--ink-soft); font-size: 0.9rem; margin: -10px 0 16px; }

.service-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pick-card { display: block; cursor: pointer; }
.pick-card input { position: absolute; opacity: 0; }
.pick-card span {
  display: block; border: 2px solid rgba(19,41,75,0.12); border-radius: 14px;
  padding: 16px 18px; transition: 0.15s;
}
.pick-card strong { display: block; font-size: 1rem; }
.pick-card small { color: var(--ink-soft); font-size: 0.84rem; }
.pick-card input:checked + span { border-color: var(--blue); background: var(--sky); box-shadow: 0 4px 14px rgba(29,111,165,0.15); }
.pick-card:hover span { border-color: var(--blue); }

.day-picker { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.day-pill {
  border: 2px solid rgba(19,41,75,0.12); background: var(--white); border-radius: 12px;
  padding: 10px 14px; cursor: pointer; font-family: inherit; font-weight: 700; color: var(--ink);
  text-align: center; min-width: 76px; transition: 0.15s;
}
.day-pill small { display: block; font-size: 0.72rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.05em; }
.day-pill.selected { border-color: var(--blue); background: var(--sky); }
.day-pill:hover { border-color: var(--blue); }

.slot-picker { display: flex; gap: 10px; flex-wrap: wrap; min-height: 46px; }
.slot-pill {
  border: 2px solid rgba(19,41,75,0.12); background: var(--white); border-radius: 999px;
  padding: 9px 18px; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 0.9rem;
  color: var(--ink); transition: 0.15s;
}
.slot-pill.selected { border-color: var(--blue); background: var(--blue); color: #fff; }
.slot-pill:hover:not(.taken) { border-color: var(--blue); }
.slot-pill.taken { opacity: 0.35; cursor: not-allowed; text-decoration: line-through; }

.panel-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; gap: 12px; }

.booking-summary {
  background: var(--sky); border-radius: 12px; padding: 12px 18px; font-weight: 700;
  color: var(--blue-deep); margin-bottom: 20px; font-size: 0.95rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#booking-form label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 14px; color: var(--ink); }
#booking-form label small { font-weight: 600; color: var(--ink-soft); }
#booking-form input[type="text"],
#booking-form input[type="tel"] {
  width: 100%; margin-top: 5px; padding: 11px 13px; font-family: inherit; font-size: 0.95rem;
  border: 1.5px solid rgba(19, 41, 75, 0.18); border-radius: 10px; background: var(--cream);
  color: var(--ink);
}
#booking-form input:focus { outline: 2px solid var(--blue); border-color: transparent; }
#booking-form .checkbox { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; color: var(--ink-soft); }
#booking-form .checkbox input { margin-top: 4px; }
.form-fine { margin-top: 14px; font-size: 0.8rem; color: var(--ink-soft); text-align: center; }
.form-success { text-align: center; padding: 30px 10px; }
.success-icon { color: var(--blue); margin-bottom: 10px; display: flex; justify-content: center; }
.success-icon .ic { width: 46px; height: 46px; stroke-width: 1.8; }
.form-success p { color: var(--ink-soft); margin-top: 8px; }

/* ===== Visit ===== */
.visit { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: 0.9fr 1fr 1.1fr; gap: 16px; margin-top: 28px; align-items: start; }
.visit-card { background: var(--cream); border: 1px solid rgba(19,41,75,0.08); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px 22px; }
.visit-card h3 { margin-bottom: 14px; }
.visit-card h3.mt { margin-top: 26px; }
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hours-table td { padding: 7px 0; border-bottom: 1px dashed rgba(19, 41, 75, 0.12); }
.hours-table td:last-child { text-align: right; font-weight: 700; }
.hours-table .closed { color: #b3252e; }
.hours-note { margin-top: 14px; font-weight: 700; color: var(--blue-deep); font-size: 0.92rem; }
.address { font-weight: 700; font-size: 1.05rem; }
.link { font-weight: 700; }
.map-card { padding: 0; overflow: hidden; }
.map-placeholder {
  min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: repeating-linear-gradient(45deg, #edf4fa, #edf4fa 14px, #e2edf6 14px, #e2edf6 28px);
  color: var(--ink-soft); font-weight: 700; text-align: center; gap: 6px;
}
.map-pin { color: var(--blue); }
.map-pin .ic { width: 34px; height: 34px; }

/* ===== Footer ===== */
.site-footer { background: var(--navy-deep); color: #b9cee0; padding: 38px 0 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; padding-bottom: 28px; }
.footer-brand strong { font-family: 'Fraunces', serif; font-size: 1.25rem; color: var(--white); display: block; margin-bottom: 10px; }
.footer-col h4 { color: var(--carolina); font-size: 0.95rem; margin-bottom: 10px; }
.site-footer a { color: #ddebf7; }
.footer-legal { border-top: 1px solid rgba(255,255,255,0.12); padding: 18px 0; font-size: 0.82rem; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-inner, .rebook-inner, .about-inner, .wash-inner { grid-template-columns: 1fr; }
  .hero-paw { width: 340px; height: 340px; right: -100px; }
  .services-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid, .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-grid { grid-template-columns: 1fr 1fr; }
  .map-card { grid-column: span 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .phone-mock { margin-top: 12px; }
  .stat-chip:nth-child(2) { transform: none; }
  .booking-widget { padding: 28px 24px; }
}
@media (max-width: 900px) {
  .main-nav, .header-cta .btn-ghost { display: none; }
  .nav-toggle { display: block; }
  .header-cta { margin-left: auto; }
  .main-nav.open {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); padding: 18px 6%; gap: 16px; box-shadow: var(--shadow);
    border-bottom: 1px solid rgba(19,41,75,0.08); margin-left: 0;
  }
}
@media (max-width: 680px) {
  .services-grid, .review-grid, .visit-grid, .portfolio-grid, .dest-grid { grid-template-columns: 1fr; }
  .map-card { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-navy { padding: 52px 0 60px; }
  .section { padding: 40px 0; }
  .hero-badges { gap: 20px; }
  .service-picker, .form-row { grid-template-columns: 1fr; }
  .panel-nav { flex-direction: column-reverse; align-items: stretch; }
  .panel-nav .btn { text-align: center; }
}
@media (max-width: 520px) {
  .header-inner { gap: 12px; }
  .brand-text strong { font-size: 1rem; }
  .brand-text small { font-size: 0.62rem; }
  .header-cta .btn { padding: 9px 16px; font-size: 0.85rem; }
  .nav-toggle { padding: 6px; }
}
