/* ============================================================
   House of Paws — Redesigned 2026
   Aesthetic: warm earthy luxury, editorial, nature-forward
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── Design Tokens ─────────────────────────────────────────── */
:root {
  --cream:      #fdf6ec;
  --warm-white: #fffcf7;
  --sand:       #f0e4cc;
  --tan:        #d9c4a0;
  --bark:       #8b5e3c;
  --bark-dark:  #5c3a1e;
  --bark-deep:  #3a2210;
  --amber:      #d4860a;
  --amber-light:#f5c766;
  --sage:       #7a8c6e;
  --sage-light: #b8c9a8;
  --muted:      #7a6b5a;
  --line:       #e8d9c3;
  --shadow-sm:  0 2px 12px rgba(60,34,16,.08);
  --shadow-md:  0 8px 32px rgba(60,34,16,.12);
  --shadow-lg:  0 20px 60px rgba(60,34,16,.18);
  --radius-sm:  8px;
  --radius-md:  16px;
  --radius-lg:  28px;
  --radius-xl:  48px;
  --max:        1200px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--bark-deep);
  background: var(--warm-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bark); text-decoration: none; transition: color .2s; }
a:hover, a:focus { color: var(--amber); }

/* ── Accessibility ─────────────────────────────────────────── */
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus {
  left: 1rem; top: 1rem;
  background: var(--bark-deep); color: #fff;
  padding: .6rem 1rem; border-radius: var(--radius-sm); z-index: 9999;
}

/* ── Top Bar ───────────────────────────────────────────────── */
.topbar {
  background: var(--bark-deep);
  color: #e8d9c3;
  padding: .55rem 1.5rem;
  font-size: .82rem;
  letter-spacing: .02em;
}
.topbar a { color: var(--amber-light); font-weight: 600; }
.topbar a:hover { color: #fff; }
.topbar-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.topbar-right { display: flex; align-items: center; gap: 1.25rem; }

/* ── Header ────────────────────────────────────────────────── */
.header {
  background: rgba(253,246,236,.96);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
}
.header-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: .85rem 1.5rem; gap: 1.5rem;
  position: relative;
}
.brand {
  display: flex; gap: .85rem; align-items: center;
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.2rem;
  color: var(--bark-dark); white-space: nowrap;
  flex-shrink: 0; text-decoration: none !important;
}
.brand:hover { color: var(--bark-dark); }
.brand img { width: 52px; height: 52px; border-radius: var(--radius-md); object-fit: cover; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-tagline { font-family: var(--font-body); font-size: .68rem; font-weight: 500; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .4rem;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--bark-dark); border-radius: 2px; transition: transform .25s, opacity .25s; }

.nav { display: flex; gap: .1rem; flex-wrap: wrap; align-items: center; }
.nav a {
  padding: .48rem .82rem; border-radius: var(--radius-xl);
  font-weight: 500; font-size: .86rem; color: var(--bark-deep); white-space: nowrap;
  transition: background .2s, color .2s;
}
.nav a:hover, .nav a:focus, .nav a[aria-current="page"] {
  background: var(--sand); color: var(--bark-dark); text-decoration: none;
}
.nav .nav-cta { background: var(--bark); color: #fff !important; margin-left: .5rem; }
.nav .nav-cta:hover { background: var(--bark-dark); }

/* ── Hero ──────────────────────────────────────────────────── */
.hero-wrap {
  background: linear-gradient(135deg, #fef2d8 0%, #fdf6ec 55%, #f9ece0 100%);
  position: relative; overflow: hidden;
}
.hero-wrap::after {
  content: '🐾'; position: absolute; right: -3rem; bottom: -3rem;
  font-size: 20rem; opacity: .035; pointer-events: none; transform: rotate(-15deg); line-height: 1;
}
.hero {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 3rem; align-items: center;
  padding: 4rem 1.5rem 4.5rem; position: relative; z-index: 1;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--amber); margin-bottom: .8rem;
}
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--amber); border-radius: 2px; }

h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3.7rem);
  font-weight: 900; line-height: 1.1;
  color: var(--bark-deep); margin-bottom: 1.2rem; letter-spacing: -.02em;
}
h1 em { font-style: italic; color: var(--bark); }
h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700; line-height: 1.2;
  color: var(--bark-deep); margin-bottom: 1rem; letter-spacing: -.015em;
}
h3 { font-family: var(--font-display); font-size: 1.18rem; font-weight: 700; color: var(--bark-dark); line-height: 1.3; margin-bottom: .55rem; }
p { margin-bottom: 1rem; }
.lead { font-size: 1.08rem; line-height: 1.78; color: var(--muted); margin-bottom: 1.5rem; max-width: 56ch; }

.badges { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.badge {
  background: rgba(139,94,60,.09); border: 1px solid rgba(139,94,60,.2);
  color: var(--bark-dark); border-radius: var(--radius-xl);
  padding: .32rem .82rem; font-size: .77rem; font-weight: 600; letter-spacing: .03em;
}
.badge.green { background: rgba(122,140,110,.1); border-color: rgba(122,140,110,.25); color: #4a6040; }
.actions { display: flex; gap: .85rem; flex-wrap: wrap; }

/* ── Buttons ───────────────────────────────────────────────── */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .82rem 1.65rem; border-radius: var(--radius-xl); border: 2px solid var(--bark);
  font-family: var(--font-body); font-size: .9rem; font-weight: 600;
  cursor: pointer; white-space: nowrap;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
  text-decoration: none !important;
}
.button:hover, .button:focus { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(139,94,60,.25); text-decoration: none; }
.button.primary { background: var(--bark); color: #fff; }
.button.primary:hover { background: var(--bark-dark); border-color: var(--bark-dark); color: #fff; }
.button.secondary { background: transparent; color: var(--bark-dark); }
.button.secondary:hover { background: var(--sand); color: var(--bark-dark); }
.button.amber { background: var(--amber); border-color: var(--amber); color: #fff; }
.button.amber:hover { background: #b87008; border-color: #b87008; }
.button.sm { padding: .55rem 1.1rem; font-size: .82rem; }

/* ── Hero Visual ───────────────────────────────────────────── */
.hero-visual { position: relative; }
.hero-visual .main-img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.hero-visual .float-card {
  position: absolute; bottom: -1.5rem; left: -2rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  box-shadow: var(--shadow-md); padding: 1rem 1.25rem; width: 220px;
}
.hero-visual .float-card strong { display: block; margin-bottom: .2rem; color: var(--bark-dark); font-size: .88rem; }
.hero-visual .float-card p { font-size: .8rem; color: var(--muted); margin: 0; line-height: 1.5; }
.stars { color: var(--amber); font-size: .85rem; letter-spacing: .05em; display: block; margin-bottom: .2rem; }

/* ── Breadcrumbs ───────────────────────────────────────────── */
.breadcrumbs { font-size: .8rem; color: var(--muted); margin-bottom: 1rem; display: flex; gap: .35rem; align-items: center; flex-wrap: wrap; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--bark); }

/* ── Sections ──────────────────────────────────────────────── */
.section { padding: 4.5rem 1.5rem; }
.section.sm { padding: 2.5rem 1.5rem; }
.section.alt { background: var(--cream); }
.section.dark { background: var(--bark-deep); }
.section.dark h2, .section.dark h3, .section.dark p { color: var(--sand); }
.section-inner { max-width: var(--max); margin: 0 auto; }
.content-narrow { max-width: 860px; }
.section-header { margin-bottom: 2.5rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* ── Cards & Grids ─────────────────────────────────────────── */
.grid { display: grid; gap: 1.25rem; }
.grid.two   { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid.four  { grid-template-columns: repeat(4, minmax(0,1fr)); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 1.75rem;
  transition: transform .22s, box-shadow .22s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-icon { width: 46px; height: 46px; background: var(--sand); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 1rem; }

.feature-card { border-radius: var(--radius-lg); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.feature-card-body { padding: 1.4rem; }
.feature-card-body p { font-size: .9rem; color: var(--muted); margin-bottom: .9rem; }

/* ── Trust Strip ───────────────────────────────────────────── */
.trust-strip { background: var(--bark-deep); padding: 2rem 1.5rem; }
.trust-inner { max-width: var(--max); margin: 0 auto; display: flex; gap: 2rem; align-items: center; justify-content: center; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: .3rem; text-align: center; min-width: 110px; }
.trust-item .t-icon { font-size: 1.5rem; }
.trust-item .t-value { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--amber-light); line-height: 1; }
.trust-item .t-label { font-size: .73rem; font-weight: 600; color: var(--tan); letter-spacing: .07em; text-transform: uppercase; }

/* ── Split Layout ──────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.split-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover; }
.split-media .media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.split-media .media-grid img { aspect-ratio: 1; border-radius: var(--radius-md); }

/* ── Service Grid Links ────────────────────────────────────── */
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: .75rem; margin-top: 1.5rem; }
.service-grid a {
  display: flex; align-items: center; gap: .6rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: .82rem 1rem; font-weight: 600; font-size: .87rem; color: var(--bark-dark);
  transition: background .2s, border-color .2s, transform .18s;
}
.service-grid a:hover { background: var(--sand); border-color: var(--tan); transform: translateY(-2px); text-decoration: none; }
.service-grid a .s-icon { font-size: 1.05rem; flex-shrink: 0; }

/* ── CTA Banner ────────────────────────────────────────────── */
.cta-banner {
  background: linear-gradient(135deg, var(--bark) 0%, var(--bark-dark) 100%);
  border-radius: var(--radius-xl); padding: 3rem 2.5rem;
  text-align: center; color: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.cta-banner::before { content: '🐾'; position: absolute; right: -2rem; bottom: -2rem; font-size: 14rem; opacity: .05; pointer-events: none; transform: rotate(-20deg); line-height: 1; }
.cta-banner h2 { color: #fff; font-size: clamp(1.4rem, 2.5vw, 2rem); margin-bottom: .75rem; }
.cta-banner p { color: rgba(255,255,255,.78); max-width: 52ch; margin: 0 auto 1.5rem; }
.cta-banner .actions { justify-content: center; }
.cta-banner .button.secondary { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.35); }
.cta-banner .button.secondary:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ── FAQs ──────────────────────────────────────────────────── */
.faq-list { margin-top: 1rem; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); margin-bottom: .75rem; overflow: hidden; transition: box-shadow .2s; }
.faq-list details[open] { box-shadow: var(--shadow-sm); }
.faq-list summary { padding: 1.1rem 1.4rem; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 1.3rem; color: var(--amber); flex-shrink: 0; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .faq-body { padding: 0 1.4rem 1.2rem; color: var(--muted); font-size: .93rem; }

/* ── Form ──────────────────────────────────────────────────── */
.form { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form label { display: block; font-weight: 600; font-size: .84rem; margin-bottom: .4rem; color: var(--bark-dark); }
.form input, .form textarea, .form select {
  width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--line);
  border-radius: var(--radius-md); font-family: var(--font-body); font-size: .95rem;
  color: var(--bark-deep); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.form input:focus, .form textarea:focus, .form select:focus { outline: none; border-color: var(--bark); box-shadow: 0 0 0 3px rgba(139,94,60,.1); }
.form textarea { min-height: 150px; resize: vertical; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; }

/* ── Misc ──────────────────────────────────────────────────── */
.notice { background: #fffbe8; border: 1.5px solid var(--amber-light); border-radius: var(--radius-md); padding: 1rem 1.25rem; font-size: .9rem; color: #7a5800; }
.info-box { background: var(--cream); border: 1px solid var(--line); border-left: 4px solid var(--bark); border-radius: var(--radius-sm); padding: 1.2rem 1.4rem; margin: 1.5rem 0; }
.info-box p { margin: 0; font-size: .93rem; }
.table-wrap { overflow-x: auto; margin: 1.25rem 0; }
.rates { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; font-size: .93rem; }
.rates th, .rates td { padding: .9rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); }
.rates th { background: var(--sand); font-weight: 700; color: var(--bark-dark); }
.rates tr:last-child td { border-bottom: none; }
.rates tr:hover td { background: var(--cream); }
.checklist { list-style: none; padding: 0; }
.checklist li { padding: .45rem 0 .45rem 2rem; position: relative; font-size: .95rem; border-bottom: 1px solid var(--line); }
.checklist li:last-child { border-bottom: none; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: var(--sage); font-weight: 700; }
.list-clean { padding-left: 1.2rem; }
.list-clean li { margin: .4rem 0; }
.sitemap-list { columns: 2; column-gap: 2rem; }
.sitemap-list li { break-inside: avoid; margin: .4rem 0; }
.page-image { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); border: 1px solid var(--line); width: 100%; }

/* ── Photo Gallery Strip ───────────────────────────────────── */
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-top: 2rem; }
.photo-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .22s, box-shadow .22s; }
.photo-strip img:hover { transform: scale(1.03); box-shadow: var(--shadow-md); }
.photo-strip img:first-child { grid-column: span 2; aspect-ratio: 2/1; }

/* ── Stats ─────────────────────────────────────────────────── */
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1.5rem; }
.stat-box { background: var(--sand); border-radius: var(--radius-md); padding: 1.5rem; text-align: center; }
.stat-box .stat-number { font-family: var(--font-display); font-size: 2.2rem; font-weight: 900; color: var(--bark); line-height: 1; margin-bottom: .25rem; }
.stat-box .stat-label { font-size: .78rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }

/* ── Footer ────────────────────────────────────────────────── */
.footer { background: var(--bark-deep); color: var(--tan); margin-top: 5rem; padding-top: 3.5rem; }
.footer-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding: 0 1.5rem 2.5rem; }
.footer h2 { font-family: var(--font-display); font-size: 1.3rem; color: #fff; margin-bottom: .75rem; }
.footer h3 { font-family: var(--font-body); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--amber-light); margin-bottom: .75rem; }
.footer p { font-size: .87rem; line-height: 1.7; color: var(--tan); margin-bottom: .5rem; }
.footer a { color: var(--tan); font-size: .87rem; display: block; margin-bottom: .35rem; }
.footer a:hover { color: var(--amber-light); text-decoration: none; }
.footer-logo { width: 50px; height: 50px; border-radius: var(--radius-sm); object-fit: cover; margin-bottom: .75rem; }
.footer-social { display: flex; gap: .6rem; margin-top: .75rem; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; background: rgba(255,255,255,.08); border-radius: var(--radius-sm); font-size: .9rem; color: var(--tan) !important; transition: background .2s; }
.footer-social a:hover { background: var(--bark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.2rem 1.5rem; max-width: var(--max); margin: 0 auto; display: flex; gap: 1rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.footer-bottom small { color: rgba(255,255,255,.38); font-size: .77rem; }
.legal-links { display: flex; gap: 1.25rem; }
.legal-links a { font-size: .77rem; color: rgba(255,255,255,.38) !important; display: inline; margin: 0; }
.legal-links a:hover { color: var(--tan) !important; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .grid.four { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 1fr 360px; gap: 2rem; }
}
@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding: 2.5rem 1.25rem; text-align: center; }
  .lead { max-width: 100%; }
  .badges, .actions { justify-content: center; }
  .hero-visual { display: none; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split.reverse .split-media { order: -1; }
  .grid.two, .grid.three, .grid.four { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .photo-strip { grid-template-columns: 1fr 1fr; }
  .photo-strip img:first-child { grid-column: span 2; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .section-header { flex-direction: column; align-items: flex-start; }
  .header { position: static; }
  .nav-toggle { display: flex; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--warm-white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1rem 1.25rem; flex-direction: column; align-items: stretch; gap: .25rem; box-shadow: var(--shadow-md); z-index: 200; }
  .nav.open { display: flex; }
  .nav a { padding: .72rem 1rem; border-radius: var(--radius-md); background: none; border: none; }
  .nav a:hover { background: var(--sand); }
  .nav .nav-cta { background: var(--bark); color: #fff !important; text-align: center; margin: 0; }
  .sitemap-list { columns: 1; }
}
@media (max-width: 520px) {
  .topbar-inner { justify-content: center; text-align: center; flex-direction: column; gap: .35rem; }
  .stat-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .trust-inner { gap: 1.25rem; }
}
@media print {
  .header, .topbar, .actions, .footer, .trust-strip, .cta-banner { display: none; }
  body { background: #fff; color: #000; }
  .section { padding: 1rem 0; }
}
