/* Grooming @ 231 (Hair off the Dog Grooming) — shared stylesheet
   Palette: dusty blue, warm sand, charcoal ink
   Type: Source Serif 4 (display) / Work Sans (body)
   Layout notes: "who we're especially good for" specialist panel + prominent
   limited-hours notice — different structure from prior builds, reflecting
   a specialist, part-time, appointment-scarce operation.
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&family=Work+Sans:wght@400;500;600;700&display=swap');

:root{
  --paper: #F3EFE6;
  --paper-deep: #E7E0D0;
  --ink: #2E3138;
  --ink-soft: #5E6167;
  --blue: #4E6E82;
  --blue-deep: #38505F;
  --sand: #C9A66B;
  --sand-deep: #A8823F;
  --line: rgba(46,49,56,0.13);
  --radius: 4px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{ margin:0; background: var(--paper); color: var(--ink); font-family:'Work Sans', sans-serif; font-size:17px; line-height:1.65; }
h1,h2,h3{ font-family:'Source Serif 4', serif; font-weight:600; line-height:1.15; margin:0 0 0.5em 0; color: var(--ink); }
p{ margin:0 0 1em 0; max-width:62ch; }
a{ color: var(--blue-deep); }
.wrap{ max-width:1080px; margin:0 auto; padding:0 32px; }

/* Header */
header.site{ padding:22px 0; border-bottom:1px solid var(--line); }
header.site .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; color: var(--ink); }
.brand svg{ width:36px; height:36px; }
.brand-name{ font-family:'Source Serif 4', serif; font-weight:700; font-size:1.2rem; }
nav.main{ display:flex; gap:28px; }
nav.main a{ text-decoration:none; color: var(--ink-soft); font-weight:600; font-size:0.9rem; padding-bottom:4px; border-bottom:2px solid transparent; }
nav.main a:hover, nav.main a.active{ color: var(--blue-deep); border-bottom-color: var(--sand); }
.header-cta{ background: var(--blue-deep); color:#F3EFE6; padding:10px 20px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.88rem; white-space:nowrap; }
@media (max-width:720px){ nav.main{ display:none; } header.site .wrap{ flex-wrap:wrap; } }

/* Hours banner — prominent, since only open 2 days a week */
.hours-banner{ background: var(--sand); color: var(--ink); text-align:center; padding:10px 0; font-weight:700; font-size:0.9rem; }

/* Hero */
.hero{ padding:56px 0 52px; }
.hero .wrap{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:48px; align-items:center; }
.hero .eyebrow{ font-size:0.9rem; color: var(--blue-deep); font-weight:700; margin-bottom:14px; }
.hero h1{ font-size: clamp(2.2rem, 4.2vw, 3.2rem); max-width:14ch; }
.hero p.lead{ font-size:1.1rem; color: var(--ink-soft); max-width:46ch; }
.hero .cta-row{ display:flex; gap:14px; margin-top:22px; flex-wrap:wrap; }
.btn{ display:inline-block; padding:13px 24px; border-radius: var(--radius); text-decoration:none; font-weight:700; font-size:0.94rem; border:2px solid transparent; }
.btn-primary{ background: var(--blue-deep); color:#F3EFE6; }
.btn-primary:hover{ background: var(--blue); }
.btn-outline{ border-color: var(--ink); color: var(--ink); }
.btn-outline:hover{ background: var(--ink); color: var(--paper); }
.hero-art{ background: var(--blue); border-radius: 6px; padding:28px; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; }
.hero-art svg{ width:100%; height:100%; }

/* Specialist panel — replaces card-grid services pattern */
.specialist-band{ background: var(--paper-deep); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:52px 0; }
.section-head{ max-width:60ch; margin-bottom:32px; }
.section-head h2{ font-size: clamp(1.7rem, 3vw, 2.2rem); }
.section-head p{ color: var(--ink-soft); }
.specialist-list{ display:flex; flex-direction:column; gap:0; border-top:1px solid var(--line); }
.specialist-row{ display:grid; grid-template-columns: 240px 1fr; gap:24px; padding:20px 0; border-bottom:1px solid var(--line); }
.specialist-row strong{ color: var(--blue-deep); font-family:'Source Serif 4', serif; font-size:1.05rem; }
.specialist-row span{ color: var(--ink-soft); font-size:0.95rem; }
@media (max-width:640px){ .specialist-row{ grid-template-columns:1fr; gap:4px; } }

.section{ padding:64px 0; }

/* Feature band */
.feature-band{ background: var(--blue-deep); color:#F3EFE6; padding:56px 0; text-align:center; }
.feature-band h2{ color:#F7F4EC; max-width:22ch; margin:0 auto 14px; }
.feature-band p{ color: rgba(243,239,230,0.8); max-width:52ch; margin:0 auto; }

/* Testimonial */
.testimonial{ padding:60px 0; }
.testimonial-card{ background: var(--paper-deep); border-left:4px solid var(--sand); border-radius: var(--radius); padding:32px 36px; max-width:720px; }
.testimonial-card p.quote{ font-family:'Source Serif 4', serif; font-style:italic; font-size:1.3rem; color: var(--ink); max-width:none; }
.testimonial-card .attrib{ font-weight:700; font-size:0.88rem; color: var(--ink-soft); }
.placeholder-flag{ display:inline-block; margin-top:12px; font-size:0.76rem; font-weight:700; letter-spacing:0.02em; color: var(--blue-deep); background: rgba(78,110,130,0.13); padding:5px 10px; border-radius:3px; }

/* CTA */
.cta-band{ background: var(--sand); color: var(--ink); padding:52px 0; text-align:center; }
.cta-band h2{ color: var(--ink); }
.cta-band p{ color: rgba(46,49,56,0.8); margin:0 auto 20px; }
.cta-band .btn-primary{ background: var(--ink); color:#F3EFE6; }

/* Photo placeholders */
.photo-placeholder{ background: repeating-linear-gradient(135deg, var(--blue) 0px, var(--blue) 14px, var(--blue-deep) 14px, var(--blue-deep) 28px); border-radius: var(--radius); min-height:240px; display:flex; align-items:center; justify-content:center; padding:24px; text-align:center; }
.photo-placeholder span{ background: rgba(46,49,56,0.72); color:#F3EFE6; font-size:0.85rem; padding:10px 16px; border-radius:4px; max-width:30ch; }

.about-block{ display:grid; grid-template-columns: 1fr 1fr; gap:44px; align-items:center; }
@media (max-width:780px){ .about-block{ grid-template-columns:1fr; } }

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:40px; }
@media (max-width:780px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-card{ background: var(--paper-deep); border-radius: var(--radius); padding:32px; }
.contact-card dl{ margin:0; }
.contact-card dt{ font-weight:700; color: var(--blue-deep); font-size:0.8rem; text-transform:uppercase; letter-spacing:0.05em; margin-top:16px; }
.contact-card dt:first-child{ margin-top:0; }
.contact-card dd{ margin:2px 0 0; color: var(--ink-soft); }
.map-placeholder{ background: var(--paper-deep); border:1px dashed var(--ink-soft); border-radius: var(--radius); min-height:300px; display:flex; align-items:center; justify-content:center; text-align:center; padding:24px; }
.map-placeholder span{ color: var(--ink-soft); font-size:0.9rem; max-width:26ch; }

footer.site{ border-top:1px solid var(--line); padding:30px 0; margin-top:16px; }
footer.site .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:0.86rem; color: var(--ink-soft); }
