/* Lather & Tail — Mobile dog grooming, Charlotte NC */
:root {
  --bg: #faf5ec;
  --surface: #fffaf0;
  --surface-2: #f3ebd8;
  --fg: #3d2f24;
  --muted: #7a6b5a;
  --border: #e1d6bf;
  --sage: #8b9d7f;
  --sage-deep: #6b7e5d;
  --accent: #c46e3f;
  --accent-hi: #e08756;
  --honey: #e0aa3e;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--fg); font-family: 'Nunito', -apple-system, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.font-display { font-family: 'Newsreader', Georgia, serif; letter-spacing: -0.005em; }

/* ── nav ────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,245,236,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: 'Newsreader', serif; font-size: 24px; font-weight: 500; letter-spacing: -0.005em; display: inline-flex; align-items: center; gap: 8px; }
.logo .amp { color: var(--accent); font-style: italic; }
.logo .paw { width: 22px; height: 22px; color: var(--accent); }
.nav-links { display: none; gap: 30px; align-items: center; font-size: 15px; }
.nav-links a { color: var(--muted); transition: color .15s; font-weight: 500; }
.nav-links a:hover { color: var(--fg); }
.nav-cta { background: var(--accent); color: #fff !important; padding: 11px 22px; border-radius: 999px; font-weight: 600; box-shadow: 0 4px 12px rgba(196,110,63,0.18); transition: transform .15s; }
.nav-cta:hover { background: var(--accent-hi); transform: translateY(-1px); }
.nav-toggle { background: none; border: none; cursor: pointer; padding: 10px; display: flex; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--fg); border-radius: 2px; transition: .2s; }
.mobile-menu { display: none; padding: 16px 24px 24px; border-top: 1px solid var(--border); flex-direction: column; gap: 4px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 17px; color: var(--fg); font-weight: 500; }
.mobile-menu a:last-child { border: none; color: var(--accent); font-weight: 700; }
@media (min-width: 880px) { .nav-links { display: flex; } .nav-toggle { display: none; } .mobile-menu { display: none !important; } }

/* ── hero ───────────────────────────────────────────── */
.hero { padding: 80px 24px 100px; background: linear-gradient(180deg, var(--bg) 0%, var(--surface-2) 100%); position: relative; overflow: hidden; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; position: relative; z-index: 2; }
@media (min-width: 880px) { .hero-inner { grid-template-columns: 1fr 1fr; gap: 64px; } .hero { padding: 120px 24px 120px; } }
.hero-text { display: flex; flex-direction: column; gap: 24px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.eyebrow .dot { width: 8px; height: 8px; background: var(--sage); border-radius: 50%; box-shadow: 0 0 0 4px rgba(139,157,127,0.2); }
.hero h1 { font-family: 'Newsreader', serif; font-size: clamp(40px, 6.4vw, 76px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.02; max-width: 12ch; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-tag { font-size: 18px; max-width: 48ch; color: var(--muted); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 14px; color: var(--muted); }
.hero-meta strong { color: var(--fg); font-weight: 700; }
.hero-photo { aspect-ratio: 4/5; border-radius: 24px; background-size: cover; background-position: center; box-shadow: 0 32px 80px -24px rgba(61,47,36,0.35); border: 1px solid var(--border); }
.hero-paw-bg { position: absolute; opacity: 0.06; right: -50px; bottom: -50px; width: 320px; color: var(--sage-deep); }

/* ── btn ────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; font-weight: 700; font-size: 15px; letter-spacing: 0.005em; border-radius: 999px; transition: .15s; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(196,110,63,0.28); }
.btn-primary:hover { background: var(--accent-hi); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(196,110,63,0.35); }
.btn-ghost { background: transparent; color: var(--fg); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--fg); background: var(--surface); }
.btn-sage { background: var(--sage-deep); color: #fff; }
.btn-sage:hover { background: #5a6c4f; }

/* ── sections ───────────────────────────────────────── */
section { padding: 96px 24px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-kicker { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 16px; }
.section-h { font-family: 'Newsreader', serif; font-size: clamp(32px, 4.8vw, 52px); letter-spacing: -0.015em; line-height: 1.05; margin-bottom: 18px; max-width: 22ch; font-weight: 500; }
.section-h em { color: var(--accent); font-style: italic; }
.section-deck { font-size: 17px; color: var(--muted); max-width: 60ch; margin-bottom: 56px; }

/* ── service cards ──────────────────────────────────── */
.svc-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 720px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc { background: var(--surface); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; border-radius: 20px; border: 1px solid var(--border); transition: .25s; }
.svc:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -16px rgba(61,47,36,0.18); border-color: var(--sage); }
.svc .icon { width: 56px; height: 56px; background: var(--surface-2); border-radius: 16px; display: grid; place-items: center; color: var(--accent); margin-bottom: 8px; }
.svc h3 { font-family: 'Newsreader', serif; font-size: 24px; font-weight: 500; letter-spacing: -0.005em; }
.svc p { font-size: 15px; color: var(--muted); line-height: 1.65; }
.svc .price { padding-top: 16px; margin-top: auto; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: baseline; }
.svc .price .from { font-size: 12px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.svc .price .v { font-family: 'Newsreader', serif; font-size: 26px; color: var(--accent); font-weight: 600; }

/* ── steps strip ────────────────────────────────────── */
.steps { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { background: var(--surface); padding: 32px 24px; border-radius: 20px; border: 1px solid var(--border); }
.step .num { width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-family: 'Newsreader', serif; font-size: 22px; font-weight: 600; margin-bottom: 18px; }
.step h4 { font-family: 'Newsreader', serif; font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── van section ────────────────────────────────────── */
.van { background: var(--surface-2); border-radius: 28px; padding: 48px 32px; display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; border: 1px solid var(--border); }
@media (min-width: 880px) { .van { grid-template-columns: 1fr 1fr; gap: 56px; padding: 64px 56px; } }
.van h2 { font-family: 'Newsreader', serif; font-size: clamp(30px, 4vw, 44px); font-weight: 500; letter-spacing: -0.015em; line-height: 1.05; margin-bottom: 18px; }
.van h2 em { color: var(--accent); font-style: italic; }
.van p { color: var(--muted); margin-bottom: 16px; font-size: 16px; line-height: 1.7; }
.van ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.van ul li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.van ul li::before { content: ''; width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; background: var(--sage); border-radius: 50%; box-shadow: inset 0 0 0 4px var(--surface-2), 0 0 0 1px var(--sage); }
.van-img { aspect-ratio: 4/3; border-radius: 20px; background-size: cover; background-position: center; }

/* ── testimonials ───────────────────────────────────── */
.tests { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 880px) { .tests { grid-template-columns: repeat(3, 1fr); } }
.test { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; }
.test .stars { color: var(--honey); font-size: 16px; letter-spacing: 4px; }
.test p { font-family: 'Newsreader', serif; font-size: 19px; line-height: 1.5; font-style: italic; color: var(--fg); }
.test p::before { content: '"'; color: var(--accent); font-size: 56px; line-height: 0; vertical-align: -16px; margin-right: 4px; font-family: 'Newsreader', serif; }
.test .who { display: flex; gap: 12px; align-items: center; padding-top: 14px; margin-top: auto; border-top: 1px solid var(--border); }
.test .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--surface-2); display: grid; place-items: center; font-family: 'Newsreader', serif; font-weight: 600; color: var(--accent); flex-shrink: 0; }
.test .who .n { font-weight: 700; font-size: 14px; }
.test .who .d { font-size: 13px; color: var(--muted); }

/* ── service area ───────────────────────────────────── */
.area { background: var(--surface); padding: 48px 32px; border-radius: 28px; border: 1px solid var(--border); display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 880px) { .area { grid-template-columns: 1.1fr 1fr; padding: 64px 56px; gap: 56px; } }
.area-map { aspect-ratio: 4/3; background: var(--surface-2); border-radius: 20px; position: relative; overflow: hidden; border: 1px solid var(--border); }
.area-map::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at center, rgba(139,157,127,0.18) 0%, transparent 60%); }
.area-map .pin { position: absolute; top: 50%; left: 50%; width: 22px; height: 22px; background: var(--accent); border: 3px solid #fff; border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 8px rgba(196,110,63,0.18), 0 4px 12px rgba(0,0,0,0.15); }
.area-map .ring { position: absolute; top: 50%; left: 50%; width: 65%; aspect-ratio: 1; border: 2px dashed var(--sage); border-radius: 50%; transform: translate(-50%, -50%); opacity: 0.7; }
.area-zips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.zip { font-size: 13px; padding: 7px 14px; background: var(--surface-2); border-radius: 999px; color: var(--fg); font-weight: 600; }

/* ── footer ─────────────────────────────────────────── */
.footer { background: var(--surface-2); padding: 80px 24px 120px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 40px; }
@media (min-width: 720px) { .footer-inner { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; } }
.footer h4 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; font-weight: 700; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer ul a { color: var(--fg); }
.footer ul a:hover { color: var(--accent); }
.footer .brand-block .logo { font-size: 28px; margin-bottom: 14px; display: inline-flex; }
.footer .brand-block p { font-size: 15px; color: var(--muted); max-width: 36ch; line-height: 1.65; }
.footer .legal { max-width: 1200px; margin: 56px auto 0; padding-top: 28px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 13px; color: var(--muted); }

/* ── mobile bar ─────────────────────────────────────── */
.mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; background: rgba(250,245,236,0.97); backdrop-filter: blur(12px); border-top: 1px solid var(--border); padding-bottom: env(safe-area-inset-bottom); }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 14px 8px; gap: 4px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg); font-weight: 700; }
.mobile-bar a + a { border-left: 1px solid var(--border); }
.mobile-bar a.cta { background: var(--accent); color: #fff; }
.mobile-bar svg { width: 20px; height: 20px; }
@media (min-width: 880px) { .mobile-bar { display: none; } }
body { padding-bottom: 64px; }
@media (min-width: 880px) { body { padding-bottom: 0; } }

/* ── pages ─────────────────────────────────────────── */
.page-hero { padding: 100px 24px 64px; text-align: left; max-width: 1200px; margin: 0 auto; }
.page-hero h1 { font-family: 'Newsreader', serif; font-size: clamp(40px, 6vw, 72px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.02; margin: 16px 0 16px; max-width: 16ch; }
.page-hero h1 em { color: var(--accent); font-style: italic; }
.page-hero .deck { font-size: 18px; color: var(--muted); max-width: 56ch; }

/* ── pricing tiers ──────────────────────────────────── */
.tier-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 720px) { .tier-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .tier-grid { grid-template-columns: repeat(4, 1fr); } }
.tier { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 28px 24px; }
.tier .lbl { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 600; }
.tier .meta { font-size: 13px; color: var(--muted); margin: 4px 0 16px; }
.tier .price { font-family: 'Newsreader', serif; font-size: 38px; color: var(--accent); font-weight: 600; line-height: 1; }
.tier .price .unit { font-size: 14px; color: var(--muted); font-weight: 400; }
.tier ul { list-style: none; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.tier ul li::before { content: '✓ '; color: var(--sage-deep); font-weight: 700; }

/* ── menu (services list) ───────────────────────────── */
.menu-block { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--border); }
.menu-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--border); align-items: baseline; }
.menu-row .name { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 600; }
.menu-row .desc { font-size: 14px; color: var(--muted); margin-top: 4px; max-width: 56ch; line-height: 1.6; }
.menu-row .meta { font-size: 12px; color: var(--sage-deep); letter-spacing: 0.06em; margin-top: 8px; text-transform: uppercase; font-weight: 700; }
.menu-row .price-col { text-align: right; }
.menu-row .price-col .v { font-family: 'Newsreader', serif; font-size: 26px; color: var(--accent); font-weight: 600; }
.menu-row .price-col .from { font-size: 11px; color: var(--muted); letter-spacing: 0.08em; display: block; text-transform: uppercase; font-weight: 600; }

/* ── gallery ────────────────────────────────────────── */
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-chip { padding: 10px 20px; font-size: 13px; font-weight: 600; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; color: var(--muted); cursor: pointer; transition: .15s; }
.filter-chip:hover { color: var(--fg); border-color: var(--sage); }
.filter-chip.active { color: #fff; background: var(--accent); border-color: var(--accent); }

.gallery-grid { columns: 2; column-gap: 12px; }
@media (min-width: 720px) { .gallery-grid { columns: 3; column-gap: 16px; } }
@media (min-width: 1080px) { .gallery-grid { columns: 4; column-gap: 20px; } }
.gallery-grid figure { break-inside: avoid; margin-bottom: 12px; position: relative; overflow: hidden; border-radius: 16px; background: var(--surface); }
@media (min-width: 720px) { .gallery-grid figure { margin-bottom: 16px; } }
.gallery-grid img { width: 100%; height: auto; display: block; transition: transform .35s; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; background: linear-gradient(0deg, rgba(61,47,36,0.85) 0%, transparent 100%); font-size: 13px; color: #fff; font-weight: 600; opacity: 0; transition: opacity .2s; }
.gallery-grid figure:hover figcaption { opacity: 1; }

/* ── booking form ───────────────────────────────────── */
.book-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 880px) { .book-grid { grid-template-columns: 1.4fr 1fr; gap: 48px; } }
.form-card { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 40px 32px; }
.form-card h2 { font-family: 'Newsreader', serif; font-size: 28px; font-weight: 500; margin-bottom: 6px; }
.form-card .h-deck { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
@media (min-width: 560px) { .form-row.two { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; background: var(--bg); border: 1px solid var(--border); color: var(--fg); padding: 14px 16px; font-family: inherit; font-size: 15px; transition: border-color .15s; border-radius: 12px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(196,110,63,0.12); }
.field textarea { resize: vertical; min-height: 100px; }
.book-aside { display: flex; flex-direction: column; gap: 28px; }
.book-aside h3 { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 500; margin-bottom: 12px; }
.book-aside p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.book-aside .ph { font-family: 'Newsreader', serif; font-size: 28px; color: var(--accent); font-weight: 600; display: block; margin: 12px 0; }

/* ── about ──────────────────────────────────────────── */
.story-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 880px) { .story-grid { grid-template-columns: 1fr 1.2fr; gap: 56px; } }
.story-img { aspect-ratio: 4/5; background-size: cover; background-position: center; border-radius: 24px; }
.story-text h2 { font-family: 'Newsreader', serif; font-size: clamp(32px, 4vw, 44px); font-weight: 500; letter-spacing: -0.015em; line-height: 1.05; margin-bottom: 24px; }
.story-text p { font-size: 17px; color: var(--fg); margin-bottom: 18px; line-height: 1.75; }
.story-text p:first-of-type::first-letter { font-family: 'Newsreader', serif; font-size: 72px; float: left; line-height: 0.85; padding: 8px 14px 0 0; color: var(--accent); font-weight: 600; font-style: italic; }
.cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.cred { padding: 20px; background: var(--surface); border-radius: 16px; border: 1px solid var(--border); }
.cred .v { font-size: 12px; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }
.cred .l { font-family: 'Newsreader', serif; font-size: 18px; margin-top: 6px; font-weight: 600; }

/* ── contact page ───────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 880px) { .contact-grid { grid-template-columns: repeat(3, 1fr); } }
.contact-card { background: var(--surface); border: 1px solid var(--border); padding: 32px 28px; border-radius: 20px; }
.contact-card h3 { font-family: 'Newsreader', serif; font-size: 22px; font-weight: 600; margin-bottom: 8px; }
.contact-card .v { font-family: 'Newsreader', serif; font-size: 24px; color: var(--accent); font-weight: 600; display: block; margin: 12px 0; }
.contact-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }

.faq { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); padding: 24px 0; cursor: pointer; }
.faq-item summary { font-family: 'Newsreader', serif; font-size: 21px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--accent); font-size: 28px; font-weight: 400; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); margin-top: 14px; font-size: 15px; line-height: 1.7; max-width: 70ch; }

/* ── trust badges ───────────────────────────────────── */
.badges { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; padding: 24px 0; }
.badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--fg); }
.badge .dot { width: 8px; height: 8px; background: var(--sage); border-radius: 50%; }
