.notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.site-header {
  height: 98px;
}

.nav-wrap {
  gap: 20px;
  padding-inline: 20px;
}

.brand-cluster {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand {
  gap: 10px;
}

.site-header .site-logo {
  width: 62px;
  height: 62px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-copy strong {
  color: #51227b;
  font-family: "DM Serif Display", serif;
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.08;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 5px;
  color: #665e6b;
  font-size: .59rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.header-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #51227b;
  font-size: .58rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.header-qr img {
  width: 58px;
  height: 58px;
  margin-bottom: 2px;
  padding: 3px;
  border: 1px solid rgba(81, 34, 123, .16);
  border-radius: 7px;
  background: #fff;
}

nav {
  gap: 1rem;
}

nav a,
.services-toggle {
  font-size: .86rem;
}

.nav-dropdown {
  position: relative;
}

.services-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #1f1a24;
  font: inherit;
  font-size: .94rem;
  font-weight: 600;
  cursor: pointer;
}

.services-toggle:hover,
.services-toggle:focus-visible {
  color: #51227b;
}

.services-toggle span {
  transition: transform .18s ease;
}

.nav-dropdown.is-open .services-toggle span,
.nav-dropdown:focus-within .services-toggle span {
  transform: rotate(180deg);
}

.services-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: -20px;
  z-index: 80;
  display: grid;
  width: 292px;
  padding: 10px;
  border: 1px solid rgba(81, 34, 123, .12);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(37, 20, 49, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  pointer-events: none;
}

.nav-dropdown:hover .services-menu,
.nav-dropdown.is-open .services-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.services-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #2c123f;
  font-size: .9rem;
  font-weight: 600;
}

.services-menu a:hover,
.services-menu a:focus {
  background: #eee4f6;
}

.service-card[id],
#pet-care {
  scroll-margin-top: 145px;
}

.topbar-phones {
  display: flex;
  gap: 18px;
}

.topbar-phones a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.topbar-phones small {
  margin-right: 4px;
  color: #dbc3ef;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.care-detail-image {
  display: block;
  width: calc(100% + clamp(60px, 10vw, 108px));
  max-width: none;
  height: 250px;
  margin: calc(clamp(30px, 5vw, 54px) * -1) calc(clamp(30px, 5vw, 54px) * -1) 34px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}

.pet-care {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
  background: #fff;
}

.pet-care-image img {
  display: block;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(37, 20, 49, .14);
}

.pet-care-copy > p:not(.eyebrow) {
  color: #665e6b;
  font-size: 1.08rem;
}

.pet-care-copy ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 34px;
}

.pet-care-copy li {
  position: relative;
  padding: 11px 0 11px 30px;
  border-top: 1px solid #ded8e2;
}

.pet-care-copy li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: #51227b;
  font-weight: 700;
}

.quick-contact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.quick-contact-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 22px;
  background: #51227b;
}

.quick-contact-strip span {
  color: #dbc3ef;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.quick-contact-strip a {
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  text-decoration: none;
  white-space: nowrap;
}

.reviews {
  background: #2c123f;
  color: #fff;
}

.reviews-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}

.reviews-heading h2 {
  margin-bottom: 0;
}

.review-score {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 0 8px;
}

.review-score strong {
  font-family: "DM Serif Display", serif;
  font-size: 4.4rem;
  line-height: .9;
  color: #fff;
}

.review-score span {
  color: #dbc3ef;
  font-weight: 700;
}

.review-score small {
  grid-column: 1 / -1;
  margin-top: 7px;
  color: rgba(255, 255, 255, .68);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.review-grid article {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}

.stars {
  color: #e7b43d;
  letter-spacing: .12em;
}

.review-grid blockquote {
  margin: 24px 0;
  font-family: "DM Serif Display", serif;
  font-size: 1.45rem;
  line-height: 1.35;
}

.review-grid article > p {
  margin-top: auto;
  margin-bottom: 0;
  color: #dbc3ef;
  font-size: .88rem;
}

.reviews-link {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 34px;
}

.footer-phones a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.support-list h3 {
  margin-top: 0;
}

.team {
  background: var(--purple-dark);
  color: #fff;
}

.team-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}

.team-heading h2,
.team-heading p {
  margin-bottom: 0;
}

.team-heading > p {
  color: rgba(255, 255, 255, .72);
  font-size: 1.05rem;
}

.team-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 16px;
  margin: 0 0 42px;
}

.team-gallery-title {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  display: flex;
  max-width: calc(68% - 56px);
  padding: 13px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: rgba(44, 18, 63, .92);
  box-shadow: 0 10px 30px rgba(23, 10, 31, .28);
  backdrop-filter: blur(8px);
}

.team-gallery-title span {
  color: #e7b43d;
}

.team-gallery-title h3 {
  margin: 0;
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 400;
}

.team-photo {
  min-width: 0;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
}

.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-photo-secondary img {
  object-position: 53% center;
}

.team-admin-highlight {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  margin: 12px 0 0;
  padding: 26px 30px;
  align-items: center;
  border: 1px solid rgba(231, 180, 61, .5);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(231, 180, 61, .17), rgba(255, 255, 255, .08));
}

.team-admin-mark {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 18px;
  background: #e7b43d;
  color: var(--purple-dark);
  font-size: 1.65rem;
}

.team-admin-highlight span {
  color: #f0cf78;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.team-admin-highlight h3 {
  margin: 4px 0 6px;
  font-family: "DM Serif Display", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.team-admin-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
}

.team-structure {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.team-structure article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

.team-structure span {
  color: #e7b43d;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.team-structure h3 {
  margin: 12px 0 8px;
}

.team-structure p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: .92rem;
}

.team-expertise {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.team-expertise article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  padding: 26px;
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
}

.team-icon {
  display: grid;
  width: 58px;
  height: 58px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 16px;
  background: var(--lilac);
  color: var(--purple);
  font-size: .82rem;
  font-weight: 800;
}

.team-expertise h3 {
  margin-bottom: 6px;
  color: var(--purple);
}

.team-expertise p {
  margin: 0;
  color: var(--muted);
}

.team-message {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 28px;
  margin-top: 28px;
  padding: 28px 32px;
  align-items: center;
  border-left: 4px solid #e7b43d;
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, .08);
}

.team-message strong {
  font-family: "DM Serif Display", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.team-message p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.community-drop-in {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) 1.28fr;
  gap: clamp(44px, 7vw, 90px);
  align-items: center;
  background: linear-gradient(135deg, #f5eef9 0%, #fff 58%, #fbf3db 100%);
}

.community-drop-in[id] {
  scroll-margin-top: 145px;
}

.drop-in-date {
  position: relative;
  display: flex;
  min-height: 350px;
  padding: 48px 34px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  background: var(--purple);
  color: #fff;
  text-align: center;
  box-shadow: 0 22px 55px rgba(44, 18, 63, .2);
}

.drop-in-date::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  top: -85px;
  right: -75px;
  border: 32px solid rgba(231, 180, 61, .9);
  border-radius: 50%;
}

.drop-in-date span,
.drop-in-date small {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.drop-in-date span {
  color: #f0cf78;
  font-size: .8rem;
}

.drop-in-date strong {
  position: relative;
  z-index: 1;
  margin: 18px 0 24px;
  font-family: "DM Serif Display", serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: .86;
}

.drop-in-date small {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .78);
  font-size: .72rem;
}

.drop-in-copy h2 {
  margin-bottom: 24px;
}

.drop-in-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.drop-in-copy .drop-in-lead {
  color: var(--ink);
  font-size: 1.16rem;
}

.drop-in-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0;
}

.drop-in-highlights span {
  padding: 8px 13px;
  border: 1px solid rgba(81, 34, 123, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--purple);
  font-size: .84rem;
  font-weight: 700;
}

.drop-in-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  align-items: center;
}

.drop-in-email {
  color: var(--purple);
  font-weight: 700;
  text-underline-offset: 4px;
}

.end-of-life {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
  background: linear-gradient(135deg, #fbf7ef 0%, #f3edf8 100%);
}

.end-of-life-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.end-of-life-intro .button {
  margin-top: 10px;
}

.end-of-life-support {
  padding: 38px;
  border: 1px solid rgba(81, 34, 123, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(49, 30, 63, .08);
}

.end-of-life-support h3 {
  margin-bottom: 18px;
  color: var(--purple);
  font-family: "DM Serif Display", serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.end-of-life-support ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.end-of-life-support li {
  position: relative;
  padding: 11px 0 11px 28px;
  border-top: 1px solid rgba(81, 34, 123, .09);
}

.end-of-life-support li::before {
  content: "♥";
  position: absolute;
  left: 0;
  color: #b47a16;
  font-size: .9rem;
}

.end-of-life-note {
  display: flex;
  margin-top: 22px;
  padding: 20px;
  flex-direction: column;
  border-radius: 15px;
  background: var(--purple-dark);
  color: #fff;
}

.end-of-life-note span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
}

.footer-quick-links {
  margin-top: 44px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-section-heading p {
  margin-bottom: 4px;
  color: #e7b43d;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-section-heading h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.footer-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.footer-resource-card {
  display: flex;
  min-height: 210px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-resource-card:hover,
.footer-resource-card:focus-visible {
  border-color: rgba(231, 180, 61, .72);
  background: rgba(255, 255, 255, .1);
  transform: translateY(-3px);
}

.footer-resource-card > span {
  color: #e7b43d;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-resource-card strong {
  margin: 12px 0 6px;
  font-family: "DM Serif Display", serif;
  font-size: 1.35rem;
  line-height: 1.25;
}

.footer-resource-card small {
  color: rgba(255, 255, 255, .66);
}

.footer-resource-card b {
  margin-top: auto;
  padding-top: 20px;
  color: #fff;
  font-size: .9rem;
}

.footer-socials {
  display: flex;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-socials > strong {
  margin-right: 4px;
}

.social-link {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .8);
  font-size: .86rem;
  font-weight: 700;
}

.social-link.pending {
  cursor: default;
}

.footer-socials small {
  color: rgba(255, 255, 255, .48);
}

@media (max-width: 900px) {
  .site-header {
    height: 86px;
  }

  .site-header .site-logo {
    width: 58px;
    height: 58px;
  }

  .notice {
    gap: 14px;
  }

  .notice > span {
    display: none;
  }

  .pet-care,
  .reviews-heading,
  .end-of-life,
  .team-heading,
  .community-drop-in {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .drop-in-date {
    min-height: 280px;
  }

  .team-structure {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-gallery {
    grid-template-columns: 1.2fr .8fr;
  }

  .team-photo {
    height: 350px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .footer-resource-grid {
    grid-template-columns: 1fr;
  }

  .footer-resource-card {
    min-height: 185px;
  }

  .review-grid article {
    min-height: 0;
  }

  .nav-dropdown {
    width: 100%;
  }

  .services-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 12px;
  }

  .services-menu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 8px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transform: none;
    transition: max-height .22s ease, padding .22s ease;
    pointer-events: none;
  }

  .nav-dropdown.is-open .services-menu {
    max-height: 430px;
    padding: 6px 8px 12px;
    pointer-events: auto;
  }
}

@media (max-width: 640px) {
  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy small,
  .header-qr {
    display: none;
  }

  .site-header .site-logo {
    width: 52px;
    height: 52px;
  }

  .nav-wrap {
    padding-inline: 14px;
  }

  .notice {
    padding: 7px 10px;
  }

  .topbar-phones {
    width: 100%;
    justify-content: space-around;
    gap: 8px;
  }

  .topbar-phones a {
    font-size: .72rem;
  }

  .topbar-phones small {
    display: block;
    margin: 0;
    font-size: .6rem;
  }

  .care-detail-image {
    width: calc(100% + 48px);
    height: 210px;
    margin: -28px -24px 28px;
  }

  .pet-care-image img {
    min-height: 340px;
  }

  .quick-contact-strip {
    grid-template-columns: 1fr;
  }

  .quick-contact-strip div {
    justify-content: space-between;
  }

  .end-of-life-support {
    padding: 28px 23px;
  }

  .footer-socials {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-structure,
  .team-expertise,
  .team-message {
    grid-template-columns: 1fr;
  }

  .team-gallery {
    grid-template-columns: 1fr;
  }

  .team-photo {
    height: 280px;
  }

  .team-gallery-title {
    position: static;
    grid-column: 1;
    max-width: none;
    justify-content: center;
    border-radius: 16px;
    text-align: center;
  }

  .team-admin-highlight {
    grid-template-columns: 54px 1fr;
    padding: 22px;
  }

  .team-admin-mark {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-size: 1.3rem;
  }

  .team-expertise article {
    grid-template-columns: 48px 1fr;
    padding: 22px;
  }

  .team-icon {
    width: 48px;
    height: 48px;
  }

  .drop-in-date {
    min-height: 250px;
    padding: 38px 24px;
  }

  .drop-in-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .drop-in-email {
    text-align: center;
  }
}
