/* Adoption listings: warm, focused browsing experience. */
.monroe-adopt-page--renewed {
  --adopt-ink: #173a39;
  --adopt-green: #176b5c;
  --adopt-green-dark: #124f46;
  --adopt-mint: #dff3e8;
  --adopt-cream: #fff9eb;
  --adopt-gold: #f2bd45;
  --adopt-orange: #de7b31;
  --adopt-line: rgba(23, 58, 57, 0.12);
  --adopt-shadow: 0 20px 55px rgba(24, 59, 55, 0.11);
}

.monroe-adopt-page--renewed .monroe-inner-page-shell__content {
  width: min(100% - 2rem, 76rem);
}

.monroe-adopt-page--renewed .monroe-adopt-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.72fr);
  align-items: stretch;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin: 0 0 clamp(1.25rem, 2.6vw, 2rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  overflow: hidden;
  border: 1px solid rgba(23, 107, 92, 0.11);
  border-radius: clamp(1.35rem, 3vw, 2.25rem);
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 69, 0.24), transparent 26%),
    linear-gradient(120deg, #fff6d9 0%, #fffdf8 48%, #e5f5ec 100%);
  box-shadow: var(--adopt-shadow);
  isolation: isolate;
}

.monroe-adopt-page--renewed .monroe-adopt-hero::after {
  position: absolute;
  right: 24%;
  bottom: -5.5rem;
  z-index: -1;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  content: "";
}

.monroe-adopt-hero__copy {
  align-self: center;
  max-width: 45rem;
}

.monroe-adopt-page--renewed .monroe-adopt-eyebrow,
.monroe-adopt-search__eyebrow,
.monroe-adopt-next__eyebrow {
  margin: 0 0 0.65rem;
  color: var(--adopt-green);
  font: 800 0.78rem/1.2 "Jost", "Segoe UI", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.monroe-adopt-page--renewed .monroe-adopt-hero h1 {
  max-width: 46rem;
  margin: 0;
  color: #182624;
  font-size: clamp(2.65rem, 5.7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.monroe-adopt-page--renewed .monroe-adopt-lead {
  max-width: 43rem;
  margin: clamp(1.15rem, 2vw, 1.65rem) 0 0;
  color: #3c504c;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
}

.monroe-adopt-hero__button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.15rem;
  margin-top: 1.6rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: var(--adopt-green-dark);
  box-shadow: 0 12px 26px rgba(18, 79, 70, 0.22);
  color: #fff !important;
  font: 800 0.88rem/1 "Jost", "Segoe UI", sans-serif;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.monroe-adopt-hero__button:hover,
.monroe-adopt-hero__button:focus-visible {
  background: #0b453d;
  box-shadow: 0 16px 30px rgba(18, 79, 70, 0.3);
  color: #fff !important;
  transform: translateY(-2px);
}

.monroe-adopt-hero__guide {
  position: relative;
  align-self: center;
  min-width: 0;
  padding: clamp(1.3rem, 2.5vw, 2rem);
  overflow: hidden;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #175f54, #103f39);
  box-shadow: 0 22px 38px rgba(18, 79, 70, 0.22);
  color: #fff;
}

.monroe-adopt-hero__paw {
  position: absolute;
  top: -1.3rem;
  right: -0.75rem;
  color: rgba(255, 255, 255, 0.1);
  font-size: 7.5rem;
  line-height: 1;
  transform: rotate(16deg);
}

.monroe-adopt-hero__guide-kicker {
  position: relative;
  margin: 0 0 1rem;
  color: #cdecdc !important;
  font: 800 0.73rem/1.2 "Jost", "Segoe UI", sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.monroe-adopt-hero__guide ol {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.monroe-adopt-hero__guide li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0 0.75rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.monroe-adopt-hero__guide li > span {
  grid-row: 1 / 3;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: var(--adopt-gold);
  color: #3f3212;
  font: 800 0.78rem/1 "Jost", "Segoe UI", sans-serif;
}

.monroe-adopt-hero__guide strong,
.monroe-adopt-hero__guide small {
  display: block;
}

.monroe-adopt-hero__guide strong {
  color: #fff;
  font: 800 0.97rem/1.2 "Jost", "Segoe UI", sans-serif;
}

.monroe-adopt-hero__guide small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  line-height: 1.35;
}

.monroe-adopt-page--renewed .monroe-adopt-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0 0 clamp(2.75rem, 6vw, 5rem);
}

.monroe-adopt-page--renewed .monroe-adopt-pill {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: initial;
  gap: 0.75rem;
  min-height: 6.35rem;
  padding: 1rem;
  border: 1px solid var(--adopt-line);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(24, 59, 55, 0.07);
  color: var(--adopt-ink);
  font-size: 1rem;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.monroe-adopt-page--renewed .monroe-adopt-pill--primary {
  border-color: var(--adopt-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(24, 59, 55, 0.07);
  color: var(--adopt-ink) !important;
}

.monroe-adopt-page--renewed .monroe-adopt-pill--ghost {
  border-color: transparent;
  background: var(--adopt-green-dark);
  color: #fff !important;
}

.monroe-adopt-page--renewed .monroe-adopt-pill:hover,
.monroe-adopt-page--renewed .monroe-adopt-pill:focus-visible,
.monroe-adopt-page--renewed .monroe-adopt-pill--primary:hover,
.monroe-adopt-page--renewed .monroe-adopt-pill--primary:focus-visible {
  border-color: rgba(23, 107, 92, 0.34);
  background: #fff;
  box-shadow: 0 16px 32px rgba(24, 59, 55, 0.13);
  color: var(--adopt-ink) !important;
  transform: translateY(-3px);
}

.monroe-adopt-page--renewed .monroe-adopt-pill--ghost:hover,
.monroe-adopt-page--renewed .monroe-adopt-pill--ghost:focus-visible {
  border-color: transparent;
  background: #0b453d;
  color: #fff !important;
}

.monroe-adopt-page--renewed .monroe-adopt-pill--current {
  border-color: rgba(23, 107, 92, 0.48);
  background: var(--adopt-mint);
  box-shadow: inset 0 0 0 1px rgba(23, 107, 92, 0.16), 0 12px 28px rgba(24, 59, 55, 0.1);
}

.monroe-adopt-page--renewed .monroe-adopt-pill--primary.monroe-adopt-pill--current {
  border-color: rgba(23, 107, 92, 0.48);
  background: var(--adopt-mint);
  box-shadow: inset 0 0 0 1px rgba(23, 107, 92, 0.16), 0 12px 28px rgba(24, 59, 55, 0.1);
  color: var(--adopt-ink) !important;
}

.monroe-adopt-pill__icon {
  display: grid;
  width: 2.85rem;
  height: 2.85rem;
  place-items: center;
  border-radius: 0.85rem;
  background: #fff0d5;
  color: #7a4d13;
  font-size: 1.35rem;
}

.monroe-adopt-pill:nth-child(2) .monroe-adopt-pill__icon {
  background: #e6eefc;
}

.monroe-adopt-pill:nth-child(3) .monroe-adopt-pill__icon {
  background: #e0f3ea;
}

.monroe-adopt-pill--ghost .monroe-adopt-pill__icon {
  background: rgba(255, 255, 255, 0.14);
  color: #ffcf6a;
}

.monroe-adopt-pill__copy,
.monroe-adopt-pill__copy strong,
.monroe-adopt-pill__copy small {
  display: block;
  min-width: 0;
}

.monroe-adopt-pill__copy strong {
  font: 800 0.93rem/1.18 "Jost", "Segoe UI", sans-serif;
}

.monroe-adopt-pill__copy small {
  margin-top: 0.25rem;
  color: #657470;
  font-size: 0.72rem;
  line-height: 1.35;
}

.monroe-adopt-pill--ghost .monroe-adopt-pill__copy small {
  color: rgba(255, 255, 255, 0.7);
}

.monroe-adopt-pill__arrow {
  color: var(--adopt-orange);
  font-size: 1.1rem;
  transition: transform 160ms ease;
}

.monroe-adopt-pill--ghost .monroe-adopt-pill__arrow {
  color: #ffcf6a;
}

.monroe-adopt-pill:hover .monroe-adopt-pill__arrow,
.monroe-adopt-pill:focus-visible .monroe-adopt-pill__arrow {
  transform: translateX(3px);
}

.monroe-adopt-search__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-inline: 0.4rem;
}

.monroe-adopt-search__intro h2 {
  margin: 0;
  color: #182624;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.monroe-adopt-search__intro > p {
  max-width: 34rem;
  margin: 0;
  color: #586966;
  font-size: 1rem;
  line-height: 1.65;
}

.monroe-adopt-page--renewed .monroe-adopt-search .monroe-animal-search-widget {
  padding: clamp(0.85rem, 2vw, 1.35rem);
  border: 1px solid rgba(23, 58, 57, 0.1);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--adopt-shadow);
}

.monroe-adopt-page--renewed .monroe-animal-search-widget--compact .animal-search-toolbar {
  top: calc(var(--monroe-nav-height, 82px) + 0.55rem + env(safe-area-inset-top, 0px));
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.7rem;
  border: 1px solid rgba(23, 58, 57, 0.1);
  border-radius: 1rem;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 10px 28px rgba(24, 59, 55, 0.09);
}

.monroe-adopt-page--renewed .monroe-animal-search-widget--compact .animal-filter,
.monroe-adopt-page--renewed .monroe-animal-search-widget--compact .animal-sort,
.monroe-adopt-page--renewed .monroe-animal-search-widget--compact .animal-search-q {
  min-height: 2.85rem;
  border-color: rgba(23, 58, 57, 0.16);
  border-radius: 0.75rem;
  background: #fff;
  color: #273a37;
}

.monroe-adopt-page--renewed .monroe-animal-search-widget--compact .animal-search-q {
  border-right-width: 0;
  border-radius: 0.75rem 0 0 0.75rem;
}

.monroe-adopt-page--renewed .monroe-animal-search-widget--compact .animal-search-submit {
  min-width: 3rem;
  min-height: 2.85rem;
  border-color: var(--adopt-green);
  border-radius: 0 0.75rem 0.75rem 0;
  background: var(--adopt-green);
}

.monroe-adopt-page--renewed .animal-search-submit .search-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 0;
}

.monroe-adopt-page--renewed .animal-search-submit .search-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.58rem;
  height: 0.58rem;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
}

.monroe-adopt-page--renewed .animal-search-submit .search-icon::after {
  position: absolute;
  right: 0.05rem;
  bottom: 0.08rem;
  width: 0.46rem;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: right center;
}

.monroe-adopt-page--renewed .monroe-animal-search-widget--compact .reset-button--compact {
  min-height: 2.85rem;
  padding-inline: 1rem;
  border-color: rgba(23, 107, 92, 0.34);
  color: var(--adopt-green);
}

.monroe-adopt-page--renewed .animal-search-summary.has-count {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--adopt-mint);
  color: var(--adopt-green-dark);
  font-weight: 800;
  text-align: left;
}

.monroe-adopt-page--renewed .monroe-adopt-search .results-grid.monroe-pet-results--grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.3rem);
}

.monroe-adopt-page--renewed .animal-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 58, 57, 0.1);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(24, 59, 55, 0.09);
}

.monroe-adopt-page--renewed .animal-card:focus-within,
.monroe-adopt-page--renewed .animal-card:focus-visible {
  outline: 3px solid rgba(242, 189, 69, 0.68);
  outline-offset: 3px;
  box-shadow: 0 18px 34px rgba(24, 59, 55, 0.16);
}

@media (hover: hover) and (pointer: fine) {
  .monroe-adopt-page--renewed .animal-card:hover {
    box-shadow: 0 18px 34px rgba(24, 59, 55, 0.16);
    transform: translateY(-5px);
  }
}

.monroe-adopt-page--renewed .animal-image {
  min-height: 0;
  aspect-ratio: 1 / 0.82;
  background: linear-gradient(145deg, #fff4cf, #e8f5ee);
}

.monroe-adopt-page--renewed .animal-image img {
  width: 100% !important;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
}

.monroe-adopt-page--renewed .animal-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.1rem 1.1rem 1.15rem;
}

.monroe-adopt-page--renewed .animal-info h4 {
  margin: 0 0 0.45rem;
  color: var(--adopt-green-dark);
  font: 800 clamp(1.15rem, 1.8vw, 1.35rem)/1.2 "Jost", "Segoe UI", sans-serif;
}

.monroe-adopt-page--renewed .animal-breed {
  display: -webkit-box;
  min-height: 2.85em;
  margin: 0 0 0.65rem;
  overflow: hidden;
  color: #53625f;
  font-size: 0.9rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.monroe-adopt-page--renewed .animal-chip-row {
  gap: 0.35rem;
  margin-top: 0;
}

.monroe-adopt-page--renewed .animal-chip {
  padding: 0.27rem 0.55rem;
  background: #edf4f1;
  color: #365a53;
  font-size: 0.68rem;
}

.monroe-adopt-page--renewed .animal-card--interactive .animal-view-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.3rem;
  margin: auto 0 0;
  padding-top: 0.85rem;
  color: var(--adopt-green);
  opacity: 1;
  transform: none;
}

.monroe-adopt-page--renewed .animal-card--interactive .animal-view-profile::after {
  content: "\2192";
  font-size: 1rem;
  transition: transform 160ms ease;
}

.monroe-adopt-page--renewed .animal-card--interactive:hover .animal-view-profile::after,
.monroe-adopt-page--renewed .animal-card--interactive:focus-visible .animal-view-profile::after {
  transform: translateX(3px);
}

.monroe-adopt-page--renewed .monroe-pet-badge {
  top: 0.7rem;
  left: 0.7rem;
  background: rgba(18, 79, 70, 0.92);
  box-shadow: 0 5px 16px rgba(18, 79, 70, 0.2);
}

.monroe-adopt-page--renewed .results-pagination {
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.monroe-adopt-page--renewed .pagination-btn {
  min-height: 2.8rem;
  padding-inline: 1.2rem;
  border: 1px solid rgba(23, 107, 92, 0.35);
  border-radius: 999px;
  background: #fff;
  color: var(--adopt-green-dark);
  font-weight: 750;
}

.monroe-adopt-search__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  max-width: 48rem;
  margin: 1.3rem auto 0;
  color: #5c6a67;
  font-size: 0.9rem;
  text-align: center;
}

.monroe-adopt-search__note span {
  color: var(--adopt-orange);
}

.monroe-adopt-page--renewed .monroe-adopt-next {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 0;
  border-radius: clamp(1.35rem, 3vw, 2.25rem);
  background:
    radial-gradient(circle at 90% 5%, rgba(242, 189, 69, 0.18), transparent 28%),
    linear-gradient(145deg, #174f48, #102f2d);
  box-shadow: var(--adopt-shadow);
  color: #fff;
}

.monroe-adopt-next__eyebrow {
  color: #bfe7d4 !important;
}

.monroe-adopt-page--renewed .monroe-adopt-next h2 {
  max-width: 37rem;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.monroe-adopt-page--renewed .monroe-adopt-next__copy > p:not(.monroe-adopt-next__eyebrow) {
  max-width: 39rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.monroe-adopt-next__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.monroe-adopt-next__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff !important;
  font: 800 0.84rem/1 "Jost", "Segoe UI", sans-serif;
  text-decoration: none;
}

.monroe-adopt-next__button--primary {
  border-color: var(--adopt-gold);
  background: var(--adopt-gold);
  color: #382d12 !important;
}

.monroe-adopt-next__button:hover,
.monroe-adopt-next__button:focus-visible {
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-2px);
}

.monroe-adopt-next__button--primary:hover,
.monroe-adopt-next__button--primary:focus-visible {
  border-color: #ffd778;
  background: #ffd778;
  color: #382d12 !important;
}

.monroe-adopt-next__reassurance {
  display: grid;
  gap: 0;
  align-self: center;
  padding: 0.35rem 0;
}

.monroe-adopt-next__reassurance p {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0 0.65rem;
  margin: 0;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.monroe-adopt-next__reassurance p:first-child {
  border-top: 0;
}

.monroe-adopt-next__reassurance p > span {
  grid-row: 1 / 3;
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffcf6a;
  font-weight: 800;
}

.monroe-adopt-next__reassurance strong,
.monroe-adopt-next__reassurance small {
  display: block;
}

.monroe-adopt-next__reassurance strong {
  color: #fff;
  font: 800 0.95rem/1.2 "Jost", "Segoe UI", sans-serif;
}

.monroe-adopt-next__reassurance small {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.4;
}

@media (max-width: 1060px) {
  .monroe-adopt-page--renewed .monroe-adopt-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
  }

  .monroe-adopt-page--renewed .monroe-adopt-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monroe-adopt-page--renewed .monroe-adopt-search .results-grid.monroe-pet-results--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .monroe-adopt-page--renewed .monroe-inner-page-shell__content {
    width: min(100% - 1.2rem, 76rem);
  }

  .monroe-adopt-page--renewed .monroe-adopt-hero {
    grid-template-columns: 1fr;
    padding: clamp(1.5rem, 7vw, 2.6rem);
  }

  .monroe-adopt-hero__guide {
    width: 100%;
  }

  .monroe-adopt-search__intro,
  .monroe-adopt-page--renewed .monroe-adopt-next {
    grid-template-columns: 1fr;
  }

  .monroe-adopt-search__intro {
    align-items: start;
    gap: 0.8rem;
  }

  .monroe-adopt-page--renewed .monroe-adopt-search .results-grid.monroe-pet-results--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .monroe-adopt-page--renewed .monroe-animal-search-widget--compact .animal-search-toolbar {
    position: relative;
    top: auto;
  }
}

@media (max-width: 560px) {
  .monroe-adopt-page--renewed .monroe-adopt-hero h1 {
    font-size: clamp(2.4rem, 13vw, 3.35rem);
  }

  .monroe-adopt-page--renewed .monroe-adopt-quick,
  .monroe-adopt-page--renewed .monroe-adopt-search .results-grid.monroe-pet-results--grid {
    grid-template-columns: 1fr;
  }

  .monroe-adopt-page--renewed .monroe-adopt-pill {
    min-height: 5.5rem;
  }

  .monroe-adopt-page--renewed .monroe-adopt-search .monroe-animal-search-widget {
    padding: 0.65rem;
    border-radius: 1rem;
  }

  .monroe-adopt-page--renewed .monroe-animal-search-widget--compact .filter-row--primary {
    grid-template-columns: 1fr;
  }

  .monroe-adopt-page--renewed .monroe-adopt-next {
    padding: 1.55rem;
  }

  .monroe-adopt-next__buttons,
  .monroe-adopt-next__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .monroe-adopt-page--renewed *,
  .monroe-adopt-page--renewed *::before,
  .monroe-adopt-page--renewed *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Compact adoption header: get visitors to the live pets quickly. */
.monroe-adopt-page--renewed .monroe-adopt-hero {
  display: block;
  margin-bottom: 0.75rem;
  padding: clamp(1.35rem, 3vw, 2.35rem);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 8% 10%, rgba(242, 189, 69, 0.2), transparent 25%),
    linear-gradient(120deg, #fff8e3 0%, #f7fcf8 100%);
  box-shadow: 0 12px 32px rgba(24, 59, 55, 0.08);
}

.monroe-adopt-page--renewed .monroe-adopt-hero::after {
  display: none;
}

.monroe-adopt-page--renewed .monroe-adopt-hero h1 {
  font-size: clamp(2.3rem, 4.3vw, 3.75rem);
  line-height: 1;
}

.monroe-adopt-page--renewed .monroe-adopt-lead {
  max-width: 48rem;
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.55;
}

.monroe-adopt-page--renewed .monroe-adopt-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0.15rem;
}

.monroe-adopt-page--renewed .monroe-adopt-pill,
.monroe-adopt-page--renewed .monroe-adopt-pill--primary {
  display: inline-flex;
  width: auto;
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(23, 107, 92, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  color: var(--adopt-green-dark) !important;
  font: 800 0.78rem/1 "Jost", "Segoe UI", sans-serif;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
}

.monroe-adopt-page--renewed .monroe-adopt-pill--current,
.monroe-adopt-page--renewed .monroe-adopt-pill--primary.monroe-adopt-pill--current {
  border-color: var(--adopt-green);
  background: var(--adopt-green);
  box-shadow: none;
  color: #fff !important;
}

.monroe-adopt-page--renewed .monroe-adopt-pill--ghost {
  margin-left: auto;
  border-color: var(--adopt-green-dark);
  background: transparent;
  color: var(--adopt-green-dark) !important;
}

.monroe-adopt-page--renewed .monroe-adopt-pill:hover,
.monroe-adopt-page--renewed .monroe-adopt-pill:focus-visible,
.monroe-adopt-page--renewed .monroe-adopt-pill--primary:hover,
.monroe-adopt-page--renewed .monroe-adopt-pill--primary:focus-visible {
  border-color: var(--adopt-green-dark);
  background: #eff8f3;
  box-shadow: none;
  color: var(--adopt-green-dark) !important;
  transform: none;
}

.monroe-adopt-page--renewed .monroe-adopt-pill--current:hover,
.monroe-adopt-page--renewed .monroe-adopt-pill--current:focus-visible {
  background: var(--adopt-green-dark);
  color: #fff !important;
}

.monroe-adopt-page--renewed .monroe-adopt-pill--ghost:hover,
.monroe-adopt-page--renewed .monroe-adopt-pill--ghost:focus-visible {
  border-color: var(--adopt-green-dark);
  background: var(--adopt-green-dark);
  color: #fff !important;
}

@media (max-width: 660px) {
  .monroe-adopt-page--renewed .monroe-adopt-pill--ghost {
    width: 100%;
    margin-left: 0;
  }
}
