.dog-hero {
  justify-items: center;
  text-align: center;
}

.dog-hero-copy {
  margin-inline: auto;
}

.dog-hero-copy > p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.dog-slider-shell {
  position: relative;
  max-width: 1500px;
  margin-inline: auto;
}

.dog-offer-included {
  margin: 10px 0 24px;
  font-weight: 400;
}

.dog-offer-included strong {
  font-weight: 400;
}

.dog-offer-included ul {
  margin: 8px 0 0;
  padding-left: 1.15rem;
}

.dog-offer-included li + li {
  margin-top: 7px;
}

.dog-credit-highlight {
  color: #b38c47;
  font-weight: 700;
}

.dog-scroll-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  width: 2px;
  height: 100svh;
  background: rgba(179, 140, 71, .16);
  pointer-events: none;
}

.dog-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #b38c47;
  box-shadow: 0 0 7px rgba(179, 140, 71, .42);
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.dog-booking-note {
  max-width: 1120px;
  margin: clamp(10px, 1.8vw, 26px) auto clamp(45px, 6vw, 90px);
  padding: clamp(20px, 4vw, 50px) clamp(24px, 5vw, 66px);
  text-align: center;
}

.dog-booking-note > p {
  margin: 0;
  font: italic 400 clamp(1.45rem, 2.7vw, 2.35rem)/1.28 var(--serif);
  text-wrap: balance;
  transform-origin: center;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.dog-booking-note > p + p {
  margin-top: 22px;
}

.dog-gold-text {
  color: #b38c47;
}

.dog-little-plus {
  max-width: 870px;
  margin: clamp(48px, 7vw, 82px) auto 0;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.dog-booking-title,
.dog-little-plus h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 10px;
  color: #b38c47;
  font: italic 400 clamp(1.7rem, 3vw, 2.65rem)/1.1 var(--serif);
}

.dog-booking-title::after,
.dog-little-plus h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #b38c47;
  transform: scaleX(.38);
  transition: transform .4s cubic-bezier(.2, .7, .2, 1);
}

.dog-little-plus p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.dog-collections {
  grid-template-columns: 1fr;
  background: #b38c47;
}

.dog-collections .collection-copy {
  margin-inline: auto;
}

.dog-gallery,
.dog-testimonial-grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.dog-gallery::-webkit-scrollbar,
.dog-testimonial-grid::-webkit-scrollbar {
  display: none;
}

.dog-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(250px, 28vw, 390px);
  gap: 12px;
  max-width: none;
  margin: 0;
  padding: 8px clamp(48px, 5vw, 76px) 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.gallery-item {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: #d6cbb8;
  scroll-snap-align: center;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.dog-testimonial-grid {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(290px, 31vw, 420px);
  gap: 16px;
  max-width: none;
  margin: 0;
  padding: 8px clamp(48px, 5vw, 76px) 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.dog-testimonial-placeholder {
  justify-content: flex-start;
  scroll-snap-align: center;
}

.dog-review-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 20px;
  object-fit: cover;
  background: linear-gradient(145deg, #e4ded3, #c9bead);
}

.dog-testimonial-placeholder > strong {
  display: block;
  margin-top: 6px;
  font: 400 1.35rem/1.2 var(--serif);
}

.dog-testimonial-placeholder > p {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-weight: 400;
}

.dog-testimonial-placeholder.is-open > p {
  display: block;
  overflow: visible;
}

.dog-review-more {
  align-self: flex-start;
  margin-top: auto;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  font: 700 .95rem var(--serif);
  cursor: pointer;
}

.dog-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(179, 140, 71, .94);
  color: #fff;
  font: inherit;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(34, 30, 24, .18);
  transform: translateY(-50%);
  transition: transform .2s ease, background-color .2s ease;
}

.gallery-previous,
.dog-review-previous {
  left: 8px;
}

.gallery-next,
.dog-review-next {
  right: 8px;
}

@media (hover: hover) and (pointer: fine) {
  .dog-booking-note > p:hover {
    transform: scale(1.018);
  }

  .dog-little-plus:hover {
    transform: translateY(-3px) scale(1.006);
  }

  .dog-little-plus:hover h2::after {
    transform: scaleX(1);
  }

  .dog-booking-note:hover > .dog-booking-title::after {
    transform: scaleX(1);
  }

  .gallery-item:hover img {
    transform: scale(1.035);
  }

  .dog-slider-arrow:hover {
    background: #9d783a;
    transform: translateY(-50%) scale(1.06);
  }
}

@media (hover: hover) and (pointer: fine) {
  .dog-page-new {
    cursor: url("/assets/paw-cursor.svg?v=3") 7 7, auto;
  }

  .dog-page-new a,
  .dog-page-new button,
  .dog-page-new label,
  .dog-page-new input[type="checkbox"],
  .dog-page-new input[type="radio"],
  .dog-page-new input[type="submit"] {
    cursor: url("/assets/paw-cursor-active.svg?v=3") 7 7, pointer;
  }

  .dog-page-new input[type="text"],
  .dog-page-new input[type="email"],
  .dog-page-new input[type="tel"],
  .dog-page-new textarea {
    cursor: text;
  }
}

@media (max-width: 700px) {
  .dog-gallery {
    grid-auto-columns: 78vw;
    gap: 9px;
    padding-inline: 38px;
  }

  .dog-testimonial-grid {
    grid-template-columns: none;
    grid-auto-columns: 82vw;
    gap: 12px;
    padding-inline: 38px;
  }

  .dog-slider-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.35rem;
  }

  .gallery-previous,
  .dog-review-previous {
    left: 2px;
  }

  .gallery-next,
  .dog-review-next {
    right: 2px;
  }
}
