:root {
  --ink: #172421;
  --muted: #5d6965;
  --paper: #f5faf8;
  --white: #ffffff;
  --teal: #12857d;
  --teal-bright: #0a978c;
  --mint: #e6f7f3;
  --gold: #ff7a24;
  --coral: #0b5d57;
  --line: rgba(23, 36, 33, .15);
  --shadow: 0 20px 60px rgba(17, 52, 48, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.55 "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:not(.admin-body) {
  --ink: #f4fbf9;
  --muted: #afc5c1;
  --paper: #061b19;
  --white: #0c2926;
  --teal: #28b7ab;
  --teal-bright: #71ddd3;
  --mint: #123b36;
  --line: rgba(238, 251, 248, .16);
  --shadow: 0 16px 34px rgba(0, 0, 0, .2);
}
body:not(.admin-body) .button-dark { color: #041715; }
body:not(.admin-body) .button-outline { color: #86e8df; border-color: #55cbbf; }
body:not(.admin-body) .service-featured { background: #36251d; border-color: rgba(255, 122, 36, .4); }
body:not(.admin-body) .service-featured > p:not(.service-kicker):not(.service-price) { color: var(--muted); }
body:not(.admin-body) .message-panel input,
body:not(.admin-body) .message-panel textarea { color: var(--ink); background: #102f2b; }
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.02;
}
h2 { font-size: clamp(2rem, 3.2vw, 2.7rem); margin-bottom: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
  padding: .7rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
.announcement {
  min-height: 38px;
  padding: .55rem 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  color: #fff;
  background: var(--teal);
  font-size: .82rem;
  letter-spacing: .02em;
  text-align: center;
}
.announcement-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.site-header {
  height: 74px;
  padding: 0 max(1rem, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #172421;
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.05;
}
.brand-mark {
  position: relative;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: white;
  background-color: #fff;
  background-image: url('/images/a-pets-tale-official-logo.png');
  background-repeat: no-repeat;
  background-size: 255px 255px;
  background-position: -12px -130px;
  font: 800 .78rem/1 "DM Sans", sans-serif;
  box-shadow: none;
}
.brand-mark::after { content: ""; position: absolute; top: 0; right: 0; width: 5px; height: 100%; background: #fff; }
.brand strong { display: block; font: 800 1.18rem/1.05 "DM Sans", sans-serif; color: var(--teal); }
.brand small { display: block; color: var(--muted); font-size: .68rem; margin-top: .3rem; letter-spacing: .045em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.site-header nav a { text-decoration: none; font-weight: 600; font-size: .94rem; }
.site-header nav a:hover { color: var(--teal-bright); }
.nav-message, .nav-donate, .button {
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.35rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.nav-message, .nav-donate { color: #371800 !important; background: var(--gold); }
.nav-message:hover, .nav-donate:hover { background: #e96412; transform: translateY(-1px); }
.button-dark:hover { background: var(--teal-bright); transform: translateY(-1px); }
.menu-button { display: none; }

.hero {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: white;
  background: #082a27;
  border-bottom: 1px solid var(--line);
}
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4, 37, 34, .98) 0%, rgba(8, 92, 85, .9) 42%, rgba(6, 41, 38, .35) 72%, rgba(2, 18, 17, .2) 100%); }
.hero-content {
  position: relative;
  z-index: 2;
  width: min(690px, 100%);
  margin-left: max(1rem, calc((100vw - 1240px) / 2));
  padding: 3.6rem 2rem 3.6rem 0;
}
.hero-visual { position: absolute; z-index: 0; inset: 0; min-height: 520px; margin: 0; overflow: hidden; background: #122d2a; }
.hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 38%; filter: saturate(.82) contrast(1.04); }
.hero-visual figcaption { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; padding: .5rem .65rem; color: white; background: rgba(5, 28, 26, .82); border-radius: 6px; font-size: .72rem; font-weight: 700; }
.hero-badge { width: fit-content; margin: 0 0 1.1rem; padding: .42rem .65rem; color: #371800; background: var(--gold); border-radius: 8px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow {
  color: var(--gold);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.eyebrow.dark { color: var(--teal-bright); }
.eyebrow.gold { color: var(--gold); }
.hero h1 { font-size: clamp(3rem, 4vw, 3.55rem); max-width: 660px; margin-bottom: 1.1rem; }
.hero-content > p:not(.eyebrow):not(.hero-badge) { max-width: 620px; font-size: 1.08rem; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.button-light { background: white; color: var(--teal); }
.button-light:hover { background: var(--mint); transform: translateY(-1px); }
.open-note { display: flex; gap: .55rem; align-items: center; margin-top: 1.6rem; font-size: .85rem; color: rgba(255,255,255,.76); }
.status-pulse { width: 9px; height: 9px; border-radius: 50%; background: #7fe0a1; box-shadow: 0 0 0 5px rgba(127,224,161,.13); }
.status-pulse.is-closed { background: #e89173; box-shadow: 0 0 0 5px rgba(232,145,115,.13); }

.fact-strip { padding: 0 max(1rem, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--teal); }
.fact-strip > div { min-height: 108px; padding: 1.2rem clamp(.8rem, 2vw, 1.8rem); display: grid; align-content: center; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.fact-strip > div:last-child { border: 0; }
.fact-strip strong, .fact-strip span { display: block; }
.fact-strip strong { font-size: 1rem; }
.fact-strip span { margin-top: .25rem; color: rgba(255,255,255,.65); font-size: .74rem; }

.catalog-section, .services-section, .visit-section { padding: clamp(3.5rem, 5vw, 4.5rem) max(1rem, calc((100vw - 1240px) / 2)); }
.policy-section { padding: 1rem max(1rem, calc((100vw - 1240px) / 2)) clamp(3.5rem, 5vw, 4.5rem); }
.catalog-section { background: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading > p:not(.eyebrow) { color: var(--muted); max-width: 680px; font-size: 1.05rem; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.split-heading > div { max-width: 760px; }
.search-field {
  width: min(360px, 100%);
  min-width: 280px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: .7rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 1rem;
  box-shadow: 0 8px 24px rgba(17,52,48,.06);
}
.search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.search-field input { border: 0; outline: 0; width: 100%; color: var(--ink); background: transparent; font-size: 1rem; }
.catalog-toolbar { display: flex; gap: .5rem; border-bottom: 1px solid var(--line); }
.filter-tab {
  padding: .9rem .2rem 1.05rem;
  margin-right: 1.8rem;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  font-weight: 700;
  cursor: pointer;
}
.filter-tab.is-active { color: var(--teal); border-bottom-color: var(--teal); }
.category-row { display: flex; gap: .55rem; overflow-x: auto; padding: 1.4rem 0 1rem; scrollbar-width: none; }
.category-row::-webkit-scrollbar { display: none; }
.category-chip { white-space: nowrap; padding: .55rem .9rem; border: 1px solid var(--line); color: var(--muted); background: transparent; border-radius: 999px; cursor: pointer; }
.category-chip.is-active { color: white; border-color: var(--teal); background: var(--teal); }
.listing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 1.2rem; }
.listing-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid rgba(23,36,33,.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.listing-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(17,52,48,.06); }
.listing-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--mint); }
.listing-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.listing-card:hover .listing-image img { transform: scale(1.025); }
.listing-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--teal); background: var(--mint); font: 800 2rem/1 "DM Sans", sans-serif; }
.status-badge { position: absolute; top: .8rem; left: .8rem; padding: .38rem .65rem; background: rgba(255,254,250,.93); border-radius: 999px; font-size: .72rem; font-weight: 700; text-transform: capitalize; backdrop-filter: blur(6px); }
.status-badge.is-unavailable { color: #8f3a28; }
.listing-body { padding: 1.25rem; }
.listing-meta { display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: var(--teal-bright); text-transform: uppercase; letter-spacing: .08em; font-size: .69rem; font-weight: 700; }
.listing-body h3 { font: 800 1.25rem/1.15 "DM Sans", sans-serif; margin: .65rem 0 .55rem; }
.listing-summary { color: var(--muted); font-size: .92rem; min-height: 2.9em; }
.price-row { display: flex; align-items: baseline; gap: .55rem; margin: 1rem 0; }
.price { font: 800 1.2rem/1 "DM Sans", sans-serif; }
.compare-price { color: var(--muted); text-decoration: line-through; font-size: .82rem; }
.savings { margin-left: auto; color: #317451; font-size: .75rem; font-weight: 700; }
.listing-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.card-action { min-height: 44px; border-radius: 999px; border: 1px solid var(--teal); background: transparent; color: var(--teal); font-weight: 700; cursor: pointer; }
.card-action.primary { color: white; background: var(--teal); }
.empty-state { grid-column: 1/-1; padding: 1.6rem; border-left: 4px solid var(--teal); text-align: left; background: var(--mint); }
.empty-state h3 { font: 800 1.35rem/1.15 "DM Sans", sans-serif; margin-bottom: .35rem; }
.empty-state p { color: var(--muted); max-width: 680px; margin: 0 0 1rem; }
.empty-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.clear-filters { padding: .65rem; color: var(--teal); background: transparent; border: 0; text-decoration: underline; font-weight: 700; cursor: pointer; }
.loading-card { min-height: 420px; border-radius: var(--radius); background: linear-gradient(100deg,#eae7df 20%,#f8f5ee 40%,#eae7df 60%); background-size: 200% 100%; animation: loading 1.4s infinite linear; }
@keyframes loading { to { background-position-x: -200%; } }

.services-section { color: var(--ink); background: var(--paper); position: relative; overflow: hidden; }
.services-section::after { display: none; }
.services-section .section-heading { position: relative; z-index: 1; }
.service-grid { position: relative; z-index: 1; border-top: 1px solid var(--line); }
.service-card { min-height: 0; padding: 1.35rem 0; display: grid; grid-template-columns: minmax(190px,.8fr) minmax(280px,1.35fr) auto; gap: 2rem; align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.service-card:last-child { border: 0; border-bottom: 1px solid var(--line); }
.service-kicker { margin: 0 0 .35rem; color: var(--teal-bright); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 700; }
.service-card h3 { margin: 0; font: 800 clamp(1.25rem, 2vw, 1.65rem)/1.1 "DM Sans", sans-serif; }
.service-description { margin: 0; color: var(--muted); }
.service-action { min-width: 150px; text-align: right; }
.service-price { margin: 0 0 .4rem; font-weight: 800; }
.text-link { width: fit-content; padding: 0; color: var(--teal-bright); background: none; border: 0; font-weight: 700; cursor: pointer; }
.text-link span { margin-left: .3rem; }
.service-details { position: relative; z-index: 1; margin-top: 1.2rem; color: white; background: var(--teal); border: 0; border-radius: 14px; }
.service-details summary { padding: 1.1rem 1.4rem; font-weight: 700; cursor: pointer; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: .6rem 1.4rem 1.7rem; color: rgba(255,255,255,.82); }
.details-grid h3 { color: white; }
.details-grid ul { margin: 0; padding-left: 1.2rem; }
.details-grid li + li { margin-top: .5rem; }

.policy-modal { width: min(680px, calc(100% - 2rem)); }
.policy-modal-content { padding: clamp(1.5rem, 5vw, 3rem); }
.policy-modal-content h2 { margin-bottom: 1.5rem; }
.policy-modal-content section { padding: 1rem 0; border-top: 1px solid var(--line); }
.policy-modal-content section h3 { margin: 0 0 .4rem; font-size: 1rem; }
.policy-modal-content section p { margin: 0; color: var(--muted); }
.policy-note { margin: 1.2rem 0 0; color: var(--teal-bright); font-weight: 700; }

.visit-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.visit-intro > p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 1.1rem; }
.visit-actions { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 2rem; }
.button-dark { color: white; background: var(--teal); }
.button-outline { color: var(--teal); border: 1px solid var(--teal); background: transparent; }
.button-outline:hover { background: var(--mint); }
.visit-card { padding: clamp(1.6rem, 4vw, 2.4rem); background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--gold); }
.visit-card h3 { font: 800 1.45rem/1.1 "DM Sans", sans-serif; }
.visit-card address { color: var(--muted); font-style: normal; margin-bottom: 1.3rem; white-space: pre-line; }
.hours { margin-bottom: 1.2rem; }
.hours-row { display: flex; justify-content: space-between; gap: 1rem; padding: .38rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.hours-row.today { color: var(--teal); font-weight: 700; }
.visit-card > a { color: var(--teal-bright); font-weight: 700; }

footer { padding: 2.3rem clamp(1rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; background: #102d2a; color: white; }
.footer-brand { color: white; }
.footer-brand small { color: rgba(255,255,255,.6); }
.footer-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-links a { text-decoration: none; font-size: .85rem; }
footer > p { margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-install { padding: 0; color: white; background: transparent; border: 0; font: inherit; font-size: .85rem; cursor: pointer; }

.floating-message { position: fixed; z-index: 35; right: 1.1rem; bottom: 1.1rem; min-height: 54px; padding: 0 1.2rem; display: flex; align-items: center; gap: .55rem; color: white; background: var(--coral); border: 0; border-radius: 999px; box-shadow: 0 12px 34px rgba(56,34,124,.28); font-weight: 700; cursor: pointer; }
.floating-message svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.message-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.modal { width: min(920px, calc(100% - 2rem)); max-height: min(88vh, 900px); padding: 0; color: var(--ink); background: var(--white); border: 0; border-radius: var(--radius); box-shadow: 0 30px 100px rgba(0,0,0,.35); overflow: auto; }
.modal::backdrop { background: rgba(7,26,24,.72); backdrop-filter: blur(6px); }
.modal-close { position: sticky; z-index: 4; top: .8rem; float: right; margin: .8rem .8rem -3rem 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); color: var(--ink); background: rgba(255,254,250,.92); font-size: 1.5rem; cursor: pointer; }
.listing-detail { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 560px; }
.listing-gallery { background: var(--mint); min-height: 420px; }
.listing-gallery img { width: 100%; height: 100%; object-fit: cover; }
.listing-detail-copy { padding: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.listing-detail-copy h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.listing-detail-copy .description { white-space: pre-line; color: var(--muted); }
.detail-price { font: 800 1.45rem/1 "DM Sans", sans-serif; margin: 1.2rem 0; }
.detail-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.message-modal { width: min(620px, calc(100% - 1.4rem)); }
.message-panel { padding: clamp(1.5rem, 5vw, 3.4rem); }
.message-panel h2 { font-size: clamp(2.1rem, 6vw, 3.5rem); }
.message-panel label { display: block; font-weight: 700; margin-top: 1rem; }
.message-panel label span { color: var(--muted); font-size: .8rem; font-weight: 500; }
.message-panel input, .message-panel textarea { width: 100%; margin-top: .4rem; padding: .9rem 1rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; outline: none; }
.message-panel input:focus, .message-panel textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,79,75,.1); }
.full-button { width: 100%; margin-top: 1rem; }
.form-error { min-height: 1.4em; margin: .5rem 0 0; color: #a13a27; font-size: .85rem; }
.saved-messages-link, .notification-button, .back-link { padding: .7rem 0; color: var(--teal); background: none; border: 0; text-decoration: underline; font-weight: 700; cursor: pointer; }
.linked-listing { padding: .8rem 1rem; margin-bottom: 1rem; border-radius: 12px; background: var(--mint); font-size: .9rem; }
.message-thread { min-height: 220px; max-height: 42vh; overflow-y: auto; padding: .8rem; margin: 1rem 0; background: #f1eee6; border-radius: 16px; }
.bubble { width: fit-content; max-width: 82%; padding: .75rem .9rem; margin-bottom: .7rem; border-radius: 16px 16px 16px 4px; background: white; box-shadow: 0 3px 12px rgba(17,52,48,.06); }
.bubble.mine { margin-left: auto; color: white; background: var(--teal); border-radius: 16px 16px 4px 16px; }
.bubble p { margin: 0; white-space: pre-wrap; }
.bubble small { display: block; margin-top: .3rem; color: var(--muted); font-size: .68rem; }
.bubble.mine small { color: rgba(255,255,255,.65); }
.reply-form { display: flex; gap: .5rem; }
.reply-form textarea { margin: 0; resize: none; }
.reply-form button { border: 0; border-radius: 12px; padding: 0 1rem; color: white; background: var(--teal); font-weight: 700; cursor: pointer; }
.notification-button { width: 100%; text-align: center; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 1.5rem; transform: translateX(-50%); max-width: calc(100% - 2rem); padding: .8rem 1.1rem; color: white; background: var(--ink); border-radius: 999px; box-shadow: var(--shadow); }

@media (max-width: 980px) {
  .site-header { height: 74px; padding-inline: 1rem; }
  .menu-button { display: inline-flex; color: #172421; border: 1px solid rgba(23,36,33,.2); border-radius: 9px; padding: .55rem .8rem; background: transparent; font-weight: 700; }
  .site-header nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 1rem; flex-direction: column; align-items: stretch; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a, .nav-message { padding: .8rem; text-align: center; }
  .hero-content { margin-left: 1rem; }
  .split-heading { display: block; }
  .search-field { margin-top: 1.5rem; }
  .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { grid-template-columns: minmax(180px,.8fr) minmax(240px,1.2fr) auto; gap: 1rem; }
  .visit-section { grid-template-columns: 1fr; }
  .fact-strip { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-self: center; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: .9rem; }
  .brand small { display: none; }
  .hero { min-height: 540px; display: flex; }
  .hero::after { background: linear-gradient(0deg, rgba(3, 31, 29, .98) 0%, rgba(5, 60, 56, .9) 68%, rgba(4, 34, 32, .55) 100%); }
  .hero-content { width: auto; margin: 0; padding: 2rem 1rem 2.2rem; }
  .hero-visual { display: block; min-height: 540px; }
  .hero-visual img { object-position: 50% 36%; }
  .hero-visual figcaption { display: none; }
  .hero h1 { font-size: clamp(2.15rem, 10vw, 2.5rem); }
  .hero-content > p:not(.eyebrow):not(.hero-badge) { font-size: .98rem; }
  .hero-actions { margin-top: 1.35rem; }
  .hero-actions .button-outline { display: none; }
  .open-note { margin-top: 1.2rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .catalog-section, .services-section, .visit-section { padding: 4rem 1rem; }
  .policy-section { padding: 1rem 1rem 4rem; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip > div { min-height: 118px; padding: 1rem .65rem; }
  h2 { font-size: 2.1rem; }
  .search-field { width: 100%; min-width: 0; }
  .filter-tab { flex: 1; margin-right: 0; }
  .listing-grid[data-kind="product"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .listing-grid[data-kind="animal"] { grid-template-columns: 1fr; }
  .listing-grid[data-kind="product"] .listing-body { padding: .9rem; }
  .listing-grid[data-kind="product"] .listing-body h3 { font-size: 1rem; }
  .listing-grid[data-kind="product"] .listing-summary { min-height: 2.7em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: .82rem; }
  .listing-grid[data-kind="product"] .listing-meta { display: block; font-size: .62rem; }
  .listing-grid[data-kind="product"] .listing-meta span:last-child { display: none; }
  .listing-grid[data-kind="product"] .listing-actions { grid-template-columns: 1fr; }
  .listing-card:hover { transform: none; }
  .details-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 1fr; gap: .75rem; align-items: start; }
  .service-action { text-align: left; }
  .visit-actions { display: grid; }
  .listing-detail { grid-template-columns: 1fr; }
  .listing-gallery { min-height: 280px; max-height: 360px; }
  .listing-detail-copy { padding: 1.5rem; }
  .listing-detail-copy h2 { font-size: 2.5rem; }
  .floating-message { right: .75rem; bottom: .75rem; }
  .footer-links { justify-content: center; }
  .empty-actions { display: grid; grid-template-columns: 1fr; }
}

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