/* ============================================================
   Eze Paws · ezepaws.com
   Palette and type follow the printed Grooming & Spa Menu:
   Baskerville display + Nunito body, teal/pink on warm cream.
   ============================================================ */

:root {
  --ink: #1c4753;
  --ink-soft: #4a707a;
  --mist: #6b8a92;
  --teal: #3bb7c7;
  --teal-line: #b8d8dd;
  --pink: #f0699f;
  --pink-deep: #c2447e;
  --cream: #fffdf8;
  --sand: #fbf7ef;
  --aqua: #e6f6f8;
  --blush: #fbe9f1;
  --gold: #d9a441;
  --carpet: #a81e40;
  --serif: 'Libre Baskerville', Baskerville, 'Times New Roman', serif;
  --sans: 'Nunito', 'Avenir Next', 'Helvetica Neue', sans-serif;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(28, 71, 83, 0.10);
  --wrap: 1120px;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
}

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

a { color: var(--pink-deep); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- type ---------- */

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.15; }

.eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}
.eyebrow .star { color: var(--gold); letter-spacing: 0; }

.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.section-head h2 em, h1 em { font-style: italic; color: var(--pink-deep); }
.section-head p { color: var(--ink-soft); margin-top: 12px; }

/* ---------- buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 30px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn-primary {
  background: var(--pink-deep);
  color: #fff;
  box-shadow: 0 6px 18px rgba(194, 68, 126, 0.35);
}
.btn-primary:hover { background: var(--pink); transform: translateY(-2px); }
.btn-ghost {
  color: var(--ink);
  border: 2px solid var(--teal-line);
  background: transparent;
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
.btn-light { background: var(--cream); color: var(--ink); }
.btn-light:hover { transform: translateY(-2px); }

/* ---------- top bar + header ---------- */

.topbar {
  background: var(--ink);
  color: #dcecef;
  font-size: 0.86rem;
  text-align: center;
  padding: 8px 16px;
}
.topbar a { color: #fff; font-weight: 800; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }
.topbar .dot { color: var(--gold); padding: 0 8px; }
.topbar .addr { color: #dcecef; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--aqua);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { height: 54px; width: auto; }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--pink-deep); }
.site-nav a[aria-current="page"] { border-bottom-color: var(--pink); color: var(--pink-deep); }
.site-nav .btn { padding: 11px 24px; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(720px 420px at 8% -10%, var(--aqua) 0%, rgba(230, 246, 248, 0) 62%),
    radial-gradient(640px 420px at 100% 8%, var(--blush) 0%, rgba(251, 233, 241, 0) 55%),
    var(--cream);
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 84px;
}
.hero h1 { font-size: clamp(2.3rem, 4.8vw, 3.5rem); }
.hero h1 .seo-line {
  display: block;
  font-family: var(--sans);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  margin-top: 16px;
}
.hero .lede { color: var(--ink-soft); margin: 18px 0 28px; max-width: 34em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { font-size: 0.9rem; color: var(--mist); margin-top: 14px; }
.hero-note b { color: var(--ink-soft); }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--ink-soft);
  background: #fff;
  border: 1.5px solid var(--teal-line);
  border-radius: 999px;
  padding: 6px 14px;
}
.chip .paw { color: var(--pink); }

/* The marquee arch: dressing-room mirror frame with bulb dots */
.marquee { position: relative; padding: 26px; }
.marquee img {
  width: 100%;
  height: auto;
  border-radius: 300px 300px var(--radius) var(--radius);
  box-shadow: var(--shadow);
}
.marquee svg.bulbs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.marquee .caption {
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%) rotate(-1.5deg);
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: var(--shadow);
}
.marquee .caption .star { color: var(--gold); }

/* ---------- scallop divider (carried from the printed menu) ---------- */

.scallop { display: block; width: 100%; height: 16px; }

/* ---------- promise ribbon ---------- */

.promise { background: var(--aqua); padding: 56px 0 48px; text-align: center; }
.promise .eyebrow { color: var(--pink-deep); }
.promise h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 18px; }
.promise .inclusions {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ink);
  line-height: 2;
}
.promise .inclusions .dot { color: var(--pink); font-weight: 800; padding: 0 8px; }
.promise .kicker {
  font-family: var(--serif);
  font-style: italic;
  color: var(--pink-deep);
  margin-top: 16px;
  font-size: 1.1rem;
}

/* ---------- service cards ---------- */

.section { padding: 84px 0; }
.section.tint { background: var(--sand); }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.svc-card {
  background: #fff;
  border: 1px solid #f0e9dc;
  border-radius: var(--radius);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.svc-card.aqua { background: var(--aqua); border-color: transparent; }
.svc-card.blush { background: var(--blush); border-color: transparent; }
.svc-card.sand { background: var(--sand); border-color: transparent; }
.svc-card h3 { font-size: 1.35rem; margin-bottom: 8px; }
.svc-card h3 em { font-style: italic; color: var(--pink-deep); }
.svc-card p { font-size: 0.95rem; color: var(--ink-soft); flex: 1; }
.svc-card .price {
  font-weight: 800;
  color: var(--ink);
  margin: 16px 0 4px;
  font-size: 1.15rem;
}
.svc-card .price .from { font-size: 0.82rem; font-weight: 600; color: var(--mist); }
.svc-card a { font-weight: 800; font-size: 0.95rem; }

/* ---------- red carpet steps ---------- */

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid #f0e9dc;
  padding: 30px 28px;
  position: relative;
}
.step .act {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 10px;
}
.step h3 { font-size: 1.3rem; margin-bottom: 10px; }
.step p { color: var(--ink-soft); font-size: 0.97rem; }

/* ---------- gallery ---------- */

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}
.gallery-strip a { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.gallery-strip img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-strip a:hover img { transform: scale(1.04); }
.gallery-strip a:nth-child(even) { margin-top: 26px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-grid figure {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery-grid img { width: 100%; height: 380px; object-fit: cover; transition: transform 0.3s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }

/* ---------- menu / pricing ---------- */

.menu-section { max-width: 860px; margin: 0 auto; }
.menu-block { margin-bottom: 56px; }
.menu-block h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
.menu-block h2 em { font-style: italic; color: var(--pink-deep); }
.menu-block .tag {
  font-family: var(--serif);
  font-style: italic;
  color: var(--mist);
  margin: 4px 0 6px;
}
.menu-block .sub { color: var(--ink-soft); font-size: 0.97rem; margin-bottom: 20px; }

.price-list { list-style: none; }
.price-list li {
  display: flex;
  align-items: baseline;
  padding: 9px 0;
}
.price-list .name { font-weight: 800; white-space: nowrap; }
.price-list .wt { font-size: 0.85rem; color: var(--mist); margin-left: 8px; white-space: nowrap; }
.price-list .lead {
  flex: 1;
  border-bottom: 2px dotted var(--teal-line);
  margin: 0 10px 4px;
  min-width: 24px;
}
.price-list .price { font-weight: 800; font-size: 1.08rem; white-space: nowrap; }
.price-list .from { font-weight: 600; font-size: 0.82rem; color: var(--mist); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }

table.menu-table { width: 100%; border-collapse: collapse; }
table.menu-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--teal);
  text-align: right;
  padding: 10px 12px;
  border-bottom: 2px solid var(--teal-line);
}
table.menu-table th:first-child { text-align: left; }
table.menu-table th .hint {
  display: block;
  font-size: 0.72rem;
  color: var(--mist);
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 600;
}
table.menu-table td { padding: 11px 12px; border-bottom: 1px solid #eef5f6; }
table.menu-table td.name { font-weight: 800; }
table.menu-table td.name span { font-weight: 600; font-size: 0.85rem; color: var(--mist); margin-left: 6px; }
table.menu-table td.p { text-align: right; font-weight: 800; }
table.menu-table td.p .from { font-weight: 600; font-size: 0.82rem; color: var(--mist); }

.menu-card {
  border-radius: var(--radius);
  padding: 26px 28px;
  margin-bottom: 26px;
  background: var(--sand);
}
.menu-card.aqua { background: var(--aqua); }
.menu-card.blush { background: var(--blush); }
.menu-card h3 { font-size: 1.35rem; margin-bottom: 6px; }
.menu-card h3 em { font-style: italic; color: var(--pink-deep); }
.menu-card .desc { font-size: 0.95rem; color: var(--ink-soft); margin-bottom: 12px; }

.fineprint {
  font-size: 0.88rem;
  color: var(--mist);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.fineprint b { color: var(--ink-soft); }

/* ---------- good-to-know answer cards ---------- */

.answers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}
.answers .card {
  background: #fff;
  border: 1px solid #f0e9dc;
  border-radius: var(--radius);
  padding: 26px 28px;
}
.answers .card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.answers .card h3 em { font-style: italic; color: var(--pink-deep); }
.answers .card p { color: var(--ink-soft); font-size: 0.97rem; }

@media (max-width: 720px) {
  .answers { grid-template-columns: 1fr; }
}

/* ---------- visit / contact ---------- */

.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.info-card {
  background: #fff;
  border: 1px solid #f0e9dc;
  border-radius: var(--radius);
  padding: 30px;
  margin-bottom: 22px;
}
.info-card h3 { font-size: 1.25rem; margin-bottom: 12px; }
.info-card p { color: var(--ink-soft); }
.info-card a { font-weight: 800; }

.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: 8px 0; border-bottom: 1px solid #eef5f6; color: var(--ink-soft); }
.hours-table td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.hours-table tr.closed td:last-child { color: var(--pink-deep); }

.map-frame {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ---------- CTA band ---------- */

.cta-band {
  background: var(--ink);
  color: #fff;
  text-align: center;
  padding: 76px 24px;
}
.cta-band .eyebrow { color: var(--gold); }
.cta-band h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); color: #fff; margin-bottom: 14px; }
.cta-band h2 em { font-style: italic; color: var(--pink); }
.cta-band p { color: #c4dade; max-width: 34em; margin: 0 auto 30px; }
.cta-band .hero-ctas { justify-content: center; }
.cta-band .hero-note { color: #9fbfc6; }
.cta-band .hero-note b { color: #dcecef; }

/* ---------- footer ---------- */

.site-footer { background: var(--sand); padding: 64px 0 28px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 40px;
}
.site-footer img.logo { height: 60px; width: auto; margin-bottom: 14px; }
.site-footer h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.site-footer p, .site-footer li { font-size: 0.93rem; color: var(--ink-soft); }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: var(--ink-soft); text-decoration: none; }
.site-footer a:hover { color: var(--pink-deep); }
.footer-serving {
  font-size: 0.88rem;
  color: var(--mist);
  text-align: center;
  border-top: 1px solid #ece3d2;
  padding-top: 22px;
}
.footer-legal {
  font-size: 0.82rem;
  color: var(--mist);
  text-align: center;
  margin-top: 10px;
}
.footer-legal a { color: var(--mist); text-decoration: underline; }

/* ---------- reveal on scroll ---------- */

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ---------- page hero (inner pages) ---------- */

.page-hero {
  background:
    radial-gradient(600px 300px at 12% 0%, var(--aqua) 0%, rgba(230, 246, 248, 0) 60%),
    radial-gradient(520px 300px at 95% 20%, var(--blush) 0%, rgba(251, 233, 241, 0) 55%),
    var(--cream);
  text-align: center;
  padding: 66px 24px 58px;
}
.page-hero h1 { font-size: clamp(2rem, 4.2vw, 3rem); }
.page-hero h1 em { font-style: italic; color: var(--pink-deep); }
.page-hero p { color: var(--ink-soft); max-width: 40em; margin: 16px auto 0; }

/* ---------- responsive ---------- */

@media (max-width: 960px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; padding-top: 48px; padding-bottom: 60px; }
  .marquee { max-width: 460px; margin: 0 auto; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .two-col { grid-template-columns: 1fr; }

  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background: var(--cream);
    border-bottom: 1px solid var(--aqua);
    padding: 12px 24px 20px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 0; width: 100%; }
  .site-nav .btn { margin-top: 8px; text-align: center; }
}

@media (max-width: 560px) {
  .svc-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 320px; }
  .gallery-strip img { height: 200px; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar .addr { display: none; }
  .topbar .dot { display: none; }
}
