/* Julie's Dog Grooming - skill-e-house v1.2 (v2 revision)
   Palette (derived from Julie's real photos, ONE dark hue):
   --cream    #FAF5EC  page ground (doodle coats: hero, haircut card)
   --ink      #1E2F47  THE single dark: text, links, outlines, visit band, footer
   --russet   #7C3B18  red toy poodle coat (best-groom photo), small accents
   --action   #C2185B  Collar Pink, CTAs ONLY (pink pom collar in img40 + their pink tint work)
   --white    #FFFFFF  cards */

:root {
  --cream: #FAF5EC;
  --ink: #1E2F47;
  --russet: #7C3B18;
  --action: #C2185B;
  --white: #FFFFFF;
  --muted: #5A6478;
  --font-display: ui-rounded, "SF Pro Rounded", "Hiragino Maru Gothic ProN", "Arial Rounded MT Bold", "Trebuchet MS", system-ui, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --radius: 16px;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--cream);
}

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

h1, h2, h3, .brand, .btn, .stat-num, .punch-title {
  font-family: var(--font-display);
}

h2 {
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

h3 { font-size: 1.15rem; font-weight: 700; }

a { color: var(--ink); }

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.section { padding: 64px 0; }
.section-alt { background: #F3ECDD; }
.section-lede {
  color: var(--muted);
  max-width: 56ch;
  margin-bottom: 2rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--action);
  color: var(--white);
  box-shadow: 0 2px 8px rgba(194, 24, 91, 0.24);
}
/* On the one dark band, separate the pink fill from the background */
.visit .btn-primary {
  box-shadow: 0 0 0 2px rgba(250, 245, 236, 0.9);
}
.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 245, 236, 0.94);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(30, 47, 71, 0.1);
}
.header-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.brand-paw { width: 26px; height: 26px; fill: var(--ink); flex-shrink: 0; }
.site-nav {
  display: none;
  gap: 20px;
  margin-left: auto;
}
.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.site-nav a:hover { color: var(--russet); }
.header-cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-header {
  min-height: 44px;
  padding: 8px 18px;
  font-size: 0.95rem;
}
@media (min-width: 800px) {
  .site-nav { display: flex; }
  .header-cta { margin-left: 0; }
}
@media (max-width: 599px) {
  .header-inner { gap: 8px; padding: 8px 12px; }
  .brand { font-size: 0.9rem; }
  .brand-paw { width: 22px; height: 22px; }
  .btn-header { padding: 8px 13px; font-size: 0.9rem; }
  .hdr-long { display: none; }
}

/* ---------- Hero ---------- */
.hero { padding: 40px 0 0; }
.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 28px;
}
.hero-copy { text-align: center; }
h1 {
  font-size: clamp(2.05rem, 7vw, 3.3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin-bottom: 0.8rem;
}
.hero-sub {
  color: var(--muted);
  max-width: 54ch;
  margin: 0 auto 1.5rem;
}
.cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.1rem;
}
.cta-row .btn { width: min(100%, 320px); }
.hours-line {
  font-size: 0.95rem;
  color: var(--muted);
}
#open-badge:not(:empty) {
  display: inline-block;
  font-weight: 700;
  color: var(--ink);
  margin-right: 8px;
}
#open-badge:not(:empty)::after { content: " ·"; color: var(--muted); }
.hero-photo img {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  border-radius: var(--radius);
  aspect-ratio: 3 / 3.4;
  object-fit: cover;
  object-position: 50% 22%;
}
@media (min-width: 800px) {
  .hero { padding: 56px 0 0; }
  .hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 48px;
  }
  .hero-copy { text-align: left; }
  .hero-sub { margin-left: 0; }
  .cta-row { flex-direction: row; align-items: flex-start; }
  .cta-row .btn { width: auto; }
  .hero-photo img { aspect-ratio: 3 / 3.2; }
}

/* ---------- Proof strip (QUIET: light ground, simple type, no slab) ---------- */
.proof {
  padding: 56px 0 0;
}
.proof-inner { text-align: center; }
.proof-quote p {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
  max-width: 40ch;
  margin: 0 auto 0.5rem;
  color: var(--ink);
}
.proof-quote cite {
  font-style: normal;
  font-size: 0.95rem;
  color: var(--muted);
}
.proof-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}

/* ---------- Service cards ---------- */
.card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .card-grid { grid-template-columns: repeat(4, 1fr); } }
.card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(30, 47, 71, 0.08);
}
.card img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
}
.card-body { padding: 18px 18px 22px; }
.card-body h3 { margin-bottom: 0.4rem; }
.card-body p { font-size: 0.95rem; color: #515C72; }
.services-note {
  margin-top: 1.6rem;
  color: var(--muted);
  max-width: 62ch;
}

/* ---------- Quiet ask (mid-page CTA, no band) ---------- */
.ask { padding: 8px 0 64px; }
.ask-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.ask-line {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 759px) {
  .ask .btn { width: min(100%, 320px); }
}

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 760px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
.gallery-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-quote {
  margin-top: 2rem;
  text-align: center;
}
.gallery-quote p {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.6vw, 1.3rem);
  font-weight: 700;
  max-width: 46ch;
  margin: 0 auto 0.4rem;
}
.gallery-quote cite {
  font-style: normal;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------- Pricing + punch card ---------- */
.pricing-grid {
  display: grid;
  gap: 36px;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 860px) { .pricing-grid { grid-template-columns: 1.05fr 0.95fr; } }
.pricing-copy p { max-width: 56ch; }
.price-quote {
  border-left: 4px solid var(--russet);
  padding: 6px 0 6px 18px;
  margin: 1.4rem 0 1.6rem;
}
.price-quote p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}
.price-quote cite {
  font-style: normal;
  color: var(--muted);
  font-size: 0.92rem;
}
@media (max-width: 759px) {
  .pricing-copy .btn {
    display: flex;
    width: min(100%, 320px);
    margin: 0 auto;
  }
}

.punch-card {
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  padding: 20px 22px;
  max-width: 380px;
  margin: 0 auto;
  box-shadow: 4px 6px 0 rgba(30, 47, 71, 0.18);
  transform: rotate(-1.5deg);
}
.punch-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 16px;
}
.punch-title { font-weight: 800; font-size: 1.02rem; }
.punch-sub {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--russet);
  font-weight: 700;
}
.punch-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.punch-spot {
  width: 48px;
  height: 48px;
  border: 2px dashed rgba(30, 47, 71, 0.4);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
}
.punch-spot svg { width: 30px; height: 30px; fill: var(--russet); transform: rotate(-8deg); }
.punch-spot.stamped { border-style: solid; border-color: var(--russet); }
.punch-spot.bonus {
  border: 2px solid var(--ink);
  background: rgba(30, 47, 71, 0.07);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--ink);
}
.punch-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 4px;
}
.punch-caption {
  max-width: 380px;
  margin: 1.2rem auto 0;
  font-size: 0.95rem;
  color: var(--muted);
}
@media (max-width: 419px) {
  .punch-spot { width: 42px; height: 42px; }
  .punch-spot svg { width: 26px; height: 26px; }
}

/* ---------- About ---------- */
.about-wrap { max-width: 760px; }
.about-copy p { margin-bottom: 1rem; max-width: 62ch; }
.stat-row {
  display: flex;
  gap: 48px;
  margin-top: 1.8rem;
}
.stat-num {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--russet);
  line-height: 1.1;
}
.stat-label { color: var(--muted); font-size: 0.95rem; }

/* ---------- Reviews ---------- */
.review-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 620px) { .review-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 2px 10px rgba(30, 47, 71, 0.07);
}
.review-card p { margin-bottom: 0.8rem; }
.review-card cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
}

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 720px; }
.faq-wrap h2 { margin-bottom: 1.2rem; }
details {
  background: var(--white);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 10px;
  box-shadow: 0 1px 6px rgba(30, 47, 71, 0.06);
}
summary {
  font-family: var(--font-display);
  font-weight: 700;
  cursor: pointer;
  min-height: 32px;
  padding: 10px 0;
}
details p { padding: 10px 0 6px; color: #515C72; }

/* ---------- Visit (the ONE heavy band on the page, single dark hue) ---------- */
.visit { background: var(--ink); color: var(--cream); }
.visit h2, .visit h3 { color: var(--cream); }
.visit .section-lede { color: rgba(250, 245, 236, 0.85); }
.visit a { color: var(--cream); }
.visit-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  margin: 1rem 0 2.2rem;
}
@media (min-width: 720px) { .visit-grid { grid-template-columns: repeat(3, 1fr); } }
.visit-block h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  opacity: 0.85;
}
.hours-table { border-collapse: collapse; }
.hours-table th {
  text-align: left;
  font-weight: 600;
  padding: 2px 18px 2px 0;
}
.hours-table td { padding: 2px 0; }
.visit .cta-row { margin-bottom: 0; }
.visit .btn-outline { color: var(--cream); border-color: var(--cream); }

/* ---------- Footer (continues the visit hue: one dark closing zone) ---------- */
.site-footer {
  background: var(--ink);
  border-top: 1px solid rgba(250, 245, 236, 0.18);
  color: rgba(250, 245, 236, 0.85);
  padding: 26px 0 30px;
  font-size: 0.9rem;
  text-align: center;
}
.site-footer a { color: var(--cream); }
.site-footer p + p { margin-top: 6px; }

/* ---------- Reveal animation (JS-gated enhancement) ---------- */
html.js body:not(.noanim) .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.26s ease-out, transform 0.26s ease-out;
}
html.js body:not(.noanim) .reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  html.js .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .btn { transition: none; }
  .btn:hover { transform: none; }
}
