:root {
  --plum: #2f1e39;
  --plum-deep: #24152c;
  --cream: #fff9ee;
  --cream-dark: #f6eddd;
  --lilac: #e6d7f2;
  --lilac-dark: #cbb3df;
  --coral: #ff7868;
  --coral-dark: #d94f48;
  --yellow: #f4c74f;
  --yellow-light: #ffe595;
  --sage: #78987f;
  --ink-soft: #695b6e;
  --white: #ffffff;
  --line: rgba(47, 30, 57, 0.16);
  --line-light: rgba(255, 249, 238, 0.22);
  --display: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --shell: 76rem;
  --header-height: 4.5rem;
  --radius-large: 2rem;
  --shadow: 0.42rem 0.42rem 0 var(--plum);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1.5rem);
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--plum);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--coral-dark);
  outline-offset: 4px;
}

::selection {
  background: var(--yellow);
  color: var(--plum);
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin-inline: auto;
}

.section {
  padding-block: clamp(4.75rem, 13vw, 8.75rem);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  border: 2px solid var(--cream);
  border-radius: 999px;
  background: var(--plum);
  color: var(--cream);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 2px solid var(--plum);
  background: rgba(255, 249, 238, 0.92);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--plum);
  text-decoration: none;
}

.brand img,
.footer-brand img {
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  border: 2px solid var(--plum);
  border-radius: 50%;
  background: var(--white);
  object-fit: cover;
}

.brand > span,
.footer-brand > span {
  display: grid;
  line-height: 1;
}

.brand strong,
.footer-brand strong {
  font-family: var(--display);
  font-size: 0.96rem;
  letter-spacing: -0.03em;
}

.brand small,
.footer-brand small {
  margin-top: 0.26rem;
  color: var(--ink-soft);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border: 2px solid var(--plum);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0.18rem 0.18rem 0 var(--plum);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.header-cta svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 1.5rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--coral);
  transform: rotate(-8deg);
}

.eyebrow-light {
  color: var(--cream);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--lilac);
}

.hero::before {
  position: absolute;
  top: -9rem;
  right: -8rem;
  width: 22rem;
  height: 22rem;
  border: 2px solid rgba(47, 30, 57, 0.1);
  border-radius: 48% 52% 44% 56%;
  content: "";
  transform: rotate(18deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2.75rem;
  padding-block: 3.8rem 4.5rem;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero h1,
.section-heading h2,
.process-intro h2,
.location-copy h2,
.faq-intro h2,
.final-inner h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 12ch;
  margin-top: 1.05rem;
  font-size: clamp(2.9rem, 13vw, 5.9rem);
}

.hero h1 em {
  position: relative;
  display: inline-block;
  color: var(--coral-dark);
  font-style: normal;
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -0.12em;
  left: 0;
  height: 0.15em;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
  transform: rotate(-2deg);
}

.hero-intro {
  max-width: 32rem;
  margin: 1.3rem 0 0;
  color: #58495e;
  font-size: clamp(1rem, 3vw, 1.16rem);
}

.hero-actions {
  display: grid;
  justify-items: start;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.hero-actions p {
  max-width: 20rem;
  margin: 0;
  color: #685a6d;
  font-size: 0.74rem;
  line-height: 1.45;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  gap: 1rem;
  padding: 0.8rem 1.15rem;
  border: 2px solid var(--plum);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.button span,
.card-link span,
.site-footer > a span {
  font-size: 1.1em;
  transition: transform 180ms ease;
}

.button-primary {
  background: var(--coral);
  box-shadow: var(--shadow);
  color: var(--plum-deep);
}

.hero-visual {
  position: relative;
  width: min(100%, 24rem);
  min-height: 25rem;
  justify-self: center;
}

.pet-card {
  position: absolute;
  inset: 1.2rem 1.15rem 0.9rem;
  overflow: hidden;
  border: 3px solid var(--plum);
  border-radius: 10rem 10rem 2.2rem 2.2rem;
  background: var(--cream);
  box-shadow: 0.65rem 0.65rem 0 var(--plum);
}

.pet-card::before,
.pet-card::after {
  position: absolute;
  border: 2px solid var(--plum);
  border-radius: 50%;
  content: "";
}

.pet-card::before {
  top: 3.9rem;
  left: -1rem;
  width: 4.4rem;
  height: 4.4rem;
  background: var(--yellow);
}

.pet-card::after {
  right: -1.5rem;
  bottom: 3.8rem;
  width: 5.5rem;
  height: 5.5rem;
  background: var(--lilac-dark);
}

.pet-card-label {
  position: absolute;
  top: 1.45rem;
  left: 50%;
  z-index: 2;
  font-family: var(--display);
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.logo-frame {
  position: absolute;
  top: 5rem;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 10.5rem;
  height: 10.5rem;
  border: 3px solid var(--plum);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0.32rem 0.32rem 0 var(--yellow);
  place-items: center;
  transform: translateX(-50%) rotate(-2deg);
}

.logo-frame img {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  object-fit: cover;
}

.service-stamp {
  position: absolute;
  bottom: 2.1rem;
  left: 1.7rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-stamp b {
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  border: 2px solid var(--plum);
  border-radius: 50%;
  background: var(--coral);
  place-items: center;
}

.bow {
  position: absolute;
  z-index: 3;
  right: 1.35rem;
  bottom: 1.25rem;
  width: 5.4rem;
  fill: var(--coral);
  stroke: var(--plum);
  stroke-width: 2.4;
  transform: rotate(8deg);
}

.bow circle {
  fill: var(--yellow);
  stroke: none;
}

.mini-note {
  position: absolute;
  z-index: 4;
  display: flex;
  min-height: 2.8rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border: 2px solid var(--plum);
  border-radius: 0.8rem;
  box-shadow: 0.25rem 0.25rem 0 var(--plum);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.1;
}

.mini-note svg {
  width: 1.5rem;
  fill: var(--yellow);
  stroke: var(--plum);
  stroke-width: 1.7;
}

.mini-note-one {
  top: 5.3rem;
  left: 0;
  background: var(--white);
  transform: rotate(-7deg);
}

.mini-note-two {
  right: 0;
  bottom: 4.7rem;
  background: var(--yellow);
  transform: rotate(5deg);
}

.mini-note-two span {
  color: var(--coral-dark);
}

.hero-paw,
.final-paw {
  position: absolute;
  width: 6rem;
  height: 6rem;
  opacity: 0.1;
  transform: rotate(-18deg);
}

.hero-paw i,
.hero-paw b,
.final-paw i,
.final-paw b {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: var(--plum);
}

.hero-paw i:nth-child(1),
.final-paw i:nth-child(1) {
  top: 0.7rem;
  left: 0.4rem;
  width: 1.45rem;
  height: 1.9rem;
  transform: rotate(-25deg);
}

.hero-paw i:nth-child(2),
.final-paw i:nth-child(2) {
  top: 0;
  left: 2.25rem;
  width: 1.45rem;
  height: 1.9rem;
}

.hero-paw i:nth-child(3),
.final-paw i:nth-child(3) {
  top: 0.7rem;
  right: 0.4rem;
  width: 1.45rem;
  height: 1.9rem;
  transform: rotate(25deg);
}

.hero-paw i:nth-child(4),
.final-paw i:nth-child(4) {
  top: 2.3rem;
  right: -0.25rem;
  width: 1.2rem;
  height: 1.65rem;
  transform: rotate(38deg);
}

.hero-paw b,
.final-paw b {
  right: 0.75rem;
  bottom: 0.2rem;
  left: 0.75rem;
  height: 3.4rem;
  border-radius: 50% 50% 42% 42%;
}

.hero-paw-one {
  top: 7rem;
  right: -2.5rem;
}

.hero-paw-two {
  bottom: 6rem;
  left: -2rem;
  transform: rotate(24deg) scale(0.7);
}

.ticker {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-block: 2px solid var(--plum);
  background: var(--yellow);
}

.ticker-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-inline: 1.1rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticker-track i {
  width: 0.4rem;
  height: 0.4rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--coral-dark);
}

.services {
  overflow: hidden;
  background: var(--plum);
  color: var(--cream);
}

.section-heading {
  margin-bottom: 2.5rem;
}

.heading-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.section-heading h2 {
  max-width: 14ch;
  font-size: clamp(2.4rem, 10.5vw, 5.2rem);
}

.section-heading .heading-grid > p {
  max-width: 28rem;
  margin: 0;
  color: #d9cedd;
  font-size: 0.95rem;
}

.service-grid {
  display: grid;
  gap: 1.25rem;
}

.service-card {
  display: flex;
  min-height: 25rem;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem;
  border: 2px solid var(--cream);
  border-radius: var(--radius-large);
  box-shadow: 0.45rem 0.45rem 0 var(--cream);
  color: var(--plum);
  transition: transform 220ms var(--ease);
}

.service-bath {
  background: var(--yellow);
}

.service-groom {
  background: var(--coral);
}

.service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.service-number {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid var(--plum);
  border-radius: 50%;
  background: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
  place-items: center;
}

.service-top svg {
  width: 4.75rem;
  fill: none;
  stroke: var(--plum);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.service-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 12vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.service-card p {
  max-width: 24rem;
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
}

.card-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  align-self: flex-start;
  gap: 0.8rem;
  border-bottom: 2px solid currentColor;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.process {
  background: var(--cream);
}

.process-layout {
  display: grid;
  gap: 3rem;
}

.process-intro h2,
.faq-intro h2 {
  max-width: 12ch;
  margin-top: 1rem;
  font-size: clamp(2.45rem, 10.5vw, 4.8rem);
}

.process-intro > p:last-child {
  max-width: 26rem;
  margin: 1.25rem 0 0;
  color: var(--ink-soft);
}

.steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  padding-block: 1.4rem;
  border-top: 2px solid var(--plum);
}

.steps li:last-child {
  border-bottom: 2px solid var(--plum);
}

.steps li > span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid var(--plum);
  border-radius: 50%;
  background: var(--lilac);
  font-size: 0.69rem;
  font-weight: 900;
  place-items: center;
}

.steps h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.28rem;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.steps p {
  max-width: 32rem;
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.location-section {
  padding-block: 0 clamp(4.75rem, 13vw, 8.75rem);
  background: var(--cream);
}

.location-card {
  position: relative;
  display: grid;
  gap: 2.5rem;
  overflow: hidden;
  padding: clamp(1.7rem, 6vw, 4rem);
  border: 2px solid var(--plum);
  border-radius: var(--radius-large);
  background: var(--sage);
  box-shadow: var(--shadow);
  color: var(--cream);
}

.location-copy {
  position: relative;
  z-index: 2;
}

.location-copy h2 {
  max-width: 11ch;
  margin-top: 1rem;
  font-size: clamp(2.5rem, 10.5vw, 5rem);
}

.location-copy > p:not(.eyebrow) {
  max-width: 24rem;
  margin: 1.1rem 0 0;
  color: #f1eadc;
}

.button-light {
  margin-top: 1.5rem;
  background: var(--cream);
  box-shadow: 0.4rem 0.4rem 0 var(--plum);
  color: var(--plum);
}

.location-art {
  position: relative;
  width: min(100%, 17rem);
  justify-self: center;
}

.location-art svg {
  width: 100%;
}

.location-art .pin {
  fill: var(--yellow);
  stroke: var(--plum);
  stroke-linejoin: round;
  stroke-width: 4;
}

.location-art .pin-inner {
  fill: var(--cream);
  stroke: var(--plum);
  stroke-width: 3;
}

.location-art .toe,
.location-art .pad {
  fill: var(--coral);
  stroke: var(--plum);
  stroke-width: 2.5;
}

.location-art span {
  position: absolute;
  bottom: 4.2rem;
  left: 50%;
  width: max-content;
  padding: 0.5rem 0.75rem;
  border: 2px solid var(--plum);
  border-radius: 0.65rem;
  background: var(--cream);
  box-shadow: 0.22rem 0.22rem 0 var(--plum);
  color: var(--plum);
  font-family: var(--display);
  font-size: 0.78rem;
  line-height: 1.1;
  text-align: center;
  transform: translateX(-50%) rotate(-3deg);
}

.faq {
  border-top: 2px solid var(--plum);
  background: var(--lilac);
}

.faq-layout {
  display: grid;
  gap: 3rem;
}

.faq-list {
  border-top: 2px solid var(--plum);
}

.faq-list details {
  border-bottom: 2px solid var(--plum);
}

.faq-list summary {
  position: relative;
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  border: 2px solid var(--plum);
  border-radius: 50%;
  background: var(--cream);
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 2px;
  background: var(--plum);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details > p {
  max-width: 36rem;
  margin: -0.15rem 3.5rem 1.5rem 0;
  color: #58495e;
  font-size: 0.9rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5.5rem, 15vw, 9rem);
  background: var(--plum);
  color: var(--cream);
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  border: 2px solid rgba(255, 249, 238, 0.12);
  border-radius: 50%;
  content: "";
}

.final-cta::before {
  top: -8rem;
  left: -7rem;
  width: 20rem;
  height: 20rem;
}

.final-cta::after {
  right: -5rem;
  bottom: -9rem;
  width: 19rem;
  height: 19rem;
}

.final-inner {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.final-inner h2 {
  max-width: 13ch;
  margin-top: 1rem;
  font-size: clamp(2.7rem, 11vw, 5.5rem);
}

.final-inner > p:not(.eyebrow) {
  margin: 1.2rem 0 0;
  color: #d9cedd;
}

.button-yellow {
  margin-top: 1.75rem;
  background: var(--yellow);
  box-shadow: 0.45rem 0.45rem 0 var(--coral);
  color: var(--plum);
}

.final-paw {
  top: 1.5rem;
  right: 1rem;
  opacity: 0.08;
  transform: rotate(20deg) scale(1.3);
}

.final-paw i,
.final-paw b {
  background: var(--cream);
}

.site-footer {
  padding-block: 2rem;
  border-top: 2px solid var(--plum);
  background: var(--cream);
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.footer-grid p,
.footer-grid > small {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.73rem;
}

.footer-grid > a:not(.footer-brand) {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-self: start;
  gap: 0.45rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}

.js .hero-enter {
  animation: hero-in 700ms var(--ease) both;
}

.js .hero-enter:nth-child(2) {
  animation-delay: 80ms;
}

.js .hero-enter:nth-child(3) {
  animation-delay: 150ms;
}

.js .hero-enter:nth-child(4) {
  animation-delay: 220ms;
}

.js .reveal.is-pending {
  opacity: 0;
  transform: translateY(1.25rem);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms var(--ease), transform 560ms var(--ease);
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(1.1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 30rem) {
  .shell {
    width: min(calc(100% - 3rem), var(--shell));
  }

  .header-cta {
    padding-inline: 1rem;
  }

  .button {
    padding-inline: 1.35rem;
  }

  .hero-visual {
    min-height: 28rem;
  }

  .pet-card {
    inset: 1.1rem 0.85rem 0.8rem;
  }

  .logo-frame {
    top: 5.8rem;
    width: 12rem;
    height: 12rem;
  }

  .logo-frame img {
    width: 10rem;
    height: 10rem;
  }

  .service-stamp {
    bottom: 2.8rem;
    left: 2.4rem;
  }

  .bow {
    right: 2.3rem;
    bottom: 1.75rem;
    width: 6rem;
  }

  .service-card {
    padding: 1.8rem;
  }
}

@media (min-width: 45rem) {
  :root {
    --header-height: 5rem;
    --radius-large: 2.5rem;
  }

  .brand img {
    width: 3rem;
    height: 3rem;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .header-cta {
    min-height: 3rem;
    padding-inline: 1.2rem;
    font-size: 0.8rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
    align-items: center;
    gap: 2rem;
    min-height: calc(100svh - var(--header-height) - 3.25rem);
    padding-block: 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 8vw, 5.9rem);
  }

  .hero-visual {
    width: min(100%, 27rem);
    min-height: 29rem;
  }

  .pet-card {
    inset: 1rem 1rem 0.8rem;
  }

  .logo-frame {
    top: 6rem;
  }

  .hero-actions {
    grid-template-columns: auto minmax(9rem, 13rem);
    align-items: center;
  }

  .ticker-track {
    gap: 1.6rem;
    font-size: 0.76rem;
  }

  .heading-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(14rem, 0.8fr);
    align-items: end;
  }

  .section-heading .heading-grid > p {
    justify-self: end;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }

  .service-card {
    min-height: 29rem;
    padding: 2rem;
  }

  .process-layout {
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 5rem;
  }

  .steps li {
    grid-template-columns: 3.5rem 1fr;
    padding-block: 1.75rem;
  }

  .steps h3 {
    font-size: 1.45rem;
  }

  .location-card {
    grid-template-columns: minmax(0, 1.1fr) minmax(14rem, 0.9fr);
    align-items: center;
  }

  .faq-layout {
    grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 5rem;
  }

  .faq-list summary {
    min-height: 5.5rem;
    font-size: 1.18rem;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 1.2fr auto;
    gap: 1rem;
  }

  .footer-grid > a:not(.footer-brand) {
    justify-self: center;
  }

  .footer-grid > small {
    justify-self: end;
  }
}

@media (min-width: 64rem) {
  .shell {
    width: min(calc(100% - 5rem), var(--shell));
  }

  .hero-grid {
    gap: 4rem;
  }

  .hero-visual {
    width: min(100%, 30rem);
    min-height: 31rem;
  }

  .pet-card {
    inset-inline: 1.2rem;
  }

  .logo-frame {
    top: 6.4rem;
    width: 13.5rem;
    height: 13.5rem;
  }

  .logo-frame img {
    width: 11rem;
    height: 11rem;
  }

  .service-grid {
    gap: 2.4rem;
  }

  .service-card {
    min-height: 32rem;
    padding: 2.4rem;
  }

  .service-top svg {
    width: 5.5rem;
  }

  .location-art {
    width: 20rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .header-cta:hover,
  .button:hover {
    box-shadow: 0.12rem 0.12rem 0 var(--plum);
    transform: translate(0.25rem, 0.25rem);
  }

  .button-yellow:hover {
    box-shadow: 0.12rem 0.12rem 0 var(--coral);
  }

  .service-card:hover {
    transform: translateY(-0.35rem) rotate(-0.4deg);
  }

  .service-groom:hover {
    transform: translateY(-0.35rem) rotate(0.4deg);
  }

  .button:hover span,
  .card-link:hover span,
  .site-footer > a:hover span {
    transform: translate(0.18rem, -0.18rem);
  }

  .card-link:hover {
    border-bottom-color: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal.is-pending {
    opacity: 1;
    transform: none;
  }
}
