@font-face {
  font-family: "Knockout";
  src: url("https://cdn.prod.website-files.com/68beefdc60829c24857fd3d1/68beefdc60829c24857fd3fe_Knockout%20HTF70-FullWelterwt%20Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #f4fd86;
  --dark: #340712;
  --purple: #330812;
  --blue: #c3d3f9;
  --pink: #ffb4c9;
  --pink-2: #ffb5c9;
  --red: #ff5454;
  --white: #fff;
  --display: "Knockout", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 1.125rem;
  scroll-behavior: auto;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: calc(0.625rem + 0.4166666667vw);
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: calc(0.8126951093rem + 0.2081165453vw);
  }
}

@media screen and (max-width: 479px) {
  html {
    font-size: calc(0.7494769874rem + 0.8368200837vw);
  }
}

body {
  margin: 0;
  color: var(--yellow);
  background: var(--dark);
  font-family: var(--sans);
  font-weight: 700;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
svg {
  display: block;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: clip;
}

.floating-cta {
  z-index: 9600;
  color: var(--yellow);
  background: rgba(52, 7, 18, 0.92);
  border: 1px solid rgba(244, 253, 134, 0.32);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: min(32rem, calc(100vw - 2rem));
  min-height: 3.9rem;
  padding: 0.48rem 0.55rem 0.48rem 1.1rem;
  display: flex;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(140%);
  transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 1.1rem 3rem rgba(52, 7, 18, 0.24);
}

.floating-cta.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.floating-cta-copy {
  min-width: 0;
  text-transform: uppercase;
  line-height: 1;
}

.floating-cta-copy span {
  color: var(--pink);
  font-size: 0.72rem;
  display: block;
}

.floating-cta-copy strong {
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 0.86;
  letter-spacing: 0;
  display: block;
}

.floating-cta-actions {
  flex: none;
  gap: 0.45rem;
  display: flex;
}

.floating-cta-actions a {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background: var(--yellow);
  border-radius: 100px;
  min-width: 7.8rem;
  padding: 0.78rem 0.95rem;
  font-size: 0.74rem;
  line-height: 1;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.floating-cta-actions a:nth-child(2) {
  background: var(--pink);
}

.floating-cta-actions a:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.summer-anchor-nav {
  z-index: 9500;
  position: fixed;
  left: 1rem;
  top: 50%;
  display: grid;
  gap: 0.38rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-120%, -50%);
  transition: opacity 0.24s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.summer-anchor-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.summer-anchor-nav a {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  background: rgba(52, 7, 18, 0.9);
  border: 1px solid rgba(244, 253, 134, 0.28);
  border-radius: 999px;
  min-width: 6.7rem;
  padding: 0.68rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: 0 0.8rem 2.2rem rgba(52, 7, 18, 0.2);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.summer-anchor-nav a:hover {
  transform: translateX(0.18rem);
}

.summer-anchor-nav a.is-active {
  color: var(--dark);
  background: var(--yellow);
}

.menu-parent {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 2rem 0 auto;
  pointer-events: none;
}

.menu-btn {
  z-index: 2;
  cursor: pointer;
  color: var(--dark);
  background-color: var(--white);
  border: 0;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  display: flex;
  position: relative;
  pointer-events: auto;
}

.paw-icon {
  width: 1.7rem;
}

.menu-drop-down {
  background-color: var(--dark);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22rem;
  margin-top: 2rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  pointer-events: auto;
  transform-origin: top center;
}

.nav-link-parent {
  color: var(--yellow);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}

.link-text {
  display: block;
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-title-parent {
  z-index: 2;
  grid-row-gap: 1.4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2rem;
}

.hero-promo {
  z-index: 5;
  color: var(--yellow);
  width: min(27rem, calc(42vw - 2rem));
  position: absolute;
  top: clamp(1.2rem, 2.6vh, 1.9rem);
  left: clamp(1rem, 3vw, 2.5rem);
  text-transform: uppercase;
  pointer-events: none;
}

.hero-promo-label {
  color: var(--dark);
  background: var(--yellow);
  border-radius: 999px;
  width: fit-content;
  margin: 0 0 0.5rem;
  padding: 0.52rem 0.74rem 0.48rem;
  font-size: clamp(0.58rem, 0.68vw, 0.76rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 0.9rem 2rem rgba(52, 7, 18, 0.22);
}

.hero-promo-kicker {
  font-family: var(--display);
  font-size: clamp(2.05rem, 2.9vw, 3.55rem);
  line-height: 0.82;
  letter-spacing: 0;
  margin: 0;
  text-shadow: 0 0.2rem 1.4rem rgba(52, 7, 18, 0.35);
}

.hero-promo-copy {
  width: min(20rem, 100%);
  margin: 0.45rem 0 0.55rem;
  font-size: clamp(0.6rem, 0.7vw, 0.78rem);
  line-height: 1.1;
  text-shadow: 0 0.2rem 1.1rem rgba(52, 7, 18, 0.45);
}

.hero-promo-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  width: min(20rem, 100%);
  margin-bottom: 0.62rem;
}

.hero-promo-benefits span {
  color: var(--yellow);
  background: rgba(52, 7, 18, 0.72);
  border: 1px solid rgba(244, 253, 134, 0.3);
  border-radius: 999px;
  padding: 0.44rem 0.58rem 0.4rem;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.7rem 1.7rem rgba(52, 7, 18, 0.16);
}

.hero-promo-offer {
  color: var(--dark);
  background: rgba(255, 180, 201, 0.94);
  border: 2px solid rgba(244, 253, 134, 0.42);
  border-radius: 8px;
  width: min(21rem, 100%);
  margin: 0 0 0.62rem;
  padding: 0.65rem 0.7rem;
  box-shadow: 0 1rem 2.4rem rgba(52, 7, 18, 0.2);
  transform: rotate(-1.2deg);
}

.hero-promo-offer span,
.hero-promo-offer em {
  display: block;
  font-size: 0.6rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}

.hero-promo-offer strong {
  display: block;
  margin: 0.22rem 0 0.16rem;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.3vw, 2.55rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-promo-actions {
  flex-wrap: wrap;
  gap: 0.42rem;
  display: flex;
  pointer-events: auto;
}

.hero-promo-button {
  color: var(--dark);
  text-align: center;
  background-color: var(--yellow);
  border-radius: 100px;
  min-width: 8.3rem;
  padding: 0.64rem 0.82rem;
  font-size: 0.66rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.hero-promo-button-secondary {
  background-color: var(--pink);
}

.hero-promo-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.sub-title {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1;
}

.intro-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 13vw;
  font-weight: 700;
  line-height: 0.8;
  margin: 0;
}

.intro-title.hero {
  font-size: 24vw;
}

@media (min-width: 1600px) {
  .hero-title-parent {
    bottom: clamp(-3rem, -2.4vh, -1rem);
  }

  .intro-title.hero {
    font-size: clamp(18rem, 19.2vw, 24.5rem);
    line-height: 0.76;
  }

  .hero-promo {
    top: clamp(1.6rem, 2.4vh, 2rem);
  }
}

.intro-title.large {
  font-size: 19vw;
}

.intro-title.medium {
  text-align: center;
  font-size: 26vw;
}

.intro-title.small {
  font-size: 7vw;
}

.serif {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.tag-intro {
  width: 10rem;
  margin-top: 1rem;
  position: absolute;
}

.kit-badge {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background: var(--pink);
  border-radius: 100px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.85rem;
  padding: 0.68rem 1rem 0.62rem;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  display: inline-flex;
  box-shadow: 0 1rem 2.4rem rgba(52, 7, 18, 0.18);
}

.kit-badge-yellow {
  background: var(--yellow);
}

.intro-img-parent-home {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 60%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.video-bg {
  object-fit: cover;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: block;
  position: absolute;
}

.section-sticky {
  z-index: 1;
  background-color: var(--blue);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 580vh;
  position: relative;
  overflow: clip;
}

.sticky-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grump-cat-one {
  z-index: 2;
  width: 32rem;
  position: absolute;
  left: 1%;
  top: 0;
}

.whipe-section-top,
.whipe-section-top-z {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0;
}

.bg-whipe,
.bg-whipe-purple,
.bg-whipe-pink,
.whipe-bar-yellow,
.whipe-bar-pink {
  width: 20%;
  height: 100%;
  position: relative;
}

.bg-whipe,
.bg-whipe-purple {
  background-color: var(--dark);
}

.bg-whipe-pink {
  background-color: var(--pink-2);
}

.dog-parent {
  opacity: 0.4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.bone-parent {
  grid-row-gap: 4%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.bone-child {
  grid-column-gap: 4%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bone-img {
  width: 209px;
  transform: rotate(-90deg) scale(0.6);
  flex: 0 0 auto;
}

.intro-text-one,
.intro-text-two,
.intro-text-three {
  z-index: 2;
  grid-row-gap: 1.4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.natures-frame {
  width: min(96rem, calc(100vw - 3rem));
  height: min(46rem, calc(100vh - 5rem));
  text-align: left;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: minmax(24rem, 0.86fr) minmax(42rem, 1.14fr);
  display: grid;
  place-items: center;
}

.natures-copy {
  z-index: 2;
  width: 100%;
}

.natures-title {
  font-size: clamp(6rem, 13vw, 14rem);
  line-height: 0.76;
}

.natures-note {
  max-width: 34rem;
  margin: 1.2rem 0 1.4rem;
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.15;
}

.natures-main-link,
.natures-product a {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background-color: var(--yellow);
  border-radius: 100px;
  padding: 0.8rem 1.2rem;
  font-size: 0.82rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.natures-products {
  grid-column-gap: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.natures-product {
  color: var(--dark);
  background-color: var(--pink);
  border-radius: 20px;
  min-height: 31rem;
  padding: 0.95rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.natures-product:nth-child(2) {
  background-color: var(--yellow);
  transform: translateY(-2rem);
}

.natures-product img {
  object-fit: contain;
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
  height: 15.5rem;
  padding: 0.8rem;
}

.natures-product p {
  text-transform: uppercase;
  margin: 0.8rem 0 0.4rem;
  font-size: 0.72rem;
  line-height: 1;
}

.natures-product h3 {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.45vw, 3.7rem);
  line-height: 0.86;
  margin: 0 0 1rem;
  overflow-wrap: anywhere;
}

.wet-food-frame {
  pointer-events: none;
  width: min(78rem, calc(100vw - 4rem));
  color: var(--yellow);
}

.wet-food-frame .intro-title {
  position: relative;
  z-index: 2;
  margin: 0;
}

.wet-food-note {
  max-width: 33rem;
  margin: 0.85rem 0 1rem;
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.1;
}

.wet-food-products {
  width: min(66rem, 82vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0.65rem;
  margin: 0.2rem auto 0.8rem;
}

.wet-food-card {
  color: var(--yellow);
  text-align: left;
  background: rgba(61, 0, 12, 0.9);
  border: 2px solid rgba(255, 254, 112, 0.5);
  border-radius: 8px;
  min-height: 14.2rem;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: 8.1rem minmax(0, 1fr);
  grid-column-gap: 0.8rem;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 1.2rem 2.8rem rgba(61, 0, 12, 0.22);
}

.wet-food-card:nth-child(1) {
  transform: rotate(-2deg);
}

.wet-food-card:nth-child(2) {
  transform: translateY(-1.1rem) rotate(2deg);
}

.wet-food-card:nth-child(3) {
  transform: rotate(-1deg);
}

.wet-food-card img {
  object-fit: contain;
  background: var(--white);
  border-radius: 6px;
  width: 100%;
  height: 12rem;
  padding: 0.45rem;
}

.wet-food-card p {
  text-transform: uppercase;
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.wet-food-card h3 {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(1.9rem, 2.75vw, 3.05rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0;
  margin: 0 0 0.65rem;
  overflow-wrap: anywhere;
}

.wet-food-link,
.wet-food-card a {
  pointer-events: auto;
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background: var(--yellow);
  border-radius: 100px;
  min-width: 6.7rem;
  padding: 0.68rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.wet-food-link {
  background: var(--pink);
  min-width: 10rem;
}

.rope-line {
  pointer-events: none;
  width: 100%;
  height: 140%;
  position: absolute;
  inset: -10% auto auto 0;
}

.rope-line path {
  fill: none;
  stroke: #ff5454;
  stroke-width: 96;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lottie-rope-out {
  height: 160%;
  top: -30%;
}

.scroll-section {
  z-index: 2;
  background-color: var(--dark);
  width: 100%;
  height: 340vh;
  position: relative;
  overflow: hidden;
}

.scroll-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.whipe-section-top-s {
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 20%;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0;
}

.text-parent-top {
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 0 auto auto 0;
}

.text-parent-btm {
  z-index: 1;
  width: 100%;
  padding: 2rem;
  position: absolute;
  inset: auto 0 0;
}

.text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-wrap.right {
  justify-content: flex-end;
}

.text-pink {
  color: var(--pink);
}

.text-effect {
  display: block;
  text-shadow: 0 1em;
}

.split-char {
  display: inline-block;
  will-change: transform, opacity;
}

.margin-left-one {
  margin-left: 10%;
}

.margin-left-two {
  margin-left: 20%;
}

.margin-left-three {
  margin-left: 12%;
}

.margin-left-t {
  margin-left: 5%;
}

.circle-pop,
.circle-pop-two {
  border-radius: 1000%;
  width: 8rem;
  height: 8rem;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  flex: 0 0 auto;
}

.flex-btm {
  grid-column-gap: 3rem;
  justify-content: flex-end;
  align-items: flex-end;
}

.text-wrap-bold {
  text-align: justify;
  text-transform: uppercase;
  width: 20rem;
  font-family: var(--display);
  font-size: 3vw;
  line-height: 0.8;
  margin: 0 0 1rem;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-scroll {
  width: 100%;
  height: 110%;
  position: absolute;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-cover.fade {
  opacity: 0.5;
}

.clothing-ad {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(16rem, 0.58fr) minmax(34rem, 1fr);
  grid-column-gap: 2rem;
  align-items: end;
  padding: clamp(5rem, 8vh, 8rem) 2rem clamp(4rem, 8vh, 7rem);
  position: absolute;
  inset: 0;
}

.clothing-copy {
  max-width: 19rem;
  margin-bottom: 12vh;
  color: var(--pink);
  position: relative;
}

.clothing-kicker,
.clothing-product p {
  text-transform: uppercase;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
}

.clothing-title {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2.8rem, 4.3vw, 5rem);
  font-weight: 900;
  line-height: 0.72;
  letter-spacing: 0;
  margin: 0.5rem 0 1.1rem;
}

.clothing-main-link,
.clothing-product a {
  pointer-events: auto;
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background: var(--pink);
  border-radius: 100px;
  min-width: 9rem;
  padding: 0.68rem 1rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.clothing-products {
  justify-self: end;
  align-self: center;
  width: min(62rem, 62vw);
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  grid-gap: 0.75rem;
  transform: translateY(18vh);
}

.clothing-product {
  color: var(--yellow);
  background: rgba(61, 0, 12, 0.9);
  border: 2px solid rgba(255, 254, 112, 0.5);
  border-radius: 8px;
  min-height: 19rem;
  padding: 0.85rem;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  box-shadow: 0 2rem 4rem rgba(61, 0, 12, 0.28);
}

.clothing-product.feature {
  min-height: 22rem;
  transform: rotate(-3deg);
}

.clothing-product:nth-child(2) {
  transform: translateY(-2.5rem) rotate(2.5deg);
}

.clothing-product:nth-child(3) {
  transform: translateY(1.5rem) rotate(-1.5deg);
}

.clothing-product img {
  object-fit: contain;
  width: 100%;
  height: 12.4rem;
  min-height: 0;
  background: rgba(255, 254, 112, 0.1);
  border-radius: 6px;
  display: block;
}

.clothing-product.feature img {
  height: 15rem;
}

.clothing-product div {
  min-width: 0;
  padding-top: 0.65rem;
}

.clothing-product h3 {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2rem, 3.05vw, 3.35rem);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: 0;
  margin: 0.2rem 0 0.8rem;
  overflow-wrap: anywhere;
}

.clothing-product a {
  color: var(--dark);
  background: var(--yellow);
  min-width: 7.2rem;
  padding-inline: 0.85rem;
}

.scenario-showcase {
  z-index: 5;
  width: 100%;
  height: 560vh;
  color: var(--dark);
  background: var(--yellow);
  position: relative;
  overflow: clip;
}

.scenario-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scenario-panel {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(30rem, 1.22fr);
  align-items: center;
  grid-column-gap: 2rem;
  padding: clamp(5rem, 8vh, 7rem) 2rem 4rem;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.scenario-panel-grooming {
  background-color: var(--yellow);
}

.scenario-panel-shop {
  background-color: var(--blue);
}

.scenario-panel-walk {
  background-color: var(--pink);
}

.scenario-ribbon {
  pointer-events: none;
  width: 78vw;
  height: 6.4rem;
  background: var(--red);
  border-radius: 999px;
  opacity: 0.9;
  position: absolute;
  right: -16vw;
  top: 14vh;
  transform: rotate(-12deg);
}

.scenario-panel-shop .scenario-ribbon {
  left: -12vw;
  right: auto;
  top: auto;
  bottom: 12vh;
  transform: rotate(10deg);
}

.scenario-panel-walk .scenario-ribbon {
  left: -14vw;
  right: auto;
  top: 17vh;
  background: var(--yellow);
  transform: rotate(12deg);
}

.scenario-copy {
  z-index: 2;
  max-width: 34rem;
  position: relative;
}

.scenario-kicker,
.scenario-description,
.scenario-mini-card p {
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  margin: 0;
}

.scenario-panel .scenario-title {
  font-size: clamp(5.4rem, 9.4vw, 10.6rem);
  line-height: 0.76;
  margin: 0.45rem 0 1rem;
}

.scenario-description {
  max-width: 27rem;
  font-size: 0.96rem;
  line-height: 1.2;
  margin-bottom: 1.3rem;
}

.scenario-proof-row {
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.scenario-proof-row span {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  background: var(--dark);
  border-radius: 100px;
  min-width: 5.4rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.scenario-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.scenario-button {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background: var(--pink);
  border-radius: 100px;
  min-width: 10rem;
  padding: 0.86rem 1.2rem;
  font-size: 0.86rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.scenario-button-alt {
  background: var(--blue);
}

.scenario-panel-shop .scenario-button {
  background: var(--yellow);
}

.scenario-panel-shop .scenario-button-alt {
  background: var(--pink);
}

.scenario-panel-walk .scenario-button {
  background: var(--yellow);
}

.scenario-panel-walk .scenario-button-alt {
  background: var(--blue);
}

.scenario-media {
  z-index: 2;
  width: min(62rem, 58vw);
  aspect-ratio: 16 / 10;
  border: 3px solid rgba(52, 7, 18, 0.2);
  border-radius: 8px;
  justify-self: end;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2rem 5rem rgba(52, 7, 18, 0.25);
  transform: rotate(1.8deg);
}

.scenario-panel-shop .scenario-media {
  justify-self: start;
  transform: rotate(-1.6deg);
}

.scenario-panel-grooming .scenario-media {
  transform: rotate(1.2deg);
}

.scenario-panel-walk .scenario-media {
  justify-self: end;
  transform: rotate(1.6deg);
}

.scenario-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scenario-media-portrait img {
  object-position: center 32%;
}

.scenario-sticker {
  z-index: 4;
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background: var(--pink);
  border-radius: 100px;
  min-width: 9rem;
  padding: 0.82rem 1.1rem;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  box-shadow: 0 1.1rem 2.6rem rgba(52, 7, 18, 0.18);
}

.scenario-sticker-before {
  left: 44vw;
  top: 14vh;
  transform: rotate(-5deg);
}

.scenario-sticker-after {
  right: 7vw;
  bottom: 24vh;
  background: var(--blue);
  transform: rotate(4deg);
}

.scenario-sticker-walk-one {
  left: 45vw;
  top: 16vh;
  background: var(--yellow);
  transform: rotate(5deg);
}

.scenario-sticker-walk-two {
  right: 6vw;
  bottom: 20vh;
  background: var(--blue);
  transform: rotate(-4deg);
}

.scenario-mini-card {
  z-index: 3;
  color: var(--yellow);
  text-transform: uppercase;
  background: rgba(52, 7, 18, 0.94);
  border: 2px solid rgba(244, 253, 134, 0.5);
  border-radius: 8px;
  width: min(18rem, 28vw);
  padding: 0.85rem;
  position: absolute;
  box-shadow: 0 1.4rem 3rem rgba(52, 7, 18, 0.2);
}

.scenario-mini-card strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  margin-top: 0.35rem;
}

.scenario-mini-card-one {
  right: 4vw;
  bottom: 8vh;
  transform: rotate(-3deg);
}

.scenario-mini-card-two {
  left: 4vw;
  top: 12vh;
  transform: rotate(3deg);
}

.scenario-mini-card-three {
  right: 5vw;
  bottom: 7vh;
  transform: rotate(3deg);
}

.campaign-route {
  z-index: 6;
  color: var(--dark);
  background: var(--yellow);
  min-height: 100vh;
  padding: clamp(5rem, 9vh, 7rem) 2rem;
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(36rem, 1.2fr);
  align-items: center;
  gap: 3vw;
  position: relative;
  overflow: clip;
}

.campaign-route::before,
.campaign-route::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
  background: var(--red);
  opacity: 0.92;
}

.campaign-route::before {
  width: 68vw;
  height: 6rem;
  left: -14vw;
  top: 12vh;
  transform: rotate(-9deg);
}

.campaign-route::after {
  width: 58vw;
  height: 5.5rem;
  right: -18vw;
  bottom: 12vh;
  background: var(--pink);
  transform: rotate(10deg);
}

.campaign-route-copy,
.route-grid {
  z-index: 2;
  position: relative;
}

.campaign-route-copy {
  max-width: 38rem;
}

.route-kicker,
.route-description,
.route-card span,
.route-card em {
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
}

.campaign-route .route-title {
  text-align: left;
  font-size: clamp(5.8rem, 9.4vw, 10.6rem);
  line-height: 0.78;
  margin: 0.55rem 0 1.1rem;
}

.route-description {
  max-width: 30rem;
  font-size: 1rem;
  line-height: 1.2;
}

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

.route-card {
  color: var(--dark);
  background: var(--pink);
  border: 3px solid rgba(52, 7, 18, 0.12);
  border-radius: 8px;
  min-height: 15rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1.5rem 3.4rem rgba(52, 7, 18, 0.13);
  transform: rotate(-1.3deg);
}

.route-card:nth-child(2) {
  background: var(--blue);
  transform: translateY(1.2rem) rotate(1.5deg);
}

.route-card:nth-child(3) {
  background: var(--dark);
  color: var(--yellow);
  transform: translateY(-0.6rem) rotate(1deg);
}

.route-card:nth-child(4) {
  background: var(--white);
  transform: translateY(1rem) rotate(-1.2deg);
}

.route-card strong {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.2vw, 6.4rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  margin: 1.2rem 0;
}

.route-card em {
  font-style: normal;
  max-width: 12rem;
}

.bundle-board {
  z-index: 6;
  color: var(--yellow);
  background: var(--dark);
  min-height: 132vh;
  padding: clamp(5.2rem, 9vh, 7.4rem) 2rem;
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(40rem, 1.28fr);
  align-items: center;
  gap: 3vw;
  position: relative;
  overflow: clip;
}

.bundle-board::before,
.bundle-board::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
}

.bundle-board::before {
  width: 64vw;
  height: 6.2rem;
  background: var(--red);
  left: -17vw;
  top: 12vh;
  transform: rotate(11deg);
}

.bundle-board::after {
  width: 58vw;
  height: 5.8rem;
  background: var(--blue);
  right: -18vw;
  bottom: 15vh;
  transform: rotate(-8deg);
}

.bundle-board-copy,
.bundle-grid {
  z-index: 2;
  position: relative;
}

.bundle-board-copy {
  max-width: 38rem;
}

.bundle-kicker,
.bundle-description,
.bundle-promo span,
.bundle-promo em,
.bundle-card span,
.bundle-card p,
.bundle-actions a {
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
}

.bundle-board .bundle-title {
  text-align: left;
  font-size: clamp(5.8rem, 9.2vw, 10.4rem);
  line-height: 0.78;
  margin: 0.55rem 0 1.1rem;
}

.bundle-description {
  color: var(--blue);
  max-width: 30rem;
  font-size: 0.98rem;
  line-height: 1.18;
}

.bundle-promo {
  color: var(--dark);
  background: var(--pink);
  border: 3px solid rgba(244, 253, 134, 0.25);
  border-radius: 8px;
  width: min(24rem, 100%);
  margin-top: 1.15rem;
  padding: 0.9rem;
  box-shadow: 0 1.4rem 3.4rem rgba(0, 0, 0, 0.24);
  transform: rotate(-1.4deg);
}

.bundle-promo strong {
  display: block;
  margin: 0.25rem 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.4vw, 5.8rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
}

.bundle-promo em {
  display: block;
  max-width: 18rem;
  font-style: normal;
}

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

.bundle-card {
  color: var(--dark);
  background: var(--yellow);
  border: 3px solid rgba(244, 253, 134, 0.22);
  border-radius: 8px;
  min-height: 22rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2rem 4.4rem rgba(0, 0, 0, 0.26);
  transform: rotate(-1deg);
}

.bundle-card-groom {
  background: var(--blue);
  transform: translateY(1.35rem) rotate(1.4deg);
}

.bundle-card-walk {
  background: var(--pink);
  transform: translateY(-0.7rem) rotate(1.1deg);
}

.bundle-card-clean {
  background: var(--white);
  transform: translateY(1rem) rotate(-1.2deg);
}

.bundle-card h3 {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(3rem, 4.8vw, 5.7rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  margin: 1rem 0 0.55rem;
}

.bundle-card p {
  max-width: 15rem;
}

.bundle-card strong {
  text-transform: uppercase;
  display: block;
  margin: 1rem 0 0.75rem;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.5vw, 4.2rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.bundle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bundle-actions a {
  color: var(--yellow);
  text-align: center;
  background: var(--dark);
  border-radius: 999px;
  min-width: 8.4rem;
  padding: 0.78rem 0.95rem;
  text-decoration: none;
}

.bundle-actions a:nth-child(2) {
  color: var(--dark);
  background: rgba(255, 84, 84, 0.88);
}

@media (min-width: 901px) {
  .bundle-board {
    grid-template-columns: minmax(28rem, 0.82fr) minmax(38rem, 1.18fr);
  }

  .bundle-board-copy,
  .trust-copy {
    padding-left: clamp(6.8rem, 8.4vw, 9rem);
  }
}

.moment-lab {
  z-index: 6;
  color: var(--yellow);
  background: var(--dark);
  height: 240vh;
  position: relative;
  overflow: clip;
}

.moment-lab-sticky {
  width: 100%;
  height: 100vh;
  padding: clamp(5rem, 8vh, 7rem) 2rem 4rem;
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) repeat(2, minmax(18rem, 1fr));
  align-items: center;
  gap: 1.2rem;
  position: sticky;
  top: 0;
}

.moment-lab::before,
.moment-lab::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
  opacity: 0.92;
}

.moment-lab::before {
  width: 62vw;
  height: 6.2rem;
  background: var(--red);
  left: -18vw;
  top: 13vh;
  transform: rotate(12deg);
}

.moment-lab::after {
  width: 52vw;
  height: 5.2rem;
  background: var(--blue);
  right: -16vw;
  bottom: 11vh;
  transform: rotate(-8deg);
}

.moment-lab-copy,
.moment-card {
  z-index: 2;
  position: relative;
}

.moment-lab-copy {
  max-width: 34rem;
}

.moment-kicker,
.moment-description,
.moment-content span,
.moment-content p {
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
}

.moment-lab .moment-title {
  font-size: clamp(5.2rem, 8.4vw, 9.4rem);
  margin: 0.5rem 0 1.1rem;
  line-height: 0.78;
}

.moment-description {
  color: var(--blue);
  max-width: 27rem;
  font-size: 0.96rem;
  line-height: 1.18;
}

.moment-card {
  color: var(--dark);
  background: var(--yellow);
  border: 3px solid rgba(244, 253, 134, 0.26);
  border-radius: 8px;
  min-height: min(60vh, 38rem);
  padding: 0.95rem;
  display: grid;
  grid-template-rows: minmax(12rem, 1fr) auto;
  gap: 1rem;
  box-shadow: 0 2rem 4.6rem rgba(0, 0, 0, 0.28);
  transform: rotate(-1.2deg);
}

.moment-card-clean {
  background: var(--pink);
  transform: translateY(2.2rem) rotate(1.4deg);
}

.moment-media {
  background: var(--white);
  border-radius: 6px;
  min-height: 13rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.moment-media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.moment-content {
  min-height: 10.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.55rem;
}

.moment-content strong {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2.7rem, 4.5vw, 5rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
}

.moment-content p {
  max-width: 22rem;
}

.moment-content a {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  background: var(--dark);
  border-radius: 999px;
  width: fit-content;
  min-width: 10rem;
  padding: 0.85rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.kit-builder {
  z-index: 6;
  color: var(--dark);
  background: var(--blue);
  min-height: 110vh;
  padding: clamp(5rem, 9vh, 7rem) 2rem;
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(30rem, 1.25fr);
  align-items: center;
  gap: 3vw;
  position: relative;
  overflow: clip;
}

.kit-builder::before,
.kit-builder::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
}

.kit-builder::before {
  width: 60vw;
  height: 6rem;
  background: var(--red);
  left: -15vw;
  bottom: 18vh;
  transform: rotate(-10deg);
}

.kit-builder::after {
  width: 44vw;
  height: 5rem;
  background: var(--yellow);
  right: -14vw;
  top: 13vh;
  transform: rotate(9deg);
}

.kit-builder-copy,
.kit-builder-panel {
  z-index: 2;
  position: relative;
}

.kit-builder-copy {
  max-width: 36rem;
}

.builder-kicker,
.builder-description,
.builder-step legend,
.builder-option span,
.builder-result > span,
.builder-result p,
.builder-actions a {
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.kit-builder .builder-title {
  text-align: left;
  font-size: clamp(5.8rem, 9vw, 10rem);
  line-height: 0.78;
  margin: 0.55rem 0 1.1rem;
}

.builder-description {
  max-width: 27rem;
  font-size: 0.96rem;
  line-height: 1.18;
  margin: 0;
}

.kit-builder-panel {
  background: var(--yellow);
  border: 3px solid rgba(52, 7, 18, 0.14);
  border-radius: 8px;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  box-shadow: 0 2rem 5rem rgba(52, 7, 18, 0.18);
  transform: rotate(1deg);
}

.builder-step {
  border: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.builder-step:first-child {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.builder-step-wide,
.builder-result,
.builder-actions {
  grid-column: 1 / -1;
}

.builder-step-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.builder-step legend {
  grid-column: 1 / -1;
  margin-bottom: 0.45rem;
}

.builder-option {
  cursor: pointer;
  display: block;
}

.builder-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.builder-option span {
  color: var(--yellow);
  text-align: center;
  background: var(--dark);
  border: 2px solid transparent;
  border-radius: 999px;
  min-height: 3rem;
  padding: 0.9rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.builder-option input:checked + span {
  color: var(--dark);
  background: var(--pink);
  border-color: rgba(52, 7, 18, 0.18);
}

.builder-option input:focus-visible + span {
  outline: 3px solid var(--red);
  outline-offset: 2px;
}

.builder-result {
  color: var(--yellow);
  background: var(--dark);
  border-radius: 8px;
  padding: 0.95rem;
}

.builder-result strong {
  text-transform: uppercase;
  display: block;
  font-family: var(--display);
  font-size: clamp(2.9rem, 5vw, 5.8rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  margin: 0.35rem 0 0.6rem;
}

.builder-result strong span {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

.builder-result p {
  color: var(--blue);
  max-width: 28rem;
  margin: 0;
}

.builder-actions {
  display: flex;
  gap: 0.55rem;
}

.builder-actions a {
  color: var(--dark);
  text-align: center;
  background: var(--pink);
  border-radius: 999px;
  min-width: 11rem;
  padding: 0.9rem 1.15rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.builder-actions .builder-catalogue {
  background: var(--blue);
}

.whipe-section-btm {
  z-index: 4;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 20%;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.whipe-bar-yellow {
  background-color: var(--yellow);
}

.whipe-bar-pink {
  background-color: var(--pink);
}

.section-sticky-yellow {
  z-index: 4;
  background-color: var(--yellow);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 390vh;
  position: relative;
  top: 0;
}

.auto-tablet {
  color: var(--yellow);
}

.text-blue {
  color: var(--blue);
}

.intro-text-three {
  display: flex;
}

.profile-card {
  z-index: 10;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  width: 19rem;
  height: 20rem;
  margin-top: 2rem;
  transition: border 0.2s;
  display: flex;
  position: absolute;
}

.profile-card:hover {
  border: 10px solid var(--pink-2);
}

.profile-img {
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.name-tag {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -1.2rem;
}

.tag {
  color: var(--dark);
  white-space: nowrap;
  background: var(--blue);
  border-radius: 50px;
  padding: 0.4rem 0.8rem;
  overflow: hidden;
}

.tag.top {
  margin-bottom: -0.2rem;
}

.tag.btm {
  margin-top: -0.2rem;
}

.dog-ball {
  z-index: 1;
  border: 5px solid var(--white);
  border-radius: 10000px;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.dog-ball img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-profile-img {
  background-color: var(--white);
}

.product-cover {
  object-fit: contain;
  padding: 1.3rem;
}

.daily-cat-peek {
  z-index: 8;
  pointer-events: none;
  width: clamp(16rem, 28vw, 33rem);
  height: auto;
  position: absolute;
  right: 1vw;
  bottom: 0;
  overflow: visible;
  will-change: transform;
}

.daily-cat-peek img {
  width: 100%;
  height: auto;
  display: block;
  transform: rotate(180deg);
}

.product-transition {
  z-index: 6;
  min-height: 230vh;
  position: relative;
  overflow: clip;
}

.product-transition-care {
  color: var(--yellow);
  background-color: var(--dark);
}

.product-transition-comfort {
  color: var(--dark);
  background-color: var(--blue);
}

.product-transition-inner {
  grid-column-gap: 4vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem 2rem;
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(24rem, 1.25fr);
  position: sticky;
  top: 0;
}

.product-transition-inner.reverse {
  grid-template-columns: minmax(24rem, 1.25fr) minmax(18rem, 0.75fr);
}

.product-transition-comfort .product-transition-inner.reverse {
  grid-template-columns: minmax(46rem, 1.65fr) minmax(14rem, 0.35fr);
}

.product-copy {
  z-index: 2;
  max-width: 36rem;
  position: relative;
}

.product-kicker,
.product-category,
.product-meta,
.product-note {
  text-transform: uppercase;
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
}

.product-note {
  max-width: 17rem;
  margin-top: 0.7rem;
  line-height: 1.12;
  font-weight: 900;
}

.product-kicker {
  margin-bottom: 1rem;
}

.product-description {
  max-width: 30rem;
  margin: 1.4rem 0 1.8rem;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.benefit-list {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.benefit-list li {
  color: var(--dark);
  text-transform: uppercase;
  background: var(--yellow);
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
  padding: 0.55rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.product-transition-comfort .benefit-list li {
  color: var(--yellow);
  background: var(--dark);
}

.product-offer-card {
  color: var(--dark);
  background: var(--pink);
  border: 2px solid rgba(244, 253, 134, 0.5);
  border-radius: 8px;
  width: min(30rem, 100%);
  margin: 0 0 1rem;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.18);
  transform: rotate(-1.2deg);
}

.product-offer-card div {
  min-width: 0;
}

.product-offer-card span,
.product-offer-card a {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.product-offer-card strong {
  text-transform: uppercase;
  display: block;
  margin-top: 0.32rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.5vw, 2.7rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0;
}

.product-offer-card a {
  flex: none;
  color: var(--yellow);
  background: var(--dark);
  border-radius: 999px;
  min-width: 6.5rem;
  padding: 0.7rem 0.85rem;
  text-align: center;
}

.product-offer-card-dark {
  color: var(--yellow);
  background: var(--dark);
  border-color: rgba(52, 7, 18, 0.26);
  transform: rotate(1.2deg);
}

.product-offer-card-dark a {
  color: var(--dark);
  background: var(--yellow);
}

.product-kit-badge {
  margin-bottom: 1.1rem;
}

.product-button,
.product-link,
.catalog-button {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background-color: var(--yellow);
  border: 0;
  border-radius: 100px;
  min-width: 10rem;
  padding: 0.85rem 1.2rem;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.product-transition-comfort .product-button,
.product-transition-comfort .product-link {
  color: var(--yellow);
  background-color: var(--dark);
}

.product-rail {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.2rem;
  align-items: stretch;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
}

.product-rail.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  color: var(--dark);
  background-color: var(--pink);
  border-radius: 24px;
  min-height: 30rem;
  padding: 1.15rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  overflow: hidden;
}

.product-card.feature {
  background-color: var(--yellow);
}

.product-transition-comfort .product-card {
  background-color: var(--yellow);
  min-height: 32rem;
}

.product-transition-comfort .product-card.feature {
  color: var(--yellow);
  background-color: var(--dark);
  min-height: 35rem;
}

.product-image {
  background-color: var(--white);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 0.78;
  min-height: 16rem;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.product-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-card h3 {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4.8rem);
  line-height: 0.86;
  margin: 0.45rem 0 0.65rem;
  overflow-wrap: anywhere;
}

.product-card .product-link {
  align-self: flex-start;
  width: min(10rem, 100%);
  min-width: 0;
  padding-inline: 0.85rem;
  margin-top: 1rem;
}

.scroll-section-half {
  z-index: 10;
  background-color: var(--pink);
  color: var(--yellow);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 170vh;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.scroll-section-half > [ani="flash"] {
  pointer-events: none;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.misoko-showcase {
  width: min(100rem, calc(100vw - 3rem));
  min-height: calc(100vh - 12rem);
  display: grid;
  grid-template-columns: minmax(21rem, 0.62fr) minmax(48rem, 1fr);
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: clamp(3rem, 7vh, 6rem);
}

.misoko-copy {
  max-width: 34rem;
  position: relative;
}

.misoko-kicker,
.misoko-description,
.misoko-card p {
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
  margin: 0;
}

.misoko-copy .intro-title {
  line-height: 0.76;
  margin: 0.55rem 0 1.1rem;
}

.misoko-description {
  max-width: 27rem;
  margin-bottom: 1.4rem;
  line-height: 1.16;
}

.misoko-button,
.misoko-card a {
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  background: var(--yellow);
  border-radius: 100px;
  min-width: 8rem;
  padding: 0.78rem 1.05rem;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.misoko-cards {
  display: grid;
  grid-template-columns: 1.08fr 1fr 1fr;
  grid-gap: 1rem;
  align-items: end;
}

.misoko-card {
  color: var(--yellow);
  background: rgba(61, 0, 12, 0.9);
  border: 2px solid rgba(255, 254, 112, 0.58);
  border-radius: 8px;
  min-height: 28rem;
  padding: 0.95rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 2rem 4rem rgba(61, 0, 12, 0.16);
}

.misoko-card.feature {
  min-height: 32rem;
  transform: rotate(-2.5deg);
}

.misoko-card:nth-child(2) {
  transform: translateY(-2.2rem) rotate(2deg);
}

.misoko-card:nth-child(3) {
  transform: translateY(1rem) rotate(-1.4deg);
}

.misoko-image {
  background: var(--white);
  border-radius: 6px;
  width: 100%;
  height: 16.8rem;
  margin-bottom: 0.8rem;
  padding: 0.65rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.misoko-card.feature .misoko-image {
  height: 20rem;
}

.misoko-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.misoko-card h3 {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: clamp(2.25rem, 3.35vw, 4rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  margin: 0.35rem 0 0.85rem;
  overflow-wrap: anywhere;
}

.misoko-card a {
  align-self: flex-start;
}

.services-list-parent {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}

.services-list-child-left,
.services-list-child-right {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color 0.2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-list-child-left:hover,
.services-list-child-right:hover {
  background-color: var(--yellow);
}

.services-list-child-left h3,
.services-list-child-right h3 {
  text-transform: uppercase;
  font-family: var(--display);
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.9;
  margin: 0;
}

.services-list-child-left .serif,
.services-list-child-right .serif {
  font-family: var(--serif);
}

.text-left,
.text-right,
.z-index {
  z-index: 8;
  position: relative;
}

.border-line-top {
  background-color: var(--yellow);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0 auto auto 0;
}

.paw-left,
.paw-right {
  z-index: 10;
  width: 9rem;
  position: absolute;
}

.paw-left {
  left: 0;
}

.paw-right {
  right: 0;
}

.trust-strip {
  z-index: 5;
  color: var(--dark);
  background: var(--blue);
  min-height: 112vh;
  padding: clamp(5rem, 9vh, 7.4rem) 2rem;
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(36rem, 1.2fr);
  align-items: center;
  gap: 3vw;
  position: relative;
  overflow: clip;
}

.trust-strip::before,
.trust-strip::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 999px;
}

.trust-strip::before {
  width: 62vw;
  height: 6rem;
  background: var(--yellow);
  left: -16vw;
  top: 13vh;
  transform: rotate(-9deg);
}

.trust-strip::after {
  width: 55vw;
  height: 5.4rem;
  background: var(--red);
  right: -18vw;
  bottom: 13vh;
  transform: rotate(10deg);
}

.trust-copy,
.trust-grid {
  z-index: 2;
  position: relative;
}

.trust-copy {
  max-width: 38rem;
}

.trust-kicker,
.trust-description,
.trust-item span,
.trust-item p {
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0;
}

.trust-strip .trust-title {
  text-align: left;
  font-size: clamp(5.8rem, 9.2vw, 10.4rem);
  line-height: 0.78;
  margin: 0.55rem 0 1.1rem;
}

.trust-description {
  max-width: 30rem;
  font-size: 0.96rem;
  line-height: 1.18;
}

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

.trust-item {
  color: var(--yellow);
  background: var(--dark);
  border: 3px solid rgba(52, 7, 18, 0.14);
  border-radius: 8px;
  min-height: 14rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1.5rem 3.4rem rgba(52, 7, 18, 0.16);
  transform: rotate(-1.2deg);
}

.trust-item:nth-child(2) {
  color: var(--dark);
  background: var(--pink);
  transform: translateY(1.1rem) rotate(1.3deg);
}

.trust-item:nth-child(3) {
  color: var(--dark);
  background: var(--yellow);
  transform: translateY(-0.7rem) rotate(1deg);
}

.trust-item:nth-child(4) {
  color: var(--dark);
  background: var(--white);
  transform: translateY(0.8rem) rotate(-1deg);
}

.trust-item strong {
  text-transform: uppercase;
  display: block;
  font-family: var(--display);
  font-size: clamp(2.9rem, 4.7vw, 5.6rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  margin: 1rem 0;
}

.trust-item p {
  max-width: 14rem;
}

.section-sticky-image {
  background-color: var(--yellow);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 340vh;
  display: flex;
  position: relative;
}

.img-parent.sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.scroll-marker {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.whipe-section-top-z {
  z-index: 6;
  pointer-events: none;
}

.scroll-img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.intro-img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.img-cover.size {
  inset: 0;
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
}

.cta-parent {
  z-index: 5;
  text-align: center;
  background-color: var(--dark);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72vh;
  min-height: 37rem;
  padding: 2rem 1rem 4rem;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.form-block {
  width: 20rem;
  margin-top: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-hub {
  width: min(58rem, 88vw);
}

.contact-kicker {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0.7rem;
}

.contact-cta-copy {
  max-width: 39rem;
  margin: 0 auto 1.1rem;
  color: var(--blue);
  font-size: 0.86rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-actions {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  display: grid;
}

.contact-action {
  color: var(--dark);
  text-align: left;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 10rem;
  padding: 0.9rem;
  font-size: 0.9rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.contact-action:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.contact-action-primary {
  background-color: var(--yellow);
}

.contact-action-pink {
  background-color: var(--pink-2);
}

.contact-action-blue {
  background-color: var(--blue);
}

.contact-action-green {
  background-color: #9cac88;
}

.final-action-card span,
.final-action-card em {
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.08;
}

.final-action-card strong {
  font-family: var(--display);
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
}

.final-action-card em {
  font-style: normal;
  max-width: 9.5rem;
}

.contact-proof-row {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.contact-proof-row span {
  color: var(--yellow);
  text-transform: uppercase;
  border: 1px solid rgba(244, 253, 134, 0.42);
  border-radius: 999px;
  min-width: 6rem;
  padding: 0.55rem 0.8rem;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.contact-form {
  display: grid;
  gap: 0.7rem;
}

.text-field {
  color: var(--dark);
  text-align: center;
  background-color: var(--pink-2);
  border: 0;
  border-radius: 640px;
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  text-transform: uppercase;
}

.text-field::placeholder {
  color: var(--dark);
  opacity: 1;
}

.submit {
  color: var(--dark);
  cursor: pointer;
  text-transform: uppercase;
  background-color: var(--blue);
  border: 0;
  border-radius: 100px;
  width: 100%;
  height: 3rem;
  font-size: 0.9rem;
}

.catalog-button {
  width: 100%;
}

.success-message,
.error-message {
  display: none;
  margin-top: 0.8rem;
  padding: 0.9rem 1rem;
}

.success-message {
  color: var(--dark);
  text-transform: uppercase;
  background-color: var(--blue);
  border-radius: 60px;
}

.error-message {
  text-transform: uppercase;
  background-color: var(--red);
  border-radius: 60px;
  font-size: 0.8rem;
}

.bar-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0 0;
}

.text-yellow {
  color: var(--yellow);
  text-decoration: none;
}

@media (max-width: 900px) {
  .menu-parent {
    width: 17rem;
    top: 1rem;
  }

  .floating-cta {
    align-items: stretch;
    gap: 0.55rem;
    width: auto;
    left: 0.5rem;
    right: 0.5rem;
    min-height: 3.2rem;
    padding: 0.45rem;
    bottom: 4.2rem;
  }

  .floating-cta-copy {
    flex: 1 1 auto;
    padding-left: 0.35rem;
    align-self: center;
  }

  .floating-cta-copy span {
    font-size: 0.62rem;
  }

  .floating-cta-copy strong {
    font-size: 1.48rem;
  }

  .floating-cta-actions {
    flex: 0 0 auto;
    gap: 0.35rem;
  }

  .floating-cta-actions a {
    min-width: 5.8rem;
    padding: 0.72rem 0.62rem;
    font-size: 0.64rem;
  }

  .summer-anchor-nav {
    left: 0.5rem;
    right: 0.5rem;
    top: auto;
    bottom: 0.5rem;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-template-columns: none;
    gap: 0.32rem;
    overflow-x: auto;
    padding: 0.36rem;
    background: rgba(52, 7, 18, 0.76);
    border: 1px solid rgba(244, 253, 134, 0.24);
    border-radius: 999px;
    transform: translateY(145%);
    scrollbar-width: none;
  }

  .summer-anchor-nav::-webkit-scrollbar {
    display: none;
  }

  .summer-anchor-nav.is-visible {
    transform: translateY(0);
  }

  .summer-anchor-nav a {
    min-width: auto;
    padding: 0.66rem 0.8rem;
    font-size: 0.64rem;
    box-shadow: none;
  }

  .summer-anchor-nav a:hover {
    transform: none;
  }

  .intro-title.hero {
    font-size: 28vw;
  }

  .hero-promo {
    width: min(21rem, calc(100vw - 2rem));
    top: 5.1rem;
    left: 1rem;
  }

  .hero-promo-label {
    margin-bottom: 0.4rem;
    padding: 0.44rem 0.6rem 0.4rem;
    font-size: 0.62rem;
  }

  .hero-promo-kicker {
    font-size: clamp(2.55rem, 10.5vw, 4.1rem);
    max-width: 19rem;
  }

  .hero-promo-copy {
    max-width: 18rem;
    font-size: 0.68rem;
    margin-bottom: 0.45rem;
  }

  .hero-promo-benefits {
    gap: 0.24rem;
    max-width: 18rem;
    margin-bottom: 0.5rem;
  }

  .hero-promo-benefits span {
    padding: 0.36rem 0.48rem 0.33rem;
    font-size: 0.56rem;
  }

  .hero-promo-offer {
    width: min(18rem, 100%);
    margin-bottom: 0.5rem;
    padding: 0.55rem 0.6rem;
  }

  .hero-promo-offer span,
  .hero-promo-offer em {
    font-size: 0.54rem;
  }

  .hero-promo-offer strong {
    font-size: 1.7rem;
  }

  .hero-promo-button {
    min-width: 8.4rem;
    padding: 0.66rem 0.75rem;
    font-size: 0.64rem;
  }

  .intro-title,
  .intro-title.large {
    font-size: 20vw;
  }

  .intro-title.medium {
    font-size: 25vw;
  }

  .grump-cat-one {
    max-width: 76vw;
  }

  .bone-child {
    width: 220%;
  }

  .text-parent-top,
  .text-parent-btm {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .circle-pop,
  .circle-pop-two,
  .dog-ball {
    width: 4.7rem;
    height: 4.7rem;
  }

  .text-wrap-bold {
    width: 12rem;
    font-size: 8vw;
  }

  .wet-food-frame {
    width: calc(100vw - 2rem);
  }

  .wet-food-note {
    max-width: 20rem;
    margin-top: 0.65rem;
    font-size: 0.72rem;
  }

  .wet-food-products {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 0.42rem;
    margin-bottom: 0.58rem;
  }

  .wet-food-card {
    min-height: 8.8rem;
    grid-template-columns: 6.4rem minmax(0, 1fr);
    grid-column-gap: 0.65rem;
    padding: 0.55rem;
  }

  .wet-food-card:nth-child(1),
  .wet-food-card:nth-child(2),
  .wet-food-card:nth-child(3) {
    transform: none;
  }

  .wet-food-card img {
    height: 7.4rem;
    padding: 0.35rem;
  }

  .wet-food-card h3 {
    font-size: 1.9rem;
    line-height: 0.88;
  }

  .wet-food-link,
  .wet-food-card a {
    padding: 0.58rem 0.8rem;
    font-size: 0.7rem;
  }

  .clothing-ad {
    grid-template-columns: 1fr;
    align-content: end;
    grid-row-gap: 1rem;
    padding: 5rem 1rem 4rem;
  }

  .clothing-copy {
    max-width: 22rem;
    margin-bottom: 0;
  }

  .clothing-title {
    font-size: 18vw;
  }

  .clothing-products {
    justify-self: stretch;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
    transform: none;
  }

  .clothing-product,
  .clothing-product.feature {
    min-height: 10.5rem;
    grid-template-columns: 8rem 1fr;
    grid-template-rows: auto;
    grid-column-gap: 0.75rem;
    transform: none;
  }

  .clothing-product:nth-child(2),
  .clothing-product:nth-child(3) {
    transform: none;
  }

  .clothing-product img,
  .clothing-product.feature img {
    height: 8.5rem;
  }

  .clothing-product div {
    min-width: 0;
    padding-top: 0;
  }

  .clothing-product h3 {
    font-size: 2.1rem;
    line-height: 0.88;
  }

  .scenario-showcase {
    height: 620vh;
  }

  .scenario-panel {
    grid-template-columns: 1fr;
    align-content: center;
    grid-row-gap: 1.1rem;
    padding: 5rem 1rem 4rem;
  }

  .scenario-copy {
    max-width: 26rem;
  }

  .scenario-panel .scenario-title {
    font-size: 20vw;
  }

  .scenario-description {
    max-width: 22rem;
    font-size: 0.76rem;
  }

  .scenario-proof-row {
    gap: 0.35rem;
    margin-bottom: 0.9rem;
  }

  .scenario-proof-row span {
    min-width: 4.8rem;
    padding: 0.54rem 0.62rem;
    font-size: 0.66rem;
  }

  .scenario-actions {
    gap: 0.5rem;
  }

  .scenario-button {
    min-width: 8.4rem;
    padding: 0.72rem 0.8rem;
    font-size: 0.72rem;
  }

  .scenario-media,
  .scenario-panel-shop .scenario-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    justify-self: stretch;
  }

  .scenario-sticker {
    min-width: 7.6rem;
    padding: 0.68rem 0.8rem;
    font-size: 0.72rem;
  }

  .scenario-sticker-before {
    left: 1rem;
    top: 58vh;
  }

  .scenario-sticker-after {
    right: 1rem;
    bottom: 18vh;
  }

  .scenario-sticker-walk-one {
    left: 1rem;
    top: 57vh;
  }

  .scenario-sticker-walk-two {
    right: 1rem;
    bottom: 18vh;
  }

  .scenario-mini-card {
    width: min(13rem, 56vw);
    padding: 0.7rem;
  }

  .scenario-mini-card strong {
    font-size: 1.9rem;
  }

  .scenario-mini-card-one {
    right: 1rem;
    bottom: 13vh;
  }

  .scenario-mini-card-two {
    left: 1rem;
    top: auto;
    bottom: 5vh;
  }

  .scenario-mini-card-three {
    right: 1rem;
    bottom: 13vh;
  }

  .campaign-route {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 5rem 1rem 8rem;
  }

  .campaign-route::before {
    width: 95vw;
    height: 4.2rem;
    left: -24vw;
    top: 8rem;
  }

  .campaign-route::after {
    width: 80vw;
    height: 4rem;
    right: -36vw;
    bottom: 10rem;
  }

  .campaign-route .route-title {
    font-size: 18vw;
  }

  .route-description {
    max-width: 21rem;
    font-size: 0.78rem;
  }

  .route-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .route-card,
  .route-card:nth-child(2),
  .route-card:nth-child(3),
  .route-card:nth-child(4) {
    min-height: 9.2rem;
    transform: none;
  }

  .route-card strong {
    font-size: 3.25rem;
    margin: 0.7rem 0;
  }

  .bundle-board {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 5rem 1rem 7.5rem;
  }

  .bundle-board::before {
    width: 95vw;
    height: 4.2rem;
    left: -32vw;
    top: 8rem;
  }

  .bundle-board::after {
    width: 86vw;
    height: 4rem;
    right: -34vw;
    bottom: 11rem;
  }

  .bundle-board .bundle-title {
    font-size: 18vw;
  }

  .bundle-description {
    max-width: 22rem;
    font-size: 0.74rem;
  }

  .bundle-promo {
    width: min(20rem, 100%);
    padding: 0.75rem;
    transform: none;
  }

  .bundle-promo strong {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .bundle-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .bundle-card,
  .bundle-card-groom,
  .bundle-card-walk,
  .bundle-card-clean {
    min-height: 14rem;
    transform: none;
  }

  .bundle-card h3 {
    font-size: 3.05rem;
    line-height: 0.86;
    margin: 0.75rem 0 0.45rem;
  }

  .bundle-card p {
    max-width: 19rem;
    font-size: 0.66rem;
  }

  .bundle-card strong {
    font-size: 2.4rem;
    margin: 0.75rem 0 0.65rem;
  }

  .bundle-actions a {
    min-width: calc(50% - 0.25rem);
    padding: 0.68rem 0.72rem;
    font-size: 0.66rem;
  }

  .kit-builder {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 5rem 1rem 7.5rem;
  }

  .kit-builder::before {
    width: 92vw;
    height: 4rem;
    left: -34vw;
    bottom: 9rem;
  }

  .kit-builder::after {
    width: 82vw;
    height: 4rem;
    right: -34vw;
    top: 7rem;
  }

  .kit-builder .builder-title {
    font-size: 18vw;
  }

  .builder-description {
    max-width: 22rem;
    font-size: 0.74rem;
  }

  .kit-builder-panel {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.7rem;
    transform: none;
  }

  .builder-step,
  .builder-step:first-child,
  .builder-step-wide {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .builder-step-size {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .builder-option span {
    min-height: 2.65rem;
    padding: 0.78rem 0.5rem;
    font-size: 0.68rem;
  }

  .builder-result {
    padding: 0.75rem;
  }

  .builder-result strong {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  .builder-result p {
    font-size: 0.66rem;
  }

  .builder-actions {
    flex-direction: column;
  }

  .builder-actions a {
    min-width: 100%;
    padding: 0.78rem 0.9rem;
    font-size: 0.7rem;
  }

  .moment-lab {
    height: auto;
    min-height: 150vh;
  }

  .moment-lab-sticky {
    height: auto;
    min-height: 100vh;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 5rem 1rem 7rem;
    position: relative;
  }

  .moment-lab::before {
    width: 92vw;
    height: 4rem;
    left: -32vw;
    top: 6rem;
  }

  .moment-lab::after {
    width: 88vw;
    height: 4rem;
    right: -40vw;
    bottom: 12rem;
  }

  .moment-title {
    font-size: 18vw;
  }

  .moment-description {
    max-width: 22rem;
    font-size: 0.74rem;
  }

  .moment-card,
  .moment-card-clean {
    min-height: 16rem;
    grid-template-columns: 8.2rem minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0.75rem;
    padding: 0.7rem;
    transform: none;
  }

  .moment-media {
    min-height: 100%;
    padding: 0.5rem;
  }

  .moment-content {
    min-height: 0;
    gap: 0.55rem;
  }

  .moment-content strong {
    font-size: 2.35rem;
  }

  .moment-content span,
  .moment-content p {
    font-size: 0.66rem;
  }

  .moment-content a {
    min-width: 100%;
    padding: 0.68rem 0.72rem;
    font-size: 0.68rem;
  }

  .product-offer-card {
    align-items: stretch;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.75rem;
  }

  .product-offer-card strong {
    font-size: 2rem;
  }

  .product-offer-card a {
    min-width: 100%;
  }

  .natures-frame {
    width: calc(100vw - 2rem);
    height: calc(100vh - 4rem);
    grid-template-columns: 1fr;
    align-content: center;
    overflow: hidden;
  }

  .natures-title {
    font-size: 19vw;
  }

  .natures-note {
    font-size: 0.78rem;
    max-width: 19rem;
  }

  .natures-products {
    grid-template-columns: 1fr;
    max-height: 56vh;
    overflow: hidden;
  }

  .natures-product {
    min-height: 11rem;
    display: grid;
    grid-template-columns: 7rem 1fr;
    column-gap: 0.8rem;
  }

  .natures-product:nth-child(2) {
    transform: none;
  }

  .natures-product img {
    height: 8.5rem;
  }

  .natures-product h3 {
    font-size: 2.1rem;
    line-height: 0.88;
  }

  .product-transition {
    min-height: 260vh;
  }

  .misoko-showcase {
    width: calc(100vw - 2rem);
    min-height: auto;
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
    margin-top: 3.5rem;
  }

  .misoko-copy {
    max-width: 24rem;
  }

  .misoko-copy .intro-title {
    font-size: 22vw;
  }

  .misoko-description {
    max-width: 21rem;
    font-size: 0.72rem;
  }

  .misoko-cards {
    grid-template-columns: 1fr;
    grid-gap: 0.55rem;
  }

  .misoko-card,
  .misoko-card.feature {
    min-height: 10.5rem;
    display: grid;
    grid-template-columns: 7.8rem minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    grid-column-gap: 0.75rem;
    align-items: center;
    transform: none;
  }

  .misoko-card:nth-child(2),
  .misoko-card:nth-child(3) {
    transform: none;
  }

  .misoko-image,
  .misoko-card.feature .misoko-image {
    grid-row: 1 / span 3;
    height: 8.5rem;
    margin-bottom: 0;
    padding: 0.4rem;
  }

  .misoko-card h3 {
    font-size: 2.1rem;
    line-height: 0.88;
    margin-bottom: 0.45rem;
  }

  .misoko-card a {
    align-self: start;
  }

  .services-list-parent {
    margin-top: 2rem;
  }

  .product-transition-inner,
  .product-transition-inner.reverse {
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr;
    align-content: center;
    padding: 5rem 1rem 4rem;
  }

  .product-transition-comfort .product-transition-inner.reverse {
    grid-template-columns: 1fr;
  }

  .product-transition-comfort .product-copy {
    order: -1;
    max-width: 24rem;
  }

  .product-rail,
  .product-rail.three-up {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 18.5rem;
  }

  .product-card h3 {
    font-size: 2.45rem;
    line-height: 0.88;
  }

  .product-note {
    max-width: 100%;
    margin-top: 0.45rem;
    font-size: 0.68rem;
  }

  .profile-card {
    width: 14rem;
    height: 15rem;
  }

  .daily-cat-peek {
    width: min(58vw, 15rem);
    right: 0;
    bottom: 0;
  }

  .profile-card.one {
    left: 3vw;
    bottom: 8vh;
  }

  .profile-card.two {
    right: 3vw;
    top: 12vh;
  }

  .profile-card.three {
    bottom: 4vh;
  }

  .services-list-parent {
    margin-top: 4rem;
  }

  .services-list-child-left h3,
  .services-list-child-right h3 {
    font-size: 3rem;
  }

  .paw-left,
  .paw-right {
    width: 6rem;
  }

  .trust-strip {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 5rem 1rem 7.5rem;
  }

  .trust-strip::before {
    width: 95vw;
    height: 4.2rem;
    left: -32vw;
    top: 8rem;
  }

  .trust-strip::after {
    width: 86vw;
    height: 4rem;
    right: -34vw;
    bottom: 10rem;
  }

  .trust-strip .trust-title {
    font-size: 18vw;
  }

  .trust-description {
    max-width: 22rem;
    font-size: 0.74rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .trust-item,
  .trust-item:nth-child(2),
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    min-height: 9.5rem;
    transform: none;
  }

  .trust-item strong {
    font-size: 3.05rem;
    line-height: 0.86;
    margin: 0.75rem 0;
  }

  .trust-item p {
    max-width: 19rem;
    font-size: 0.66rem;
  }

  .section-sticky-image {
    height: 370vh;
  }

  .cta-parent {
    height: 82vh;
    min-height: 43rem;
    padding: 1.6rem 1rem 4.5rem;
  }

  .cta-parent .intro-title.small {
    font-size: 17vw;
  }

  .form-block {
    width: min(20rem, calc(100vw - 2rem));
  }

  .contact-hub {
    width: min(23rem, calc(100vw - 2rem));
  }

  .contact-kicker {
    font-size: 0.68rem;
  }

  .contact-cta-copy {
    font-size: 0.68rem;
    margin-bottom: 0.7rem;
  }

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

  .contact-action {
    min-height: 8rem;
    padding: 0.66rem;
  }

  .final-action-card span,
  .final-action-card em {
    font-size: 0.58rem;
  }

  .final-action-card strong {
    font-size: 2rem;
  }

  .contact-proof-row {
    gap: 0.34rem;
    margin-top: 0.6rem;
  }

  .contact-proof-row span {
    min-width: 4.9rem;
    padding: 0.48rem 0.5rem;
    font-size: 0.6rem;
  }
}

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

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